namespace Aitex.Core.Backend { partial class AICtrl { /// /// 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.labelName = new System.Windows.Forms.Label(); this.textBoxCurr = new System.Windows.Forms.TextBox(); this.textBoxSetPt = new System.Windows.Forms.TextBox(); this.btnAuto = new System.Windows.Forms.Button(); this.btnForce = new System.Windows.Forms.Button(); this.SuspendLayout(); // // labelName // this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.labelName.Location = new System.Drawing.Point(-1, 1); this.labelName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); this.labelName.Name = "labelName"; this.labelName.Size = new System.Drawing.Size(191, 23); this.labelName.TabIndex = 5; this.labelName.Text = "123.Leak_Senor_Alarm(SW)"; // // textBoxCurr // this.textBoxCurr.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxCurr.Location = new System.Drawing.Point(4, 23); this.textBoxCurr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxCurr.Name = "textBoxCurr"; this.textBoxCurr.ReadOnly = true; this.textBoxCurr.Size = new System.Drawing.Size(63, 21); this.textBoxCurr.TabIndex = 9; this.textBoxCurr.Tag = "16进制显示"; this.textBoxCurr.Text = "0xFFFF"; this.textBoxCurr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // textBoxSetPt // this.textBoxSetPt.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.textBoxSetPt.Location = new System.Drawing.Point(75, 23); this.textBoxSetPt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.textBoxSetPt.Name = "textBoxSetPt"; this.textBoxSetPt.Size = new System.Drawing.Size(63, 21); this.textBoxSetPt.TabIndex = 9; this.textBoxSetPt.Text = "0000"; this.textBoxSetPt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right; // // btnAuto // this.btnAuto.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAuto.Font = new System.Drawing.Font("SimSun", 7F); this.btnAuto.Location = new System.Drawing.Point(141, 23); this.btnAuto.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnAuto.Name = "btnAuto"; this.btnAuto.Size = new System.Drawing.Size(45, 25); this.btnAuto.TabIndex = 10; this.btnAuto.Text = "Auto"; this.btnAuto.UseVisualStyleBackColor = true; this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click); // // btnForce // this.btnForce.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnForce.Font = new System.Drawing.Font("SimSun", 7F); this.btnForce.Location = new System.Drawing.Point(181, 23); this.btnForce.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.btnForce.Name = "btnForce"; this.btnForce.Size = new System.Drawing.Size(47, 25); this.btnForce.TabIndex = 11; this.btnForce.Text = "Force"; this.btnForce.UseVisualStyleBackColor = true; this.btnForce.Click += new System.EventHandler(this.btnForce_Click); // // AICtrl // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.Controls.Add(this.btnForce); this.Controls.Add(this.btnAuto); this.Controls.Add(this.textBoxSetPt); this.Controls.Add(this.textBoxCurr); this.Controls.Add(this.labelName); this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.Name = "AICtrl"; this.Size = new System.Drawing.Size(228, 51); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label labelName; private System.Windows.Forms.TextBox textBoxCurr; private System.Windows.Forms.TextBox textBoxSetPt; private System.Windows.Forms.Button btnAuto; private System.Windows.Forms.Button btnForce; } }