PluginsOptions.Designer.cs 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394
  1. namespace FastReport.Forms
  2. {
  3. partial class PluginsOptions
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tab2 = new System.Windows.Forms.TabPage();
  29. this.lbPlugins = new FastReport.Controls.ToolTipListBox();
  30. this.btnDown = new System.Windows.Forms.Button();
  31. this.btnUp = new System.Windows.Forms.Button();
  32. this.btnRemove = new System.Windows.Forms.Button();
  33. this.btnAdd = new System.Windows.Forms.Button();
  34. this.lblHint = new System.Windows.Forms.Label();
  35. this.lblUIStyle = new System.Windows.Forms.Label();
  36. this.cbxUIStyle = new System.Windows.Forms.ComboBox();
  37. this.cbRibbon = new System.Windows.Forms.CheckBox();
  38. this.cbWelcome = new System.Windows.Forms.CheckBox();
  39. this.lblRightToLeft = new System.Windows.Forms.Label();
  40. this.cbxRightToLeft = new System.Windows.Forms.ComboBox();
  41. this.cbDisableHotkeys = new System.Windows.Forms.CheckBox();
  42. this.buttonX1 = new System.Windows.Forms.Button();
  43. this.btnFonts = new System.Windows.Forms.Button();
  44. this.btnExportsMenuEdit = new System.Windows.Forms.Button();
  45. this.lblIconPack = new System.Windows.Forms.Label();
  46. this.cbxIconPack = new System.Windows.Forms.ComboBox();
  47. this.btnResetConfig = new System.Windows.Forms.Button();
  48. this.nudMinutes = new System.Windows.Forms.NumericUpDown();
  49. this.cbAutoSave = new System.Windows.Forms.CheckBox();
  50. this.cbUseCompactMenu = new System.Windows.Forms.CheckBox();
  51. this.cbxShowProgress = new System.Windows.Forms.CheckBox();
  52. this.btnShortcut = new System.Windows.Forms.Button();
  53. this.tc1.SuspendLayout();
  54. this.tab1.SuspendLayout();
  55. this.tab2.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.nudMinutes)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // tc1
  60. //
  61. this.tc1.Controls.Add(this.tab2);
  62. this.tc1.Size = new System.Drawing.Size(376, 285);
  63. this.tc1.Controls.SetChildIndex(this.tab2, 0);
  64. this.tc1.Controls.SetChildIndex(this.tab1, 0);
  65. //
  66. // tab1
  67. //
  68. this.tab1.Controls.Add(this.cbxShowProgress);
  69. this.tab1.Controls.Add(this.nudMinutes);
  70. this.tab1.Controls.Add(this.cbAutoSave);
  71. this.tab1.Controls.Add(this.btnResetConfig);
  72. this.tab1.Controls.Add(this.btnExportsMenuEdit);
  73. this.tab1.Controls.Add(this.btnFonts);
  74. this.tab1.Controls.Add(this.cbDisableHotkeys);
  75. this.tab1.Controls.Add(this.cbxRightToLeft);
  76. this.tab1.Controls.Add(this.lblRightToLeft);
  77. this.tab1.Controls.Add(this.cbWelcome);
  78. this.tab1.Controls.Add(this.cbUseCompactMenu);
  79. this.tab1.Controls.Add(this.cbRibbon);
  80. this.tab1.Controls.Add(this.cbxIconPack);
  81. this.tab1.Controls.Add(this.cbxUIStyle);
  82. this.tab1.Controls.Add(this.lblIconPack);
  83. this.tab1.Controls.Add(this.lblUIStyle);
  84. this.tab1.Controls.Add(this.btnShortcut);
  85. this.tab1.Text = "User Interface";
  86. //
  87. // tab2
  88. //
  89. this.tab2.Controls.Add(this.lbPlugins);
  90. this.tab2.Controls.Add(this.btnDown);
  91. this.tab2.Controls.Add(this.btnUp);
  92. this.tab2.Controls.Add(this.btnRemove);
  93. this.tab2.Controls.Add(this.btnAdd);
  94. this.tab2.Controls.Add(this.lblHint);
  95. this.tab2.Location = new System.Drawing.Point(4, 22);
  96. this.tab2.Name = "tab2";
  97. this.tab2.Padding = new System.Windows.Forms.Padding(3);
  98. this.tab2.Size = new System.Drawing.Size(368, 259);
  99. this.tab2.TabIndex = 1;
  100. this.tab2.Text = "Plugins";
  101. this.tab2.UseVisualStyleBackColor = true;
  102. //
  103. // lbPlugins
  104. //
  105. this.lbPlugins.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  106. this.lbPlugins.FormattingEnabled = true;
  107. this.lbPlugins.IntegralHeight = false;
  108. this.lbPlugins.ItemHeight = 19;
  109. this.lbPlugins.Location = new System.Drawing.Point(16, 36);
  110. this.lbPlugins.Name = "lbPlugins";
  111. this.lbPlugins.Size = new System.Drawing.Size(252, 197);
  112. this.lbPlugins.TabIndex = 14;
  113. this.lbPlugins.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lbPlugins_DrawItem);
  114. this.lbPlugins.SelectedIndexChanged += new System.EventHandler(this.lbPlugins_SelectedIndexChanged);
  115. //
  116. // btnDown
  117. //
  118. this.btnDown.Location = new System.Drawing.Point(280, 210);
  119. this.btnDown.Name = "btnDown";
  120. this.btnDown.Size = new System.Drawing.Size(24, 23);
  121. this.btnDown.TabIndex = 12;
  122. this.btnDown.UseVisualStyleBackColor = true;
  123. this.btnDown.Click += new System.EventHandler(this.btnDown_Click);
  124. //
  125. // btnUp
  126. //
  127. this.btnUp.Location = new System.Drawing.Point(280, 182);
  128. this.btnUp.Name = "btnUp";
  129. this.btnUp.Size = new System.Drawing.Size(24, 23);
  130. this.btnUp.TabIndex = 11;
  131. this.btnUp.UseVisualStyleBackColor = true;
  132. this.btnUp.Click += new System.EventHandler(this.btnUp_Click);
  133. //
  134. // btnRemove
  135. //
  136. this.btnRemove.Location = new System.Drawing.Point(280, 64);
  137. this.btnRemove.Name = "btnRemove";
  138. this.btnRemove.Size = new System.Drawing.Size(75, 23);
  139. this.btnRemove.TabIndex = 10;
  140. this.btnRemove.Text = "Remove";
  141. this.btnRemove.UseVisualStyleBackColor = true;
  142. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  143. //
  144. // btnAdd
  145. //
  146. this.btnAdd.Location = new System.Drawing.Point(280, 36);
  147. this.btnAdd.Name = "btnAdd";
  148. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  149. this.btnAdd.TabIndex = 9;
  150. this.btnAdd.Text = "Add";
  151. this.btnAdd.UseVisualStyleBackColor = true;
  152. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  153. //
  154. // lblHint
  155. //
  156. this.lblHint.AutoSize = true;
  157. this.lblHint.Location = new System.Drawing.Point(16, 16);
  158. this.lblHint.Name = "lblHint";
  159. this.lblHint.Size = new System.Drawing.Size(175, 13);
  160. this.lblHint.TabIndex = 8;
  161. this.lblHint.Text = "List of installed FastReport plugins:";
  162. //
  163. // lblUIStyle
  164. //
  165. this.lblUIStyle.AutoSize = true;
  166. this.lblUIStyle.Location = new System.Drawing.Point(16, 20);
  167. this.lblUIStyle.Name = "lblUIStyle";
  168. this.lblUIStyle.Size = new System.Drawing.Size(105, 13);
  169. this.lblUIStyle.TabIndex = 0;
  170. this.lblUIStyle.Text = "User interface style:";
  171. //
  172. // cbxUIStyle
  173. //
  174. this.cbxUIStyle.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  175. this.cbxUIStyle.FormattingEnabled = true;
  176. this.cbxUIStyle.Location = new System.Drawing.Point(192, 16);
  177. this.cbxUIStyle.Name = "cbxUIStyle";
  178. this.cbxUIStyle.Size = new System.Drawing.Size(160, 21);
  179. this.cbxUIStyle.TabIndex = 1;
  180. //
  181. // cbRibbon
  182. //
  183. this.cbRibbon.AutoSize = true;
  184. this.cbRibbon.Location = new System.Drawing.Point(19, 107);
  185. this.cbRibbon.Name = "cbRibbon";
  186. this.cbRibbon.Size = new System.Drawing.Size(126, 17);
  187. this.cbRibbon.TabIndex = 2;
  188. this.cbRibbon.Text = "Use Ribbon interface";
  189. this.cbRibbon.UseVisualStyleBackColor = true;
  190. this.cbRibbon.CheckedChanged += new System.EventHandler(this.cbUseCompactMenu_CheckedChanged);
  191. //
  192. // cbWelcome
  193. //
  194. this.cbWelcome.AutoSize = true;
  195. this.cbWelcome.Location = new System.Drawing.Point(19, 130);
  196. this.cbWelcome.Name = "cbWelcome";
  197. this.cbWelcome.Size = new System.Drawing.Size(188, 17);
  198. this.cbWelcome.TabIndex = 3;
  199. this.cbWelcome.Text = "Show welcome window on startup";
  200. this.cbWelcome.UseVisualStyleBackColor = true;
  201. //
  202. // lblRightToLeft
  203. //
  204. this.lblRightToLeft.AutoSize = true;
  205. this.lblRightToLeft.Location = new System.Drawing.Point(16, 73);
  206. this.lblRightToLeft.Name = "lblRightToLeft";
  207. this.lblRightToLeft.Size = new System.Drawing.Size(141, 13);
  208. this.lblRightToLeft.TabIndex = 4;
  209. this.lblRightToLeft.Text = "Right to Left user interface:";
  210. //
  211. // cbxRightToLeft
  212. //
  213. this.cbxRightToLeft.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  214. this.cbxRightToLeft.FormattingEnabled = true;
  215. this.cbxRightToLeft.Location = new System.Drawing.Point(192, 70);
  216. this.cbxRightToLeft.Name = "cbxRightToLeft";
  217. this.cbxRightToLeft.Size = new System.Drawing.Size(160, 21);
  218. this.cbxRightToLeft.TabIndex = 5;
  219. this.cbxRightToLeft.SelectedIndexChanged += new System.EventHandler(this.cbxRightToLeft_SelectedIndexChanged);
  220. //
  221. // cbDisableHotkeys
  222. //
  223. this.cbDisableHotkeys.AutoSize = true;
  224. this.cbDisableHotkeys.Location = new System.Drawing.Point(19, 153);
  225. this.cbDisableHotkeys.Name = "cbDisableHotkeys";
  226. this.cbDisableHotkeys.Size = new System.Drawing.Size(101, 17);
  227. this.cbDisableHotkeys.TabIndex = 6;
  228. this.cbDisableHotkeys.Text = "Disable hotkeys";
  229. this.cbDisableHotkeys.UseVisualStyleBackColor = true;
  230. //
  231. // buttonX1
  232. //
  233. this.buttonX1.Location = new System.Drawing.Point(0, 0);
  234. this.buttonX1.Name = "buttonX1";
  235. this.buttonX1.Size = new System.Drawing.Size(75, 23);
  236. this.buttonX1.TabIndex = 0;
  237. //
  238. // btnFonts
  239. //
  240. this.btnFonts.Location = new System.Drawing.Point(19, 222);
  241. this.btnFonts.Name = "btnFonts";
  242. this.btnFonts.Size = new System.Drawing.Size(85, 23);
  243. this.btnFonts.TabIndex = 7;
  244. this.btnFonts.Text = "Fonts";
  245. this.btnFonts.UseVisualStyleBackColor = true;
  246. this.btnFonts.Click += new System.EventHandler(this.btnFonts_Click);
  247. //
  248. // btnShortCut
  249. //
  250. this.btnShortcut.Location = new System.Drawing.Point(229, 149);
  251. this.btnShortcut.Name = "btnShortCut";
  252. this.btnShortcut.Size = new System.Drawing.Size(123, 23);
  253. this.btnShortcut.TabIndex = 7;
  254. this.btnShortcut.Text = "btnShortCut";
  255. this.btnShortcut.UseVisualStyleBackColor = true;
  256. this.btnShortcut.Click += BtnShortCut_Click;
  257. //
  258. // btnExportsMenuEdit
  259. //
  260. this.btnExportsMenuEdit.Location = new System.Drawing.Point(111, 222);
  261. this.btnExportsMenuEdit.Name = "btnExportsMenuEdit";
  262. this.btnExportsMenuEdit.Size = new System.Drawing.Size(112, 23);
  263. this.btnExportsMenuEdit.TabIndex = 8;
  264. this.btnExportsMenuEdit.Text = "Exports Menu";
  265. this.btnExportsMenuEdit.UseVisualStyleBackColor = true;
  266. this.btnExportsMenuEdit.Click += new System.EventHandler(this.BtnExportsMenuEdit_Click);
  267. //
  268. // lblIconPack
  269. //
  270. this.lblIconPack.AutoSize = true;
  271. this.lblIconPack.Location = new System.Drawing.Point(16, 46);
  272. this.lblIconPack.Name = "lblIconPack";
  273. this.lblIconPack.Size = new System.Drawing.Size(37, 13);
  274. this.lblIconPack.TabIndex = 0;
  275. this.lblIconPack.Text = "Icons:";
  276. //
  277. // cbxIconPack
  278. //
  279. this.cbxIconPack.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  280. this.cbxIconPack.FormattingEnabled = true;
  281. this.cbxIconPack.Location = new System.Drawing.Point(192, 43);
  282. this.cbxIconPack.Name = "cbxIconPack";
  283. this.cbxIconPack.Size = new System.Drawing.Size(160, 21);
  284. this.cbxIconPack.TabIndex = 1;
  285. this.cbxIconPack.SelectedIndexChanged += new System.EventHandler(this.cbxRightToLeft_SelectedIndexChanged);
  286. //
  287. // btnResetConfig
  288. //
  289. this.btnResetConfig.Location = new System.Drawing.Point(229, 222);
  290. this.btnResetConfig.Name = "btnResetConfig";
  291. this.btnResetConfig.Size = new System.Drawing.Size(123, 23);
  292. this.btnResetConfig.TabIndex = 10;
  293. this.btnResetConfig.Text = "Reset config";
  294. this.btnResetConfig.UseVisualStyleBackColor = true;
  295. this.btnResetConfig.Click += new System.EventHandler(this.btnResetConfig_Click);
  296. //
  297. // nudMinutes
  298. //
  299. this.nudMinutes.Location = new System.Drawing.Point(309, 175);
  300. this.nudMinutes.Minimum = new decimal(new int[] {
  301. 1,
  302. 0,
  303. 0,
  304. 0});
  305. this.nudMinutes.Name = "nudMinutes";
  306. this.nudMinutes.Size = new System.Drawing.Size(43, 21);
  307. this.nudMinutes.TabIndex = 12;
  308. this.nudMinutes.Value = new decimal(new int[] {
  309. 1,
  310. 0,
  311. 0,
  312. 0});
  313. //
  314. // cbAutoSave
  315. //
  316. this.cbAutoSave.AutoSize = true;
  317. this.cbAutoSave.Location = new System.Drawing.Point(19, 176);
  318. this.cbAutoSave.Name = "cbAutoSave";
  319. this.cbAutoSave.Size = new System.Drawing.Size(188, 17);
  320. this.cbAutoSave.TabIndex = 11;
  321. this.cbAutoSave.Text = "Enable auto save every (minutes)";
  322. this.cbAutoSave.UseVisualStyleBackColor = true;
  323. //
  324. // cbUseCompactMenu
  325. //
  326. this.cbUseCompactMenu.AutoSize = true;
  327. this.cbUseCompactMenu.Location = new System.Drawing.Point(192, 107);
  328. this.cbUseCompactMenu.Name = "cbUseCompactMenu";
  329. this.cbUseCompactMenu.Size = new System.Drawing.Size(116, 17);
  330. this.cbUseCompactMenu.TabIndex = 2;
  331. this.cbUseCompactMenu.Text = "Use compact menu";
  332. this.cbUseCompactMenu.UseVisualStyleBackColor = true;
  333. this.cbUseCompactMenu.Visible = false;
  334. this.cbUseCompactMenu.CheckedChanged += new System.EventHandler(this.cbUseCompactMenu_CheckedChanged);
  335. //
  336. // cbxShowProgress
  337. //
  338. this.cbxShowProgress.AutoSize = true;
  339. this.cbxShowProgress.Location = new System.Drawing.Point(19, 199);
  340. this.cbxShowProgress.Name = "cbxShowProgress";
  341. this.cbxShowProgress.Size = new System.Drawing.Size(159, 17);
  342. this.cbxShowProgress.TabIndex = 13;
  343. this.cbxShowProgress.Text = "Show progress window";
  344. this.cbxShowProgress.UseVisualStyleBackColor = true;
  345. //
  346. // PluginsOptions
  347. //
  348. this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
  349. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
  350. this.ClientSize = new System.Drawing.Size(398, 323);
  351. this.Name = "PluginsOptions";
  352. this.tc1.ResumeLayout(false);
  353. this.tab1.ResumeLayout(false);
  354. this.tab1.PerformLayout();
  355. this.tab2.ResumeLayout(false);
  356. this.tab2.PerformLayout();
  357. ((System.ComponentModel.ISupportInitialize)(this.nudMinutes)).EndInit();
  358. this.ResumeLayout(false);
  359. this.PerformLayout();
  360. }
  361. #endregion
  362. private System.Windows.Forms.TabPage tab2;
  363. private FastReport.Controls.ToolTipListBox lbPlugins;
  364. private System.Windows.Forms.Button btnDown;
  365. private System.Windows.Forms.Button btnUp;
  366. private System.Windows.Forms.Button btnRemove;
  367. private System.Windows.Forms.Button btnAdd;
  368. private System.Windows.Forms.Label lblHint;
  369. private System.Windows.Forms.ComboBox cbxUIStyle;
  370. private System.Windows.Forms.Label lblUIStyle;
  371. private System.Windows.Forms.ComboBox cbxRightToLeft;
  372. private System.Windows.Forms.Label lblRightToLeft;
  373. private System.Windows.Forms.Button btnFonts;
  374. private System.Windows.Forms.Button buttonX1;
  375. private System.Windows.Forms.Button btnShortcut;
  376. private System.Windows.Forms.Button btnExportsMenuEdit;
  377. private System.Windows.Forms.CheckBox cbRibbon;
  378. private System.Windows.Forms.CheckBox cbWelcome;
  379. private System.Windows.Forms.CheckBox cbDisableHotkeys;
  380. private System.Windows.Forms.ComboBox cbxIconPack;
  381. private System.Windows.Forms.Label lblIconPack;
  382. private System.Windows.Forms.Button btnResetConfig;
  383. private System.Windows.Forms.NumericUpDown nudMinutes;
  384. private System.Windows.Forms.CheckBox cbAutoSave;
  385. private System.Windows.Forms.CheckBox cbUseCompactMenu;
  386. private System.Windows.Forms.CheckBox cbxShowProgress;
  387. }
  388. }