AICtrl.Designer.cs 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. namespace Aitex.Core.Backend
  2. {
  3. partial class AICtrl
  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.labelName = new System.Windows.Forms.Label();
  29. this.checkBox1 = new System.Windows.Forms.CheckBox();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.textBox2 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // labelName
  36. //
  37. this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  38. this.labelName.Location = new System.Drawing.Point(24, 3);
  39. this.labelName.Name = "labelName";
  40. this.labelName.Size = new System.Drawing.Size(233, 23);
  41. this.labelName.TabIndex = 5;
  42. this.labelName.Text = "123.Leak_Senor_Alarm(SW)";
  43. //
  44. // checkBox1
  45. //
  46. this.checkBox1.AutoSize = true;
  47. this.checkBox1.Location = new System.Drawing.Point(4, 6);
  48. this.checkBox1.Name = "checkBox1";
  49. this.checkBox1.Size = new System.Drawing.Size(15, 14);
  50. this.checkBox1.TabIndex = 6;
  51. this.checkBox1.UseVisualStyleBackColor = true;
  52. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  53. //
  54. // textBox1
  55. //
  56. this.textBox1.Location = new System.Drawing.Point(3, 26);
  57. this.textBox1.Name = "textBox1";
  58. this.textBox1.ReadOnly = true;
  59. this.textBox1.Size = new System.Drawing.Size(100, 21);
  60. this.textBox1.TabIndex = 7;
  61. //
  62. // textBox2
  63. //
  64. this.textBox2.Location = new System.Drawing.Point(109, 26);
  65. this.textBox2.Name = "textBox2";
  66. this.textBox2.Size = new System.Drawing.Size(100, 21);
  67. this.textBox2.TabIndex = 8;
  68. //
  69. // button1
  70. //
  71. this.button1.Location = new System.Drawing.Point(215, 24);
  72. this.button1.Name = "button1";
  73. this.button1.Size = new System.Drawing.Size(42, 23);
  74. this.button1.TabIndex = 9;
  75. this.button1.Text = "Set";
  76. this.button1.UseVisualStyleBackColor = true;
  77. this.button1.Click += new System.EventHandler(this.button1_Click);
  78. //
  79. // AICtrl
  80. //
  81. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  82. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  83. this.BackColor = System.Drawing.SystemColors.ControlLight;
  84. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  85. this.Controls.Add(this.button1);
  86. this.Controls.Add(this.textBox2);
  87. this.Controls.Add(this.textBox1);
  88. this.Controls.Add(this.checkBox1);
  89. this.Controls.Add(this.labelName);
  90. this.Name = "AICtrl";
  91. this.Size = new System.Drawing.Size(260, 50);
  92. this.ResumeLayout(false);
  93. this.PerformLayout();
  94. }
  95. #endregion
  96. private System.Windows.Forms.Label labelName;
  97. private System.Windows.Forms.CheckBox checkBox1;
  98. private System.Windows.Forms.TextBox textBox1;
  99. private System.Windows.Forms.TextBox textBox2;
  100. private System.Windows.Forms.Button button1;
  101. }
  102. }