namespace CordonelPreadjustmentUi { partial class PreAdjustmentControl { /// /// Erforderliche Designervariable. /// private System.ComponentModel.IContainer components = null; /// /// Verwendete Ressourcen bereinigen. /// /// True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Vom Komponenten-Designer generierter Code /// /// Erforderliche Methode für die Designerunterstützung. /// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PreAdjustmentControl)); this.pB_Logo1 = new System.Windows.Forms.PictureBox(); this.gB_Meters = new System.Windows.Forms.GroupBox(); this.pB_Bubbles1 = new System.Windows.Forms.PictureBox(); this.l_ZeroFlowCal_Status = new System.Windows.Forms.Label(); this.gB_Progress = new System.Windows.Forms.GroupBox(); this.p_ZeroFlowCal_Completion = new System.Windows.Forms.Panel(); this.l_ZeroFlowCal_Completion = new System.Windows.Forms.Label(); this.p_ZeroFlowCal_Offset = new System.Windows.Forms.Panel(); this.l_ZeroFlowCal_Offset = new System.Windows.Forms.Label(); this.cB_ZeroFlowOffsetTestEnable = new System.Windows.Forms.CheckBox(); this.cB_AmplitudeTestEnable = new System.Windows.Forms.CheckBox(); this.cB_TempCalEnable = new System.Windows.Forms.CheckBox(); this.p_ZeroFlowCal_Detect = new System.Windows.Forms.Panel(); this.l_ZeroFlowCal_Detect = new System.Windows.Forms.Label(); this.p_ZeroFlowCal_TempCal = new System.Windows.Forms.Panel(); this.l_ZeroFlowCal_TempCal = new System.Windows.Forms.Label(); this.p_ZeroFlowCal_Prepare = new System.Windows.Forms.Panel(); this.l_ZeroFlowCal_Prepare = new System.Windows.Forms.Label(); this.p_ZeroFlowCal_Amplitude = new System.Windows.Forms.Panel(); this.l_ZeroFlowCal_Amplitude = new System.Windows.Forms.Label(); this.gB_TempMeters = new System.Windows.Forms.GroupBox(); this.btn_StoreTempe = new System.Windows.Forms.Button(); this.pB_ZeroFlowCal_Progress = new System.Windows.Forms.ProgressBar(); this.l_ZeroFlowCal_ResttimeDisplayValue = new System.Windows.Forms.Label(); this.l_ZeroFlowCal_Resttime = new System.Windows.Forms.Label(); this.btn_ZeroFlowCal_Abort = new System.Windows.Forms.Button(); this.btn_ZeroFlowCal_Start = new System.Windows.Forms.Button(); this.btn_ZeroFlowCal_Pdf = new System.Windows.Forms.Button(); this.btn_ZeroFlowCal_Save = new System.Windows.Forms.Button(); this.btn_ZeroFlowCal_Clear = new System.Windows.Forms.Button(); this.btn_ZeroFlowCal_Detect = new System.Windows.Forms.Button(); this.gB_MeterLog = new System.Windows.Forms.GroupBox(); this.btn_ShowAll = new System.Windows.Forms.Button(); this.rTB_ZeroFlowCalMeter = new System.Windows.Forms.RichTextBox(); this.pB_ZeroFlowCal_SubProgress = new System.Windows.Forms.ProgressBar(); this.l_ZeroFlowCal_SubResttimeDisplayValue = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.rTB_ZeroFlowCal = new System.Windows.Forms.RichTextBox(); this.l_SettingsPreparationMetersize = new System.Windows.Forms.Label(); this.cb_Metersize = new System.Windows.Forms.ComboBox(); this.lblBuildDate = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pB_Logo1)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_Bubbles1)).BeginInit(); this.gB_Progress.SuspendLayout(); this.p_ZeroFlowCal_Completion.SuspendLayout(); this.p_ZeroFlowCal_Offset.SuspendLayout(); this.p_ZeroFlowCal_Detect.SuspendLayout(); this.p_ZeroFlowCal_TempCal.SuspendLayout(); this.p_ZeroFlowCal_Prepare.SuspendLayout(); this.p_ZeroFlowCal_Amplitude.SuspendLayout(); this.gB_TempMeters.SuspendLayout(); this.gB_MeterLog.SuspendLayout(); this.SuspendLayout(); // // pB_Logo1 // this.pB_Logo1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pB_Logo1.BackColor = System.Drawing.SystemColors.Control; this.pB_Logo1.Image = ((System.Drawing.Image)(resources.GetObject("pB_Logo1.Image"))); this.pB_Logo1.InitialImage = null; this.pB_Logo1.Location = new System.Drawing.Point(781, 0); this.pB_Logo1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pB_Logo1.Name = "pB_Logo1"; this.pB_Logo1.Size = new System.Drawing.Size(158, 86); this.pB_Logo1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pB_Logo1.TabIndex = 69; this.pB_Logo1.TabStop = false; // // gB_Meters // this.gB_Meters.Location = new System.Drawing.Point(1, 98); this.gB_Meters.Margin = new System.Windows.Forms.Padding(10, 10, 10, 10); this.gB_Meters.Name = "gB_Meters"; this.gB_Meters.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gB_Meters.Size = new System.Drawing.Size(950, 174); this.gB_Meters.TabIndex = 71; this.gB_Meters.TabStop = false; this.gB_Meters.Text = "Meters"; // // pB_Bubbles1 // this.pB_Bubbles1.Anchor = System.Windows.Forms.AnchorStyles.Top; this.pB_Bubbles1.Image = ((System.Drawing.Image)(resources.GetObject("pB_Bubbles1.Image"))); this.pB_Bubbles1.Location = new System.Drawing.Point(20, 2); this.pB_Bubbles1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pB_Bubbles1.Name = "pB_Bubbles1"; this.pB_Bubbles1.Size = new System.Drawing.Size(267, 93); this.pB_Bubbles1.TabIndex = 70; this.pB_Bubbles1.TabStop = false; this.pB_Bubbles1.Visible = false; // // l_ZeroFlowCal_Status // this.l_ZeroFlowCal_Status.AutoSize = true; this.l_ZeroFlowCal_Status.Font = new System.Drawing.Font("Microsoft Sans Serif", 22.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Status.Location = new System.Drawing.Point(10, 478); this.l_ZeroFlowCal_Status.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Status.Name = "l_ZeroFlowCal_Status"; this.l_ZeroFlowCal_Status.Size = new System.Drawing.Size(243, 36); this.l_ZeroFlowCal_Status.TabIndex = 72; this.l_ZeroFlowCal_Status.Text = "Press \'DETECT\'"; // // gB_Progress // this.gB_Progress.Controls.Add(this.p_ZeroFlowCal_Completion); this.gB_Progress.Controls.Add(this.p_ZeroFlowCal_Offset); this.gB_Progress.Controls.Add(this.p_ZeroFlowCal_Detect); this.gB_Progress.Controls.Add(this.p_ZeroFlowCal_TempCal); this.gB_Progress.Controls.Add(this.p_ZeroFlowCal_Prepare); this.gB_Progress.Controls.Add(this.p_ZeroFlowCal_Amplitude); this.gB_Progress.Location = new System.Drawing.Point(8, 517); this.gB_Progress.Margin = new System.Windows.Forms.Padding(10, 10, 10, 10); this.gB_Progress.Name = "gB_Progress"; this.gB_Progress.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gB_Progress.Size = new System.Drawing.Size(744, 89); this.gB_Progress.TabIndex = 80; this.gB_Progress.TabStop = false; // // p_ZeroFlowCal_Completion // this.p_ZeroFlowCal_Completion.BackColor = System.Drawing.Color.Gainsboro; this.p_ZeroFlowCal_Completion.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_Completion.Controls.Add(this.l_ZeroFlowCal_Completion); this.p_ZeroFlowCal_Completion.Location = new System.Drawing.Point(607, 17); this.p_ZeroFlowCal_Completion.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.p_ZeroFlowCal_Completion.Name = "p_ZeroFlowCal_Completion"; this.p_ZeroFlowCal_Completion.Size = new System.Drawing.Size(117, 65); this.p_ZeroFlowCal_Completion.TabIndex = 32; // // l_ZeroFlowCal_Completion // this.l_ZeroFlowCal_Completion.AutoSize = true; this.l_ZeroFlowCal_Completion.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Completion.ForeColor = System.Drawing.Color.Gray; this.l_ZeroFlowCal_Completion.Location = new System.Drawing.Point(0, 22); this.l_ZeroFlowCal_Completion.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Completion.Name = "l_ZeroFlowCal_Completion"; this.l_ZeroFlowCal_Completion.Size = new System.Drawing.Size(108, 17); this.l_ZeroFlowCal_Completion.TabIndex = 40; this.l_ZeroFlowCal_Completion.Text = "COMPLETION"; this.l_ZeroFlowCal_Completion.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // p_ZeroFlowCal_Offset // this.p_ZeroFlowCal_Offset.BackColor = System.Drawing.Color.Gainsboro; this.p_ZeroFlowCal_Offset.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_Offset.Controls.Add(this.l_ZeroFlowCal_Offset); this.p_ZeroFlowCal_Offset.Controls.Add(this.cB_ZeroFlowOffsetTestEnable); this.p_ZeroFlowCal_Offset.Controls.Add(this.cB_AmplitudeTestEnable); this.p_ZeroFlowCal_Offset.Controls.Add(this.cB_TempCalEnable); this.p_ZeroFlowCal_Offset.Location = new System.Drawing.Point(486, 17); this.p_ZeroFlowCal_Offset.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.p_ZeroFlowCal_Offset.Name = "p_ZeroFlowCal_Offset"; this.p_ZeroFlowCal_Offset.Size = new System.Drawing.Size(121, 65); this.p_ZeroFlowCal_Offset.TabIndex = 94; // // l_ZeroFlowCal_Offset // this.l_ZeroFlowCal_Offset.AutoSize = true; this.l_ZeroFlowCal_Offset.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Offset.ForeColor = System.Drawing.Color.Gray; this.l_ZeroFlowCal_Offset.Location = new System.Drawing.Point(24, 12); this.l_ZeroFlowCal_Offset.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Offset.Name = "l_ZeroFlowCal_Offset"; this.l_ZeroFlowCal_Offset.Size = new System.Drawing.Size(68, 34); this.l_ZeroFlowCal_Offset.TabIndex = 40; this.l_ZeroFlowCal_Offset.Text = "OFFSET\r\nTEST"; this.l_ZeroFlowCal_Offset.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // cB_ZeroFlowOffsetTestEnable // this.cB_ZeroFlowOffsetTestEnable.AutoSize = true; this.cB_ZeroFlowOffsetTestEnable.Checked = true; this.cB_ZeroFlowOffsetTestEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.cB_ZeroFlowOffsetTestEnable.Enabled = false; this.cB_ZeroFlowOffsetTestEnable.Location = new System.Drawing.Point(24, 15); this.cB_ZeroFlowOffsetTestEnable.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cB_ZeroFlowOffsetTestEnable.Name = "cB_ZeroFlowOffsetTestEnable"; this.cB_ZeroFlowOffsetTestEnable.Size = new System.Drawing.Size(58, 17); this.cB_ZeroFlowOffsetTestEnable.TabIndex = 90; this.cB_ZeroFlowOffsetTestEnable.Text = "enable"; this.cB_ZeroFlowOffsetTestEnable.UseVisualStyleBackColor = true; this.cB_ZeroFlowOffsetTestEnable.Visible = false; // // cB_AmplitudeTestEnable // this.cB_AmplitudeTestEnable.AutoSize = true; this.cB_AmplitudeTestEnable.Checked = true; this.cB_AmplitudeTestEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.cB_AmplitudeTestEnable.Enabled = false; this.cB_AmplitudeTestEnable.Location = new System.Drawing.Point(-216, 48); this.cB_AmplitudeTestEnable.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cB_AmplitudeTestEnable.Name = "cB_AmplitudeTestEnable"; this.cB_AmplitudeTestEnable.Size = new System.Drawing.Size(58, 17); this.cB_AmplitudeTestEnable.TabIndex = 92; this.cB_AmplitudeTestEnable.Text = "enable"; this.cB_AmplitudeTestEnable.UseVisualStyleBackColor = true; // // cB_TempCalEnable // this.cB_TempCalEnable.AutoSize = true; this.cB_TempCalEnable.Checked = true; this.cB_TempCalEnable.CheckState = System.Windows.Forms.CheckState.Checked; this.cB_TempCalEnable.Enabled = false; this.cB_TempCalEnable.Location = new System.Drawing.Point(-96, 48); this.cB_TempCalEnable.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.cB_TempCalEnable.Name = "cB_TempCalEnable"; this.cB_TempCalEnable.Size = new System.Drawing.Size(58, 17); this.cB_TempCalEnable.TabIndex = 94; this.cB_TempCalEnable.Text = "enable"; this.cB_TempCalEnable.UseVisualStyleBackColor = true; // // p_ZeroFlowCal_Detect // this.p_ZeroFlowCal_Detect.BackColor = System.Drawing.Color.Gainsboro; this.p_ZeroFlowCal_Detect.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_Detect.Controls.Add(this.l_ZeroFlowCal_Detect); this.p_ZeroFlowCal_Detect.Location = new System.Drawing.Point(4, 17); this.p_ZeroFlowCal_Detect.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.p_ZeroFlowCal_Detect.Name = "p_ZeroFlowCal_Detect"; this.p_ZeroFlowCal_Detect.Size = new System.Drawing.Size(121, 65); this.p_ZeroFlowCal_Detect.TabIndex = 40; // // l_ZeroFlowCal_Detect // this.l_ZeroFlowCal_Detect.AutoSize = true; this.l_ZeroFlowCal_Detect.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Detect.ForeColor = System.Drawing.Color.Gray; this.l_ZeroFlowCal_Detect.Location = new System.Drawing.Point(24, 22); this.l_ZeroFlowCal_Detect.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Detect.Name = "l_ZeroFlowCal_Detect"; this.l_ZeroFlowCal_Detect.Size = new System.Drawing.Size(69, 17); this.l_ZeroFlowCal_Detect.TabIndex = 39; this.l_ZeroFlowCal_Detect.Text = "DETECT"; // // p_ZeroFlowCal_TempCal // this.p_ZeroFlowCal_TempCal.BackColor = System.Drawing.Color.Gainsboro; this.p_ZeroFlowCal_TempCal.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_TempCal.Controls.Add(this.l_ZeroFlowCal_TempCal); this.p_ZeroFlowCal_TempCal.Location = new System.Drawing.Point(365, 17); this.p_ZeroFlowCal_TempCal.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.p_ZeroFlowCal_TempCal.Name = "p_ZeroFlowCal_TempCal"; this.p_ZeroFlowCal_TempCal.Size = new System.Drawing.Size(121, 65); this.p_ZeroFlowCal_TempCal.TabIndex = 41; // // l_ZeroFlowCal_TempCal // this.l_ZeroFlowCal_TempCal.AutoSize = true; this.l_ZeroFlowCal_TempCal.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_TempCal.ForeColor = System.Drawing.Color.Gray; this.l_ZeroFlowCal_TempCal.Location = new System.Drawing.Point(0, 12); this.l_ZeroFlowCal_TempCal.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_TempCal.Name = "l_ZeroFlowCal_TempCal"; this.l_ZeroFlowCal_TempCal.Size = new System.Drawing.Size(123, 34); this.l_ZeroFlowCal_TempCal.TabIndex = 40; this.l_ZeroFlowCal_TempCal.Text = "TEMPERATURE\r\nCALIBRATION"; this.l_ZeroFlowCal_TempCal.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // p_ZeroFlowCal_Prepare // this.p_ZeroFlowCal_Prepare.BackColor = System.Drawing.Color.Gainsboro; this.p_ZeroFlowCal_Prepare.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_Prepare.Controls.Add(this.l_ZeroFlowCal_Prepare); this.p_ZeroFlowCal_Prepare.Location = new System.Drawing.Point(124, 17); this.p_ZeroFlowCal_Prepare.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.p_ZeroFlowCal_Prepare.Name = "p_ZeroFlowCal_Prepare"; this.p_ZeroFlowCal_Prepare.Size = new System.Drawing.Size(121, 65); this.p_ZeroFlowCal_Prepare.TabIndex = 31; // // l_ZeroFlowCal_Prepare // this.l_ZeroFlowCal_Prepare.AutoSize = true; this.l_ZeroFlowCal_Prepare.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Prepare.ForeColor = System.Drawing.Color.Gray; this.l_ZeroFlowCal_Prepare.Location = new System.Drawing.Point(18, 22); this.l_ZeroFlowCal_Prepare.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Prepare.Name = "l_ZeroFlowCal_Prepare"; this.l_ZeroFlowCal_Prepare.Size = new System.Drawing.Size(80, 17); this.l_ZeroFlowCal_Prepare.TabIndex = 39; this.l_ZeroFlowCal_Prepare.Text = "PREPARE"; // // p_ZeroFlowCal_Amplitude // this.p_ZeroFlowCal_Amplitude.BackColor = System.Drawing.Color.Gainsboro; this.p_ZeroFlowCal_Amplitude.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_Amplitude.Controls.Add(this.l_ZeroFlowCal_Amplitude); this.p_ZeroFlowCal_Amplitude.Location = new System.Drawing.Point(244, 17); this.p_ZeroFlowCal_Amplitude.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.p_ZeroFlowCal_Amplitude.Name = "p_ZeroFlowCal_Amplitude"; this.p_ZeroFlowCal_Amplitude.Size = new System.Drawing.Size(121, 65); this.p_ZeroFlowCal_Amplitude.TabIndex = 32; // // l_ZeroFlowCal_Amplitude // this.l_ZeroFlowCal_Amplitude.AutoSize = true; this.l_ZeroFlowCal_Amplitude.Font = new System.Drawing.Font("Microsoft Sans Serif", 10.2F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Amplitude.ForeColor = System.Drawing.Color.Gray; this.l_ZeroFlowCal_Amplitude.Location = new System.Drawing.Point(12, 15); this.l_ZeroFlowCal_Amplitude.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Amplitude.Name = "l_ZeroFlowCal_Amplitude"; this.l_ZeroFlowCal_Amplitude.Size = new System.Drawing.Size(95, 34); this.l_ZeroFlowCal_Amplitude.TabIndex = 39; this.l_ZeroFlowCal_Amplitude.Text = "AMPLITUDE\r\nTEST"; this.l_ZeroFlowCal_Amplitude.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // gB_TempMeters // this.gB_TempMeters.Controls.Add(this.btn_StoreTempe); this.gB_TempMeters.Location = new System.Drawing.Point(8, 275); this.gB_TempMeters.Margin = new System.Windows.Forms.Padding(10, 10, 10, 10); this.gB_TempMeters.Name = "gB_TempMeters"; this.gB_TempMeters.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gB_TempMeters.Size = new System.Drawing.Size(403, 193); this.gB_TempMeters.TabIndex = 72; this.gB_TempMeters.TabStop = false; this.gB_TempMeters.Text = "Temp. Meters"; // // btn_StoreTempe // this.btn_StoreTempe.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_StoreTempe.Enabled = false; this.btn_StoreTempe.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_StoreTempe.Location = new System.Drawing.Point(4, 158); this.btn_StoreTempe.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_StoreTempe.Name = "btn_StoreTempe"; this.btn_StoreTempe.Size = new System.Drawing.Size(395, 31); this.btn_StoreTempe.TabIndex = 95; this.btn_StoreTempe.Text = "SAVE TEMP"; this.btn_StoreTempe.UseVisualStyleBackColor = true; this.btn_StoreTempe.Click += new System.EventHandler(this.btn_StoreTempe_Click); // // pB_ZeroFlowCal_Progress // this.pB_ZeroFlowCal_Progress.Location = new System.Drawing.Point(8, 634); this.pB_ZeroFlowCal_Progress.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pB_ZeroFlowCal_Progress.Name = "pB_ZeroFlowCal_Progress"; this.pB_ZeroFlowCal_Progress.Size = new System.Drawing.Size(724, 18); this.pB_ZeroFlowCal_Progress.Step = 1; this.pB_ZeroFlowCal_Progress.TabIndex = 35; // // l_ZeroFlowCal_ResttimeDisplayValue // this.l_ZeroFlowCal_ResttimeDisplayValue.AutoSize = true; this.l_ZeroFlowCal_ResttimeDisplayValue.Location = new System.Drawing.Point(843, 634); this.l_ZeroFlowCal_ResttimeDisplayValue.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_ResttimeDisplayValue.Name = "l_ZeroFlowCal_ResttimeDisplayValue"; this.l_ZeroFlowCal_ResttimeDisplayValue.Size = new System.Drawing.Size(49, 13); this.l_ZeroFlowCal_ResttimeDisplayValue.TabIndex = 37; this.l_ZeroFlowCal_ResttimeDisplayValue.Text = "00:00:00"; // // l_ZeroFlowCal_Resttime // this.l_ZeroFlowCal_Resttime.AutoSize = true; this.l_ZeroFlowCal_Resttime.Location = new System.Drawing.Point(736, 634); this.l_ZeroFlowCal_Resttime.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Resttime.Name = "l_ZeroFlowCal_Resttime"; this.l_ZeroFlowCal_Resttime.Size = new System.Drawing.Size(54, 13); this.l_ZeroFlowCal_Resttime.TabIndex = 36; this.l_ZeroFlowCal_Resttime.Text = "Est. total: "; // // btn_ZeroFlowCal_Abort // this.btn_ZeroFlowCal_Abort.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_ZeroFlowCal_Abort.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_ZeroFlowCal_Abort.Location = new System.Drawing.Point(672, 44); this.btn_ZeroFlowCal_Abort.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_ZeroFlowCal_Abort.Name = "btn_ZeroFlowCal_Abort"; this.btn_ZeroFlowCal_Abort.Size = new System.Drawing.Size(102, 52); this.btn_ZeroFlowCal_Abort.TabIndex = 84; this.btn_ZeroFlowCal_Abort.Text = "STOP"; this.btn_ZeroFlowCal_Abort.UseVisualStyleBackColor = true; this.btn_ZeroFlowCal_Abort.Click += new System.EventHandler(this.btn_ZeroFlowCal_Abort_Click); // // btn_ZeroFlowCal_Start // this.btn_ZeroFlowCal_Start.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_ZeroFlowCal_Start.Enabled = false; this.btn_ZeroFlowCal_Start.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_ZeroFlowCal_Start.Location = new System.Drawing.Point(566, 44); this.btn_ZeroFlowCal_Start.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_ZeroFlowCal_Start.Name = "btn_ZeroFlowCal_Start"; this.btn_ZeroFlowCal_Start.Size = new System.Drawing.Size(102, 51); this.btn_ZeroFlowCal_Start.TabIndex = 83; this.btn_ZeroFlowCal_Start.Text = "START"; this.btn_ZeroFlowCal_Start.UseVisualStyleBackColor = true; this.btn_ZeroFlowCal_Start.Click += new System.EventHandler(this.btn_ZeroFlowCal_Start_Click); // // btn_ZeroFlowCal_Pdf // this.btn_ZeroFlowCal_Pdf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_ZeroFlowCal_Pdf.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_ZeroFlowCal_Pdf.Location = new System.Drawing.Point(846, 529); this.btn_ZeroFlowCal_Pdf.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_ZeroFlowCal_Pdf.Name = "btn_ZeroFlowCal_Pdf"; this.btn_ZeroFlowCal_Pdf.Size = new System.Drawing.Size(63, 38); this.btn_ZeroFlowCal_Pdf.TabIndex = 91; this.btn_ZeroFlowCal_Pdf.Text = "PDF"; this.btn_ZeroFlowCal_Pdf.UseVisualStyleBackColor = true; // // btn_ZeroFlowCal_Save // this.btn_ZeroFlowCal_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_ZeroFlowCal_Save.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_ZeroFlowCal_Save.Location = new System.Drawing.Point(779, 529); this.btn_ZeroFlowCal_Save.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_ZeroFlowCal_Save.Name = "btn_ZeroFlowCal_Save"; this.btn_ZeroFlowCal_Save.Size = new System.Drawing.Size(63, 38); this.btn_ZeroFlowCal_Save.TabIndex = 90; this.btn_ZeroFlowCal_Save.Text = "Save"; this.btn_ZeroFlowCal_Save.UseVisualStyleBackColor = true; // // btn_ZeroFlowCal_Clear // this.btn_ZeroFlowCal_Clear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btn_ZeroFlowCal_Clear.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_ZeroFlowCal_Clear.Location = new System.Drawing.Point(779, 571); this.btn_ZeroFlowCal_Clear.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_ZeroFlowCal_Clear.Name = "btn_ZeroFlowCal_Clear"; this.btn_ZeroFlowCal_Clear.Size = new System.Drawing.Size(130, 28); this.btn_ZeroFlowCal_Clear.TabIndex = 89; this.btn_ZeroFlowCal_Clear.Text = "Clear"; this.btn_ZeroFlowCal_Clear.UseVisualStyleBackColor = true; // // btn_ZeroFlowCal_Detect // this.btn_ZeroFlowCal_Detect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btn_ZeroFlowCal_Detect.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_ZeroFlowCal_Detect.Location = new System.Drawing.Point(291, 44); this.btn_ZeroFlowCal_Detect.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.btn_ZeroFlowCal_Detect.Name = "btn_ZeroFlowCal_Detect"; this.btn_ZeroFlowCal_Detect.Size = new System.Drawing.Size(102, 51); this.btn_ZeroFlowCal_Detect.TabIndex = 82; this.btn_ZeroFlowCal_Detect.Text = "DETECT"; this.btn_ZeroFlowCal_Detect.UseVisualStyleBackColor = true; this.btn_ZeroFlowCal_Detect.Click += new System.EventHandler(this.btn_ZeroFlowCal_Detect_Click); // // gB_MeterLog // this.gB_MeterLog.Controls.Add(this.btn_ShowAll); this.gB_MeterLog.Controls.Add(this.rTB_ZeroFlowCalMeter); this.gB_MeterLog.Location = new System.Drawing.Point(419, 275); this.gB_MeterLog.Margin = new System.Windows.Forms.Padding(10, 10, 10, 10); this.gB_MeterLog.Name = "gB_MeterLog"; this.gB_MeterLog.Padding = new System.Windows.Forms.Padding(2, 2, 2, 2); this.gB_MeterLog.Size = new System.Drawing.Size(532, 193); this.gB_MeterLog.TabIndex = 72; this.gB_MeterLog.TabStop = false; this.gB_MeterLog.Text = "Meters"; this.gB_MeterLog.Visible = false; // // btn_ShowAll // this.btn_ShowAll.Location = new System.Drawing.Point(5, 14); this.btn_ShowAll.Name = "btn_ShowAll"; this.btn_ShowAll.Size = new System.Drawing.Size(123, 20); this.btn_ShowAll.TabIndex = 97; this.btn_ShowAll.Text = "ShowAll"; this.btn_ShowAll.UseVisualStyleBackColor = true; this.btn_ShowAll.Click += new System.EventHandler(this.btn_ShowAll_Click); // // rTB_ZeroFlowCalMeter // this.rTB_ZeroFlowCalMeter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rTB_ZeroFlowCalMeter.Location = new System.Drawing.Point(4, 39); this.rTB_ZeroFlowCalMeter.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.rTB_ZeroFlowCalMeter.Name = "rTB_ZeroFlowCalMeter"; this.rTB_ZeroFlowCalMeter.ReadOnly = true; this.rTB_ZeroFlowCalMeter.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.rTB_ZeroFlowCalMeter.Size = new System.Drawing.Size(516, 139); this.rTB_ZeroFlowCalMeter.TabIndex = 96; this.rTB_ZeroFlowCalMeter.Text = ""; // // pB_ZeroFlowCal_SubProgress // this.pB_ZeroFlowCal_SubProgress.Location = new System.Drawing.Point(8, 612); this.pB_ZeroFlowCal_SubProgress.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.pB_ZeroFlowCal_SubProgress.Name = "pB_ZeroFlowCal_SubProgress"; this.pB_ZeroFlowCal_SubProgress.Size = new System.Drawing.Size(724, 18); this.pB_ZeroFlowCal_SubProgress.Step = 1; this.pB_ZeroFlowCal_SubProgress.TabIndex = 92; // // l_ZeroFlowCal_SubResttimeDisplayValue // this.l_ZeroFlowCal_SubResttimeDisplayValue.AutoSize = true; this.l_ZeroFlowCal_SubResttimeDisplayValue.Location = new System.Drawing.Point(845, 617); this.l_ZeroFlowCal_SubResttimeDisplayValue.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_SubResttimeDisplayValue.Name = "l_ZeroFlowCal_SubResttimeDisplayValue"; this.l_ZeroFlowCal_SubResttimeDisplayValue.Size = new System.Drawing.Size(49, 13); this.l_ZeroFlowCal_SubResttimeDisplayValue.TabIndex = 94; this.l_ZeroFlowCal_SubResttimeDisplayValue.Text = "00:00:00"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(736, 616); this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(105, 13); this.label2.TabIndex = 93; this.label2.Text = "Est. finish Proccess: "; // // rTB_ZeroFlowCal // this.rTB_ZeroFlowCal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.rTB_ZeroFlowCal.Location = new System.Drawing.Point(419, 280); this.rTB_ZeroFlowCal.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2); this.rTB_ZeroFlowCal.Name = "rTB_ZeroFlowCal"; this.rTB_ZeroFlowCal.ReadOnly = true; this.rTB_ZeroFlowCal.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical; this.rTB_ZeroFlowCal.Size = new System.Drawing.Size(528, 193); this.rTB_ZeroFlowCal.TabIndex = 101; this.rTB_ZeroFlowCal.Text = ""; // // l_SettingsPreparationMetersize // this.l_SettingsPreparationMetersize.AutoSize = true; this.l_SettingsPreparationMetersize.Location = new System.Drawing.Point(416, 72); this.l_SettingsPreparationMetersize.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_SettingsPreparationMetersize.Name = "l_SettingsPreparationMetersize"; this.l_SettingsPreparationMetersize.Size = new System.Drawing.Size(55, 13); this.l_SettingsPreparationMetersize.TabIndex = 104; this.l_SettingsPreparationMetersize.Text = "Metersize:"; // // cb_Metersize // this.cb_Metersize.FormattingEnabled = true; this.cb_Metersize.Location = new System.Drawing.Point(476, 66); this.cb_Metersize.Name = "cb_Metersize"; this.cb_Metersize.Size = new System.Drawing.Size(73, 21); this.cb_Metersize.TabIndex = 105; // // lblBuildDate // this.lblBuildDate.AutoSize = true; this.lblBuildDate.Location = new System.Drawing.Point(779, 88); this.lblBuildDate.Name = "lblBuildDate"; this.lblBuildDate.Size = new System.Drawing.Size(10, 13); this.lblBuildDate.TabIndex = 106; this.lblBuildDate.Text = "-"; // // PreAdjustmentControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Window; this.Controls.Add(this.lblBuildDate); this.Controls.Add(this.cb_Metersize); this.Controls.Add(this.l_SettingsPreparationMetersize); this.Controls.Add(this.rTB_ZeroFlowCal); this.Controls.Add(this.l_ZeroFlowCal_SubResttimeDisplayValue); this.Controls.Add(this.label2); this.Controls.Add(this.pB_ZeroFlowCal_SubProgress); this.Controls.Add(this.gB_MeterLog); this.Controls.Add(this.gB_TempMeters); this.Controls.Add(this.btn_ZeroFlowCal_Pdf); this.Controls.Add(this.btn_ZeroFlowCal_Save); this.Controls.Add(this.btn_ZeroFlowCal_Clear); this.Controls.Add(this.btn_ZeroFlowCal_Abort); this.Controls.Add(this.l_ZeroFlowCal_ResttimeDisplayValue); this.Controls.Add(this.pB_ZeroFlowCal_Progress); this.Controls.Add(this.btn_ZeroFlowCal_Start); this.Controls.Add(this.l_ZeroFlowCal_Resttime); this.Controls.Add(this.btn_ZeroFlowCal_Detect); this.Controls.Add(this.l_ZeroFlowCal_Status); this.Controls.Add(this.gB_Progress); this.Controls.Add(this.pB_Logo1); this.Controls.Add(this.gB_Meters); this.Controls.Add(this.pB_Bubbles1); this.Name = "PreAdjustmentControl"; this.Size = new System.Drawing.Size(970, 674); this.Load += new System.EventHandler(this.PreAdjustmentControl_Load); ((System.ComponentModel.ISupportInitialize)(this.pB_Logo1)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_Bubbles1)).EndInit(); this.gB_Progress.ResumeLayout(false); this.p_ZeroFlowCal_Completion.ResumeLayout(false); this.p_ZeroFlowCal_Completion.PerformLayout(); this.p_ZeroFlowCal_Offset.ResumeLayout(false); this.p_ZeroFlowCal_Offset.PerformLayout(); this.p_ZeroFlowCal_Detect.ResumeLayout(false); this.p_ZeroFlowCal_Detect.PerformLayout(); this.p_ZeroFlowCal_TempCal.ResumeLayout(false); this.p_ZeroFlowCal_TempCal.PerformLayout(); this.p_ZeroFlowCal_Prepare.ResumeLayout(false); this.p_ZeroFlowCal_Prepare.PerformLayout(); this.p_ZeroFlowCal_Amplitude.ResumeLayout(false); this.p_ZeroFlowCal_Amplitude.PerformLayout(); this.gB_TempMeters.ResumeLayout(false); this.gB_MeterLog.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pB_Logo1; private System.Windows.Forms.GroupBox gB_Meters; private System.Windows.Forms.PictureBox pB_Bubbles1; private System.Windows.Forms.Label l_ZeroFlowCal_Status; private System.Windows.Forms.GroupBox gB_Progress; private System.Windows.Forms.Panel p_ZeroFlowCal_Completion; private System.Windows.Forms.Label l_ZeroFlowCal_Completion; private System.Windows.Forms.ProgressBar pB_ZeroFlowCal_Progress; private System.Windows.Forms.Label l_ZeroFlowCal_ResttimeDisplayValue; private System.Windows.Forms.Panel p_ZeroFlowCal_Offset; private System.Windows.Forms.Label l_ZeroFlowCal_Offset; private System.Windows.Forms.Label l_ZeroFlowCal_Resttime; private System.Windows.Forms.Panel p_ZeroFlowCal_Detect; private System.Windows.Forms.Label l_ZeroFlowCal_Detect; private System.Windows.Forms.Panel p_ZeroFlowCal_TempCal; private System.Windows.Forms.Label l_ZeroFlowCal_TempCal; private System.Windows.Forms.Panel p_ZeroFlowCal_Prepare; private System.Windows.Forms.Label l_ZeroFlowCal_Prepare; private System.Windows.Forms.Panel p_ZeroFlowCal_Amplitude; private System.Windows.Forms.Label l_ZeroFlowCal_Amplitude; private System.Windows.Forms.Button btn_ZeroFlowCal_Abort; private System.Windows.Forms.Button btn_ZeroFlowCal_Start; private System.Windows.Forms.Button btn_ZeroFlowCal_Pdf; private System.Windows.Forms.Button btn_ZeroFlowCal_Save; private System.Windows.Forms.Button btn_ZeroFlowCal_Clear; private System.Windows.Forms.Button btn_ZeroFlowCal_Detect; private System.Windows.Forms.GroupBox gB_TempMeters; private System.Windows.Forms.CheckBox cB_ZeroFlowOffsetTestEnable; private System.Windows.Forms.CheckBox cB_TempCalEnable; private System.Windows.Forms.CheckBox cB_AmplitudeTestEnable; private System.Windows.Forms.Button btn_StoreTempe; private System.Windows.Forms.GroupBox gB_MeterLog; private System.Windows.Forms.RichTextBox rTB_ZeroFlowCalMeter; private System.Windows.Forms.ProgressBar pB_ZeroFlowCal_SubProgress; private System.Windows.Forms.Label l_ZeroFlowCal_SubResttimeDisplayValue; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btn_ShowAll; private System.Windows.Forms.RichTextBox rTB_ZeroFlowCal; private System.Windows.Forms.Label l_SettingsPreparationMetersize; private System.Windows.Forms.ComboBox cb_Metersize; private System.Windows.Forms.Label lblBuildDate; } }