PeriodicTableVisualSettings.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class PeriodicTableVisualSettings
  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.excludedElementsColorComboBox = new System.Windows.Forms.ComboBox();
  29. this.excludedElementsColorPanel = new System.Windows.Forms.Panel();
  30. this.idleElementColorComboBox = new System.Windows.Forms.ComboBox();
  31. this.unsetElementsColorPanel = new System.Windows.Forms.Panel();
  32. this.elementHighlightColorComboBox = new System.Windows.Forms.ComboBox();
  33. this.elementHighlightColorPanel = new System.Windows.Forms.Panel();
  34. this.elementBorderColorComboBox = new System.Windows.Forms.ComboBox();
  35. this.elementBorderColorPanel = new System.Windows.Forms.Panel();
  36. this.groupBox6 = new System.Windows.Forms.GroupBox();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.fontSizeComboBox = new System.Windows.Forms.ComboBox();
  39. this.label2 = new System.Windows.Forms.Label();
  40. this.label1 = new System.Windows.Forms.Label();
  41. this.fontColorPanel = new System.Windows.Forms.Panel();
  42. this.fontStyleComboBox = new System.Windows.Forms.ComboBox();
  43. this.elementFontColorComboBox = new System.Windows.Forms.ComboBox();
  44. this.fontFamilyComboBox = new System.Windows.Forms.ComboBox();
  45. this.label3 = new System.Windows.Forms.Label();
  46. this.includedElementsColorPanel = new System.Windows.Forms.Panel();
  47. this.includedElementColorComboBox = new System.Windows.Forms.ComboBox();
  48. this.resetStyleButton = new System.Windows.Forms.Button();
  49. this.label4 = new System.Windows.Forms.Label();
  50. this.label5 = new System.Windows.Forms.Label();
  51. this.label6 = new System.Windows.Forms.Label();
  52. this.label8 = new System.Windows.Forms.Label();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.label10 = new System.Windows.Forms.Label();
  55. this.backgroundColorComboBox = new System.Windows.Forms.ComboBox();
  56. this.backgroundColorPanel = new System.Windows.Forms.Panel();
  57. this.groupBox6.SuspendLayout();
  58. this.SuspendLayout();
  59. //
  60. // excludedElementsColorComboBox
  61. //
  62. this.excludedElementsColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  63. this.excludedElementsColorComboBox.FormattingEnabled = true;
  64. this.excludedElementsColorComboBox.Location = new System.Drawing.Point(146, 60);
  65. this.excludedElementsColorComboBox.Name = "excludedElementsColorComboBox";
  66. this.excludedElementsColorComboBox.Size = new System.Drawing.Size(124, 21);
  67. this.excludedElementsColorComboBox.TabIndex = 0;
  68. //
  69. // excludedElementsColorPanel
  70. //
  71. this.excludedElementsColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  72. this.excludedElementsColorPanel.Location = new System.Drawing.Point(276, 60);
  73. this.excludedElementsColorPanel.Name = "excludedElementsColorPanel";
  74. this.excludedElementsColorPanel.Size = new System.Drawing.Size(88, 21);
  75. this.excludedElementsColorPanel.TabIndex = 1;
  76. //
  77. // idleElementColorComboBox
  78. //
  79. this.idleElementColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  80. this.idleElementColorComboBox.FormattingEnabled = true;
  81. this.idleElementColorComboBox.Location = new System.Drawing.Point(146, 87);
  82. this.idleElementColorComboBox.Name = "idleElementColorComboBox";
  83. this.idleElementColorComboBox.Size = new System.Drawing.Size(124, 21);
  84. this.idleElementColorComboBox.TabIndex = 0;
  85. //
  86. // unsetElementsColorPanel
  87. //
  88. this.unsetElementsColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  89. this.unsetElementsColorPanel.Location = new System.Drawing.Point(276, 87);
  90. this.unsetElementsColorPanel.Name = "unsetElementsColorPanel";
  91. this.unsetElementsColorPanel.Size = new System.Drawing.Size(88, 21);
  92. this.unsetElementsColorPanel.TabIndex = 1;
  93. //
  94. // elementHighlightColorComboBox
  95. //
  96. this.elementHighlightColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  97. this.elementHighlightColorComboBox.FormattingEnabled = true;
  98. this.elementHighlightColorComboBox.Location = new System.Drawing.Point(146, 141);
  99. this.elementHighlightColorComboBox.Name = "elementHighlightColorComboBox";
  100. this.elementHighlightColorComboBox.Size = new System.Drawing.Size(124, 21);
  101. this.elementHighlightColorComboBox.TabIndex = 0;
  102. //
  103. // elementHighlightColorPanel
  104. //
  105. this.elementHighlightColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  106. this.elementHighlightColorPanel.Location = new System.Drawing.Point(276, 141);
  107. this.elementHighlightColorPanel.Name = "elementHighlightColorPanel";
  108. this.elementHighlightColorPanel.Size = new System.Drawing.Size(88, 21);
  109. this.elementHighlightColorPanel.TabIndex = 1;
  110. //
  111. // elementBorderColorComboBox
  112. //
  113. this.elementBorderColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  114. this.elementBorderColorComboBox.FormattingEnabled = true;
  115. this.elementBorderColorComboBox.Location = new System.Drawing.Point(146, 114);
  116. this.elementBorderColorComboBox.Name = "elementBorderColorComboBox";
  117. this.elementBorderColorComboBox.Size = new System.Drawing.Size(124, 21);
  118. this.elementBorderColorComboBox.TabIndex = 0;
  119. //
  120. // elementBorderColorPanel
  121. //
  122. this.elementBorderColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  123. this.elementBorderColorPanel.Location = new System.Drawing.Point(276, 114);
  124. this.elementBorderColorPanel.Name = "elementBorderColorPanel";
  125. this.elementBorderColorPanel.Size = new System.Drawing.Size(88, 21);
  126. this.elementBorderColorPanel.TabIndex = 1;
  127. //
  128. // groupBox6
  129. //
  130. this.groupBox6.Controls.Add(this.label7);
  131. this.groupBox6.Controls.Add(this.fontSizeComboBox);
  132. this.groupBox6.Controls.Add(this.label2);
  133. this.groupBox6.Controls.Add(this.label1);
  134. this.groupBox6.Controls.Add(this.fontColorPanel);
  135. this.groupBox6.Controls.Add(this.fontStyleComboBox);
  136. this.groupBox6.Controls.Add(this.elementFontColorComboBox);
  137. this.groupBox6.Controls.Add(this.fontFamilyComboBox);
  138. this.groupBox6.Controls.Add(this.label3);
  139. this.groupBox6.Location = new System.Drawing.Point(12, 173);
  140. this.groupBox6.Name = "groupBox6";
  141. this.groupBox6.Size = new System.Drawing.Size(361, 114);
  142. this.groupBox6.TabIndex = 5;
  143. this.groupBox6.TabStop = false;
  144. this.groupBox6.Text = "Periodic Table Font Settings";
  145. //
  146. // label7
  147. //
  148. this.label7.AutoSize = true;
  149. this.label7.Location = new System.Drawing.Point(210, 22);
  150. this.label7.Name = "label7";
  151. this.label7.Size = new System.Drawing.Size(51, 13);
  152. this.label7.TabIndex = 5;
  153. this.label7.Text = "Font Size";
  154. //
  155. // fontSizeComboBox
  156. //
  157. this.fontSizeComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  158. this.fontSizeComboBox.FormattingEnabled = true;
  159. this.fontSizeComboBox.Location = new System.Drawing.Point(213, 38);
  160. this.fontSizeComboBox.Name = "fontSizeComboBox";
  161. this.fontSizeComboBox.Size = new System.Drawing.Size(139, 21);
  162. this.fontSizeComboBox.TabIndex = 4;
  163. //
  164. // label2
  165. //
  166. this.label2.AutoSize = true;
  167. this.label2.Location = new System.Drawing.Point(11, 67);
  168. this.label2.Name = "label2";
  169. this.label2.Size = new System.Drawing.Size(111, 13);
  170. this.label2.TabIndex = 1;
  171. this.label2.Text = "Font Style ";
  172. //
  173. // label1
  174. //
  175. this.label1.AutoSize = true;
  176. this.label1.Location = new System.Drawing.Point(11, 22);
  177. this.label1.Name = "label1";
  178. this.label1.Size = new System.Drawing.Size(60, 13);
  179. this.label1.TabIndex = 0;
  180. this.label1.Text = "Font Family";
  181. //
  182. // fontColorPanel
  183. //
  184. this.fontColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  185. this.fontColorPanel.Location = new System.Drawing.Point(264, 83);
  186. this.fontColorPanel.Name = "fontColorPanel";
  187. this.fontColorPanel.Size = new System.Drawing.Size(88, 21);
  188. this.fontColorPanel.TabIndex = 3;
  189. //
  190. // fontStyleComboBox
  191. //
  192. this.fontStyleComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  193. this.fontStyleComboBox.FormattingEnabled = true;
  194. this.fontStyleComboBox.Location = new System.Drawing.Point(14, 83);
  195. this.fontStyleComboBox.Name = "fontStyleComboBox";
  196. this.fontStyleComboBox.Size = new System.Drawing.Size(110, 21);
  197. this.fontStyleComboBox.TabIndex = 2;
  198. //
  199. // elementFontColorComboBox
  200. //
  201. this.elementFontColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  202. this.elementFontColorComboBox.FormattingEnabled = true;
  203. this.elementFontColorComboBox.Location = new System.Drawing.Point(134, 83);
  204. this.elementFontColorComboBox.Name = "elementFontColorComboBox";
  205. this.elementFontColorComboBox.Size = new System.Drawing.Size(124, 21);
  206. this.elementFontColorComboBox.TabIndex = 2;
  207. //
  208. // fontFamilyComboBox
  209. //
  210. this.fontFamilyComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  211. this.fontFamilyComboBox.FormattingEnabled = true;
  212. this.fontFamilyComboBox.Location = new System.Drawing.Point(14, 38);
  213. this.fontFamilyComboBox.Name = "fontFamilyComboBox";
  214. this.fontFamilyComboBox.Size = new System.Drawing.Size(193, 21);
  215. this.fontFamilyComboBox.TabIndex = 1;
  216. //
  217. // label3
  218. //
  219. this.label3.AutoSize = true;
  220. this.label3.Location = new System.Drawing.Point(131, 67);
  221. this.label3.Name = "label3";
  222. this.label3.Size = new System.Drawing.Size(55, 13);
  223. this.label3.TabIndex = 3;
  224. this.label3.Text = "Font Color";
  225. //
  226. // includedElementsColorPanel
  227. //
  228. this.includedElementsColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  229. this.includedElementsColorPanel.Location = new System.Drawing.Point(276, 33);
  230. this.includedElementsColorPanel.Name = "includedElementsColorPanel";
  231. this.includedElementsColorPanel.Size = new System.Drawing.Size(88, 21);
  232. this.includedElementsColorPanel.TabIndex = 1;
  233. //
  234. // includedElementColorComboBox
  235. //
  236. this.includedElementColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  237. this.includedElementColorComboBox.FormattingEnabled = true;
  238. this.includedElementColorComboBox.Location = new System.Drawing.Point(146, 33);
  239. this.includedElementColorComboBox.Name = "includedElementColorComboBox";
  240. this.includedElementColorComboBox.Size = new System.Drawing.Size(124, 21);
  241. this.includedElementColorComboBox.TabIndex = 0;
  242. //
  243. // resetStyleButton
  244. //
  245. this.resetStyleButton.Location = new System.Drawing.Point(138, 299);
  246. this.resetStyleButton.Name = "resetStyleButton";
  247. this.resetStyleButton.Size = new System.Drawing.Size(110, 28);
  248. this.resetStyleButton.TabIndex = 7;
  249. this.resetStyleButton.Text = "Reset Style";
  250. this.resetStyleButton.UseVisualStyleBackColor = true;
  251. this.resetStyleButton.Click += new System.EventHandler(this.ResetStyleButton_Click);
  252. //
  253. // label4
  254. //
  255. this.label4.AutoSize = true;
  256. this.label4.Location = new System.Drawing.Point(12, 9);
  257. this.label4.Name = "label4";
  258. this.label4.Size = new System.Drawing.Size(98, 13);
  259. this.label4.TabIndex = 8;
  260. this.label4.Text = "Background Colour";
  261. //
  262. // label5
  263. //
  264. this.label5.AutoSize = true;
  265. this.label5.Location = new System.Drawing.Point(12, 36);
  266. this.label5.Name = "label5";
  267. this.label5.Size = new System.Drawing.Size(122, 13);
  268. this.label5.TabIndex = 9;
  269. this.label5.Text = "Included Element Colour";
  270. //
  271. // label6
  272. //
  273. this.label6.AutoSize = true;
  274. this.label6.Location = new System.Drawing.Point(12, 63);
  275. this.label6.Name = "label6";
  276. this.label6.Size = new System.Drawing.Size(125, 13);
  277. this.label6.TabIndex = 10;
  278. this.label6.Text = "Excluded Element Colour";
  279. //
  280. // label8
  281. //
  282. this.label8.AutoSize = true;
  283. this.label8.Location = new System.Drawing.Point(12, 90);
  284. this.label8.Name = "label8";
  285. this.label8.Size = new System.Drawing.Size(98, 13);
  286. this.label8.TabIndex = 12;
  287. this.label8.Text = "Idle Element Colour";
  288. //
  289. // label9
  290. //
  291. this.label9.AutoSize = true;
  292. this.label9.Location = new System.Drawing.Point(12, 117);
  293. this.label9.Name = "label9";
  294. this.label9.Size = new System.Drawing.Size(112, 13);
  295. this.label9.TabIndex = 13;
  296. this.label9.Text = "Element Border Colour";
  297. //
  298. // label10
  299. //
  300. this.label10.AutoSize = true;
  301. this.label10.Location = new System.Drawing.Point(12, 144);
  302. this.label10.Name = "label10";
  303. this.label10.Size = new System.Drawing.Size(122, 13);
  304. this.label10.TabIndex = 14;
  305. this.label10.Text = "Element Highlight Colour";
  306. //
  307. // backgroundColorComboBox
  308. //
  309. this.backgroundColorComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  310. this.backgroundColorComboBox.FormattingEnabled = true;
  311. this.backgroundColorComboBox.Location = new System.Drawing.Point(146, 6);
  312. this.backgroundColorComboBox.Name = "backgroundColorComboBox";
  313. this.backgroundColorComboBox.Size = new System.Drawing.Size(124, 21);
  314. this.backgroundColorComboBox.TabIndex = 15;
  315. //
  316. // backgroundColorPanel
  317. //
  318. this.backgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  319. this.backgroundColorPanel.Location = new System.Drawing.Point(276, 6);
  320. this.backgroundColorPanel.Name = "backgroundColorPanel";
  321. this.backgroundColorPanel.Size = new System.Drawing.Size(88, 21);
  322. this.backgroundColorPanel.TabIndex = 16;
  323. //
  324. // PeriodicTableVisualSettings
  325. //
  326. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  327. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  328. this.ClientSize = new System.Drawing.Size(386, 337);
  329. this.Controls.Add(this.backgroundColorComboBox);
  330. this.Controls.Add(this.backgroundColorPanel);
  331. this.Controls.Add(this.elementBorderColorComboBox);
  332. this.Controls.Add(this.elementBorderColorPanel);
  333. this.Controls.Add(this.elementHighlightColorComboBox);
  334. this.Controls.Add(this.elementHighlightColorPanel);
  335. this.Controls.Add(this.idleElementColorComboBox);
  336. this.Controls.Add(this.unsetElementsColorPanel);
  337. this.Controls.Add(this.excludedElementsColorComboBox);
  338. this.Controls.Add(this.excludedElementsColorPanel);
  339. this.Controls.Add(this.includedElementColorComboBox);
  340. this.Controls.Add(this.label10);
  341. this.Controls.Add(this.includedElementsColorPanel);
  342. this.Controls.Add(this.label9);
  343. this.Controls.Add(this.label8);
  344. this.Controls.Add(this.label6);
  345. this.Controls.Add(this.label5);
  346. this.Controls.Add(this.label4);
  347. this.Controls.Add(this.resetStyleButton);
  348. this.Controls.Add(this.groupBox6);
  349. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  350. this.MaximizeBox = false;
  351. this.MinimizeBox = false;
  352. this.Name = "PeriodicTableVisualSettings";
  353. this.ShowInTaskbar = false;
  354. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  355. this.Text = "Periodic Table Visual Settings";
  356. this.groupBox6.ResumeLayout(false);
  357. this.groupBox6.PerformLayout();
  358. this.ResumeLayout(false);
  359. this.PerformLayout();
  360. }
  361. #endregion
  362. private System.Windows.Forms.ComboBox excludedElementsColorComboBox;
  363. private System.Windows.Forms.Panel excludedElementsColorPanel;
  364. private System.Windows.Forms.ComboBox idleElementColorComboBox;
  365. private System.Windows.Forms.Panel unsetElementsColorPanel;
  366. private System.Windows.Forms.ComboBox elementHighlightColorComboBox;
  367. private System.Windows.Forms.Panel elementHighlightColorPanel;
  368. private System.Windows.Forms.ComboBox elementBorderColorComboBox;
  369. private System.Windows.Forms.Panel elementBorderColorPanel;
  370. private System.Windows.Forms.GroupBox groupBox6;
  371. private System.Windows.Forms.Panel fontColorPanel;
  372. private System.Windows.Forms.ComboBox elementFontColorComboBox;
  373. private System.Windows.Forms.ComboBox fontStyleComboBox;
  374. private System.Windows.Forms.ComboBox fontFamilyComboBox;
  375. private System.Windows.Forms.Label label2;
  376. private System.Windows.Forms.Label label1;
  377. private System.Windows.Forms.Label label3;
  378. private System.Windows.Forms.ComboBox includedElementColorComboBox;
  379. private System.Windows.Forms.Panel includedElementsColorPanel;
  380. private System.Windows.Forms.Button resetStyleButton;
  381. private System.Windows.Forms.Label label4;
  382. private System.Windows.Forms.Label label5;
  383. private System.Windows.Forms.Label label6;
  384. private System.Windows.Forms.Label label8;
  385. private System.Windows.Forms.Label label9;
  386. private System.Windows.Forms.Label label10;
  387. private System.Windows.Forms.ComboBox backgroundColorComboBox;
  388. private System.Windows.Forms.Panel backgroundColorPanel;
  389. private System.Windows.Forms.Label label7;
  390. private System.Windows.Forms.ComboBox fontSizeComboBox;
  391. }
  392. }