DICtrl.Designer.cs 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class DICtrl
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.labelRaw = new System.Windows.Forms.Label();
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.checkBox2 = new System.Windows.Forms.CheckBox();
  31. this.SuspendLayout();
  32. //
  33. // labelRaw
  34. //
  35. this.labelRaw.BackColor = System.Drawing.Color.LightGray;
  36. this.labelRaw.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  37. this.labelRaw.Location = new System.Drawing.Point(25, 1);
  38. this.labelRaw.Name = "labelRaw";
  39. this.labelRaw.Size = new System.Drawing.Size(250, 23);
  40. this.labelRaw.TabIndex = 0;
  41. this.labelRaw.Text = "123.Leak_Senor_Alarm(SW)";
  42. this.labelRaw.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  43. this.labelRaw.Click += new System.EventHandler(this.labelName_Click);
  44. //
  45. // checkBox1
  46. //
  47. this.checkBox1.AutoSize = true;
  48. this.checkBox1.Location = new System.Drawing.Point(3, 5);
  49. this.checkBox1.Name = "checkBox1";
  50. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  51. this.checkBox1.TabIndex = 1;
  52. this.checkBox1.UseVisualStyleBackColor = true;
  53. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  54. //
  55. // checkBox2
  56. //
  57. this.checkBox2.AutoSize = true;
  58. this.checkBox2.Enabled = false;
  59. this.checkBox2.Location = new System.Drawing.Point(280, 5);
  60. this.checkBox2.Name = "checkBox2";
  61. this.checkBox2.Size = new System.Drawing.Size(15, 14);
  62. this.checkBox2.TabIndex = 2;
  63. this.checkBox2.UseVisualStyleBackColor = true;
  64. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  65. //
  66. // DICtrl
  67. //
  68. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  69. this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
  70. this.BackColor = System.Drawing.SystemColors.ControlLight;
  71. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  72. this.CausesValidation = false;
  73. this.Controls.Add(this.checkBox2);
  74. this.Controls.Add(this.labelRaw);
  75. this.Controls.Add(this.checkBox1);
  76. this.Name = "DICtrl";
  77. this.Size = new System.Drawing.Size(301, 25);
  78. this.ResumeLayout(false);
  79. this.PerformLayout();
  80. }
  81. #endregion
  82. private System.Windows.Forms.Label labelRaw;
  83. private System.Windows.Forms.CheckBox checkBox1;
  84. private System.Windows.Forms.CheckBox checkBox2;
  85. }
  86. }