namespace Aitex.Core.Backend { partial class PumpView { /// /// 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 Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.btnWaterWarning = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.txtWaterWarning = new System.Windows.Forms.TextBox(); this.txtWaterWarningTime = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.label8 = new System.Windows.Forms.Label(); this.txtWaterFlow = new System.Windows.Forms.TextBox(); this.label9 = new System.Windows.Forms.Label(); this.txtN2Flow = new System.Windows.Forms.TextBox(); this.txtN2FlowWarningTime = new System.Windows.Forms.TextBox(); this.txtN2FlowWarning = new System.Windows.Forms.TextBox(); this.txtExhaustPressure = new System.Windows.Forms.TextBox(); this.txtPressureWarningTime = new System.Windows.Forms.TextBox(); this.txtPressureWarning = new System.Windows.Forms.TextBox(); this.txtPressureWarningTimeSet = new System.Windows.Forms.TextBox(); this.txtPressureWarningSet = new System.Windows.Forms.TextBox(); this.txtN2WarningTimeSet = new System.Windows.Forms.TextBox(); this.txtN2WarningSet = new System.Windows.Forms.TextBox(); this.txtWaterWarningTimeSet = new System.Windows.Forms.TextBox(); this.txtWaterWarningSet = new System.Windows.Forms.TextBox(); this.btnWaterWarningTime = new System.Windows.Forms.Button(); this.btnN2Warning = new System.Windows.Forms.Button(); this.btnN2WarningTime = new System.Windows.Forms.Button(); this.btnExhaustPressure = new System.Windows.Forms.Button(); this.btnExhaustPressureTime = new System.Windows.Forms.Button(); this.label10 = new System.Windows.Forms.Label(); this.label11 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.label13 = new System.Windows.Forms.Label(); this.label14 = new System.Windows.Forms.Label(); this.label15 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // btnWaterWarning // this.btnWaterWarning.Location = new System.Drawing.Point(613, 54); this.btnWaterWarning.Name = "btnWaterWarning"; this.btnWaterWarning.Size = new System.Drawing.Size(75, 23); this.btnWaterWarning.TabIndex = 0; this.btnWaterWarning.Text = "Set"; this.btnWaterWarning.UseVisualStyleBackColor = true; this.btnWaterWarning.Click += new System.EventHandler(this.btnWaterWarning_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(30, 59); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(311, 12); this.label1.TabIndex = 1; this.label1.Text = "dry pump h2o sensor mass warning threshold sv (slm)"; // // txtWaterWarning // this.txtWaterWarning.Enabled = false; this.txtWaterWarning.Location = new System.Drawing.Point(358, 54); this.txtWaterWarning.Name = "txtWaterWarning"; this.txtWaterWarning.ReadOnly = true; this.txtWaterWarning.Size = new System.Drawing.Size(100, 21); this.txtWaterWarning.TabIndex = 2; // // txtWaterWarningTime // this.txtWaterWarningTime.Enabled = false; this.txtWaterWarningTime.Location = new System.Drawing.Point(358, 94); this.txtWaterWarningTime.Name = "txtWaterWarningTime"; this.txtWaterWarningTime.ReadOnly = true; this.txtWaterWarningTime.Size = new System.Drawing.Size(100, 21); this.txtWaterWarningTime.TabIndex = 3; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(60, 99); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(269, 12); this.label2.TabIndex = 4; this.label2.Text = "dry pump h2o sensor mass warning time sv (s)"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(96, 188); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(251, 12); this.label3.TabIndex = 5; this.label3.Text = "dry pump n2 purge flow warning sv (sccm)"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(60, 227); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(269, 12); this.label4.TabIndex = 6; this.label4.Text = "dry pump n2 purge flow warning time sv (s)"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(0, 337); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(353, 12); this.label5.TabIndex = 7; this.label5.Text = "dry pump exhaust pressure pre-warning threshold sv (mTorr)"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(30, 374); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(299, 12); this.label6.TabIndex = 8; this.label6.Text = "dry pump exhaust pressure pre-warning time sv (s)"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(168, 19); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(173, 12); this.label7.TabIndex = 9; this.label7.Text = "dry pump water flow fb (slm)"; // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(150, 149); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(197, 12); this.label8.TabIndex = 10; this.label8.Text = "dry pump n2 purge flow fb (sccm)"; // // txtWaterFlow // this.txtWaterFlow.Enabled = false; this.txtWaterFlow.Location = new System.Drawing.Point(358, 14); this.txtWaterFlow.Name = "txtWaterFlow"; this.txtWaterFlow.ReadOnly = true; this.txtWaterFlow.Size = new System.Drawing.Size(100, 21); this.txtWaterFlow.TabIndex = 11; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(132, 296); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(221, 12); this.label9.TabIndex = 12; this.label9.Text = "dry pump exhaust pressure fb (mTorr)"; // // txtN2Flow // this.txtN2Flow.Enabled = false; this.txtN2Flow.Location = new System.Drawing.Point(358, 144); this.txtN2Flow.Name = "txtN2Flow"; this.txtN2Flow.ReadOnly = true; this.txtN2Flow.Size = new System.Drawing.Size(100, 21); this.txtN2Flow.TabIndex = 15; // // txtN2FlowWarningTime // this.txtN2FlowWarningTime.Enabled = false; this.txtN2FlowWarningTime.Location = new System.Drawing.Point(358, 224); this.txtN2FlowWarningTime.Name = "txtN2FlowWarningTime"; this.txtN2FlowWarningTime.ReadOnly = true; this.txtN2FlowWarningTime.Size = new System.Drawing.Size(100, 21); this.txtN2FlowWarningTime.TabIndex = 14; // // txtN2FlowWarning // this.txtN2FlowWarning.Enabled = false; this.txtN2FlowWarning.Location = new System.Drawing.Point(358, 184); this.txtN2FlowWarning.Name = "txtN2FlowWarning"; this.txtN2FlowWarning.ReadOnly = true; this.txtN2FlowWarning.Size = new System.Drawing.Size(100, 21); this.txtN2FlowWarning.TabIndex = 13; // // txtExhaustPressure // this.txtExhaustPressure.Enabled = false; this.txtExhaustPressure.Location = new System.Drawing.Point(358, 289); this.txtExhaustPressure.Name = "txtExhaustPressure"; this.txtExhaustPressure.ReadOnly = true; this.txtExhaustPressure.Size = new System.Drawing.Size(100, 21); this.txtExhaustPressure.TabIndex = 18; // // txtPressureWarningTime // this.txtPressureWarningTime.Enabled = false; this.txtPressureWarningTime.Location = new System.Drawing.Point(358, 371); this.txtPressureWarningTime.Name = "txtPressureWarningTime"; this.txtPressureWarningTime.ReadOnly = true; this.txtPressureWarningTime.Size = new System.Drawing.Size(100, 21); this.txtPressureWarningTime.TabIndex = 17; // // txtPressureWarning // this.txtPressureWarning.Enabled = false; this.txtPressureWarning.Location = new System.Drawing.Point(358, 332); this.txtPressureWarning.Name = "txtPressureWarning"; this.txtPressureWarning.ReadOnly = true; this.txtPressureWarning.Size = new System.Drawing.Size(100, 21); this.txtPressureWarning.TabIndex = 16; // // txtPressureWarningTimeSet // this.txtPressureWarningTimeSet.Location = new System.Drawing.Point(482, 371); this.txtPressureWarningTimeSet.Name = "txtPressureWarningTimeSet"; this.txtPressureWarningTimeSet.Size = new System.Drawing.Size(100, 21); this.txtPressureWarningTimeSet.TabIndex = 26; // // txtPressureWarningSet // this.txtPressureWarningSet.Location = new System.Drawing.Point(482, 332); this.txtPressureWarningSet.Name = "txtPressureWarningSet"; this.txtPressureWarningSet.Size = new System.Drawing.Size(100, 21); this.txtPressureWarningSet.TabIndex = 25; // // txtN2WarningTimeSet // this.txtN2WarningTimeSet.Location = new System.Drawing.Point(482, 224); this.txtN2WarningTimeSet.Name = "txtN2WarningTimeSet"; this.txtN2WarningTimeSet.Size = new System.Drawing.Size(100, 21); this.txtN2WarningTimeSet.TabIndex = 23; // // txtN2WarningSet // this.txtN2WarningSet.Location = new System.Drawing.Point(482, 184); this.txtN2WarningSet.Name = "txtN2WarningSet"; this.txtN2WarningSet.Size = new System.Drawing.Size(100, 21); this.txtN2WarningSet.TabIndex = 22; // // txtWaterWarningTimeSet // this.txtWaterWarningTimeSet.Location = new System.Drawing.Point(482, 94); this.txtWaterWarningTimeSet.Name = "txtWaterWarningTimeSet"; this.txtWaterWarningTimeSet.Size = new System.Drawing.Size(100, 21); this.txtWaterWarningTimeSet.TabIndex = 20; // // txtWaterWarningSet // this.txtWaterWarningSet.Location = new System.Drawing.Point(482, 54); this.txtWaterWarningSet.Name = "txtWaterWarningSet"; this.txtWaterWarningSet.Size = new System.Drawing.Size(100, 21); this.txtWaterWarningSet.TabIndex = 19; // // btnWaterWarningTime // this.btnWaterWarningTime.Location = new System.Drawing.Point(613, 92); this.btnWaterWarningTime.Name = "btnWaterWarningTime"; this.btnWaterWarningTime.Size = new System.Drawing.Size(75, 23); this.btnWaterWarningTime.TabIndex = 27; this.btnWaterWarningTime.Text = "Set"; this.btnWaterWarningTime.UseVisualStyleBackColor = true; this.btnWaterWarningTime.Click += new System.EventHandler(this.btnWaterWarningTime_Click); // // btnN2Warning // this.btnN2Warning.Location = new System.Drawing.Point(613, 183); this.btnN2Warning.Name = "btnN2Warning"; this.btnN2Warning.Size = new System.Drawing.Size(75, 23); this.btnN2Warning.TabIndex = 28; this.btnN2Warning.Text = "Set"; this.btnN2Warning.UseVisualStyleBackColor = true; this.btnN2Warning.Click += new System.EventHandler(this.btnN2Warning_Click); // // btnN2WarningTime // this.btnN2WarningTime.Location = new System.Drawing.Point(613, 222); this.btnN2WarningTime.Name = "btnN2WarningTime"; this.btnN2WarningTime.Size = new System.Drawing.Size(75, 23); this.btnN2WarningTime.TabIndex = 29; this.btnN2WarningTime.Text = "Set"; this.btnN2WarningTime.UseVisualStyleBackColor = true; this.btnN2WarningTime.Click += new System.EventHandler(this.btnN2WarningTime_Click); // // btnExhaustPressure // this.btnExhaustPressure.Location = new System.Drawing.Point(613, 332); this.btnExhaustPressure.Name = "btnExhaustPressure"; this.btnExhaustPressure.Size = new System.Drawing.Size(75, 23); this.btnExhaustPressure.TabIndex = 30; this.btnExhaustPressure.Text = "Set"; this.btnExhaustPressure.UseVisualStyleBackColor = true; this.btnExhaustPressure.Click += new System.EventHandler(this.btnExhaustPressure_Click); // // btnExhaustPressureTime // this.btnExhaustPressureTime.Location = new System.Drawing.Point(613, 369); this.btnExhaustPressureTime.Name = "btnExhaustPressureTime"; this.btnExhaustPressureTime.Size = new System.Drawing.Size(75, 23); this.btnExhaustPressureTime.TabIndex = 31; this.btnExhaustPressureTime.Text = "Set"; this.btnExhaustPressureTime.UseVisualStyleBackColor = true; this.btnExhaustPressureTime.Click += new System.EventHandler(this.btnExhaustPressureTime_Click); // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(493, 171); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(65, 12); this.label10.TabIndex = 32; this.label10.Text = "(15 - 120)"; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(493, 210); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(59, 12); this.label11.TabIndex = 33; this.label11.Text = "(0 - 600)"; // // label12 // this.label12.AutoSize = true; this.label12.Location = new System.Drawing.Point(493, 39); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(71, 12); this.label12.TabIndex = 34; this.label12.Text = "(150 - 960)"; // // label13 // this.label13.AutoSize = true; this.label13.Location = new System.Drawing.Point(493, 79); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(59, 12); this.label13.TabIndex = 35; this.label13.Text = "(0 - 600)"; // // label14 // this.label14.AutoSize = true; this.label14.Location = new System.Drawing.Point(493, 317); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(77, 12); this.label14.TabIndex = 36; this.label14.Text = "(500 - 1650)"; // // label15 // this.label15.AutoSize = true; this.label15.Location = new System.Drawing.Point(493, 358); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(59, 12); this.label15.TabIndex = 37; this.label15.Text = "(0 - 600)"; // // PumpView // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.Controls.Add(this.label15); this.Controls.Add(this.label14); this.Controls.Add(this.label13); this.Controls.Add(this.label12); this.Controls.Add(this.label11); this.Controls.Add(this.label10); this.Controls.Add(this.btnExhaustPressureTime); this.Controls.Add(this.btnExhaustPressure); this.Controls.Add(this.btnN2WarningTime); this.Controls.Add(this.btnN2Warning); this.Controls.Add(this.btnWaterWarningTime); this.Controls.Add(this.txtPressureWarningTimeSet); this.Controls.Add(this.txtPressureWarningSet); this.Controls.Add(this.txtN2WarningTimeSet); this.Controls.Add(this.txtN2WarningSet); this.Controls.Add(this.txtWaterWarningTimeSet); this.Controls.Add(this.txtWaterWarningSet); this.Controls.Add(this.txtExhaustPressure); this.Controls.Add(this.txtPressureWarningTime); this.Controls.Add(this.txtPressureWarning); this.Controls.Add(this.txtN2Flow); this.Controls.Add(this.txtN2FlowWarningTime); this.Controls.Add(this.txtN2FlowWarning); this.Controls.Add(this.label9); this.Controls.Add(this.txtWaterFlow); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.txtWaterWarningTime); this.Controls.Add(this.txtWaterWarning); this.Controls.Add(this.label1); this.Controls.Add(this.btnWaterWarning); this.Name = "PumpView"; this.Size = new System.Drawing.Size(983, 740); this.Load += new System.EventHandler(this.PumpView_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnWaterWarning; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtWaterWarning; private System.Windows.Forms.TextBox txtWaterWarningTime; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Label label8; private System.Windows.Forms.TextBox txtWaterFlow; private System.Windows.Forms.Label label9; private System.Windows.Forms.TextBox txtN2Flow; private System.Windows.Forms.TextBox txtN2FlowWarningTime; private System.Windows.Forms.TextBox txtN2FlowWarning; private System.Windows.Forms.TextBox txtExhaustPressure; private System.Windows.Forms.TextBox txtPressureWarningTime; private System.Windows.Forms.TextBox txtPressureWarning; private System.Windows.Forms.TextBox txtPressureWarningTimeSet; private System.Windows.Forms.TextBox txtPressureWarningSet; private System.Windows.Forms.TextBox txtN2WarningTimeSet; private System.Windows.Forms.TextBox txtN2WarningSet; private System.Windows.Forms.TextBox txtWaterWarningTimeSet; private System.Windows.Forms.TextBox txtWaterWarningSet; private System.Windows.Forms.Button btnWaterWarningTime; private System.Windows.Forms.Button btnN2Warning; private System.Windows.Forms.Button btnN2WarningTime; private System.Windows.Forms.Button btnExhaustPressure; private System.Windows.Forms.Button btnExhaustPressureTime; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label11; private System.Windows.Forms.Label label12; private System.Windows.Forms.Label label13; private System.Windows.Forms.Label label14; private System.Windows.Forms.Label label15; } }