DICtrl.Designer.cs 3.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  37. this.labelRaw.Location = new System.Drawing.Point(25, 1);
  38. this.labelRaw.Name = "labelRaw";
  39. this.labelRaw.Size = new System.Drawing.Size(251, 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(4, 4);
  49. this.checkBox1.Name = "checkBox1";
  50. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  51. this.checkBox1.TabIndex = 2;
  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.Location = new System.Drawing.Point(282, 6);
  59. this.checkBox2.Name = "checkBox2";
  60. this.checkBox2.Size = new System.Drawing.Size(15, 14);
  61. this.checkBox2.TabIndex = 3;
  62. this.checkBox2.UseVisualStyleBackColor = true;
  63. this.checkBox2.CheckedChanged += new System.EventHandler(this.checkBox2_CheckedChanged);
  64. //
  65. // DICtrl
  66. //
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  68. this.AutoValidate = System.Windows.Forms.AutoValidate.Disable;
  69. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  70. this.CausesValidation = false;
  71. this.Controls.Add(this.checkBox2);
  72. this.Controls.Add(this.checkBox1);
  73. this.Controls.Add(this.labelRaw);
  74. this.Name = "DICtrl";
  75. this.Size = new System.Drawing.Size(300, 25);
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private System.Windows.Forms.Label labelRaw;
  81. private System.Windows.Forms.CheckBox checkBox1;
  82. private System.Windows.Forms.CheckBox checkBox2;
  83. }
  84. }