SpectrumViewerVisualSettings.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class SpectrumViewerVisualSettings
  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.spectrumBackgroundColorPanel = new System.Windows.Forms.Panel();
  29. this.cbSpectrumBackgroundColor = new System.Windows.Forms.ComboBox();
  30. this.spectrumTextColorPanel = new System.Windows.Forms.Panel();
  31. this.cbSpectrumTextColor = new System.Windows.Forms.ComboBox();
  32. this.spectrumVisualFillColorPanel = new System.Windows.Forms.Panel();
  33. this.cbSpectrumVisualFillColor = new System.Windows.Forms.ComboBox();
  34. this.label4 = new System.Windows.Forms.Label();
  35. this.spectrumLabelChromeBorderBrushColorPanel = new System.Windows.Forms.Panel();
  36. this.cbPeakLabelBorderColor = new System.Windows.Forms.ComboBox();
  37. this.spectrumLabelChromeBackgroundColorPanel = new System.Windows.Forms.Panel();
  38. this.cbPeakLabelBackgroundColor = new System.Windows.Forms.ComboBox();
  39. this.spectrumLabelViewForegroundColorPanel = new System.Windows.Forms.Panel();
  40. this.cbPeakLabelTextColor = new System.Windows.Forms.ComboBox();
  41. this.groupBox25 = new System.Windows.Forms.GroupBox();
  42. this.alternatePeakLabelBackgroundColorPanel = new System.Windows.Forms.Panel();
  43. this.alternatePeakLabelTextColorPanel = new System.Windows.Forms.Panel();
  44. this.cbAlternatePeakLabelBackgroundColor = new System.Windows.Forms.ComboBox();
  45. this.cbAlternatePeakLabelTextColor = new System.Windows.Forms.ComboBox();
  46. this.label14 = new System.Windows.Forms.Label();
  47. this.label13 = new System.Windows.Forms.Label();
  48. this.label12 = new System.Windows.Forms.Label();
  49. this.label11 = new System.Windows.Forms.Label();
  50. this.label10 = new System.Windows.Forms.Label();
  51. this.btResetStyle = new System.Windows.Forms.Button();
  52. this.groupBox32 = new System.Windows.Forms.GroupBox();
  53. this.label9 = new System.Windows.Forms.Label();
  54. this.label8 = new System.Windows.Forms.Label();
  55. this.cbAxisMinorTickLength = new System.Windows.Forms.ComboBox();
  56. this.label15 = new System.Windows.Forms.Label();
  57. this.cbAxisMajorThickLength = new System.Windows.Forms.ComboBox();
  58. this.label16 = new System.Windows.Forms.Label();
  59. this.cbAxisFontSize = new System.Windows.Forms.ComboBox();
  60. this.label17 = new System.Windows.Forms.Label();
  61. this.label7 = new System.Windows.Forms.Label();
  62. this.label18 = new System.Windows.Forms.Label();
  63. this.label19 = new System.Windows.Forms.Label();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.label6 = new System.Windows.Forms.Label();
  66. this.cbAxisLabelMargin = new System.Windows.Forms.ComboBox();
  67. this.cbAxisLineThickness = new System.Windows.Forms.ComboBox();
  68. this.cbAxisSubMinorTickLength = new System.Windows.Forms.ComboBox();
  69. this.cbAxisColor = new System.Windows.Forms.ComboBox();
  70. this.cbShowAxisLines = new System.Windows.Forms.CheckBox();
  71. this.cbAxisTextColor = new System.Windows.Forms.ComboBox();
  72. this.axisTickBrushColorPanel = new System.Windows.Forms.Panel();
  73. this.axisForegroundColorPanel = new System.Windows.Forms.Panel();
  74. this.groupBox21 = new System.Windows.Forms.GroupBox();
  75. this.groupBox1 = new System.Windows.Forms.GroupBox();
  76. this.cbQuantResultsBackgroundColor = new System.Windows.Forms.ComboBox();
  77. this.label2 = new System.Windows.Forms.Label();
  78. this.label3 = new System.Windows.Forms.Label();
  79. this.label5 = new System.Windows.Forms.Label();
  80. this.label20 = new System.Windows.Forms.Label();
  81. this.cbShowQuantResults = new System.Windows.Forms.CheckBox();
  82. this.cbQuantResultsBackgroundOpacity = new System.Windows.Forms.ComboBox();
  83. this.cbQuantResultsFormat = new System.Windows.Forms.ComboBox();
  84. this.cbQuantResultsCategory = new System.Windows.Forms.ComboBox();
  85. this.quantResultsBackgroundColorPanel = new System.Windows.Forms.Panel();
  86. this.groupBox25.SuspendLayout();
  87. this.groupBox32.SuspendLayout();
  88. this.groupBox21.SuspendLayout();
  89. this.groupBox1.SuspendLayout();
  90. this.SuspendLayout();
  91. //
  92. // spectrumBackgroundColorPanel
  93. //
  94. this.spectrumBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  95. this.spectrumBackgroundColorPanel.Location = new System.Drawing.Point(345, 22);
  96. this.spectrumBackgroundColorPanel.Name = "spectrumBackgroundColorPanel";
  97. this.spectrumBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
  98. this.spectrumBackgroundColorPanel.TabIndex = 1;
  99. //
  100. // cbSpectrumBackgroundColor
  101. //
  102. this.cbSpectrumBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  103. this.cbSpectrumBackgroundColor.FormattingEnabled = true;
  104. this.cbSpectrumBackgroundColor.Location = new System.Drawing.Point(214, 22);
  105. this.cbSpectrumBackgroundColor.Name = "cbSpectrumBackgroundColor";
  106. this.cbSpectrumBackgroundColor.Size = new System.Drawing.Size(124, 21);
  107. this.cbSpectrumBackgroundColor.TabIndex = 1;
  108. //
  109. // spectrumTextColorPanel
  110. //
  111. this.spectrumTextColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  112. this.spectrumTextColorPanel.Location = new System.Drawing.Point(345, 50);
  113. this.spectrumTextColorPanel.Name = "spectrumTextColorPanel";
  114. this.spectrumTextColorPanel.Size = new System.Drawing.Size(88, 21);
  115. this.spectrumTextColorPanel.TabIndex = 2;
  116. //
  117. // cbSpectrumTextColor
  118. //
  119. this.cbSpectrumTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  120. this.cbSpectrumTextColor.FormattingEnabled = true;
  121. this.cbSpectrumTextColor.Location = new System.Drawing.Point(214, 50);
  122. this.cbSpectrumTextColor.Name = "cbSpectrumTextColor";
  123. this.cbSpectrumTextColor.Size = new System.Drawing.Size(124, 21);
  124. this.cbSpectrumTextColor.TabIndex = 2;
  125. //
  126. // spectrumVisualFillColorPanel
  127. //
  128. this.spectrumVisualFillColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  129. this.spectrumVisualFillColorPanel.Location = new System.Drawing.Point(345, 78);
  130. this.spectrumVisualFillColorPanel.Name = "spectrumVisualFillColorPanel";
  131. this.spectrumVisualFillColorPanel.Size = new System.Drawing.Size(88, 21);
  132. this.spectrumVisualFillColorPanel.TabIndex = 4;
  133. //
  134. // cbSpectrumVisualFillColor
  135. //
  136. this.cbSpectrumVisualFillColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  137. this.cbSpectrumVisualFillColor.FormattingEnabled = true;
  138. this.cbSpectrumVisualFillColor.Location = new System.Drawing.Point(214, 78);
  139. this.cbSpectrumVisualFillColor.Name = "cbSpectrumVisualFillColor";
  140. this.cbSpectrumVisualFillColor.Size = new System.Drawing.Size(124, 21);
  141. this.cbSpectrumVisualFillColor.TabIndex = 0;
  142. //
  143. // label4
  144. //
  145. this.label4.AutoSize = true;
  146. this.label4.Location = new System.Drawing.Point(8, 25);
  147. this.label4.Name = "label4";
  148. this.label4.Size = new System.Drawing.Size(146, 13);
  149. this.label4.TabIndex = 12;
  150. this.label4.Text = "Spectrum Background Colour";
  151. //
  152. // spectrumLabelChromeBorderBrushColorPanel
  153. //
  154. this.spectrumLabelChromeBorderBrushColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  155. this.spectrumLabelChromeBorderBrushColorPanel.Location = new System.Drawing.Point(345, 25);
  156. this.spectrumLabelChromeBorderBrushColorPanel.Name = "spectrumLabelChromeBorderBrushColorPanel";
  157. this.spectrumLabelChromeBorderBrushColorPanel.Size = new System.Drawing.Size(88, 21);
  158. this.spectrumLabelChromeBorderBrushColorPanel.TabIndex = 4;
  159. //
  160. // cbPeakLabelBorderColor
  161. //
  162. this.cbPeakLabelBorderColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  163. this.cbPeakLabelBorderColor.FormattingEnabled = true;
  164. this.cbPeakLabelBorderColor.Location = new System.Drawing.Point(214, 25);
  165. this.cbPeakLabelBorderColor.Name = "cbPeakLabelBorderColor";
  166. this.cbPeakLabelBorderColor.Size = new System.Drawing.Size(124, 21);
  167. this.cbPeakLabelBorderColor.TabIndex = 0;
  168. //
  169. // spectrumLabelChromeBackgroundColorPanel
  170. //
  171. this.spectrumLabelChromeBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  172. this.spectrumLabelChromeBackgroundColorPanel.Location = new System.Drawing.Point(345, 54);
  173. this.spectrumLabelChromeBackgroundColorPanel.Name = "spectrumLabelChromeBackgroundColorPanel";
  174. this.spectrumLabelChromeBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
  175. this.spectrumLabelChromeBackgroundColorPanel.TabIndex = 4;
  176. //
  177. // cbPeakLabelBackgroundColor
  178. //
  179. this.cbPeakLabelBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  180. this.cbPeakLabelBackgroundColor.FormattingEnabled = true;
  181. this.cbPeakLabelBackgroundColor.Location = new System.Drawing.Point(214, 53);
  182. this.cbPeakLabelBackgroundColor.Name = "cbPeakLabelBackgroundColor";
  183. this.cbPeakLabelBackgroundColor.Size = new System.Drawing.Size(124, 21);
  184. this.cbPeakLabelBackgroundColor.TabIndex = 0;
  185. //
  186. // spectrumLabelViewForegroundColorPanel
  187. //
  188. this.spectrumLabelViewForegroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  189. this.spectrumLabelViewForegroundColorPanel.Location = new System.Drawing.Point(345, 81);
  190. this.spectrumLabelViewForegroundColorPanel.Name = "spectrumLabelViewForegroundColorPanel";
  191. this.spectrumLabelViewForegroundColorPanel.Size = new System.Drawing.Size(88, 21);
  192. this.spectrumLabelViewForegroundColorPanel.TabIndex = 4;
  193. //
  194. // cbPeakLabelTextColor
  195. //
  196. this.cbPeakLabelTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  197. this.cbPeakLabelTextColor.FormattingEnabled = true;
  198. this.cbPeakLabelTextColor.Location = new System.Drawing.Point(214, 81);
  199. this.cbPeakLabelTextColor.Name = "cbPeakLabelTextColor";
  200. this.cbPeakLabelTextColor.Size = new System.Drawing.Size(124, 21);
  201. this.cbPeakLabelTextColor.TabIndex = 0;
  202. //
  203. // groupBox25
  204. //
  205. this.groupBox25.Controls.Add(this.alternatePeakLabelBackgroundColorPanel);
  206. this.groupBox25.Controls.Add(this.alternatePeakLabelTextColorPanel);
  207. this.groupBox25.Controls.Add(this.cbAlternatePeakLabelBackgroundColor);
  208. this.groupBox25.Controls.Add(this.spectrumLabelViewForegroundColorPanel);
  209. this.groupBox25.Controls.Add(this.cbAlternatePeakLabelTextColor);
  210. this.groupBox25.Controls.Add(this.spectrumLabelChromeBackgroundColorPanel);
  211. this.groupBox25.Controls.Add(this.cbPeakLabelTextColor);
  212. this.groupBox25.Controls.Add(this.spectrumLabelChromeBorderBrushColorPanel);
  213. this.groupBox25.Controls.Add(this.cbPeakLabelBackgroundColor);
  214. this.groupBox25.Controls.Add(this.cbPeakLabelBorderColor);
  215. this.groupBox25.Controls.Add(this.label14);
  216. this.groupBox25.Controls.Add(this.label13);
  217. this.groupBox25.Controls.Add(this.label12);
  218. this.groupBox25.Controls.Add(this.label11);
  219. this.groupBox25.Controls.Add(this.label10);
  220. this.groupBox25.Location = new System.Drawing.Point(12, 132);
  221. this.groupBox25.Name = "groupBox25";
  222. this.groupBox25.Size = new System.Drawing.Size(448, 172);
  223. this.groupBox25.TabIndex = 29;
  224. this.groupBox25.TabStop = false;
  225. this.groupBox25.Text = "Spectrum Peak Label";
  226. //
  227. // alternatePeakLabelBackgroundColorPanel
  228. //
  229. this.alternatePeakLabelBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  230. this.alternatePeakLabelBackgroundColorPanel.Location = new System.Drawing.Point(345, 108);
  231. this.alternatePeakLabelBackgroundColorPanel.Name = "alternatePeakLabelBackgroundColorPanel";
  232. this.alternatePeakLabelBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
  233. this.alternatePeakLabelBackgroundColorPanel.TabIndex = 4;
  234. //
  235. // alternatePeakLabelTextColorPanel
  236. //
  237. this.alternatePeakLabelTextColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  238. this.alternatePeakLabelTextColorPanel.Location = new System.Drawing.Point(345, 135);
  239. this.alternatePeakLabelTextColorPanel.Name = "alternatePeakLabelTextColorPanel";
  240. this.alternatePeakLabelTextColorPanel.Size = new System.Drawing.Size(88, 21);
  241. this.alternatePeakLabelTextColorPanel.TabIndex = 4;
  242. //
  243. // cbAlternatePeakLabelBackgroundColor
  244. //
  245. this.cbAlternatePeakLabelBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  246. this.cbAlternatePeakLabelBackgroundColor.FormattingEnabled = true;
  247. this.cbAlternatePeakLabelBackgroundColor.Location = new System.Drawing.Point(214, 108);
  248. this.cbAlternatePeakLabelBackgroundColor.Name = "cbAlternatePeakLabelBackgroundColor";
  249. this.cbAlternatePeakLabelBackgroundColor.Size = new System.Drawing.Size(124, 21);
  250. this.cbAlternatePeakLabelBackgroundColor.TabIndex = 0;
  251. //
  252. // cbAlternatePeakLabelTextColor
  253. //
  254. this.cbAlternatePeakLabelTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  255. this.cbAlternatePeakLabelTextColor.FormattingEnabled = true;
  256. this.cbAlternatePeakLabelTextColor.Location = new System.Drawing.Point(214, 135);
  257. this.cbAlternatePeakLabelTextColor.Name = "cbAlternatePeakLabelTextColor";
  258. this.cbAlternatePeakLabelTextColor.Size = new System.Drawing.Size(124, 21);
  259. this.cbAlternatePeakLabelTextColor.TabIndex = 0;
  260. //
  261. // label14
  262. //
  263. this.label14.AutoSize = true;
  264. this.label14.Location = new System.Drawing.Point(9, 111);
  265. this.label14.Name = "label14";
  266. this.label14.Size = new System.Drawing.Size(200, 13);
  267. this.label14.TabIndex = 12;
  268. this.label14.Text = "Alternate Peak Label Background Colour";
  269. //
  270. // label13
  271. //
  272. this.label13.AutoSize = true;
  273. this.label13.Location = new System.Drawing.Point(9, 138);
  274. this.label13.Name = "label13";
  275. this.label13.Size = new System.Drawing.Size(163, 13);
  276. this.label13.TabIndex = 12;
  277. this.label13.Text = "Alternate Peak Label Text Colour";
  278. //
  279. // label12
  280. //
  281. this.label12.AutoSize = true;
  282. this.label12.Location = new System.Drawing.Point(8, 84);
  283. this.label12.Name = "label12";
  284. this.label12.Size = new System.Drawing.Size(118, 13);
  285. this.label12.TabIndex = 12;
  286. this.label12.Text = "Peak Label Text Colour";
  287. //
  288. // label11
  289. //
  290. this.label11.AutoSize = true;
  291. this.label11.Location = new System.Drawing.Point(8, 56);
  292. this.label11.Name = "label11";
  293. this.label11.Size = new System.Drawing.Size(155, 13);
  294. this.label11.TabIndex = 12;
  295. this.label11.Text = "Peak Label Background Colour";
  296. //
  297. // label10
  298. //
  299. this.label10.AutoSize = true;
  300. this.label10.Location = new System.Drawing.Point(8, 28);
  301. this.label10.Name = "label10";
  302. this.label10.Size = new System.Drawing.Size(128, 13);
  303. this.label10.TabIndex = 12;
  304. this.label10.Text = "Peak Label Border Colour";
  305. //
  306. // btResetStyle
  307. //
  308. this.btResetStyle.Location = new System.Drawing.Point(759, 446);
  309. this.btResetStyle.Name = "btResetStyle";
  310. this.btResetStyle.Size = new System.Drawing.Size(126, 33);
  311. this.btResetStyle.TabIndex = 35;
  312. this.btResetStyle.Text = "Reset Style";
  313. this.btResetStyle.UseVisualStyleBackColor = true;
  314. this.btResetStyle.Click += new System.EventHandler(this.BtResetStyle_Click);
  315. //
  316. // groupBox32
  317. //
  318. this.groupBox32.Controls.Add(this.spectrumVisualFillColorPanel);
  319. this.groupBox32.Controls.Add(this.label9);
  320. this.groupBox32.Controls.Add(this.label8);
  321. this.groupBox32.Controls.Add(this.spectrumTextColorPanel);
  322. this.groupBox32.Controls.Add(this.label4);
  323. this.groupBox32.Controls.Add(this.cbSpectrumBackgroundColor);
  324. this.groupBox32.Controls.Add(this.cbSpectrumVisualFillColor);
  325. this.groupBox32.Controls.Add(this.cbSpectrumTextColor);
  326. this.groupBox32.Controls.Add(this.spectrumBackgroundColorPanel);
  327. this.groupBox32.Location = new System.Drawing.Point(12, 5);
  328. this.groupBox32.Name = "groupBox32";
  329. this.groupBox32.Size = new System.Drawing.Size(448, 111);
  330. this.groupBox32.TabIndex = 36;
  331. this.groupBox32.TabStop = false;
  332. this.groupBox32.Text = "Spectrum Color";
  333. //
  334. // label9
  335. //
  336. this.label9.AutoSize = true;
  337. this.label9.Location = new System.Drawing.Point(9, 81);
  338. this.label9.Name = "label9";
  339. this.label9.Size = new System.Drawing.Size(131, 13);
  340. this.label9.TabIndex = 12;
  341. this.label9.Text = "Spectrum Visual Fill Colour";
  342. //
  343. // label8
  344. //
  345. this.label8.AutoSize = true;
  346. this.label8.Location = new System.Drawing.Point(9, 54);
  347. this.label8.Name = "label8";
  348. this.label8.Size = new System.Drawing.Size(138, 13);
  349. this.label8.TabIndex = 12;
  350. this.label8.Text = "Spectrum Label Text Colour";
  351. //
  352. // cbAxisMinorTickLength
  353. //
  354. this.cbAxisMinorTickLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  355. this.cbAxisMinorTickLength.FormattingEnabled = true;
  356. this.cbAxisMinorTickLength.Location = new System.Drawing.Point(151, 105);
  357. this.cbAxisMinorTickLength.Name = "cbAxisMinorTickLength";
  358. this.cbAxisMinorTickLength.Size = new System.Drawing.Size(68, 21);
  359. this.cbAxisMinorTickLength.TabIndex = 11;
  360. //
  361. // label15
  362. //
  363. this.label15.AutoSize = true;
  364. this.label15.Location = new System.Drawing.Point(8, 25);
  365. this.label15.Name = "label15";
  366. this.label15.Size = new System.Drawing.Size(59, 13);
  367. this.label15.TabIndex = 12;
  368. this.label15.Text = "Axis Colour";
  369. //
  370. // cbAxisMajorThickLength
  371. //
  372. this.cbAxisMajorThickLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  373. this.cbAxisMajorThickLength.FormattingEnabled = true;
  374. this.cbAxisMajorThickLength.Location = new System.Drawing.Point(151, 78);
  375. this.cbAxisMajorThickLength.Name = "cbAxisMajorThickLength";
  376. this.cbAxisMajorThickLength.Size = new System.Drawing.Size(68, 21);
  377. this.cbAxisMajorThickLength.TabIndex = 9;
  378. //
  379. // label16
  380. //
  381. this.label16.AutoSize = true;
  382. this.label16.Location = new System.Drawing.Point(8, 53);
  383. this.label16.Name = "label16";
  384. this.label16.Size = new System.Drawing.Size(83, 13);
  385. this.label16.TabIndex = 12;
  386. this.label16.Text = "Axis Text Colour";
  387. //
  388. // cbAxisFontSize
  389. //
  390. this.cbAxisFontSize.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  391. this.cbAxisFontSize.FormattingEnabled = true;
  392. this.cbAxisFontSize.Location = new System.Drawing.Point(151, 160);
  393. this.cbAxisFontSize.Name = "cbAxisFontSize";
  394. this.cbAxisFontSize.Size = new System.Drawing.Size(68, 21);
  395. this.cbAxisFontSize.TabIndex = 7;
  396. //
  397. // label17
  398. //
  399. this.label17.AutoSize = true;
  400. this.label17.Location = new System.Drawing.Point(8, 81);
  401. this.label17.Name = "label17";
  402. this.label17.Size = new System.Drawing.Size(115, 13);
  403. this.label17.TabIndex = 12;
  404. this.label17.Text = "Axis Major Tick Length";
  405. //
  406. // label7
  407. //
  408. this.label7.AutoSize = true;
  409. this.label7.Location = new System.Drawing.Point(8, 190);
  410. this.label7.Name = "label7";
  411. this.label7.Size = new System.Drawing.Size(90, 13);
  412. this.label7.TabIndex = 18;
  413. this.label7.Text = "Axis Label Margin";
  414. //
  415. // label18
  416. //
  417. this.label18.AutoSize = true;
  418. this.label18.Location = new System.Drawing.Point(8, 108);
  419. this.label18.Name = "label18";
  420. this.label18.Size = new System.Drawing.Size(115, 13);
  421. this.label18.TabIndex = 12;
  422. this.label18.Text = "Axis Minor Tick Length";
  423. //
  424. // label19
  425. //
  426. this.label19.AutoSize = true;
  427. this.label19.Location = new System.Drawing.Point(8, 136);
  428. this.label19.Name = "label19";
  429. this.label19.Size = new System.Drawing.Size(137, 13);
  430. this.label19.TabIndex = 12;
  431. this.label19.Text = "Axis Sub Minor Tick Length";
  432. //
  433. // label1
  434. //
  435. this.label1.AutoSize = true;
  436. this.label1.Location = new System.Drawing.Point(8, 163);
  437. this.label1.Name = "label1";
  438. this.label1.Size = new System.Drawing.Size(73, 13);
  439. this.label1.TabIndex = 6;
  440. this.label1.Text = "Axis Font Size";
  441. //
  442. // label6
  443. //
  444. this.label6.AutoSize = true;
  445. this.label6.Location = new System.Drawing.Point(8, 217);
  446. this.label6.Name = "label6";
  447. this.label6.Size = new System.Drawing.Size(101, 13);
  448. this.label6.TabIndex = 16;
  449. this.label6.Text = "Axis Line Thickness";
  450. //
  451. // cbAxisLabelMargin
  452. //
  453. this.cbAxisLabelMargin.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  454. this.cbAxisLabelMargin.FormattingEnabled = true;
  455. this.cbAxisLabelMargin.Location = new System.Drawing.Point(151, 187);
  456. this.cbAxisLabelMargin.Name = "cbAxisLabelMargin";
  457. this.cbAxisLabelMargin.Size = new System.Drawing.Size(68, 21);
  458. this.cbAxisLabelMargin.TabIndex = 19;
  459. //
  460. // cbAxisLineThickness
  461. //
  462. this.cbAxisLineThickness.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  463. this.cbAxisLineThickness.FormattingEnabled = true;
  464. this.cbAxisLineThickness.Location = new System.Drawing.Point(151, 214);
  465. this.cbAxisLineThickness.Name = "cbAxisLineThickness";
  466. this.cbAxisLineThickness.Size = new System.Drawing.Size(68, 21);
  467. this.cbAxisLineThickness.TabIndex = 17;
  468. //
  469. // cbAxisSubMinorTickLength
  470. //
  471. this.cbAxisSubMinorTickLength.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  472. this.cbAxisSubMinorTickLength.FormattingEnabled = true;
  473. this.cbAxisSubMinorTickLength.Location = new System.Drawing.Point(151, 133);
  474. this.cbAxisSubMinorTickLength.Name = "cbAxisSubMinorTickLength";
  475. this.cbAxisSubMinorTickLength.Size = new System.Drawing.Size(68, 21);
  476. this.cbAxisSubMinorTickLength.TabIndex = 13;
  477. //
  478. // cbAxisColor
  479. //
  480. this.cbAxisColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  481. this.cbAxisColor.FormattingEnabled = true;
  482. this.cbAxisColor.Location = new System.Drawing.Point(151, 22);
  483. this.cbAxisColor.Name = "cbAxisColor";
  484. this.cbAxisColor.Size = new System.Drawing.Size(124, 21);
  485. this.cbAxisColor.TabIndex = 0;
  486. //
  487. // cbShowAxisLines
  488. //
  489. this.cbShowAxisLines.AutoSize = true;
  490. this.cbShowAxisLines.Location = new System.Drawing.Point(8, 241);
  491. this.cbShowAxisLines.Name = "cbShowAxisLines";
  492. this.cbShowAxisLines.Size = new System.Drawing.Size(103, 17);
  493. this.cbShowAxisLines.TabIndex = 0;
  494. this.cbShowAxisLines.Text = "Show Axis Lines";
  495. this.cbShowAxisLines.UseVisualStyleBackColor = true;
  496. //
  497. // cbAxisTextColor
  498. //
  499. this.cbAxisTextColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  500. this.cbAxisTextColor.FormattingEnabled = true;
  501. this.cbAxisTextColor.Location = new System.Drawing.Point(151, 50);
  502. this.cbAxisTextColor.Name = "cbAxisTextColor";
  503. this.cbAxisTextColor.Size = new System.Drawing.Size(124, 21);
  504. this.cbAxisTextColor.TabIndex = 0;
  505. //
  506. // axisTickBrushColorPanel
  507. //
  508. this.axisTickBrushColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  509. this.axisTickBrushColorPanel.Location = new System.Drawing.Point(281, 22);
  510. this.axisTickBrushColorPanel.Name = "axisTickBrushColorPanel";
  511. this.axisTickBrushColorPanel.Size = new System.Drawing.Size(88, 21);
  512. this.axisTickBrushColorPanel.TabIndex = 4;
  513. //
  514. // axisForegroundColorPanel
  515. //
  516. this.axisForegroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  517. this.axisForegroundColorPanel.Location = new System.Drawing.Point(281, 50);
  518. this.axisForegroundColorPanel.Name = "axisForegroundColorPanel";
  519. this.axisForegroundColorPanel.Size = new System.Drawing.Size(88, 21);
  520. this.axisForegroundColorPanel.TabIndex = 4;
  521. //
  522. // groupBox21
  523. //
  524. this.groupBox21.Controls.Add(this.axisForegroundColorPanel);
  525. this.groupBox21.Controls.Add(this.axisTickBrushColorPanel);
  526. this.groupBox21.Controls.Add(this.cbAxisTextColor);
  527. this.groupBox21.Controls.Add(this.cbShowAxisLines);
  528. this.groupBox21.Controls.Add(this.cbAxisColor);
  529. this.groupBox21.Controls.Add(this.cbAxisSubMinorTickLength);
  530. this.groupBox21.Controls.Add(this.cbAxisLineThickness);
  531. this.groupBox21.Controls.Add(this.cbAxisLabelMargin);
  532. this.groupBox21.Controls.Add(this.label6);
  533. this.groupBox21.Controls.Add(this.label1);
  534. this.groupBox21.Controls.Add(this.label19);
  535. this.groupBox21.Controls.Add(this.label18);
  536. this.groupBox21.Controls.Add(this.label7);
  537. this.groupBox21.Controls.Add(this.label17);
  538. this.groupBox21.Controls.Add(this.cbAxisFontSize);
  539. this.groupBox21.Controls.Add(this.label16);
  540. this.groupBox21.Controls.Add(this.cbAxisMajorThickLength);
  541. this.groupBox21.Controls.Add(this.label15);
  542. this.groupBox21.Controls.Add(this.cbAxisMinorTickLength);
  543. this.groupBox21.Location = new System.Drawing.Point(466, 5);
  544. this.groupBox21.Name = "groupBox21";
  545. this.groupBox21.Size = new System.Drawing.Size(383, 267);
  546. this.groupBox21.TabIndex = 22;
  547. this.groupBox21.TabStop = false;
  548. this.groupBox21.Text = "Axis Property";
  549. //
  550. // groupBox1
  551. //
  552. this.groupBox1.Controls.Add(this.quantResultsBackgroundColorPanel);
  553. this.groupBox1.Controls.Add(this.cbQuantResultsCategory);
  554. this.groupBox1.Controls.Add(this.cbQuantResultsFormat);
  555. this.groupBox1.Controls.Add(this.cbQuantResultsBackgroundOpacity);
  556. this.groupBox1.Controls.Add(this.cbShowQuantResults);
  557. this.groupBox1.Controls.Add(this.label20);
  558. this.groupBox1.Controls.Add(this.label5);
  559. this.groupBox1.Controls.Add(this.label3);
  560. this.groupBox1.Controls.Add(this.label2);
  561. this.groupBox1.Controls.Add(this.cbQuantResultsBackgroundColor);
  562. this.groupBox1.Location = new System.Drawing.Point(466, 281);
  563. this.groupBox1.Name = "groupBox1";
  564. this.groupBox1.Size = new System.Drawing.Size(419, 159);
  565. this.groupBox1.TabIndex = 37;
  566. this.groupBox1.TabStop = false;
  567. this.groupBox1.Text = "Quant Results Property";
  568. //
  569. // cbQuantResultsBackgroundColor
  570. //
  571. this.cbQuantResultsBackgroundColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  572. this.cbQuantResultsBackgroundColor.FormattingEnabled = true;
  573. this.cbQuantResultsBackgroundColor.Location = new System.Drawing.Point(188, 23);
  574. this.cbQuantResultsBackgroundColor.Name = "cbQuantResultsBackgroundColor";
  575. this.cbQuantResultsBackgroundColor.Size = new System.Drawing.Size(124, 21);
  576. this.cbQuantResultsBackgroundColor.TabIndex = 1;
  577. //
  578. // label2
  579. //
  580. this.label2.AutoSize = true;
  581. this.label2.Location = new System.Drawing.Point(8, 26);
  582. this.label2.Name = "label2";
  583. this.label2.Size = new System.Drawing.Size(162, 13);
  584. this.label2.TabIndex = 2;
  585. this.label2.Text = "Quant Results Background Color";
  586. //
  587. // label3
  588. //
  589. this.label3.AutoSize = true;
  590. this.label3.Location = new System.Drawing.Point(8, 52);
  591. this.label3.Name = "label3";
  592. this.label3.Size = new System.Drawing.Size(174, 13);
  593. this.label3.TabIndex = 3;
  594. this.label3.Text = "Quant Results Background Opacity";
  595. //
  596. // label5
  597. //
  598. this.label5.AutoSize = true;
  599. this.label5.Location = new System.Drawing.Point(8, 78);
  600. this.label5.Name = "label5";
  601. this.label5.Size = new System.Drawing.Size(109, 13);
  602. this.label5.TabIndex = 4;
  603. this.label5.Text = "Quant Results Format";
  604. //
  605. // label20
  606. //
  607. this.label20.AutoSize = true;
  608. this.label20.Location = new System.Drawing.Point(8, 104);
  609. this.label20.Name = "label20";
  610. this.label20.Size = new System.Drawing.Size(119, 13);
  611. this.label20.TabIndex = 5;
  612. this.label20.Text = "Quant Results Category";
  613. //
  614. // cbShowQuantResults
  615. //
  616. this.cbShowQuantResults.AutoSize = true;
  617. this.cbShowQuantResults.Location = new System.Drawing.Point(11, 130);
  618. this.cbShowQuantResults.Name = "cbShowQuantResults";
  619. this.cbShowQuantResults.Size = new System.Drawing.Size(123, 17);
  620. this.cbShowQuantResults.TabIndex = 6;
  621. this.cbShowQuantResults.Text = "Show Quant Results";
  622. this.cbShowQuantResults.UseVisualStyleBackColor = true;
  623. //
  624. // cbQuantResultsBackgroundOpacity
  625. //
  626. this.cbQuantResultsBackgroundOpacity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  627. this.cbQuantResultsBackgroundOpacity.FormattingEnabled = true;
  628. this.cbQuantResultsBackgroundOpacity.Location = new System.Drawing.Point(188, 49);
  629. this.cbQuantResultsBackgroundOpacity.Name = "cbQuantResultsBackgroundOpacity";
  630. this.cbQuantResultsBackgroundOpacity.Size = new System.Drawing.Size(68, 21);
  631. this.cbQuantResultsBackgroundOpacity.TabIndex = 20;
  632. //
  633. // cbQuantResultsFormat
  634. //
  635. this.cbQuantResultsFormat.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  636. this.cbQuantResultsFormat.FormattingEnabled = true;
  637. this.cbQuantResultsFormat.Location = new System.Drawing.Point(188, 75);
  638. this.cbQuantResultsFormat.Name = "cbQuantResultsFormat";
  639. this.cbQuantResultsFormat.Size = new System.Drawing.Size(124, 21);
  640. this.cbQuantResultsFormat.TabIndex = 21;
  641. //
  642. // cbQuantResultsCategory
  643. //
  644. this.cbQuantResultsCategory.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  645. this.cbQuantResultsCategory.FormattingEnabled = true;
  646. this.cbQuantResultsCategory.Location = new System.Drawing.Point(188, 101);
  647. this.cbQuantResultsCategory.Name = "cbQuantResultsCategory";
  648. this.cbQuantResultsCategory.Size = new System.Drawing.Size(124, 21);
  649. this.cbQuantResultsCategory.TabIndex = 22;
  650. //
  651. // quantResultsBackgroundColorPanel
  652. //
  653. this.quantResultsBackgroundColorPanel.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  654. this.quantResultsBackgroundColorPanel.Location = new System.Drawing.Point(318, 23);
  655. this.quantResultsBackgroundColorPanel.Name = "quantResultsBackgroundColorPanel";
  656. this.quantResultsBackgroundColorPanel.Size = new System.Drawing.Size(88, 21);
  657. this.quantResultsBackgroundColorPanel.TabIndex = 23;
  658. //
  659. // SpectrumViewerVisualSettings
  660. //
  661. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  662. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  663. this.BackColor = System.Drawing.SystemColors.Control;
  664. this.ClientSize = new System.Drawing.Size(891, 489);
  665. this.Controls.Add(this.groupBox1);
  666. this.Controls.Add(this.groupBox25);
  667. this.Controls.Add(this.groupBox32);
  668. this.Controls.Add(this.btResetStyle);
  669. this.Controls.Add(this.groupBox21);
  670. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
  671. this.MaximizeBox = false;
  672. this.MinimizeBox = false;
  673. this.Name = "SpectrumViewerVisualSettings";
  674. this.ShowIcon = false;
  675. this.ShowInTaskbar = false;
  676. this.Text = "Spectrum Viewer Visual Settings";
  677. this.groupBox25.ResumeLayout(false);
  678. this.groupBox25.PerformLayout();
  679. this.groupBox32.ResumeLayout(false);
  680. this.groupBox32.PerformLayout();
  681. this.groupBox21.ResumeLayout(false);
  682. this.groupBox21.PerformLayout();
  683. this.groupBox1.ResumeLayout(false);
  684. this.groupBox1.PerformLayout();
  685. this.ResumeLayout(false);
  686. }
  687. #endregion
  688. private System.Windows.Forms.ComboBox cbSpectrumBackgroundColor;
  689. private System.Windows.Forms.Panel spectrumBackgroundColorPanel;
  690. private System.Windows.Forms.Panel spectrumTextColorPanel;
  691. private System.Windows.Forms.ComboBox cbSpectrumTextColor;
  692. private System.Windows.Forms.Panel spectrumVisualFillColorPanel;
  693. private System.Windows.Forms.ComboBox cbSpectrumVisualFillColor;
  694. private System.Windows.Forms.Label label4;
  695. private System.Windows.Forms.Panel spectrumLabelChromeBorderBrushColorPanel;
  696. private System.Windows.Forms.ComboBox cbPeakLabelBorderColor;
  697. private System.Windows.Forms.Panel spectrumLabelChromeBackgroundColorPanel;
  698. private System.Windows.Forms.ComboBox cbPeakLabelBackgroundColor;
  699. private System.Windows.Forms.Panel spectrumLabelViewForegroundColorPanel;
  700. private System.Windows.Forms.ComboBox cbPeakLabelTextColor;
  701. private System.Windows.Forms.GroupBox groupBox25;
  702. private System.Windows.Forms.Panel alternatePeakLabelBackgroundColorPanel;
  703. private System.Windows.Forms.ComboBox cbAlternatePeakLabelBackgroundColor;
  704. private System.Windows.Forms.Panel alternatePeakLabelTextColorPanel;
  705. private System.Windows.Forms.ComboBox cbAlternatePeakLabelTextColor;
  706. private System.Windows.Forms.Button btResetStyle;
  707. private System.Windows.Forms.GroupBox groupBox32;
  708. private System.Windows.Forms.Label label9;
  709. private System.Windows.Forms.Label label8;
  710. private System.Windows.Forms.Label label14;
  711. private System.Windows.Forms.Label label13;
  712. private System.Windows.Forms.Label label12;
  713. private System.Windows.Forms.Label label11;
  714. private System.Windows.Forms.Label label10;
  715. private System.Windows.Forms.ComboBox cbAxisMinorTickLength;
  716. private System.Windows.Forms.Label label15;
  717. private System.Windows.Forms.ComboBox cbAxisMajorThickLength;
  718. private System.Windows.Forms.Label label16;
  719. private System.Windows.Forms.ComboBox cbAxisFontSize;
  720. private System.Windows.Forms.Label label17;
  721. private System.Windows.Forms.Label label7;
  722. private System.Windows.Forms.Label label18;
  723. private System.Windows.Forms.Label label19;
  724. private System.Windows.Forms.Label label1;
  725. private System.Windows.Forms.Label label6;
  726. private System.Windows.Forms.ComboBox cbAxisLabelMargin;
  727. private System.Windows.Forms.ComboBox cbAxisLineThickness;
  728. private System.Windows.Forms.ComboBox cbAxisSubMinorTickLength;
  729. private System.Windows.Forms.ComboBox cbAxisColor;
  730. private System.Windows.Forms.CheckBox cbShowAxisLines;
  731. private System.Windows.Forms.ComboBox cbAxisTextColor;
  732. private System.Windows.Forms.Panel axisTickBrushColorPanel;
  733. private System.Windows.Forms.Panel axisForegroundColorPanel;
  734. private System.Windows.Forms.GroupBox groupBox21;
  735. private System.Windows.Forms.GroupBox groupBox1;
  736. private System.Windows.Forms.Label label2;
  737. private System.Windows.Forms.ComboBox cbQuantResultsBackgroundColor;
  738. private System.Windows.Forms.ComboBox cbQuantResultsCategory;
  739. private System.Windows.Forms.ComboBox cbQuantResultsFormat;
  740. private System.Windows.Forms.ComboBox cbQuantResultsBackgroundOpacity;
  741. private System.Windows.Forms.CheckBox cbShowQuantResults;
  742. private System.Windows.Forms.Label label20;
  743. private System.Windows.Forms.Label label5;
  744. private System.Windows.Forms.Label label3;
  745. private System.Windows.Forms.Panel quantResultsBackgroundColorPanel;
  746. }
  747. }