MachineSetting.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230
  1. namespace UAS_LabelMachine
  2. {
  3. partial class MachineSetting
  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 Windows Form 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.ps_split = new UAS_LabelMachine.CustomControl.EnterTextBox();
  29. this.ps_dataindex = new UAS_LabelMachine.CustomControl.EnterTextBox();
  30. this.ps_resetport = new UAS_LabelMachine.CustomControl.EnterTextBox();
  31. this.ps_sendport = new UAS_LabelMachine.CustomControl.EnterTextBox();
  32. this.ps_receiveport = new UAS_LabelMachine.CustomControl.EnterTextBox();
  33. this.ps_ip = new UAS_LabelMachine.CustomControl.EnterTextBox();
  34. this.label23 = new System.Windows.Forms.Label();
  35. this.label22 = new System.Windows.Forms.Label();
  36. this.label21 = new System.Windows.Forms.Label();
  37. this.label20 = new System.Windows.Forms.Label();
  38. this.label19 = new System.Windows.Forms.Label();
  39. this.label18 = new System.Windows.Forms.Label();
  40. this.SaveSetting = new System.Windows.Forms.Button();
  41. this.SuspendLayout();
  42. //
  43. // ps_split
  44. //
  45. this.ps_split.ID = null;
  46. this.ps_split.Location = new System.Drawing.Point(276, 362);
  47. this.ps_split.Margin = new System.Windows.Forms.Padding(6);
  48. this.ps_split.Name = "ps_split";
  49. this.ps_split.Size = new System.Drawing.Size(186, 35);
  50. this.ps_split.Str = null;
  51. this.ps_split.Str1 = null;
  52. this.ps_split.Str2 = null;
  53. this.ps_split.TabIndex = 28;
  54. //
  55. // ps_dataindex
  56. //
  57. this.ps_dataindex.ID = null;
  58. this.ps_dataindex.Location = new System.Drawing.Point(276, 312);
  59. this.ps_dataindex.Margin = new System.Windows.Forms.Padding(6);
  60. this.ps_dataindex.Name = "ps_dataindex";
  61. this.ps_dataindex.Size = new System.Drawing.Size(186, 35);
  62. this.ps_dataindex.Str = null;
  63. this.ps_dataindex.Str1 = null;
  64. this.ps_dataindex.Str2 = null;
  65. this.ps_dataindex.TabIndex = 27;
  66. //
  67. // ps_resetport
  68. //
  69. this.ps_resetport.ID = null;
  70. this.ps_resetport.Location = new System.Drawing.Point(276, 264);
  71. this.ps_resetport.Margin = new System.Windows.Forms.Padding(6);
  72. this.ps_resetport.Name = "ps_resetport";
  73. this.ps_resetport.Size = new System.Drawing.Size(186, 35);
  74. this.ps_resetport.Str = null;
  75. this.ps_resetport.Str1 = null;
  76. this.ps_resetport.Str2 = null;
  77. this.ps_resetport.TabIndex = 26;
  78. //
  79. // ps_sendport
  80. //
  81. this.ps_sendport.ID = null;
  82. this.ps_sendport.Location = new System.Drawing.Point(276, 214);
  83. this.ps_sendport.Margin = new System.Windows.Forms.Padding(6);
  84. this.ps_sendport.Name = "ps_sendport";
  85. this.ps_sendport.Size = new System.Drawing.Size(186, 35);
  86. this.ps_sendport.Str = null;
  87. this.ps_sendport.Str1 = null;
  88. this.ps_sendport.Str2 = null;
  89. this.ps_sendport.TabIndex = 25;
  90. //
  91. // ps_receiveport
  92. //
  93. this.ps_receiveport.ID = null;
  94. this.ps_receiveport.Location = new System.Drawing.Point(276, 166);
  95. this.ps_receiveport.Margin = new System.Windows.Forms.Padding(6);
  96. this.ps_receiveport.Name = "ps_receiveport";
  97. this.ps_receiveport.Size = new System.Drawing.Size(186, 35);
  98. this.ps_receiveport.Str = null;
  99. this.ps_receiveport.Str1 = null;
  100. this.ps_receiveport.Str2 = null;
  101. this.ps_receiveport.TabIndex = 24;
  102. //
  103. // ps_ip
  104. //
  105. this.ps_ip.ID = null;
  106. this.ps_ip.Location = new System.Drawing.Point(276, 114);
  107. this.ps_ip.Margin = new System.Windows.Forms.Padding(6);
  108. this.ps_ip.Name = "ps_ip";
  109. this.ps_ip.Size = new System.Drawing.Size(186, 35);
  110. this.ps_ip.Str = null;
  111. this.ps_ip.Str1 = null;
  112. this.ps_ip.Str2 = null;
  113. this.ps_ip.TabIndex = 23;
  114. //
  115. // label23
  116. //
  117. this.label23.AutoSize = true;
  118. this.label23.Location = new System.Drawing.Point(40, 370);
  119. this.label23.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  120. this.label23.Name = "label23";
  121. this.label23.Size = new System.Drawing.Size(94, 24);
  122. this.label23.TabIndex = 22;
  123. this.label23.Text = "分隔符:";
  124. //
  125. // label22
  126. //
  127. this.label22.AutoSize = true;
  128. this.label22.Location = new System.Drawing.Point(40, 322);
  129. this.label22.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  130. this.label22.Name = "label22";
  131. this.label22.Size = new System.Drawing.Size(118, 24);
  132. this.label22.TabIndex = 21;
  133. this.label22.Text = "数据索引:";
  134. //
  135. // label21
  136. //
  137. this.label21.AutoSize = true;
  138. this.label21.Location = new System.Drawing.Point(40, 271);
  139. this.label21.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  140. this.label21.Name = "label21";
  141. this.label21.Size = new System.Drawing.Size(166, 24);
  142. this.label21.TabIndex = 20;
  143. this.label21.Text = "设备复位端口:";
  144. //
  145. // label20
  146. //
  147. this.label20.AutoSize = true;
  148. this.label20.Location = new System.Drawing.Point(40, 223);
  149. this.label20.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  150. this.label20.Name = "label20";
  151. this.label20.Size = new System.Drawing.Size(166, 24);
  152. this.label20.TabIndex = 19;
  153. this.label20.Text = "发送指令端口:";
  154. //
  155. // label19
  156. //
  157. this.label19.AutoSize = true;
  158. this.label19.Location = new System.Drawing.Point(40, 173);
  159. this.label19.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  160. this.label19.Name = "label19";
  161. this.label19.Size = new System.Drawing.Size(166, 24);
  162. this.label19.TabIndex = 18;
  163. this.label19.Text = "接收数据端口:";
  164. //
  165. // label18
  166. //
  167. this.label18.AutoSize = true;
  168. this.label18.Location = new System.Drawing.Point(40, 119);
  169. this.label18.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
  170. this.label18.Name = "label18";
  171. this.label18.Size = new System.Drawing.Size(46, 24);
  172. this.label18.TabIndex = 17;
  173. this.label18.Text = "IP:";
  174. //
  175. // SaveSetting
  176. //
  177. this.SaveSetting.Location = new System.Drawing.Point(458, 535);
  178. this.SaveSetting.Name = "SaveSetting";
  179. this.SaveSetting.Size = new System.Drawing.Size(130, 50);
  180. this.SaveSetting.TabIndex = 29;
  181. this.SaveSetting.Text = "保存";
  182. this.SaveSetting.UseVisualStyleBackColor = true;
  183. this.SaveSetting.Click += new System.EventHandler(this.SaveSetting_Click);
  184. //
  185. // MachineSetting
  186. //
  187. this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
  188. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  189. this.ClientSize = new System.Drawing.Size(1038, 682);
  190. this.Controls.Add(this.SaveSetting);
  191. this.Controls.Add(this.ps_split);
  192. this.Controls.Add(this.ps_dataindex);
  193. this.Controls.Add(this.ps_resetport);
  194. this.Controls.Add(this.ps_sendport);
  195. this.Controls.Add(this.ps_receiveport);
  196. this.Controls.Add(this.ps_ip);
  197. this.Controls.Add(this.label23);
  198. this.Controls.Add(this.label22);
  199. this.Controls.Add(this.label21);
  200. this.Controls.Add(this.label20);
  201. this.Controls.Add(this.label19);
  202. this.Controls.Add(this.label18);
  203. this.Name = "MachineSetting";
  204. this.Text = "贴标机参数设置";
  205. this.Load += new System.EventHandler(this.MachineSetting_Load);
  206. this.ResumeLayout(true);
  207. this.PerformLayout();
  208. }
  209. #endregion
  210. private CustomControl.EnterTextBox ps_split;
  211. private CustomControl.EnterTextBox ps_dataindex;
  212. private CustomControl.EnterTextBox ps_resetport;
  213. private CustomControl.EnterTextBox ps_sendport;
  214. private CustomControl.EnterTextBox ps_receiveport;
  215. private CustomControl.EnterTextBox ps_ip;
  216. private System.Windows.Forms.Label label23;
  217. private System.Windows.Forms.Label label22;
  218. private System.Windows.Forms.Label label21;
  219. private System.Windows.Forms.Label label20;
  220. private System.Windows.Forms.Label label19;
  221. private System.Windows.Forms.Label label18;
  222. private System.Windows.Forms.Button SaveSetting;
  223. }
  224. }