AICtrl.Designer.cs 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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.textBoxCurr = new System.Windows.Forms.TextBox();
  30. this.textBoxSetPt = new System.Windows.Forms.TextBox();
  31. this.btnAuto = new System.Windows.Forms.Button();
  32. this.btnForce = new System.Windows.Forms.Button();
  33. this.SuspendLayout();
  34. //
  35. // labelName
  36. //
  37. this.labelName.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  38. this.labelName.Location = new System.Drawing.Point(-1, 1);
  39. this.labelName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  40. this.labelName.Name = "labelName";
  41. this.labelName.Size = new System.Drawing.Size(191, 23);
  42. this.labelName.TabIndex = 5;
  43. this.labelName.Text = "123.Leak_Senor_Alarm(SW)";
  44. //
  45. // textBoxCurr
  46. //
  47. this.textBoxCurr.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  48. this.textBoxCurr.Location = new System.Drawing.Point(4, 23);
  49. this.textBoxCurr.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  50. this.textBoxCurr.Name = "textBoxCurr";
  51. this.textBoxCurr.ReadOnly = true;
  52. this.textBoxCurr.Size = new System.Drawing.Size(63, 21);
  53. this.textBoxCurr.TabIndex = 9;
  54. this.textBoxCurr.Tag = "16进制显示";
  55. this.textBoxCurr.Text = "0xFFFF";
  56. this.textBoxCurr.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  57. //
  58. // textBoxSetPt
  59. //
  60. this.textBoxSetPt.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.textBoxSetPt.Location = new System.Drawing.Point(75, 23);
  62. this.textBoxSetPt.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  63. this.textBoxSetPt.Name = "textBoxSetPt";
  64. this.textBoxSetPt.Size = new System.Drawing.Size(63, 21);
  65. this.textBoxSetPt.TabIndex = 9;
  66. this.textBoxSetPt.Text = "0000";
  67. this.textBoxSetPt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
  68. //
  69. // btnAuto
  70. //
  71. this.btnAuto.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  72. this.btnAuto.Font = new System.Drawing.Font("SimSun", 7F);
  73. this.btnAuto.Location = new System.Drawing.Point(141, 23);
  74. this.btnAuto.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  75. this.btnAuto.Name = "btnAuto";
  76. this.btnAuto.Size = new System.Drawing.Size(45, 25);
  77. this.btnAuto.TabIndex = 10;
  78. this.btnAuto.Text = "Auto";
  79. this.btnAuto.UseVisualStyleBackColor = true;
  80. this.btnAuto.Click += new System.EventHandler(this.btnAuto_Click);
  81. //
  82. // btnForce
  83. //
  84. this.btnForce.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  85. this.btnForce.Font = new System.Drawing.Font("SimSun", 7F);
  86. this.btnForce.Location = new System.Drawing.Point(181, 23);
  87. this.btnForce.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  88. this.btnForce.Name = "btnForce";
  89. this.btnForce.Size = new System.Drawing.Size(47, 25);
  90. this.btnForce.TabIndex = 11;
  91. this.btnForce.Text = "Force";
  92. this.btnForce.UseVisualStyleBackColor = true;
  93. this.btnForce.Click += new System.EventHandler(this.btnForce_Click);
  94. //
  95. // AICtrl
  96. //
  97. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  98. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  99. this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  100. this.Controls.Add(this.btnForce);
  101. this.Controls.Add(this.btnAuto);
  102. this.Controls.Add(this.textBoxSetPt);
  103. this.Controls.Add(this.textBoxCurr);
  104. this.Controls.Add(this.labelName);
  105. this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  106. this.Name = "AICtrl";
  107. this.Size = new System.Drawing.Size(228, 51);
  108. this.ResumeLayout(false);
  109. this.PerformLayout();
  110. }
  111. #endregion
  112. private System.Windows.Forms.Label labelName;
  113. private System.Windows.Forms.TextBox textBoxCurr;
  114. private System.Windows.Forms.TextBox textBoxSetPt;
  115. private System.Windows.Forms.Button btnAuto;
  116. private System.Windows.Forms.Button btnForce;
  117. }
  118. }