AOCtrl.Designer.cs 3.7 KB

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