HomeForm.Designer.cs 92 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319
  1. namespace YangjieTester.主界面
  2. {
  3. partial class HomeForm
  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.components = new System.ComponentModel.Container();
  29. this.btnAuto仿真 = new PlcUiControl.PlcUiButton();
  30. this.btn系统退出 = new PlcUiControl.PlcUiButton();
  31. this.os确认系统退出 = new PlcComponent.PlcOptionSelection(this.components);
  32. this.btn跑马灯 = new MyUiButton();
  33. this.uiTitlePanel1 = new Sunny.UI.UITitlePanel();
  34. this.btn蜂鸣器开关 = new PlcUiControl.PlcUiButton();
  35. this.btn历史记录 = new MyUiButton();
  36. this.btn生产数据 = new MyUiButton();
  37. this.panelAlarm = new Sunny.UI.UITitlePanel();
  38. this.txtAlarm = new Sunny.UI.UITextBox();
  39. this.tabFastOperation = new Sunny.UI.UITabControl();
  40. this.tabPage1 = new System.Windows.Forms.TabPage();
  41. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  42. this.btn开启批次 = new PlcUiControl.PlcUiButton();
  43. this.btn结束批次 = new PlcUiControl.PlcUiButton();
  44. this.bnt当前批次报告 = new MyUiButton();
  45. this.tabPage2 = new System.Windows.Forms.TabPage();
  46. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  47. this.btn封装1首件打样 = new PlcUiControl.PlcUiButton();
  48. this.tabPage3 = new System.Windows.Forms.TabPage();
  49. this.flowLayoutPanel3 = new System.Windows.Forms.FlowLayoutPanel();
  50. this.btn屏蔽安全罩 = new PlcUiControl.PlcUiButton();
  51. this.btn封装温控器开关 = new PlcUiControl.PlcUiButton();
  52. this.btn加热盘温控器开关 = new PlcUiControl.PlcUiButton();
  53. this.btn镭射打标机开关 = new PlcUiControl.PlcUiButton();
  54. this.tabPage4 = new System.Windows.Forms.TabPage();
  55. this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
  56. this.btn工站时间监控 = new MyUiButton();
  57. this.btn吸嘴良率统计 = new MyUiButton();
  58. this.btn测试数量查询 = new MyUiButton();
  59. this.btnNG停止设置 = new MyUiButton();
  60. this.btn测试模式选择 = new MyUiButton();
  61. this.btn胶膜载带设置 = new MyUiButton();
  62. this.btn消耗品寿命设定 = new MyUiButton();
  63. this.btn首件打样设置 = new MyUiButton();
  64. this.btn吸嘴寿命计数2 = new MyUiButton();
  65. this.btn视觉仿真设置 = new MyUiButton();
  66. this.tabPage5 = new System.Windows.Forms.TabPage();
  67. this.flowLayoutPanel5 = new System.Windows.Forms.FlowLayoutPanel();
  68. this.btn编带1最后一盘 = new PlcUiControl.PlcUiButton();
  69. this.btn编带1温控器开关 = new PlcUiControl.PlcUiButton();
  70. this.btn编带1使用换盘机 = new PlcUiControl.PlcUiButton();
  71. this.btn编带1编带清除 = new PlcUiControl.PlcUiButton();
  72. this.btn编带1编带全检 = new PlcUiControl.PlcUiButton();
  73. this.btn编带1印字复检屏蔽 = new PlcUiControl.PlcUiButton();
  74. this.btn编带1压痕画像屏蔽 = new PlcUiControl.PlcUiButton();
  75. this.btn编带1单盘停机 = new PlcUiControl.PlcUiButton();
  76. this.btn编带1封合气缸电磁阀 = new PlcUiControl.PlcUiButton();
  77. this.btn编带1切带气缸电磁阀 = new PlcUiControl.PlcUiButton();
  78. this.panelTips = new Sunny.UI.UITitlePanel();
  79. this.txtTips = new Sunny.UI.UITextBox();
  80. this.uiPanel3 = new Sunny.UI.UIPanel();
  81. this.uiPanel1 = new Sunny.UI.UIPanel();
  82. this.uiTitlePanel1.SuspendLayout();
  83. this.panelAlarm.SuspendLayout();
  84. this.tabFastOperation.SuspendLayout();
  85. this.tabPage1.SuspendLayout();
  86. this.flowLayoutPanel1.SuspendLayout();
  87. this.tabPage2.SuspendLayout();
  88. this.flowLayoutPanel2.SuspendLayout();
  89. this.tabPage3.SuspendLayout();
  90. this.flowLayoutPanel3.SuspendLayout();
  91. this.tabPage4.SuspendLayout();
  92. this.flowLayoutPanel4.SuspendLayout();
  93. this.tabPage5.SuspendLayout();
  94. this.flowLayoutPanel5.SuspendLayout();
  95. this.panelTips.SuspendLayout();
  96. this.uiPanel3.SuspendLayout();
  97. this.SuspendLayout();
  98. //
  99. // btnAuto仿真
  100. //
  101. this.btnAuto仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  102. this.btnAuto仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  103. this.btnAuto仿真.DisabilityTriggerNode = null;
  104. this.btnAuto仿真.FillColor = System.Drawing.Color.LightSeaGreen;
  105. this.btnAuto仿真.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  106. this.btnAuto仿真.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  107. this.btnAuto仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.btnAuto仿真.InvisibilityTriggerNode = null;
  109. this.btnAuto仿真.Location = new System.Drawing.Point(4, 140);
  110. this.btnAuto仿真.Maximum = 0D;
  111. this.btnAuto仿真.Minimum = 0D;
  112. this.btnAuto仿真.MinimumSize = new System.Drawing.Size(1, 1);
  113. this.btnAuto仿真.Name = "btnAuto仿真";
  114. this.btnAuto仿真.NeedUserEnsure = false;
  115. this.btnAuto仿真.OffColor = System.Drawing.Color.LightSeaGreen;
  116. this.btnAuto仿真.OffSymbol = 0;
  117. this.btnAuto仿真.OffText = "Auto仿真";
  118. this.btnAuto仿真.OnColor = System.Drawing.Color.Green;
  119. this.btnAuto仿真.OnSymbol = 0;
  120. this.btnAuto仿真.OnText = "Auto仿真";
  121. this.btnAuto仿真.ReadNode = new Node("Application.Var_state.Auto仿真", NodeType.BOOL, null);
  122. this.btnAuto仿真.Size = new System.Drawing.Size(150, 42);
  123. this.btnAuto仿真.Symbol = 0;
  124. this.btnAuto仿真.TabIndex = 1;
  125. this.btnAuto仿真.Text = "Auto仿真";
  126. this.btnAuto仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. this.btnAuto仿真.WriteNode = new Node("Application.Var_state.Auto仿真", NodeType.BOOL, null);
  128. //
  129. // btn系统退出
  130. //
  131. this.btn系统退出.ButtonType = PlcUiControl.ButtonType.保持型;
  132. this.btn系统退出.Cursor = System.Windows.Forms.Cursors.Hand;
  133. this.btn系统退出.DisabilityTriggerNode = null;
  134. this.btn系统退出.FillColor = System.Drawing.Color.LightSeaGreen;
  135. this.btn系统退出.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  136. this.btn系统退出.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  137. this.btn系统退出.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.btn系统退出.InvisibilityTriggerNode = null;
  139. this.btn系统退出.Location = new System.Drawing.Point(4, 199);
  140. this.btn系统退出.Maximum = 0D;
  141. this.btn系统退出.Minimum = 0D;
  142. this.btn系统退出.MinimumSize = new System.Drawing.Size(1, 1);
  143. this.btn系统退出.Name = "btn系统退出";
  144. this.btn系统退出.NeedUserEnsure = false;
  145. this.btn系统退出.OffColor = System.Drawing.Color.LightSeaGreen;
  146. this.btn系统退出.OffSymbol = 0;
  147. this.btn系统退出.OffText = "系统退出并断电";
  148. this.btn系统退出.OnColor = System.Drawing.Color.Green;
  149. this.btn系统退出.OnSymbol = 0;
  150. this.btn系统退出.OnText = "系统退出并断电";
  151. this.btn系统退出.ReadNode = new Node("Application.Var_state.b系统退出按钮", NodeType.BOOL, null);
  152. this.btn系统退出.Size = new System.Drawing.Size(150, 42);
  153. this.btn系统退出.Symbol = 0;
  154. this.btn系统退出.TabIndex = 2;
  155. this.btn系统退出.Text = "系统退出并断电";
  156. this.btn系统退出.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.btn系统退出.WriteNode = new Node("Application.Var_state.b系统退出按钮", NodeType.BOOL, null);
  158. //
  159. // os确认系统退出
  160. //
  161. this.os确认系统退出.EnsureNode1 = new Node("Application.Var_state.b确认系统退出", NodeType.BOOL, null);
  162. this.os确认系统退出.EnsureNode2 = new Node("Application.Var_state.b取消系统退出", NodeType.BOOL, null);
  163. this.os确认系统退出.FormCaption = "询问确认系统退出";
  164. this.os确认系统退出.Message = "退出系统后,十秒后设备自动断电,请确认";
  165. this.os确认系统退出.ReadNode = new Node("Application.Var_state.b系统退出弹窗", NodeType.BOOL, null);
  166. this.os确认系统退出.Text1 = "确认";
  167. this.os确认系统退出.Text2 = "取消";
  168. this.os确认系统退出.Button1MouseDown += new System.EventHandler(this.os确认系统退出_Button1MouseDown);
  169. //
  170. // btn跑马灯
  171. //
  172. this.btn跑马灯.Cursor = System.Windows.Forms.Cursors.Hand;
  173. this.btn跑马灯.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.btn跑马灯.Location = new System.Drawing.Point(4, 317);
  175. this.btn跑马灯.MinimumSize = new System.Drawing.Size(1, 1);
  176. this.btn跑马灯.Name = "btn跑马灯";
  177. this.btn跑马灯.NeedUserEnsure = false;
  178. this.btn跑马灯.Size = new System.Drawing.Size(150, 42);
  179. this.btn跑马灯.Symbol = 0;
  180. this.btn跑马灯.TabIndex = 4;
  181. this.btn跑马灯.Text = "跑马灯";
  182. this.btn跑马灯.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btn跑马灯.Click += new System.EventHandler(this.btn跑马灯_Click);
  184. //
  185. // uiTitlePanel1
  186. //
  187. this.uiTitlePanel1.Controls.Add(this.btn蜂鸣器开关);
  188. this.uiTitlePanel1.Controls.Add(this.btn历史记录);
  189. this.uiTitlePanel1.Controls.Add(this.btn生产数据);
  190. this.uiTitlePanel1.Controls.Add(this.btnAuto仿真);
  191. this.uiTitlePanel1.Controls.Add(this.btn跑马灯);
  192. this.uiTitlePanel1.Controls.Add(this.btn系统退出);
  193. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Left;
  194. this.uiTitlePanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  195. this.uiTitlePanel1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  196. this.uiTitlePanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  198. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  199. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  200. this.uiTitlePanel1.Name = "uiTitlePanel1";
  201. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
  202. this.uiTitlePanel1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  203. this.uiTitlePanel1.ShowText = false;
  204. this.uiTitlePanel1.Size = new System.Drawing.Size(155, 940);
  205. this.uiTitlePanel1.Style = Sunny.UI.UIStyle.Custom;
  206. this.uiTitlePanel1.TabIndex = 5;
  207. this.uiTitlePanel1.Text = "快捷操作";
  208. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  209. this.uiTitlePanel1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  210. //
  211. // btn蜂鸣器开关
  212. //
  213. this.btn蜂鸣器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  214. this.btn蜂鸣器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  215. this.btn蜂鸣器开关.DisabilityTriggerNode = null;
  216. this.btn蜂鸣器开关.FillColor = System.Drawing.Color.Gray;
  217. this.btn蜂鸣器开关.FillHoverColor = System.Drawing.Color.Gray;
  218. this.btn蜂鸣器开关.FillSelectedColor = System.Drawing.Color.Gray;
  219. this.btn蜂鸣器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btn蜂鸣器开关.InvisibilityTriggerNode = null;
  221. this.btn蜂鸣器开关.Location = new System.Drawing.Point(4, 89);
  222. this.btn蜂鸣器开关.Margin = new System.Windows.Forms.Padding(8);
  223. this.btn蜂鸣器开关.Maximum = 0D;
  224. this.btn蜂鸣器开关.Minimum = 0D;
  225. this.btn蜂鸣器开关.MinimumSize = new System.Drawing.Size(1, 1);
  226. this.btn蜂鸣器开关.Name = "btn蜂鸣器开关";
  227. this.btn蜂鸣器开关.NeedUserEnsure = true;
  228. this.btn蜂鸣器开关.OffColor = System.Drawing.Color.Gray;
  229. this.btn蜂鸣器开关.OffSymbol = 61453;
  230. this.btn蜂鸣器开关.OffText = "蜂鸣器关";
  231. this.btn蜂鸣器开关.OnColor = System.Drawing.Color.Green;
  232. this.btn蜂鸣器开关.OnSymbol = 61452;
  233. this.btn蜂鸣器开关.OnText = "蜂鸣器开";
  234. this.btn蜂鸣器开关.ReadNode = new Node("Application.Var_state.蜂鸣器开关", NodeType.BOOL, null);
  235. this.btn蜂鸣器开关.Size = new System.Drawing.Size(151, 40);
  236. this.btn蜂鸣器开关.Symbol = 61453;
  237. this.btn蜂鸣器开关.TabIndex = 189;
  238. this.btn蜂鸣器开关.Text = "蜂鸣器关";
  239. this.btn蜂鸣器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.btn蜂鸣器开关.WriteNode = new Node("Application.Var_state.蜂鸣器开关", NodeType.BOOL, null);
  241. //
  242. // btn历史记录
  243. //
  244. this.btn历史记录.Cursor = System.Windows.Forms.Cursors.Hand;
  245. this.btn历史记录.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.btn历史记录.Location = new System.Drawing.Point(4, 376);
  247. this.btn历史记录.MinimumSize = new System.Drawing.Size(1, 1);
  248. this.btn历史记录.Name = "btn历史记录";
  249. this.btn历史记录.NeedUserEnsure = false;
  250. this.btn历史记录.Size = new System.Drawing.Size(150, 42);
  251. this.btn历史记录.Symbol = 0;
  252. this.btn历史记录.TabIndex = 6;
  253. this.btn历史记录.Text = "历史记录";
  254. this.btn历史记录.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.btn历史记录.Click += new System.EventHandler(this.btnAlarmLog_Click);
  256. //
  257. // btn生产数据
  258. //
  259. this.btn生产数据.Cursor = System.Windows.Forms.Cursors.Hand;
  260. this.btn生产数据.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.btn生产数据.Location = new System.Drawing.Point(4, 258);
  262. this.btn生产数据.MinimumSize = new System.Drawing.Size(1, 1);
  263. this.btn生产数据.Name = "btn生产数据";
  264. this.btn生产数据.NeedUserEnsure = false;
  265. this.btn生产数据.Size = new System.Drawing.Size(150, 42);
  266. this.btn生产数据.Symbol = 0;
  267. this.btn生产数据.TabIndex = 5;
  268. this.btn生产数据.Text = "生产数据";
  269. this.btn生产数据.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.btn生产数据.Click += new System.EventHandler(this.btn生产数据_Click);
  271. //
  272. // panelAlarm
  273. //
  274. this.panelAlarm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  275. | System.Windows.Forms.AnchorStyles.Left)));
  276. this.panelAlarm.Controls.Add(this.txtAlarm);
  277. this.panelAlarm.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  278. this.panelAlarm.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  279. this.panelAlarm.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.panelAlarm.Location = new System.Drawing.Point(4, 5);
  281. this.panelAlarm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  282. this.panelAlarm.MinimumSize = new System.Drawing.Size(1, 1);
  283. this.panelAlarm.Name = "panelAlarm";
  284. this.panelAlarm.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
  285. this.panelAlarm.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  286. this.panelAlarm.ShowText = false;
  287. this.panelAlarm.Size = new System.Drawing.Size(370, 146);
  288. this.panelAlarm.Style = Sunny.UI.UIStyle.Custom;
  289. this.panelAlarm.TabIndex = 7;
  290. this.panelAlarm.Text = "报警信息";
  291. this.panelAlarm.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  292. this.panelAlarm.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  293. //
  294. // txtAlarm
  295. //
  296. this.txtAlarm.Cursor = System.Windows.Forms.Cursors.IBeam;
  297. this.txtAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
  298. this.txtAlarm.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.txtAlarm.Location = new System.Drawing.Point(1, 35);
  300. this.txtAlarm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  301. this.txtAlarm.MinimumSize = new System.Drawing.Size(1, 16);
  302. this.txtAlarm.Multiline = true;
  303. this.txtAlarm.Name = "txtAlarm";
  304. this.txtAlarm.Padding = new System.Windows.Forms.Padding(5);
  305. this.txtAlarm.ScrollBarHandleWidth = 20;
  306. this.txtAlarm.ShowScrollBar = true;
  307. this.txtAlarm.ShowText = false;
  308. this.txtAlarm.Size = new System.Drawing.Size(368, 110);
  309. this.txtAlarm.TabIndex = 0;
  310. this.txtAlarm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  311. this.txtAlarm.Watermark = "";
  312. //
  313. // tabFastOperation
  314. //
  315. this.tabFastOperation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  316. | System.Windows.Forms.AnchorStyles.Left)
  317. | System.Windows.Forms.AnchorStyles.Right)));
  318. this.tabFastOperation.Controls.Add(this.tabPage1);
  319. this.tabFastOperation.Controls.Add(this.tabPage2);
  320. this.tabFastOperation.Controls.Add(this.tabPage3);
  321. this.tabFastOperation.Controls.Add(this.tabPage4);
  322. this.tabFastOperation.Controls.Add(this.tabPage5);
  323. this.tabFastOperation.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  324. this.tabFastOperation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  325. this.tabFastOperation.ItemSize = new System.Drawing.Size(120, 35);
  326. this.tabFastOperation.Location = new System.Drawing.Point(757, 5);
  327. this.tabFastOperation.MainPage = "";
  328. this.tabFastOperation.Name = "tabFastOperation";
  329. this.tabFastOperation.SelectedIndex = 0;
  330. this.tabFastOperation.Size = new System.Drawing.Size(996, 145);
  331. this.tabFastOperation.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  332. this.tabFastOperation.TabIndex = 8;
  333. this.tabFastOperation.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. //
  335. // tabPage1
  336. //
  337. this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  338. this.tabPage1.Controls.Add(this.flowLayoutPanel1);
  339. this.tabPage1.Location = new System.Drawing.Point(0, 35);
  340. this.tabPage1.Name = "tabPage1";
  341. this.tabPage1.Size = new System.Drawing.Size(996, 110);
  342. this.tabPage1.TabIndex = 0;
  343. this.tabPage1.Text = "批次";
  344. this.tabPage1.UseVisualStyleBackColor = true;
  345. //
  346. // flowLayoutPanel1
  347. //
  348. this.flowLayoutPanel1.Controls.Add(this.btn开启批次);
  349. this.flowLayoutPanel1.Controls.Add(this.btn结束批次);
  350. this.flowLayoutPanel1.Controls.Add(this.bnt当前批次报告);
  351. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  353. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  354. this.flowLayoutPanel1.Size = new System.Drawing.Size(994, 108);
  355. this.flowLayoutPanel1.TabIndex = 191;
  356. //
  357. // btn开启批次
  358. //
  359. this.btn开启批次.ButtonType = PlcUiControl.ButtonType.设On;
  360. this.btn开启批次.Cursor = System.Windows.Forms.Cursors.Hand;
  361. this.btn开启批次.DisabilityTriggerNode = null;
  362. this.btn开启批次.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  363. this.btn开启批次.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  364. this.btn开启批次.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  365. this.btn开启批次.InvisibilityTriggerNode = null;
  366. this.btn开启批次.Location = new System.Drawing.Point(8, 8);
  367. this.btn开启批次.Margin = new System.Windows.Forms.Padding(8);
  368. this.btn开启批次.Maximum = 0D;
  369. this.btn开启批次.Minimum = 0D;
  370. this.btn开启批次.MinimumSize = new System.Drawing.Size(1, 1);
  371. this.btn开启批次.Name = "btn开启批次";
  372. this.btn开启批次.NeedUserEnsure = true;
  373. this.btn开启批次.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  374. this.btn开启批次.OffSymbol = 0;
  375. this.btn开启批次.OffText = "开启批次";
  376. this.btn开启批次.OnColor = System.Drawing.Color.Green;
  377. this.btn开启批次.OnSymbol = 0;
  378. this.btn开启批次.OnText = "批次执行中";
  379. this.btn开启批次.ReadNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  380. this.btn开启批次.Size = new System.Drawing.Size(135, 40);
  381. this.btn开启批次.Symbol = 0;
  382. this.btn开启批次.TabIndex = 188;
  383. this.btn开启批次.Text = "开启批次";
  384. this.btn开启批次.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.btn开启批次.WriteNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  386. this.btn开启批次.BeforeWrite += new System.EventHandler<System.ComponentModel.CancelEventArgs>(this.btn开启批次_BeforeWrite);
  387. //
  388. // btn结束批次
  389. //
  390. this.btn结束批次.ButtonType = PlcUiControl.ButtonType.设Off;
  391. this.btn结束批次.Cursor = System.Windows.Forms.Cursors.Hand;
  392. this.btn结束批次.DisabilityTriggerNode = null;
  393. this.btn结束批次.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  394. this.btn结束批次.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  395. this.btn结束批次.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.btn结束批次.InvisibilityTriggerNode = null;
  397. this.btn结束批次.Location = new System.Drawing.Point(159, 8);
  398. this.btn结束批次.Margin = new System.Windows.Forms.Padding(8);
  399. this.btn结束批次.Maximum = 0D;
  400. this.btn结束批次.Minimum = 0D;
  401. this.btn结束批次.MinimumSize = new System.Drawing.Size(1, 1);
  402. this.btn结束批次.Name = "btn结束批次";
  403. this.btn结束批次.NeedUserEnsure = true;
  404. this.btn结束批次.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  405. this.btn结束批次.OffSymbol = 0;
  406. this.btn结束批次.OffText = "结束批次";
  407. this.btn结束批次.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  408. this.btn结束批次.OnSymbol = 0;
  409. this.btn结束批次.OnText = "结束批次";
  410. this.btn结束批次.ReadNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  411. this.btn结束批次.Size = new System.Drawing.Size(135, 40);
  412. this.btn结束批次.Symbol = 0;
  413. this.btn结束批次.TabIndex = 189;
  414. this.btn结束批次.Text = "结束批次";
  415. this.btn结束批次.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.btn结束批次.WriteNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  417. this.btn结束批次.BeforeWrite += new System.EventHandler<System.ComponentModel.CancelEventArgs>(this.btn结束批次_BeforeWrite);
  418. //
  419. // bnt当前批次报告
  420. //
  421. this.bnt当前批次报告.Cursor = System.Windows.Forms.Cursors.Hand;
  422. this.bnt当前批次报告.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  423. this.bnt当前批次报告.Location = new System.Drawing.Point(310, 8);
  424. this.bnt当前批次报告.Margin = new System.Windows.Forms.Padding(8);
  425. this.bnt当前批次报告.MinimumSize = new System.Drawing.Size(1, 1);
  426. this.bnt当前批次报告.Name = "bnt当前批次报告";
  427. this.bnt当前批次报告.NeedUserEnsure = false;
  428. this.bnt当前批次报告.Size = new System.Drawing.Size(135, 40);
  429. this.bnt当前批次报告.Symbol = 0;
  430. this.bnt当前批次报告.TabIndex = 190;
  431. this.bnt当前批次报告.Text = "当前批次报告";
  432. this.bnt当前批次报告.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.bnt当前批次报告.Click += new System.EventHandler(this.bnt当前批次报告_Click);
  434. //
  435. // tabPage2
  436. //
  437. this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  438. this.tabPage2.Controls.Add(this.flowLayoutPanel2);
  439. this.tabPage2.Location = new System.Drawing.Point(0, 35);
  440. this.tabPage2.Name = "tabPage2";
  441. this.tabPage2.Size = new System.Drawing.Size(996, 110);
  442. this.tabPage2.TabIndex = 1;
  443. this.tabPage2.Text = "常用1";
  444. this.tabPage2.UseVisualStyleBackColor = true;
  445. //
  446. // flowLayoutPanel2
  447. //
  448. this.flowLayoutPanel2.Controls.Add(this.btn封装1首件打样);
  449. this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  450. this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  451. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  452. this.flowLayoutPanel2.Size = new System.Drawing.Size(994, 108);
  453. this.flowLayoutPanel2.TabIndex = 190;
  454. //
  455. // btn封装1首件打样
  456. //
  457. this.btn封装1首件打样.ButtonType = PlcUiControl.ButtonType.交替型;
  458. this.btn封装1首件打样.Cursor = System.Windows.Forms.Cursors.Hand;
  459. this.btn封装1首件打样.DisabilityTriggerNode = null;
  460. this.btn封装1首件打样.FillColor = System.Drawing.Color.Gray;
  461. this.btn封装1首件打样.FillHoverColor = System.Drawing.Color.Gray;
  462. this.btn封装1首件打样.FillSelectedColor = System.Drawing.Color.Gray;
  463. this.btn封装1首件打样.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. this.btn封装1首件打样.InvisibilityTriggerNode = null;
  465. this.btn封装1首件打样.Location = new System.Drawing.Point(8, 8);
  466. this.btn封装1首件打样.Margin = new System.Windows.Forms.Padding(8);
  467. this.btn封装1首件打样.Maximum = 0D;
  468. this.btn封装1首件打样.Minimum = 0D;
  469. this.btn封装1首件打样.MinimumSize = new System.Drawing.Size(1, 1);
  470. this.btn封装1首件打样.Name = "btn封装1首件打样";
  471. this.btn封装1首件打样.NeedUserEnsure = true;
  472. this.btn封装1首件打样.OffColor = System.Drawing.Color.Gray;
  473. this.btn封装1首件打样.OffSymbol = 61453;
  474. this.btn封装1首件打样.OffText = "封装1首件打样";
  475. this.btn封装1首件打样.OnColor = System.Drawing.Color.Green;
  476. this.btn封装1首件打样.OnSymbol = 61452;
  477. this.btn封装1首件打样.OnText = "封装首件打样";
  478. this.btn封装1首件打样.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b_QC样本带开启", NodeType.BOOL, null);
  479. this.btn封装1首件打样.Size = new System.Drawing.Size(135, 40);
  480. this.btn封装1首件打样.Symbol = 61453;
  481. this.btn封装1首件打样.TabIndex = 188;
  482. this.btn封装1首件打样.Text = "封装1首件打样";
  483. this.btn封装1首件打样.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.btn封装1首件打样.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b_QC样本带开启", NodeType.BOOL, null);
  485. //
  486. // tabPage3
  487. //
  488. this.tabPage3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  489. this.tabPage3.Controls.Add(this.flowLayoutPanel3);
  490. this.tabPage3.Location = new System.Drawing.Point(0, 35);
  491. this.tabPage3.Name = "tabPage3";
  492. this.tabPage3.Size = new System.Drawing.Size(996, 110);
  493. this.tabPage3.TabIndex = 2;
  494. this.tabPage3.Text = "常用2";
  495. this.tabPage3.UseVisualStyleBackColor = true;
  496. //
  497. // flowLayoutPanel3
  498. //
  499. this.flowLayoutPanel3.Controls.Add(this.btn屏蔽安全罩);
  500. this.flowLayoutPanel3.Controls.Add(this.btn封装温控器开关);
  501. this.flowLayoutPanel3.Controls.Add(this.btn加热盘温控器开关);
  502. this.flowLayoutPanel3.Controls.Add(this.btn镭射打标机开关);
  503. this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  504. this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  505. this.flowLayoutPanel3.Name = "flowLayoutPanel3";
  506. this.flowLayoutPanel3.Size = new System.Drawing.Size(994, 108);
  507. this.flowLayoutPanel3.TabIndex = 192;
  508. //
  509. // btn屏蔽安全罩
  510. //
  511. this.btn屏蔽安全罩.ButtonType = PlcUiControl.ButtonType.交替型;
  512. this.btn屏蔽安全罩.Cursor = System.Windows.Forms.Cursors.Hand;
  513. this.btn屏蔽安全罩.DisabilityTriggerNode = null;
  514. this.btn屏蔽安全罩.FillColor = System.Drawing.Color.Gray;
  515. this.btn屏蔽安全罩.FillHoverColor = System.Drawing.Color.Gray;
  516. this.btn屏蔽安全罩.FillSelectedColor = System.Drawing.Color.Gray;
  517. this.btn屏蔽安全罩.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.btn屏蔽安全罩.InvisibilityTriggerNode = null;
  519. this.btn屏蔽安全罩.Location = new System.Drawing.Point(8, 8);
  520. this.btn屏蔽安全罩.Margin = new System.Windows.Forms.Padding(8);
  521. this.btn屏蔽安全罩.Maximum = 0D;
  522. this.btn屏蔽安全罩.Minimum = 0D;
  523. this.btn屏蔽安全罩.MinimumSize = new System.Drawing.Size(1, 1);
  524. this.btn屏蔽安全罩.Name = "btn屏蔽安全罩";
  525. this.btn屏蔽安全罩.NeedUserEnsure = true;
  526. this.btn屏蔽安全罩.OffColor = System.Drawing.Color.Gray;
  527. this.btn屏蔽安全罩.OffSymbol = 61453;
  528. this.btn屏蔽安全罩.OffText = "安全罩屏蔽";
  529. this.btn屏蔽安全罩.OnColor = System.Drawing.Color.Green;
  530. this.btn屏蔽安全罩.OnSymbol = 61452;
  531. this.btn屏蔽安全罩.OnText = "安全罩启用";
  532. this.btn屏蔽安全罩.ReadNode = new Node("Application.A00_Turntable_Manual.b安全罩自动启用", NodeType.BOOL, null);
  533. this.btn屏蔽安全罩.Size = new System.Drawing.Size(135, 40);
  534. this.btn屏蔽安全罩.Symbol = 61453;
  535. this.btn屏蔽安全罩.TabIndex = 187;
  536. this.btn屏蔽安全罩.Text = "安全罩屏蔽";
  537. this.btn屏蔽安全罩.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  538. this.btn屏蔽安全罩.WriteNode = new Node("Application.A00_Turntable_Manual.b安全罩自动启用", NodeType.BOOL, null);
  539. //
  540. // btn封装温控器开关
  541. //
  542. this.btn封装温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  543. this.btn封装温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  544. this.btn封装温控器开关.DisabilityTriggerNode = null;
  545. this.btn封装温控器开关.FillColor = System.Drawing.Color.Gray;
  546. this.btn封装温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  547. this.btn封装温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  548. this.btn封装温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  549. this.btn封装温控器开关.InvisibilityTriggerNode = null;
  550. this.btn封装温控器开关.Location = new System.Drawing.Point(159, 8);
  551. this.btn封装温控器开关.Margin = new System.Windows.Forms.Padding(8);
  552. this.btn封装温控器开关.Maximum = 0D;
  553. this.btn封装温控器开关.Minimum = 0D;
  554. this.btn封装温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  555. this.btn封装温控器开关.Name = "btn封装温控器开关";
  556. this.btn封装温控器开关.NeedUserEnsure = true;
  557. this.btn封装温控器开关.OffColor = System.Drawing.Color.Gray;
  558. this.btn封装温控器开关.OffSymbol = 61453;
  559. this.btn封装温控器开关.OffText = "封装1温控器";
  560. this.btn封装温控器开关.OnColor = System.Drawing.Color.Green;
  561. this.btn封装温控器开关.OnSymbol = 61452;
  562. this.btn封装温控器开关.OnText = "封装温控器";
  563. this.btn封装温控器开关.ReadNode = new Node("Application.A33_Encapsulation1_Manual.b温控开关", NodeType.BOOL, null);
  564. this.btn封装温控器开关.Size = new System.Drawing.Size(135, 40);
  565. this.btn封装温控器开关.Symbol = 61453;
  566. this.btn封装温控器开关.TabIndex = 188;
  567. this.btn封装温控器开关.Text = "封装1温控器";
  568. this.btn封装温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  569. this.btn封装温控器开关.WriteNode = new Node("Application.A33_Encapsulation1_Manual.b温控开关", NodeType.BOOL, null);
  570. //
  571. // btn加热盘温控器开关
  572. //
  573. this.btn加热盘温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  574. this.btn加热盘温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  575. this.btn加热盘温控器开关.DisabilityTriggerNode = null;
  576. this.btn加热盘温控器开关.FillColor = System.Drawing.Color.Gray;
  577. this.btn加热盘温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  578. this.btn加热盘温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  579. this.btn加热盘温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.btn加热盘温控器开关.InvisibilityTriggerNode = null;
  581. this.btn加热盘温控器开关.Location = new System.Drawing.Point(310, 8);
  582. this.btn加热盘温控器开关.Margin = new System.Windows.Forms.Padding(8);
  583. this.btn加热盘温控器开关.Maximum = 0D;
  584. this.btn加热盘温控器开关.Minimum = 0D;
  585. this.btn加热盘温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  586. this.btn加热盘温控器开关.Name = "btn加热盘温控器开关";
  587. this.btn加热盘温控器开关.NeedUserEnsure = true;
  588. this.btn加热盘温控器开关.OffColor = System.Drawing.Color.Gray;
  589. this.btn加热盘温控器开关.OffSymbol = 61453;
  590. this.btn加热盘温控器开关.OffText = "加热盘温控器";
  591. this.btn加热盘温控器开关.OnColor = System.Drawing.Color.Green;
  592. this.btn加热盘温控器开关.OnSymbol = 61452;
  593. this.btn加热盘温控器开关.OnText = "加热盘温控器";
  594. this.btn加热盘温控器开关.ReadNode = new Node("Application.A14_ThermalTest_Manual.b加热盘温控器启停", NodeType.BOOL, "HMI Set");
  595. this.btn加热盘温控器开关.Size = new System.Drawing.Size(135, 40);
  596. this.btn加热盘温控器开关.Symbol = 61453;
  597. this.btn加热盘温控器开关.TabIndex = 191;
  598. this.btn加热盘温控器开关.Text = "加热盘温控器";
  599. this.btn加热盘温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  600. this.btn加热盘温控器开关.WriteNode = new Node("Application.A14_ThermalTest_Manual.b加热盘温控器启停", NodeType.BOOL, "HMI Set");
  601. //
  602. // btn镭射打标机开关
  603. //
  604. this.btn镭射打标机开关.ButtonType = PlcUiControl.ButtonType.交替型;
  605. this.btn镭射打标机开关.Cursor = System.Windows.Forms.Cursors.Hand;
  606. this.btn镭射打标机开关.DisabilityTriggerNode = null;
  607. this.btn镭射打标机开关.FillColor = System.Drawing.Color.Gray;
  608. this.btn镭射打标机开关.FillHoverColor = System.Drawing.Color.Gray;
  609. this.btn镭射打标机开关.FillSelectedColor = System.Drawing.Color.Gray;
  610. this.btn镭射打标机开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.btn镭射打标机开关.InvisibilityTriggerNode = null;
  612. this.btn镭射打标机开关.Location = new System.Drawing.Point(461, 8);
  613. this.btn镭射打标机开关.Margin = new System.Windows.Forms.Padding(8);
  614. this.btn镭射打标机开关.Maximum = 0D;
  615. this.btn镭射打标机开关.Minimum = 0D;
  616. this.btn镭射打标机开关.MinimumSize = new System.Drawing.Size(1, 1);
  617. this.btn镭射打标机开关.Name = "btn镭射打标机开关";
  618. this.btn镭射打标机开关.NeedUserEnsure = true;
  619. this.btn镭射打标机开关.OffColor = System.Drawing.Color.Gray;
  620. this.btn镭射打标机开关.OffSymbol = 61453;
  621. this.btn镭射打标机开关.OffText = "镭射打标机关闭";
  622. this.btn镭射打标机开关.OnColor = System.Drawing.Color.Green;
  623. this.btn镭射打标机开关.OnSymbol = 61452;
  624. this.btn镭射打标机开关.OnText = "镭射打标机启用";
  625. this.btn镭射打标机开关.ReadNode = new Node("Application.A23_LaserMarking_Auto.b打标机开关", NodeType.BOOL, "0关,1开");
  626. this.btn镭射打标机开关.Size = new System.Drawing.Size(135, 40);
  627. this.btn镭射打标机开关.Symbol = 61453;
  628. this.btn镭射打标机开关.TabIndex = 192;
  629. this.btn镭射打标机开关.Text = "镭射打标机关闭";
  630. this.btn镭射打标机开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  631. this.btn镭射打标机开关.WriteNode = new Node("Application.A23_LaserMarking_Auto.b打标机开关", NodeType.BOOL, "0关,1开");
  632. //
  633. // tabPage4
  634. //
  635. this.tabPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  636. this.tabPage4.Controls.Add(this.flowLayoutPanel4);
  637. this.tabPage4.Location = new System.Drawing.Point(0, 35);
  638. this.tabPage4.Name = "tabPage4";
  639. this.tabPage4.Size = new System.Drawing.Size(996, 110);
  640. this.tabPage4.TabIndex = 3;
  641. this.tabPage4.Text = "常用3";
  642. this.tabPage4.UseVisualStyleBackColor = true;
  643. //
  644. // flowLayoutPanel4
  645. //
  646. this.flowLayoutPanel4.Controls.Add(this.btn工站时间监控);
  647. this.flowLayoutPanel4.Controls.Add(this.btn吸嘴良率统计);
  648. this.flowLayoutPanel4.Controls.Add(this.btn测试数量查询);
  649. this.flowLayoutPanel4.Controls.Add(this.btnNG停止设置);
  650. this.flowLayoutPanel4.Controls.Add(this.btn测试模式选择);
  651. this.flowLayoutPanel4.Controls.Add(this.btn胶膜载带设置);
  652. this.flowLayoutPanel4.Controls.Add(this.btn消耗品寿命设定);
  653. this.flowLayoutPanel4.Controls.Add(this.btn首件打样设置);
  654. this.flowLayoutPanel4.Controls.Add(this.btn吸嘴寿命计数2);
  655. this.flowLayoutPanel4.Controls.Add(this.btn视觉仿真设置);
  656. this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  657. this.flowLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  658. this.flowLayoutPanel4.Name = "flowLayoutPanel4";
  659. this.flowLayoutPanel4.Size = new System.Drawing.Size(994, 108);
  660. this.flowLayoutPanel4.TabIndex = 12;
  661. //
  662. // btn工站时间监控
  663. //
  664. this.btn工站时间监控.Cursor = System.Windows.Forms.Cursors.Hand;
  665. this.btn工站时间监控.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.btn工站时间监控.Location = new System.Drawing.Point(8, 8);
  667. this.btn工站时间监控.Margin = new System.Windows.Forms.Padding(8);
  668. this.btn工站时间监控.MinimumSize = new System.Drawing.Size(1, 1);
  669. this.btn工站时间监控.Name = "btn工站时间监控";
  670. this.btn工站时间监控.NeedUserEnsure = false;
  671. this.btn工站时间监控.Size = new System.Drawing.Size(135, 40);
  672. this.btn工站时间监控.Symbol = 0;
  673. this.btn工站时间监控.TabIndex = 4;
  674. this.btn工站时间监控.Text = "工站时间监控";
  675. this.btn工站时间监控.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  676. this.btn工站时间监控.Click += new System.EventHandler(this.btn工站时间监控_Click_1);
  677. //
  678. // btn吸嘴良率统计
  679. //
  680. this.btn吸嘴良率统计.Cursor = System.Windows.Forms.Cursors.Hand;
  681. this.btn吸嘴良率统计.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  682. this.btn吸嘴良率统计.Location = new System.Drawing.Point(159, 8);
  683. this.btn吸嘴良率统计.Margin = new System.Windows.Forms.Padding(8);
  684. this.btn吸嘴良率统计.MinimumSize = new System.Drawing.Size(1, 1);
  685. this.btn吸嘴良率统计.Name = "btn吸嘴良率统计";
  686. this.btn吸嘴良率统计.NeedUserEnsure = false;
  687. this.btn吸嘴良率统计.Size = new System.Drawing.Size(135, 40);
  688. this.btn吸嘴良率统计.Symbol = 0;
  689. this.btn吸嘴良率统计.TabIndex = 5;
  690. this.btn吸嘴良率统计.Text = "吸嘴良率统计";
  691. this.btn吸嘴良率统计.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  692. this.btn吸嘴良率统计.Click += new System.EventHandler(this.btn吸嘴良率统计_Click);
  693. //
  694. // btn测试数量查询
  695. //
  696. this.btn测试数量查询.Cursor = System.Windows.Forms.Cursors.Hand;
  697. this.btn测试数量查询.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  698. this.btn测试数量查询.Location = new System.Drawing.Point(310, 8);
  699. this.btn测试数量查询.Margin = new System.Windows.Forms.Padding(8);
  700. this.btn测试数量查询.MinimumSize = new System.Drawing.Size(1, 1);
  701. this.btn测试数量查询.Name = "btn测试数量查询";
  702. this.btn测试数量查询.NeedUserEnsure = false;
  703. this.btn测试数量查询.Size = new System.Drawing.Size(135, 40);
  704. this.btn测试数量查询.Symbol = 0;
  705. this.btn测试数量查询.TabIndex = 13;
  706. this.btn测试数量查询.Text = "测试数量查询";
  707. this.btn测试数量查询.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  708. this.btn测试数量查询.Click += new System.EventHandler(this.btn测试数量查询_Click);
  709. //
  710. // btnNG停止设置
  711. //
  712. this.btnNG停止设置.Cursor = System.Windows.Forms.Cursors.Hand;
  713. this.btnNG停止设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  714. this.btnNG停止设置.Location = new System.Drawing.Point(461, 8);
  715. this.btnNG停止设置.Margin = new System.Windows.Forms.Padding(8);
  716. this.btnNG停止设置.MinimumSize = new System.Drawing.Size(1, 1);
  717. this.btnNG停止设置.Name = "btnNG停止设置";
  718. this.btnNG停止设置.NeedUserEnsure = false;
  719. this.btnNG停止设置.Size = new System.Drawing.Size(135, 40);
  720. this.btnNG停止设置.Symbol = 0;
  721. this.btnNG停止设置.TabIndex = 6;
  722. this.btnNG停止设置.Text = "NG停止设置";
  723. this.btnNG停止设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  724. this.btnNG停止设置.Click += new System.EventHandler(this.btnNG停止设置_Click);
  725. //
  726. // btn测试模式选择
  727. //
  728. this.btn测试模式选择.Cursor = System.Windows.Forms.Cursors.Hand;
  729. this.btn测试模式选择.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  730. this.btn测试模式选择.Location = new System.Drawing.Point(612, 8);
  731. this.btn测试模式选择.Margin = new System.Windows.Forms.Padding(8);
  732. this.btn测试模式选择.MinimumSize = new System.Drawing.Size(1, 1);
  733. this.btn测试模式选择.Name = "btn测试模式选择";
  734. this.btn测试模式选择.NeedUserEnsure = false;
  735. this.btn测试模式选择.Size = new System.Drawing.Size(135, 40);
  736. this.btn测试模式选择.Symbol = 0;
  737. this.btn测试模式选择.TabIndex = 7;
  738. this.btn测试模式选择.Text = "测试模式选择";
  739. this.btn测试模式选择.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  740. this.btn测试模式选择.Click += new System.EventHandler(this.btn测试模式选择_Click);
  741. //
  742. // btn胶膜载带设置
  743. //
  744. this.btn胶膜载带设置.Cursor = System.Windows.Forms.Cursors.Hand;
  745. this.btn胶膜载带设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  746. this.btn胶膜载带设置.Location = new System.Drawing.Point(763, 8);
  747. this.btn胶膜载带设置.Margin = new System.Windows.Forms.Padding(8);
  748. this.btn胶膜载带设置.MinimumSize = new System.Drawing.Size(1, 1);
  749. this.btn胶膜载带设置.Name = "btn胶膜载带设置";
  750. this.btn胶膜载带设置.NeedUserEnsure = false;
  751. this.btn胶膜载带设置.Size = new System.Drawing.Size(135, 40);
  752. this.btn胶膜载带设置.Symbol = 0;
  753. this.btn胶膜载带设置.TabIndex = 8;
  754. this.btn胶膜载带设置.Text = "胶膜载带设置";
  755. this.btn胶膜载带设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. this.btn胶膜载带设置.Click += new System.EventHandler(this.btn胶膜载带设置_Click);
  757. //
  758. // btn消耗品寿命设定
  759. //
  760. this.btn消耗品寿命设定.Cursor = System.Windows.Forms.Cursors.Hand;
  761. this.btn消耗品寿命设定.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  762. this.btn消耗品寿命设定.Location = new System.Drawing.Point(8, 64);
  763. this.btn消耗品寿命设定.Margin = new System.Windows.Forms.Padding(8);
  764. this.btn消耗品寿命设定.MinimumSize = new System.Drawing.Size(1, 1);
  765. this.btn消耗品寿命设定.Name = "btn消耗品寿命设定";
  766. this.btn消耗品寿命设定.NeedUserEnsure = false;
  767. this.btn消耗品寿命设定.Size = new System.Drawing.Size(135, 40);
  768. this.btn消耗品寿命设定.Symbol = 0;
  769. this.btn消耗品寿命设定.TabIndex = 9;
  770. this.btn消耗品寿命设定.Text = "消耗品寿命设定";
  771. this.btn消耗品寿命设定.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  772. this.btn消耗品寿命设定.Click += new System.EventHandler(this.btn消耗品寿命设定_Click);
  773. //
  774. // btn首件打样设置
  775. //
  776. this.btn首件打样设置.Cursor = System.Windows.Forms.Cursors.Hand;
  777. this.btn首件打样设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  778. this.btn首件打样设置.Location = new System.Drawing.Point(159, 64);
  779. this.btn首件打样设置.Margin = new System.Windows.Forms.Padding(8);
  780. this.btn首件打样设置.MinimumSize = new System.Drawing.Size(1, 1);
  781. this.btn首件打样设置.Name = "btn首件打样设置";
  782. this.btn首件打样设置.NeedUserEnsure = false;
  783. this.btn首件打样设置.Size = new System.Drawing.Size(135, 40);
  784. this.btn首件打样设置.Symbol = 0;
  785. this.btn首件打样设置.TabIndex = 10;
  786. this.btn首件打样设置.Text = "首件打样设置";
  787. this.btn首件打样设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  788. this.btn首件打样设置.Click += new System.EventHandler(this.btn首件打样设置_Click);
  789. //
  790. // btn吸嘴寿命计数2
  791. //
  792. this.btn吸嘴寿命计数2.Cursor = System.Windows.Forms.Cursors.Hand;
  793. this.btn吸嘴寿命计数2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  794. this.btn吸嘴寿命计数2.Location = new System.Drawing.Point(310, 64);
  795. this.btn吸嘴寿命计数2.Margin = new System.Windows.Forms.Padding(8);
  796. this.btn吸嘴寿命计数2.MinimumSize = new System.Drawing.Size(1, 1);
  797. this.btn吸嘴寿命计数2.Name = "btn吸嘴寿命计数2";
  798. this.btn吸嘴寿命计数2.NeedUserEnsure = false;
  799. this.btn吸嘴寿命计数2.Size = new System.Drawing.Size(135, 40);
  800. this.btn吸嘴寿命计数2.Symbol = 0;
  801. this.btn吸嘴寿命计数2.TabIndex = 11;
  802. this.btn吸嘴寿命计数2.Text = "吸嘴寿命计数";
  803. this.btn吸嘴寿命计数2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  804. this.btn吸嘴寿命计数2.Click += new System.EventHandler(this.myUiButton1_Click);
  805. //
  806. // btn视觉仿真设置
  807. //
  808. this.btn视觉仿真设置.Cursor = System.Windows.Forms.Cursors.Hand;
  809. this.btn视觉仿真设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  810. this.btn视觉仿真设置.Location = new System.Drawing.Point(461, 64);
  811. this.btn视觉仿真设置.Margin = new System.Windows.Forms.Padding(8);
  812. this.btn视觉仿真设置.MinimumSize = new System.Drawing.Size(1, 1);
  813. this.btn视觉仿真设置.Name = "btn视觉仿真设置";
  814. this.btn视觉仿真设置.NeedUserEnsure = false;
  815. this.btn视觉仿真设置.Size = new System.Drawing.Size(135, 40);
  816. this.btn视觉仿真设置.Symbol = 0;
  817. this.btn视觉仿真设置.TabIndex = 12;
  818. this.btn视觉仿真设置.Text = "视觉仿真设置";
  819. this.btn视觉仿真设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  820. this.btn视觉仿真设置.Click += new System.EventHandler(this.btn视觉仿真设置_Click);
  821. //
  822. // tabPage5
  823. //
  824. this.tabPage5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  825. this.tabPage5.Controls.Add(this.flowLayoutPanel5);
  826. this.tabPage5.Location = new System.Drawing.Point(0, 35);
  827. this.tabPage5.Name = "tabPage5";
  828. this.tabPage5.Size = new System.Drawing.Size(996, 110);
  829. this.tabPage5.TabIndex = 4;
  830. this.tabPage5.Text = "编带";
  831. this.tabPage5.UseVisualStyleBackColor = true;
  832. //
  833. // flowLayoutPanel5
  834. //
  835. this.flowLayoutPanel5.Controls.Add(this.btn编带1最后一盘);
  836. this.flowLayoutPanel5.Controls.Add(this.btn编带1温控器开关);
  837. this.flowLayoutPanel5.Controls.Add(this.btn编带1使用换盘机);
  838. this.flowLayoutPanel5.Controls.Add(this.btn编带1编带清除);
  839. this.flowLayoutPanel5.Controls.Add(this.btn编带1编带全检);
  840. this.flowLayoutPanel5.Controls.Add(this.btn编带1印字复检屏蔽);
  841. this.flowLayoutPanel5.Controls.Add(this.btn编带1压痕画像屏蔽);
  842. this.flowLayoutPanel5.Controls.Add(this.btn编带1单盘停机);
  843. this.flowLayoutPanel5.Controls.Add(this.btn编带1封合气缸电磁阀);
  844. this.flowLayoutPanel5.Controls.Add(this.btn编带1切带气缸电磁阀);
  845. this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  846. this.flowLayoutPanel5.Location = new System.Drawing.Point(0, 0);
  847. this.flowLayoutPanel5.Name = "flowLayoutPanel5";
  848. this.flowLayoutPanel5.Size = new System.Drawing.Size(994, 108);
  849. this.flowLayoutPanel5.TabIndex = 196;
  850. //
  851. // btn编带1最后一盘
  852. //
  853. this.btn编带1最后一盘.ButtonType = PlcUiControl.ButtonType.交替型;
  854. this.btn编带1最后一盘.Cursor = System.Windows.Forms.Cursors.Hand;
  855. this.btn编带1最后一盘.DisabilityTriggerNode = null;
  856. this.btn编带1最后一盘.FillColor = System.Drawing.Color.Gray;
  857. this.btn编带1最后一盘.FillHoverColor = System.Drawing.Color.Gray;
  858. this.btn编带1最后一盘.FillSelectedColor = System.Drawing.Color.Gray;
  859. this.btn编带1最后一盘.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  860. this.btn编带1最后一盘.InvisibilityTriggerNode = null;
  861. this.btn编带1最后一盘.Location = new System.Drawing.Point(8, 8);
  862. this.btn编带1最后一盘.Margin = new System.Windows.Forms.Padding(8);
  863. this.btn编带1最后一盘.Maximum = 0D;
  864. this.btn编带1最后一盘.Minimum = 0D;
  865. this.btn编带1最后一盘.MinimumSize = new System.Drawing.Size(1, 1);
  866. this.btn编带1最后一盘.Name = "btn编带1最后一盘";
  867. this.btn编带1最后一盘.NeedUserEnsure = true;
  868. this.btn编带1最后一盘.OffColor = System.Drawing.Color.Gray;
  869. this.btn编带1最后一盘.OffSymbol = 61453;
  870. this.btn编带1最后一盘.OffText = "最后一盘";
  871. this.btn编带1最后一盘.OnColor = System.Drawing.Color.Green;
  872. this.btn编带1最后一盘.OnSymbol = 61452;
  873. this.btn编带1最后一盘.OnText = "最后一盘";
  874. this.btn编带1最后一盘.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b最后一盘信号", NodeType.BOOL, null);
  875. this.btn编带1最后一盘.Size = new System.Drawing.Size(135, 40);
  876. this.btn编带1最后一盘.Symbol = 61453;
  877. this.btn编带1最后一盘.TabIndex = 193;
  878. this.btn编带1最后一盘.Text = "最后一盘";
  879. this.btn编带1最后一盘.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  880. this.btn编带1最后一盘.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b最后一盘信号", NodeType.BOOL, null);
  881. //
  882. // btn编带1温控器开关
  883. //
  884. this.btn编带1温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  885. this.btn编带1温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  886. this.btn编带1温控器开关.DisabilityTriggerNode = null;
  887. this.btn编带1温控器开关.FillColor = System.Drawing.Color.Gray;
  888. this.btn编带1温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  889. this.btn编带1温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  890. this.btn编带1温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  891. this.btn编带1温控器开关.InvisibilityTriggerNode = null;
  892. this.btn编带1温控器开关.Location = new System.Drawing.Point(159, 8);
  893. this.btn编带1温控器开关.Margin = new System.Windows.Forms.Padding(8);
  894. this.btn编带1温控器开关.Maximum = 0D;
  895. this.btn编带1温控器开关.Minimum = 0D;
  896. this.btn编带1温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  897. this.btn编带1温控器开关.Name = "btn编带1温控器开关";
  898. this.btn编带1温控器开关.NeedUserEnsure = true;
  899. this.btn编带1温控器开关.OffColor = System.Drawing.Color.Gray;
  900. this.btn编带1温控器开关.OffSymbol = 61453;
  901. this.btn编带1温控器开关.OffText = "温控器";
  902. this.btn编带1温控器开关.OnColor = System.Drawing.Color.Green;
  903. this.btn编带1温控器开关.OnSymbol = 61452;
  904. this.btn编带1温控器开关.OnText = "温控器";
  905. this.btn编带1温控器开关.ReadNode = new Node("Application.A33_Encapsulation1_Manual.b温控开关", NodeType.BOOL, null);
  906. this.btn编带1温控器开关.Size = new System.Drawing.Size(135, 40);
  907. this.btn编带1温控器开关.Symbol = 61453;
  908. this.btn编带1温控器开关.TabIndex = 189;
  909. this.btn编带1温控器开关.Text = "温控器";
  910. this.btn编带1温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  911. this.btn编带1温控器开关.WriteNode = new Node("Application.A33_Encapsulation1_Manual.b温控开关", NodeType.BOOL, null);
  912. //
  913. // btn编带1使用换盘机
  914. //
  915. this.btn编带1使用换盘机.ButtonType = PlcUiControl.ButtonType.交替型;
  916. this.btn编带1使用换盘机.Cursor = System.Windows.Forms.Cursors.Hand;
  917. this.btn编带1使用换盘机.DisabilityTriggerNode = null;
  918. this.btn编带1使用换盘机.FillColor = System.Drawing.Color.Gray;
  919. this.btn编带1使用换盘机.FillHoverColor = System.Drawing.Color.Gray;
  920. this.btn编带1使用换盘机.FillSelectedColor = System.Drawing.Color.Gray;
  921. this.btn编带1使用换盘机.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  922. this.btn编带1使用换盘机.InvisibilityTriggerNode = null;
  923. this.btn编带1使用换盘机.Location = new System.Drawing.Point(310, 8);
  924. this.btn编带1使用换盘机.Margin = new System.Windows.Forms.Padding(8);
  925. this.btn编带1使用换盘机.Maximum = 0D;
  926. this.btn编带1使用换盘机.Minimum = 0D;
  927. this.btn编带1使用换盘机.MinimumSize = new System.Drawing.Size(1, 1);
  928. this.btn编带1使用换盘机.Name = "btn编带1使用换盘机";
  929. this.btn编带1使用换盘机.NeedUserEnsure = true;
  930. this.btn编带1使用换盘机.OffColor = System.Drawing.Color.Gray;
  931. this.btn编带1使用换盘机.OffSymbol = 61453;
  932. this.btn编带1使用换盘机.OffText = "使用换盘机";
  933. this.btn编带1使用换盘机.OnColor = System.Drawing.Color.Green;
  934. this.btn编带1使用换盘机.OnSymbol = 61452;
  935. this.btn编带1使用换盘机.OnText = "使用换盘机";
  936. this.btn编带1使用换盘机.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b单盘停机", NodeType.BOOL, null);
  937. this.btn编带1使用换盘机.Size = new System.Drawing.Size(135, 40);
  938. this.btn编带1使用换盘机.Symbol = 61453;
  939. this.btn编带1使用换盘机.TabIndex = 190;
  940. this.btn编带1使用换盘机.Text = "使用换盘机";
  941. this.btn编带1使用换盘机.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  942. this.btn编带1使用换盘机.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b单盘停机", NodeType.BOOL, null);
  943. //
  944. // btn编带1编带清除
  945. //
  946. this.btn编带1编带清除.ButtonType = PlcUiControl.ButtonType.保持型;
  947. this.btn编带1编带清除.Cursor = System.Windows.Forms.Cursors.Hand;
  948. this.btn编带1编带清除.DisabilityTriggerNode = null;
  949. this.btn编带1编带清除.FillColor = System.Drawing.Color.Gray;
  950. this.btn编带1编带清除.FillHoverColor = System.Drawing.Color.Gray;
  951. this.btn编带1编带清除.FillSelectedColor = System.Drawing.Color.Gray;
  952. this.btn编带1编带清除.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  953. this.btn编带1编带清除.InvisibilityTriggerNode = null;
  954. this.btn编带1编带清除.IsReadWriteNodeSame = false;
  955. this.btn编带1编带清除.Location = new System.Drawing.Point(461, 8);
  956. this.btn编带1编带清除.Margin = new System.Windows.Forms.Padding(8);
  957. this.btn编带1编带清除.Maximum = 0D;
  958. this.btn编带1编带清除.Minimum = 0D;
  959. this.btn编带1编带清除.MinimumSize = new System.Drawing.Size(1, 1);
  960. this.btn编带1编带清除.Name = "btn编带1编带清除";
  961. this.btn编带1编带清除.NeedUserEnsure = true;
  962. this.btn编带1编带清除.OffColor = System.Drawing.Color.Gray;
  963. this.btn编带1编带清除.OffSymbol = 61453;
  964. this.btn编带1编带清除.OffText = "编带清除";
  965. this.btn编带1编带清除.OnColor = System.Drawing.Color.Green;
  966. this.btn编带1编带清除.OnSymbol = 61452;
  967. this.btn编带1编带清除.OnText = "编带清除";
  968. this.btn编带1编带清除.ReadNode = new Node("Application.InOutPut.A33封装站.b手动打带按钮灯", NodeType.BOOL, null);
  969. this.btn编带1编带清除.Size = new System.Drawing.Size(135, 40);
  970. this.btn编带1编带清除.Symbol = 61453;
  971. this.btn编带1编带清除.TabIndex = 191;
  972. this.btn编带1编带清除.Text = "编带清除";
  973. this.btn编带1编带清除.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  974. this.btn编带1编带清除.WriteNode = new Node("Application.A33_Encapsulation1_Manual.b编带清除", NodeType.BOOL, null);
  975. //
  976. // btn编带1编带全检
  977. //
  978. this.btn编带1编带全检.ButtonType = PlcUiControl.ButtonType.交替型;
  979. this.btn编带1编带全检.Cursor = System.Windows.Forms.Cursors.Hand;
  980. this.btn编带1编带全检.DisabilityTriggerNode = null;
  981. this.btn编带1编带全检.FillColor = System.Drawing.Color.Gray;
  982. this.btn编带1编带全检.FillHoverColor = System.Drawing.Color.Gray;
  983. this.btn编带1编带全检.FillSelectedColor = System.Drawing.Color.Gray;
  984. this.btn编带1编带全检.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  985. this.btn编带1编带全检.InvisibilityTriggerNode = null;
  986. this.btn编带1编带全检.Location = new System.Drawing.Point(612, 8);
  987. this.btn编带1编带全检.Margin = new System.Windows.Forms.Padding(8);
  988. this.btn编带1编带全检.Maximum = 0D;
  989. this.btn编带1编带全检.Minimum = 0D;
  990. this.btn编带1编带全检.MinimumSize = new System.Drawing.Size(1, 1);
  991. this.btn编带1编带全检.Name = "btn编带1编带全检";
  992. this.btn编带1编带全检.NeedUserEnsure = true;
  993. this.btn编带1编带全检.OffColor = System.Drawing.Color.Gray;
  994. this.btn编带1编带全检.OffSymbol = 61453;
  995. this.btn编带1编带全检.OffText = "编带全检";
  996. this.btn编带1编带全检.OnColor = System.Drawing.Color.Green;
  997. this.btn编带1编带全检.OnSymbol = 61452;
  998. this.btn编带1编带全检.OnText = "编带全检";
  999. this.btn编带1编带全检.ReadNode = null;
  1000. this.btn编带1编带全检.Size = new System.Drawing.Size(135, 40);
  1001. this.btn编带1编带全检.Symbol = 61453;
  1002. this.btn编带1编带全检.TabIndex = 192;
  1003. this.btn编带1编带全检.Text = "编带全检";
  1004. this.btn编带1编带全检.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1005. this.btn编带1编带全检.Visible = false;
  1006. this.btn编带1编带全检.WriteNode = null;
  1007. //
  1008. // btn编带1印字复检屏蔽
  1009. //
  1010. this.btn编带1印字复检屏蔽.ButtonType = PlcUiControl.ButtonType.交替型;
  1011. this.btn编带1印字复检屏蔽.Cursor = System.Windows.Forms.Cursors.Hand;
  1012. this.btn编带1印字复检屏蔽.DisabilityTriggerNode = null;
  1013. this.btn编带1印字复检屏蔽.FillColor = System.Drawing.Color.Green;
  1014. this.btn编带1印字复检屏蔽.FillHoverColor = System.Drawing.Color.Green;
  1015. this.btn编带1印字复检屏蔽.FillSelectedColor = System.Drawing.Color.Green;
  1016. this.btn编带1印字复检屏蔽.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1017. this.btn编带1印字复检屏蔽.InvisibilityTriggerNode = null;
  1018. this.btn编带1印字复检屏蔽.Location = new System.Drawing.Point(763, 8);
  1019. this.btn编带1印字复检屏蔽.Margin = new System.Windows.Forms.Padding(8);
  1020. this.btn编带1印字复检屏蔽.Maximum = 0D;
  1021. this.btn编带1印字复检屏蔽.Minimum = 0D;
  1022. this.btn编带1印字复检屏蔽.MinimumSize = new System.Drawing.Size(1, 1);
  1023. this.btn编带1印字复检屏蔽.Name = "btn编带1印字复检屏蔽";
  1024. this.btn编带1印字复检屏蔽.NeedUserEnsure = true;
  1025. this.btn编带1印字复检屏蔽.OffColor = System.Drawing.Color.Green;
  1026. this.btn编带1印字复检屏蔽.OffSymbol = 61452;
  1027. this.btn编带1印字复检屏蔽.OffText = "印字复检启用";
  1028. this.btn编带1印字复检屏蔽.OnColor = System.Drawing.Color.Red;
  1029. this.btn编带1印字复检屏蔽.OnSymbol = 61453;
  1030. this.btn编带1印字复检屏蔽.OnText = "印字复检屏蔽";
  1031. this.btn编带1印字复检屏蔽.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b_CCD1Close", NodeType.BOOL, null);
  1032. this.btn编带1印字复检屏蔽.Size = new System.Drawing.Size(135, 40);
  1033. this.btn编带1印字复检屏蔽.Symbol = 61452;
  1034. this.btn编带1印字复检屏蔽.TabIndex = 196;
  1035. this.btn编带1印字复检屏蔽.Text = "印字复检启用";
  1036. this.btn编带1印字复检屏蔽.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1037. this.btn编带1印字复检屏蔽.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b_CCD1Close", NodeType.BOOL, null);
  1038. //
  1039. // btn编带1压痕画像屏蔽
  1040. //
  1041. this.btn编带1压痕画像屏蔽.ButtonType = PlcUiControl.ButtonType.交替型;
  1042. this.btn编带1压痕画像屏蔽.Cursor = System.Windows.Forms.Cursors.Hand;
  1043. this.btn编带1压痕画像屏蔽.DisabilityTriggerNode = null;
  1044. this.btn编带1压痕画像屏蔽.FillColor = System.Drawing.Color.Green;
  1045. this.btn编带1压痕画像屏蔽.FillHoverColor = System.Drawing.Color.Green;
  1046. this.btn编带1压痕画像屏蔽.FillSelectedColor = System.Drawing.Color.Green;
  1047. this.btn编带1压痕画像屏蔽.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1048. this.btn编带1压痕画像屏蔽.InvisibilityTriggerNode = null;
  1049. this.btn编带1压痕画像屏蔽.Location = new System.Drawing.Point(8, 64);
  1050. this.btn编带1压痕画像屏蔽.Margin = new System.Windows.Forms.Padding(8);
  1051. this.btn编带1压痕画像屏蔽.Maximum = 0D;
  1052. this.btn编带1压痕画像屏蔽.Minimum = 0D;
  1053. this.btn编带1压痕画像屏蔽.MinimumSize = new System.Drawing.Size(1, 1);
  1054. this.btn编带1压痕画像屏蔽.Name = "btn编带1压痕画像屏蔽";
  1055. this.btn编带1压痕画像屏蔽.NeedUserEnsure = true;
  1056. this.btn编带1压痕画像屏蔽.OffColor = System.Drawing.Color.Green;
  1057. this.btn编带1压痕画像屏蔽.OffSymbol = 61452;
  1058. this.btn编带1压痕画像屏蔽.OffText = "压痕画像启用";
  1059. this.btn编带1压痕画像屏蔽.OnColor = System.Drawing.Color.Red;
  1060. this.btn编带1压痕画像屏蔽.OnSymbol = 61453;
  1061. this.btn编带1压痕画像屏蔽.OnText = "压痕画像屏蔽";
  1062. this.btn编带1压痕画像屏蔽.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b_CCD2Close", NodeType.BOOL, null);
  1063. this.btn编带1压痕画像屏蔽.Size = new System.Drawing.Size(135, 40);
  1064. this.btn编带1压痕画像屏蔽.Symbol = 61452;
  1065. this.btn编带1压痕画像屏蔽.TabIndex = 197;
  1066. this.btn编带1压痕画像屏蔽.Text = "压痕画像启用";
  1067. this.btn编带1压痕画像屏蔽.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1068. this.btn编带1压痕画像屏蔽.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b_CCD2Close", NodeType.BOOL, null);
  1069. //
  1070. // btn编带1单盘停机
  1071. //
  1072. this.btn编带1单盘停机.ButtonType = PlcUiControl.ButtonType.交替型;
  1073. this.btn编带1单盘停机.Cursor = System.Windows.Forms.Cursors.Hand;
  1074. this.btn编带1单盘停机.DisabilityTriggerNode = null;
  1075. this.btn编带1单盘停机.FillColor = System.Drawing.Color.Gray;
  1076. this.btn编带1单盘停机.FillHoverColor = System.Drawing.Color.Gray;
  1077. this.btn编带1单盘停机.FillSelectedColor = System.Drawing.Color.Gray;
  1078. this.btn编带1单盘停机.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1079. this.btn编带1单盘停机.InvisibilityTriggerNode = null;
  1080. this.btn编带1单盘停机.Location = new System.Drawing.Point(159, 64);
  1081. this.btn编带1单盘停机.Margin = new System.Windows.Forms.Padding(8);
  1082. this.btn编带1单盘停机.Maximum = 0D;
  1083. this.btn编带1单盘停机.Minimum = 0D;
  1084. this.btn编带1单盘停机.MinimumSize = new System.Drawing.Size(1, 1);
  1085. this.btn编带1单盘停机.Name = "btn编带1单盘停机";
  1086. this.btn编带1单盘停机.NeedUserEnsure = true;
  1087. this.btn编带1单盘停机.OffColor = System.Drawing.Color.Gray;
  1088. this.btn编带1单盘停机.OffSymbol = 61453;
  1089. this.btn编带1单盘停机.OffText = "单盘停机";
  1090. this.btn编带1单盘停机.OnColor = System.Drawing.Color.Green;
  1091. this.btn编带1单盘停机.OnSymbol = 61452;
  1092. this.btn编带1单盘停机.OnText = "单盘停机";
  1093. this.btn编带1单盘停机.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b单盘停机", NodeType.BOOL, null);
  1094. this.btn编带1单盘停机.Size = new System.Drawing.Size(135, 40);
  1095. this.btn编带1单盘停机.Symbol = 61453;
  1096. this.btn编带1单盘停机.TabIndex = 198;
  1097. this.btn编带1单盘停机.Text = "单盘停机";
  1098. this.btn编带1单盘停机.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1099. this.btn编带1单盘停机.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b单盘停机", NodeType.BOOL, null);
  1100. //
  1101. // btn编带1封合气缸电磁阀
  1102. //
  1103. this.btn编带1封合气缸电磁阀.ButtonType = PlcUiControl.ButtonType.交替型;
  1104. this.btn编带1封合气缸电磁阀.Cursor = System.Windows.Forms.Cursors.Hand;
  1105. this.btn编带1封合气缸电磁阀.DisabilityTriggerNode = null;
  1106. this.btn编带1封合气缸电磁阀.FillColor = System.Drawing.Color.Gray;
  1107. this.btn编带1封合气缸电磁阀.FillHoverColor = System.Drawing.Color.Gray;
  1108. this.btn编带1封合气缸电磁阀.FillSelectedColor = System.Drawing.Color.Gray;
  1109. this.btn编带1封合气缸电磁阀.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1110. this.btn编带1封合气缸电磁阀.InvisibilityTriggerNode = null;
  1111. this.btn编带1封合气缸电磁阀.Location = new System.Drawing.Point(310, 64);
  1112. this.btn编带1封合气缸电磁阀.Margin = new System.Windows.Forms.Padding(8);
  1113. this.btn编带1封合气缸电磁阀.Maximum = 0D;
  1114. this.btn编带1封合气缸电磁阀.Minimum = 0D;
  1115. this.btn编带1封合气缸电磁阀.MinimumSize = new System.Drawing.Size(1, 1);
  1116. this.btn编带1封合气缸电磁阀.Name = "btn编带1封合气缸电磁阀";
  1117. this.btn编带1封合气缸电磁阀.NeedUserEnsure = true;
  1118. this.btn编带1封合气缸电磁阀.OffColor = System.Drawing.Color.Gray;
  1119. this.btn编带1封合气缸电磁阀.OffSymbol = 0;
  1120. this.btn编带1封合气缸电磁阀.OffText = "封合气缸电磁阀";
  1121. this.btn编带1封合气缸电磁阀.OnColor = System.Drawing.Color.Green;
  1122. this.btn编带1封合气缸电磁阀.OnSymbol = 0;
  1123. this.btn编带1封合气缸电磁阀.OnText = "封合气缸电磁阀";
  1124. this.btn编带1封合气缸电磁阀.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b_SealingCYDown", NodeType.BOOL, "b封合气缸电磁阀降out");
  1125. this.btn编带1封合气缸电磁阀.Size = new System.Drawing.Size(135, 40);
  1126. this.btn编带1封合气缸电磁阀.Symbol = 0;
  1127. this.btn编带1封合气缸电磁阀.TabIndex = 194;
  1128. this.btn编带1封合气缸电磁阀.Text = "封合气缸电磁阀";
  1129. this.btn编带1封合气缸电磁阀.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1130. this.btn编带1封合气缸电磁阀.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b_SealingCYDown", NodeType.BOOL, "b封合气缸电磁阀降out");
  1131. //
  1132. // btn编带1切带气缸电磁阀
  1133. //
  1134. this.btn编带1切带气缸电磁阀.ButtonType = PlcUiControl.ButtonType.交替型;
  1135. this.btn编带1切带气缸电磁阀.Cursor = System.Windows.Forms.Cursors.Hand;
  1136. this.btn编带1切带气缸电磁阀.DisabilityTriggerNode = null;
  1137. this.btn编带1切带气缸电磁阀.FillColor = System.Drawing.Color.Gray;
  1138. this.btn编带1切带气缸电磁阀.FillHoverColor = System.Drawing.Color.Gray;
  1139. this.btn编带1切带气缸电磁阀.FillSelectedColor = System.Drawing.Color.Gray;
  1140. this.btn编带1切带气缸电磁阀.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1141. this.btn编带1切带气缸电磁阀.InvisibilityTriggerNode = null;
  1142. this.btn编带1切带气缸电磁阀.Location = new System.Drawing.Point(461, 64);
  1143. this.btn编带1切带气缸电磁阀.Margin = new System.Windows.Forms.Padding(8);
  1144. this.btn编带1切带气缸电磁阀.Maximum = 0D;
  1145. this.btn编带1切带气缸电磁阀.Minimum = 0D;
  1146. this.btn编带1切带气缸电磁阀.MinimumSize = new System.Drawing.Size(1, 1);
  1147. this.btn编带1切带气缸电磁阀.Name = "btn编带1切带气缸电磁阀";
  1148. this.btn编带1切带气缸电磁阀.NeedUserEnsure = true;
  1149. this.btn编带1切带气缸电磁阀.OffColor = System.Drawing.Color.Gray;
  1150. this.btn编带1切带气缸电磁阀.OffSymbol = 0;
  1151. this.btn编带1切带气缸电磁阀.OffText = "切带气缸电磁阀";
  1152. this.btn编带1切带气缸电磁阀.OnColor = System.Drawing.Color.Green;
  1153. this.btn编带1切带气缸电磁阀.OnSymbol = 0;
  1154. this.btn编带1切带气缸电磁阀.OnText = "切带气缸电磁阀";
  1155. this.btn编带1切带气缸电磁阀.ReadNode = new Node("Application.A33_Encapsulation1_Auto.b_CuttingCyOut", NodeType.BOOL, "b切带气缸电磁阀_out");
  1156. this.btn编带1切带气缸电磁阀.Size = new System.Drawing.Size(135, 40);
  1157. this.btn编带1切带气缸电磁阀.Symbol = 0;
  1158. this.btn编带1切带气缸电磁阀.TabIndex = 195;
  1159. this.btn编带1切带气缸电磁阀.Text = "切带气缸电磁阀";
  1160. this.btn编带1切带气缸电磁阀.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1161. this.btn编带1切带气缸电磁阀.WriteNode = new Node("Application.A33_Encapsulation1_Auto.b_CuttingCyOut", NodeType.BOOL, "b切带气缸电磁阀_out");
  1162. //
  1163. // panelTips
  1164. //
  1165. this.panelTips.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1166. | System.Windows.Forms.AnchorStyles.Left)));
  1167. this.panelTips.Controls.Add(this.txtTips);
  1168. this.panelTips.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1169. this.panelTips.Location = new System.Drawing.Point(382, 5);
  1170. this.panelTips.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1171. this.panelTips.MinimumSize = new System.Drawing.Size(1, 1);
  1172. this.panelTips.Name = "panelTips";
  1173. this.panelTips.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
  1174. this.panelTips.ShowText = false;
  1175. this.panelTips.Size = new System.Drawing.Size(368, 146);
  1176. this.panelTips.TabIndex = 12;
  1177. this.panelTips.Text = "运行信息";
  1178. this.panelTips.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1179. //
  1180. // txtTips
  1181. //
  1182. this.txtTips.Cursor = System.Windows.Forms.Cursors.IBeam;
  1183. this.txtTips.Dock = System.Windows.Forms.DockStyle.Fill;
  1184. this.txtTips.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1185. this.txtTips.Location = new System.Drawing.Point(1, 35);
  1186. this.txtTips.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1187. this.txtTips.MinimumSize = new System.Drawing.Size(1, 16);
  1188. this.txtTips.Multiline = true;
  1189. this.txtTips.Name = "txtTips";
  1190. this.txtTips.Padding = new System.Windows.Forms.Padding(5);
  1191. this.txtTips.ScrollBarHandleWidth = 20;
  1192. this.txtTips.ShowScrollBar = true;
  1193. this.txtTips.ShowText = false;
  1194. this.txtTips.Size = new System.Drawing.Size(366, 110);
  1195. this.txtTips.TabIndex = 1;
  1196. this.txtTips.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1197. this.txtTips.Watermark = "";
  1198. //
  1199. // uiPanel3
  1200. //
  1201. this.uiPanel3.Controls.Add(this.panelAlarm);
  1202. this.uiPanel3.Controls.Add(this.panelTips);
  1203. this.uiPanel3.Controls.Add(this.tabFastOperation);
  1204. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  1205. this.uiPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1206. this.uiPanel3.Location = new System.Drawing.Point(155, 784);
  1207. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1208. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  1209. this.uiPanel3.Name = "uiPanel3";
  1210. this.uiPanel3.Size = new System.Drawing.Size(1765, 156);
  1211. this.uiPanel3.TabIndex = 14;
  1212. this.uiPanel3.Text = null;
  1213. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1214. //
  1215. // uiPanel1
  1216. //
  1217. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1218. this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1219. this.uiPanel1.Location = new System.Drawing.Point(155, 0);
  1220. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1221. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  1222. this.uiPanel1.Name = "uiPanel1";
  1223. this.uiPanel1.Size = new System.Drawing.Size(1765, 784);
  1224. this.uiPanel1.TabIndex = 15;
  1225. this.uiPanel1.Text = null;
  1226. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1227. //
  1228. // HomeForm
  1229. //
  1230. this.AllowShowTitle = false;
  1231. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1232. this.ClientSize = new System.Drawing.Size(1920, 940);
  1233. this.Controls.Add(this.uiPanel1);
  1234. this.Controls.Add(this.uiPanel3);
  1235. this.Controls.Add(this.uiTitlePanel1);
  1236. this.Name = "HomeForm";
  1237. this.Padding = new System.Windows.Forms.Padding(0);
  1238. this.ShowTitle = false;
  1239. this.Text = "主界面";
  1240. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form主界面_FormClosing);
  1241. this.Load += new System.EventHandler(this.Form主界面_Load);
  1242. this.uiTitlePanel1.ResumeLayout(false);
  1243. this.panelAlarm.ResumeLayout(false);
  1244. this.tabFastOperation.ResumeLayout(false);
  1245. this.tabPage1.ResumeLayout(false);
  1246. this.flowLayoutPanel1.ResumeLayout(false);
  1247. this.tabPage2.ResumeLayout(false);
  1248. this.flowLayoutPanel2.ResumeLayout(false);
  1249. this.tabPage3.ResumeLayout(false);
  1250. this.flowLayoutPanel3.ResumeLayout(false);
  1251. this.tabPage4.ResumeLayout(false);
  1252. this.flowLayoutPanel4.ResumeLayout(false);
  1253. this.tabPage5.ResumeLayout(false);
  1254. this.flowLayoutPanel5.ResumeLayout(false);
  1255. this.panelTips.ResumeLayout(false);
  1256. this.uiPanel3.ResumeLayout(false);
  1257. this.ResumeLayout(false);
  1258. }
  1259. #endregion
  1260. private PlcUiControl.PlcUiButton btnAuto仿真;
  1261. private PlcUiControl.PlcUiButton btn系统退出;
  1262. private PlcComponent.PlcOptionSelection os确认系统退出;
  1263. private MyUiButton btn跑马灯;
  1264. private Sunny.UI.UITitlePanel uiTitlePanel1;
  1265. private Sunny.UI.UITitlePanel panelAlarm;
  1266. private Sunny.UI.UITabControl tabFastOperation;
  1267. private System.Windows.Forms.TabPage tabPage1;
  1268. private System.Windows.Forms.TabPage tabPage2;
  1269. private System.Windows.Forms.TabPage tabPage3;
  1270. private System.Windows.Forms.TabPage tabPage4;
  1271. private Sunny.UI.UIPanel uiPanel3;
  1272. private Sunny.UI.UITitlePanel panelTips;
  1273. private Sunny.UI.UIPanel uiPanel1;
  1274. private MyUiButton btn生产数据;
  1275. private Sunny.UI.UITextBox txtAlarm;
  1276. private MyUiButton btn历史记录;
  1277. private MyUiButton btn工站时间监控;
  1278. private MyUiButton btn吸嘴良率统计;
  1279. private MyUiButton btn消耗品寿命设定;
  1280. private MyUiButton btn胶膜载带设置;
  1281. private MyUiButton btn测试模式选择;
  1282. private MyUiButton btnNG停止设置;
  1283. private PlcUiControl.PlcUiButton btn屏蔽安全罩;
  1284. private PlcUiControl.PlcUiButton btn封装温控器开关;
  1285. private System.Windows.Forms.TabPage tabPage5;
  1286. private PlcUiControl.PlcUiButton btn开启批次;
  1287. private PlcUiControl.PlcUiButton btn结束批次;
  1288. private MyUiButton bnt当前批次报告;
  1289. private PlcUiControl.PlcUiButton btn编带1温控器开关;
  1290. private PlcUiControl.PlcUiButton btn编带1编带清除;
  1291. private PlcUiControl.PlcUiButton btn编带1编带全检;
  1292. private PlcUiControl.PlcUiButton btn编带1最后一盘;
  1293. private PlcUiControl.PlcUiButton btn编带1切带气缸电磁阀;
  1294. private PlcUiControl.PlcUiButton btn编带1封合气缸电磁阀;
  1295. private MyUiButton btn首件打样设置;
  1296. private PlcUiControl.PlcUiButton btn封装1首件打样;
  1297. private PlcUiControl.PlcUiButton btn加热盘温控器开关;
  1298. private Sunny.UI.UITextBox txtTips;
  1299. private MyUiButton btn吸嘴寿命计数2;
  1300. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1301. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1302. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
  1303. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
  1304. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
  1305. private PlcUiControl.PlcUiButton btn编带1印字复检屏蔽;
  1306. private PlcUiControl.PlcUiButton btn编带1压痕画像屏蔽;
  1307. private MyUiButton btn视觉仿真设置;
  1308. private PlcUiControl.PlcUiButton btn编带1单盘停机;
  1309. private PlcUiControl.PlcUiButton btn镭射打标机开关;
  1310. private MyUiButton btn测试数量查询;
  1311. private PlcUiControl.PlcUiButton btn蜂鸣器开关;
  1312. private PlcUiControl.PlcUiButton btn编带1使用换盘机;
  1313. }
  1314. }