| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 | namespace Aitex.Core.Backend{    partial class AOCtrl    {        /// <summary>         /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>         /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Component Designer generated code        /// <summary>         /// Required method for Designer support - do not modify         /// the contents of this method with the code editor.        /// </summary>        private void InitializeComponent()        {            this.labelName = new System.Windows.Forms.Label();            this.textBox1 = new System.Windows.Forms.TextBox();            this.textBox2 = new System.Windows.Forms.TextBox();            this.button1 = new System.Windows.Forms.Button();            this.SuspendLayout();            //             // labelName            //             this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));            this.labelName.Location = new System.Drawing.Point(-1, 1);            this.labelName.Name = "labelName";            this.labelName.Size = new System.Drawing.Size(236, 22);            this.labelName.TabIndex = 5;            this.labelName.Text = "123.Leak_Senor_Alarm(SW)";            //             // textBox1            //             this.textBox1.Location = new System.Drawing.Point(3, 22);            this.textBox1.Name = "textBox1";            this.textBox1.ReadOnly = true;            this.textBox1.Size = new System.Drawing.Size(100, 21);            this.textBox1.TabIndex = 10;            //             // textBox2            //             this.textBox2.Location = new System.Drawing.Point(109, 22);            this.textBox2.Name = "textBox2";            this.textBox2.Size = new System.Drawing.Size(100, 21);            this.textBox2.TabIndex = 11;            //             // button1            //             this.button1.Location = new System.Drawing.Point(215, 20);            this.button1.Name = "button1";            this.button1.Size = new System.Drawing.Size(42, 23);            this.button1.TabIndex = 12;            this.button1.Text = "Set";            this.button1.UseVisualStyleBackColor = true;            this.button1.Click += new System.EventHandler(this.button1_Click);            //             // AOCtrl            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.BackColor = System.Drawing.SystemColors.ControlLight;            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.Controls.Add(this.button1);            this.Controls.Add(this.textBox2);            this.Controls.Add(this.textBox1);            this.Controls.Add(this.labelName);            this.Name = "AOCtrl";            this.Size = new System.Drawing.Size(260, 50);            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Label labelName;        private System.Windows.Forms.TextBox textBox1;        private System.Windows.Forms.TextBox textBox2;        private System.Windows.Forms.Button button1;    }}
 |