| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 | namespace Aitex.Core.Backend{    partial class DICtrl    {        /// <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.labelRaw = new System.Windows.Forms.Label();            this.checkBox1 = new System.Windows.Forms.CheckBox();            this.checkBox2 = new System.Windows.Forms.CheckBox();            this.SuspendLayout();            //             // labelRaw            //             this.labelRaw.BackColor = System.Drawing.Color.LightGray;            this.labelRaw.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));            this.labelRaw.Location = new System.Drawing.Point(25, 1);            this.labelRaw.Name = "labelRaw";            this.labelRaw.Size = new System.Drawing.Size(250, 23);            this.labelRaw.TabIndex = 0;            this.labelRaw.Text = "123.Leak_Senor_Alarm(SW)";            this.labelRaw.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;            this.labelRaw.Click += new System.EventHandler(this.labelName_Click);            //             // checkBox1            //             this.checkBox1.AutoSize = true;            this.checkBox1.Location = new System.Drawing.Point(3, 5);            this.checkBox1.Name = "checkBox1";            this.checkBox1.Size = new System.Drawing.Size(15, 14);            this.checkBox1.TabIndex = 1;            this.checkBox1.UseVisualStyleBackColor = true;            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);            //             // checkBox2            //             this.checkBox2.AutoSize = true;            this.checkBox2.Enabled = false;            this.checkBox2.Location = new System.Drawing.Point(280, 5);            this.checkBox2.Name = "checkBox2";            this.checkBox2.Size = new System.Drawing.Size(15, 14);            this.checkBox2.TabIndex = 2;            this.checkBox2.UseVisualStyleBackColor = true;            this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);            //             // DICtrl            //             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;            this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;            this.BackColor = System.Drawing.SystemColors.ControlLight;            this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.CausesValidation = false;            this.Controls.Add(this.checkBox2);            this.Controls.Add(this.labelRaw);            this.Controls.Add(this.checkBox1);            this.Name = "DICtrl";            this.Size = new System.Drawing.Size(301, 25);            this.ResumeLayout(false);            this.PerformLayout();        }        #endregion        private System.Windows.Forms.Label labelRaw;        private System.Windows.Forms.CheckBox checkBox1;        private System.Windows.Forms.CheckBox checkBox2;    }}
 |