namespace CordonelPreadjustmentUi { partial class MeterStateControl { /// /// 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.components = new System.ComponentModel.Container(); this.p_ZeroFlowCal_Meter = new System.Windows.Forms.Panel(); this.l_TempField_Celsius = new System.Windows.Forms.Label(); this.l_PcbId = new System.Windows.Forms.Label(); this.nUD_TempField_Celsius = new System.Windows.Forms.NumericUpDown(); this.L_Srnr = new System.Windows.Forms.Label(); this.pB_Meter = new System.Windows.Forms.PictureBox(); this.l_ZeroFlowCal_Meter = new System.Windows.Forms.Label(); this.cB_ZeroFlowCal_EnableMeter = new System.Windows.Forms.CheckBox(); this.timBlink = new System.Windows.Forms.Timer(this.components); this.timWatch = new System.Windows.Forms.Timer(this.components); this.p_ZeroFlowCal_Meter.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.nUD_TempField_Celsius)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_Meter)).BeginInit(); this.SuspendLayout(); // // p_ZeroFlowCal_Meter // this.p_ZeroFlowCal_Meter.BackColor = System.Drawing.Color.Cornsilk; this.p_ZeroFlowCal_Meter.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D; this.p_ZeroFlowCal_Meter.Controls.Add(this.l_TempField_Celsius); this.p_ZeroFlowCal_Meter.Controls.Add(this.l_PcbId); this.p_ZeroFlowCal_Meter.Controls.Add(this.nUD_TempField_Celsius); this.p_ZeroFlowCal_Meter.Controls.Add(this.L_Srnr); this.p_ZeroFlowCal_Meter.Controls.Add(this.pB_Meter); this.p_ZeroFlowCal_Meter.Controls.Add(this.l_ZeroFlowCal_Meter); this.p_ZeroFlowCal_Meter.Location = new System.Drawing.Point(2, 2); this.p_ZeroFlowCal_Meter.Margin = new System.Windows.Forms.Padding(2); this.p_ZeroFlowCal_Meter.Name = "p_ZeroFlowCal_Meter"; this.p_ZeroFlowCal_Meter.Size = new System.Drawing.Size(85, 119); this.p_ZeroFlowCal_Meter.TabIndex = 26; // // l_TempField_Celsius // this.l_TempField_Celsius.Anchor = System.Windows.Forms.AnchorStyles.None; this.l_TempField_Celsius.AutoSize = true; this.l_TempField_Celsius.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_TempField_Celsius.Location = new System.Drawing.Point(61, 89); this.l_TempField_Celsius.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_TempField_Celsius.Name = "l_TempField_Celsius"; this.l_TempField_Celsius.Size = new System.Drawing.Size(20, 13); this.l_TempField_Celsius.TabIndex = 29; this.l_TempField_Celsius.Text = "°C"; this.l_TempField_Celsius.Click += new System.EventHandler(this.l_TempField_Celsius_Click); // // l_PcbId // this.l_PcbId.AutoSize = true; this.l_PcbId.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_PcbId.Location = new System.Drawing.Point(2, 70); this.l_PcbId.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_PcbId.Name = "l_PcbId"; this.l_PcbId.Size = new System.Drawing.Size(35, 13); this.l_PcbId.TabIndex = 59; this.l_PcbId.Text = "none"; // // nUD_TempField_Celsius // this.nUD_TempField_Celsius.Anchor = System.Windows.Forms.AnchorStyles.None; this.nUD_TempField_Celsius.DecimalPlaces = 1; this.nUD_TempField_Celsius.Increment = new decimal(new int[] { 1, 0, 0, 65536}); this.nUD_TempField_Celsius.Location = new System.Drawing.Point(2, 87); this.nUD_TempField_Celsius.Margin = new System.Windows.Forms.Padding(2); this.nUD_TempField_Celsius.Maximum = new decimal(new int[] { 50, 0, 0, 0}); this.nUD_TempField_Celsius.Name = "nUD_TempField_Celsius"; this.nUD_TempField_Celsius.Size = new System.Drawing.Size(55, 20); this.nUD_TempField_Celsius.TabIndex = 28; this.nUD_TempField_Celsius.Value = new decimal(new int[] { 25, 0, 0, 0}); // // L_Srnr // this.L_Srnr.AutoSize = true; this.L_Srnr.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.L_Srnr.Location = new System.Drawing.Point(2, 57); this.L_Srnr.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.L_Srnr.Name = "L_Srnr"; this.L_Srnr.Size = new System.Drawing.Size(35, 13); this.L_Srnr.TabIndex = 58; this.L_Srnr.Text = "none"; // // pB_Meter // this.pB_Meter.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.pB_Meter.Image = global::Xylem.Common.Ui.CordonelPreadjustmentUi.Properties.Resources.NormalImage; this.pB_Meter.Location = new System.Drawing.Point(18, 18); this.pB_Meter.Margin = new System.Windows.Forms.Padding(2); this.pB_Meter.Name = "pB_Meter"; this.pB_Meter.Size = new System.Drawing.Size(39, 37); this.pB_Meter.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pB_Meter.TabIndex = 57; this.pB_Meter.TabStop = false; this.pB_Meter.Click += new System.EventHandler(this.pB_Meter_Click); // // l_ZeroFlowCal_Meter // this.l_ZeroFlowCal_Meter.AutoSize = true; this.l_ZeroFlowCal_Meter.Font = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.l_ZeroFlowCal_Meter.Location = new System.Drawing.Point(2, 3); this.l_ZeroFlowCal_Meter.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0); this.l_ZeroFlowCal_Meter.Name = "l_ZeroFlowCal_Meter"; this.l_ZeroFlowCal_Meter.Size = new System.Drawing.Size(50, 13); this.l_ZeroFlowCal_Meter.TabIndex = 25; this.l_ZeroFlowCal_Meter.Text = "METER"; // // cB_ZeroFlowCal_EnableMeter // this.cB_ZeroFlowCal_EnableMeter.Anchor = System.Windows.Forms.AnchorStyles.Top; this.cB_ZeroFlowCal_EnableMeter.AutoSize = true; this.cB_ZeroFlowCal_EnableMeter.Location = new System.Drawing.Point(9, 125); this.cB_ZeroFlowCal_EnableMeter.Margin = new System.Windows.Forms.Padding(2); this.cB_ZeroFlowCal_EnableMeter.Name = "cB_ZeroFlowCal_EnableMeter"; this.cB_ZeroFlowCal_EnableMeter.Size = new System.Drawing.Size(58, 17); this.cB_ZeroFlowCal_EnableMeter.TabIndex = 27; this.cB_ZeroFlowCal_EnableMeter.Text = "enable"; this.cB_ZeroFlowCal_EnableMeter.UseVisualStyleBackColor = true; this.cB_ZeroFlowCal_EnableMeter.CheckedChanged += new System.EventHandler(this.cB_ZeroFlowCal_EnableMeter_CheckedChanged); // // timBlink // this.timBlink.Interval = 1000; this.timBlink.Tick += new System.EventHandler(this.timBlink_Tick); // // timWatch // this.timWatch.Enabled = true; this.timWatch.Interval = 5000; this.timWatch.Tick += new System.EventHandler(this.timWatch_Tick); // // MeterStateControl // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.Controls.Add(this.p_ZeroFlowCal_Meter); this.Controls.Add(this.cB_ZeroFlowCal_EnableMeter); this.Name = "MeterStateControl"; this.Size = new System.Drawing.Size(90, 142); this.p_ZeroFlowCal_Meter.ResumeLayout(false); this.p_ZeroFlowCal_Meter.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.nUD_TempField_Celsius)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pB_Meter)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Panel p_ZeroFlowCal_Meter; private System.Windows.Forms.PictureBox pB_Meter; private System.Windows.Forms.Label l_ZeroFlowCal_Meter; private System.Windows.Forms.CheckBox cB_ZeroFlowCal_EnableMeter; private System.Windows.Forms.Label l_PcbId; private System.Windows.Forms.Label L_Srnr; private System.Windows.Forms.Label l_TempField_Celsius; private System.Windows.Forms.NumericUpDown nUD_TempField_Celsius; private System.Windows.Forms.Timer timBlink; public System.Windows.Forms.Timer timWatch; } }