12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- 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", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.labelRaw.Location = new System.Drawing.Point(25, 1);
- this.labelRaw.Name = "labelRaw";
- this.labelRaw.Size = new System.Drawing.Size(251, 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(4, 4);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(15, 14);
- this.checkBox1.TabIndex = 2;
- this.checkBox1.UseVisualStyleBackColor = true;
- this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
- //
- // checkBox2
- //
- this.checkBox2.AutoSize = true;
- this.checkBox2.Location = new System.Drawing.Point(282, 6);
- this.checkBox2.Name = "checkBox2";
- this.checkBox2.Size = new System.Drawing.Size(15, 14);
- this.checkBox2.TabIndex = 3;
- 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.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.CausesValidation = false;
- this.Controls.Add(this.checkBox2);
- this.Controls.Add(this.checkBox1);
- this.Controls.Add(this.labelRaw);
- this.Name = "DICtrl";
- this.Size = new System.Drawing.Size(300, 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;
- }
- }
|