namespace ITC81DB_0H.Controls { partial class ControlCenterSystemAutoZero { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenterSystemAutoZero)); this.smartGroupBox1 = new SmartX.SmartGroupBox(); this.buttonIsAutoZeroUsing = new SmartX.SmartButton(); this.comboBoxVariate = new System.Windows.Forms.ComboBox(); this.labelMinusRange = new SmartX.SmartLabel(); this.labelPlusRange = new SmartX.SmartLabel(); this.smartGroupBox1.SuspendLayout(); this.SuspendLayout(); // // smartGroupBox1 // this.smartGroupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.smartGroupBox1.BackPictureBox = null; this.smartGroupBox1.BackPictureBox1 = null; this.smartGroupBox1.Controls.Add(this.buttonIsAutoZeroUsing); this.smartGroupBox1.Controls.Add(this.comboBoxVariate); this.smartGroupBox1.Controls.Add(this.labelMinusRange); this.smartGroupBox1.Controls.Add(this.labelPlusRange); this.smartGroupBox1.FrameLineColor1 = System.Drawing.Color.FromArgb(((int)(((byte)(81)))), ((int)(((byte)(159)))), ((int)(((byte)(198))))); this.smartGroupBox1.FrameLineColor2 = System.Drawing.Color.Black; this.smartGroupBox1.FrameLineThickness = 2; this.smartGroupBox1.FrameStyle = SmartX.SmartGroupBox.FRAMESTYLES.None; this.smartGroupBox1.Image = ((System.Drawing.Image)(resources.GetObject("smartGroupBox1.Image"))); this.smartGroupBox1.InitVisible = true; this.smartGroupBox1.Location = new System.Drawing.Point(0, 0); this.smartGroupBox1.Name = "smartGroupBox1"; this.smartGroupBox1.RoundRadius = 10; this.smartGroupBox1.Size = new System.Drawing.Size(710, 470); this.smartGroupBox1.TabIndex = 176; this.smartGroupBox1.TextColor = System.Drawing.Color.Black; // // buttonIsAutoZeroUsing // this.buttonIsAutoZeroUsing.BackPictureBox = null; this.buttonIsAutoZeroUsing.BackPictureBox1 = null; this.buttonIsAutoZeroUsing.BackPictureBox2 = null; this.buttonIsAutoZeroUsing.ButtonColor = System.Drawing.Color.Gray; this.buttonIsAutoZeroUsing.ButtonImageAutoSize = true; this.buttonIsAutoZeroUsing.ColorKeySamplePosition = new System.Drawing.Point(0, 0); this.buttonIsAutoZeroUsing.DisableImage = null; this.buttonIsAutoZeroUsing.DownImage = ((System.Drawing.Image)(resources.GetObject("buttonIsAutoZeroUsing.DownImage"))); this.buttonIsAutoZeroUsing.GroupID = 0; this.buttonIsAutoZeroUsing.InitVisible = true; this.buttonIsAutoZeroUsing.Location = new System.Drawing.Point(357, 126); this.buttonIsAutoZeroUsing.Mode = SmartX.SmartButton.BUTTONMODE.PUSH; this.buttonIsAutoZeroUsing.Name = "buttonIsAutoZeroUsing"; this.buttonIsAutoZeroUsing.NestedClickEventPrevent = false; this.buttonIsAutoZeroUsing.OutlinePixel = 1; this.buttonIsAutoZeroUsing.RepeatInterval = 200; this.buttonIsAutoZeroUsing.RepeatIntervalAccelerate = null; this.buttonIsAutoZeroUsing.SafeInterval = 200; this.buttonIsAutoZeroUsing.Size = new System.Drawing.Size(80, 28); this.buttonIsAutoZeroUsing.SpecialFunction = SmartX.SmartButton.SPECIALFUNC.NONE; this.buttonIsAutoZeroUsing.TabIndex = 135; this.buttonIsAutoZeroUsing.TextColor = System.Drawing.Color.Black; this.buttonIsAutoZeroUsing.TextDownColor = System.Drawing.Color.White; this.buttonIsAutoZeroUsing.TextHAlign = SmartX.SmartButton.TextHorAlign.Middle; this.buttonIsAutoZeroUsing.TextLocation = new System.Drawing.Point(0, 0); this.buttonIsAutoZeroUsing.TextVAlign = SmartX.SmartButton.TextVerAlign.Middle; this.buttonIsAutoZeroUsing.UpImage = ((System.Drawing.Image)(resources.GetObject("buttonIsAutoZeroUsing.UpImage"))); this.buttonIsAutoZeroUsing.Click += new System.EventHandler(this.buttonIsAutoZeroUsing_Click); // // comboBoxVariate // this.comboBoxVariate.Font = new System.Drawing.Font("Arial", 16F, System.Drawing.FontStyle.Bold); this.comboBoxVariate.Location = new System.Drawing.Point(340, 290); this.comboBoxVariate.Name = "comboBoxVariate"; this.comboBoxVariate.Size = new System.Drawing.Size(115, 31); this.comboBoxVariate.TabIndex = 35; this.comboBoxVariate.SelectedIndexChanged += new System.EventHandler(this.comboBoxVariate_SelectedIndexChanged); // // labelMinusRange // this.labelMinusRange.BackColor = System.Drawing.Color.White; this.labelMinusRange.BackPictureBox1 = null; this.labelMinusRange.BackPictureBox2 = this.smartGroupBox1; this.labelMinusRange.BorderColor = System.Drawing.Color.Black; this.labelMinusRange.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelMinusRange.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelMinusRange.ForeColor = System.Drawing.Color.White; this.labelMinusRange.InitVisible = true; this.labelMinusRange.LineSpacing = 0F; this.labelMinusRange.Location = new System.Drawing.Point(283, 226); this.labelMinusRange.Name = "labelMinusRange"; this.labelMinusRange.Size = new System.Drawing.Size(235, 48); this.labelMinusRange.TabIndex = 28; this.labelMinusRange.Text = "10.0"; this.labelMinusRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelMinusRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelMinusRange.Wordwrap = false; this.labelMinusRange.Click += new System.EventHandler(this.labelMinusRange_Click); // // labelPlusRange // this.labelPlusRange.BackColor = System.Drawing.Color.White; this.labelPlusRange.BackPictureBox1 = null; this.labelPlusRange.BackPictureBox2 = this.smartGroupBox1; this.labelPlusRange.BorderColor = System.Drawing.Color.Black; this.labelPlusRange.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.labelPlusRange.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold); this.labelPlusRange.ForeColor = System.Drawing.Color.White; this.labelPlusRange.InitVisible = true; this.labelPlusRange.LineSpacing = 0F; this.labelPlusRange.Location = new System.Drawing.Point(283, 171); this.labelPlusRange.Name = "labelPlusRange"; this.labelPlusRange.Size = new System.Drawing.Size(235, 48); this.labelPlusRange.TabIndex = 27; this.labelPlusRange.Text = "10.0"; this.labelPlusRange.TextHAlign = SmartX.SmartLabel.TextHorAlign.Middle; this.labelPlusRange.TextVAlign = SmartX.SmartLabel.TextVerAlign.Middle; this.labelPlusRange.Wordwrap = false; this.labelPlusRange.Click += new System.EventHandler(this.labelPlusRange_Click); // // ControlCenterSystemAutoZero // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(46)))), ((int)(((byte)(46)))), ((int)(((byte)(46))))); this.Controls.Add(this.smartGroupBox1); this.Name = "ControlCenterSystemAutoZero"; this.Size = new System.Drawing.Size(710, 470); this.smartGroupBox1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private SmartX.SmartGroupBox smartGroupBox1; public SmartX.SmartLabel labelMinusRange; public SmartX.SmartLabel labelPlusRange; private System.Windows.Forms.ComboBox comboBoxVariate; private SmartX.SmartButton buttonIsAutoZeroUsing; } }