namespace OINA.Extender.Testharness { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle(); this.menuStripMainForm = new System.Windows.Forms.MenuStrip(); this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadSpectrumDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveSpectrumDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exportSpectrumAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.loadImageDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.saveImageDataToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.autoIdSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.preferencesToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.periodicTableVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.elementComboVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.spectrumViewerVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.BrightnessContractDialogVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.imageViewerVisualSettingsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.detailsVisualSettingsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.controlPanelsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.detectorControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.microscopeControlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.calibrateToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.eDMapAcquisitionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tmrAcquisitionStatus = new System.Windows.Forms.Timer(this.components); this.SpectrumAcquisition = new System.Windows.Forms.TabPage(); this.panel3 = new System.Windows.Forms.Panel(); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); this.ehSpectrumViewer = new System.Windows.Forms.Integration.ElementHost(); this.periodicTableElementHost = new System.Windows.Forms.Integration.ElementHost(); this.panel4 = new System.Windows.Forms.Panel(); this.btnExportTiff = new System.Windows.Forms.Button(); this.spectrumInteractionToolComboBox = new System.Windows.Forms.ComboBox(); this.label2 = new System.Windows.Forms.Label(); this.labelRealTime = new System.Windows.Forms.Label(); this.labelLiveTime = new System.Windows.Forms.Label(); this.textRealTimeSeconds = new System.Windows.Forms.TextBox(); this.textLiveTimeSeconds = new System.Windows.Forms.TextBox(); this.panel2 = new System.Windows.Forms.Panel(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.addCompareSpectraButton = new System.Windows.Forms.Button(); this.cbCompareSpectraComboBox = new System.Windows.Forms.ComboBox(); this.cbCompareColor = new System.Windows.Forms.ComboBox(); this.btnStartAcquisition = new System.Windows.Forms.Button(); this.btnStopAcquisition = new System.Windows.Forms.Button(); this.lblSpectrumAcquisitionQueue = new System.Windows.Forms.Label(); this.gbPeakParameters = new System.Windows.Forms.GroupBox(); this.btnCalculate = new System.Windows.Forms.Button(); this.tbFWHM = new System.Windows.Forms.TextBox(); this.tbEnergy = new System.Windows.Forms.TextBox(); this.lblFWHM = new System.Windows.Forms.Label(); this.lblEnergy = new System.Windows.Forms.Label(); this.AcquisitionQueueListBox = new System.Windows.Forms.ListBox(); this.lblIdentifiedElements = new System.Windows.Forms.Label(); this.btnResumeAcquisition = new System.Windows.Forms.Button(); this.tbIdentifiedElement = new System.Windows.Forms.TextBox(); this.btnDoAutoID = new System.Windows.Forms.Button(); this.panel1 = new System.Windows.Forms.Panel(); this.panelConfirmElements = new System.Windows.Forms.Panel(); this.toolStripLocalPeriodicTableSettings = new System.Windows.Forms.ToolStrip(); this.toolStripDropDownLocalPeriodicTableSettings = new System.Windows.Forms.ToolStripDropDownButton(); this.enableMultiselectToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator(); this.backgroundColorTextBox = new System.Windows.Forms.ToolStripTextBox(); this.periodicTableBackgroundToolStripComboBox = new System.Windows.Forms.ToolStripComboBox(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.enabledElementsMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.tbUnsetElementList = new System.Windows.Forms.TextBox(); this.lblUnsetElementList = new System.Windows.Forms.Label(); this.tbIncludedElementList = new System.Windows.Forms.TextBox(); this.lblIncludedElementList = new System.Windows.Forms.Label(); this.ehExcludeElement = new System.Windows.Forms.Integration.ElementHost(); this.tbExcludedElementList = new System.Windows.Forms.TextBox(); this.btnDeleteExclude = new System.Windows.Forms.Button(); this.lblExcludeElementList = new System.Windows.Forms.Label(); this.btnClearExcludedList = new System.Windows.Forms.Button(); this.lblExcludeElement = new System.Windows.Forms.Label(); this.btnAddExclude = new System.Windows.Forms.Button(); this.SpectrumAcquisitionSettingsGroupBox = new System.Windows.Forms.GroupBox(); this.AcquisitionTimeNumericUpDown = new System.Windows.Forms.NumericUpDown(); this.cbChannelNumber = new System.Windows.Forms.ComboBox(); this.lblChannelNumber = new System.Windows.Forms.Label(); this.lblProcessTime = new System.Windows.Forms.Label(); this.lblAcquisitionMode = new System.Windows.Forms.Label(); this.lblSpectrumLabel = new System.Windows.Forms.Label(); this.lblAcquisitionTime = new System.Windows.Forms.Label(); this.lblEnergyRange = new System.Windows.Forms.Label(); this.cbEnergyRange = new System.Windows.Forms.ComboBox(); this.cbProcessTime = new System.Windows.Forms.ComboBox(); this.textSpectrumLabel = new System.Windows.Forms.TextBox(); this.cbAcquisitionMode = new System.Windows.Forms.ComboBox(); this.tabControl = new System.Windows.Forms.TabControl(); this.ProcessingSettings = new System.Windows.Forms.TabPage(); this.gbQuantResults = new System.Windows.Forms.GroupBox(); this.tbQuantStatusMessage = new System.Windows.Forms.TextBox(); this.lblQuantStatus = new System.Windows.Forms.Label(); this.btnDoQuant = new System.Windows.Forms.Button(); this.dgQuantResult = new System.Windows.Forms.DataGridView(); this.AtomicNumber = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.LineType = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WeightPercent = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.WtSigma = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.AtomicPercent = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.gbSampleCoating = new System.Windows.Forms.GroupBox(); this.cbIsCoated = new System.Windows.Forms.CheckBox(); this.lblThickness = new System.Windows.Forms.Label(); this.lblDensity = new System.Windows.Forms.Label(); this.lblCoatingElement = new System.Windows.Forms.Label(); this.tbThickness = new System.Windows.Forms.TextBox(); this.tbDensity = new System.Windows.Forms.TextBox(); this.tbCoatingElement = new System.Windows.Forms.TextBox(); this.gbQuantSettings = new System.Windows.Forms.GroupBox(); this.gbDeconvolutionElements = new System.Windows.Forms.GroupBox(); this.ehDeconvolutionElement = new System.Windows.Forms.Integration.ElementHost(); this.btnClearDeconvolutionList = new System.Windows.Forms.Button(); this.tbDeconvolutionElementList = new System.Windows.Forms.TextBox(); this.btnDeleteDeconvolution = new System.Windows.Forms.Button(); this.lblDeconvolutionElementList = new System.Windows.Forms.Label(); this.btnAddDeconvolution = new System.Windows.Forms.Button(); this.lblDeconvolutionElement = new System.Windows.Forms.Label(); this.gbQuantitativeThreshold = new System.Windows.Forms.GroupBox(); this.cbThresholding = new System.Windows.Forms.CheckBox(); this.tbSigmaLevel = new System.Windows.Forms.TextBox(); this.lblSigmaLevel = new System.Windows.Forms.Label(); this.gbProcessingOptions = new System.Windows.Forms.GroupBox(); this.lblCombinedElement = new System.Windows.Forms.Label(); this.rbElementByDifference = new System.Windows.Forms.RadioButton(); this.rbElementByStoichiometry = new System.Windows.Forms.RadioButton(); this.rbAllElements = new System.Windows.Forms.RadioButton(); this.lblNumberofIons = new System.Windows.Forms.Label(); this.tbNumberOfIons = new System.Windows.Forms.TextBox(); this.cbNormalised = new System.Windows.Forms.CheckBox(); this.tbCombinedElement = new System.Windows.Forms.TextBox(); this.ImageAcquisition = new System.Windows.Forms.TabPage(); this.ehImageViewer = new System.Windows.Forms.Integration.ElementHost(); this.panel7 = new System.Windows.Forms.Panel(); this.imageToolComboBox = new System.Windows.Forms.ComboBox(); this.label1 = new System.Windows.Forms.Label(); this.panel6 = new System.Windows.Forms.Panel(); this.btnStartImageScan = new System.Windows.Forms.Button(); this.ImageAcquisitionSettingsGroupBox = new System.Windows.Forms.GroupBox(); this.lblImageScanSize = new System.Windows.Forms.Label(); this.cbImageScanSize = new System.Windows.Forms.ComboBox(); this.lblDwellTime = new System.Windows.Forms.Label(); this.lblInputSignal = new System.Windows.Forms.Label(); this.cbInputSignal = new System.Windows.Forms.ComboBox(); this.lblNumberOfFrames = new System.Windows.Forms.Label(); this.tbNumberOfFrames = new System.Windows.Forms.TextBox(); this.tbDwellTime = new System.Windows.Forms.TextBox(); this.lblImageAcquisitionQueue = new System.Windows.Forms.Label(); this.btnStopImageScan = new System.Windows.Forms.Button(); this.ImageAcquisitionQueueListBox = new System.Windows.Forms.ListBox(); this.panel5 = new System.Windows.Forms.Panel(); this.tbImageData = new System.Windows.Forms.TextBox(); this.lblX = new System.Windows.Forms.Label(); this.lblY = new System.Windows.Forms.Label(); this.btnGetPixelData = new System.Windows.Forms.Button(); this.tbPointX = new System.Windows.Forms.TextBox(); this.tbPointY = new System.Windows.Forms.TextBox(); this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components); this.tmrIdentifyElements = new System.Windows.Forms.Timer(this.components); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.lblOutputRate = new System.Windows.Forms.ToolStripStatusLabel(); this.outputStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.lblDeadTime = new System.Windows.Forms.ToolStripStatusLabel(); this.deadtimeStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.lblAcquisitionStatus = new System.Windows.Forms.ToolStripStatusLabel(); this.menuStripMainForm.SuspendLayout(); this.SpectrumAcquisition.SuspendLayout(); this.panel3.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit(); this.splitContainer1.Panel1.SuspendLayout(); this.splitContainer1.Panel2.SuspendLayout(); this.splitContainer1.SuspendLayout(); this.panel4.SuspendLayout(); this.panel2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.gbPeakParameters.SuspendLayout(); this.panel1.SuspendLayout(); this.panelConfirmElements.SuspendLayout(); this.toolStripLocalPeriodicTableSettings.SuspendLayout(); this.SpectrumAcquisitionSettingsGroupBox.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.AcquisitionTimeNumericUpDown)).BeginInit(); this.tabControl.SuspendLayout(); this.ProcessingSettings.SuspendLayout(); this.gbQuantResults.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgQuantResult)).BeginInit(); this.gbSampleCoating.SuspendLayout(); this.gbQuantSettings.SuspendLayout(); this.gbDeconvolutionElements.SuspendLayout(); this.gbQuantitativeThreshold.SuspendLayout(); this.gbProcessingOptions.SuspendLayout(); this.ImageAcquisition.SuspendLayout(); this.panel7.SuspendLayout(); this.panel6.SuspendLayout(); this.ImageAcquisitionSettingsGroupBox.SuspendLayout(); this.panel5.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // menuStripMainForm // this.menuStripMainForm.BackColor = System.Drawing.SystemColors.MenuBar; this.menuStripMainForm.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.fileToolStripMenuItem, this.optionsToolStripMenuItem, this.controlPanelsToolStripMenuItem}); resources.ApplyResources(this.menuStripMainForm, "menuStripMainForm"); this.menuStripMainForm.Name = "menuStripMainForm"; // // fileToolStripMenuItem // this.fileToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu; this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.loadSpectrumDataToolStripMenuItem, this.saveSpectrumDataToolStripMenuItem, this.exportSpectrumAsToolStripMenuItem, this.loadImageDataToolStripMenuItem, this.saveImageDataToolStripMenuItem, this.exitToolStripMenuItem}); this.fileToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText; this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; resources.ApplyResources(this.fileToolStripMenuItem, "fileToolStripMenuItem"); // // loadSpectrumDataToolStripMenuItem // this.loadSpectrumDataToolStripMenuItem.Name = "loadSpectrumDataToolStripMenuItem"; resources.ApplyResources(this.loadSpectrumDataToolStripMenuItem, "loadSpectrumDataToolStripMenuItem"); this.loadSpectrumDataToolStripMenuItem.Click += new System.EventHandler(this.LoadSpectrumDataToolStripMenuItem_Click); // // saveSpectrumDataToolStripMenuItem // this.saveSpectrumDataToolStripMenuItem.Name = "saveSpectrumDataToolStripMenuItem"; resources.ApplyResources(this.saveSpectrumDataToolStripMenuItem, "saveSpectrumDataToolStripMenuItem"); this.saveSpectrumDataToolStripMenuItem.Click += new System.EventHandler(this.SaveSpectrumDataToolStripMenuItem_Click); // // exportSpectrumAsToolStripMenuItem // this.exportSpectrumAsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control; this.exportSpectrumAsToolStripMenuItem.Name = "exportSpectrumAsToolStripMenuItem"; resources.ApplyResources(this.exportSpectrumAsToolStripMenuItem, "exportSpectrumAsToolStripMenuItem"); this.exportSpectrumAsToolStripMenuItem.Click += new System.EventHandler(this.ExportSpectrumAsToolStripMenuItem_Click); // // loadImageDataToolStripMenuItem // this.loadImageDataToolStripMenuItem.Name = "loadImageDataToolStripMenuItem"; resources.ApplyResources(this.loadImageDataToolStripMenuItem, "loadImageDataToolStripMenuItem"); this.loadImageDataToolStripMenuItem.Click += new System.EventHandler(this.LoadImageDataToolStripMenuItem_Click); // // saveImageDataToolStripMenuItem // this.saveImageDataToolStripMenuItem.Name = "saveImageDataToolStripMenuItem"; resources.ApplyResources(this.saveImageDataToolStripMenuItem, "saveImageDataToolStripMenuItem"); this.saveImageDataToolStripMenuItem.Click += new System.EventHandler(this.SaveImageDataToolStripMenuItem_Click); // // exitToolStripMenuItem // this.exitToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control; this.exitToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText; this.exitToolStripMenuItem.Name = "exitToolStripMenuItem"; resources.ApplyResources(this.exitToolStripMenuItem, "exitToolStripMenuItem"); this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click); // // optionsToolStripMenuItem // this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.autoIdSettingsToolStripMenuItem, this.preferencesToolStripMenuItem}); this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem"; resources.ApplyResources(this.optionsToolStripMenuItem, "optionsToolStripMenuItem"); // // autoIdSettingsToolStripMenuItem // this.autoIdSettingsToolStripMenuItem.Name = "autoIdSettingsToolStripMenuItem"; resources.ApplyResources(this.autoIdSettingsToolStripMenuItem, "autoIdSettingsToolStripMenuItem"); this.autoIdSettingsToolStripMenuItem.Click += new System.EventHandler(this.AutoIdSettingsToolStripMenuItem_Click); // // preferencesToolStripMenuItem // this.preferencesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.periodicTableVisualSettingsToolStripMenuItem, this.elementComboVisualSettingsToolStripMenuItem, this.spectrumViewerVisualSettingsToolStripMenuItem, this.BrightnessContractDialogVisualSettingsToolStripMenuItem, this.imageViewerVisualSettingsToolStripMenuItem, this.detailsVisualSettingsMenuItem}); this.preferencesToolStripMenuItem.Name = "preferencesToolStripMenuItem"; resources.ApplyResources(this.preferencesToolStripMenuItem, "preferencesToolStripMenuItem"); // // periodicTableVisualSettingsToolStripMenuItem // this.periodicTableVisualSettingsToolStripMenuItem.Name = "periodicTableVisualSettingsToolStripMenuItem"; resources.ApplyResources(this.periodicTableVisualSettingsToolStripMenuItem, "periodicTableVisualSettingsToolStripMenuItem"); this.periodicTableVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.PeriodicTableVisualSettingsToolStripMenuItem_Click); // // elementComboVisualSettingsToolStripMenuItem // this.elementComboVisualSettingsToolStripMenuItem.Name = "elementComboVisualSettingsToolStripMenuItem"; resources.ApplyResources(this.elementComboVisualSettingsToolStripMenuItem, "elementComboVisualSettingsToolStripMenuItem"); this.elementComboVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.ElementComboVisualSettingsToolStripMenuItem_Click); // // spectrumViewerVisualSettingsToolStripMenuItem // this.spectrumViewerVisualSettingsToolStripMenuItem.Name = "spectrumViewerVisualSettingsToolStripMenuItem"; resources.ApplyResources(this.spectrumViewerVisualSettingsToolStripMenuItem, "spectrumViewerVisualSettingsToolStripMenuItem"); this.spectrumViewerVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.SpectrumViewerVisualSettingsToolStripMenuItem_Click); // // BrightnessContractDialogVisualSettingsToolStripMenuItem // this.BrightnessContractDialogVisualSettingsToolStripMenuItem.Name = "BrightnessContractDialogVisualSettingsToolStripMenuItem"; resources.ApplyResources(this.BrightnessContractDialogVisualSettingsToolStripMenuItem, "BrightnessContractDialogVisualSettingsToolStripMenuItem"); this.BrightnessContractDialogVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.BrightnessContractDialogVisualSettingsToolStripMenuItem_Click); // // imageViewerVisualSettingsToolStripMenuItem // this.imageViewerVisualSettingsToolStripMenuItem.Name = "imageViewerVisualSettingsToolStripMenuItem"; resources.ApplyResources(this.imageViewerVisualSettingsToolStripMenuItem, "imageViewerVisualSettingsToolStripMenuItem"); this.imageViewerVisualSettingsToolStripMenuItem.Click += new System.EventHandler(this.ImageViewerVisualSetting_Click); // // detailsVisualSettingsMenuItem // this.detailsVisualSettingsMenuItem.Name = "detailsVisualSettingsMenuItem"; resources.ApplyResources(this.detailsVisualSettingsMenuItem, "detailsVisualSettingsMenuItem"); this.detailsVisualSettingsMenuItem.Click += new System.EventHandler(this.OnDetailsVisualSettingsMenuItemClick); // // controlPanelsToolStripMenuItem // this.controlPanelsToolStripMenuItem.BackColor = System.Drawing.SystemColors.Menu; this.controlPanelsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.detectorControlToolStripMenuItem, this.microscopeControlToolStripMenuItem, this.calibrateToolStripMenuItem, this.eDMapAcquisitionToolStripMenuItem}); this.controlPanelsToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText; this.controlPanelsToolStripMenuItem.Name = "controlPanelsToolStripMenuItem"; resources.ApplyResources(this.controlPanelsToolStripMenuItem, "controlPanelsToolStripMenuItem"); // // detectorControlToolStripMenuItem // this.detectorControlToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control; this.detectorControlToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText; this.detectorControlToolStripMenuItem.Name = "detectorControlToolStripMenuItem"; resources.ApplyResources(this.detectorControlToolStripMenuItem, "detectorControlToolStripMenuItem"); this.detectorControlToolStripMenuItem.Click += new System.EventHandler(this.DetectorControlToolStripMenuItem_Click); // // microscopeControlToolStripMenuItem // this.microscopeControlToolStripMenuItem.BackColor = System.Drawing.SystemColors.Control; this.microscopeControlToolStripMenuItem.ForeColor = System.Drawing.SystemColors.MenuText; this.microscopeControlToolStripMenuItem.Name = "microscopeControlToolStripMenuItem"; resources.ApplyResources(this.microscopeControlToolStripMenuItem, "microscopeControlToolStripMenuItem"); this.microscopeControlToolStripMenuItem.Click += new System.EventHandler(this.MicroscopeControlToolStripMenuItem_Click); // // calibrateToolStripMenuItem // this.calibrateToolStripMenuItem.Name = "calibrateToolStripMenuItem"; resources.ApplyResources(this.calibrateToolStripMenuItem, "calibrateToolStripMenuItem"); this.calibrateToolStripMenuItem.Click += new System.EventHandler(this.CalibrateToolStripMenuItem_Click); // // eDMapAcquisitionToolStripMenuItem // this.eDMapAcquisitionToolStripMenuItem.Name = "eDMapAcquisitionToolStripMenuItem"; resources.ApplyResources(this.eDMapAcquisitionToolStripMenuItem, "eDMapAcquisitionToolStripMenuItem"); this.eDMapAcquisitionToolStripMenuItem.Click += new System.EventHandler(this.EDMapAcquisitionToolStripMenuItem_Click); // // SpectrumAcquisition // this.SpectrumAcquisition.BackColor = System.Drawing.SystemColors.Control; this.SpectrumAcquisition.Controls.Add(this.panel3); this.SpectrumAcquisition.Controls.Add(this.panel2); this.SpectrumAcquisition.Controls.Add(this.panel1); this.SpectrumAcquisition.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.SpectrumAcquisition, "SpectrumAcquisition"); this.SpectrumAcquisition.Name = "SpectrumAcquisition"; // // panel3 // this.panel3.Controls.Add(this.splitContainer1); this.panel3.Controls.Add(this.panel4); resources.ApplyResources(this.panel3, "panel3"); this.panel3.Name = "panel3"; // // splitContainer1 // resources.ApplyResources(this.splitContainer1, "splitContainer1"); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.ehSpectrumViewer); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.periodicTableElementHost); // // ehSpectrumViewer // this.ehSpectrumViewer.BackColor = System.Drawing.Color.DodgerBlue; resources.ApplyResources(this.ehSpectrumViewer, "ehSpectrumViewer"); this.ehSpectrumViewer.Name = "ehSpectrumViewer"; this.ehSpectrumViewer.Child = null; // // periodicTableElementHost // this.periodicTableElementHost.BackColor = System.Drawing.Color.DarkBlue; resources.ApplyResources(this.periodicTableElementHost, "periodicTableElementHost"); this.periodicTableElementHost.Name = "periodicTableElementHost"; this.periodicTableElementHost.Child = null; // // panel4 // this.panel4.Controls.Add(this.btnExportTiff); this.panel4.Controls.Add(this.spectrumInteractionToolComboBox); this.panel4.Controls.Add(this.label2); this.panel4.Controls.Add(this.labelRealTime); this.panel4.Controls.Add(this.labelLiveTime); this.panel4.Controls.Add(this.textRealTimeSeconds); this.panel4.Controls.Add(this.textLiveTimeSeconds); resources.ApplyResources(this.panel4, "panel4"); this.panel4.Name = "panel4"; // // btnExportTiff // resources.ApplyResources(this.btnExportTiff, "btnExportTiff"); this.btnExportTiff.Name = "btnExportTiff"; this.btnExportTiff.UseVisualStyleBackColor = true; this.btnExportTiff.Click += new System.EventHandler(this.OnExportTiffButtonClicked); // // spectrumInteractionToolComboBox // this.spectrumInteractionToolComboBox.FormattingEnabled = true; resources.ApplyResources(this.spectrumInteractionToolComboBox, "spectrumInteractionToolComboBox"); this.spectrumInteractionToolComboBox.Name = "spectrumInteractionToolComboBox"; this.spectrumInteractionToolComboBox.SelectedIndexChanged += new System.EventHandler(this.OnSpectrumToolComboBoxSelectedIndexChanged); // // label2 // resources.ApplyResources(this.label2, "label2"); this.label2.Name = "label2"; // // labelRealTime // resources.ApplyResources(this.labelRealTime, "labelRealTime"); this.labelRealTime.Name = "labelRealTime"; // // labelLiveTime // resources.ApplyResources(this.labelLiveTime, "labelLiveTime"); this.labelLiveTime.Name = "labelLiveTime"; // // textRealTimeSeconds // resources.ApplyResources(this.textRealTimeSeconds, "textRealTimeSeconds"); this.textRealTimeSeconds.Name = "textRealTimeSeconds"; this.textRealTimeSeconds.ReadOnly = true; // // textLiveTimeSeconds // resources.ApplyResources(this.textLiveTimeSeconds, "textLiveTimeSeconds"); this.textLiveTimeSeconds.Name = "textLiveTimeSeconds"; this.textLiveTimeSeconds.ReadOnly = true; // // panel2 // this.panel2.Controls.Add(this.groupBox1); this.panel2.Controls.Add(this.btnStartAcquisition); this.panel2.Controls.Add(this.btnStopAcquisition); this.panel2.Controls.Add(this.lblSpectrumAcquisitionQueue); this.panel2.Controls.Add(this.gbPeakParameters); this.panel2.Controls.Add(this.AcquisitionQueueListBox); this.panel2.Controls.Add(this.lblIdentifiedElements); this.panel2.Controls.Add(this.btnResumeAcquisition); this.panel2.Controls.Add(this.tbIdentifiedElement); this.panel2.Controls.Add(this.btnDoAutoID); resources.ApplyResources(this.panel2, "panel2"); this.panel2.Name = "panel2"; // // groupBox1 // this.groupBox1.Controls.Add(this.addCompareSpectraButton); this.groupBox1.Controls.Add(this.cbCompareSpectraComboBox); this.groupBox1.Controls.Add(this.cbCompareColor); resources.ApplyResources(this.groupBox1, "groupBox1"); this.groupBox1.Name = "groupBox1"; this.groupBox1.TabStop = false; // // addCompareSpectraButton // resources.ApplyResources(this.addCompareSpectraButton, "addCompareSpectraButton"); this.addCompareSpectraButton.Name = "addCompareSpectraButton"; this.addCompareSpectraButton.UseVisualStyleBackColor = true; this.addCompareSpectraButton.Click += new System.EventHandler(this.OnAddCompareSpectraButtonClick); // // cbCompareSpectraComboBox // this.cbCompareSpectraComboBox.FormattingEnabled = true; resources.ApplyResources(this.cbCompareSpectraComboBox, "cbCompareSpectraComboBox"); this.cbCompareSpectraComboBox.Name = "cbCompareSpectraComboBox"; // // cbCompareColor // this.cbCompareColor.FormattingEnabled = true; resources.ApplyResources(this.cbCompareColor, "cbCompareColor"); this.cbCompareColor.Name = "cbCompareColor"; this.cbCompareColor.SelectedIndexChanged += new System.EventHandler(this.CbCompareColor_SelectedIndexChanged); // // btnStartAcquisition // this.btnStartAcquisition.BackColor = System.Drawing.SystemColors.Control; this.btnStartAcquisition.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.btnStartAcquisition, "btnStartAcquisition"); this.btnStartAcquisition.Name = "btnStartAcquisition"; this.btnStartAcquisition.UseVisualStyleBackColor = false; this.btnStartAcquisition.Click += new System.EventHandler(this.StartAcquisitionButton_Click); // // btnStopAcquisition // this.btnStopAcquisition.BackColor = System.Drawing.SystemColors.Control; this.btnStopAcquisition.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.btnStopAcquisition, "btnStopAcquisition"); this.btnStopAcquisition.Name = "btnStopAcquisition"; this.btnStopAcquisition.UseVisualStyleBackColor = false; this.btnStopAcquisition.Click += new System.EventHandler(this.StopAcquisitionButton_Click); // // lblSpectrumAcquisitionQueue // resources.ApplyResources(this.lblSpectrumAcquisitionQueue, "lblSpectrumAcquisitionQueue"); this.lblSpectrumAcquisitionQueue.Name = "lblSpectrumAcquisitionQueue"; // // gbPeakParameters // this.gbPeakParameters.Controls.Add(this.btnCalculate); this.gbPeakParameters.Controls.Add(this.tbFWHM); this.gbPeakParameters.Controls.Add(this.tbEnergy); this.gbPeakParameters.Controls.Add(this.lblFWHM); this.gbPeakParameters.Controls.Add(this.lblEnergy); resources.ApplyResources(this.gbPeakParameters, "gbPeakParameters"); this.gbPeakParameters.Name = "gbPeakParameters"; this.gbPeakParameters.TabStop = false; // // btnCalculate // resources.ApplyResources(this.btnCalculate, "btnCalculate"); this.btnCalculate.Name = "btnCalculate"; this.btnCalculate.UseVisualStyleBackColor = true; this.btnCalculate.Click += new System.EventHandler(this.CalculateButton_Click); // // tbFWHM // resources.ApplyResources(this.tbFWHM, "tbFWHM"); this.tbFWHM.Name = "tbFWHM"; // // tbEnergy // resources.ApplyResources(this.tbEnergy, "tbEnergy"); this.tbEnergy.Name = "tbEnergy"; // // lblFWHM // resources.ApplyResources(this.lblFWHM, "lblFWHM"); this.lblFWHM.Name = "lblFWHM"; // // lblEnergy // resources.ApplyResources(this.lblEnergy, "lblEnergy"); this.lblEnergy.Name = "lblEnergy"; // // AcquisitionQueueListBox // this.AcquisitionQueueListBox.DisplayMember = "Label"; this.AcquisitionQueueListBox.FormattingEnabled = true; resources.ApplyResources(this.AcquisitionQueueListBox, "AcquisitionQueueListBox"); this.AcquisitionQueueListBox.Name = "AcquisitionQueueListBox"; this.AcquisitionQueueListBox.ValueMember = "Label"; // // lblIdentifiedElements // resources.ApplyResources(this.lblIdentifiedElements, "lblIdentifiedElements"); this.lblIdentifiedElements.Name = "lblIdentifiedElements"; // // btnResumeAcquisition // resources.ApplyResources(this.btnResumeAcquisition, "btnResumeAcquisition"); this.btnResumeAcquisition.Name = "btnResumeAcquisition"; this.btnResumeAcquisition.UseVisualStyleBackColor = false; this.btnResumeAcquisition.Click += new System.EventHandler(this.ResumeAcquisitionButton_Click); // // tbIdentifiedElement // this.tbIdentifiedElement.BackColor = System.Drawing.SystemColors.Window; this.tbIdentifiedElement.ForeColor = System.Drawing.SystemColors.WindowText; this.tbIdentifiedElement.HideSelection = false; resources.ApplyResources(this.tbIdentifiedElement, "tbIdentifiedElement"); this.tbIdentifiedElement.Name = "tbIdentifiedElement"; this.tbIdentifiedElement.ReadOnly = true; // // btnDoAutoID // this.btnDoAutoID.BackColor = System.Drawing.SystemColors.Control; this.btnDoAutoID.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnDoAutoID, "btnDoAutoID"); this.btnDoAutoID.Name = "btnDoAutoID"; this.btnDoAutoID.UseVisualStyleBackColor = false; this.btnDoAutoID.Click += new System.EventHandler(this.DoAutoIDButton_Click); // // panel1 // this.panel1.Controls.Add(this.panelConfirmElements); this.panel1.Controls.Add(this.SpectrumAcquisitionSettingsGroupBox); resources.ApplyResources(this.panel1, "panel1"); this.panel1.Name = "panel1"; // // panelConfirmElements // this.panelConfirmElements.Controls.Add(this.toolStripLocalPeriodicTableSettings); this.panelConfirmElements.Controls.Add(this.tbUnsetElementList); this.panelConfirmElements.Controls.Add(this.lblUnsetElementList); this.panelConfirmElements.Controls.Add(this.tbIncludedElementList); this.panelConfirmElements.Controls.Add(this.lblIncludedElementList); this.panelConfirmElements.Controls.Add(this.ehExcludeElement); this.panelConfirmElements.Controls.Add(this.tbExcludedElementList); this.panelConfirmElements.Controls.Add(this.btnDeleteExclude); this.panelConfirmElements.Controls.Add(this.lblExcludeElementList); this.panelConfirmElements.Controls.Add(this.btnClearExcludedList); this.panelConfirmElements.Controls.Add(this.lblExcludeElement); this.panelConfirmElements.Controls.Add(this.btnAddExclude); resources.ApplyResources(this.panelConfirmElements, "panelConfirmElements"); this.panelConfirmElements.Name = "panelConfirmElements"; // // toolStripLocalPeriodicTableSettings // this.toolStripLocalPeriodicTableSettings.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.toolStripLocalPeriodicTableSettings.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripDropDownLocalPeriodicTableSettings}); resources.ApplyResources(this.toolStripLocalPeriodicTableSettings, "toolStripLocalPeriodicTableSettings"); this.toolStripLocalPeriodicTableSettings.Name = "toolStripLocalPeriodicTableSettings"; // // toolStripDropDownLocalPeriodicTableSettings // this.toolStripDropDownLocalPeriodicTableSettings.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text; this.toolStripDropDownLocalPeriodicTableSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.enableMultiselectToolStripMenuItem, this.toolStripSeparator1, this.backgroundColorTextBox, this.periodicTableBackgroundToolStripComboBox, this.toolStripSeparator2, this.enabledElementsMenuItem}); resources.ApplyResources(this.toolStripDropDownLocalPeriodicTableSettings, "toolStripDropDownLocalPeriodicTableSettings"); this.toolStripDropDownLocalPeriodicTableSettings.Name = "toolStripDropDownLocalPeriodicTableSettings"; // // enableMultiselectToolStripMenuItem // this.enableMultiselectToolStripMenuItem.CheckOnClick = true; this.enableMultiselectToolStripMenuItem.Name = "enableMultiselectToolStripMenuItem"; resources.ApplyResources(this.enableMultiselectToolStripMenuItem, "enableMultiselectToolStripMenuItem"); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1"); // // backgroundColorTextBox // this.backgroundColorTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.backgroundColorTextBox.Name = "backgroundColorTextBox"; this.backgroundColorTextBox.ReadOnly = true; resources.ApplyResources(this.backgroundColorTextBox, "backgroundColorTextBox"); // // periodicTableBackgroundToolStripComboBox // this.periodicTableBackgroundToolStripComboBox.ForeColor = System.Drawing.SystemColors.WindowText; this.periodicTableBackgroundToolStripComboBox.Name = "periodicTableBackgroundToolStripComboBox"; resources.ApplyResources(this.periodicTableBackgroundToolStripComboBox, "periodicTableBackgroundToolStripComboBox"); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2"); // // enabledElementsMenuItem // this.enabledElementsMenuItem.Name = "enabledElementsMenuItem"; resources.ApplyResources(this.enabledElementsMenuItem, "enabledElementsMenuItem"); // // tbUnsetElementList // this.tbUnsetElementList.BackColor = System.Drawing.SystemColors.Window; this.tbUnsetElementList.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbUnsetElementList, "tbUnsetElementList"); this.tbUnsetElementList.Name = "tbUnsetElementList"; // // lblUnsetElementList // resources.ApplyResources(this.lblUnsetElementList, "lblUnsetElementList"); this.lblUnsetElementList.ForeColor = System.Drawing.SystemColors.ControlText; this.lblUnsetElementList.Name = "lblUnsetElementList"; // // tbIncludedElementList // this.tbIncludedElementList.BackColor = System.Drawing.SystemColors.Window; this.tbIncludedElementList.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbIncludedElementList, "tbIncludedElementList"); this.tbIncludedElementList.Name = "tbIncludedElementList"; // // lblIncludedElementList // resources.ApplyResources(this.lblIncludedElementList, "lblIncludedElementList"); this.lblIncludedElementList.ForeColor = System.Drawing.SystemColors.ControlText; this.lblIncludedElementList.Name = "lblIncludedElementList"; // // ehExcludeElement // resources.ApplyResources(this.ehExcludeElement, "ehExcludeElement"); this.ehExcludeElement.Name = "ehExcludeElement"; this.ehExcludeElement.Child = null; // // tbExcludedElementList // this.tbExcludedElementList.BackColor = System.Drawing.SystemColors.Window; this.tbExcludedElementList.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbExcludedElementList, "tbExcludedElementList"); this.tbExcludedElementList.Name = "tbExcludedElementList"; // // btnDeleteExclude // this.btnDeleteExclude.BackColor = System.Drawing.SystemColors.Control; this.btnDeleteExclude.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnDeleteExclude, "btnDeleteExclude"); this.btnDeleteExclude.Name = "btnDeleteExclude"; this.btnDeleteExclude.UseVisualStyleBackColor = false; this.btnDeleteExclude.Click += new System.EventHandler(this.DeleteExcludeButton_Click); // // lblExcludeElementList // resources.ApplyResources(this.lblExcludeElementList, "lblExcludeElementList"); this.lblExcludeElementList.ForeColor = System.Drawing.SystemColors.ControlText; this.lblExcludeElementList.Name = "lblExcludeElementList"; // // btnClearExcludedList // this.btnClearExcludedList.BackColor = System.Drawing.SystemColors.Control; this.btnClearExcludedList.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnClearExcludedList, "btnClearExcludedList"); this.btnClearExcludedList.Name = "btnClearExcludedList"; this.btnClearExcludedList.UseVisualStyleBackColor = false; this.btnClearExcludedList.Click += new System.EventHandler(this.OnClearExcludedListButtonClicked); // // lblExcludeElement // resources.ApplyResources(this.lblExcludeElement, "lblExcludeElement"); this.lblExcludeElement.ForeColor = System.Drawing.SystemColors.ControlText; this.lblExcludeElement.Name = "lblExcludeElement"; // // btnAddExclude // this.btnAddExclude.BackColor = System.Drawing.SystemColors.Control; this.btnAddExclude.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnAddExclude, "btnAddExclude"); this.btnAddExclude.Name = "btnAddExclude"; this.btnAddExclude.UseVisualStyleBackColor = false; this.btnAddExclude.Click += new System.EventHandler(this.AddExcludeButton_Click); // // SpectrumAcquisitionSettingsGroupBox // this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.AcquisitionTimeNumericUpDown); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbChannelNumber); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblChannelNumber); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblProcessTime); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblAcquisitionMode); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblSpectrumLabel); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblAcquisitionTime); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.lblEnergyRange); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbEnergyRange); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbProcessTime); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.textSpectrumLabel); this.SpectrumAcquisitionSettingsGroupBox.Controls.Add(this.cbAcquisitionMode); resources.ApplyResources(this.SpectrumAcquisitionSettingsGroupBox, "SpectrumAcquisitionSettingsGroupBox"); this.SpectrumAcquisitionSettingsGroupBox.Name = "SpectrumAcquisitionSettingsGroupBox"; this.SpectrumAcquisitionSettingsGroupBox.TabStop = false; // // AcquisitionTimeNumericUpDown // resources.ApplyResources(this.AcquisitionTimeNumericUpDown, "AcquisitionTimeNumericUpDown"); this.AcquisitionTimeNumericUpDown.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.AcquisitionTimeNumericUpDown.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.AcquisitionTimeNumericUpDown.Name = "AcquisitionTimeNumericUpDown"; this.AcquisitionTimeNumericUpDown.Value = new decimal(new int[] { 1, 0, 0, 0}); // // cbChannelNumber // this.cbChannelNumber.BackColor = System.Drawing.SystemColors.Window; this.cbChannelNumber.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbChannelNumber.ForeColor = System.Drawing.SystemColors.WindowText; this.cbChannelNumber.FormattingEnabled = true; resources.ApplyResources(this.cbChannelNumber, "cbChannelNumber"); this.cbChannelNumber.Name = "cbChannelNumber"; // // lblChannelNumber // resources.ApplyResources(this.lblChannelNumber, "lblChannelNumber"); this.lblChannelNumber.BackColor = System.Drawing.SystemColors.Control; this.lblChannelNumber.ForeColor = System.Drawing.SystemColors.ControlText; this.lblChannelNumber.Name = "lblChannelNumber"; // // lblProcessTime // resources.ApplyResources(this.lblProcessTime, "lblProcessTime"); this.lblProcessTime.BackColor = System.Drawing.SystemColors.Control; this.lblProcessTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblProcessTime.Name = "lblProcessTime"; // // lblAcquisitionMode // resources.ApplyResources(this.lblAcquisitionMode, "lblAcquisitionMode"); this.lblAcquisitionMode.BackColor = System.Drawing.SystemColors.Control; this.lblAcquisitionMode.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAcquisitionMode.Name = "lblAcquisitionMode"; // // lblSpectrumLabel // resources.ApplyResources(this.lblSpectrumLabel, "lblSpectrumLabel"); this.lblSpectrumLabel.BackColor = System.Drawing.SystemColors.Control; this.lblSpectrumLabel.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSpectrumLabel.Name = "lblSpectrumLabel"; // // lblAcquisitionTime // resources.ApplyResources(this.lblAcquisitionTime, "lblAcquisitionTime"); this.lblAcquisitionTime.BackColor = System.Drawing.SystemColors.Control; this.lblAcquisitionTime.ForeColor = System.Drawing.SystemColors.ControlText; this.lblAcquisitionTime.Name = "lblAcquisitionTime"; // // lblEnergyRange // resources.ApplyResources(this.lblEnergyRange, "lblEnergyRange"); this.lblEnergyRange.BackColor = System.Drawing.SystemColors.Control; this.lblEnergyRange.ForeColor = System.Drawing.SystemColors.ControlText; this.lblEnergyRange.Name = "lblEnergyRange"; // // cbEnergyRange // this.cbEnergyRange.BackColor = System.Drawing.SystemColors.Window; this.cbEnergyRange.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbEnergyRange.ForeColor = System.Drawing.SystemColors.WindowText; this.cbEnergyRange.FormattingEnabled = true; resources.ApplyResources(this.cbEnergyRange, "cbEnergyRange"); this.cbEnergyRange.Name = "cbEnergyRange"; // // cbProcessTime // this.cbProcessTime.BackColor = System.Drawing.SystemColors.Window; this.cbProcessTime.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbProcessTime.ForeColor = System.Drawing.SystemColors.WindowText; this.cbProcessTime.FormattingEnabled = true; resources.ApplyResources(this.cbProcessTime, "cbProcessTime"); this.cbProcessTime.Name = "cbProcessTime"; // // textSpectrumLabel // this.textSpectrumLabel.BackColor = System.Drawing.SystemColors.Window; this.textSpectrumLabel.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.textSpectrumLabel, "textSpectrumLabel"); this.textSpectrumLabel.Name = "textSpectrumLabel"; // // cbAcquisitionMode // this.cbAcquisitionMode.BackColor = System.Drawing.SystemColors.Window; this.cbAcquisitionMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbAcquisitionMode.ForeColor = System.Drawing.SystemColors.WindowText; this.cbAcquisitionMode.FormattingEnabled = true; resources.ApplyResources(this.cbAcquisitionMode, "cbAcquisitionMode"); this.cbAcquisitionMode.Name = "cbAcquisitionMode"; // // tabControl // this.tabControl.Controls.Add(this.SpectrumAcquisition); this.tabControl.Controls.Add(this.ProcessingSettings); this.tabControl.Controls.Add(this.ImageAcquisition); resources.ApplyResources(this.tabControl, "tabControl"); this.tabControl.Name = "tabControl"; this.tabControl.SelectedIndex = 0; // // ProcessingSettings // this.ProcessingSettings.BackColor = System.Drawing.SystemColors.Control; this.ProcessingSettings.Controls.Add(this.gbQuantResults); this.ProcessingSettings.Controls.Add(this.gbSampleCoating); this.ProcessingSettings.Controls.Add(this.gbQuantSettings); this.ProcessingSettings.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.ProcessingSettings, "ProcessingSettings"); this.ProcessingSettings.Name = "ProcessingSettings"; // // gbQuantResults // this.gbQuantResults.BackColor = System.Drawing.SystemColors.Control; this.gbQuantResults.Controls.Add(this.tbQuantStatusMessage); this.gbQuantResults.Controls.Add(this.lblQuantStatus); this.gbQuantResults.Controls.Add(this.btnDoQuant); this.gbQuantResults.Controls.Add(this.dgQuantResult); this.gbQuantResults.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.gbQuantResults, "gbQuantResults"); this.gbQuantResults.Name = "gbQuantResults"; this.gbQuantResults.TabStop = false; // // tbQuantStatusMessage // resources.ApplyResources(this.tbQuantStatusMessage, "tbQuantStatusMessage"); this.tbQuantStatusMessage.Name = "tbQuantStatusMessage"; // // lblQuantStatus // resources.ApplyResources(this.lblQuantStatus, "lblQuantStatus"); this.lblQuantStatus.Name = "lblQuantStatus"; // // btnDoQuant // this.btnDoQuant.BackColor = System.Drawing.SystemColors.Control; this.btnDoQuant.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnDoQuant, "btnDoQuant"); this.btnDoQuant.Name = "btnDoQuant"; this.btnDoQuant.UseVisualStyleBackColor = false; this.btnDoQuant.Click += new System.EventHandler(this.DoQuantButton_Click); // // dgQuantResult // this.dgQuantResult.BackgroundColor = System.Drawing.Color.DimGray; this.dgQuantResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dgQuantResult.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.AtomicNumber, this.LineType, this.WeightPercent, this.WtSigma, this.AtomicPercent}); this.dgQuantResult.GridColor = System.Drawing.Color.DimGray; resources.ApplyResources(this.dgQuantResult, "dgQuantResult"); this.dgQuantResult.Name = "dgQuantResult"; dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText; dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.ControlLightLight; dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True; this.dgQuantResult.RowHeadersDefaultCellStyle = dataGridViewCellStyle2; // // AtomicNumber // resources.ApplyResources(this.AtomicNumber, "AtomicNumber"); this.AtomicNumber.Name = "AtomicNumber"; // // LineType // resources.ApplyResources(this.LineType, "LineType"); this.LineType.Name = "LineType"; // // WeightPercent // resources.ApplyResources(this.WeightPercent, "WeightPercent"); this.WeightPercent.Name = "WeightPercent"; // // WtSigma // resources.ApplyResources(this.WtSigma, "WtSigma"); this.WtSigma.Name = "WtSigma"; // // AtomicPercent // resources.ApplyResources(this.AtomicPercent, "AtomicPercent"); this.AtomicPercent.Name = "AtomicPercent"; // // gbSampleCoating // this.gbSampleCoating.Controls.Add(this.cbIsCoated); this.gbSampleCoating.Controls.Add(this.lblThickness); this.gbSampleCoating.Controls.Add(this.lblDensity); this.gbSampleCoating.Controls.Add(this.lblCoatingElement); this.gbSampleCoating.Controls.Add(this.tbThickness); this.gbSampleCoating.Controls.Add(this.tbDensity); this.gbSampleCoating.Controls.Add(this.tbCoatingElement); this.gbSampleCoating.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.gbSampleCoating, "gbSampleCoating"); this.gbSampleCoating.Name = "gbSampleCoating"; this.gbSampleCoating.TabStop = false; // // cbIsCoated // resources.ApplyResources(this.cbIsCoated, "cbIsCoated"); this.cbIsCoated.Name = "cbIsCoated"; this.cbIsCoated.UseVisualStyleBackColor = true; this.cbIsCoated.CheckedChanged += new System.EventHandler(this.IsCoatedCheckbox_CheckedChanged); // // lblThickness // resources.ApplyResources(this.lblThickness, "lblThickness"); this.lblThickness.ForeColor = System.Drawing.SystemColors.ControlText; this.lblThickness.Name = "lblThickness"; // // lblDensity // resources.ApplyResources(this.lblDensity, "lblDensity"); this.lblDensity.ForeColor = System.Drawing.SystemColors.ControlText; this.lblDensity.Name = "lblDensity"; // // lblCoatingElement // resources.ApplyResources(this.lblCoatingElement, "lblCoatingElement"); this.lblCoatingElement.ForeColor = System.Drawing.SystemColors.ControlText; this.lblCoatingElement.Name = "lblCoatingElement"; // // tbThickness // this.tbThickness.BackColor = System.Drawing.SystemColors.Window; this.tbThickness.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbThickness, "tbThickness"); this.tbThickness.Name = "tbThickness"; // // tbDensity // this.tbDensity.BackColor = System.Drawing.SystemColors.Window; this.tbDensity.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbDensity, "tbDensity"); this.tbDensity.Name = "tbDensity"; // // tbCoatingElement // this.tbCoatingElement.BackColor = System.Drawing.SystemColors.Window; this.tbCoatingElement.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbCoatingElement, "tbCoatingElement"); this.tbCoatingElement.Name = "tbCoatingElement"; // // gbQuantSettings // this.gbQuantSettings.Controls.Add(this.gbDeconvolutionElements); this.gbQuantSettings.Controls.Add(this.gbQuantitativeThreshold); this.gbQuantSettings.Controls.Add(this.gbProcessingOptions); resources.ApplyResources(this.gbQuantSettings, "gbQuantSettings"); this.gbQuantSettings.Name = "gbQuantSettings"; this.gbQuantSettings.TabStop = false; // // gbDeconvolutionElements // this.gbDeconvolutionElements.Controls.Add(this.ehDeconvolutionElement); this.gbDeconvolutionElements.Controls.Add(this.btnClearDeconvolutionList); this.gbDeconvolutionElements.Controls.Add(this.tbDeconvolutionElementList); this.gbDeconvolutionElements.Controls.Add(this.btnDeleteDeconvolution); this.gbDeconvolutionElements.Controls.Add(this.lblDeconvolutionElementList); this.gbDeconvolutionElements.Controls.Add(this.btnAddDeconvolution); this.gbDeconvolutionElements.Controls.Add(this.lblDeconvolutionElement); this.gbDeconvolutionElements.ForeColor = System.Drawing.SystemColors.ControlText; resources.ApplyResources(this.gbDeconvolutionElements, "gbDeconvolutionElements"); this.gbDeconvolutionElements.Name = "gbDeconvolutionElements"; this.gbDeconvolutionElements.TabStop = false; // // ehDeconvolutionElement // resources.ApplyResources(this.ehDeconvolutionElement, "ehDeconvolutionElement"); this.ehDeconvolutionElement.Name = "ehDeconvolutionElement"; this.ehDeconvolutionElement.Child = null; // // btnClearDeconvolutionList // this.btnClearDeconvolutionList.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnClearDeconvolutionList, "btnClearDeconvolutionList"); this.btnClearDeconvolutionList.Name = "btnClearDeconvolutionList"; this.btnClearDeconvolutionList.UseVisualStyleBackColor = true; this.btnClearDeconvolutionList.Click += new System.EventHandler(this.ClearListButton_Click); // // tbDeconvolutionElementList // this.tbDeconvolutionElementList.BackColor = System.Drawing.SystemColors.Window; this.tbDeconvolutionElementList.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbDeconvolutionElementList, "tbDeconvolutionElementList"); this.tbDeconvolutionElementList.Name = "tbDeconvolutionElementList"; // // btnDeleteDeconvolution // this.btnDeleteDeconvolution.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnDeleteDeconvolution, "btnDeleteDeconvolution"); this.btnDeleteDeconvolution.Name = "btnDeleteDeconvolution"; this.btnDeleteDeconvolution.UseVisualStyleBackColor = true; this.btnDeleteDeconvolution.Click += new System.EventHandler(this.DeleteDeconvolutionButton_Click); // // lblDeconvolutionElementList // resources.ApplyResources(this.lblDeconvolutionElementList, "lblDeconvolutionElementList"); this.lblDeconvolutionElementList.Name = "lblDeconvolutionElementList"; // // btnAddDeconvolution // this.btnAddDeconvolution.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.btnAddDeconvolution, "btnAddDeconvolution"); this.btnAddDeconvolution.Name = "btnAddDeconvolution"; this.btnAddDeconvolution.UseVisualStyleBackColor = true; this.btnAddDeconvolution.Click += new System.EventHandler(this.AddDeconvolutionButton_Click); // // lblDeconvolutionElement // resources.ApplyResources(this.lblDeconvolutionElement, "lblDeconvolutionElement"); this.lblDeconvolutionElement.Name = "lblDeconvolutionElement"; // // gbQuantitativeThreshold // this.gbQuantitativeThreshold.Controls.Add(this.cbThresholding); this.gbQuantitativeThreshold.Controls.Add(this.tbSigmaLevel); this.gbQuantitativeThreshold.Controls.Add(this.lblSigmaLevel); resources.ApplyResources(this.gbQuantitativeThreshold, "gbQuantitativeThreshold"); this.gbQuantitativeThreshold.Name = "gbQuantitativeThreshold"; this.gbQuantitativeThreshold.TabStop = false; // // cbThresholding // resources.ApplyResources(this.cbThresholding, "cbThresholding"); this.cbThresholding.BackColor = System.Drawing.SystemColors.Control; this.cbThresholding.ForeColor = System.Drawing.SystemColors.WindowText; this.cbThresholding.Name = "cbThresholding"; this.cbThresholding.UseVisualStyleBackColor = false; this.cbThresholding.CheckedChanged += new System.EventHandler(this.ThresholdingCheckbox_CheckedChanged); // // tbSigmaLevel // this.tbSigmaLevel.BackColor = System.Drawing.SystemColors.Window; this.tbSigmaLevel.ForeColor = System.Drawing.SystemColors.WindowText; resources.ApplyResources(this.tbSigmaLevel, "tbSigmaLevel"); this.tbSigmaLevel.Name = "tbSigmaLevel"; // // lblSigmaLevel // resources.ApplyResources(this.lblSigmaLevel, "lblSigmaLevel"); this.lblSigmaLevel.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSigmaLevel.Name = "lblSigmaLevel"; // // gbProcessingOptions // this.gbProcessingOptions.Controls.Add(this.lblCombinedElement); this.gbProcessingOptions.Controls.Add(this.rbElementByDifference); this.gbProcessingOptions.Controls.Add(this.rbElementByStoichiometry); this.gbProcessingOptions.Controls.Add(this.rbAllElements); this.gbProcessingOptions.Controls.Add(this.lblNumberofIons); this.gbProcessingOptions.Controls.Add(this.tbNumberOfIons); this.gbProcessingOptions.Controls.Add(this.cbNormalised); this.gbProcessingOptions.Controls.Add(this.tbCombinedElement); resources.ApplyResources(this.gbProcessingOptions, "gbProcessingOptions"); this.gbProcessingOptions.Name = "gbProcessingOptions"; this.gbProcessingOptions.TabStop = false; // // lblCombinedElement // resources.ApplyResources(this.lblCombinedElement, "lblCombinedElement"); this.lblCombinedElement.Name = "lblCombinedElement"; // // rbElementByDifference // resources.ApplyResources(this.rbElementByDifference, "rbElementByDifference"); this.rbElementByDifference.Name = "rbElementByDifference"; this.rbElementByDifference.TabStop = true; this.rbElementByDifference.UseVisualStyleBackColor = true; this.rbElementByDifference.Click += new System.EventHandler(this.ElementByDifferenceRadioButton_Click); // // rbElementByStoichiometry // resources.ApplyResources(this.rbElementByStoichiometry, "rbElementByStoichiometry"); this.rbElementByStoichiometry.Name = "rbElementByStoichiometry"; this.rbElementByStoichiometry.TabStop = true; this.rbElementByStoichiometry.UseVisualStyleBackColor = true; this.rbElementByStoichiometry.Click += new System.EventHandler(this.ElementByStoichiometryRadiobutton_Click); // // rbAllElements // resources.ApplyResources(this.rbAllElements, "rbAllElements"); this.rbAllElements.Checked = true; this.rbAllElements.Name = "rbAllElements"; this.rbAllElements.TabStop = true; this.rbAllElements.UseVisualStyleBackColor = true; this.rbAllElements.Click += new System.EventHandler(this.AllElementsRadiobutton_Click); // // lblNumberofIons // resources.ApplyResources(this.lblNumberofIons, "lblNumberofIons"); this.lblNumberofIons.ForeColor = System.Drawing.SystemColors.ControlText; this.lblNumberofIons.Name = "lblNumberofIons"; // // tbNumberOfIons // this.tbNumberOfIons.BackColor = System.Drawing.SystemColors.Window; resources.ApplyResources(this.tbNumberOfIons, "tbNumberOfIons"); this.tbNumberOfIons.ForeColor = System.Drawing.SystemColors.WindowText; this.tbNumberOfIons.Name = "tbNumberOfIons"; // // cbNormalised // resources.ApplyResources(this.cbNormalised, "cbNormalised"); this.cbNormalised.BackColor = System.Drawing.SystemColors.Control; this.cbNormalised.ForeColor = System.Drawing.SystemColors.WindowText; this.cbNormalised.Name = "cbNormalised"; this.cbNormalised.UseVisualStyleBackColor = false; // // tbCombinedElement // this.tbCombinedElement.BackColor = System.Drawing.SystemColors.Window; resources.ApplyResources(this.tbCombinedElement, "tbCombinedElement"); this.tbCombinedElement.ForeColor = System.Drawing.SystemColors.WindowText; this.tbCombinedElement.Name = "tbCombinedElement"; // // ImageAcquisition // this.ImageAcquisition.Controls.Add(this.ehImageViewer); this.ImageAcquisition.Controls.Add(this.panel7); this.ImageAcquisition.Controls.Add(this.panel6); this.ImageAcquisition.Controls.Add(this.panel5); resources.ApplyResources(this.ImageAcquisition, "ImageAcquisition"); this.ImageAcquisition.Name = "ImageAcquisition"; this.ImageAcquisition.UseVisualStyleBackColor = true; // // ehImageViewer // this.ehImageViewer.BackColor = System.Drawing.Color.DarkBlue; resources.ApplyResources(this.ehImageViewer, "ehImageViewer"); this.ehImageViewer.Name = "ehImageViewer"; this.ehImageViewer.Child = null; // // panel7 // this.panel7.Controls.Add(this.imageToolComboBox); this.panel7.Controls.Add(this.label1); resources.ApplyResources(this.panel7, "panel7"); this.panel7.Name = "panel7"; // // imageToolComboBox // resources.ApplyResources(this.imageToolComboBox, "imageToolComboBox"); this.imageToolComboBox.FormattingEnabled = true; this.imageToolComboBox.Name = "imageToolComboBox"; this.imageToolComboBox.SelectedIndexChanged += new System.EventHandler(this.OnImageToolComboBoxSelectedIndexChanged); // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // panel6 // this.panel6.Controls.Add(this.btnStartImageScan); this.panel6.Controls.Add(this.ImageAcquisitionSettingsGroupBox); this.panel6.Controls.Add(this.lblImageAcquisitionQueue); this.panel6.Controls.Add(this.btnStopImageScan); this.panel6.Controls.Add(this.ImageAcquisitionQueueListBox); resources.ApplyResources(this.panel6, "panel6"); this.panel6.Name = "panel6"; // // btnStartImageScan // resources.ApplyResources(this.btnStartImageScan, "btnStartImageScan"); this.btnStartImageScan.Name = "btnStartImageScan"; this.btnStartImageScan.UseVisualStyleBackColor = true; this.btnStartImageScan.Click += new System.EventHandler(this.StartImageScanButton_Click); // // ImageAcquisitionSettingsGroupBox // this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblImageScanSize); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.cbImageScanSize); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblDwellTime); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblInputSignal); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.cbInputSignal); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.lblNumberOfFrames); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.tbNumberOfFrames); this.ImageAcquisitionSettingsGroupBox.Controls.Add(this.tbDwellTime); resources.ApplyResources(this.ImageAcquisitionSettingsGroupBox, "ImageAcquisitionSettingsGroupBox"); this.ImageAcquisitionSettingsGroupBox.Name = "ImageAcquisitionSettingsGroupBox"; this.ImageAcquisitionSettingsGroupBox.TabStop = false; // // lblImageScanSize // resources.ApplyResources(this.lblImageScanSize, "lblImageScanSize"); this.lblImageScanSize.Name = "lblImageScanSize"; // // cbImageScanSize // this.cbImageScanSize.FormattingEnabled = true; resources.ApplyResources(this.cbImageScanSize, "cbImageScanSize"); this.cbImageScanSize.Name = "cbImageScanSize"; // // lblDwellTime // resources.ApplyResources(this.lblDwellTime, "lblDwellTime"); this.lblDwellTime.Name = "lblDwellTime"; // // lblInputSignal // resources.ApplyResources(this.lblInputSignal, "lblInputSignal"); this.lblInputSignal.Name = "lblInputSignal"; // // cbInputSignal // this.cbInputSignal.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbInputSignal.FormattingEnabled = true; resources.ApplyResources(this.cbInputSignal, "cbInputSignal"); this.cbInputSignal.Name = "cbInputSignal"; // // lblNumberOfFrames // resources.ApplyResources(this.lblNumberOfFrames, "lblNumberOfFrames"); this.lblNumberOfFrames.Name = "lblNumberOfFrames"; // // tbNumberOfFrames // resources.ApplyResources(this.tbNumberOfFrames, "tbNumberOfFrames"); this.tbNumberOfFrames.Name = "tbNumberOfFrames"; // // tbDwellTime // resources.ApplyResources(this.tbDwellTime, "tbDwellTime"); this.tbDwellTime.Name = "tbDwellTime"; // // lblImageAcquisitionQueue // resources.ApplyResources(this.lblImageAcquisitionQueue, "lblImageAcquisitionQueue"); this.lblImageAcquisitionQueue.Name = "lblImageAcquisitionQueue"; // // btnStopImageScan // resources.ApplyResources(this.btnStopImageScan, "btnStopImageScan"); this.btnStopImageScan.Name = "btnStopImageScan"; this.btnStopImageScan.UseVisualStyleBackColor = true; this.btnStopImageScan.Click += new System.EventHandler(this.StopImageScanButton_Click); // // ImageAcquisitionQueueListBox // this.ImageAcquisitionQueueListBox.DisplayMember = "Label"; this.ImageAcquisitionQueueListBox.FormattingEnabled = true; resources.ApplyResources(this.ImageAcquisitionQueueListBox, "ImageAcquisitionQueueListBox"); this.ImageAcquisitionQueueListBox.Name = "ImageAcquisitionQueueListBox"; this.ImageAcquisitionQueueListBox.ValueMember = "Label"; // // panel5 // this.panel5.Controls.Add(this.tbImageData); this.panel5.Controls.Add(this.lblX); this.panel5.Controls.Add(this.lblY); this.panel5.Controls.Add(this.btnGetPixelData); this.panel5.Controls.Add(this.tbPointX); this.panel5.Controls.Add(this.tbPointY); resources.ApplyResources(this.panel5, "panel5"); this.panel5.Name = "panel5"; // // tbImageData // resources.ApplyResources(this.tbImageData, "tbImageData"); this.tbImageData.Name = "tbImageData"; // // lblX // resources.ApplyResources(this.lblX, "lblX"); this.lblX.Name = "lblX"; // // lblY // resources.ApplyResources(this.lblY, "lblY"); this.lblY.Name = "lblY"; // // btnGetPixelData // resources.ApplyResources(this.btnGetPixelData, "btnGetPixelData"); this.btnGetPixelData.Name = "btnGetPixelData"; this.btnGetPixelData.UseVisualStyleBackColor = true; this.btnGetPixelData.Click += new System.EventHandler(this.GetPixelDataButton_Click); // // tbPointX // resources.ApplyResources(this.tbPointX, "tbPointX"); this.tbPointX.Name = "tbPointX"; // // tbPointY // resources.ApplyResources(this.tbPointY, "tbPointY"); this.tbPointY.Name = "tbPointY"; // // errorProvider // this.errorProvider.ContainerControl = this; // // statusStrip // resources.ApplyResources(this.statusStrip, "statusStrip"); this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.lblOutputRate, this.outputStatus, this.lblDeadTime, this.deadtimeStatus, this.lblAcquisitionStatus}); this.statusStrip.Name = "statusStrip"; this.statusStrip.Stretch = false; // // lblOutputRate // this.lblOutputRate.Name = "lblOutputRate"; resources.ApplyResources(this.lblOutputRate, "lblOutputRate"); // // outputStatus // resources.ApplyResources(this.outputStatus, "outputStatus"); this.outputStatus.Name = "outputStatus"; this.outputStatus.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); // // lblDeadTime // this.lblDeadTime.Margin = new System.Windows.Forms.Padding(10, 3, 0, 2); this.lblDeadTime.Name = "lblDeadTime"; resources.ApplyResources(this.lblDeadTime, "lblDeadTime"); // // deadtimeStatus // this.deadtimeStatus.Name = "deadtimeStatus"; this.deadtimeStatus.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0); resources.ApplyResources(this.deadtimeStatus, "deadtimeStatus"); // // lblAcquisitionStatus // this.lblAcquisitionStatus.Name = "lblAcquisitionStatus"; resources.ApplyResources(this.lblAcquisitionStatus, "lblAcquisitionStatus"); // // MainForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.tabControl); this.Controls.Add(this.statusStrip); this.Controls.Add(this.menuStripMainForm); this.MainMenuStrip = this.menuStripMainForm; this.MaximizeBox = false; this.Name = "MainForm"; this.Tag = ""; this.menuStripMainForm.ResumeLayout(false); this.menuStripMainForm.PerformLayout(); this.SpectrumAcquisition.ResumeLayout(false); this.panel3.ResumeLayout(false); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); this.panel4.ResumeLayout(false); this.panel4.PerformLayout(); this.panel2.ResumeLayout(false); this.panel2.PerformLayout(); this.groupBox1.ResumeLayout(false); this.gbPeakParameters.ResumeLayout(false); this.gbPeakParameters.PerformLayout(); this.panel1.ResumeLayout(false); this.panelConfirmElements.ResumeLayout(false); this.panelConfirmElements.PerformLayout(); this.toolStripLocalPeriodicTableSettings.ResumeLayout(false); this.toolStripLocalPeriodicTableSettings.PerformLayout(); this.SpectrumAcquisitionSettingsGroupBox.ResumeLayout(false); this.SpectrumAcquisitionSettingsGroupBox.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.AcquisitionTimeNumericUpDown)).EndInit(); this.tabControl.ResumeLayout(false); this.ProcessingSettings.ResumeLayout(false); this.gbQuantResults.ResumeLayout(false); this.gbQuantResults.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dgQuantResult)).EndInit(); this.gbSampleCoating.ResumeLayout(false); this.gbSampleCoating.PerformLayout(); this.gbQuantSettings.ResumeLayout(false); this.gbDeconvolutionElements.ResumeLayout(false); this.gbDeconvolutionElements.PerformLayout(); this.gbQuantitativeThreshold.ResumeLayout(false); this.gbQuantitativeThreshold.PerformLayout(); this.gbProcessingOptions.ResumeLayout(false); this.gbProcessingOptions.PerformLayout(); this.ImageAcquisition.ResumeLayout(false); this.panel7.ResumeLayout(false); this.panel7.PerformLayout(); this.panel6.ResumeLayout(false); this.panel6.PerformLayout(); this.ImageAcquisitionSettingsGroupBox.ResumeLayout(false); this.ImageAcquisitionSettingsGroupBox.PerformLayout(); this.panel5.ResumeLayout(false); this.panel5.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit(); this.statusStrip.ResumeLayout(false); this.statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.MenuStrip menuStripMainForm; private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem; private System.Windows.Forms.Timer tmrAcquisitionStatus; private System.Windows.Forms.ToolStripMenuItem controlPanelsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem detectorControlToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem microscopeControlToolStripMenuItem; private System.Windows.Forms.TabPage SpectrumAcquisition; private System.Windows.Forms.TextBox textSpectrumLabel; private System.Windows.Forms.Label lblSpectrumLabel; private System.Windows.Forms.ComboBox cbChannelNumber; private System.Windows.Forms.ComboBox cbEnergyRange; private System.Windows.Forms.ComboBox cbProcessTime; private System.Windows.Forms.ComboBox cbAcquisitionMode; private System.Windows.Forms.Label lblChannelNumber; private System.Windows.Forms.Label lblEnergyRange; private System.Windows.Forms.Label lblProcessTime; private System.Windows.Forms.Label lblAcquisitionTime; private System.Windows.Forms.Label lblAcquisitionMode; private System.Windows.Forms.Button btnStopAcquisition; private System.Windows.Forms.Button btnStartAcquisition; private System.Windows.Forms.TabControl tabControl; private System.Windows.Forms.TabPage ProcessingSettings; private System.Windows.Forms.GroupBox gbQuantSettings; private System.Windows.Forms.GroupBox gbSampleCoating; private System.Windows.Forms.Label lblThickness; private System.Windows.Forms.Label lblDensity; private System.Windows.Forms.Label lblCoatingElement; private System.Windows.Forms.TextBox tbThickness; private System.Windows.Forms.TextBox tbDensity; private System.Windows.Forms.TextBox tbCoatingElement; private System.Windows.Forms.GroupBox gbDeconvolutionElements; private System.Windows.Forms.Button btnClearDeconvolutionList; private System.Windows.Forms.Label lblDeconvolutionElementList; private System.Windows.Forms.TextBox tbDeconvolutionElementList; private System.Windows.Forms.Button btnDeleteDeconvolution; private System.Windows.Forms.Button btnAddDeconvolution; private System.Windows.Forms.Label lblDeconvolutionElement; private System.Windows.Forms.GroupBox gbQuantitativeThreshold; private System.Windows.Forms.CheckBox cbThresholding; private System.Windows.Forms.TextBox tbSigmaLevel; private System.Windows.Forms.Label lblSigmaLevel; private System.Windows.Forms.GroupBox gbProcessingOptions; private System.Windows.Forms.Label lblCombinedElement; private System.Windows.Forms.RadioButton rbElementByDifference; private System.Windows.Forms.RadioButton rbElementByStoichiometry; private System.Windows.Forms.RadioButton rbAllElements; private System.Windows.Forms.Label lblNumberofIons; private System.Windows.Forms.TextBox tbNumberOfIons; private System.Windows.Forms.CheckBox cbNormalised; private System.Windows.Forms.TextBox tbCombinedElement; private System.Windows.Forms.Button btnDoAutoID; private System.Windows.Forms.TextBox tbIdentifiedElement; private System.Windows.Forms.Label lblIdentifiedElements; private System.Windows.Forms.CheckBox cbIsCoated; private System.Windows.Forms.Integration.ElementHost ehSpectrumViewer; private System.Windows.Forms.Integration.ElementHost ehDeconvolutionElement; private System.Windows.Forms.TextBox textRealTimeSeconds; private System.Windows.Forms.Label labelRealTime; private System.Windows.Forms.TextBox textLiveTimeSeconds; private System.Windows.Forms.Label labelLiveTime; private System.Windows.Forms.ErrorProvider errorProvider; private System.Windows.Forms.Timer tmrIdentifyElements; private System.Windows.Forms.GroupBox gbPeakParameters; private System.Windows.Forms.Button btnCalculate; private System.Windows.Forms.TextBox tbFWHM; private System.Windows.Forms.TextBox tbEnergy; private System.Windows.Forms.Label lblFWHM; private System.Windows.Forms.Label lblEnergy; private System.Windows.Forms.TabPage ImageAcquisition; private System.Windows.Forms.TextBox tbNumberOfFrames; private System.Windows.Forms.Label lblNumberOfFrames; private System.Windows.Forms.ComboBox cbInputSignal; private System.Windows.Forms.Label lblInputSignal; private System.Windows.Forms.Label lblDwellTime; private System.Windows.Forms.ComboBox cbImageScanSize; private System.Windows.Forms.Label lblImageScanSize; private System.Windows.Forms.TextBox tbDwellTime; private System.Windows.Forms.Button btnStopImageScan; private System.Windows.Forms.Button btnStartImageScan; private System.Windows.Forms.TextBox tbImageData; private System.Windows.Forms.ToolStripMenuItem exportSpectrumAsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem autoIdSettingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem preferencesToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem periodicTableVisualSettingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem elementComboVisualSettingsToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem spectrumViewerVisualSettingsToolStripMenuItem; private System.Windows.Forms.Integration.ElementHost ehImageViewer; private System.Windows.Forms.ToolStripMenuItem loadSpectrumDataToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveSpectrumDataToolStripMenuItem; private System.Windows.Forms.TextBox tbPointY; private System.Windows.Forms.TextBox tbPointX; private System.Windows.Forms.Label lblY; private System.Windows.Forms.Label lblX; private System.Windows.Forms.Button btnGetPixelData; private System.Windows.Forms.ToolStripMenuItem calibrateToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem loadImageDataToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem saveImageDataToolStripMenuItem; private System.Windows.Forms.Button btnResumeAcquisition; private System.Windows.Forms.ToolStripMenuItem imageViewerVisualSettingsToolStripMenuItem; private System.Windows.Forms.GroupBox gbQuantResults; private System.Windows.Forms.TextBox tbQuantStatusMessage; private System.Windows.Forms.Label lblQuantStatus; private System.Windows.Forms.DataGridView dgQuantResult; private System.Windows.Forms.DataGridViewTextBoxColumn AtomicNumber; private System.Windows.Forms.DataGridViewTextBoxColumn LineType; private System.Windows.Forms.DataGridViewTextBoxColumn WeightPercent; private System.Windows.Forms.DataGridViewTextBoxColumn WtSigma; private System.Windows.Forms.DataGridViewTextBoxColumn AtomicPercent; private System.Windows.Forms.Button btnDoQuant; private System.Windows.Forms.Integration.ElementHost periodicTableElementHost; private System.Windows.Forms.GroupBox SpectrumAcquisitionSettingsGroupBox; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.ToolStripStatusLabel lblOutputRate; private System.Windows.Forms.ToolStripStatusLabel outputStatus; private System.Windows.Forms.ToolStripStatusLabel lblDeadTime; private System.Windows.Forms.ToolStripStatusLabel deadtimeStatus; private System.Windows.Forms.ListBox AcquisitionQueueListBox; private System.Windows.Forms.NumericUpDown AcquisitionTimeNumericUpDown; private System.Windows.Forms.Label lblSpectrumAcquisitionQueue; private System.Windows.Forms.Label lblImageAcquisitionQueue; private System.Windows.Forms.ListBox ImageAcquisitionQueueListBox; private System.Windows.Forms.GroupBox ImageAcquisitionSettingsGroupBox; private System.Windows.Forms.ToolStripStatusLabel lblAcquisitionStatus; private System.Windows.Forms.ToolStripMenuItem eDMapAcquisitionToolStripMenuItem; private System.Windows.Forms.Panel panel3; private System.Windows.Forms.Panel panel4; private System.Windows.Forms.Panel panel2; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.SplitContainer splitContainer1; private System.Windows.Forms.Panel panel6; private System.Windows.Forms.Panel panel5; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.ComboBox cbCompareColor; private System.Windows.Forms.Panel panelConfirmElements; private System.Windows.Forms.ToolStrip toolStripLocalPeriodicTableSettings; private System.Windows.Forms.ToolStripDropDownButton toolStripDropDownLocalPeriodicTableSettings; private System.Windows.Forms.ToolStripMenuItem enableMultiselectToolStripMenuItem; private System.Windows.Forms.ToolStripSeparator toolStripSeparator1; private System.Windows.Forms.ToolStripTextBox backgroundColorTextBox; private System.Windows.Forms.ToolStripComboBox periodicTableBackgroundToolStripComboBox; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; private System.Windows.Forms.ToolStripMenuItem enabledElementsMenuItem; private System.Windows.Forms.TextBox tbUnsetElementList; private System.Windows.Forms.Label lblUnsetElementList; private System.Windows.Forms.TextBox tbIncludedElementList; private System.Windows.Forms.Label lblIncludedElementList; private System.Windows.Forms.Integration.ElementHost ehExcludeElement; private System.Windows.Forms.TextBox tbExcludedElementList; private System.Windows.Forms.Button btnDeleteExclude; private System.Windows.Forms.Label lblExcludeElementList; private System.Windows.Forms.Button btnClearExcludedList; private System.Windows.Forms.Label lblExcludeElement; private System.Windows.Forms.Button btnAddExclude; private System.Windows.Forms.Panel panel7; private System.Windows.Forms.ComboBox imageToolComboBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.ComboBox spectrumInteractionToolComboBox; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button addCompareSpectraButton; private System.Windows.Forms.ComboBox cbCompareSpectraComboBox; private System.Windows.Forms.ToolStripMenuItem detailsVisualSettingsMenuItem; private System.Windows.Forms.ToolStripMenuItem BrightnessContractDialogVisualSettingsToolStripMenuItem; private System.Windows.Forms.Button btnExportTiff; } }