namespace Rs.MotionPlat.SysConfig { partial class QifuConfig { /// /// 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.txtQifuValue = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // txtQifuValue // this.txtQifuValue.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(16)))), ((int)(((byte)(16)))), ((int)(((byte)(16))))); this.txtQifuValue.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtQifuValue.Font = new System.Drawing.Font("宋体", 9F); this.txtQifuValue.ForeColor = System.Drawing.Color.White; this.txtQifuValue.Location = new System.Drawing.Point(76, 29); this.txtQifuValue.Name = "txtQifuValue"; this.txtQifuValue.Size = new System.Drawing.Size(85, 21); this.txtQifuValue.TabIndex = 49; this.txtQifuValue.Tag = "PressZ"; this.txtQifuValue.Text = "0.01"; this.txtQifuValue.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; this.txtQifuValue.KeyUp += new System.Windows.Forms.KeyEventHandler(this.txtQifuValue_KeyUp); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(14, 33); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 12); this.label4.TabIndex = 47; this.label4.Text = "气压值:"; // // groupBox1 // this.groupBox1.Controls.Add(this.txtQifuValue); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Dock = System.Windows.Forms.DockStyle.Left; this.groupBox1.ForeColor = System.Drawing.Color.White; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(354, 450); this.groupBox1.TabIndex = 50; this.groupBox1.TabStop = false; this.groupBox1.Text = "groupBox1"; // // QifuConfig // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.groupBox1); this.Name = "QifuConfig"; this.Text = "QifuConfig"; this.Load += new System.EventHandler(this.QifuConfig_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TextBox txtQifuValue; private System.Windows.Forms.Label label4; private System.Windows.Forms.GroupBox groupBox1; } }