TapeSettingForm.Designer.cs 35 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515
  1. namespace YangjieTester.主界面
  2. {
  3. partial class TapeSettingForm
  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.uiTabControl1 = new Sunny.UI.UITabControl();
  29. this.tabPage1 = new System.Windows.Forms.TabPage();
  30. this.uiGroupBox15 = new Sunny.UI.UIGroupBox();
  31. this.txt载带1封装数设定值 = new PlcUiControl.PlcUiNumberInput();
  32. this.uiLabel50 = new Sunny.UI.UILabel();
  33. this.txt载带1后空设定值 = new PlcUiControl.PlcUiNumberInput();
  34. this.uiLabel48 = new Sunny.UI.UILabel();
  35. this.btn载带1前后空修改 = new PlcUiControl.PlcUiButton();
  36. this.txt载带1前空设定值 = new PlcUiControl.PlcUiNumberInput();
  37. this.uiLabel47 = new Sunny.UI.UILabel();
  38. this.uiGroupBox17 = new Sunny.UI.UIGroupBox();
  39. this.txt编带1载带余量不足N卷时报警 = new PlcUiControl.PlcUiNumberInput();
  40. this.btn载带1载带恢复 = new PlcUiControl.PlcUiButton();
  41. this.uiLabel8 = new Sunny.UI.UILabel();
  42. this.txt载带1单卷载带长度 = new PlcUiControl.PlcUiNumberInput();
  43. this.uiLabel63 = new Sunny.UI.UILabel();
  44. this.uiGroupBox18 = new Sunny.UI.UIGroupBox();
  45. this.txt编带1胶膜余量不足N卷时报警 = new PlcUiControl.PlcUiNumberInput();
  46. this.uiLabel2 = new Sunny.UI.UILabel();
  47. this.btn载带1膜盖恢复 = new PlcUiControl.PlcUiButton();
  48. this.txt载带1单卷膜盖长度 = new PlcUiControl.PlcUiNumberInput();
  49. this.uiLabel51 = new Sunny.UI.UILabel();
  50. this.uiTabControl1.SuspendLayout();
  51. this.tabPage1.SuspendLayout();
  52. this.uiGroupBox15.SuspendLayout();
  53. this.uiGroupBox17.SuspendLayout();
  54. this.uiGroupBox18.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // uiTabControl1
  58. //
  59. this.uiTabControl1.Controls.Add(this.tabPage1);
  60. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  62. this.uiTabControl1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  63. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  64. this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
  65. this.uiTabControl1.MainPage = "";
  66. this.uiTabControl1.Name = "uiTabControl1";
  67. this.uiTabControl1.SelectedIndex = 0;
  68. this.uiTabControl1.Size = new System.Drawing.Size(676, 401);
  69. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  70. this.uiTabControl1.TabIndex = 206;
  71. this.uiTabControl1.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  72. //
  73. // tabPage1
  74. //
  75. this.tabPage1.Controls.Add(this.uiGroupBox15);
  76. this.tabPage1.Controls.Add(this.uiGroupBox17);
  77. this.tabPage1.Controls.Add(this.uiGroupBox18);
  78. this.tabPage1.Location = new System.Drawing.Point(0, 40);
  79. this.tabPage1.Name = "tabPage1";
  80. this.tabPage1.Size = new System.Drawing.Size(676, 361);
  81. this.tabPage1.TabIndex = 0;
  82. this.tabPage1.Text = "载带";
  83. this.tabPage1.UseVisualStyleBackColor = true;
  84. //
  85. // uiGroupBox15
  86. //
  87. this.uiGroupBox15.Controls.Add(this.txt载带1封装数设定值);
  88. this.uiGroupBox15.Controls.Add(this.uiLabel50);
  89. this.uiGroupBox15.Controls.Add(this.txt载带1后空设定值);
  90. this.uiGroupBox15.Controls.Add(this.uiLabel48);
  91. this.uiGroupBox15.Controls.Add(this.btn载带1前后空修改);
  92. this.uiGroupBox15.Controls.Add(this.txt载带1前空设定值);
  93. this.uiGroupBox15.Controls.Add(this.uiLabel47);
  94. this.uiGroupBox15.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.uiGroupBox15.Location = new System.Drawing.Point(4, 5);
  96. this.uiGroupBox15.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  97. this.uiGroupBox15.MinimumSize = new System.Drawing.Size(1, 1);
  98. this.uiGroupBox15.Name = "uiGroupBox15";
  99. this.uiGroupBox15.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  100. this.uiGroupBox15.Size = new System.Drawing.Size(327, 193);
  101. this.uiGroupBox15.TabIndex = 206;
  102. this.uiGroupBox15.Text = "前后空设定";
  103. this.uiGroupBox15.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  104. //
  105. // txt载带1封装数设定值
  106. //
  107. this.txt载带1封装数设定值.Cursor = System.Windows.Forms.Cursors.IBeam;
  108. this.txt载带1封装数设定值.DisabilityTriggerNode = null;
  109. this.txt载带1封装数设定值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.txt载带1封装数设定值.Gain = 1D;
  111. this.txt载带1封装数设定值.IntegerDigits = 0;
  112. this.txt载带1封装数设定值.InvisibilityTriggerNode = null;
  113. this.txt载带1封装数设定值.Location = new System.Drawing.Point(160, 115);
  114. this.txt载带1封装数设定值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  115. this.txt载带1封装数设定值.MinimumSize = new System.Drawing.Size(1, 16);
  116. this.txt载带1封装数设定值.Name = "txt载带1封装数设定值";
  117. this.txt载带1封装数设定值.Padding = new System.Windows.Forms.Padding(5);
  118. this.txt载带1封装数设定值.ReadNode = new Node("Application.A33_Encapsulation1_Manual.dw封装数设定值", NodeType.DWORD, "HMIset");
  119. this.txt载带1封装数设定值.ShowText = false;
  120. this.txt载带1封装数设定值.Size = new System.Drawing.Size(125, 27);
  121. this.txt载带1封装数设定值.TabIndex = 71;
  122. this.txt载带1封装数设定值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  123. this.txt载带1封装数设定值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  124. this.txt载带1封装数设定值.Watermark = "";
  125. this.txt载带1封装数设定值.WriteNode = new Node("Application.A33_Encapsulation1_Manual.dw封装数设定值", NodeType.DWORD, "HMIset");
  126. //
  127. // uiLabel50
  128. //
  129. this.uiLabel50.AutoSize = true;
  130. this.uiLabel50.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.uiLabel50.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  132. this.uiLabel50.Location = new System.Drawing.Point(25, 123);
  133. this.uiLabel50.Name = "uiLabel50";
  134. this.uiLabel50.Size = new System.Drawing.Size(103, 16);
  135. this.uiLabel50.TabIndex = 70;
  136. this.uiLabel50.Text = "封装数设定值";
  137. //
  138. // txt载带1后空设定值
  139. //
  140. this.txt载带1后空设定值.Cursor = System.Windows.Forms.Cursors.IBeam;
  141. this.txt载带1后空设定值.DisabilityTriggerNode = null;
  142. this.txt载带1后空设定值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.txt载带1后空设定值.Gain = 1D;
  144. this.txt载带1后空设定值.IntegerDigits = 0;
  145. this.txt载带1后空设定值.InvisibilityTriggerNode = null;
  146. this.txt载带1后空设定值.Location = new System.Drawing.Point(160, 81);
  147. this.txt载带1后空设定值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  148. this.txt载带1后空设定值.MinimumSize = new System.Drawing.Size(1, 16);
  149. this.txt载带1后空设定值.Name = "txt载带1后空设定值";
  150. this.txt载带1后空设定值.Padding = new System.Windows.Forms.Padding(5);
  151. this.txt载带1后空设定值.ReadNode = new Node("Application.A33_Encapsulation1_Manual.dw后空设定值", NodeType.DWORD, "HMIset");
  152. this.txt载带1后空设定值.ShowText = false;
  153. this.txt载带1后空设定值.Size = new System.Drawing.Size(125, 27);
  154. this.txt载带1后空设定值.TabIndex = 69;
  155. this.txt载带1后空设定值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  156. this.txt载带1后空设定值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  157. this.txt载带1后空设定值.Watermark = "";
  158. this.txt载带1后空设定值.WriteNode = new Node("Application.A33_Encapsulation1_Manual.dw后空设定值", NodeType.DWORD, "HMIset");
  159. //
  160. // uiLabel48
  161. //
  162. this.uiLabel48.AutoSize = true;
  163. this.uiLabel48.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.uiLabel48.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  165. this.uiLabel48.Location = new System.Drawing.Point(25, 88);
  166. this.uiLabel48.Name = "uiLabel48";
  167. this.uiLabel48.Size = new System.Drawing.Size(87, 16);
  168. this.uiLabel48.TabIndex = 68;
  169. this.uiLabel48.Text = "后空设定值";
  170. //
  171. // btn载带1前后空修改
  172. //
  173. this.btn载带1前后空修改.ButtonType = PlcUiControl.ButtonType.保持型;
  174. this.btn载带1前后空修改.Cursor = System.Windows.Forms.Cursors.Hand;
  175. this.btn载带1前后空修改.DisabilityTriggerNode = null;
  176. this.btn载带1前后空修改.FillColor = System.Drawing.Color.LightSeaGreen;
  177. this.btn载带1前后空修改.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  178. this.btn载带1前后空修改.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  179. this.btn载带1前后空修改.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  180. this.btn载带1前后空修改.InvisibilityTriggerNode = null;
  181. this.btn载带1前后空修改.Location = new System.Drawing.Point(160, 150);
  182. this.btn载带1前后空修改.Maximum = 0D;
  183. this.btn载带1前后空修改.Minimum = 0D;
  184. this.btn载带1前后空修改.MinimumSize = new System.Drawing.Size(1, 1);
  185. this.btn载带1前后空修改.Name = "btn载带1前后空修改";
  186. this.btn载带1前后空修改.NeedUserEnsure = false;
  187. this.btn载带1前后空修改.OffColor = System.Drawing.Color.LightSeaGreen;
  188. this.btn载带1前后空修改.OffSymbol = 0;
  189. this.btn载带1前后空修改.OffText = "前后空修改";
  190. this.btn载带1前后空修改.OnColor = System.Drawing.Color.Green;
  191. this.btn载带1前后空修改.OnSymbol = 0;
  192. this.btn载带1前后空修改.OnText = "前后空修改";
  193. this.btn载带1前后空修改.ReadNode = new Node("Application.A33_Encapsulation1_Manual.b前后空修改按钮", NodeType.BOOL, "HMIset");
  194. this.btn载带1前后空修改.Size = new System.Drawing.Size(125, 33);
  195. this.btn载带1前后空修改.Symbol = 0;
  196. this.btn载带1前后空修改.TabIndex = 66;
  197. this.btn载带1前后空修改.Text = "前后空修改";
  198. this.btn载带1前后空修改.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.btn载带1前后空修改.WriteNode = new Node("Application.A33_Encapsulation1_Manual.b前后空修改按钮", NodeType.BOOL, "HMIset");
  200. //
  201. // txt载带1前空设定值
  202. //
  203. this.txt载带1前空设定值.Cursor = System.Windows.Forms.Cursors.IBeam;
  204. this.txt载带1前空设定值.DisabilityTriggerNode = null;
  205. this.txt载带1前空设定值.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.txt载带1前空设定值.Gain = 1D;
  207. this.txt载带1前空设定值.IntegerDigits = 0;
  208. this.txt载带1前空设定值.InvisibilityTriggerNode = null;
  209. this.txt载带1前空设定值.Location = new System.Drawing.Point(160, 46);
  210. this.txt载带1前空设定值.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  211. this.txt载带1前空设定值.MinimumSize = new System.Drawing.Size(1, 16);
  212. this.txt载带1前空设定值.Name = "txt载带1前空设定值";
  213. this.txt载带1前空设定值.Padding = new System.Windows.Forms.Padding(5);
  214. this.txt载带1前空设定值.ReadNode = new Node("Application.A33_Encapsulation1_Manual.dw前空设定值", NodeType.DWORD, "HMIset");
  215. this.txt载带1前空设定值.ShowText = false;
  216. this.txt载带1前空设定值.Size = new System.Drawing.Size(125, 27);
  217. this.txt载带1前空设定值.TabIndex = 65;
  218. this.txt载带1前空设定值.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  219. this.txt载带1前空设定值.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  220. this.txt载带1前空设定值.Watermark = "";
  221. this.txt载带1前空设定值.WriteNode = new Node("Application.A33_Encapsulation1_Manual.dw前空设定值", NodeType.DWORD, "HMIset");
  222. //
  223. // uiLabel47
  224. //
  225. this.uiLabel47.AutoSize = true;
  226. this.uiLabel47.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  227. this.uiLabel47.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  228. this.uiLabel47.Location = new System.Drawing.Point(25, 53);
  229. this.uiLabel47.Name = "uiLabel47";
  230. this.uiLabel47.Size = new System.Drawing.Size(87, 16);
  231. this.uiLabel47.TabIndex = 64;
  232. this.uiLabel47.Text = "前空设定值";
  233. //
  234. // uiGroupBox17
  235. //
  236. this.uiGroupBox17.Controls.Add(this.txt编带1载带余量不足N卷时报警);
  237. this.uiGroupBox17.Controls.Add(this.btn载带1载带恢复);
  238. this.uiGroupBox17.Controls.Add(this.uiLabel8);
  239. this.uiGroupBox17.Controls.Add(this.txt载带1单卷载带长度);
  240. this.uiGroupBox17.Controls.Add(this.uiLabel63);
  241. this.uiGroupBox17.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.uiGroupBox17.Location = new System.Drawing.Point(4, 208);
  243. this.uiGroupBox17.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  244. this.uiGroupBox17.MinimumSize = new System.Drawing.Size(1, 1);
  245. this.uiGroupBox17.Name = "uiGroupBox17";
  246. this.uiGroupBox17.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  247. this.uiGroupBox17.Size = new System.Drawing.Size(327, 139);
  248. this.uiGroupBox17.TabIndex = 207;
  249. this.uiGroupBox17.Text = "载带用量";
  250. this.uiGroupBox17.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  251. //
  252. // txt编带1载带余量不足N卷时报警
  253. //
  254. this.txt编带1载带余量不足N卷时报警.Cursor = System.Windows.Forms.Cursors.IBeam;
  255. this.txt编带1载带余量不足N卷时报警.DisabilityTriggerNode = null;
  256. this.txt编带1载带余量不足N卷时报警.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.txt编带1载带余量不足N卷时报警.Gain = 1D;
  258. this.txt编带1载带余量不足N卷时报警.IntegerDigits = 0;
  259. this.txt编带1载带余量不足N卷时报警.InvisibilityTriggerNode = null;
  260. this.txt编带1载带余量不足N卷时报警.Location = new System.Drawing.Point(160, 71);
  261. this.txt编带1载带余量不足N卷时报警.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  262. this.txt编带1载带余量不足N卷时报警.MinimumSize = new System.Drawing.Size(1, 16);
  263. this.txt编带1载带余量不足N卷时报警.Name = "txt编带1载带余量不足N卷时报警";
  264. this.txt编带1载带余量不足N卷时报警.Padding = new System.Windows.Forms.Padding(5);
  265. this.txt编带1载带余量不足N卷时报警.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.u载带裕量", NodeType.UINT, null);
  266. this.txt编带1载带余量不足N卷时报警.ShowText = false;
  267. this.txt编带1载带余量不足N卷时报警.Size = new System.Drawing.Size(125, 27);
  268. this.txt编带1载带余量不足N卷时报警.TabIndex = 210;
  269. this.txt编带1载带余量不足N卷时报警.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  270. this.txt编带1载带余量不足N卷时报警.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  271. this.txt编带1载带余量不足N卷时报警.Watermark = "";
  272. this.txt编带1载带余量不足N卷时报警.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.u载带裕量", NodeType.UINT, null);
  273. //
  274. // btn载带1载带恢复
  275. //
  276. this.btn载带1载带恢复.ButtonType = PlcUiControl.ButtonType.保持型;
  277. this.btn载带1载带恢复.Cursor = System.Windows.Forms.Cursors.Hand;
  278. this.btn载带1载带恢复.DisabilityTriggerNode = null;
  279. this.btn载带1载带恢复.EnsureTip = "更换载带会清空走带计数,是否确认?";
  280. this.btn载带1载带恢复.FillColor = System.Drawing.Color.LightSeaGreen;
  281. this.btn载带1载带恢复.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  282. this.btn载带1载带恢复.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  283. this.btn载带1载带恢复.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.btn载带1载带恢复.InvisibilityTriggerNode = null;
  285. this.btn载带1载带恢复.Location = new System.Drawing.Point(160, 103);
  286. this.btn载带1载带恢复.Maximum = 0D;
  287. this.btn载带1载带恢复.Minimum = 0D;
  288. this.btn载带1载带恢复.MinimumSize = new System.Drawing.Size(1, 1);
  289. this.btn载带1载带恢复.Name = "btn载带1载带恢复";
  290. this.btn载带1载带恢复.NeedUserEnsure = true;
  291. this.btn载带1载带恢复.OffColor = System.Drawing.Color.LightSeaGreen;
  292. this.btn载带1载带恢复.OffSymbol = 0;
  293. this.btn载带1载带恢复.OffText = "载带恢复";
  294. this.btn载带1载带恢复.OnColor = System.Drawing.Color.Green;
  295. this.btn载带1载带恢复.OnSymbol = 0;
  296. this.btn载带1载带恢复.OnText = "载带恢复";
  297. this.btn载带1载带恢复.ReadNode = new Node("Application.A33_Encapsulation1_Manual.b载带余量设定按钮", NodeType.BOOL, "HMIset");
  298. this.btn载带1载带恢复.Size = new System.Drawing.Size(125, 33);
  299. this.btn载带1载带恢复.Symbol = 0;
  300. this.btn载带1载带恢复.TabIndex = 195;
  301. this.btn载带1载带恢复.Text = "载带恢复";
  302. this.btn载带1载带恢复.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.btn载带1载带恢复.WriteNode = new Node("Application.A33_Encapsulation1_Manual.b载带余量设定按钮", NodeType.BOOL, "HMIset");
  304. //
  305. // uiLabel8
  306. //
  307. this.uiLabel8.AutoSize = true;
  308. this.uiLabel8.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.uiLabel8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  310. this.uiLabel8.Location = new System.Drawing.Point(25, 78);
  311. this.uiLabel8.Name = "uiLabel8";
  312. this.uiLabel8.Size = new System.Drawing.Size(143, 16);
  313. this.uiLabel8.TabIndex = 209;
  314. this.uiLabel8.Text = "余量不足N卷时报警";
  315. //
  316. // txt载带1单卷载带长度
  317. //
  318. this.txt载带1单卷载带长度.Cursor = System.Windows.Forms.Cursors.IBeam;
  319. this.txt载带1单卷载带长度.DecimalPlaces = 5;
  320. this.txt载带1单卷载带长度.DisabilityTriggerNode = null;
  321. this.txt载带1单卷载带长度.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  322. this.txt载带1单卷载带长度.Gain = 0.001D;
  323. this.txt载带1单卷载带长度.IntegerDigits = 0;
  324. this.txt载带1单卷载带长度.InvisibilityTriggerNode = null;
  325. this.txt载带1单卷载带长度.Location = new System.Drawing.Point(160, 37);
  326. this.txt载带1单卷载带长度.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  327. this.txt载带1单卷载带长度.MinimumSize = new System.Drawing.Size(1, 16);
  328. this.txt载带1单卷载带长度.Name = "txt载带1单卷载带长度";
  329. this.txt载带1单卷载带长度.Padding = new System.Windows.Forms.Padding(5);
  330. this.txt载带1单卷载带长度.ReadNode = new Node("Application.A33_Encapsulation1_Manual.lr载带余量设定值", NodeType.LREAL, "HMIset");
  331. this.txt载带1单卷载带长度.ShowText = false;
  332. this.txt载带1单卷载带长度.Size = new System.Drawing.Size(125, 27);
  333. this.txt载带1单卷载带长度.TabIndex = 194;
  334. this.txt载带1单卷载带长度.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  335. this.txt载带1单卷载带长度.Type = Sunny.UI.UITextBox.UIEditType.Double;
  336. this.txt载带1单卷载带长度.Watermark = "";
  337. this.txt载带1单卷载带长度.WriteNode = new Node("Application.A33_Encapsulation1_Manual.lr载带余量设定值", NodeType.LREAL, "HMIset");
  338. //
  339. // uiLabel63
  340. //
  341. this.uiLabel63.AutoSize = true;
  342. this.uiLabel63.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.uiLabel63.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  344. this.uiLabel63.Location = new System.Drawing.Point(25, 45);
  345. this.uiLabel63.Name = "uiLabel63";
  346. this.uiLabel63.Size = new System.Drawing.Size(111, 16);
  347. this.uiLabel63.TabIndex = 193;
  348. this.uiLabel63.Text = "单卷载带长度m";
  349. //
  350. // uiGroupBox18
  351. //
  352. this.uiGroupBox18.Controls.Add(this.txt编带1胶膜余量不足N卷时报警);
  353. this.uiGroupBox18.Controls.Add(this.uiLabel2);
  354. this.uiGroupBox18.Controls.Add(this.btn载带1膜盖恢复);
  355. this.uiGroupBox18.Controls.Add(this.txt载带1单卷膜盖长度);
  356. this.uiGroupBox18.Controls.Add(this.uiLabel51);
  357. this.uiGroupBox18.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.uiGroupBox18.Location = new System.Drawing.Point(339, 208);
  359. this.uiGroupBox18.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  360. this.uiGroupBox18.MinimumSize = new System.Drawing.Size(1, 1);
  361. this.uiGroupBox18.Name = "uiGroupBox18";
  362. this.uiGroupBox18.Padding = new System.Windows.Forms.Padding(0, 32, 0, 0);
  363. this.uiGroupBox18.Size = new System.Drawing.Size(327, 143);
  364. this.uiGroupBox18.TabIndex = 208;
  365. this.uiGroupBox18.Text = "胶膜用量";
  366. this.uiGroupBox18.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  367. //
  368. // txt编带1胶膜余量不足N卷时报警
  369. //
  370. this.txt编带1胶膜余量不足N卷时报警.Cursor = System.Windows.Forms.Cursors.IBeam;
  371. this.txt编带1胶膜余量不足N卷时报警.DisabilityTriggerNode = null;
  372. this.txt编带1胶膜余量不足N卷时报警.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.txt编带1胶膜余量不足N卷时报警.Gain = 1D;
  374. this.txt编带1胶膜余量不足N卷时报警.IntegerDigits = 0;
  375. this.txt编带1胶膜余量不足N卷时报警.InvisibilityTriggerNode = null;
  376. this.txt编带1胶膜余量不足N卷时报警.Location = new System.Drawing.Point(160, 71);
  377. this.txt编带1胶膜余量不足N卷时报警.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  378. this.txt编带1胶膜余量不足N卷时报警.MinimumSize = new System.Drawing.Size(1, 16);
  379. this.txt编带1胶膜余量不足N卷时报警.Name = "txt编带1胶膜余量不足N卷时报警";
  380. this.txt编带1胶膜余量不足N卷时报警.Padding = new System.Windows.Forms.Padding(5);
  381. this.txt编带1胶膜余量不足N卷时报警.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.ui膜带裕量", NodeType.UINT, null);
  382. this.txt编带1胶膜余量不足N卷时报警.ShowText = false;
  383. this.txt编带1胶膜余量不足N卷时报警.Size = new System.Drawing.Size(125, 27);
  384. this.txt编带1胶膜余量不足N卷时报警.TabIndex = 212;
  385. this.txt编带1胶膜余量不足N卷时报警.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  386. this.txt编带1胶膜余量不足N卷时报警.Type = Sunny.UI.UITextBox.UIEditType.Integer;
  387. this.txt编带1胶膜余量不足N卷时报警.Watermark = "";
  388. this.txt编带1胶膜余量不足N卷时报警.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.ui膜带裕量", NodeType.UINT, null);
  389. //
  390. // uiLabel2
  391. //
  392. this.uiLabel2.AutoSize = true;
  393. this.uiLabel2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.uiLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  395. this.uiLabel2.Location = new System.Drawing.Point(25, 78);
  396. this.uiLabel2.Name = "uiLabel2";
  397. this.uiLabel2.Size = new System.Drawing.Size(143, 16);
  398. this.uiLabel2.TabIndex = 211;
  399. this.uiLabel2.Text = "余量不足N卷时报警";
  400. //
  401. // btn载带1膜盖恢复
  402. //
  403. this.btn载带1膜盖恢复.ButtonType = PlcUiControl.ButtonType.保持型;
  404. this.btn载带1膜盖恢复.Cursor = System.Windows.Forms.Cursors.Hand;
  405. this.btn载带1膜盖恢复.DisabilityTriggerNode = null;
  406. this.btn载带1膜盖恢复.FillColor = System.Drawing.Color.LightSeaGreen;
  407. this.btn载带1膜盖恢复.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  408. this.btn载带1膜盖恢复.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  409. this.btn载带1膜盖恢复.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  410. this.btn载带1膜盖恢复.InvisibilityTriggerNode = null;
  411. this.btn载带1膜盖恢复.Location = new System.Drawing.Point(160, 103);
  412. this.btn载带1膜盖恢复.Maximum = 0D;
  413. this.btn载带1膜盖恢复.Minimum = 0D;
  414. this.btn载带1膜盖恢复.MinimumSize = new System.Drawing.Size(1, 1);
  415. this.btn载带1膜盖恢复.Name = "btn载带1膜盖恢复";
  416. this.btn载带1膜盖恢复.NeedUserEnsure = false;
  417. this.btn载带1膜盖恢复.OffColor = System.Drawing.Color.LightSeaGreen;
  418. this.btn载带1膜盖恢复.OffSymbol = 0;
  419. this.btn载带1膜盖恢复.OffText = "膜盖恢复";
  420. this.btn载带1膜盖恢复.OnColor = System.Drawing.Color.Green;
  421. this.btn载带1膜盖恢复.OnSymbol = 0;
  422. this.btn载带1膜盖恢复.OnText = "膜盖恢复";
  423. this.btn载带1膜盖恢复.ReadNode = new Node("Application.A33_Encapsulation1_Manual.b膜卷余量设定按钮", NodeType.BOOL, "HMIset");
  424. this.btn载带1膜盖恢复.Size = new System.Drawing.Size(125, 31);
  425. this.btn载带1膜盖恢复.Symbol = 0;
  426. this.btn载带1膜盖恢复.TabIndex = 190;
  427. this.btn载带1膜盖恢复.Text = "膜盖恢复";
  428. this.btn载带1膜盖恢复.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  429. this.btn载带1膜盖恢复.WriteNode = new Node("Application.A33_Encapsulation1_Manual.b膜卷余量设定按钮", NodeType.BOOL, "HMIset");
  430. //
  431. // txt载带1单卷膜盖长度
  432. //
  433. this.txt载带1单卷膜盖长度.Cursor = System.Windows.Forms.Cursors.IBeam;
  434. this.txt载带1单卷膜盖长度.DecimalPlaces = 5;
  435. this.txt载带1单卷膜盖长度.DisabilityTriggerNode = null;
  436. this.txt载带1单卷膜盖长度.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.txt载带1单卷膜盖长度.Gain = 0.001D;
  438. this.txt载带1单卷膜盖长度.IntegerDigits = 0;
  439. this.txt载带1单卷膜盖长度.InvisibilityTriggerNode = null;
  440. this.txt载带1单卷膜盖长度.Location = new System.Drawing.Point(160, 37);
  441. this.txt载带1单卷膜盖长度.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  442. this.txt载带1单卷膜盖长度.MinimumSize = new System.Drawing.Size(1, 16);
  443. this.txt载带1单卷膜盖长度.Name = "txt载带1单卷膜盖长度";
  444. this.txt载带1单卷膜盖长度.Padding = new System.Windows.Forms.Padding(5);
  445. this.txt载带1单卷膜盖长度.ReadNode = new Node("Application.A33_Encapsulation1_Manual.lr膜卷余量设定值", NodeType.LREAL, "HMIset");
  446. this.txt载带1单卷膜盖长度.ShowText = false;
  447. this.txt载带1单卷膜盖长度.Size = new System.Drawing.Size(125, 27);
  448. this.txt载带1单卷膜盖长度.TabIndex = 75;
  449. this.txt载带1单卷膜盖长度.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  450. this.txt载带1单卷膜盖长度.Type = Sunny.UI.UITextBox.UIEditType.Double;
  451. this.txt载带1单卷膜盖长度.Watermark = "";
  452. this.txt载带1单卷膜盖长度.WriteNode = new Node("Application.A33_Encapsulation1_Manual.lr膜卷余量设定值", NodeType.LREAL, "HMIset");
  453. //
  454. // uiLabel51
  455. //
  456. this.uiLabel51.AutoSize = true;
  457. this.uiLabel51.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.uiLabel51.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  459. this.uiLabel51.Location = new System.Drawing.Point(25, 44);
  460. this.uiLabel51.Name = "uiLabel51";
  461. this.uiLabel51.Size = new System.Drawing.Size(111, 16);
  462. this.uiLabel51.TabIndex = 74;
  463. this.uiLabel51.Text = "单卷膜盖长度m";
  464. //
  465. // TapeSettingForm
  466. //
  467. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  468. this.ClientSize = new System.Drawing.Size(676, 436);
  469. this.Controls.Add(this.uiTabControl1);
  470. this.MaximizeBox = false;
  471. this.MinimizeBox = false;
  472. this.Name = "TapeSettingForm";
  473. this.Text = "胶膜载带设置";
  474. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  475. this.uiTabControl1.ResumeLayout(false);
  476. this.tabPage1.ResumeLayout(false);
  477. this.uiGroupBox15.ResumeLayout(false);
  478. this.uiGroupBox15.PerformLayout();
  479. this.uiGroupBox17.ResumeLayout(false);
  480. this.uiGroupBox17.PerformLayout();
  481. this.uiGroupBox18.ResumeLayout(false);
  482. this.uiGroupBox18.PerformLayout();
  483. this.ResumeLayout(false);
  484. }
  485. #endregion
  486. private Sunny.UI.UITabControl uiTabControl1;
  487. private System.Windows.Forms.TabPage tabPage1;
  488. private Sunny.UI.UIGroupBox uiGroupBox15;
  489. private PlcUiControl.PlcUiNumberInput txt载带1封装数设定值;
  490. private Sunny.UI.UILabel uiLabel50;
  491. private PlcUiControl.PlcUiNumberInput txt载带1后空设定值;
  492. private Sunny.UI.UILabel uiLabel48;
  493. private PlcUiControl.PlcUiButton btn载带1前后空修改;
  494. private PlcUiControl.PlcUiNumberInput txt载带1前空设定值;
  495. private Sunny.UI.UILabel uiLabel47;
  496. private Sunny.UI.UIGroupBox uiGroupBox17;
  497. private PlcUiControl.PlcUiButton btn载带1载带恢复;
  498. private PlcUiControl.PlcUiNumberInput txt载带1单卷载带长度;
  499. private Sunny.UI.UILabel uiLabel63;
  500. private Sunny.UI.UIGroupBox uiGroupBox18;
  501. private PlcUiControl.PlcUiButton btn载带1膜盖恢复;
  502. private PlcUiControl.PlcUiNumberInput txt载带1单卷膜盖长度;
  503. private Sunny.UI.UILabel uiLabel51;
  504. private PlcUiControl.PlcUiNumberInput txt编带1载带余量不足N卷时报警;
  505. private Sunny.UI.UILabel uiLabel8;
  506. private PlcUiControl.PlcUiNumberInput txt编带1胶膜余量不足N卷时报警;
  507. private Sunny.UI.UILabel uiLabel2;
  508. }
  509. }