MainForm.Designer.cs 96 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639164016411642164316441645164616471648164916501651165216531654165516561657165816591660166116621663166416651666166716681669167016711672167316741675167616771678167916801681168216831684168516861687168816891690169116921693169416951696169716981699
  1. namespace OINA.Extender.Testharness
  2. {
  3. partial class MainForm
  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.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.menuStripMainForm = new System.Windows.Forms.MenuStrip();
  32. this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  33. this.loadSpectrumDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  34. this.saveSpectrumDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.exportSpectrumAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  36. this.loadImageDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.saveImageDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.autoIdSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  42. this.periodicTableVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.elementComboVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.spectrumViewerVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  45. this.BrightnessContractDialogVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  46. this.imageViewerVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.detailsVisualSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  48. this.controlPanelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.detectorControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.microscopeControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  51. this.calibrateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  52. this.eDMapAcquisitionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tmrAcquisitionStatus = new System.Windows.Forms.Timer(this.components);
  54. this.SpectrumAcquisition = new System.Windows.Forms.TabPage();
  55. this.panel3 = new System.Windows.Forms.Panel();
  56. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  57. this.ehSpectrumViewer = new System.Windows.Forms.Integration.ElementHost();
  58. this.periodicTableElementHost = new System.Windows.Forms.Integration.ElementHost();
  59. this.panel4 = new System.Windows.Forms.Panel();
  60. this.btnExportTiff = new System.Windows.Forms.Button();
  61. this.spectrumInteractionToolComboBox = new System.Windows.Forms.ComboBox();
  62. this.label2 = new System.Windows.Forms.Label();
  63. this.labelRealTime = new System.Windows.Forms.Label();
  64. this.labelLiveTime = new System.Windows.Forms.Label();
  65. this.textRealTimeSeconds = new System.Windows.Forms.TextBox();
  66. this.textLiveTimeSeconds = new System.Windows.Forms.TextBox();
  67. this.panel2 = new System.Windows.Forms.Panel();
  68. this.groupBox1 = new System.Windows.Forms.GroupBox();
  69. this.addCompareSpectraButton = new System.Windows.Forms.Button();
  70. this.cbCompareSpectraComboBox = new System.Windows.Forms.ComboBox();
  71. this.cbCompareColor = new System.Windows.Forms.ComboBox();
  72. this.btnStartAcquisition = new System.Windows.Forms.Button();
  73. this.btnStopAcquisition = new System.Windows.Forms.Button();
  74. this.lblSpectrumAcquisitionQueue = new System.Windows.Forms.Label();
  75. this.gbPeakParameters = new System.Windows.Forms.GroupBox();
  76. this.btnCalculate = new System.Windows.Forms.Button();
  77. this.tbFWHM = new System.Windows.Forms.TextBox();
  78. this.tbEnergy = new System.Windows.Forms.TextBox();
  79. this.lblFWHM = new System.Windows.Forms.Label();
  80. this.lblEnergy = new System.Windows.Forms.Label();
  81. this.AcquisitionQueueListBox = new System.Windows.Forms.ListBox();
  82. this.lblIdentifiedElements = new System.Windows.Forms.Label();
  83. this.btnResumeAcquisition = new System.Windows.Forms.Button();
  84. this.tbIdentifiedElement = new System.Windows.Forms.TextBox();
  85. this.btnDoAutoID = new System.Windows.Forms.Button();
  86. this.panel1 = new System.Windows.Forms.Panel();
  87. this.panelConfirmElements = new System.Windows.Forms.Panel();
  88. this.toolStripLocalPeriodicTableSettings = new System.Windows.Forms.ToolStrip();
  89. this.toolStripDropDownLocalPeriodicTableSettings = new System.Windows.Forms.ToolStripDropDownButton();
  90. this.enableMultiselectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  91. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  92. this.backgroundColorTextBox = new System.Windows.Forms.ToolStripTextBox();
  93. this.periodicTableBackgroundToolStripComboBox = new System.Windows.Forms.ToolStripComboBox();
  94. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  95. this.enabledElementsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  96. this.tbUnsetElementList = new System.Windows.Forms.TextBox();
  97. this.lblUnsetElementList = new System.Windows.Forms.Label();
  98. this.tbIncludedElementList = new System.Windows.Forms.TextBox();
  99. this.lblIncludedElementList = new System.Windows.Forms.Label();
  100. this.ehExcludeElement = new System.Windows.Forms.Integration.ElementHost();
  101. this.tbExcludedElementList = new System.Windows.Forms.TextBox();
  102. this.btnDeleteExclude = new System.Windows.Forms.Button();
  103. this.lblExcludeElementList = new System.Windows.Forms.Label();
  104. this.btnClearExcludedList = new System.Windows.Forms.Button();
  105. this.lblExcludeElement = new System.Windows.Forms.Label();
  106. this.btnAddExclude = new System.Windows.Forms.Button();
  107. this.SpectrumAcquisitionSettingsGroupBox = new System.Windows.Forms.GroupBox();
  108. this.AcquisitionTimeNumericUpDown = new System.Windows.Forms.NumericUpDown();
  109. this.cbChannelNumber = new System.Windows.Forms.ComboBox();
  110. this.lblChannelNumber = new System.Windows.Forms.Label();
  111. this.lblProcessTime = new System.Windows.Forms.Label();
  112. this.lblAcquisitionMode = new System.Windows.Forms.Label();
  113. this.lblSpectrumLabel = new System.Windows.Forms.Label();
  114. this.lblAcquisitionTime = new System.Windows.Forms.Label();
  115. this.lblEnergyRange = new System.Windows.Forms.Label();
  116. this.cbEnergyRange = new System.Windows.Forms.ComboBox();
  117. this.cbProcessTime = new System.Windows.Forms.ComboBox();
  118. this.textSpectrumLabel = new System.Windows.Forms.TextBox();
  119. this.cbAcquisitionMode = new System.Windows.Forms.ComboBox();
  120. this.tabControl = new System.Windows.Forms.TabControl();
  121. this.ProcessingSettings = new System.Windows.Forms.TabPage();
  122. this.gbQuantResults = new System.Windows.Forms.GroupBox();
  123. this.tbQuantStatusMessage = new System.Windows.Forms.TextBox();
  124. this.lblQuantStatus = new System.Windows.Forms.Label();
  125. this.btnDoQuant = new System.Windows.Forms.Button();
  126. this.dgQuantResult = new System.Windows.Forms.DataGridView();
  127. this.AtomicNumber = new System.Windows.Forms.DataGridViewTextBoxColumn();
  128. this.LineType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  129. this.WeightPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  130. this.WtSigma = new System.Windows.Forms.DataGridViewTextBoxColumn();
  131. this.AtomicPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  132. this.gbSampleCoating = new System.Windows.Forms.GroupBox();
  133. this.cbIsCoated = new System.Windows.Forms.CheckBox();
  134. this.lblThickness = new System.Windows.Forms.Label();
  135. this.lblDensity = new System.Windows.Forms.Label();
  136. this.lblCoatingElement = new System.Windows.Forms.Label();
  137. this.tbThickness = new System.Windows.Forms.TextBox();
  138. this.tbDensity = new System.Windows.Forms.TextBox();
  139. this.tbCoatingElement = new System.Windows.Forms.TextBox();
  140. this.gbQuantSettings = new System.Windows.Forms.GroupBox();
  141. this.gbDeconvolutionElements = new System.Windows.Forms.GroupBox();
  142. this.ehDeconvolutionElement = new System.Windows.Forms.Integration.ElementHost();
  143. this.btnClearDeconvolutionList = new System.Windows.Forms.Button();
  144. this.tbDeconvolutionElementList = new System.Windows.Forms.TextBox();
  145. this.btnDeleteDeconvolution = new System.Windows.Forms.Button();
  146. this.lblDeconvolutionElementList = new System.Windows.Forms.Label();
  147. this.btnAddDeconvolution = new System.Windows.Forms.Button();
  148. this.lblDeconvolutionElement = new System.Windows.Forms.Label();
  149. this.gbQuantitativeThreshold = new System.Windows.Forms.GroupBox();
  150. this.cbThresholding = new System.Windows.Forms.CheckBox();
  151. this.tbSigmaLevel = new System.Windows.Forms.TextBox();
  152. this.lblSigmaLevel = new System.Windows.Forms.Label();
  153. this.gbProcessingOptions = new System.Windows.Forms.GroupBox();
  154. this.lblCombinedElement = new System.Windows.Forms.Label();
  155. this.rbElementByDifference = new System.Windows.Forms.RadioButton();
  156. this.rbElementByStoichiometry = new System.Windows.Forms.RadioButton();
  157. this.rbAllElements = new System.Windows.Forms.RadioButton();
  158. this.lblNumberofIons = new System.Windows.Forms.Label();
  159. this.tbNumberOfIons = new System.Windows.Forms.TextBox();
  160. this.cbNormalised = new System.Windows.Forms.CheckBox();
  161. this.tbCombinedElement = new System.Windows.Forms.TextBox();
  162. this.ImageAcquisition = new System.Windows.Forms.TabPage();
  163. this.ehImageViewer = new System.Windows.Forms.Integration.ElementHost();
  164. this.panel7 = new System.Windows.Forms.Panel();
  165. this.imageToolComboBox = new System.Windows.Forms.ComboBox();
  166. this.label1 = new System.Windows.Forms.Label();
  167. this.panel6 = new System.Windows.Forms.Panel();
  168. this.btnStartImageScan = new System.Windows.Forms.Button();
  169. this.ImageAcquisitionSettingsGroupBox = new System.Windows.Forms.GroupBox();
  170. this.lblImageScanSize = new System.Windows.Forms.Label();
  171. this.cbImageScanSize = new System.Windows.Forms.ComboBox();
  172. this.lblDwellTime = new System.Windows.Forms.Label();
  173. this.lblInputSignal = new System.Windows.Forms.Label();
  174. this.cbInputSignal = new System.Windows.Forms.ComboBox();
  175. this.lblNumberOfFrames = new System.Windows.Forms.Label();
  176. this.tbNumberOfFrames = new System.Windows.Forms.TextBox();
  177. this.tbDwellTime = new System.Windows.Forms.TextBox();
  178. this.lblImageAcquisitionQueue = new System.Windows.Forms.Label();
  179. this.btnStopImageScan = new System.Windows.Forms.Button();
  180. this.ImageAcquisitionQueueListBox = new System.Windows.Forms.ListBox();
  181. this.panel5 = new System.Windows.Forms.Panel();
  182. this.tbImageData = new System.Windows.Forms.TextBox();
  183. this.lblX = new System.Windows.Forms.Label();
  184. this.lblY = new System.Windows.Forms.Label();
  185. this.btnGetPixelData = new System.Windows.Forms.Button();
  186. this.tbPointX = new System.Windows.Forms.TextBox();
  187. this.tbPointY = new System.Windows.Forms.TextBox();
  188. this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
  189. this.tmrIdentifyElements = new System.Windows.Forms.Timer(this.components);
  190. this.statusStrip = new System.Windows.Forms.StatusStrip();
  191. this.lblOutputRate = new System.Windows.Forms.ToolStripStatusLabel();
  192. this.outputStatus = new System.Windows.Forms.ToolStripStatusLabel();
  193. this.lblDeadTime = new System.Windows.Forms.ToolStripStatusLabel();
  194. this.deadtimeStatus = new System.Windows.Forms.ToolStripStatusLabel();
  195. this.lblAcquisitionStatus = new System.Windows.Forms.ToolStripStatusLabel();
  196. this.menuStripMainForm.SuspendLayout();
  197. this.SpectrumAcquisition.SuspendLayout();
  198. this.panel3.SuspendLayout();
  199. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  200. this.splitContainer1.Panel1.SuspendLayout();
  201. this.splitContainer1.Panel2.SuspendLayout();
  202. this.splitContainer1.SuspendLayout();
  203. this.panel4.SuspendLayout();
  204. this.panel2.SuspendLayout();
  205. this.groupBox1.SuspendLayout();
  206. this.gbPeakParameters.SuspendLayout();
  207. this.panel1.SuspendLayout();
  208. this.panelConfirmElements.SuspendLayout();
  209. this.toolStripLocalPeriodicTableSettings.SuspendLayout();
  210. this.SpectrumAcquisitionSettingsGroupBox.SuspendLayout();
  211. ((System.ComponentModel.ISupportInitialize)(this.AcquisitionTimeNumericUpDown)).BeginInit();
  212. this.tabControl.SuspendLayout();
  213. this.ProcessingSettings.SuspendLayout();
  214. this.gbQuantResults.SuspendLayout();
  215. ((System.ComponentModel.ISupportInitialize)(this.dgQuantResult)).BeginInit();
  216. this.gbSampleCoating.SuspendLayout();
  217. this.gbQuantSettings.SuspendLayout();
  218. this.gbDeconvolutionElements.SuspendLayout();
  219. this.gbQuantitativeThreshold.SuspendLayout();
  220. this.gbProcessingOptions.SuspendLayout();
  221. this.ImageAcquisition.SuspendLayout();
  222. this.panel7.SuspendLayout();
  223. this.panel6.SuspendLayout();
  224. this.ImageAcquisitionSettingsGroupBox.SuspendLayout();
  225. this.panel5.SuspendLayout();
  226. ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
  227. this.statusStrip.SuspendLayout();
  228. this.SuspendLayout();
  229. //
  230. // menuStripMainForm
  231. //
  232. this.menuStripMainForm.BackColor = System.Drawing.SystemColors.MenuBar;
  233. this.menuStripMainForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  234. this.fileToolStripMenuItem,
  235. this.optionsToolStripMenuItem,
  236. this.controlPanelsToolStripMenuItem});
  237. resources.ApplyResources(this.menuStripMainForm, "menuStripMainForm");
  238. this.menuStripMainForm.Name = "menuStripMainForm";
  239. //
  240. // fileToolStripMenuItem
  241. //
  242. this.fileToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
  243. this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  244. this.loadSpectrumDataToolStripMenuItem,
  245. this.saveSpectrumDataToolStripMenuItem,
  246. this.exportSpectrumAsToolStripMenuItem,
  247. this.loadImageDataToolStripMenuItem,
  248. this.saveImageDataToolStripMenuItem,
  249. this.exitToolStripMenuItem});
  250. this.fileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText;
  251. this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
  252. resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem");
  253. //
  254. // loadSpectrumDataToolStripMenuItem
  255. //
  256. this.loadSpectrumDataToolStripMenuItem.Name = "loadSpectrumDataToolStripMenuItem";
  257. resources.ApplyResources(this.loadSpectrumDataToolStripMenuItem, "loadSpectrumDataToolStripMenuItem");
  258. this.loadSpectrumDataToolStripMenuItem.Click += new System.EventHandler(this.LoadSpectrumDataToolStripMenuItem_Click);
  259. //
  260. // saveSpectrumDataToolStripMenuItem
  261. //
  262. this.saveSpectrumDataToolStripMenuItem.Name = "saveSpectrumDataToolStripMenuItem";
  263. resources.ApplyResources(this.saveSpectrumDataToolStripMenuItem, "saveSpectrumDataToolStripMenuItem");
  264. this.saveSpectrumDataToolStripMenuItem.Click += new System.EventHandler(this.SaveSpectrumDataToolStripMenuItem_Click);
  265. //
  266. // exportSpectrumAsToolStripMenuItem
  267. //
  268. this.exportSpectrumAsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
  269. this.exportSpectrumAsToolStripMenuItem.Name = "exportSpectrumAsToolStripMenuItem";
  270. resources.ApplyResources(this.exportSpectrumAsToolStripMenuItem, "exportSpectrumAsToolStripMenuItem");
  271. this.exportSpectrumAsToolStripMenuItem.Click += new System.EventHandler(this.ExportSpectrumAsToolStripMenuItem_Click);
  272. //
  273. // loadImageDataToolStripMenuItem
  274. //
  275. this.loadImageDataToolStripMenuItem.Name = "loadImageDataToolStripMenuItem";
  276. resources.ApplyResources(this.loadImageDataToolStripMenuItem, "loadImageDataToolStripMenuItem");
  277. this.loadImageDataToolStripMenuItem.Click += new System.EventHandler(this.LoadImageDataToolStripMenuItem_Click);
  278. //
  279. // saveImageDataToolStripMenuItem
  280. //
  281. this.saveImageDataToolStripMenuItem.Name = "saveImageDataToolStripMenuItem";
  282. resources.ApplyResources(this.saveImageDataToolStripMenuItem, "saveImageDataToolStripMenuItem");
  283. this.saveImageDataToolStripMenuItem.Click += new System.EventHandler(this.SaveImageDataToolStripMenuItem_Click);
  284. //
  285. // exitToolStripMenuItem
  286. //
  287. this.exitToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
  288. this.exitToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText;
  289. this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
  290. resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem");
  291. this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
  292. //
  293. // optionsToolStripMenuItem
  294. //
  295. this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  296. this.autoIdSettingsToolStripMenuItem,
  297. this.preferencesToolStripMenuItem});
  298. this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
  299. resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem");
  300. //
  301. // autoIdSettingsToolStripMenuItem
  302. //
  303. this.autoIdSettingsToolStripMenuItem.Name = "autoIdSettingsToolStripMenuItem";
  304. resources.ApplyResources(this.autoIdSettingsToolStripMenuItem, "autoIdSettingsToolStripMenuItem");
  305. this.autoIdSettingsToolStripMenuItem.Click += new System.EventHandler(this.AutoIdSettingsToolStripMenuItem_Click);
  306. //
  307. // preferencesToolStripMenuItem
  308. //
  309. this.preferencesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  310. this.periodicTableVisualSettingsToolStripMenuItem,
  311. this.elementComboVisualSettingsToolStripMenuItem,
  312. this.spectrumViewerVisualSettingsToolStripMenuItem,
  313. this.BrightnessContractDialogVisualSettingsToolStripMenuItem,
  314. this.imageViewerVisualSettingsToolStripMenuItem,
  315. this.detailsVisualSettingsMenuItem});
  316. this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem";
  317. resources.ApplyResources(this.preferencesToolStripMenuItem, "preferencesToolStripMenuItem");
  318. //
  319. // periodicTableVisualSettingsToolStripMenuItem
  320. //
  321. this.periodicTableVisualSettingsToolStripMenuItem.Name = "periodicTableVisualSettingsToolStripMenuItem";
  322. resources.ApplyResources(this.periodicTableVisualSettingsToolStripMenuItem, "periodicTableVisualSettingsToolStripMenuItem");
  323. this.periodicTableVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.PeriodicTableVisualSettingsToolStripMenuItem_Click);
  324. //
  325. // elementComboVisualSettingsToolStripMenuItem
  326. //
  327. this.elementComboVisualSettingsToolStripMenuItem.Name = "elementComboVisualSettingsToolStripMenuItem";
  328. resources.ApplyResources(this.elementComboVisualSettingsToolStripMenuItem, "elementComboVisualSettingsToolStripMenuItem");
  329. this.elementComboVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.ElementComboVisualSettingsToolStripMenuItem_Click);
  330. //
  331. // spectrumViewerVisualSettingsToolStripMenuItem
  332. //
  333. this.spectrumViewerVisualSettingsToolStripMenuItem.Name = "spectrumViewerVisualSettingsToolStripMenuItem";
  334. resources.ApplyResources(this.spectrumViewerVisualSettingsToolStripMenuItem, "spectrumViewerVisualSettingsToolStripMenuItem");
  335. this.spectrumViewerVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.SpectrumViewerVisualSettingsToolStripMenuItem_Click);
  336. //
  337. // BrightnessContractDialogVisualSettingsToolStripMenuItem
  338. //
  339. this.BrightnessContractDialogVisualSettingsToolStripMenuItem.Name = "BrightnessContractDialogVisualSettingsToolStripMenuItem";
  340. resources.ApplyResources(this.BrightnessContractDialogVisualSettingsToolStripMenuItem, "BrightnessContractDialogVisualSettingsToolStripMenuItem");
  341. this.BrightnessContractDialogVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.BrightnessContractDialogVisualSettingsToolStripMenuItem_Click);
  342. //
  343. // imageViewerVisualSettingsToolStripMenuItem
  344. //
  345. this.imageViewerVisualSettingsToolStripMenuItem.Name = "imageViewerVisualSettingsToolStripMenuItem";
  346. resources.ApplyResources(this.imageViewerVisualSettingsToolStripMenuItem, "imageViewerVisualSettingsToolStripMenuItem");
  347. this.imageViewerVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.ImageViewerVisualSetting_Click);
  348. //
  349. // detailsVisualSettingsMenuItem
  350. //
  351. this.detailsVisualSettingsMenuItem.Name = "detailsVisualSettingsMenuItem";
  352. resources.ApplyResources(this.detailsVisualSettingsMenuItem, "detailsVisualSettingsMenuItem");
  353. this.detailsVisualSettingsMenuItem.Click += new System.EventHandler(this.OnDetailsVisualSettingsMenuItemClick);
  354. //
  355. // controlPanelsToolStripMenuItem
  356. //
  357. this.controlPanelsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu;
  358. this.controlPanelsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  359. this.detectorControlToolStripMenuItem,
  360. this.microscopeControlToolStripMenuItem,
  361. this.calibrateToolStripMenuItem,
  362. this.eDMapAcquisitionToolStripMenuItem});
  363. this.controlPanelsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText;
  364. this.controlPanelsToolStripMenuItem.Name = "controlPanelsToolStripMenuItem";
  365. resources.ApplyResources(this.controlPanelsToolStripMenuItem, "controlPanelsToolStripMenuItem");
  366. //
  367. // detectorControlToolStripMenuItem
  368. //
  369. this.detectorControlToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
  370. this.detectorControlToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText;
  371. this.detectorControlToolStripMenuItem.Name = "detectorControlToolStripMenuItem";
  372. resources.ApplyResources(this.detectorControlToolStripMenuItem, "detectorControlToolStripMenuItem");
  373. this.detectorControlToolStripMenuItem.Click += new System.EventHandler(this.DetectorControlToolStripMenuItem_Click);
  374. //
  375. // microscopeControlToolStripMenuItem
  376. //
  377. this.microscopeControlToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control;
  378. this.microscopeControlToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText;
  379. this.microscopeControlToolStripMenuItem.Name = "microscopeControlToolStripMenuItem";
  380. resources.ApplyResources(this.microscopeControlToolStripMenuItem, "microscopeControlToolStripMenuItem");
  381. this.microscopeControlToolStripMenuItem.Click += new System.EventHandler(this.MicroscopeControlToolStripMenuItem_Click);
  382. //
  383. // calibrateToolStripMenuItem
  384. //
  385. this.calibrateToolStripMenuItem.Name = "calibrateToolStripMenuItem";
  386. resources.ApplyResources(this.calibrateToolStripMenuItem, "calibrateToolStripMenuItem");
  387. this.calibrateToolStripMenuItem.Click += new System.EventHandler(this.CalibrateToolStripMenuItem_Click);
  388. //
  389. // eDMapAcquisitionToolStripMenuItem
  390. //
  391. this.eDMapAcquisitionToolStripMenuItem.Name = "eDMapAcquisitionToolStripMenuItem";
  392. resources.ApplyResources(this.eDMapAcquisitionToolStripMenuItem, "eDMapAcquisitionToolStripMenuItem");
  393. this.eDMapAcquisitionToolStripMenuItem.Click += new System.EventHandler(this.EDMapAcquisitionToolStripMenuItem_Click);
  394. //
  395. // SpectrumAcquisition
  396. //
  397. this.SpectrumAcquisition.BackColor = System.Drawing.SystemColors.Control;
  398. this.SpectrumAcquisition.Controls.Add(this.panel3);
  399. this.SpectrumAcquisition.Controls.Add(this.panel2);
  400. this.SpectrumAcquisition.Controls.Add(this.panel1);
  401. this.SpectrumAcquisition.ForeColor = System.Drawing.SystemColors.ControlText;
  402. resources.ApplyResources(this.SpectrumAcquisition, "SpectrumAcquisition");
  403. this.SpectrumAcquisition.Name = "SpectrumAcquisition";
  404. //
  405. // panel3
  406. //
  407. this.panel3.Controls.Add(this.splitContainer1);
  408. this.panel3.Controls.Add(this.panel4);
  409. resources.ApplyResources(this.panel3, "panel3");
  410. this.panel3.Name = "panel3";
  411. //
  412. // splitContainer1
  413. //
  414. resources.ApplyResources(this.splitContainer1, "splitContainer1");
  415. this.splitContainer1.Name = "splitContainer1";
  416. //
  417. // splitContainer1.Panel1
  418. //
  419. this.splitContainer1.Panel1.Controls.Add(this.ehSpectrumViewer);
  420. //
  421. // splitContainer1.Panel2
  422. //
  423. this.splitContainer1.Panel2.Controls.Add(this.periodicTableElementHost);
  424. //
  425. // ehSpectrumViewer
  426. //
  427. this.ehSpectrumViewer.BackColor = System.Drawing.Color.DodgerBlue;
  428. resources.ApplyResources(this.ehSpectrumViewer, "ehSpectrumViewer");
  429. this.ehSpectrumViewer.Name = "ehSpectrumViewer";
  430. this.ehSpectrumViewer.Child = null;
  431. //
  432. // periodicTableElementHost
  433. //
  434. this.periodicTableElementHost.BackColor = System.Drawing.Color.DarkBlue;
  435. resources.ApplyResources(this.periodicTableElementHost, "periodicTableElementHost");
  436. this.periodicTableElementHost.Name = "periodicTableElementHost";
  437. this.periodicTableElementHost.Child = null;
  438. //
  439. // panel4
  440. //
  441. this.panel4.Controls.Add(this.btnExportTiff);
  442. this.panel4.Controls.Add(this.spectrumInteractionToolComboBox);
  443. this.panel4.Controls.Add(this.label2);
  444. this.panel4.Controls.Add(this.labelRealTime);
  445. this.panel4.Controls.Add(this.labelLiveTime);
  446. this.panel4.Controls.Add(this.textRealTimeSeconds);
  447. this.panel4.Controls.Add(this.textLiveTimeSeconds);
  448. resources.ApplyResources(this.panel4, "panel4");
  449. this.panel4.Name = "panel4";
  450. //
  451. // btnExportTiff
  452. //
  453. resources.ApplyResources(this.btnExportTiff, "btnExportTiff");
  454. this.btnExportTiff.Name = "btnExportTiff";
  455. this.btnExportTiff.UseVisualStyleBackColor = true;
  456. this.btnExportTiff.Click += new System.EventHandler(this.OnExportTiffButtonClicked);
  457. //
  458. // spectrumInteractionToolComboBox
  459. //
  460. this.spectrumInteractionToolComboBox.FormattingEnabled = true;
  461. resources.ApplyResources(this.spectrumInteractionToolComboBox, "spectrumInteractionToolComboBox");
  462. this.spectrumInteractionToolComboBox.Name = "spectrumInteractionToolComboBox";
  463. this.spectrumInteractionToolComboBox.SelectedIndexChanged += new System.EventHandler(this.OnSpectrumToolComboBoxSelectedIndexChanged);
  464. //
  465. // label2
  466. //
  467. resources.ApplyResources(this.label2, "label2");
  468. this.label2.Name = "label2";
  469. //
  470. // labelRealTime
  471. //
  472. resources.ApplyResources(this.labelRealTime, "labelRealTime");
  473. this.labelRealTime.Name = "labelRealTime";
  474. //
  475. // labelLiveTime
  476. //
  477. resources.ApplyResources(this.labelLiveTime, "labelLiveTime");
  478. this.labelLiveTime.Name = "labelLiveTime";
  479. //
  480. // textRealTimeSeconds
  481. //
  482. resources.ApplyResources(this.textRealTimeSeconds, "textRealTimeSeconds");
  483. this.textRealTimeSeconds.Name = "textRealTimeSeconds";
  484. this.textRealTimeSeconds.ReadOnly = true;
  485. //
  486. // textLiveTimeSeconds
  487. //
  488. resources.ApplyResources(this.textLiveTimeSeconds, "textLiveTimeSeconds");
  489. this.textLiveTimeSeconds.Name = "textLiveTimeSeconds";
  490. this.textLiveTimeSeconds.ReadOnly = true;
  491. //
  492. // panel2
  493. //
  494. this.panel2.Controls.Add(this.groupBox1);
  495. this.panel2.Controls.Add(this.btnStartAcquisition);
  496. this.panel2.Controls.Add(this.btnStopAcquisition);
  497. this.panel2.Controls.Add(this.lblSpectrumAcquisitionQueue);
  498. this.panel2.Controls.Add(this.gbPeakParameters);
  499. this.panel2.Controls.Add(this.AcquisitionQueueListBox);
  500. this.panel2.Controls.Add(this.lblIdentifiedElements);
  501. this.panel2.Controls.Add(this.btnResumeAcquisition);
  502. this.panel2.Controls.Add(this.tbIdentifiedElement);
  503. this.panel2.Controls.Add(this.btnDoAutoID);
  504. resources.ApplyResources(this.panel2, "panel2");
  505. this.panel2.Name = "panel2";
  506. //
  507. // groupBox1
  508. //
  509. this.groupBox1.Controls.Add(this.addCompareSpectraButton);
  510. this.groupBox1.Controls.Add(this.cbCompareSpectraComboBox);
  511. this.groupBox1.Controls.Add(this.cbCompareColor);
  512. resources.ApplyResources(this.groupBox1, "groupBox1");
  513. this.groupBox1.Name = "groupBox1";
  514. this.groupBox1.TabStop = false;
  515. //
  516. // addCompareSpectraButton
  517. //
  518. resources.ApplyResources(this.addCompareSpectraButton, "addCompareSpectraButton");
  519. this.addCompareSpectraButton.Name = "addCompareSpectraButton";
  520. this.addCompareSpectraButton.UseVisualStyleBackColor = true;
  521. this.addCompareSpectraButton.Click += new System.EventHandler(this.OnAddCompareSpectraButtonClick);
  522. //
  523. // cbCompareSpectraComboBox
  524. //
  525. this.cbCompareSpectraComboBox.FormattingEnabled = true;
  526. resources.ApplyResources(this.cbCompareSpectraComboBox, "cbCompareSpectraComboBox");
  527. this.cbCompareSpectraComboBox.Name = "cbCompareSpectraComboBox";
  528. //
  529. // cbCompareColor
  530. //
  531. this.cbCompareColor.FormattingEnabled = true;
  532. resources.ApplyResources(this.cbCompareColor, "cbCompareColor");
  533. this.cbCompareColor.Name = "cbCompareColor";
  534. this.cbCompareColor.SelectedIndexChanged += new System.EventHandler(this.CbCompareColor_SelectedIndexChanged);
  535. //
  536. // btnStartAcquisition
  537. //
  538. this.btnStartAcquisition.BackColor = System.Drawing.SystemColors.Control;
  539. this.btnStartAcquisition.ForeColor = System.Drawing.SystemColors.ControlText;
  540. resources.ApplyResources(this.btnStartAcquisition, "btnStartAcquisition");
  541. this.btnStartAcquisition.Name = "btnStartAcquisition";
  542. this.btnStartAcquisition.UseVisualStyleBackColor = false;
  543. this.btnStartAcquisition.Click += new System.EventHandler(this.StartAcquisitionButton_Click);
  544. //
  545. // btnStopAcquisition
  546. //
  547. this.btnStopAcquisition.BackColor = System.Drawing.SystemColors.Control;
  548. this.btnStopAcquisition.ForeColor = System.Drawing.SystemColors.ControlText;
  549. resources.ApplyResources(this.btnStopAcquisition, "btnStopAcquisition");
  550. this.btnStopAcquisition.Name = "btnStopAcquisition";
  551. this.btnStopAcquisition.UseVisualStyleBackColor = false;
  552. this.btnStopAcquisition.Click += new System.EventHandler(this.StopAcquisitionButton_Click);
  553. //
  554. // lblSpectrumAcquisitionQueue
  555. //
  556. resources.ApplyResources(this.lblSpectrumAcquisitionQueue, "lblSpectrumAcquisitionQueue");
  557. this.lblSpectrumAcquisitionQueue.Name = "lblSpectrumAcquisitionQueue";
  558. //
  559. // gbPeakParameters
  560. //
  561. this.gbPeakParameters.Controls.Add(this.btnCalculate);
  562. this.gbPeakParameters.Controls.Add(this.tbFWHM);
  563. this.gbPeakParameters.Controls.Add(this.tbEnergy);
  564. this.gbPeakParameters.Controls.Add(this.lblFWHM);
  565. this.gbPeakParameters.Controls.Add(this.lblEnergy);
  566. resources.ApplyResources(this.gbPeakParameters, "gbPeakParameters");
  567. this.gbPeakParameters.Name = "gbPeakParameters";
  568. this.gbPeakParameters.TabStop = false;
  569. //
  570. // btnCalculate
  571. //
  572. resources.ApplyResources(this.btnCalculate, "btnCalculate");
  573. this.btnCalculate.Name = "btnCalculate";
  574. this.btnCalculate.UseVisualStyleBackColor = true;
  575. this.btnCalculate.Click += new System.EventHandler(this.CalculateButton_Click);
  576. //
  577. // tbFWHM
  578. //
  579. resources.ApplyResources(this.tbFWHM, "tbFWHM");
  580. this.tbFWHM.Name = "tbFWHM";
  581. //
  582. // tbEnergy
  583. //
  584. resources.ApplyResources(this.tbEnergy, "tbEnergy");
  585. this.tbEnergy.Name = "tbEnergy";
  586. //
  587. // lblFWHM
  588. //
  589. resources.ApplyResources(this.lblFWHM, "lblFWHM");
  590. this.lblFWHM.Name = "lblFWHM";
  591. //
  592. // lblEnergy
  593. //
  594. resources.ApplyResources(this.lblEnergy, "lblEnergy");
  595. this.lblEnergy.Name = "lblEnergy";
  596. //
  597. // AcquisitionQueueListBox
  598. //
  599. this.AcquisitionQueueListBox.DisplayMember = "Label";
  600. this.AcquisitionQueueListBox.FormattingEnabled = true;
  601. resources.ApplyResources(this.AcquisitionQueueListBox, "AcquisitionQueueListBox");
  602. this.AcquisitionQueueListBox.Name = "AcquisitionQueueListBox";
  603. this.AcquisitionQueueListBox.ValueMember = "Label";
  604. //
  605. // lblIdentifiedElements
  606. //
  607. resources.ApplyResources(this.lblIdentifiedElements, "lblIdentifiedElements");
  608. this.lblIdentifiedElements.Name = "lblIdentifiedElements";
  609. //
  610. // btnResumeAcquisition
  611. //
  612. resources.ApplyResources(this.btnResumeAcquisition, "btnResumeAcquisition");
  613. this.btnResumeAcquisition.Name = "btnResumeAcquisition";
  614. this.btnResumeAcquisition.UseVisualStyleBackColor = false;
  615. this.btnResumeAcquisition.Click += new System.EventHandler(this.ResumeAcquisitionButton_Click);
  616. //
  617. // tbIdentifiedElement
  618. //
  619. this.tbIdentifiedElement.BackColor = System.Drawing.SystemColors.Window;
  620. this.tbIdentifiedElement.ForeColor = System.Drawing.SystemColors.WindowText;
  621. this.tbIdentifiedElement.HideSelection = false;
  622. resources.ApplyResources(this.tbIdentifiedElement, "tbIdentifiedElement");
  623. this.tbIdentifiedElement.Name = "tbIdentifiedElement";
  624. this.tbIdentifiedElement.ReadOnly = true;
  625. //
  626. // btnDoAutoID
  627. //
  628. this.btnDoAutoID.BackColor = System.Drawing.SystemColors.Control;
  629. this.btnDoAutoID.ForeColor = System.Drawing.SystemColors.WindowText;
  630. resources.ApplyResources(this.btnDoAutoID, "btnDoAutoID");
  631. this.btnDoAutoID.Name = "btnDoAutoID";
  632. this.btnDoAutoID.UseVisualStyleBackColor = false;
  633. this.btnDoAutoID.Click += new System.EventHandler(this.DoAutoIDButton_Click);
  634. //
  635. // panel1
  636. //
  637. this.panel1.Controls.Add(this.panelConfirmElements);
  638. this.panel1.Controls.Add(this.SpectrumAcquisitionSettingsGroupBox);
  639. resources.ApplyResources(this.panel1, "panel1");
  640. this.panel1.Name = "panel1";
  641. //
  642. // panelConfirmElements
  643. //
  644. this.panelConfirmElements.Controls.Add(this.toolStripLocalPeriodicTableSettings);
  645. this.panelConfirmElements.Controls.Add(this.tbUnsetElementList);
  646. this.panelConfirmElements.Controls.Add(this.lblUnsetElementList);
  647. this.panelConfirmElements.Controls.Add(this.tbIncludedElementList);
  648. this.panelConfirmElements.Controls.Add(this.lblIncludedElementList);
  649. this.panelConfirmElements.Controls.Add(this.ehExcludeElement);
  650. this.panelConfirmElements.Controls.Add(this.tbExcludedElementList);
  651. this.panelConfirmElements.Controls.Add(this.btnDeleteExclude);
  652. this.panelConfirmElements.Controls.Add(this.lblExcludeElementList);
  653. this.panelConfirmElements.Controls.Add(this.btnClearExcludedList);
  654. this.panelConfirmElements.Controls.Add(this.lblExcludeElement);
  655. this.panelConfirmElements.Controls.Add(this.btnAddExclude);
  656. resources.ApplyResources(this.panelConfirmElements, "panelConfirmElements");
  657. this.panelConfirmElements.Name = "panelConfirmElements";
  658. //
  659. // toolStripLocalPeriodicTableSettings
  660. //
  661. this.toolStripLocalPeriodicTableSettings.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  662. this.toolStripLocalPeriodicTableSettings.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  663. this.toolStripDropDownLocalPeriodicTableSettings});
  664. resources.ApplyResources(this.toolStripLocalPeriodicTableSettings, "toolStripLocalPeriodicTableSettings");
  665. this.toolStripLocalPeriodicTableSettings.Name = "toolStripLocalPeriodicTableSettings";
  666. //
  667. // toolStripDropDownLocalPeriodicTableSettings
  668. //
  669. this.toolStripDropDownLocalPeriodicTableSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  670. this.toolStripDropDownLocalPeriodicTableSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  671. this.enableMultiselectToolStripMenuItem,
  672. this.toolStripSeparator1,
  673. this.backgroundColorTextBox,
  674. this.periodicTableBackgroundToolStripComboBox,
  675. this.toolStripSeparator2,
  676. this.enabledElementsMenuItem});
  677. resources.ApplyResources(this.toolStripDropDownLocalPeriodicTableSettings, "toolStripDropDownLocalPeriodicTableSettings");
  678. this.toolStripDropDownLocalPeriodicTableSettings.Name = "toolStripDropDownLocalPeriodicTableSettings";
  679. //
  680. // enableMultiselectToolStripMenuItem
  681. //
  682. this.enableMultiselectToolStripMenuItem.CheckOnClick = true;
  683. this.enableMultiselectToolStripMenuItem.Name = "enableMultiselectToolStripMenuItem";
  684. resources.ApplyResources(this.enableMultiselectToolStripMenuItem, "enableMultiselectToolStripMenuItem");
  685. //
  686. // toolStripSeparator1
  687. //
  688. this.toolStripSeparator1.Name = "toolStripSeparator1";
  689. resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
  690. //
  691. // backgroundColorTextBox
  692. //
  693. this.backgroundColorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
  694. this.backgroundColorTextBox.Name = "backgroundColorTextBox";
  695. this.backgroundColorTextBox.ReadOnly = true;
  696. resources.ApplyResources(this.backgroundColorTextBox, "backgroundColorTextBox");
  697. //
  698. // periodicTableBackgroundToolStripComboBox
  699. //
  700. this.periodicTableBackgroundToolStripComboBox.ForeColor = System.Drawing.SystemColors.WindowText;
  701. this.periodicTableBackgroundToolStripComboBox.Name = "periodicTableBackgroundToolStripComboBox";
  702. resources.ApplyResources(this.periodicTableBackgroundToolStripComboBox, "periodicTableBackgroundToolStripComboBox");
  703. //
  704. // toolStripSeparator2
  705. //
  706. this.toolStripSeparator2.Name = "toolStripSeparator2";
  707. resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
  708. //
  709. // enabledElementsMenuItem
  710. //
  711. this.enabledElementsMenuItem.Name = "enabledElementsMenuItem";
  712. resources.ApplyResources(this.enabledElementsMenuItem, "enabledElementsMenuItem");
  713. //
  714. // tbUnsetElementList
  715. //
  716. this.tbUnsetElementList.BackColor = System.Drawing.SystemColors.Window;
  717. this.tbUnsetElementList.ForeColor = System.Drawing.SystemColors.WindowText;
  718. resources.ApplyResources(this.tbUnsetElementList, "tbUnsetElementList");
  719. this.tbUnsetElementList.Name = "tbUnsetElementList";
  720. //
  721. // lblUnsetElementList
  722. //
  723. resources.ApplyResources(this.lblUnsetElementList, "lblUnsetElementList");
  724. this.lblUnsetElementList.ForeColor = System.Drawing.SystemColors.ControlText;
  725. this.lblUnsetElementList.Name = "lblUnsetElementList";
  726. //
  727. // tbIncludedElementList
  728. //
  729. this.tbIncludedElementList.BackColor = System.Drawing.SystemColors.Window;
  730. this.tbIncludedElementList.ForeColor = System.Drawing.SystemColors.WindowText;
  731. resources.ApplyResources(this.tbIncludedElementList, "tbIncludedElementList");
  732. this.tbIncludedElementList.Name = "tbIncludedElementList";
  733. //
  734. // lblIncludedElementList
  735. //
  736. resources.ApplyResources(this.lblIncludedElementList, "lblIncludedElementList");
  737. this.lblIncludedElementList.ForeColor = System.Drawing.SystemColors.ControlText;
  738. this.lblIncludedElementList.Name = "lblIncludedElementList";
  739. //
  740. // ehExcludeElement
  741. //
  742. resources.ApplyResources(this.ehExcludeElement, "ehExcludeElement");
  743. this.ehExcludeElement.Name = "ehExcludeElement";
  744. this.ehExcludeElement.Child = null;
  745. //
  746. // tbExcludedElementList
  747. //
  748. this.tbExcludedElementList.BackColor = System.Drawing.SystemColors.Window;
  749. this.tbExcludedElementList.ForeColor = System.Drawing.SystemColors.WindowText;
  750. resources.ApplyResources(this.tbExcludedElementList, "tbExcludedElementList");
  751. this.tbExcludedElementList.Name = "tbExcludedElementList";
  752. //
  753. // btnDeleteExclude
  754. //
  755. this.btnDeleteExclude.BackColor = System.Drawing.SystemColors.Control;
  756. this.btnDeleteExclude.ForeColor = System.Drawing.SystemColors.WindowText;
  757. resources.ApplyResources(this.btnDeleteExclude, "btnDeleteExclude");
  758. this.btnDeleteExclude.Name = "btnDeleteExclude";
  759. this.btnDeleteExclude.UseVisualStyleBackColor = false;
  760. this.btnDeleteExclude.Click += new System.EventHandler(this.DeleteExcludeButton_Click);
  761. //
  762. // lblExcludeElementList
  763. //
  764. resources.ApplyResources(this.lblExcludeElementList, "lblExcludeElementList");
  765. this.lblExcludeElementList.ForeColor = System.Drawing.SystemColors.ControlText;
  766. this.lblExcludeElementList.Name = "lblExcludeElementList";
  767. //
  768. // btnClearExcludedList
  769. //
  770. this.btnClearExcludedList.BackColor = System.Drawing.SystemColors.Control;
  771. this.btnClearExcludedList.ForeColor = System.Drawing.SystemColors.WindowText;
  772. resources.ApplyResources(this.btnClearExcludedList, "btnClearExcludedList");
  773. this.btnClearExcludedList.Name = "btnClearExcludedList";
  774. this.btnClearExcludedList.UseVisualStyleBackColor = false;
  775. this.btnClearExcludedList.Click += new System.EventHandler(this.OnClearExcludedListButtonClicked);
  776. //
  777. // lblExcludeElement
  778. //
  779. resources.ApplyResources(this.lblExcludeElement, "lblExcludeElement");
  780. this.lblExcludeElement.ForeColor = System.Drawing.SystemColors.ControlText;
  781. this.lblExcludeElement.Name = "lblExcludeElement";
  782. //
  783. // btnAddExclude
  784. //
  785. this.btnAddExclude.BackColor = System.Drawing.SystemColors.Control;
  786. this.btnAddExclude.ForeColor = System.Drawing.SystemColors.WindowText;
  787. resources.ApplyResources(this.btnAddExclude, "btnAddExclude");
  788. this.btnAddExclude.Name = "btnAddExclude";
  789. this.btnAddExclude.UseVisualStyleBackColor = false;
  790. this.btnAddExclude.Click += new System.EventHandler(this.AddExcludeButton_Click);
  791. //
  792. // SpectrumAcquisitionSettingsGroupBox
  793. //
  794. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.AcquisitionTimeNumericUpDown);
  795. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbChannelNumber);
  796. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblChannelNumber);
  797. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblProcessTime);
  798. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblAcquisitionMode);
  799. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblSpectrumLabel);
  800. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblAcquisitionTime);
  801. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblEnergyRange);
  802. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbEnergyRange);
  803. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbProcessTime);
  804. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.textSpectrumLabel);
  805. this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbAcquisitionMode);
  806. resources.ApplyResources(this.SpectrumAcquisitionSettingsGroupBox, "SpectrumAcquisitionSettingsGroupBox");
  807. this.SpectrumAcquisitionSettingsGroupBox.Name = "SpectrumAcquisitionSettingsGroupBox";
  808. this.SpectrumAcquisitionSettingsGroupBox.TabStop = false;
  809. //
  810. // AcquisitionTimeNumericUpDown
  811. //
  812. resources.ApplyResources(this.AcquisitionTimeNumericUpDown, "AcquisitionTimeNumericUpDown");
  813. this.AcquisitionTimeNumericUpDown.Maximum = new decimal(new int[] {
  814. 10000,
  815. 0,
  816. 0,
  817. 0});
  818. this.AcquisitionTimeNumericUpDown.Minimum = new decimal(new int[] {
  819. 1,
  820. 0,
  821. 0,
  822. 0});
  823. this.AcquisitionTimeNumericUpDown.Name = "AcquisitionTimeNumericUpDown";
  824. this.AcquisitionTimeNumericUpDown.Value = new decimal(new int[] {
  825. 1,
  826. 0,
  827. 0,
  828. 0});
  829. //
  830. // cbChannelNumber
  831. //
  832. this.cbChannelNumber.BackColor = System.Drawing.SystemColors.Window;
  833. this.cbChannelNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  834. this.cbChannelNumber.ForeColor = System.Drawing.SystemColors.WindowText;
  835. this.cbChannelNumber.FormattingEnabled = true;
  836. resources.ApplyResources(this.cbChannelNumber, "cbChannelNumber");
  837. this.cbChannelNumber.Name = "cbChannelNumber";
  838. //
  839. // lblChannelNumber
  840. //
  841. resources.ApplyResources(this.lblChannelNumber, "lblChannelNumber");
  842. this.lblChannelNumber.BackColor = System.Drawing.SystemColors.Control;
  843. this.lblChannelNumber.ForeColor = System.Drawing.SystemColors.ControlText;
  844. this.lblChannelNumber.Name = "lblChannelNumber";
  845. //
  846. // lblProcessTime
  847. //
  848. resources.ApplyResources(this.lblProcessTime, "lblProcessTime");
  849. this.lblProcessTime.BackColor = System.Drawing.SystemColors.Control;
  850. this.lblProcessTime.ForeColor = System.Drawing.SystemColors.ControlText;
  851. this.lblProcessTime.Name = "lblProcessTime";
  852. //
  853. // lblAcquisitionMode
  854. //
  855. resources.ApplyResources(this.lblAcquisitionMode, "lblAcquisitionMode");
  856. this.lblAcquisitionMode.BackColor = System.Drawing.SystemColors.Control;
  857. this.lblAcquisitionMode.ForeColor = System.Drawing.SystemColors.ControlText;
  858. this.lblAcquisitionMode.Name = "lblAcquisitionMode";
  859. //
  860. // lblSpectrumLabel
  861. //
  862. resources.ApplyResources(this.lblSpectrumLabel, "lblSpectrumLabel");
  863. this.lblSpectrumLabel.BackColor = System.Drawing.SystemColors.Control;
  864. this.lblSpectrumLabel.ForeColor = System.Drawing.SystemColors.ControlText;
  865. this.lblSpectrumLabel.Name = "lblSpectrumLabel";
  866. //
  867. // lblAcquisitionTime
  868. //
  869. resources.ApplyResources(this.lblAcquisitionTime, "lblAcquisitionTime");
  870. this.lblAcquisitionTime.BackColor = System.Drawing.SystemColors.Control;
  871. this.lblAcquisitionTime.ForeColor = System.Drawing.SystemColors.ControlText;
  872. this.lblAcquisitionTime.Name = "lblAcquisitionTime";
  873. //
  874. // lblEnergyRange
  875. //
  876. resources.ApplyResources(this.lblEnergyRange, "lblEnergyRange");
  877. this.lblEnergyRange.BackColor = System.Drawing.SystemColors.Control;
  878. this.lblEnergyRange.ForeColor = System.Drawing.SystemColors.ControlText;
  879. this.lblEnergyRange.Name = "lblEnergyRange";
  880. //
  881. // cbEnergyRange
  882. //
  883. this.cbEnergyRange.BackColor = System.Drawing.SystemColors.Window;
  884. this.cbEnergyRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  885. this.cbEnergyRange.ForeColor = System.Drawing.SystemColors.WindowText;
  886. this.cbEnergyRange.FormattingEnabled = true;
  887. resources.ApplyResources(this.cbEnergyRange, "cbEnergyRange");
  888. this.cbEnergyRange.Name = "cbEnergyRange";
  889. //
  890. // cbProcessTime
  891. //
  892. this.cbProcessTime.BackColor = System.Drawing.SystemColors.Window;
  893. this.cbProcessTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  894. this.cbProcessTime.ForeColor = System.Drawing.SystemColors.WindowText;
  895. this.cbProcessTime.FormattingEnabled = true;
  896. resources.ApplyResources(this.cbProcessTime, "cbProcessTime");
  897. this.cbProcessTime.Name = "cbProcessTime";
  898. //
  899. // textSpectrumLabel
  900. //
  901. this.textSpectrumLabel.BackColor = System.Drawing.SystemColors.Window;
  902. this.textSpectrumLabel.ForeColor = System.Drawing.SystemColors.WindowText;
  903. resources.ApplyResources(this.textSpectrumLabel, "textSpectrumLabel");
  904. this.textSpectrumLabel.Name = "textSpectrumLabel";
  905. //
  906. // cbAcquisitionMode
  907. //
  908. this.cbAcquisitionMode.BackColor = System.Drawing.SystemColors.Window;
  909. this.cbAcquisitionMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  910. this.cbAcquisitionMode.ForeColor = System.Drawing.SystemColors.WindowText;
  911. this.cbAcquisitionMode.FormattingEnabled = true;
  912. resources.ApplyResources(this.cbAcquisitionMode, "cbAcquisitionMode");
  913. this.cbAcquisitionMode.Name = "cbAcquisitionMode";
  914. //
  915. // tabControl
  916. //
  917. this.tabControl.Controls.Add(this.SpectrumAcquisition);
  918. this.tabControl.Controls.Add(this.ProcessingSettings);
  919. this.tabControl.Controls.Add(this.ImageAcquisition);
  920. resources.ApplyResources(this.tabControl, "tabControl");
  921. this.tabControl.Name = "tabControl";
  922. this.tabControl.SelectedIndex = 0;
  923. //
  924. // ProcessingSettings
  925. //
  926. this.ProcessingSettings.BackColor = System.Drawing.SystemColors.Control;
  927. this.ProcessingSettings.Controls.Add(this.gbQuantResults);
  928. this.ProcessingSettings.Controls.Add(this.gbSampleCoating);
  929. this.ProcessingSettings.Controls.Add(this.gbQuantSettings);
  930. this.ProcessingSettings.ForeColor = System.Drawing.SystemColors.ControlText;
  931. resources.ApplyResources(this.ProcessingSettings, "ProcessingSettings");
  932. this.ProcessingSettings.Name = "ProcessingSettings";
  933. //
  934. // gbQuantResults
  935. //
  936. this.gbQuantResults.BackColor = System.Drawing.SystemColors.Control;
  937. this.gbQuantResults.Controls.Add(this.tbQuantStatusMessage);
  938. this.gbQuantResults.Controls.Add(this.lblQuantStatus);
  939. this.gbQuantResults.Controls.Add(this.btnDoQuant);
  940. this.gbQuantResults.Controls.Add(this.dgQuantResult);
  941. this.gbQuantResults.ForeColor = System.Drawing.SystemColors.ControlText;
  942. resources.ApplyResources(this.gbQuantResults, "gbQuantResults");
  943. this.gbQuantResults.Name = "gbQuantResults";
  944. this.gbQuantResults.TabStop = false;
  945. //
  946. // tbQuantStatusMessage
  947. //
  948. resources.ApplyResources(this.tbQuantStatusMessage, "tbQuantStatusMessage");
  949. this.tbQuantStatusMessage.Name = "tbQuantStatusMessage";
  950. //
  951. // lblQuantStatus
  952. //
  953. resources.ApplyResources(this.lblQuantStatus, "lblQuantStatus");
  954. this.lblQuantStatus.Name = "lblQuantStatus";
  955. //
  956. // btnDoQuant
  957. //
  958. this.btnDoQuant.BackColor = System.Drawing.SystemColors.Control;
  959. this.btnDoQuant.ForeColor = System.Drawing.SystemColors.WindowText;
  960. resources.ApplyResources(this.btnDoQuant, "btnDoQuant");
  961. this.btnDoQuant.Name = "btnDoQuant";
  962. this.btnDoQuant.UseVisualStyleBackColor = false;
  963. this.btnDoQuant.Click += new System.EventHandler(this.DoQuantButton_Click);
  964. //
  965. // dgQuantResult
  966. //
  967. this.dgQuantResult.BackgroundColor = System.Drawing.Color.DimGray;
  968. this.dgQuantResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  969. this.dgQuantResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  970. this.AtomicNumber,
  971. this.LineType,
  972. this.WeightPercent,
  973. this.WtSigma,
  974. this.AtomicPercent});
  975. this.dgQuantResult.GridColor = System.Drawing.Color.DimGray;
  976. resources.ApplyResources(this.dgQuantResult, "dgQuantResult");
  977. this.dgQuantResult.Name = "dgQuantResult";
  978. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  979. dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
  980. dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  981. dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
  982. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLightLight;
  983. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  984. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  985. this.dgQuantResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle2;
  986. //
  987. // AtomicNumber
  988. //
  989. resources.ApplyResources(this.AtomicNumber, "AtomicNumber");
  990. this.AtomicNumber.Name = "AtomicNumber";
  991. //
  992. // LineType
  993. //
  994. resources.ApplyResources(this.LineType, "LineType");
  995. this.LineType.Name = "LineType";
  996. //
  997. // WeightPercent
  998. //
  999. resources.ApplyResources(this.WeightPercent, "WeightPercent");
  1000. this.WeightPercent.Name = "WeightPercent";
  1001. //
  1002. // WtSigma
  1003. //
  1004. resources.ApplyResources(this.WtSigma, "WtSigma");
  1005. this.WtSigma.Name = "WtSigma";
  1006. //
  1007. // AtomicPercent
  1008. //
  1009. resources.ApplyResources(this.AtomicPercent, "AtomicPercent");
  1010. this.AtomicPercent.Name = "AtomicPercent";
  1011. //
  1012. // gbSampleCoating
  1013. //
  1014. this.gbSampleCoating.Controls.Add(this.cbIsCoated);
  1015. this.gbSampleCoating.Controls.Add(this.lblThickness);
  1016. this.gbSampleCoating.Controls.Add(this.lblDensity);
  1017. this.gbSampleCoating.Controls.Add(this.lblCoatingElement);
  1018. this.gbSampleCoating.Controls.Add(this.tbThickness);
  1019. this.gbSampleCoating.Controls.Add(this.tbDensity);
  1020. this.gbSampleCoating.Controls.Add(this.tbCoatingElement);
  1021. this.gbSampleCoating.ForeColor = System.Drawing.SystemColors.ControlText;
  1022. resources.ApplyResources(this.gbSampleCoating, "gbSampleCoating");
  1023. this.gbSampleCoating.Name = "gbSampleCoating";
  1024. this.gbSampleCoating.TabStop = false;
  1025. //
  1026. // cbIsCoated
  1027. //
  1028. resources.ApplyResources(this.cbIsCoated, "cbIsCoated");
  1029. this.cbIsCoated.Name = "cbIsCoated";
  1030. this.cbIsCoated.UseVisualStyleBackColor = true;
  1031. this.cbIsCoated.CheckedChanged += new System.EventHandler(this.IsCoatedCheckbox_CheckedChanged);
  1032. //
  1033. // lblThickness
  1034. //
  1035. resources.ApplyResources(this.lblThickness, "lblThickness");
  1036. this.lblThickness.ForeColor = System.Drawing.SystemColors.ControlText;
  1037. this.lblThickness.Name = "lblThickness";
  1038. //
  1039. // lblDensity
  1040. //
  1041. resources.ApplyResources(this.lblDensity, "lblDensity");
  1042. this.lblDensity.ForeColor = System.Drawing.SystemColors.ControlText;
  1043. this.lblDensity.Name = "lblDensity";
  1044. //
  1045. // lblCoatingElement
  1046. //
  1047. resources.ApplyResources(this.lblCoatingElement, "lblCoatingElement");
  1048. this.lblCoatingElement.ForeColor = System.Drawing.SystemColors.ControlText;
  1049. this.lblCoatingElement.Name = "lblCoatingElement";
  1050. //
  1051. // tbThickness
  1052. //
  1053. this.tbThickness.BackColor = System.Drawing.SystemColors.Window;
  1054. this.tbThickness.ForeColor = System.Drawing.SystemColors.WindowText;
  1055. resources.ApplyResources(this.tbThickness, "tbThickness");
  1056. this.tbThickness.Name = "tbThickness";
  1057. //
  1058. // tbDensity
  1059. //
  1060. this.tbDensity.BackColor = System.Drawing.SystemColors.Window;
  1061. this.tbDensity.ForeColor = System.Drawing.SystemColors.WindowText;
  1062. resources.ApplyResources(this.tbDensity, "tbDensity");
  1063. this.tbDensity.Name = "tbDensity";
  1064. //
  1065. // tbCoatingElement
  1066. //
  1067. this.tbCoatingElement.BackColor = System.Drawing.SystemColors.Window;
  1068. this.tbCoatingElement.ForeColor = System.Drawing.SystemColors.WindowText;
  1069. resources.ApplyResources(this.tbCoatingElement, "tbCoatingElement");
  1070. this.tbCoatingElement.Name = "tbCoatingElement";
  1071. //
  1072. // gbQuantSettings
  1073. //
  1074. this.gbQuantSettings.Controls.Add(this.gbDeconvolutionElements);
  1075. this.gbQuantSettings.Controls.Add(this.gbQuantitativeThreshold);
  1076. this.gbQuantSettings.Controls.Add(this.gbProcessingOptions);
  1077. resources.ApplyResources(this.gbQuantSettings, "gbQuantSettings");
  1078. this.gbQuantSettings.Name = "gbQuantSettings";
  1079. this.gbQuantSettings.TabStop = false;
  1080. //
  1081. // gbDeconvolutionElements
  1082. //
  1083. this.gbDeconvolutionElements.Controls.Add(this.ehDeconvolutionElement);
  1084. this.gbDeconvolutionElements.Controls.Add(this.btnClearDeconvolutionList);
  1085. this.gbDeconvolutionElements.Controls.Add(this.tbDeconvolutionElementList);
  1086. this.gbDeconvolutionElements.Controls.Add(this.btnDeleteDeconvolution);
  1087. this.gbDeconvolutionElements.Controls.Add(this.lblDeconvolutionElementList);
  1088. this.gbDeconvolutionElements.Controls.Add(this.btnAddDeconvolution);
  1089. this.gbDeconvolutionElements.Controls.Add(this.lblDeconvolutionElement);
  1090. this.gbDeconvolutionElements.ForeColor = System.Drawing.SystemColors.ControlText;
  1091. resources.ApplyResources(this.gbDeconvolutionElements, "gbDeconvolutionElements");
  1092. this.gbDeconvolutionElements.Name = "gbDeconvolutionElements";
  1093. this.gbDeconvolutionElements.TabStop = false;
  1094. //
  1095. // ehDeconvolutionElement
  1096. //
  1097. resources.ApplyResources(this.ehDeconvolutionElement, "ehDeconvolutionElement");
  1098. this.ehDeconvolutionElement.Name = "ehDeconvolutionElement";
  1099. this.ehDeconvolutionElement.Child = null;
  1100. //
  1101. // btnClearDeconvolutionList
  1102. //
  1103. this.btnClearDeconvolutionList.ForeColor = System.Drawing.SystemColors.WindowText;
  1104. resources.ApplyResources(this.btnClearDeconvolutionList, "btnClearDeconvolutionList");
  1105. this.btnClearDeconvolutionList.Name = "btnClearDeconvolutionList";
  1106. this.btnClearDeconvolutionList.UseVisualStyleBackColor = true;
  1107. this.btnClearDeconvolutionList.Click += new System.EventHandler(this.ClearListButton_Click);
  1108. //
  1109. // tbDeconvolutionElementList
  1110. //
  1111. this.tbDeconvolutionElementList.BackColor = System.Drawing.SystemColors.Window;
  1112. this.tbDeconvolutionElementList.ForeColor = System.Drawing.SystemColors.WindowText;
  1113. resources.ApplyResources(this.tbDeconvolutionElementList, "tbDeconvolutionElementList");
  1114. this.tbDeconvolutionElementList.Name = "tbDeconvolutionElementList";
  1115. //
  1116. // btnDeleteDeconvolution
  1117. //
  1118. this.btnDeleteDeconvolution.ForeColor = System.Drawing.SystemColors.WindowText;
  1119. resources.ApplyResources(this.btnDeleteDeconvolution, "btnDeleteDeconvolution");
  1120. this.btnDeleteDeconvolution.Name = "btnDeleteDeconvolution";
  1121. this.btnDeleteDeconvolution.UseVisualStyleBackColor = true;
  1122. this.btnDeleteDeconvolution.Click += new System.EventHandler(this.DeleteDeconvolutionButton_Click);
  1123. //
  1124. // lblDeconvolutionElementList
  1125. //
  1126. resources.ApplyResources(this.lblDeconvolutionElementList, "lblDeconvolutionElementList");
  1127. this.lblDeconvolutionElementList.Name = "lblDeconvolutionElementList";
  1128. //
  1129. // btnAddDeconvolution
  1130. //
  1131. this.btnAddDeconvolution.ForeColor = System.Drawing.SystemColors.WindowText;
  1132. resources.ApplyResources(this.btnAddDeconvolution, "btnAddDeconvolution");
  1133. this.btnAddDeconvolution.Name = "btnAddDeconvolution";
  1134. this.btnAddDeconvolution.UseVisualStyleBackColor = true;
  1135. this.btnAddDeconvolution.Click += new System.EventHandler(this.AddDeconvolutionButton_Click);
  1136. //
  1137. // lblDeconvolutionElement
  1138. //
  1139. resources.ApplyResources(this.lblDeconvolutionElement, "lblDeconvolutionElement");
  1140. this.lblDeconvolutionElement.Name = "lblDeconvolutionElement";
  1141. //
  1142. // gbQuantitativeThreshold
  1143. //
  1144. this.gbQuantitativeThreshold.Controls.Add(this.cbThresholding);
  1145. this.gbQuantitativeThreshold.Controls.Add(this.tbSigmaLevel);
  1146. this.gbQuantitativeThreshold.Controls.Add(this.lblSigmaLevel);
  1147. resources.ApplyResources(this.gbQuantitativeThreshold, "gbQuantitativeThreshold");
  1148. this.gbQuantitativeThreshold.Name = "gbQuantitativeThreshold";
  1149. this.gbQuantitativeThreshold.TabStop = false;
  1150. //
  1151. // cbThresholding
  1152. //
  1153. resources.ApplyResources(this.cbThresholding, "cbThresholding");
  1154. this.cbThresholding.BackColor = System.Drawing.SystemColors.Control;
  1155. this.cbThresholding.ForeColor = System.Drawing.SystemColors.WindowText;
  1156. this.cbThresholding.Name = "cbThresholding";
  1157. this.cbThresholding.UseVisualStyleBackColor = false;
  1158. this.cbThresholding.CheckedChanged += new System.EventHandler(this.ThresholdingCheckbox_CheckedChanged);
  1159. //
  1160. // tbSigmaLevel
  1161. //
  1162. this.tbSigmaLevel.BackColor = System.Drawing.SystemColors.Window;
  1163. this.tbSigmaLevel.ForeColor = System.Drawing.SystemColors.WindowText;
  1164. resources.ApplyResources(this.tbSigmaLevel, "tbSigmaLevel");
  1165. this.tbSigmaLevel.Name = "tbSigmaLevel";
  1166. //
  1167. // lblSigmaLevel
  1168. //
  1169. resources.ApplyResources(this.lblSigmaLevel, "lblSigmaLevel");
  1170. this.lblSigmaLevel.ForeColor = System.Drawing.SystemColors.ControlText;
  1171. this.lblSigmaLevel.Name = "lblSigmaLevel";
  1172. //
  1173. // gbProcessingOptions
  1174. //
  1175. this.gbProcessingOptions.Controls.Add(this.lblCombinedElement);
  1176. this.gbProcessingOptions.Controls.Add(this.rbElementByDifference);
  1177. this.gbProcessingOptions.Controls.Add(this.rbElementByStoichiometry);
  1178. this.gbProcessingOptions.Controls.Add(this.rbAllElements);
  1179. this.gbProcessingOptions.Controls.Add(this.lblNumberofIons);
  1180. this.gbProcessingOptions.Controls.Add(this.tbNumberOfIons);
  1181. this.gbProcessingOptions.Controls.Add(this.cbNormalised);
  1182. this.gbProcessingOptions.Controls.Add(this.tbCombinedElement);
  1183. resources.ApplyResources(this.gbProcessingOptions, "gbProcessingOptions");
  1184. this.gbProcessingOptions.Name = "gbProcessingOptions";
  1185. this.gbProcessingOptions.TabStop = false;
  1186. //
  1187. // lblCombinedElement
  1188. //
  1189. resources.ApplyResources(this.lblCombinedElement, "lblCombinedElement");
  1190. this.lblCombinedElement.Name = "lblCombinedElement";
  1191. //
  1192. // rbElementByDifference
  1193. //
  1194. resources.ApplyResources(this.rbElementByDifference, "rbElementByDifference");
  1195. this.rbElementByDifference.Name = "rbElementByDifference";
  1196. this.rbElementByDifference.TabStop = true;
  1197. this.rbElementByDifference.UseVisualStyleBackColor = true;
  1198. this.rbElementByDifference.Click += new System.EventHandler(this.ElementByDifferenceRadioButton_Click);
  1199. //
  1200. // rbElementByStoichiometry
  1201. //
  1202. resources.ApplyResources(this.rbElementByStoichiometry, "rbElementByStoichiometry");
  1203. this.rbElementByStoichiometry.Name = "rbElementByStoichiometry";
  1204. this.rbElementByStoichiometry.TabStop = true;
  1205. this.rbElementByStoichiometry.UseVisualStyleBackColor = true;
  1206. this.rbElementByStoichiometry.Click += new System.EventHandler(this.ElementByStoichiometryRadiobutton_Click);
  1207. //
  1208. // rbAllElements
  1209. //
  1210. resources.ApplyResources(this.rbAllElements, "rbAllElements");
  1211. this.rbAllElements.Checked = true;
  1212. this.rbAllElements.Name = "rbAllElements";
  1213. this.rbAllElements.TabStop = true;
  1214. this.rbAllElements.UseVisualStyleBackColor = true;
  1215. this.rbAllElements.Click += new System.EventHandler(this.AllElementsRadiobutton_Click);
  1216. //
  1217. // lblNumberofIons
  1218. //
  1219. resources.ApplyResources(this.lblNumberofIons, "lblNumberofIons");
  1220. this.lblNumberofIons.ForeColor = System.Drawing.SystemColors.ControlText;
  1221. this.lblNumberofIons.Name = "lblNumberofIons";
  1222. //
  1223. // tbNumberOfIons
  1224. //
  1225. this.tbNumberOfIons.BackColor = System.Drawing.SystemColors.Window;
  1226. resources.ApplyResources(this.tbNumberOfIons, "tbNumberOfIons");
  1227. this.tbNumberOfIons.ForeColor = System.Drawing.SystemColors.WindowText;
  1228. this.tbNumberOfIons.Name = "tbNumberOfIons";
  1229. //
  1230. // cbNormalised
  1231. //
  1232. resources.ApplyResources(this.cbNormalised, "cbNormalised");
  1233. this.cbNormalised.BackColor = System.Drawing.SystemColors.Control;
  1234. this.cbNormalised.ForeColor = System.Drawing.SystemColors.WindowText;
  1235. this.cbNormalised.Name = "cbNormalised";
  1236. this.cbNormalised.UseVisualStyleBackColor = false;
  1237. //
  1238. // tbCombinedElement
  1239. //
  1240. this.tbCombinedElement.BackColor = System.Drawing.SystemColors.Window;
  1241. resources.ApplyResources(this.tbCombinedElement, "tbCombinedElement");
  1242. this.tbCombinedElement.ForeColor = System.Drawing.SystemColors.WindowText;
  1243. this.tbCombinedElement.Name = "tbCombinedElement";
  1244. //
  1245. // ImageAcquisition
  1246. //
  1247. this.ImageAcquisition.Controls.Add(this.ehImageViewer);
  1248. this.ImageAcquisition.Controls.Add(this.panel7);
  1249. this.ImageAcquisition.Controls.Add(this.panel6);
  1250. this.ImageAcquisition.Controls.Add(this.panel5);
  1251. resources.ApplyResources(this.ImageAcquisition, "ImageAcquisition");
  1252. this.ImageAcquisition.Name = "ImageAcquisition";
  1253. this.ImageAcquisition.UseVisualStyleBackColor = true;
  1254. //
  1255. // ehImageViewer
  1256. //
  1257. this.ehImageViewer.BackColor = System.Drawing.Color.DarkBlue;
  1258. resources.ApplyResources(this.ehImageViewer, "ehImageViewer");
  1259. this.ehImageViewer.Name = "ehImageViewer";
  1260. this.ehImageViewer.Child = null;
  1261. //
  1262. // panel7
  1263. //
  1264. this.panel7.Controls.Add(this.imageToolComboBox);
  1265. this.panel7.Controls.Add(this.label1);
  1266. resources.ApplyResources(this.panel7, "panel7");
  1267. this.panel7.Name = "panel7";
  1268. //
  1269. // imageToolComboBox
  1270. //
  1271. resources.ApplyResources(this.imageToolComboBox, "imageToolComboBox");
  1272. this.imageToolComboBox.FormattingEnabled = true;
  1273. this.imageToolComboBox.Name = "imageToolComboBox";
  1274. this.imageToolComboBox.SelectedIndexChanged += new System.EventHandler(this.OnImageToolComboBoxSelectedIndexChanged);
  1275. //
  1276. // label1
  1277. //
  1278. resources.ApplyResources(this.label1, "label1");
  1279. this.label1.Name = "label1";
  1280. //
  1281. // panel6
  1282. //
  1283. this.panel6.Controls.Add(this.btnStartImageScan);
  1284. this.panel6.Controls.Add(this.ImageAcquisitionSettingsGroupBox);
  1285. this.panel6.Controls.Add(this.lblImageAcquisitionQueue);
  1286. this.panel6.Controls.Add(this.btnStopImageScan);
  1287. this.panel6.Controls.Add(this.ImageAcquisitionQueueListBox);
  1288. resources.ApplyResources(this.panel6, "panel6");
  1289. this.panel6.Name = "panel6";
  1290. //
  1291. // btnStartImageScan
  1292. //
  1293. resources.ApplyResources(this.btnStartImageScan, "btnStartImageScan");
  1294. this.btnStartImageScan.Name = "btnStartImageScan";
  1295. this.btnStartImageScan.UseVisualStyleBackColor = true;
  1296. this.btnStartImageScan.Click += new System.EventHandler(this.StartImageScanButton_Click);
  1297. //
  1298. // ImageAcquisitionSettingsGroupBox
  1299. //
  1300. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblImageScanSize);
  1301. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.cbImageScanSize);
  1302. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblDwellTime);
  1303. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblInputSignal);
  1304. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.cbInputSignal);
  1305. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblNumberOfFrames);
  1306. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.tbNumberOfFrames);
  1307. this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.tbDwellTime);
  1308. resources.ApplyResources(this.ImageAcquisitionSettingsGroupBox, "ImageAcquisitionSettingsGroupBox");
  1309. this.ImageAcquisitionSettingsGroupBox.Name = "ImageAcquisitionSettingsGroupBox";
  1310. this.ImageAcquisitionSettingsGroupBox.TabStop = false;
  1311. //
  1312. // lblImageScanSize
  1313. //
  1314. resources.ApplyResources(this.lblImageScanSize, "lblImageScanSize");
  1315. this.lblImageScanSize.Name = "lblImageScanSize";
  1316. //
  1317. // cbImageScanSize
  1318. //
  1319. this.cbImageScanSize.FormattingEnabled = true;
  1320. resources.ApplyResources(this.cbImageScanSize, "cbImageScanSize");
  1321. this.cbImageScanSize.Name = "cbImageScanSize";
  1322. //
  1323. // lblDwellTime
  1324. //
  1325. resources.ApplyResources(this.lblDwellTime, "lblDwellTime");
  1326. this.lblDwellTime.Name = "lblDwellTime";
  1327. //
  1328. // lblInputSignal
  1329. //
  1330. resources.ApplyResources(this.lblInputSignal, "lblInputSignal");
  1331. this.lblInputSignal.Name = "lblInputSignal";
  1332. //
  1333. // cbInputSignal
  1334. //
  1335. this.cbInputSignal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  1336. this.cbInputSignal.FormattingEnabled = true;
  1337. resources.ApplyResources(this.cbInputSignal, "cbInputSignal");
  1338. this.cbInputSignal.Name = "cbInputSignal";
  1339. //
  1340. // lblNumberOfFrames
  1341. //
  1342. resources.ApplyResources(this.lblNumberOfFrames, "lblNumberOfFrames");
  1343. this.lblNumberOfFrames.Name = "lblNumberOfFrames";
  1344. //
  1345. // tbNumberOfFrames
  1346. //
  1347. resources.ApplyResources(this.tbNumberOfFrames, "tbNumberOfFrames");
  1348. this.tbNumberOfFrames.Name = "tbNumberOfFrames";
  1349. //
  1350. // tbDwellTime
  1351. //
  1352. resources.ApplyResources(this.tbDwellTime, "tbDwellTime");
  1353. this.tbDwellTime.Name = "tbDwellTime";
  1354. //
  1355. // lblImageAcquisitionQueue
  1356. //
  1357. resources.ApplyResources(this.lblImageAcquisitionQueue, "lblImageAcquisitionQueue");
  1358. this.lblImageAcquisitionQueue.Name = "lblImageAcquisitionQueue";
  1359. //
  1360. // btnStopImageScan
  1361. //
  1362. resources.ApplyResources(this.btnStopImageScan, "btnStopImageScan");
  1363. this.btnStopImageScan.Name = "btnStopImageScan";
  1364. this.btnStopImageScan.UseVisualStyleBackColor = true;
  1365. this.btnStopImageScan.Click += new System.EventHandler(this.StopImageScanButton_Click);
  1366. //
  1367. // ImageAcquisitionQueueListBox
  1368. //
  1369. this.ImageAcquisitionQueueListBox.DisplayMember = "Label";
  1370. this.ImageAcquisitionQueueListBox.FormattingEnabled = true;
  1371. resources.ApplyResources(this.ImageAcquisitionQueueListBox, "ImageAcquisitionQueueListBox");
  1372. this.ImageAcquisitionQueueListBox.Name = "ImageAcquisitionQueueListBox";
  1373. this.ImageAcquisitionQueueListBox.ValueMember = "Label";
  1374. //
  1375. // panel5
  1376. //
  1377. this.panel5.Controls.Add(this.tbImageData);
  1378. this.panel5.Controls.Add(this.lblX);
  1379. this.panel5.Controls.Add(this.lblY);
  1380. this.panel5.Controls.Add(this.btnGetPixelData);
  1381. this.panel5.Controls.Add(this.tbPointX);
  1382. this.panel5.Controls.Add(this.tbPointY);
  1383. resources.ApplyResources(this.panel5, "panel5");
  1384. this.panel5.Name = "panel5";
  1385. //
  1386. // tbImageData
  1387. //
  1388. resources.ApplyResources(this.tbImageData, "tbImageData");
  1389. this.tbImageData.Name = "tbImageData";
  1390. //
  1391. // lblX
  1392. //
  1393. resources.ApplyResources(this.lblX, "lblX");
  1394. this.lblX.Name = "lblX";
  1395. //
  1396. // lblY
  1397. //
  1398. resources.ApplyResources(this.lblY, "lblY");
  1399. this.lblY.Name = "lblY";
  1400. //
  1401. // btnGetPixelData
  1402. //
  1403. resources.ApplyResources(this.btnGetPixelData, "btnGetPixelData");
  1404. this.btnGetPixelData.Name = "btnGetPixelData";
  1405. this.btnGetPixelData.UseVisualStyleBackColor = true;
  1406. this.btnGetPixelData.Click += new System.EventHandler(this.GetPixelDataButton_Click);
  1407. //
  1408. // tbPointX
  1409. //
  1410. resources.ApplyResources(this.tbPointX, "tbPointX");
  1411. this.tbPointX.Name = "tbPointX";
  1412. //
  1413. // tbPointY
  1414. //
  1415. resources.ApplyResources(this.tbPointY, "tbPointY");
  1416. this.tbPointY.Name = "tbPointY";
  1417. //
  1418. // errorProvider
  1419. //
  1420. this.errorProvider.ContainerControl = this;
  1421. //
  1422. // statusStrip
  1423. //
  1424. resources.ApplyResources(this.statusStrip, "statusStrip");
  1425. this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1426. this.lblOutputRate,
  1427. this.outputStatus,
  1428. this.lblDeadTime,
  1429. this.deadtimeStatus,
  1430. this.lblAcquisitionStatus});
  1431. this.statusStrip.Name = "statusStrip";
  1432. this.statusStrip.Stretch = false;
  1433. //
  1434. // lblOutputRate
  1435. //
  1436. this.lblOutputRate.Name = "lblOutputRate";
  1437. resources.ApplyResources(this.lblOutputRate, "lblOutputRate");
  1438. //
  1439. // outputStatus
  1440. //
  1441. resources.ApplyResources(this.outputStatus, "outputStatus");
  1442. this.outputStatus.Name = "outputStatus";
  1443. this.outputStatus.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
  1444. //
  1445. // lblDeadTime
  1446. //
  1447. this.lblDeadTime.Margin = new System.Windows.Forms.Padding(10, 3, 0, 2);
  1448. this.lblDeadTime.Name = "lblDeadTime";
  1449. resources.ApplyResources(this.lblDeadTime, "lblDeadTime");
  1450. //
  1451. // deadtimeStatus
  1452. //
  1453. this.deadtimeStatus.Name = "deadtimeStatus";
  1454. this.deadtimeStatus.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
  1455. resources.ApplyResources(this.deadtimeStatus, "deadtimeStatus");
  1456. //
  1457. // lblAcquisitionStatus
  1458. //
  1459. this.lblAcquisitionStatus.Name = "lblAcquisitionStatus";
  1460. resources.ApplyResources(this.lblAcquisitionStatus, "lblAcquisitionStatus");
  1461. //
  1462. // MainForm
  1463. //
  1464. resources.ApplyResources(this, "$this");
  1465. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1466. this.Controls.Add(this.tabControl);
  1467. this.Controls.Add(this.statusStrip);
  1468. this.Controls.Add(this.menuStripMainForm);
  1469. this.MainMenuStrip = this.menuStripMainForm;
  1470. this.MaximizeBox = false;
  1471. this.Name = "MainForm";
  1472. this.Tag = "";
  1473. this.menuStripMainForm.ResumeLayout(false);
  1474. this.menuStripMainForm.PerformLayout();
  1475. this.SpectrumAcquisition.ResumeLayout(false);
  1476. this.panel3.ResumeLayout(false);
  1477. this.splitContainer1.Panel1.ResumeLayout(false);
  1478. this.splitContainer1.Panel2.ResumeLayout(false);
  1479. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1480. this.splitContainer1.ResumeLayout(false);
  1481. this.panel4.ResumeLayout(false);
  1482. this.panel4.PerformLayout();
  1483. this.panel2.ResumeLayout(false);
  1484. this.panel2.PerformLayout();
  1485. this.groupBox1.ResumeLayout(false);
  1486. this.gbPeakParameters.ResumeLayout(false);
  1487. this.gbPeakParameters.PerformLayout();
  1488. this.panel1.ResumeLayout(false);
  1489. this.panelConfirmElements.ResumeLayout(false);
  1490. this.panelConfirmElements.PerformLayout();
  1491. this.toolStripLocalPeriodicTableSettings.ResumeLayout(false);
  1492. this.toolStripLocalPeriodicTableSettings.PerformLayout();
  1493. this.SpectrumAcquisitionSettingsGroupBox.ResumeLayout(false);
  1494. this.SpectrumAcquisitionSettingsGroupBox.PerformLayout();
  1495. ((System.ComponentModel.ISupportInitialize)(this.AcquisitionTimeNumericUpDown)).EndInit();
  1496. this.tabControl.ResumeLayout(false);
  1497. this.ProcessingSettings.ResumeLayout(false);
  1498. this.gbQuantResults.ResumeLayout(false);
  1499. this.gbQuantResults.PerformLayout();
  1500. ((System.ComponentModel.ISupportInitialize)(this.dgQuantResult)).EndInit();
  1501. this.gbSampleCoating.ResumeLayout(false);
  1502. this.gbSampleCoating.PerformLayout();
  1503. this.gbQuantSettings.ResumeLayout(false);
  1504. this.gbDeconvolutionElements.ResumeLayout(false);
  1505. this.gbDeconvolutionElements.PerformLayout();
  1506. this.gbQuantitativeThreshold.ResumeLayout(false);
  1507. this.gbQuantitativeThreshold.PerformLayout();
  1508. this.gbProcessingOptions.ResumeLayout(false);
  1509. this.gbProcessingOptions.PerformLayout();
  1510. this.ImageAcquisition.ResumeLayout(false);
  1511. this.panel7.ResumeLayout(false);
  1512. this.panel7.PerformLayout();
  1513. this.panel6.ResumeLayout(false);
  1514. this.panel6.PerformLayout();
  1515. this.ImageAcquisitionSettingsGroupBox.ResumeLayout(false);
  1516. this.ImageAcquisitionSettingsGroupBox.PerformLayout();
  1517. this.panel5.ResumeLayout(false);
  1518. this.panel5.PerformLayout();
  1519. ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
  1520. this.statusStrip.ResumeLayout(false);
  1521. this.statusStrip.PerformLayout();
  1522. this.ResumeLayout(false);
  1523. this.PerformLayout();
  1524. }
  1525. #endregion
  1526. private System.Windows.Forms.MenuStrip menuStripMainForm;
  1527. private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
  1528. private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
  1529. private System.Windows.Forms.Timer tmrAcquisitionStatus;
  1530. private System.Windows.Forms.ToolStripMenuItem controlPanelsToolStripMenuItem;
  1531. private System.Windows.Forms.ToolStripMenuItem detectorControlToolStripMenuItem;
  1532. private System.Windows.Forms.ToolStripMenuItem microscopeControlToolStripMenuItem;
  1533. private System.Windows.Forms.TabPage SpectrumAcquisition;
  1534. private System.Windows.Forms.TextBox textSpectrumLabel;
  1535. private System.Windows.Forms.Label lblSpectrumLabel;
  1536. private System.Windows.Forms.ComboBox cbChannelNumber;
  1537. private System.Windows.Forms.ComboBox cbEnergyRange;
  1538. private System.Windows.Forms.ComboBox cbProcessTime;
  1539. private System.Windows.Forms.ComboBox cbAcquisitionMode;
  1540. private System.Windows.Forms.Label lblChannelNumber;
  1541. private System.Windows.Forms.Label lblEnergyRange;
  1542. private System.Windows.Forms.Label lblProcessTime;
  1543. private System.Windows.Forms.Label lblAcquisitionTime;
  1544. private System.Windows.Forms.Label lblAcquisitionMode;
  1545. private System.Windows.Forms.Button btnStopAcquisition;
  1546. private System.Windows.Forms.Button btnStartAcquisition;
  1547. private System.Windows.Forms.TabControl tabControl;
  1548. private System.Windows.Forms.TabPage ProcessingSettings;
  1549. private System.Windows.Forms.GroupBox gbQuantSettings;
  1550. private System.Windows.Forms.GroupBox gbSampleCoating;
  1551. private System.Windows.Forms.Label lblThickness;
  1552. private System.Windows.Forms.Label lblDensity;
  1553. private System.Windows.Forms.Label lblCoatingElement;
  1554. private System.Windows.Forms.TextBox tbThickness;
  1555. private System.Windows.Forms.TextBox tbDensity;
  1556. private System.Windows.Forms.TextBox tbCoatingElement;
  1557. private System.Windows.Forms.GroupBox gbDeconvolutionElements;
  1558. private System.Windows.Forms.Button btnClearDeconvolutionList;
  1559. private System.Windows.Forms.Label lblDeconvolutionElementList;
  1560. private System.Windows.Forms.TextBox tbDeconvolutionElementList;
  1561. private System.Windows.Forms.Button btnDeleteDeconvolution;
  1562. private System.Windows.Forms.Button btnAddDeconvolution;
  1563. private System.Windows.Forms.Label lblDeconvolutionElement;
  1564. private System.Windows.Forms.GroupBox gbQuantitativeThreshold;
  1565. private System.Windows.Forms.CheckBox cbThresholding;
  1566. private System.Windows.Forms.TextBox tbSigmaLevel;
  1567. private System.Windows.Forms.Label lblSigmaLevel;
  1568. private System.Windows.Forms.GroupBox gbProcessingOptions;
  1569. private System.Windows.Forms.Label lblCombinedElement;
  1570. private System.Windows.Forms.RadioButton rbElementByDifference;
  1571. private System.Windows.Forms.RadioButton rbElementByStoichiometry;
  1572. private System.Windows.Forms.RadioButton rbAllElements;
  1573. private System.Windows.Forms.Label lblNumberofIons;
  1574. private System.Windows.Forms.TextBox tbNumberOfIons;
  1575. private System.Windows.Forms.CheckBox cbNormalised;
  1576. private System.Windows.Forms.TextBox tbCombinedElement;
  1577. private System.Windows.Forms.Button btnDoAutoID;
  1578. private System.Windows.Forms.TextBox tbIdentifiedElement;
  1579. private System.Windows.Forms.Label lblIdentifiedElements;
  1580. private System.Windows.Forms.CheckBox cbIsCoated;
  1581. private System.Windows.Forms.Integration.ElementHost ehSpectrumViewer;
  1582. private System.Windows.Forms.Integration.ElementHost ehDeconvolutionElement;
  1583. private System.Windows.Forms.TextBox textRealTimeSeconds;
  1584. private System.Windows.Forms.Label labelRealTime;
  1585. private System.Windows.Forms.TextBox textLiveTimeSeconds;
  1586. private System.Windows.Forms.Label labelLiveTime;
  1587. private System.Windows.Forms.ErrorProvider errorProvider;
  1588. private System.Windows.Forms.Timer tmrIdentifyElements;
  1589. private System.Windows.Forms.GroupBox gbPeakParameters;
  1590. private System.Windows.Forms.Button btnCalculate;
  1591. private System.Windows.Forms.TextBox tbFWHM;
  1592. private System.Windows.Forms.TextBox tbEnergy;
  1593. private System.Windows.Forms.Label lblFWHM;
  1594. private System.Windows.Forms.Label lblEnergy;
  1595. private System.Windows.Forms.TabPage ImageAcquisition;
  1596. private System.Windows.Forms.TextBox tbNumberOfFrames;
  1597. private System.Windows.Forms.Label lblNumberOfFrames;
  1598. private System.Windows.Forms.ComboBox cbInputSignal;
  1599. private System.Windows.Forms.Label lblInputSignal;
  1600. private System.Windows.Forms.Label lblDwellTime;
  1601. private System.Windows.Forms.ComboBox cbImageScanSize;
  1602. private System.Windows.Forms.Label lblImageScanSize;
  1603. private System.Windows.Forms.TextBox tbDwellTime;
  1604. private System.Windows.Forms.Button btnStopImageScan;
  1605. private System.Windows.Forms.Button btnStartImageScan;
  1606. private System.Windows.Forms.TextBox tbImageData;
  1607. private System.Windows.Forms.ToolStripMenuItem exportSpectrumAsToolStripMenuItem;
  1608. private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
  1609. private System.Windows.Forms.ToolStripMenuItem autoIdSettingsToolStripMenuItem;
  1610. private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem;
  1611. private System.Windows.Forms.ToolStripMenuItem periodicTableVisualSettingsToolStripMenuItem;
  1612. private System.Windows.Forms.ToolStripMenuItem elementComboVisualSettingsToolStripMenuItem;
  1613. private System.Windows.Forms.ToolStripMenuItem spectrumViewerVisualSettingsToolStripMenuItem;
  1614. private System.Windows.Forms.Integration.ElementHost ehImageViewer;
  1615. private System.Windows.Forms.ToolStripMenuItem loadSpectrumDataToolStripMenuItem;
  1616. private System.Windows.Forms.ToolStripMenuItem saveSpectrumDataToolStripMenuItem;
  1617. private System.Windows.Forms.TextBox tbPointY;
  1618. private System.Windows.Forms.TextBox tbPointX;
  1619. private System.Windows.Forms.Label lblY;
  1620. private System.Windows.Forms.Label lblX;
  1621. private System.Windows.Forms.Button btnGetPixelData;
  1622. private System.Windows.Forms.ToolStripMenuItem calibrateToolStripMenuItem;
  1623. private System.Windows.Forms.ToolStripMenuItem loadImageDataToolStripMenuItem;
  1624. private System.Windows.Forms.ToolStripMenuItem saveImageDataToolStripMenuItem;
  1625. private System.Windows.Forms.Button btnResumeAcquisition;
  1626. private System.Windows.Forms.ToolStripMenuItem imageViewerVisualSettingsToolStripMenuItem;
  1627. private System.Windows.Forms.GroupBox gbQuantResults;
  1628. private System.Windows.Forms.TextBox tbQuantStatusMessage;
  1629. private System.Windows.Forms.Label lblQuantStatus;
  1630. private System.Windows.Forms.DataGridView dgQuantResult;
  1631. private System.Windows.Forms.DataGridViewTextBoxColumn AtomicNumber;
  1632. private System.Windows.Forms.DataGridViewTextBoxColumn LineType;
  1633. private System.Windows.Forms.DataGridViewTextBoxColumn WeightPercent;
  1634. private System.Windows.Forms.DataGridViewTextBoxColumn WtSigma;
  1635. private System.Windows.Forms.DataGridViewTextBoxColumn AtomicPercent;
  1636. private System.Windows.Forms.Button btnDoQuant;
  1637. private System.Windows.Forms.Integration.ElementHost periodicTableElementHost;
  1638. private System.Windows.Forms.GroupBox SpectrumAcquisitionSettingsGroupBox;
  1639. private System.Windows.Forms.StatusStrip statusStrip;
  1640. private System.Windows.Forms.ToolStripStatusLabel lblOutputRate;
  1641. private System.Windows.Forms.ToolStripStatusLabel outputStatus;
  1642. private System.Windows.Forms.ToolStripStatusLabel lblDeadTime;
  1643. private System.Windows.Forms.ToolStripStatusLabel deadtimeStatus;
  1644. private System.Windows.Forms.ListBox AcquisitionQueueListBox;
  1645. private System.Windows.Forms.NumericUpDown AcquisitionTimeNumericUpDown;
  1646. private System.Windows.Forms.Label lblSpectrumAcquisitionQueue;
  1647. private System.Windows.Forms.Label lblImageAcquisitionQueue;
  1648. private System.Windows.Forms.ListBox ImageAcquisitionQueueListBox;
  1649. private System.Windows.Forms.GroupBox ImageAcquisitionSettingsGroupBox;
  1650. private System.Windows.Forms.ToolStripStatusLabel lblAcquisitionStatus;
  1651. private System.Windows.Forms.ToolStripMenuItem eDMapAcquisitionToolStripMenuItem;
  1652. private System.Windows.Forms.Panel panel3;
  1653. private System.Windows.Forms.Panel panel4;
  1654. private System.Windows.Forms.Panel panel2;
  1655. private System.Windows.Forms.Panel panel1;
  1656. private System.Windows.Forms.SplitContainer splitContainer1;
  1657. private System.Windows.Forms.Panel panel6;
  1658. private System.Windows.Forms.Panel panel5;
  1659. private System.Windows.Forms.GroupBox groupBox1;
  1660. private System.Windows.Forms.ComboBox cbCompareColor;
  1661. private System.Windows.Forms.Panel panelConfirmElements;
  1662. private System.Windows.Forms.ToolStrip toolStripLocalPeriodicTableSettings;
  1663. private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownLocalPeriodicTableSettings;
  1664. private System.Windows.Forms.ToolStripMenuItem enableMultiselectToolStripMenuItem;
  1665. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1666. private System.Windows.Forms.ToolStripTextBox backgroundColorTextBox;
  1667. private System.Windows.Forms.ToolStripComboBox periodicTableBackgroundToolStripComboBox;
  1668. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  1669. private System.Windows.Forms.ToolStripMenuItem enabledElementsMenuItem;
  1670. private System.Windows.Forms.TextBox tbUnsetElementList;
  1671. private System.Windows.Forms.Label lblUnsetElementList;
  1672. private System.Windows.Forms.TextBox tbIncludedElementList;
  1673. private System.Windows.Forms.Label lblIncludedElementList;
  1674. private System.Windows.Forms.Integration.ElementHost ehExcludeElement;
  1675. private System.Windows.Forms.TextBox tbExcludedElementList;
  1676. private System.Windows.Forms.Button btnDeleteExclude;
  1677. private System.Windows.Forms.Label lblExcludeElementList;
  1678. private System.Windows.Forms.Button btnClearExcludedList;
  1679. private System.Windows.Forms.Label lblExcludeElement;
  1680. private System.Windows.Forms.Button btnAddExclude;
  1681. private System.Windows.Forms.Panel panel7;
  1682. private System.Windows.Forms.ComboBox imageToolComboBox;
  1683. private System.Windows.Forms.Label label1;
  1684. private System.Windows.Forms.ComboBox spectrumInteractionToolComboBox;
  1685. private System.Windows.Forms.Label label2;
  1686. private System.Windows.Forms.Button addCompareSpectraButton;
  1687. private System.Windows.Forms.ComboBox cbCompareSpectraComboBox;
  1688. private System.Windows.Forms.ToolStripMenuItem detailsVisualSettingsMenuItem;
  1689. private System.Windows.Forms.ToolStripMenuItem BrightnessContractDialogVisualSettingsToolStripMenuItem;
  1690. private System.Windows.Forms.Button btnExportTiff;
  1691. }
  1692. }