HomeForm.Designer.cs 121 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700
  1. namespace YangjieTester
  2. {
  3. partial class Form主界面
  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 MyUiButton();
  35. this.btn生产数据 = new MyUiButton();
  36. this.panelAlarm = new Sunny.UI.UITitlePanel();
  37. this.txtAlarm = new Sunny.UI.UITextBox();
  38. this.tabFastOperation = new Sunny.UI.UITabControl();
  39. this.tabPage1 = new System.Windows.Forms.TabPage();
  40. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  41. this.btn开启批次 = new PlcUiControl.PlcUiButton();
  42. this.btn结束批次 = new PlcUiControl.PlcUiButton();
  43. this.bnt当前批次报告 = new MyUiButton();
  44. this.tabPage2 = new System.Windows.Forms.TabPage();
  45. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  46. this.btn封装1首件打样 = new PlcUiControl.PlcUiButton();
  47. this.btn封装2首件打样 = 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封装1温控器开关 = new PlcUiControl.PlcUiButton();
  52. this.btn封装2温控器开关 = new PlcUiControl.PlcUiButton();
  53. this.btn加热盘温控器开关 = new PlcUiControl.PlcUiButton();
  54. this.btn镭射打标机开关 = new PlcUiControl.PlcUiButton();
  55. this.tabPage4 = new System.Windows.Forms.TabPage();
  56. this.flowLayoutPanel4 = new System.Windows.Forms.FlowLayoutPanel();
  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.tabPage6 = new System.Windows.Forms.TabPage();
  79. this.flowLayoutPanel6 = new System.Windows.Forms.FlowLayoutPanel();
  80. this.btn编带2最后一盘 = new PlcUiControl.PlcUiButton();
  81. this.btn编带2温控器开关 = new PlcUiControl.PlcUiButton();
  82. this.btn编带2使用换盘机 = new PlcUiControl.PlcUiButton();
  83. this.btn编带2编带清除 = new PlcUiControl.PlcUiButton();
  84. this.btn编带2编带全检 = new PlcUiControl.PlcUiButton();
  85. this.btn编带2印字复检屏蔽 = new PlcUiControl.PlcUiButton();
  86. this.btn编带2压痕画像屏蔽 = new PlcUiControl.PlcUiButton();
  87. this.btn编带2单盘停机 = new PlcUiControl.PlcUiButton();
  88. this.btn编带2封合气缸电磁阀 = new PlcUiControl.PlcUiButton();
  89. this.btn编带2切带气缸电磁阀 = new PlcUiControl.PlcUiButton();
  90. this.panelTips = new Sunny.UI.UITitlePanel();
  91. this.txtTips = new Sunny.UI.UITextBox();
  92. this.uiPanel3 = new Sunny.UI.UIPanel();
  93. this.uiPanel1 = new Sunny.UI.UIPanel();
  94. this.uiTitlePanel1.SuspendLayout();
  95. this.panelAlarm.SuspendLayout();
  96. this.tabFastOperation.SuspendLayout();
  97. this.tabPage1.SuspendLayout();
  98. this.flowLayoutPanel1.SuspendLayout();
  99. this.tabPage2.SuspendLayout();
  100. this.flowLayoutPanel2.SuspendLayout();
  101. this.tabPage3.SuspendLayout();
  102. this.flowLayoutPanel3.SuspendLayout();
  103. this.tabPage4.SuspendLayout();
  104. this.flowLayoutPanel4.SuspendLayout();
  105. this.tabPage5.SuspendLayout();
  106. this.flowLayoutPanel5.SuspendLayout();
  107. this.tabPage6.SuspendLayout();
  108. this.flowLayoutPanel6.SuspendLayout();
  109. this.panelTips.SuspendLayout();
  110. this.uiPanel3.SuspendLayout();
  111. this.SuspendLayout();
  112. //
  113. // btnAuto仿真
  114. //
  115. this.btnAuto仿真.ButtonType = PlcUiControl.ButtonType.交替型;
  116. this.btnAuto仿真.Cursor = System.Windows.Forms.Cursors.Hand;
  117. this.btnAuto仿真.DisabilityTriggerNode = null;
  118. this.btnAuto仿真.FillColor = System.Drawing.Color.LightSeaGreen;
  119. this.btnAuto仿真.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  120. this.btnAuto仿真.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  121. this.btnAuto仿真.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.btnAuto仿真.InvisibilityTriggerNode = null;
  123. this.btnAuto仿真.Location = new System.Drawing.Point(4, 140);
  124. this.btnAuto仿真.Maximum = 0D;
  125. this.btnAuto仿真.Minimum = 0D;
  126. this.btnAuto仿真.MinimumSize = new System.Drawing.Size(1, 1);
  127. this.btnAuto仿真.Name = "btnAuto仿真";
  128. this.btnAuto仿真.NeedUserEnsure = false;
  129. this.btnAuto仿真.OffColor = System.Drawing.Color.LightSeaGreen;
  130. this.btnAuto仿真.OffSymbol = 0;
  131. this.btnAuto仿真.OffText = "Auto仿真";
  132. this.btnAuto仿真.OnColor = System.Drawing.Color.Green;
  133. this.btnAuto仿真.OnSymbol = 0;
  134. this.btnAuto仿真.OnText = "Auto仿真";
  135. this.btnAuto仿真.ReadNode = new Node("Application.Var_state.Auto仿真", NodeType.BOOL, null);
  136. this.btnAuto仿真.Size = new System.Drawing.Size(150, 42);
  137. this.btnAuto仿真.Symbol = 0;
  138. this.btnAuto仿真.TabIndex = 1;
  139. this.btnAuto仿真.Text = "Auto仿真";
  140. this.btnAuto仿真.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.btnAuto仿真.WriteNode = new Node("Application.Var_state.Auto仿真", NodeType.BOOL, null);
  142. //
  143. // btn系统退出
  144. //
  145. this.btn系统退出.ButtonType = PlcUiControl.ButtonType.保持型;
  146. this.btn系统退出.Cursor = System.Windows.Forms.Cursors.Hand;
  147. this.btn系统退出.DisabilityTriggerNode = null;
  148. this.btn系统退出.FillColor = System.Drawing.Color.LightSeaGreen;
  149. this.btn系统退出.FillHoverColor = System.Drawing.Color.LightSeaGreen;
  150. this.btn系统退出.FillSelectedColor = System.Drawing.Color.LightSeaGreen;
  151. this.btn系统退出.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.btn系统退出.InvisibilityTriggerNode = null;
  153. this.btn系统退出.Location = new System.Drawing.Point(4, 199);
  154. this.btn系统退出.Maximum = 0D;
  155. this.btn系统退出.Minimum = 0D;
  156. this.btn系统退出.MinimumSize = new System.Drawing.Size(1, 1);
  157. this.btn系统退出.Name = "btn系统退出";
  158. this.btn系统退出.NeedUserEnsure = false;
  159. this.btn系统退出.OffColor = System.Drawing.Color.LightSeaGreen;
  160. this.btn系统退出.OffSymbol = 0;
  161. this.btn系统退出.OffText = "系统退出并断电";
  162. this.btn系统退出.OnColor = System.Drawing.Color.Green;
  163. this.btn系统退出.OnSymbol = 0;
  164. this.btn系统退出.OnText = "系统退出并断电";
  165. this.btn系统退出.ReadNode = new Node("Application.Var_state.b系统退出按钮", NodeType.BOOL, null);
  166. this.btn系统退出.Size = new System.Drawing.Size(150, 42);
  167. this.btn系统退出.Symbol = 0;
  168. this.btn系统退出.TabIndex = 2;
  169. this.btn系统退出.Text = "系统退出并断电";
  170. this.btn系统退出.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.btn系统退出.WriteNode = new Node("Application.Var_state.b系统退出按钮", NodeType.BOOL, null);
  172. //
  173. // os确认系统退出
  174. //
  175. this.os确认系统退出.EnsureNode1 = new Node("Application.Var_state.b确认系统退出", NodeType.BOOL, null);
  176. this.os确认系统退出.EnsureNode2 = new Node("Application.Var_state.b取消系统退出", NodeType.BOOL, null);
  177. this.os确认系统退出.FormCaption = "询问确认系统退出";
  178. this.os确认系统退出.Message = "退出系统后,十秒后设备自动断电,请确认";
  179. this.os确认系统退出.ReadNode = new Node("Application.Var_state.b系统退出弹窗", NodeType.BOOL, null);
  180. this.os确认系统退出.Text1 = "确认";
  181. this.os确认系统退出.Text2 = "取消";
  182. this.os确认系统退出.Button1MouseDown += new System.EventHandler(this.os确认系统退出_Button1MouseDown);
  183. //
  184. // btn跑马灯
  185. //
  186. this.btn跑马灯.Cursor = System.Windows.Forms.Cursors.Hand;
  187. this.btn跑马灯.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.btn跑马灯.Location = new System.Drawing.Point(4, 317);
  189. this.btn跑马灯.MinimumSize = new System.Drawing.Size(1, 1);
  190. this.btn跑马灯.Name = "btn跑马灯";
  191. this.btn跑马灯.NeedUserEnsure = false;
  192. this.btn跑马灯.Size = new System.Drawing.Size(150, 42);
  193. this.btn跑马灯.Symbol = 0;
  194. this.btn跑马灯.TabIndex = 4;
  195. this.btn跑马灯.Text = "跑马灯";
  196. this.btn跑马灯.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.btn跑马灯.Click += new System.EventHandler(this.btn跑马灯_Click);
  198. //
  199. // uiTitlePanel1
  200. //
  201. this.uiTitlePanel1.Controls.Add(this.btn历史记录);
  202. this.uiTitlePanel1.Controls.Add(this.btn生产数据);
  203. this.uiTitlePanel1.Controls.Add(this.btnAuto仿真);
  204. this.uiTitlePanel1.Controls.Add(this.btn跑马灯);
  205. this.uiTitlePanel1.Controls.Add(this.btn系统退出);
  206. this.uiTitlePanel1.Dock = System.Windows.Forms.DockStyle.Left;
  207. this.uiTitlePanel1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  208. this.uiTitlePanel1.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  209. this.uiTitlePanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.uiTitlePanel1.Location = new System.Drawing.Point(0, 0);
  211. this.uiTitlePanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  212. this.uiTitlePanel1.MinimumSize = new System.Drawing.Size(1, 1);
  213. this.uiTitlePanel1.Name = "uiTitlePanel1";
  214. this.uiTitlePanel1.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
  215. this.uiTitlePanel1.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  216. this.uiTitlePanel1.ShowText = false;
  217. this.uiTitlePanel1.Size = new System.Drawing.Size(155, 940);
  218. this.uiTitlePanel1.Style = Sunny.UI.UIStyle.Custom;
  219. this.uiTitlePanel1.TabIndex = 5;
  220. this.uiTitlePanel1.Text = "快捷操作";
  221. this.uiTitlePanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  222. this.uiTitlePanel1.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  223. //
  224. // btn历史记录
  225. //
  226. this.btn历史记录.Cursor = System.Windows.Forms.Cursors.Hand;
  227. this.btn历史记录.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.btn历史记录.Location = new System.Drawing.Point(4, 376);
  229. this.btn历史记录.MinimumSize = new System.Drawing.Size(1, 1);
  230. this.btn历史记录.Name = "btn历史记录";
  231. this.btn历史记录.NeedUserEnsure = false;
  232. this.btn历史记录.Size = new System.Drawing.Size(150, 42);
  233. this.btn历史记录.Symbol = 0;
  234. this.btn历史记录.TabIndex = 6;
  235. this.btn历史记录.Text = "历史记录";
  236. this.btn历史记录.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.btn历史记录.Click += new System.EventHandler(this.btnAlarmLog_Click);
  238. //
  239. // btn生产数据
  240. //
  241. this.btn生产数据.Cursor = System.Windows.Forms.Cursors.Hand;
  242. this.btn生产数据.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.btn生产数据.Location = new System.Drawing.Point(4, 258);
  244. this.btn生产数据.MinimumSize = new System.Drawing.Size(1, 1);
  245. this.btn生产数据.Name = "btn生产数据";
  246. this.btn生产数据.NeedUserEnsure = false;
  247. this.btn生产数据.Size = new System.Drawing.Size(150, 42);
  248. this.btn生产数据.Symbol = 0;
  249. this.btn生产数据.TabIndex = 5;
  250. this.btn生产数据.Text = "生产数据";
  251. this.btn生产数据.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.btn生产数据.Click += new System.EventHandler(this.btn生产数据_Click);
  253. //
  254. // panelAlarm
  255. //
  256. this.panelAlarm.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  257. | System.Windows.Forms.AnchorStyles.Left)));
  258. this.panelAlarm.Controls.Add(this.txtAlarm);
  259. this.panelAlarm.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  260. this.panelAlarm.FillColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(251)))), ((int)(((byte)(241)))));
  261. this.panelAlarm.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.panelAlarm.Location = new System.Drawing.Point(4, 5);
  263. this.panelAlarm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  264. this.panelAlarm.MinimumSize = new System.Drawing.Size(1, 1);
  265. this.panelAlarm.Name = "panelAlarm";
  266. this.panelAlarm.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
  267. this.panelAlarm.RectColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  268. this.panelAlarm.ShowText = false;
  269. this.panelAlarm.Size = new System.Drawing.Size(370, 146);
  270. this.panelAlarm.Style = Sunny.UI.UIStyle.Custom;
  271. this.panelAlarm.TabIndex = 7;
  272. this.panelAlarm.Text = "报警信息";
  273. this.panelAlarm.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  274. this.panelAlarm.TitleColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(190)))), ((int)(((byte)(40)))));
  275. //
  276. // txtAlarm
  277. //
  278. this.txtAlarm.Cursor = System.Windows.Forms.Cursors.IBeam;
  279. this.txtAlarm.Dock = System.Windows.Forms.DockStyle.Fill;
  280. this.txtAlarm.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.txtAlarm.Location = new System.Drawing.Point(1, 35);
  282. this.txtAlarm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  283. this.txtAlarm.MinimumSize = new System.Drawing.Size(1, 16);
  284. this.txtAlarm.Multiline = true;
  285. this.txtAlarm.Name = "txtAlarm";
  286. this.txtAlarm.Padding = new System.Windows.Forms.Padding(5);
  287. this.txtAlarm.ScrollBarHandleWidth = 20;
  288. this.txtAlarm.ShowScrollBar = true;
  289. this.txtAlarm.ShowText = false;
  290. this.txtAlarm.Size = new System.Drawing.Size(368, 110);
  291. this.txtAlarm.TabIndex = 0;
  292. this.txtAlarm.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  293. this.txtAlarm.Watermark = "";
  294. //
  295. // tabFastOperation
  296. //
  297. this.tabFastOperation.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  298. | System.Windows.Forms.AnchorStyles.Left)
  299. | System.Windows.Forms.AnchorStyles.Right)));
  300. this.tabFastOperation.Controls.Add(this.tabPage1);
  301. this.tabFastOperation.Controls.Add(this.tabPage2);
  302. this.tabFastOperation.Controls.Add(this.tabPage3);
  303. this.tabFastOperation.Controls.Add(this.tabPage4);
  304. this.tabFastOperation.Controls.Add(this.tabPage5);
  305. this.tabFastOperation.Controls.Add(this.tabPage6);
  306. this.tabFastOperation.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  307. this.tabFastOperation.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.tabFastOperation.ItemSize = new System.Drawing.Size(120, 35);
  309. this.tabFastOperation.Location = new System.Drawing.Point(757, 5);
  310. this.tabFastOperation.MainPage = "";
  311. this.tabFastOperation.Name = "tabFastOperation";
  312. this.tabFastOperation.SelectedIndex = 0;
  313. this.tabFastOperation.Size = new System.Drawing.Size(996, 145);
  314. this.tabFastOperation.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  315. this.tabFastOperation.TabIndex = 8;
  316. this.tabFastOperation.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. //
  318. // tabPage1
  319. //
  320. this.tabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  321. this.tabPage1.Controls.Add(this.flowLayoutPanel1);
  322. this.tabPage1.Location = new System.Drawing.Point(0, 35);
  323. this.tabPage1.Name = "tabPage1";
  324. this.tabPage1.Size = new System.Drawing.Size(996, 110);
  325. this.tabPage1.TabIndex = 0;
  326. this.tabPage1.Text = "批次";
  327. this.tabPage1.UseVisualStyleBackColor = true;
  328. //
  329. // flowLayoutPanel1
  330. //
  331. this.flowLayoutPanel1.Controls.Add(this.btn开启批次);
  332. this.flowLayoutPanel1.Controls.Add(this.btn结束批次);
  333. this.flowLayoutPanel1.Controls.Add(this.bnt当前批次报告);
  334. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  335. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  336. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  337. this.flowLayoutPanel1.Size = new System.Drawing.Size(994, 108);
  338. this.flowLayoutPanel1.TabIndex = 191;
  339. //
  340. // btn开启批次
  341. //
  342. this.btn开启批次.ButtonType = PlcUiControl.ButtonType.设On;
  343. this.btn开启批次.Cursor = System.Windows.Forms.Cursors.Hand;
  344. this.btn开启批次.DisabilityTriggerNode = null;
  345. this.btn开启批次.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  346. this.btn开启批次.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  347. this.btn开启批次.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.btn开启批次.InvisibilityTriggerNode = null;
  349. this.btn开启批次.Location = new System.Drawing.Point(8, 8);
  350. this.btn开启批次.Margin = new System.Windows.Forms.Padding(8);
  351. this.btn开启批次.Maximum = 0D;
  352. this.btn开启批次.Minimum = 0D;
  353. this.btn开启批次.MinimumSize = new System.Drawing.Size(1, 1);
  354. this.btn开启批次.Name = "btn开启批次";
  355. this.btn开启批次.NeedUserEnsure = true;
  356. this.btn开启批次.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  357. this.btn开启批次.OffSymbol = 0;
  358. this.btn开启批次.OffText = "开启批次";
  359. this.btn开启批次.OnColor = System.Drawing.Color.Green;
  360. this.btn开启批次.OnSymbol = 0;
  361. this.btn开启批次.OnText = "开启运行中";
  362. this.btn开启批次.ReadNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  363. this.btn开启批次.Size = new System.Drawing.Size(147, 45);
  364. this.btn开启批次.Symbol = 0;
  365. this.btn开启批次.TabIndex = 188;
  366. this.btn开启批次.Text = "开启批次";
  367. this.btn开启批次.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.btn开启批次.WriteNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  369. this.btn开启批次.BeforeWrite += new System.EventHandler<System.ComponentModel.CancelEventArgs>(this.btn开启批次_BeforeWrite);
  370. //
  371. // btn结束批次
  372. //
  373. this.btn结束批次.ButtonType = PlcUiControl.ButtonType.设Off;
  374. this.btn结束批次.Cursor = System.Windows.Forms.Cursors.Hand;
  375. this.btn结束批次.DisabilityTriggerNode = null;
  376. this.btn结束批次.FillHoverColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  377. this.btn结束批次.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  378. this.btn结束批次.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.btn结束批次.InvisibilityTriggerNode = null;
  380. this.btn结束批次.Location = new System.Drawing.Point(171, 8);
  381. this.btn结束批次.Margin = new System.Windows.Forms.Padding(8);
  382. this.btn结束批次.Maximum = 0D;
  383. this.btn结束批次.Minimum = 0D;
  384. this.btn结束批次.MinimumSize = new System.Drawing.Size(1, 1);
  385. this.btn结束批次.Name = "btn结束批次";
  386. this.btn结束批次.NeedUserEnsure = true;
  387. this.btn结束批次.OffColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  388. this.btn结束批次.OffSymbol = 0;
  389. this.btn结束批次.OffText = "结束批次";
  390. this.btn结束批次.OnColor = System.Drawing.Color.FromArgb(((int)(((byte)(80)))), ((int)(((byte)(160)))), ((int)(((byte)(255)))));
  391. this.btn结束批次.OnSymbol = 0;
  392. this.btn结束批次.OnText = "结束批次";
  393. this.btn结束批次.ReadNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  394. this.btn结束批次.Size = new System.Drawing.Size(147, 45);
  395. this.btn结束批次.Symbol = 0;
  396. this.btn结束批次.TabIndex = 189;
  397. this.btn结束批次.Text = "结束批次";
  398. this.btn结束批次.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  399. this.btn结束批次.WriteNode = new Node("Application.Var_state.b批次执行中", NodeType.BOOL, null);
  400. this.btn结束批次.BeforeWrite += new System.EventHandler<System.ComponentModel.CancelEventArgs>(this.btn结束批次_BeforeWrite);
  401. //
  402. // bnt当前批次报告
  403. //
  404. this.bnt当前批次报告.Cursor = System.Windows.Forms.Cursors.Hand;
  405. this.bnt当前批次报告.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.bnt当前批次报告.Location = new System.Drawing.Point(334, 8);
  407. this.bnt当前批次报告.Margin = new System.Windows.Forms.Padding(8);
  408. this.bnt当前批次报告.MinimumSize = new System.Drawing.Size(1, 1);
  409. this.bnt当前批次报告.Name = "bnt当前批次报告";
  410. this.bnt当前批次报告.NeedUserEnsure = false;
  411. this.bnt当前批次报告.Size = new System.Drawing.Size(134, 45);
  412. this.bnt当前批次报告.Symbol = 0;
  413. this.bnt当前批次报告.TabIndex = 190;
  414. this.bnt当前批次报告.Text = "当前批次报告";
  415. this.bnt当前批次报告.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.bnt当前批次报告.Click += new System.EventHandler(this.bnt当前批次报告_Click);
  417. //
  418. // tabPage2
  419. //
  420. this.tabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  421. this.tabPage2.Controls.Add(this.flowLayoutPanel2);
  422. this.tabPage2.Location = new System.Drawing.Point(0, 40);
  423. this.tabPage2.Name = "tabPage2";
  424. this.tabPage2.Size = new System.Drawing.Size(200, 60);
  425. this.tabPage2.TabIndex = 1;
  426. this.tabPage2.Text = "常用1";
  427. this.tabPage2.UseVisualStyleBackColor = true;
  428. //
  429. // flowLayoutPanel2
  430. //
  431. this.flowLayoutPanel2.Controls.Add(this.btn封装1首件打样);
  432. this.flowLayoutPanel2.Controls.Add(this.btn封装2首件打样);
  433. this.flowLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
  434. this.flowLayoutPanel2.Location = new System.Drawing.Point(0, 0);
  435. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  436. this.flowLayoutPanel2.Size = new System.Drawing.Size(198, 58);
  437. this.flowLayoutPanel2.TabIndex = 190;
  438. //
  439. // btn封装1首件打样
  440. //
  441. this.btn封装1首件打样.ButtonType = PlcUiControl.ButtonType.交替型;
  442. this.btn封装1首件打样.Cursor = System.Windows.Forms.Cursors.Hand;
  443. this.btn封装1首件打样.DisabilityTriggerNode = null;
  444. this.btn封装1首件打样.FillColor = System.Drawing.Color.Gray;
  445. this.btn封装1首件打样.FillHoverColor = System.Drawing.Color.Gray;
  446. this.btn封装1首件打样.FillSelectedColor = System.Drawing.Color.Gray;
  447. this.btn封装1首件打样.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  448. this.btn封装1首件打样.InvisibilityTriggerNode = null;
  449. this.btn封装1首件打样.Location = new System.Drawing.Point(8, 8);
  450. this.btn封装1首件打样.Margin = new System.Windows.Forms.Padding(8);
  451. this.btn封装1首件打样.Maximum = 0D;
  452. this.btn封装1首件打样.Minimum = 0D;
  453. this.btn封装1首件打样.MinimumSize = new System.Drawing.Size(1, 1);
  454. this.btn封装1首件打样.Name = "btn封装1首件打样";
  455. this.btn封装1首件打样.NeedUserEnsure = true;
  456. this.btn封装1首件打样.OffColor = System.Drawing.Color.Gray;
  457. this.btn封装1首件打样.OffSymbol = 61453;
  458. this.btn封装1首件打样.OffText = "封装1首件打样";
  459. this.btn封装1首件打样.OnColor = System.Drawing.Color.Green;
  460. this.btn封装1首件打样.OnSymbol = 61452;
  461. this.btn封装1首件打样.OnText = "封装1首件打样";
  462. this.btn封装1首件打样.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.b_QC样本带开启", NodeType.BOOL, null);
  463. this.btn封装1首件打样.Size = new System.Drawing.Size(147, 45);
  464. this.btn封装1首件打样.Symbol = 61453;
  465. this.btn封装1首件打样.TabIndex = 188;
  466. this.btn封装1首件打样.Text = "封装1首件打样";
  467. this.btn封装1首件打样.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  468. this.btn封装1首件打样.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.b_QC样本带开启", NodeType.BOOL, null);
  469. //
  470. // btn封装2首件打样
  471. //
  472. this.btn封装2首件打样.ButtonType = PlcUiControl.ButtonType.交替型;
  473. this.btn封装2首件打样.Cursor = System.Windows.Forms.Cursors.Hand;
  474. this.btn封装2首件打样.DisabilityTriggerNode = null;
  475. this.btn封装2首件打样.FillColor = System.Drawing.Color.Gray;
  476. this.btn封装2首件打样.FillHoverColor = System.Drawing.Color.Gray;
  477. this.btn封装2首件打样.FillSelectedColor = System.Drawing.Color.Gray;
  478. this.btn封装2首件打样.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  479. this.btn封装2首件打样.InvisibilityTriggerNode = null;
  480. this.btn封装2首件打样.Location = new System.Drawing.Point(8, 69);
  481. this.btn封装2首件打样.Margin = new System.Windows.Forms.Padding(8);
  482. this.btn封装2首件打样.Maximum = 0D;
  483. this.btn封装2首件打样.Minimum = 0D;
  484. this.btn封装2首件打样.MinimumSize = new System.Drawing.Size(1, 1);
  485. this.btn封装2首件打样.Name = "btn封装2首件打样";
  486. this.btn封装2首件打样.NeedUserEnsure = true;
  487. this.btn封装2首件打样.OffColor = System.Drawing.Color.Gray;
  488. this.btn封装2首件打样.OffSymbol = 61453;
  489. this.btn封装2首件打样.OffText = "封装2首件打样";
  490. this.btn封装2首件打样.OnColor = System.Drawing.Color.Green;
  491. this.btn封装2首件打样.OnSymbol = 61452;
  492. this.btn封装2首件打样.OnText = "封装2首件打样";
  493. this.btn封装2首件打样.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_QC样本带开启", NodeType.BOOL, null);
  494. this.btn封装2首件打样.Size = new System.Drawing.Size(147, 45);
  495. this.btn封装2首件打样.Symbol = 61453;
  496. this.btn封装2首件打样.TabIndex = 189;
  497. this.btn封装2首件打样.Text = "封装2首件打样";
  498. this.btn封装2首件打样.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  499. this.btn封装2首件打样.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_QC样本带开启", NodeType.BOOL, null);
  500. //
  501. // tabPage3
  502. //
  503. this.tabPage3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  504. this.tabPage3.Controls.Add(this.flowLayoutPanel3);
  505. this.tabPage3.Location = new System.Drawing.Point(0, 40);
  506. this.tabPage3.Name = "tabPage3";
  507. this.tabPage3.Size = new System.Drawing.Size(200, 60);
  508. this.tabPage3.TabIndex = 2;
  509. this.tabPage3.Text = "常用2";
  510. this.tabPage3.UseVisualStyleBackColor = true;
  511. //
  512. // flowLayoutPanel3
  513. //
  514. this.flowLayoutPanel3.Controls.Add(this.btn屏蔽安全罩);
  515. this.flowLayoutPanel3.Controls.Add(this.btn封装1温控器开关);
  516. this.flowLayoutPanel3.Controls.Add(this.btn封装2温控器开关);
  517. this.flowLayoutPanel3.Controls.Add(this.btn加热盘温控器开关);
  518. this.flowLayoutPanel3.Controls.Add(this.btn镭射打标机开关);
  519. this.flowLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
  520. this.flowLayoutPanel3.Location = new System.Drawing.Point(0, 0);
  521. this.flowLayoutPanel3.Name = "flowLayoutPanel3";
  522. this.flowLayoutPanel3.Size = new System.Drawing.Size(198, 58);
  523. this.flowLayoutPanel3.TabIndex = 192;
  524. //
  525. // btn屏蔽安全罩
  526. //
  527. this.btn屏蔽安全罩.ButtonType = PlcUiControl.ButtonType.交替型;
  528. this.btn屏蔽安全罩.Cursor = System.Windows.Forms.Cursors.Hand;
  529. this.btn屏蔽安全罩.DisabilityTriggerNode = null;
  530. this.btn屏蔽安全罩.FillColor = System.Drawing.Color.Gray;
  531. this.btn屏蔽安全罩.FillHoverColor = System.Drawing.Color.Gray;
  532. this.btn屏蔽安全罩.FillSelectedColor = System.Drawing.Color.Gray;
  533. this.btn屏蔽安全罩.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  534. this.btn屏蔽安全罩.InvisibilityTriggerNode = null;
  535. this.btn屏蔽安全罩.Location = new System.Drawing.Point(8, 8);
  536. this.btn屏蔽安全罩.Margin = new System.Windows.Forms.Padding(8);
  537. this.btn屏蔽安全罩.Maximum = 0D;
  538. this.btn屏蔽安全罩.Minimum = 0D;
  539. this.btn屏蔽安全罩.MinimumSize = new System.Drawing.Size(1, 1);
  540. this.btn屏蔽安全罩.Name = "btn屏蔽安全罩";
  541. this.btn屏蔽安全罩.NeedUserEnsure = true;
  542. this.btn屏蔽安全罩.OffColor = System.Drawing.Color.Gray;
  543. this.btn屏蔽安全罩.OffSymbol = 61453;
  544. this.btn屏蔽安全罩.OffText = "安全罩屏蔽";
  545. this.btn屏蔽安全罩.OnColor = System.Drawing.Color.Green;
  546. this.btn屏蔽安全罩.OnSymbol = 61452;
  547. this.btn屏蔽安全罩.OnText = "安全罩启用";
  548. this.btn屏蔽安全罩.ReadNode = new Node("Application.Var_Hand_Turntable.b安全罩自动启用", NodeType.BOOL, null);
  549. this.btn屏蔽安全罩.Size = new System.Drawing.Size(147, 45);
  550. this.btn屏蔽安全罩.Symbol = 61453;
  551. this.btn屏蔽安全罩.TabIndex = 187;
  552. this.btn屏蔽安全罩.Text = "安全罩屏蔽";
  553. this.btn屏蔽安全罩.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  554. this.btn屏蔽安全罩.WriteNode = new Node("Application.Var_Hand_Turntable.b安全罩自动启用", NodeType.BOOL, null);
  555. //
  556. // btn封装1温控器开关
  557. //
  558. this.btn封装1温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  559. this.btn封装1温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  560. this.btn封装1温控器开关.DisabilityTriggerNode = null;
  561. this.btn封装1温控器开关.FillColor = System.Drawing.Color.Gray;
  562. this.btn封装1温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  563. this.btn封装1温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  564. this.btn封装1温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.btn封装1温控器开关.InvisibilityTriggerNode = null;
  566. this.btn封装1温控器开关.Location = new System.Drawing.Point(8, 69);
  567. this.btn封装1温控器开关.Margin = new System.Windows.Forms.Padding(8);
  568. this.btn封装1温控器开关.Maximum = 0D;
  569. this.btn封装1温控器开关.Minimum = 0D;
  570. this.btn封装1温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  571. this.btn封装1温控器开关.Name = "btn封装1温控器开关";
  572. this.btn封装1温控器开关.NeedUserEnsure = true;
  573. this.btn封装1温控器开关.OffColor = System.Drawing.Color.Gray;
  574. this.btn封装1温控器开关.OffSymbol = 61453;
  575. this.btn封装1温控器开关.OffText = "封装1温控器";
  576. this.btn封装1温控器开关.OnColor = System.Drawing.Color.Green;
  577. this.btn封装1温控器开关.OnSymbol = 61452;
  578. this.btn封装1温控器开关.OnText = "封装1温控器";
  579. this.btn封装1温控器开关.ReadNode = new Node("Application.Var_Hand_A33_Encapsulation1.b温控开关", NodeType.BOOL, null);
  580. this.btn封装1温控器开关.Size = new System.Drawing.Size(147, 45);
  581. this.btn封装1温控器开关.Symbol = 61453;
  582. this.btn封装1温控器开关.TabIndex = 188;
  583. this.btn封装1温控器开关.Text = "封装1温控器";
  584. this.btn封装1温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  585. this.btn封装1温控器开关.WriteNode = new Node("Application.Var_Hand_A33_Encapsulation1.b温控开关", NodeType.BOOL, null);
  586. //
  587. // btn封装2温控器开关
  588. //
  589. this.btn封装2温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  590. this.btn封装2温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  591. this.btn封装2温控器开关.DisabilityTriggerNode = null;
  592. this.btn封装2温控器开关.FillColor = System.Drawing.Color.Gray;
  593. this.btn封装2温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  594. this.btn封装2温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  595. this.btn封装2温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. this.btn封装2温控器开关.InvisibilityTriggerNode = null;
  597. this.btn封装2温控器开关.Location = new System.Drawing.Point(8, 130);
  598. this.btn封装2温控器开关.Margin = new System.Windows.Forms.Padding(8);
  599. this.btn封装2温控器开关.Maximum = 0D;
  600. this.btn封装2温控器开关.Minimum = 0D;
  601. this.btn封装2温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  602. this.btn封装2温控器开关.Name = "btn封装2温控器开关";
  603. this.btn封装2温控器开关.NeedUserEnsure = true;
  604. this.btn封装2温控器开关.OffColor = System.Drawing.Color.Gray;
  605. this.btn封装2温控器开关.OffSymbol = 61453;
  606. this.btn封装2温控器开关.OffText = "封装2温控器";
  607. this.btn封装2温控器开关.OnColor = System.Drawing.Color.Green;
  608. this.btn封装2温控器开关.OnSymbol = 61452;
  609. this.btn封装2温控器开关.OnText = "封装2温控器";
  610. this.btn封装2温控器开关.ReadNode = new Node("Application.Var_Hand_A37_Encapsulation2.b温控开关", NodeType.BOOL, null);
  611. this.btn封装2温控器开关.Size = new System.Drawing.Size(147, 45);
  612. this.btn封装2温控器开关.Symbol = 61453;
  613. this.btn封装2温控器开关.TabIndex = 189;
  614. this.btn封装2温控器开关.Text = "封装2温控器";
  615. this.btn封装2温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  616. this.btn封装2温控器开关.WriteNode = new Node("Application.Var_Hand_A37_Encapsulation2.b温控开关", NodeType.BOOL, null);
  617. //
  618. // btn加热盘温控器开关
  619. //
  620. this.btn加热盘温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  621. this.btn加热盘温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  622. this.btn加热盘温控器开关.DisabilityTriggerNode = null;
  623. this.btn加热盘温控器开关.FillColor = System.Drawing.Color.Gray;
  624. this.btn加热盘温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  625. this.btn加热盘温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  626. this.btn加热盘温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  627. this.btn加热盘温控器开关.InvisibilityTriggerNode = null;
  628. this.btn加热盘温控器开关.Location = new System.Drawing.Point(8, 191);
  629. this.btn加热盘温控器开关.Margin = new System.Windows.Forms.Padding(8);
  630. this.btn加热盘温控器开关.Maximum = 0D;
  631. this.btn加热盘温控器开关.Minimum = 0D;
  632. this.btn加热盘温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  633. this.btn加热盘温控器开关.Name = "btn加热盘温控器开关";
  634. this.btn加热盘温控器开关.NeedUserEnsure = true;
  635. this.btn加热盘温控器开关.OffColor = System.Drawing.Color.Gray;
  636. this.btn加热盘温控器开关.OffSymbol = 61453;
  637. this.btn加热盘温控器开关.OffText = "加热盘温控器";
  638. this.btn加热盘温控器开关.OnColor = System.Drawing.Color.Green;
  639. this.btn加热盘温控器开关.OnSymbol = 61452;
  640. this.btn加热盘温控器开关.OnText = "加热盘温控器";
  641. this.btn加热盘温控器开关.ReadNode = new Node("Application.GVL_A15_Manual.b加热盘温控器启停", NodeType.BOOL, null);
  642. this.btn加热盘温控器开关.Size = new System.Drawing.Size(147, 45);
  643. this.btn加热盘温控器开关.Symbol = 61453;
  644. this.btn加热盘温控器开关.TabIndex = 191;
  645. this.btn加热盘温控器开关.Text = "加热盘温控器";
  646. this.btn加热盘温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  647. this.btn加热盘温控器开关.WriteNode = new Node("Application.GVL_A15_Manual.b加热盘温控器启停", NodeType.BOOL, null);
  648. //
  649. // btn镭射打标机开关
  650. //
  651. this.btn镭射打标机开关.ButtonType = PlcUiControl.ButtonType.交替型;
  652. this.btn镭射打标机开关.Cursor = System.Windows.Forms.Cursors.Hand;
  653. this.btn镭射打标机开关.DisabilityTriggerNode = null;
  654. this.btn镭射打标机开关.FillColor = System.Drawing.Color.Gray;
  655. this.btn镭射打标机开关.FillHoverColor = System.Drawing.Color.Gray;
  656. this.btn镭射打标机开关.FillSelectedColor = System.Drawing.Color.Gray;
  657. this.btn镭射打标机开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  658. this.btn镭射打标机开关.InvisibilityTriggerNode = null;
  659. this.btn镭射打标机开关.Location = new System.Drawing.Point(8, 252);
  660. this.btn镭射打标机开关.Margin = new System.Windows.Forms.Padding(8);
  661. this.btn镭射打标机开关.Maximum = 0D;
  662. this.btn镭射打标机开关.Minimum = 0D;
  663. this.btn镭射打标机开关.MinimumSize = new System.Drawing.Size(1, 1);
  664. this.btn镭射打标机开关.Name = "btn镭射打标机开关";
  665. this.btn镭射打标机开关.NeedUserEnsure = true;
  666. this.btn镭射打标机开关.OffColor = System.Drawing.Color.Gray;
  667. this.btn镭射打标机开关.OffSymbol = 61453;
  668. this.btn镭射打标机开关.OffText = "镭射打标机关闭";
  669. this.btn镭射打标机开关.OnColor = System.Drawing.Color.Green;
  670. this.btn镭射打标机开关.OnSymbol = 61452;
  671. this.btn镭射打标机开关.OnText = "镭射打标机启用";
  672. this.btn镭射打标机开关.ReadNode = new Node("Application.GVL_A24_Auto.b打标机开关", NodeType.BOOL, "0关,1开");
  673. this.btn镭射打标机开关.Size = new System.Drawing.Size(147, 45);
  674. this.btn镭射打标机开关.Symbol = 61453;
  675. this.btn镭射打标机开关.TabIndex = 192;
  676. this.btn镭射打标机开关.Text = "镭射打标机关闭";
  677. this.btn镭射打标机开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  678. this.btn镭射打标机开关.WriteNode = new Node("Application.GVL_A24_Auto.b打标机开关", NodeType.BOOL, "0关,1开");
  679. //
  680. // tabPage4
  681. //
  682. this.tabPage4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  683. this.tabPage4.Controls.Add(this.flowLayoutPanel4);
  684. this.tabPage4.Location = new System.Drawing.Point(0, 40);
  685. this.tabPage4.Name = "tabPage4";
  686. this.tabPage4.Size = new System.Drawing.Size(200, 60);
  687. this.tabPage4.TabIndex = 3;
  688. this.tabPage4.Text = "常用3";
  689. this.tabPage4.UseVisualStyleBackColor = true;
  690. //
  691. // flowLayoutPanel4
  692. //
  693. this.flowLayoutPanel4.Controls.Add(this.btn工站时间监控);
  694. this.flowLayoutPanel4.Controls.Add(this.btn吸嘴良率统计);
  695. this.flowLayoutPanel4.Controls.Add(this.btnNG停止设置);
  696. this.flowLayoutPanel4.Controls.Add(this.btn测试模式选择);
  697. this.flowLayoutPanel4.Controls.Add(this.btn胶膜载带设置);
  698. this.flowLayoutPanel4.Controls.Add(this.btn消耗品寿命设定);
  699. this.flowLayoutPanel4.Controls.Add(this.btn首件打样设置);
  700. this.flowLayoutPanel4.Controls.Add(this.btn吸嘴寿命计数2);
  701. this.flowLayoutPanel4.Controls.Add(this.btn视觉仿真设置);
  702. this.flowLayoutPanel4.Dock = System.Windows.Forms.DockStyle.Fill;
  703. this.flowLayoutPanel4.Location = new System.Drawing.Point(0, 0);
  704. this.flowLayoutPanel4.Name = "flowLayoutPanel4";
  705. this.flowLayoutPanel4.Size = new System.Drawing.Size(198, 58);
  706. this.flowLayoutPanel4.TabIndex = 12;
  707. //
  708. // btn工站时间监控
  709. //
  710. this.btn工站时间监控.Cursor = System.Windows.Forms.Cursors.Hand;
  711. this.btn工站时间监控.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  712. this.btn工站时间监控.Location = new System.Drawing.Point(8, 8);
  713. this.btn工站时间监控.Margin = new System.Windows.Forms.Padding(8);
  714. this.btn工站时间监控.MinimumSize = new System.Drawing.Size(1, 1);
  715. this.btn工站时间监控.Name = "btn工站时间监控";
  716. this.btn工站时间监控.NeedUserEnsure = false;
  717. this.btn工站时间监控.Size = new System.Drawing.Size(150, 42);
  718. this.btn工站时间监控.Symbol = 0;
  719. this.btn工站时间监控.TabIndex = 4;
  720. this.btn工站时间监控.Text = "工站时间监控";
  721. this.btn工站时间监控.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  722. this.btn工站时间监控.Click += new System.EventHandler(this.btn工站时间监控_Click_1);
  723. //
  724. // btn吸嘴良率统计
  725. //
  726. this.btn吸嘴良率统计.Cursor = System.Windows.Forms.Cursors.Hand;
  727. this.btn吸嘴良率统计.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  728. this.btn吸嘴良率统计.Location = new System.Drawing.Point(8, 66);
  729. this.btn吸嘴良率统计.Margin = new System.Windows.Forms.Padding(8);
  730. this.btn吸嘴良率统计.MinimumSize = new System.Drawing.Size(1, 1);
  731. this.btn吸嘴良率统计.Name = "btn吸嘴良率统计";
  732. this.btn吸嘴良率统计.NeedUserEnsure = false;
  733. this.btn吸嘴良率统计.Size = new System.Drawing.Size(150, 42);
  734. this.btn吸嘴良率统计.Symbol = 0;
  735. this.btn吸嘴良率统计.TabIndex = 5;
  736. this.btn吸嘴良率统计.Text = "吸嘴良率统计";
  737. this.btn吸嘴良率统计.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  738. this.btn吸嘴良率统计.Click += new System.EventHandler(this.btn吸嘴良率统计_Click);
  739. //
  740. // btnNG停止设置
  741. //
  742. this.btnNG停止设置.Cursor = System.Windows.Forms.Cursors.Hand;
  743. this.btnNG停止设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  744. this.btnNG停止设置.Location = new System.Drawing.Point(8, 124);
  745. this.btnNG停止设置.Margin = new System.Windows.Forms.Padding(8);
  746. this.btnNG停止设置.MinimumSize = new System.Drawing.Size(1, 1);
  747. this.btnNG停止设置.Name = "btnNG停止设置";
  748. this.btnNG停止设置.NeedUserEnsure = false;
  749. this.btnNG停止设置.Size = new System.Drawing.Size(150, 42);
  750. this.btnNG停止设置.Symbol = 0;
  751. this.btnNG停止设置.TabIndex = 6;
  752. this.btnNG停止设置.Text = "NG停止设置";
  753. this.btnNG停止设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  754. this.btnNG停止设置.Click += new System.EventHandler(this.btnNG停止设置_Click);
  755. //
  756. // btn测试模式选择
  757. //
  758. this.btn测试模式选择.Cursor = System.Windows.Forms.Cursors.Hand;
  759. this.btn测试模式选择.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  760. this.btn测试模式选择.Location = new System.Drawing.Point(8, 182);
  761. this.btn测试模式选择.Margin = new System.Windows.Forms.Padding(8);
  762. this.btn测试模式选择.MinimumSize = new System.Drawing.Size(1, 1);
  763. this.btn测试模式选择.Name = "btn测试模式选择";
  764. this.btn测试模式选择.NeedUserEnsure = false;
  765. this.btn测试模式选择.Size = new System.Drawing.Size(150, 42);
  766. this.btn测试模式选择.Symbol = 0;
  767. this.btn测试模式选择.TabIndex = 7;
  768. this.btn测试模式选择.Text = "测试模式选择";
  769. this.btn测试模式选择.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  770. this.btn测试模式选择.Click += new System.EventHandler(this.btn测试模式选择_Click);
  771. //
  772. // btn胶膜载带设置
  773. //
  774. this.btn胶膜载带设置.Cursor = System.Windows.Forms.Cursors.Hand;
  775. this.btn胶膜载带设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  776. this.btn胶膜载带设置.Location = new System.Drawing.Point(8, 240);
  777. this.btn胶膜载带设置.Margin = new System.Windows.Forms.Padding(8);
  778. this.btn胶膜载带设置.MinimumSize = new System.Drawing.Size(1, 1);
  779. this.btn胶膜载带设置.Name = "btn胶膜载带设置";
  780. this.btn胶膜载带设置.NeedUserEnsure = false;
  781. this.btn胶膜载带设置.Size = new System.Drawing.Size(150, 42);
  782. this.btn胶膜载带设置.Symbol = 0;
  783. this.btn胶膜载带设置.TabIndex = 8;
  784. this.btn胶膜载带设置.Text = "胶膜载带设置";
  785. this.btn胶膜载带设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  786. this.btn胶膜载带设置.Click += new System.EventHandler(this.btn胶膜载带设置_Click);
  787. //
  788. // btn消耗品寿命设定
  789. //
  790. this.btn消耗品寿命设定.Cursor = System.Windows.Forms.Cursors.Hand;
  791. this.btn消耗品寿命设定.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.btn消耗品寿命设定.Location = new System.Drawing.Point(8, 298);
  793. this.btn消耗品寿命设定.Margin = new System.Windows.Forms.Padding(8);
  794. this.btn消耗品寿命设定.MinimumSize = new System.Drawing.Size(1, 1);
  795. this.btn消耗品寿命设定.Name = "btn消耗品寿命设定";
  796. this.btn消耗品寿命设定.NeedUserEnsure = false;
  797. this.btn消耗品寿命设定.Size = new System.Drawing.Size(150, 42);
  798. this.btn消耗品寿命设定.Symbol = 0;
  799. this.btn消耗品寿命设定.TabIndex = 9;
  800. this.btn消耗品寿命设定.Text = "消耗品寿命设定";
  801. this.btn消耗品寿命设定.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  802. this.btn消耗品寿命设定.Click += new System.EventHandler(this.btn消耗品寿命设定_Click);
  803. //
  804. // btn首件打样设置
  805. //
  806. this.btn首件打样设置.Cursor = System.Windows.Forms.Cursors.Hand;
  807. this.btn首件打样设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  808. this.btn首件打样设置.Location = new System.Drawing.Point(8, 356);
  809. this.btn首件打样设置.Margin = new System.Windows.Forms.Padding(8);
  810. this.btn首件打样设置.MinimumSize = new System.Drawing.Size(1, 1);
  811. this.btn首件打样设置.Name = "btn首件打样设置";
  812. this.btn首件打样设置.NeedUserEnsure = false;
  813. this.btn首件打样设置.Size = new System.Drawing.Size(150, 42);
  814. this.btn首件打样设置.Symbol = 0;
  815. this.btn首件打样设置.TabIndex = 10;
  816. this.btn首件打样设置.Text = "首件打样设置";
  817. this.btn首件打样设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  818. this.btn首件打样设置.Click += new System.EventHandler(this.btn首件打样设置_Click);
  819. //
  820. // btn吸嘴寿命计数2
  821. //
  822. this.btn吸嘴寿命计数2.Cursor = System.Windows.Forms.Cursors.Hand;
  823. this.btn吸嘴寿命计数2.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  824. this.btn吸嘴寿命计数2.Location = new System.Drawing.Point(8, 414);
  825. this.btn吸嘴寿命计数2.Margin = new System.Windows.Forms.Padding(8);
  826. this.btn吸嘴寿命计数2.MinimumSize = new System.Drawing.Size(1, 1);
  827. this.btn吸嘴寿命计数2.Name = "btn吸嘴寿命计数2";
  828. this.btn吸嘴寿命计数2.NeedUserEnsure = false;
  829. this.btn吸嘴寿命计数2.Size = new System.Drawing.Size(150, 42);
  830. this.btn吸嘴寿命计数2.Symbol = 0;
  831. this.btn吸嘴寿命计数2.TabIndex = 11;
  832. this.btn吸嘴寿命计数2.Text = "吸嘴寿命计数";
  833. this.btn吸嘴寿命计数2.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  834. this.btn吸嘴寿命计数2.Click += new System.EventHandler(this.myUiButton1_Click);
  835. //
  836. // btn视觉仿真设置
  837. //
  838. this.btn视觉仿真设置.Cursor = System.Windows.Forms.Cursors.Hand;
  839. this.btn视觉仿真设置.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  840. this.btn视觉仿真设置.Location = new System.Drawing.Point(8, 472);
  841. this.btn视觉仿真设置.Margin = new System.Windows.Forms.Padding(8);
  842. this.btn视觉仿真设置.MinimumSize = new System.Drawing.Size(1, 1);
  843. this.btn视觉仿真设置.Name = "btn视觉仿真设置";
  844. this.btn视觉仿真设置.NeedUserEnsure = false;
  845. this.btn视觉仿真设置.Size = new System.Drawing.Size(150, 42);
  846. this.btn视觉仿真设置.Symbol = 0;
  847. this.btn视觉仿真设置.TabIndex = 12;
  848. this.btn视觉仿真设置.Text = "视觉仿真设置";
  849. this.btn视觉仿真设置.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  850. this.btn视觉仿真设置.Click += new System.EventHandler(this.btn视觉仿真设置_Click);
  851. //
  852. // tabPage5
  853. //
  854. this.tabPage5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  855. this.tabPage5.Controls.Add(this.flowLayoutPanel5);
  856. this.tabPage5.Location = new System.Drawing.Point(0, 35);
  857. this.tabPage5.Name = "tabPage5";
  858. this.tabPage5.Size = new System.Drawing.Size(996, 110);
  859. this.tabPage5.TabIndex = 4;
  860. this.tabPage5.Text = "编带1";
  861. this.tabPage5.UseVisualStyleBackColor = true;
  862. //
  863. // flowLayoutPanel5
  864. //
  865. this.flowLayoutPanel5.Controls.Add(this.btn编带1最后一盘);
  866. this.flowLayoutPanel5.Controls.Add(this.btn编带1温控器开关);
  867. this.flowLayoutPanel5.Controls.Add(this.btn编带1使用换盘机);
  868. this.flowLayoutPanel5.Controls.Add(this.btn编带1编带清除);
  869. this.flowLayoutPanel5.Controls.Add(this.btn编带1编带全检);
  870. this.flowLayoutPanel5.Controls.Add(this.btn编带1印字复检屏蔽);
  871. this.flowLayoutPanel5.Controls.Add(this.btn编带1压痕画像屏蔽);
  872. this.flowLayoutPanel5.Controls.Add(this.btn编带1单盘停机);
  873. this.flowLayoutPanel5.Controls.Add(this.btn编带1封合气缸电磁阀);
  874. this.flowLayoutPanel5.Controls.Add(this.btn编带1切带气缸电磁阀);
  875. this.flowLayoutPanel5.Dock = System.Windows.Forms.DockStyle.Fill;
  876. this.flowLayoutPanel5.Location = new System.Drawing.Point(0, 0);
  877. this.flowLayoutPanel5.Name = "flowLayoutPanel5";
  878. this.flowLayoutPanel5.Size = new System.Drawing.Size(994, 108);
  879. this.flowLayoutPanel5.TabIndex = 196;
  880. //
  881. // btn编带1最后一盘
  882. //
  883. this.btn编带1最后一盘.ButtonType = PlcUiControl.ButtonType.交替型;
  884. this.btn编带1最后一盘.Cursor = System.Windows.Forms.Cursors.Hand;
  885. this.btn编带1最后一盘.DisabilityTriggerNode = null;
  886. this.btn编带1最后一盘.FillColor = System.Drawing.Color.Gray;
  887. this.btn编带1最后一盘.FillHoverColor = System.Drawing.Color.Gray;
  888. this.btn编带1最后一盘.FillSelectedColor = System.Drawing.Color.Gray;
  889. this.btn编带1最后一盘.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  890. this.btn编带1最后一盘.InvisibilityTriggerNode = null;
  891. this.btn编带1最后一盘.Location = new System.Drawing.Point(8, 8);
  892. this.btn编带1最后一盘.Margin = new System.Windows.Forms.Padding(8);
  893. this.btn编带1最后一盘.Maximum = 0D;
  894. this.btn编带1最后一盘.Minimum = 0D;
  895. this.btn编带1最后一盘.MinimumSize = new System.Drawing.Size(1, 1);
  896. this.btn编带1最后一盘.Name = "btn编带1最后一盘";
  897. this.btn编带1最后一盘.NeedUserEnsure = true;
  898. this.btn编带1最后一盘.OffColor = System.Drawing.Color.Gray;
  899. this.btn编带1最后一盘.OffSymbol = 61453;
  900. this.btn编带1最后一盘.OffText = "最后一盘";
  901. this.btn编带1最后一盘.OnColor = System.Drawing.Color.Green;
  902. this.btn编带1最后一盘.OnSymbol = 61452;
  903. this.btn编带1最后一盘.OnText = "最后一盘";
  904. this.btn编带1最后一盘.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.b最后一盘信号", NodeType.BOOL, null);
  905. this.btn编带1最后一盘.Size = new System.Drawing.Size(150, 42);
  906. this.btn编带1最后一盘.Symbol = 61453;
  907. this.btn编带1最后一盘.TabIndex = 193;
  908. this.btn编带1最后一盘.Text = "最后一盘";
  909. this.btn编带1最后一盘.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  910. this.btn编带1最后一盘.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.b最后一盘信号", NodeType.BOOL, null);
  911. //
  912. // btn编带1温控器开关
  913. //
  914. this.btn编带1温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  915. this.btn编带1温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  916. this.btn编带1温控器开关.DisabilityTriggerNode = null;
  917. this.btn编带1温控器开关.FillColor = System.Drawing.Color.Gray;
  918. this.btn编带1温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  919. this.btn编带1温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  920. this.btn编带1温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  921. this.btn编带1温控器开关.InvisibilityTriggerNode = null;
  922. this.btn编带1温控器开关.Location = new System.Drawing.Point(174, 8);
  923. this.btn编带1温控器开关.Margin = new System.Windows.Forms.Padding(8);
  924. this.btn编带1温控器开关.Maximum = 0D;
  925. this.btn编带1温控器开关.Minimum = 0D;
  926. this.btn编带1温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  927. this.btn编带1温控器开关.Name = "btn编带1温控器开关";
  928. this.btn编带1温控器开关.NeedUserEnsure = true;
  929. this.btn编带1温控器开关.OffColor = System.Drawing.Color.Gray;
  930. this.btn编带1温控器开关.OffSymbol = 61453;
  931. this.btn编带1温控器开关.OffText = "温控器";
  932. this.btn编带1温控器开关.OnColor = System.Drawing.Color.Green;
  933. this.btn编带1温控器开关.OnSymbol = 61452;
  934. this.btn编带1温控器开关.OnText = "温控器";
  935. this.btn编带1温控器开关.ReadNode = new Node("Application.Var_Hand_A33_Encapsulation1.b温控开关", NodeType.BOOL, null);
  936. this.btn编带1温控器开关.Size = new System.Drawing.Size(150, 42);
  937. this.btn编带1温控器开关.Symbol = 61453;
  938. this.btn编带1温控器开关.TabIndex = 189;
  939. this.btn编带1温控器开关.Text = "温控器";
  940. this.btn编带1温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  941. this.btn编带1温控器开关.WriteNode = new Node("Application.Var_Hand_A33_Encapsulation1.b温控开关", NodeType.BOOL, null);
  942. //
  943. // btn编带1使用换盘机
  944. //
  945. this.btn编带1使用换盘机.ButtonType = PlcUiControl.ButtonType.交替型;
  946. this.btn编带1使用换盘机.Cursor = System.Windows.Forms.Cursors.Hand;
  947. this.btn编带1使用换盘机.DisabilityTriggerNode = null;
  948. this.btn编带1使用换盘机.FillColor = System.Drawing.Color.Gray;
  949. this.btn编带1使用换盘机.FillHoverColor = System.Drawing.Color.Gray;
  950. this.btn编带1使用换盘机.FillSelectedColor = System.Drawing.Color.Gray;
  951. this.btn编带1使用换盘机.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  952. this.btn编带1使用换盘机.InvisibilityTriggerNode = null;
  953. this.btn编带1使用换盘机.Location = new System.Drawing.Point(340, 8);
  954. this.btn编带1使用换盘机.Margin = new System.Windows.Forms.Padding(8);
  955. this.btn编带1使用换盘机.Maximum = 0D;
  956. this.btn编带1使用换盘机.Minimum = 0D;
  957. this.btn编带1使用换盘机.MinimumSize = new System.Drawing.Size(1, 1);
  958. this.btn编带1使用换盘机.Name = "btn编带1使用换盘机";
  959. this.btn编带1使用换盘机.NeedUserEnsure = true;
  960. this.btn编带1使用换盘机.OffColor = System.Drawing.Color.Gray;
  961. this.btn编带1使用换盘机.OffSymbol = 61453;
  962. this.btn编带1使用换盘机.OffText = "使用换盘机";
  963. this.btn编带1使用换盘机.OnColor = System.Drawing.Color.Green;
  964. this.btn编带1使用换盘机.OnSymbol = 61452;
  965. this.btn编带1使用换盘机.OnText = "使用换盘机";
  966. this.btn编带1使用换盘机.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单盘停机", NodeType.BOOL, null);
  967. this.btn编带1使用换盘机.Size = new System.Drawing.Size(150, 42);
  968. this.btn编带1使用换盘机.Symbol = 61453;
  969. this.btn编带1使用换盘机.TabIndex = 190;
  970. this.btn编带1使用换盘机.Text = "使用换盘机";
  971. this.btn编带1使用换盘机.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  972. this.btn编带1使用换盘机.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单盘停机", NodeType.BOOL, null);
  973. //
  974. // btn编带1编带清除
  975. //
  976. this.btn编带1编带清除.ButtonType = PlcUiControl.ButtonType.交替型;
  977. this.btn编带1编带清除.Cursor = System.Windows.Forms.Cursors.Hand;
  978. this.btn编带1编带清除.DisabilityTriggerNode = null;
  979. this.btn编带1编带清除.FillColor = System.Drawing.Color.Gray;
  980. this.btn编带1编带清除.FillHoverColor = System.Drawing.Color.Gray;
  981. this.btn编带1编带清除.FillSelectedColor = System.Drawing.Color.Gray;
  982. this.btn编带1编带清除.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  983. this.btn编带1编带清除.InvisibilityTriggerNode = null;
  984. this.btn编带1编带清除.Location = new System.Drawing.Point(506, 8);
  985. this.btn编带1编带清除.Margin = new System.Windows.Forms.Padding(8);
  986. this.btn编带1编带清除.Maximum = 0D;
  987. this.btn编带1编带清除.Minimum = 0D;
  988. this.btn编带1编带清除.MinimumSize = new System.Drawing.Size(1, 1);
  989. this.btn编带1编带清除.Name = "btn编带1编带清除";
  990. this.btn编带1编带清除.NeedUserEnsure = true;
  991. this.btn编带1编带清除.OffColor = System.Drawing.Color.Gray;
  992. this.btn编带1编带清除.OffSymbol = 61453;
  993. this.btn编带1编带清除.OffText = "编带清除";
  994. this.btn编带1编带清除.OnColor = System.Drawing.Color.Green;
  995. this.btn编带1编带清除.OnSymbol = 61452;
  996. this.btn编带1编带清除.OnText = "编带清除";
  997. this.btn编带1编带清除.ReadNode = null;
  998. this.btn编带1编带清除.Size = new System.Drawing.Size(150, 42);
  999. this.btn编带1编带清除.Symbol = 61453;
  1000. this.btn编带1编带清除.TabIndex = 191;
  1001. this.btn编带1编带清除.Text = "编带清除";
  1002. this.btn编带1编带清除.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1003. this.btn编带1编带清除.WriteNode = null;
  1004. //
  1005. // btn编带1编带全检
  1006. //
  1007. this.btn编带1编带全检.ButtonType = PlcUiControl.ButtonType.交替型;
  1008. this.btn编带1编带全检.Cursor = System.Windows.Forms.Cursors.Hand;
  1009. this.btn编带1编带全检.DisabilityTriggerNode = null;
  1010. this.btn编带1编带全检.FillColor = System.Drawing.Color.Gray;
  1011. this.btn编带1编带全检.FillHoverColor = System.Drawing.Color.Gray;
  1012. this.btn编带1编带全检.FillSelectedColor = System.Drawing.Color.Gray;
  1013. this.btn编带1编带全检.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1014. this.btn编带1编带全检.InvisibilityTriggerNode = null;
  1015. this.btn编带1编带全检.Location = new System.Drawing.Point(672, 8);
  1016. this.btn编带1编带全检.Margin = new System.Windows.Forms.Padding(8);
  1017. this.btn编带1编带全检.Maximum = 0D;
  1018. this.btn编带1编带全检.Minimum = 0D;
  1019. this.btn编带1编带全检.MinimumSize = new System.Drawing.Size(1, 1);
  1020. this.btn编带1编带全检.Name = "btn编带1编带全检";
  1021. this.btn编带1编带全检.NeedUserEnsure = true;
  1022. this.btn编带1编带全检.OffColor = System.Drawing.Color.Gray;
  1023. this.btn编带1编带全检.OffSymbol = 61453;
  1024. this.btn编带1编带全检.OffText = "编带全检";
  1025. this.btn编带1编带全检.OnColor = System.Drawing.Color.Green;
  1026. this.btn编带1编带全检.OnSymbol = 61452;
  1027. this.btn编带1编带全检.OnText = "编带全检";
  1028. this.btn编带1编带全检.ReadNode = null;
  1029. this.btn编带1编带全检.Size = new System.Drawing.Size(150, 42);
  1030. this.btn编带1编带全检.Symbol = 61453;
  1031. this.btn编带1编带全检.TabIndex = 192;
  1032. this.btn编带1编带全检.Text = "编带全检";
  1033. this.btn编带1编带全检.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1034. this.btn编带1编带全检.WriteNode = null;
  1035. //
  1036. // btn编带1印字复检屏蔽
  1037. //
  1038. this.btn编带1印字复检屏蔽.ButtonType = PlcUiControl.ButtonType.交替型;
  1039. this.btn编带1印字复检屏蔽.Cursor = System.Windows.Forms.Cursors.Hand;
  1040. this.btn编带1印字复检屏蔽.DisabilityTriggerNode = null;
  1041. this.btn编带1印字复检屏蔽.FillColor = System.Drawing.Color.Green;
  1042. this.btn编带1印字复检屏蔽.FillHoverColor = System.Drawing.Color.Green;
  1043. this.btn编带1印字复检屏蔽.FillSelectedColor = System.Drawing.Color.Green;
  1044. this.btn编带1印字复检屏蔽.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1045. this.btn编带1印字复检屏蔽.InvisibilityTriggerNode = null;
  1046. this.btn编带1印字复检屏蔽.Location = new System.Drawing.Point(8, 66);
  1047. this.btn编带1印字复检屏蔽.Margin = new System.Windows.Forms.Padding(8);
  1048. this.btn编带1印字复检屏蔽.Maximum = 0D;
  1049. this.btn编带1印字复检屏蔽.Minimum = 0D;
  1050. this.btn编带1印字复检屏蔽.MinimumSize = new System.Drawing.Size(1, 1);
  1051. this.btn编带1印字复检屏蔽.Name = "btn编带1印字复检屏蔽";
  1052. this.btn编带1印字复检屏蔽.NeedUserEnsure = true;
  1053. this.btn编带1印字复检屏蔽.OffColor = System.Drawing.Color.Green;
  1054. this.btn编带1印字复检屏蔽.OffSymbol = 61452;
  1055. this.btn编带1印字复检屏蔽.OffText = "印字复检启用";
  1056. this.btn编带1印字复检屏蔽.OnColor = System.Drawing.Color.Red;
  1057. this.btn编带1印字复检屏蔽.OnSymbol = 61453;
  1058. this.btn编带1印字复检屏蔽.OnText = "印字复检屏蔽";
  1059. this.btn编带1印字复检屏蔽.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.b_CCD1Close", NodeType.BOOL, null);
  1060. this.btn编带1印字复检屏蔽.Size = new System.Drawing.Size(150, 42);
  1061. this.btn编带1印字复检屏蔽.Symbol = 61452;
  1062. this.btn编带1印字复检屏蔽.TabIndex = 196;
  1063. this.btn编带1印字复检屏蔽.Text = "印字复检启用";
  1064. this.btn编带1印字复检屏蔽.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1065. this.btn编带1印字复检屏蔽.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.b_CCD1Close", NodeType.BOOL, null);
  1066. //
  1067. // btn编带1压痕画像屏蔽
  1068. //
  1069. this.btn编带1压痕画像屏蔽.ButtonType = PlcUiControl.ButtonType.交替型;
  1070. this.btn编带1压痕画像屏蔽.Cursor = System.Windows.Forms.Cursors.Hand;
  1071. this.btn编带1压痕画像屏蔽.DisabilityTriggerNode = null;
  1072. this.btn编带1压痕画像屏蔽.FillColor = System.Drawing.Color.Green;
  1073. this.btn编带1压痕画像屏蔽.FillHoverColor = System.Drawing.Color.Green;
  1074. this.btn编带1压痕画像屏蔽.FillSelectedColor = System.Drawing.Color.Green;
  1075. this.btn编带1压痕画像屏蔽.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1076. this.btn编带1压痕画像屏蔽.InvisibilityTriggerNode = null;
  1077. this.btn编带1压痕画像屏蔽.Location = new System.Drawing.Point(174, 66);
  1078. this.btn编带1压痕画像屏蔽.Margin = new System.Windows.Forms.Padding(8);
  1079. this.btn编带1压痕画像屏蔽.Maximum = 0D;
  1080. this.btn编带1压痕画像屏蔽.Minimum = 0D;
  1081. this.btn编带1压痕画像屏蔽.MinimumSize = new System.Drawing.Size(1, 1);
  1082. this.btn编带1压痕画像屏蔽.Name = "btn编带1压痕画像屏蔽";
  1083. this.btn编带1压痕画像屏蔽.NeedUserEnsure = true;
  1084. this.btn编带1压痕画像屏蔽.OffColor = System.Drawing.Color.Green;
  1085. this.btn编带1压痕画像屏蔽.OffSymbol = 61452;
  1086. this.btn编带1压痕画像屏蔽.OffText = "压痕画像启用";
  1087. this.btn编带1压痕画像屏蔽.OnColor = System.Drawing.Color.Red;
  1088. this.btn编带1压痕画像屏蔽.OnSymbol = 61453;
  1089. this.btn编带1压痕画像屏蔽.OnText = "压痕画像屏蔽";
  1090. this.btn编带1压痕画像屏蔽.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_CCD2Close", NodeType.BOOL, null);
  1091. this.btn编带1压痕画像屏蔽.Size = new System.Drawing.Size(150, 42);
  1092. this.btn编带1压痕画像屏蔽.Symbol = 61452;
  1093. this.btn编带1压痕画像屏蔽.TabIndex = 197;
  1094. this.btn编带1压痕画像屏蔽.Text = "压痕画像启用";
  1095. this.btn编带1压痕画像屏蔽.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1096. this.btn编带1压痕画像屏蔽.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_CCD2Close", NodeType.BOOL, null);
  1097. //
  1098. // btn编带1单盘停机
  1099. //
  1100. this.btn编带1单盘停机.ButtonType = PlcUiControl.ButtonType.交替型;
  1101. this.btn编带1单盘停机.Cursor = System.Windows.Forms.Cursors.Hand;
  1102. this.btn编带1单盘停机.DisabilityTriggerNode = null;
  1103. this.btn编带1单盘停机.FillColor = System.Drawing.Color.Gray;
  1104. this.btn编带1单盘停机.FillHoverColor = System.Drawing.Color.Gray;
  1105. this.btn编带1单盘停机.FillSelectedColor = System.Drawing.Color.Gray;
  1106. this.btn编带1单盘停机.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1107. this.btn编带1单盘停机.InvisibilityTriggerNode = null;
  1108. this.btn编带1单盘停机.Location = new System.Drawing.Point(340, 66);
  1109. this.btn编带1单盘停机.Margin = new System.Windows.Forms.Padding(8);
  1110. this.btn编带1单盘停机.Maximum = 0D;
  1111. this.btn编带1单盘停机.Minimum = 0D;
  1112. this.btn编带1单盘停机.MinimumSize = new System.Drawing.Size(1, 1);
  1113. this.btn编带1单盘停机.Name = "btn编带1单盘停机";
  1114. this.btn编带1单盘停机.NeedUserEnsure = true;
  1115. this.btn编带1单盘停机.OffColor = System.Drawing.Color.Gray;
  1116. this.btn编带1单盘停机.OffSymbol = 61453;
  1117. this.btn编带1单盘停机.OffText = "单盘停机";
  1118. this.btn编带1单盘停机.OnColor = System.Drawing.Color.Green;
  1119. this.btn编带1单盘停机.OnSymbol = 61452;
  1120. this.btn编带1单盘停机.OnText = "单盘停机";
  1121. this.btn编带1单盘停机.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.b单盘停机", NodeType.BOOL, null);
  1122. this.btn编带1单盘停机.Size = new System.Drawing.Size(150, 42);
  1123. this.btn编带1单盘停机.Symbol = 61453;
  1124. this.btn编带1单盘停机.TabIndex = 198;
  1125. this.btn编带1单盘停机.Text = "单盘停机";
  1126. this.btn编带1单盘停机.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1127. this.btn编带1单盘停机.WriteNode = new Node("Application.Var_Auto_A33_Encapsulation1.b单盘停机", NodeType.BOOL, null);
  1128. //
  1129. // btn编带1封合气缸电磁阀
  1130. //
  1131. this.btn编带1封合气缸电磁阀.ButtonType = PlcUiControl.ButtonType.交替型;
  1132. this.btn编带1封合气缸电磁阀.Cursor = System.Windows.Forms.Cursors.Hand;
  1133. this.btn编带1封合气缸电磁阀.DisabilityTriggerNode = null;
  1134. this.btn编带1封合气缸电磁阀.FillColor = System.Drawing.Color.Gray;
  1135. this.btn编带1封合气缸电磁阀.FillHoverColor = System.Drawing.Color.Gray;
  1136. this.btn编带1封合气缸电磁阀.FillSelectedColor = System.Drawing.Color.Gray;
  1137. this.btn编带1封合气缸电磁阀.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1138. this.btn编带1封合气缸电磁阀.InvisibilityTriggerNode = null;
  1139. this.btn编带1封合气缸电磁阀.Location = new System.Drawing.Point(506, 66);
  1140. this.btn编带1封合气缸电磁阀.Margin = new System.Windows.Forms.Padding(8);
  1141. this.btn编带1封合气缸电磁阀.Maximum = 0D;
  1142. this.btn编带1封合气缸电磁阀.Minimum = 0D;
  1143. this.btn编带1封合气缸电磁阀.MinimumSize = new System.Drawing.Size(1, 1);
  1144. this.btn编带1封合气缸电磁阀.Name = "btn编带1封合气缸电磁阀";
  1145. this.btn编带1封合气缸电磁阀.NeedUserEnsure = true;
  1146. this.btn编带1封合气缸电磁阀.OffColor = System.Drawing.Color.Gray;
  1147. this.btn编带1封合气缸电磁阀.OffSymbol = 0;
  1148. this.btn编带1封合气缸电磁阀.OffText = "封合气缸电磁阀";
  1149. this.btn编带1封合气缸电磁阀.OnColor = System.Drawing.Color.Green;
  1150. this.btn编带1封合气缸电磁阀.OnSymbol = 0;
  1151. this.btn编带1封合气缸电磁阀.OnText = "封合气缸电磁阀";
  1152. this.btn编带1封合气缸电磁阀.ReadNode = new Node("Application.Var_Hand_A33_Encapsulation1.b封合气缸电磁阀", NodeType.BOOL, null);
  1153. this.btn编带1封合气缸电磁阀.Size = new System.Drawing.Size(150, 42);
  1154. this.btn编带1封合气缸电磁阀.Symbol = 0;
  1155. this.btn编带1封合气缸电磁阀.TabIndex = 194;
  1156. this.btn编带1封合气缸电磁阀.Text = "封合气缸电磁阀";
  1157. this.btn编带1封合气缸电磁阀.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1158. this.btn编带1封合气缸电磁阀.WriteNode = new Node("Application.Var_Hand_A33_Encapsulation1.b封合气缸电磁阀", NodeType.BOOL, null);
  1159. //
  1160. // btn编带1切带气缸电磁阀
  1161. //
  1162. this.btn编带1切带气缸电磁阀.ButtonType = PlcUiControl.ButtonType.交替型;
  1163. this.btn编带1切带气缸电磁阀.Cursor = System.Windows.Forms.Cursors.Hand;
  1164. this.btn编带1切带气缸电磁阀.DisabilityTriggerNode = null;
  1165. this.btn编带1切带气缸电磁阀.FillColor = System.Drawing.Color.Gray;
  1166. this.btn编带1切带气缸电磁阀.FillHoverColor = System.Drawing.Color.Gray;
  1167. this.btn编带1切带气缸电磁阀.FillSelectedColor = System.Drawing.Color.Gray;
  1168. this.btn编带1切带气缸电磁阀.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1169. this.btn编带1切带气缸电磁阀.InvisibilityTriggerNode = null;
  1170. this.btn编带1切带气缸电磁阀.Location = new System.Drawing.Point(672, 66);
  1171. this.btn编带1切带气缸电磁阀.Margin = new System.Windows.Forms.Padding(8);
  1172. this.btn编带1切带气缸电磁阀.Maximum = 0D;
  1173. this.btn编带1切带气缸电磁阀.Minimum = 0D;
  1174. this.btn编带1切带气缸电磁阀.MinimumSize = new System.Drawing.Size(1, 1);
  1175. this.btn编带1切带气缸电磁阀.Name = "btn编带1切带气缸电磁阀";
  1176. this.btn编带1切带气缸电磁阀.NeedUserEnsure = true;
  1177. this.btn编带1切带气缸电磁阀.OffColor = System.Drawing.Color.Gray;
  1178. this.btn编带1切带气缸电磁阀.OffSymbol = 0;
  1179. this.btn编带1切带气缸电磁阀.OffText = "切带气缸电磁阀";
  1180. this.btn编带1切带气缸电磁阀.OnColor = System.Drawing.Color.Green;
  1181. this.btn编带1切带气缸电磁阀.OnSymbol = 0;
  1182. this.btn编带1切带气缸电磁阀.OnText = "切带气缸电磁阀";
  1183. this.btn编带1切带气缸电磁阀.ReadNode = new Node("Application.Var_Hand_A33_Encapsulation1.b切带气缸电磁阀", NodeType.BOOL, null);
  1184. this.btn编带1切带气缸电磁阀.Size = new System.Drawing.Size(150, 42);
  1185. this.btn编带1切带气缸电磁阀.Symbol = 0;
  1186. this.btn编带1切带气缸电磁阀.TabIndex = 195;
  1187. this.btn编带1切带气缸电磁阀.Text = "切带气缸电磁阀";
  1188. this.btn编带1切带气缸电磁阀.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1189. this.btn编带1切带气缸电磁阀.WriteNode = new Node("Application.Var_Hand_A33_Encapsulation1.b切带气缸电磁阀", NodeType.BOOL, null);
  1190. //
  1191. // tabPage6
  1192. //
  1193. this.tabPage6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1194. this.tabPage6.Controls.Add(this.flowLayoutPanel6);
  1195. this.tabPage6.Location = new System.Drawing.Point(0, 35);
  1196. this.tabPage6.Name = "tabPage6";
  1197. this.tabPage6.Size = new System.Drawing.Size(996, 110);
  1198. this.tabPage6.TabIndex = 5;
  1199. this.tabPage6.Text = "编带2";
  1200. this.tabPage6.UseVisualStyleBackColor = true;
  1201. //
  1202. // flowLayoutPanel6
  1203. //
  1204. this.flowLayoutPanel6.Controls.Add(this.btn编带2最后一盘);
  1205. this.flowLayoutPanel6.Controls.Add(this.btn编带2温控器开关);
  1206. this.flowLayoutPanel6.Controls.Add(this.btn编带2使用换盘机);
  1207. this.flowLayoutPanel6.Controls.Add(this.btn编带2编带清除);
  1208. this.flowLayoutPanel6.Controls.Add(this.btn编带2编带全检);
  1209. this.flowLayoutPanel6.Controls.Add(this.btn编带2印字复检屏蔽);
  1210. this.flowLayoutPanel6.Controls.Add(this.btn编带2压痕画像屏蔽);
  1211. this.flowLayoutPanel6.Controls.Add(this.btn编带2单盘停机);
  1212. this.flowLayoutPanel6.Controls.Add(this.btn编带2封合气缸电磁阀);
  1213. this.flowLayoutPanel6.Controls.Add(this.btn编带2切带气缸电磁阀);
  1214. this.flowLayoutPanel6.Dock = System.Windows.Forms.DockStyle.Fill;
  1215. this.flowLayoutPanel6.Location = new System.Drawing.Point(0, 0);
  1216. this.flowLayoutPanel6.Name = "flowLayoutPanel6";
  1217. this.flowLayoutPanel6.Size = new System.Drawing.Size(994, 108);
  1218. this.flowLayoutPanel6.TabIndex = 203;
  1219. //
  1220. // btn编带2最后一盘
  1221. //
  1222. this.btn编带2最后一盘.ButtonType = PlcUiControl.ButtonType.交替型;
  1223. this.btn编带2最后一盘.Cursor = System.Windows.Forms.Cursors.Hand;
  1224. this.btn编带2最后一盘.DisabilityTriggerNode = null;
  1225. this.btn编带2最后一盘.FillColor = System.Drawing.Color.Gray;
  1226. this.btn编带2最后一盘.FillHoverColor = System.Drawing.Color.Gray;
  1227. this.btn编带2最后一盘.FillSelectedColor = System.Drawing.Color.Gray;
  1228. this.btn编带2最后一盘.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1229. this.btn编带2最后一盘.InvisibilityTriggerNode = null;
  1230. this.btn编带2最后一盘.Location = new System.Drawing.Point(8, 8);
  1231. this.btn编带2最后一盘.Margin = new System.Windows.Forms.Padding(8);
  1232. this.btn编带2最后一盘.Maximum = 0D;
  1233. this.btn编带2最后一盘.Minimum = 0D;
  1234. this.btn编带2最后一盘.MinimumSize = new System.Drawing.Size(1, 1);
  1235. this.btn编带2最后一盘.Name = "btn编带2最后一盘";
  1236. this.btn编带2最后一盘.NeedUserEnsure = true;
  1237. this.btn编带2最后一盘.OffColor = System.Drawing.Color.Gray;
  1238. this.btn编带2最后一盘.OffSymbol = 61453;
  1239. this.btn编带2最后一盘.OffText = "最后一盘";
  1240. this.btn编带2最后一盘.OnColor = System.Drawing.Color.Green;
  1241. this.btn编带2最后一盘.OnSymbol = 61452;
  1242. this.btn编带2最后一盘.OnText = "最后一盘";
  1243. this.btn编带2最后一盘.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b最后一盘信号", NodeType.BOOL, null);
  1244. this.btn编带2最后一盘.Size = new System.Drawing.Size(150, 42);
  1245. this.btn编带2最后一盘.Symbol = 61453;
  1246. this.btn编带2最后一盘.TabIndex = 200;
  1247. this.btn编带2最后一盘.Text = "最后一盘";
  1248. this.btn编带2最后一盘.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1249. this.btn编带2最后一盘.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b最后一盘信号", NodeType.BOOL, null);
  1250. //
  1251. // btn编带2温控器开关
  1252. //
  1253. this.btn编带2温控器开关.ButtonType = PlcUiControl.ButtonType.交替型;
  1254. this.btn编带2温控器开关.Cursor = System.Windows.Forms.Cursors.Hand;
  1255. this.btn编带2温控器开关.DisabilityTriggerNode = null;
  1256. this.btn编带2温控器开关.FillColor = System.Drawing.Color.Gray;
  1257. this.btn编带2温控器开关.FillHoverColor = System.Drawing.Color.Gray;
  1258. this.btn编带2温控器开关.FillSelectedColor = System.Drawing.Color.Gray;
  1259. this.btn编带2温控器开关.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1260. this.btn编带2温控器开关.InvisibilityTriggerNode = null;
  1261. this.btn编带2温控器开关.Location = new System.Drawing.Point(174, 8);
  1262. this.btn编带2温控器开关.Margin = new System.Windows.Forms.Padding(8);
  1263. this.btn编带2温控器开关.Maximum = 0D;
  1264. this.btn编带2温控器开关.Minimum = 0D;
  1265. this.btn编带2温控器开关.MinimumSize = new System.Drawing.Size(1, 1);
  1266. this.btn编带2温控器开关.Name = "btn编带2温控器开关";
  1267. this.btn编带2温控器开关.NeedUserEnsure = true;
  1268. this.btn编带2温控器开关.OffColor = System.Drawing.Color.Gray;
  1269. this.btn编带2温控器开关.OffSymbol = 61453;
  1270. this.btn编带2温控器开关.OffText = "温控器";
  1271. this.btn编带2温控器开关.OnColor = System.Drawing.Color.Green;
  1272. this.btn编带2温控器开关.OnSymbol = 61452;
  1273. this.btn编带2温控器开关.OnText = "温控器";
  1274. this.btn编带2温控器开关.ReadNode = new Node("Application.Var_Hand_A37_Encapsulation2.b温控开关", NodeType.BOOL, null);
  1275. this.btn编带2温控器开关.Size = new System.Drawing.Size(150, 42);
  1276. this.btn编带2温控器开关.Symbol = 61453;
  1277. this.btn编带2温控器开关.TabIndex = 196;
  1278. this.btn编带2温控器开关.Text = "温控器";
  1279. this.btn编带2温控器开关.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1280. this.btn编带2温控器开关.WriteNode = new Node("Application.Var_Hand_A37_Encapsulation2.b温控开关", NodeType.BOOL, null);
  1281. //
  1282. // btn编带2使用换盘机
  1283. //
  1284. this.btn编带2使用换盘机.ButtonType = PlcUiControl.ButtonType.交替型;
  1285. this.btn编带2使用换盘机.Cursor = System.Windows.Forms.Cursors.Hand;
  1286. this.btn编带2使用换盘机.DisabilityTriggerNode = null;
  1287. this.btn编带2使用换盘机.FillColor = System.Drawing.Color.Gray;
  1288. this.btn编带2使用换盘机.FillHoverColor = System.Drawing.Color.Gray;
  1289. this.btn编带2使用换盘机.FillSelectedColor = System.Drawing.Color.Gray;
  1290. this.btn编带2使用换盘机.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1291. this.btn编带2使用换盘机.InvisibilityTriggerNode = null;
  1292. this.btn编带2使用换盘机.Location = new System.Drawing.Point(340, 8);
  1293. this.btn编带2使用换盘机.Margin = new System.Windows.Forms.Padding(8);
  1294. this.btn编带2使用换盘机.Maximum = 0D;
  1295. this.btn编带2使用换盘机.Minimum = 0D;
  1296. this.btn编带2使用换盘机.MinimumSize = new System.Drawing.Size(1, 1);
  1297. this.btn编带2使用换盘机.Name = "btn编带2使用换盘机";
  1298. this.btn编带2使用换盘机.NeedUserEnsure = true;
  1299. this.btn编带2使用换盘机.OffColor = System.Drawing.Color.Gray;
  1300. this.btn编带2使用换盘机.OffSymbol = 61453;
  1301. this.btn编带2使用换盘机.OffText = "使用换盘机";
  1302. this.btn编带2使用换盘机.OnColor = System.Drawing.Color.Green;
  1303. this.btn编带2使用换盘机.OnSymbol = 61452;
  1304. this.btn编带2使用换盘机.OnText = "使用换盘机";
  1305. this.btn编带2使用换盘机.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单盘停机", NodeType.BOOL, null);
  1306. this.btn编带2使用换盘机.Size = new System.Drawing.Size(150, 42);
  1307. this.btn编带2使用换盘机.Symbol = 61453;
  1308. this.btn编带2使用换盘机.TabIndex = 197;
  1309. this.btn编带2使用换盘机.Text = "使用换盘机";
  1310. this.btn编带2使用换盘机.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1311. this.btn编带2使用换盘机.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单盘停机", NodeType.BOOL, null);
  1312. //
  1313. // btn编带2编带清除
  1314. //
  1315. this.btn编带2编带清除.ButtonType = PlcUiControl.ButtonType.交替型;
  1316. this.btn编带2编带清除.Cursor = System.Windows.Forms.Cursors.Hand;
  1317. this.btn编带2编带清除.DisabilityTriggerNode = null;
  1318. this.btn编带2编带清除.FillColor = System.Drawing.Color.Gray;
  1319. this.btn编带2编带清除.FillHoverColor = System.Drawing.Color.Gray;
  1320. this.btn编带2编带清除.FillSelectedColor = System.Drawing.Color.Gray;
  1321. this.btn编带2编带清除.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1322. this.btn编带2编带清除.InvisibilityTriggerNode = null;
  1323. this.btn编带2编带清除.Location = new System.Drawing.Point(506, 8);
  1324. this.btn编带2编带清除.Margin = new System.Windows.Forms.Padding(8);
  1325. this.btn编带2编带清除.Maximum = 0D;
  1326. this.btn编带2编带清除.Minimum = 0D;
  1327. this.btn编带2编带清除.MinimumSize = new System.Drawing.Size(1, 1);
  1328. this.btn编带2编带清除.Name = "btn编带2编带清除";
  1329. this.btn编带2编带清除.NeedUserEnsure = true;
  1330. this.btn编带2编带清除.OffColor = System.Drawing.Color.Gray;
  1331. this.btn编带2编带清除.OffSymbol = 61453;
  1332. this.btn编带2编带清除.OffText = "编带清除";
  1333. this.btn编带2编带清除.OnColor = System.Drawing.Color.Green;
  1334. this.btn编带2编带清除.OnSymbol = 61452;
  1335. this.btn编带2编带清除.OnText = "编带清除";
  1336. this.btn编带2编带清除.ReadNode = null;
  1337. this.btn编带2编带清除.Size = new System.Drawing.Size(150, 42);
  1338. this.btn编带2编带清除.Symbol = 61453;
  1339. this.btn编带2编带清除.TabIndex = 198;
  1340. this.btn编带2编带清除.Text = "编带清除";
  1341. this.btn编带2编带清除.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1342. this.btn编带2编带清除.WriteNode = null;
  1343. //
  1344. // btn编带2编带全检
  1345. //
  1346. this.btn编带2编带全检.ButtonType = PlcUiControl.ButtonType.交替型;
  1347. this.btn编带2编带全检.Cursor = System.Windows.Forms.Cursors.Hand;
  1348. this.btn编带2编带全检.DisabilityTriggerNode = null;
  1349. this.btn编带2编带全检.FillColor = System.Drawing.Color.Gray;
  1350. this.btn编带2编带全检.FillHoverColor = System.Drawing.Color.Gray;
  1351. this.btn编带2编带全检.FillSelectedColor = System.Drawing.Color.Gray;
  1352. this.btn编带2编带全检.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1353. this.btn编带2编带全检.InvisibilityTriggerNode = null;
  1354. this.btn编带2编带全检.Location = new System.Drawing.Point(672, 8);
  1355. this.btn编带2编带全检.Margin = new System.Windows.Forms.Padding(8);
  1356. this.btn编带2编带全检.Maximum = 0D;
  1357. this.btn编带2编带全检.Minimum = 0D;
  1358. this.btn编带2编带全检.MinimumSize = new System.Drawing.Size(1, 1);
  1359. this.btn编带2编带全检.Name = "btn编带2编带全检";
  1360. this.btn编带2编带全检.NeedUserEnsure = true;
  1361. this.btn编带2编带全检.OffColor = System.Drawing.Color.Gray;
  1362. this.btn编带2编带全检.OffSymbol = 61453;
  1363. this.btn编带2编带全检.OffText = "编带全检";
  1364. this.btn编带2编带全检.OnColor = System.Drawing.Color.Green;
  1365. this.btn编带2编带全检.OnSymbol = 61452;
  1366. this.btn编带2编带全检.OnText = "编带全检";
  1367. this.btn编带2编带全检.ReadNode = null;
  1368. this.btn编带2编带全检.Size = new System.Drawing.Size(150, 42);
  1369. this.btn编带2编带全检.Symbol = 61453;
  1370. this.btn编带2编带全检.TabIndex = 199;
  1371. this.btn编带2编带全检.Text = "编带全检";
  1372. this.btn编带2编带全检.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1373. this.btn编带2编带全检.WriteNode = null;
  1374. //
  1375. // btn编带2印字复检屏蔽
  1376. //
  1377. this.btn编带2印字复检屏蔽.ButtonType = PlcUiControl.ButtonType.交替型;
  1378. this.btn编带2印字复检屏蔽.Cursor = System.Windows.Forms.Cursors.Hand;
  1379. this.btn编带2印字复检屏蔽.DisabilityTriggerNode = null;
  1380. this.btn编带2印字复检屏蔽.FillColor = System.Drawing.Color.Green;
  1381. this.btn编带2印字复检屏蔽.FillHoverColor = System.Drawing.Color.Green;
  1382. this.btn编带2印字复检屏蔽.FillSelectedColor = System.Drawing.Color.Green;
  1383. this.btn编带2印字复检屏蔽.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1384. this.btn编带2印字复检屏蔽.InvisibilityTriggerNode = null;
  1385. this.btn编带2印字复检屏蔽.Location = new System.Drawing.Point(8, 66);
  1386. this.btn编带2印字复检屏蔽.Margin = new System.Windows.Forms.Padding(8);
  1387. this.btn编带2印字复检屏蔽.Maximum = 0D;
  1388. this.btn编带2印字复检屏蔽.Minimum = 0D;
  1389. this.btn编带2印字复检屏蔽.MinimumSize = new System.Drawing.Size(1, 1);
  1390. this.btn编带2印字复检屏蔽.Name = "btn编带2印字复检屏蔽";
  1391. this.btn编带2印字复检屏蔽.NeedUserEnsure = true;
  1392. this.btn编带2印字复检屏蔽.OffColor = System.Drawing.Color.Green;
  1393. this.btn编带2印字复检屏蔽.OffSymbol = 61452;
  1394. this.btn编带2印字复检屏蔽.OffText = "印字复检启用";
  1395. this.btn编带2印字复检屏蔽.OnColor = System.Drawing.Color.Red;
  1396. this.btn编带2印字复检屏蔽.OnSymbol = 61453;
  1397. this.btn编带2印字复检屏蔽.OnText = "印字复检屏蔽";
  1398. this.btn编带2印字复检屏蔽.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_CCD1Close", NodeType.BOOL, null);
  1399. this.btn编带2印字复检屏蔽.Size = new System.Drawing.Size(150, 42);
  1400. this.btn编带2印字复检屏蔽.Symbol = 61452;
  1401. this.btn编带2印字复检屏蔽.TabIndex = 203;
  1402. this.btn编带2印字复检屏蔽.Text = "印字复检启用";
  1403. this.btn编带2印字复检屏蔽.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1404. this.btn编带2印字复检屏蔽.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_CCD1Close", NodeType.BOOL, null);
  1405. //
  1406. // btn编带2压痕画像屏蔽
  1407. //
  1408. this.btn编带2压痕画像屏蔽.ButtonType = PlcUiControl.ButtonType.交替型;
  1409. this.btn编带2压痕画像屏蔽.Cursor = System.Windows.Forms.Cursors.Hand;
  1410. this.btn编带2压痕画像屏蔽.DisabilityTriggerNode = null;
  1411. this.btn编带2压痕画像屏蔽.FillColor = System.Drawing.Color.Green;
  1412. this.btn编带2压痕画像屏蔽.FillHoverColor = System.Drawing.Color.Green;
  1413. this.btn编带2压痕画像屏蔽.FillSelectedColor = System.Drawing.Color.Green;
  1414. this.btn编带2压痕画像屏蔽.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1415. this.btn编带2压痕画像屏蔽.InvisibilityTriggerNode = null;
  1416. this.btn编带2压痕画像屏蔽.Location = new System.Drawing.Point(174, 66);
  1417. this.btn编带2压痕画像屏蔽.Margin = new System.Windows.Forms.Padding(8);
  1418. this.btn编带2压痕画像屏蔽.Maximum = 0D;
  1419. this.btn编带2压痕画像屏蔽.Minimum = 0D;
  1420. this.btn编带2压痕画像屏蔽.MinimumSize = new System.Drawing.Size(1, 1);
  1421. this.btn编带2压痕画像屏蔽.Name = "btn编带2压痕画像屏蔽";
  1422. this.btn编带2压痕画像屏蔽.NeedUserEnsure = true;
  1423. this.btn编带2压痕画像屏蔽.OffColor = System.Drawing.Color.Green;
  1424. this.btn编带2压痕画像屏蔽.OffSymbol = 61452;
  1425. this.btn编带2压痕画像屏蔽.OffText = "压痕画像启用";
  1426. this.btn编带2压痕画像屏蔽.OnColor = System.Drawing.Color.Red;
  1427. this.btn编带2压痕画像屏蔽.OnSymbol = 61453;
  1428. this.btn编带2压痕画像屏蔽.OnText = "压痕画像屏蔽";
  1429. this.btn编带2压痕画像屏蔽.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_CCD2Close", NodeType.BOOL, null);
  1430. this.btn编带2压痕画像屏蔽.Size = new System.Drawing.Size(150, 42);
  1431. this.btn编带2压痕画像屏蔽.Symbol = 61452;
  1432. this.btn编带2压痕画像屏蔽.TabIndex = 204;
  1433. this.btn编带2压痕画像屏蔽.Text = "压痕画像启用";
  1434. this.btn编带2压痕画像屏蔽.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1435. this.btn编带2压痕画像屏蔽.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b_CCD2Close", NodeType.BOOL, null);
  1436. //
  1437. // btn编带2单盘停机
  1438. //
  1439. this.btn编带2单盘停机.ButtonType = PlcUiControl.ButtonType.交替型;
  1440. this.btn编带2单盘停机.Cursor = System.Windows.Forms.Cursors.Hand;
  1441. this.btn编带2单盘停机.DisabilityTriggerNode = null;
  1442. this.btn编带2单盘停机.FillColor = System.Drawing.Color.Gray;
  1443. this.btn编带2单盘停机.FillHoverColor = System.Drawing.Color.Gray;
  1444. this.btn编带2单盘停机.FillSelectedColor = System.Drawing.Color.Gray;
  1445. this.btn编带2单盘停机.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1446. this.btn编带2单盘停机.InvisibilityTriggerNode = null;
  1447. this.btn编带2单盘停机.Location = new System.Drawing.Point(340, 66);
  1448. this.btn编带2单盘停机.Margin = new System.Windows.Forms.Padding(8);
  1449. this.btn编带2单盘停机.Maximum = 0D;
  1450. this.btn编带2单盘停机.Minimum = 0D;
  1451. this.btn编带2单盘停机.MinimumSize = new System.Drawing.Size(1, 1);
  1452. this.btn编带2单盘停机.Name = "btn编带2单盘停机";
  1453. this.btn编带2单盘停机.NeedUserEnsure = true;
  1454. this.btn编带2单盘停机.OffColor = System.Drawing.Color.Gray;
  1455. this.btn编带2单盘停机.OffSymbol = 61453;
  1456. this.btn编带2单盘停机.OffText = "单盘停机";
  1457. this.btn编带2单盘停机.OnColor = System.Drawing.Color.Green;
  1458. this.btn编带2单盘停机.OnSymbol = 61452;
  1459. this.btn编带2单盘停机.OnText = "单盘停机";
  1460. this.btn编带2单盘停机.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单盘停机", NodeType.BOOL, null);
  1461. this.btn编带2单盘停机.Size = new System.Drawing.Size(150, 42);
  1462. this.btn编带2单盘停机.Symbol = 61453;
  1463. this.btn编带2单盘停机.TabIndex = 205;
  1464. this.btn编带2单盘停机.Text = "单盘停机";
  1465. this.btn编带2单盘停机.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1466. this.btn编带2单盘停机.WriteNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单盘停机", NodeType.BOOL, null);
  1467. //
  1468. // btn编带2封合气缸电磁阀
  1469. //
  1470. this.btn编带2封合气缸电磁阀.ButtonType = PlcUiControl.ButtonType.交替型;
  1471. this.btn编带2封合气缸电磁阀.Cursor = System.Windows.Forms.Cursors.Hand;
  1472. this.btn编带2封合气缸电磁阀.DisabilityTriggerNode = null;
  1473. this.btn编带2封合气缸电磁阀.FillColor = System.Drawing.Color.Gray;
  1474. this.btn编带2封合气缸电磁阀.FillHoverColor = System.Drawing.Color.Gray;
  1475. this.btn编带2封合气缸电磁阀.FillSelectedColor = System.Drawing.Color.Gray;
  1476. this.btn编带2封合气缸电磁阀.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1477. this.btn编带2封合气缸电磁阀.InvisibilityTriggerNode = null;
  1478. this.btn编带2封合气缸电磁阀.Location = new System.Drawing.Point(506, 66);
  1479. this.btn编带2封合气缸电磁阀.Margin = new System.Windows.Forms.Padding(8);
  1480. this.btn编带2封合气缸电磁阀.Maximum = 0D;
  1481. this.btn编带2封合气缸电磁阀.Minimum = 0D;
  1482. this.btn编带2封合气缸电磁阀.MinimumSize = new System.Drawing.Size(1, 1);
  1483. this.btn编带2封合气缸电磁阀.Name = "btn编带2封合气缸电磁阀";
  1484. this.btn编带2封合气缸电磁阀.NeedUserEnsure = true;
  1485. this.btn编带2封合气缸电磁阀.OffColor = System.Drawing.Color.Gray;
  1486. this.btn编带2封合气缸电磁阀.OffSymbol = 0;
  1487. this.btn编带2封合气缸电磁阀.OffText = "封合气缸电磁阀";
  1488. this.btn编带2封合气缸电磁阀.OnColor = System.Drawing.Color.Green;
  1489. this.btn编带2封合气缸电磁阀.OnSymbol = 0;
  1490. this.btn编带2封合气缸电磁阀.OnText = "封合气缸电磁阀";
  1491. this.btn编带2封合气缸电磁阀.ReadNode = new Node("Application.Var_Hand_A37_Encapsulation2.b封合气缸电磁阀", NodeType.BOOL, null);
  1492. this.btn编带2封合气缸电磁阀.Size = new System.Drawing.Size(150, 42);
  1493. this.btn编带2封合气缸电磁阀.Symbol = 0;
  1494. this.btn编带2封合气缸电磁阀.TabIndex = 201;
  1495. this.btn编带2封合气缸电磁阀.Text = "封合气缸电磁阀";
  1496. this.btn编带2封合气缸电磁阀.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1497. this.btn编带2封合气缸电磁阀.WriteNode = new Node("Application.Var_Hand_A37_Encapsulation2.b封合气缸电磁阀", NodeType.BOOL, null);
  1498. //
  1499. // btn编带2切带气缸电磁阀
  1500. //
  1501. this.btn编带2切带气缸电磁阀.ButtonType = PlcUiControl.ButtonType.交替型;
  1502. this.btn编带2切带气缸电磁阀.Cursor = System.Windows.Forms.Cursors.Hand;
  1503. this.btn编带2切带气缸电磁阀.DisabilityTriggerNode = null;
  1504. this.btn编带2切带气缸电磁阀.FillColor = System.Drawing.Color.Gray;
  1505. this.btn编带2切带气缸电磁阀.FillHoverColor = System.Drawing.Color.Gray;
  1506. this.btn编带2切带气缸电磁阀.FillSelectedColor = System.Drawing.Color.Gray;
  1507. this.btn编带2切带气缸电磁阀.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1508. this.btn编带2切带气缸电磁阀.InvisibilityTriggerNode = null;
  1509. this.btn编带2切带气缸电磁阀.Location = new System.Drawing.Point(672, 66);
  1510. this.btn编带2切带气缸电磁阀.Margin = new System.Windows.Forms.Padding(8);
  1511. this.btn编带2切带气缸电磁阀.Maximum = 0D;
  1512. this.btn编带2切带气缸电磁阀.Minimum = 0D;
  1513. this.btn编带2切带气缸电磁阀.MinimumSize = new System.Drawing.Size(1, 1);
  1514. this.btn编带2切带气缸电磁阀.Name = "btn编带2切带气缸电磁阀";
  1515. this.btn编带2切带气缸电磁阀.NeedUserEnsure = true;
  1516. this.btn编带2切带气缸电磁阀.OffColor = System.Drawing.Color.Gray;
  1517. this.btn编带2切带气缸电磁阀.OffSymbol = 0;
  1518. this.btn编带2切带气缸电磁阀.OffText = "切带气缸电磁阀";
  1519. this.btn编带2切带气缸电磁阀.OnColor = System.Drawing.Color.Green;
  1520. this.btn编带2切带气缸电磁阀.OnSymbol = 0;
  1521. this.btn编带2切带气缸电磁阀.OnText = "切带气缸电磁阀";
  1522. this.btn编带2切带气缸电磁阀.ReadNode = new Node("Application.Var_Hand_A37_Encapsulation2.b切带气缸电磁阀", NodeType.BOOL, null);
  1523. this.btn编带2切带气缸电磁阀.Size = new System.Drawing.Size(150, 42);
  1524. this.btn编带2切带气缸电磁阀.Symbol = 0;
  1525. this.btn编带2切带气缸电磁阀.TabIndex = 202;
  1526. this.btn编带2切带气缸电磁阀.Text = "切带气缸电磁阀";
  1527. this.btn编带2切带气缸电磁阀.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1528. this.btn编带2切带气缸电磁阀.WriteNode = new Node("Application.Var_Hand_A37_Encapsulation2.b切带气缸电磁阀", NodeType.BOOL, null);
  1529. //
  1530. // panelTips
  1531. //
  1532. this.panelTips.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1533. | System.Windows.Forms.AnchorStyles.Left)));
  1534. this.panelTips.Controls.Add(this.txtTips);
  1535. this.panelTips.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1536. this.panelTips.Location = new System.Drawing.Point(382, 5);
  1537. this.panelTips.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1538. this.panelTips.MinimumSize = new System.Drawing.Size(1, 1);
  1539. this.panelTips.Name = "panelTips";
  1540. this.panelTips.Padding = new System.Windows.Forms.Padding(1, 35, 1, 1);
  1541. this.panelTips.ShowText = false;
  1542. this.panelTips.Size = new System.Drawing.Size(368, 146);
  1543. this.panelTips.TabIndex = 12;
  1544. this.panelTips.Text = "运行信息";
  1545. this.panelTips.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1546. //
  1547. // txtTips
  1548. //
  1549. this.txtTips.Cursor = System.Windows.Forms.Cursors.IBeam;
  1550. this.txtTips.Dock = System.Windows.Forms.DockStyle.Fill;
  1551. this.txtTips.Font = new System.Drawing.Font("宋体", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1552. this.txtTips.Location = new System.Drawing.Point(1, 35);
  1553. this.txtTips.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1554. this.txtTips.MinimumSize = new System.Drawing.Size(1, 16);
  1555. this.txtTips.Multiline = true;
  1556. this.txtTips.Name = "txtTips";
  1557. this.txtTips.Padding = new System.Windows.Forms.Padding(5);
  1558. this.txtTips.ScrollBarHandleWidth = 20;
  1559. this.txtTips.ShowScrollBar = true;
  1560. this.txtTips.ShowText = false;
  1561. this.txtTips.Size = new System.Drawing.Size(366, 110);
  1562. this.txtTips.TabIndex = 1;
  1563. this.txtTips.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
  1564. this.txtTips.Watermark = "";
  1565. //
  1566. // uiPanel3
  1567. //
  1568. this.uiPanel3.Controls.Add(this.panelAlarm);
  1569. this.uiPanel3.Controls.Add(this.panelTips);
  1570. this.uiPanel3.Controls.Add(this.tabFastOperation);
  1571. this.uiPanel3.Dock = System.Windows.Forms.DockStyle.Bottom;
  1572. this.uiPanel3.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1573. this.uiPanel3.Location = new System.Drawing.Point(155, 784);
  1574. this.uiPanel3.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1575. this.uiPanel3.MinimumSize = new System.Drawing.Size(1, 1);
  1576. this.uiPanel3.Name = "uiPanel3";
  1577. this.uiPanel3.Size = new System.Drawing.Size(1765, 156);
  1578. this.uiPanel3.TabIndex = 14;
  1579. this.uiPanel3.Text = null;
  1580. this.uiPanel3.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1581. //
  1582. // uiPanel1
  1583. //
  1584. this.uiPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1585. this.uiPanel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1586. this.uiPanel1.Location = new System.Drawing.Point(155, 0);
  1587. this.uiPanel1.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  1588. this.uiPanel1.MinimumSize = new System.Drawing.Size(1, 1);
  1589. this.uiPanel1.Name = "uiPanel1";
  1590. this.uiPanel1.Size = new System.Drawing.Size(1765, 784);
  1591. this.uiPanel1.TabIndex = 15;
  1592. this.uiPanel1.Text = null;
  1593. this.uiPanel1.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  1594. //
  1595. // Form主界面
  1596. //
  1597. this.AllowShowTitle = false;
  1598. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  1599. this.ClientSize = new System.Drawing.Size(1920, 940);
  1600. this.Controls.Add(this.uiPanel1);
  1601. this.Controls.Add(this.uiPanel3);
  1602. this.Controls.Add(this.uiTitlePanel1);
  1603. this.Name = "Form主界面";
  1604. this.Padding = new System.Windows.Forms.Padding(0);
  1605. this.ShowTitle = false;
  1606. this.Text = "主界面";
  1607. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form主界面_FormClosing);
  1608. this.Load += new System.EventHandler(this.Form主界面_Load);
  1609. this.uiTitlePanel1.ResumeLayout(false);
  1610. this.panelAlarm.ResumeLayout(false);
  1611. this.tabFastOperation.ResumeLayout(false);
  1612. this.tabPage1.ResumeLayout(false);
  1613. this.flowLayoutPanel1.ResumeLayout(false);
  1614. this.tabPage2.ResumeLayout(false);
  1615. this.flowLayoutPanel2.ResumeLayout(false);
  1616. this.tabPage3.ResumeLayout(false);
  1617. this.flowLayoutPanel3.ResumeLayout(false);
  1618. this.tabPage4.ResumeLayout(false);
  1619. this.flowLayoutPanel4.ResumeLayout(false);
  1620. this.tabPage5.ResumeLayout(false);
  1621. this.flowLayoutPanel5.ResumeLayout(false);
  1622. this.tabPage6.ResumeLayout(false);
  1623. this.flowLayoutPanel6.ResumeLayout(false);
  1624. this.panelTips.ResumeLayout(false);
  1625. this.uiPanel3.ResumeLayout(false);
  1626. this.ResumeLayout(false);
  1627. }
  1628. #endregion
  1629. private PlcUiControl.PlcUiButton btnAuto仿真;
  1630. private PlcUiControl.PlcUiButton btn系统退出;
  1631. private PlcComponent.PlcOptionSelection os确认系统退出;
  1632. private MyUiButton btn跑马灯;
  1633. private Sunny.UI.UITitlePanel uiTitlePanel1;
  1634. private Sunny.UI.UITitlePanel panelAlarm;
  1635. private Sunny.UI.UITabControl tabFastOperation;
  1636. private System.Windows.Forms.TabPage tabPage1;
  1637. private System.Windows.Forms.TabPage tabPage2;
  1638. private System.Windows.Forms.TabPage tabPage3;
  1639. private System.Windows.Forms.TabPage tabPage4;
  1640. private Sunny.UI.UIPanel uiPanel3;
  1641. private Sunny.UI.UITitlePanel panelTips;
  1642. private Sunny.UI.UIPanel uiPanel1;
  1643. private MyUiButton btn生产数据;
  1644. private Sunny.UI.UITextBox txtAlarm;
  1645. private MyUiButton btn历史记录;
  1646. private MyUiButton btn工站时间监控;
  1647. private MyUiButton btn吸嘴良率统计;
  1648. private MyUiButton btn消耗品寿命设定;
  1649. private MyUiButton btn胶膜载带设置;
  1650. private MyUiButton btn测试模式选择;
  1651. private MyUiButton btnNG停止设置;
  1652. private PlcUiControl.PlcUiButton btn屏蔽安全罩;
  1653. private PlcUiControl.PlcUiButton btn封装1温控器开关;
  1654. private PlcUiControl.PlcUiButton btn封装2温控器开关;
  1655. private System.Windows.Forms.TabPage tabPage5;
  1656. private System.Windows.Forms.TabPage tabPage6;
  1657. private PlcUiControl.PlcUiButton btn开启批次;
  1658. private PlcUiControl.PlcUiButton btn结束批次;
  1659. private MyUiButton bnt当前批次报告;
  1660. private PlcUiControl.PlcUiButton btn编带1使用换盘机;
  1661. private PlcUiControl.PlcUiButton btn编带1温控器开关;
  1662. private PlcUiControl.PlcUiButton btn编带1编带清除;
  1663. private PlcUiControl.PlcUiButton btn编带1编带全检;
  1664. private PlcUiControl.PlcUiButton btn编带1最后一盘;
  1665. private PlcUiControl.PlcUiButton btn编带1切带气缸电磁阀;
  1666. private PlcUiControl.PlcUiButton btn编带1封合气缸电磁阀;
  1667. private PlcUiControl.PlcUiButton btn编带2切带气缸电磁阀;
  1668. private PlcUiControl.PlcUiButton btn编带2封合气缸电磁阀;
  1669. private PlcUiControl.PlcUiButton btn编带2最后一盘;
  1670. private PlcUiControl.PlcUiButton btn编带2编带全检;
  1671. private PlcUiControl.PlcUiButton btn编带2编带清除;
  1672. private PlcUiControl.PlcUiButton btn编带2使用换盘机;
  1673. private PlcUiControl.PlcUiButton btn编带2温控器开关;
  1674. private MyUiButton btn首件打样设置;
  1675. private PlcUiControl.PlcUiButton btn封装2首件打样;
  1676. private PlcUiControl.PlcUiButton btn封装1首件打样;
  1677. private PlcUiControl.PlcUiButton btn加热盘温控器开关;
  1678. private Sunny.UI.UITextBox txtTips;
  1679. private MyUiButton btn吸嘴寿命计数2;
  1680. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1681. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1682. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel3;
  1683. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel4;
  1684. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel5;
  1685. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel6;
  1686. private PlcUiControl.PlcUiButton btn编带1印字复检屏蔽;
  1687. private PlcUiControl.PlcUiButton btn编带1压痕画像屏蔽;
  1688. private PlcUiControl.PlcUiButton btn编带2印字复检屏蔽;
  1689. private PlcUiControl.PlcUiButton btn编带2压痕画像屏蔽;
  1690. private MyUiButton btn视觉仿真设置;
  1691. private PlcUiControl.PlcUiButton btn编带1单盘停机;
  1692. private PlcUiControl.PlcUiButton btn编带2单盘停机;
  1693. private PlcUiControl.PlcUiButton btn镭射打标机开关;
  1694. }
  1695. }