PluginsOptions.Designer.cs 17 KB

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