FrmUpdateEquMsg.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. 
  2. namespace WCS_Client.Frm.MBtn_Monitor
  3. {
  4. partial class FrmUpdateEquMsg
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.txtEqu_PlcName = new System.Windows.Forms.TextBox();
  30. this.label6 = new System.Windows.Forms.Label();
  31. this.txtEqu_No = new System.Windows.Forms.TextBox();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.txtEqu_Area = new System.Windows.Forms.TextBox();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.txtEqu_Type = new System.Windows.Forms.TextBox();
  36. this.label2 = new System.Windows.Forms.Label();
  37. this.txtEqu_Notes = new System.Windows.Forms.TextBox();
  38. this.label4 = new System.Windows.Forms.Label();
  39. this.btnCancel = new System.Windows.Forms.Button();
  40. this.btnUpdateP = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // txtEqu_PlcName
  44. //
  45. this.txtEqu_PlcName.Location = new System.Drawing.Point(191, 49);
  46. this.txtEqu_PlcName.Name = "txtEqu_PlcName";
  47. this.txtEqu_PlcName.ReadOnly = true;
  48. this.txtEqu_PlcName.Size = new System.Drawing.Size(163, 21);
  49. this.txtEqu_PlcName.TabIndex = 29;
  50. //
  51. // label6
  52. //
  53. this.label6.AutoSize = true;
  54. this.label6.Location = new System.Drawing.Point(132, 51);
  55. this.label6.Name = "label6";
  56. this.label6.Size = new System.Drawing.Size(53, 12);
  57. this.label6.TabIndex = 28;
  58. this.label6.Text = "PLC名称:";
  59. //
  60. // txtEqu_No
  61. //
  62. this.txtEqu_No.Location = new System.Drawing.Point(191, 25);
  63. this.txtEqu_No.Name = "txtEqu_No";
  64. this.txtEqu_No.ReadOnly = true;
  65. this.txtEqu_No.Size = new System.Drawing.Size(163, 21);
  66. this.txtEqu_No.TabIndex = 27;
  67. //
  68. // label3
  69. //
  70. this.label3.AutoSize = true;
  71. this.label3.Location = new System.Drawing.Point(126, 27);
  72. this.label3.Name = "label3";
  73. this.label3.Size = new System.Drawing.Size(59, 12);
  74. this.label3.TabIndex = 26;
  75. this.label3.Text = "设备编号:";
  76. //
  77. // txtEqu_Area
  78. //
  79. this.txtEqu_Area.Location = new System.Drawing.Point(191, 73);
  80. this.txtEqu_Area.Name = "txtEqu_Area";
  81. this.txtEqu_Area.ReadOnly = true;
  82. this.txtEqu_Area.Size = new System.Drawing.Size(163, 21);
  83. this.txtEqu_Area.TabIndex = 31;
  84. //
  85. // label1
  86. //
  87. this.label1.AutoSize = true;
  88. this.label1.Location = new System.Drawing.Point(126, 75);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(59, 12);
  91. this.label1.TabIndex = 30;
  92. this.label1.Text = "设备区域:";
  93. //
  94. // txtEqu_Type
  95. //
  96. this.txtEqu_Type.Location = new System.Drawing.Point(191, 97);
  97. this.txtEqu_Type.Name = "txtEqu_Type";
  98. this.txtEqu_Type.ReadOnly = true;
  99. this.txtEqu_Type.Size = new System.Drawing.Size(163, 21);
  100. this.txtEqu_Type.TabIndex = 33;
  101. //
  102. // label2
  103. //
  104. this.label2.AutoSize = true;
  105. this.label2.Location = new System.Drawing.Point(126, 99);
  106. this.label2.Name = "label2";
  107. this.label2.Size = new System.Drawing.Size(59, 12);
  108. this.label2.TabIndex = 32;
  109. this.label2.Text = "设备类型:";
  110. //
  111. // txtEqu_Notes
  112. //
  113. this.txtEqu_Notes.Location = new System.Drawing.Point(191, 121);
  114. this.txtEqu_Notes.Multiline = true;
  115. this.txtEqu_Notes.Name = "txtEqu_Notes";
  116. this.txtEqu_Notes.Size = new System.Drawing.Size(163, 76);
  117. this.txtEqu_Notes.TabIndex = 35;
  118. //
  119. // label4
  120. //
  121. this.label4.AutoSize = true;
  122. this.label4.Location = new System.Drawing.Point(126, 123);
  123. this.label4.Name = "label4";
  124. this.label4.Size = new System.Drawing.Size(59, 12);
  125. this.label4.TabIndex = 34;
  126. this.label4.Text = "备注信息:";
  127. //
  128. // btnCancel
  129. //
  130. this.btnCancel.Location = new System.Drawing.Point(256, 229);
  131. this.btnCancel.Name = "btnCancel";
  132. this.btnCancel.Size = new System.Drawing.Size(75, 23);
  133. this.btnCancel.TabIndex = 37;
  134. this.btnCancel.Text = "取消";
  135. this.btnCancel.UseVisualStyleBackColor = true;
  136. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click_1);
  137. //
  138. // btnUpdateP
  139. //
  140. this.btnUpdateP.Location = new System.Drawing.Point(155, 229);
  141. this.btnUpdateP.Name = "btnUpdateP";
  142. this.btnUpdateP.Size = new System.Drawing.Size(75, 23);
  143. this.btnUpdateP.TabIndex = 36;
  144. this.btnUpdateP.Text = "提交";
  145. this.btnUpdateP.UseVisualStyleBackColor = true;
  146. this.btnUpdateP.Click += new System.EventHandler(this.btnUpdateP_Click_1);
  147. //
  148. // FrmUpdateEquMsg
  149. //
  150. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  151. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  152. this.ClientSize = new System.Drawing.Size(467, 285);
  153. this.Controls.Add(this.btnCancel);
  154. this.Controls.Add(this.btnUpdateP);
  155. this.Controls.Add(this.txtEqu_Notes);
  156. this.Controls.Add(this.label4);
  157. this.Controls.Add(this.txtEqu_Type);
  158. this.Controls.Add(this.label2);
  159. this.Controls.Add(this.txtEqu_Area);
  160. this.Controls.Add(this.label1);
  161. this.Controls.Add(this.txtEqu_PlcName);
  162. this.Controls.Add(this.label6);
  163. this.Controls.Add(this.txtEqu_No);
  164. this.Controls.Add(this.label3);
  165. this.DoubleBuffered = true;
  166. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  167. this.Name = "FrmUpdateEquMsg";
  168. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  169. this.Text = "设备信息备注";
  170. this.ResumeLayout(false);
  171. this.PerformLayout();
  172. }
  173. #endregion
  174. private System.Windows.Forms.TextBox txtEqu_PlcName;
  175. private System.Windows.Forms.Label label6;
  176. private System.Windows.Forms.TextBox txtEqu_No;
  177. private System.Windows.Forms.Label label3;
  178. private System.Windows.Forms.TextBox txtEqu_Area;
  179. private System.Windows.Forms.Label label1;
  180. private System.Windows.Forms.TextBox txtEqu_Type;
  181. private System.Windows.Forms.Label label2;
  182. private System.Windows.Forms.TextBox txtEqu_Notes;
  183. private System.Windows.Forms.Label label4;
  184. private System.Windows.Forms.Button btnCancel;
  185. private System.Windows.Forms.Button btnUpdateP;
  186. }
  187. }