MainForm.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503
  1. namespace YangjieTester
  2. {
  3. partial class MainForm
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要修改
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.components = new System.ComponentModel.Container();
  29. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  30. this.lblPlcConnection = new System.Windows.Forms.ToolStripStatusLabel();
  31. this.msb封装站1_单卷完成提示 = new PlcComponent.PlcMessageBox(this.components);
  32. this.osA37走带计数清空弹窗选择 = new PlcComponent.PlcOptionSelection(this.components);
  33. this.msb封装站2_单卷完成提示 = new PlcComponent.PlcMessageBox(this.components);
  34. this.osA33走带计数清空弹窗选择 = new PlcComponent.PlcOptionSelection(this.components);
  35. this.msb清机完成提示 = new PlcComponent.PlcMessageBox(this.components);
  36. this.msb批次未更新提示 = new PlcComponent.PlcMessageBox(this.components);
  37. this.msb封装站1载带对位 = new PlcComponent.PlcMessageBox(this.components);
  38. this.msb封装站2载带对位 = new PlcComponent.PlcMessageBox(this.components);
  39. this.flowLayoutPanelMainMenu = new Sunny.UI.UIFlowLayoutPanel();
  40. this.btn主界面 = new MyUiButton();
  41. this.btn工站操作界面 = new MyUiButton();
  42. this.btn数据管控界面 = new MyUiButton();
  43. this.btn元件目标设置界面 = new MyUiButton();
  44. this.btn常用设置界面 = new MyUiButton();
  45. this.btn设备状态界面 = new MyUiButton();
  46. this.btnIO监控界面 = new MyUiButton();
  47. this.btn机台日志界面 = new MyUiButton();
  48. this.btn点检视图界面 = new MyUiButton();
  49. this.btn用户管理界面 = new MyUiButton();
  50. this.panelCaption = new System.Windows.Forms.Panel();
  51. this.btn最小化 = new Sunny.UI.UIButton();
  52. this.lblSoftVersion = new Sunny.UI.UILabel();
  53. this.uiLabel1 = new Sunny.UI.UILabel();
  54. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  55. this.FormPanel = new Sunny.UI.UIPanel();
  56. this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
  57. this.lblUserName = new System.Windows.Forms.ToolStripStatusLabel();
  58. this.statusStrip1.SuspendLayout();
  59. this.flowLayoutPanelMainMenu.SuspendLayout();
  60. this.panelCaption.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // statusStrip1
  65. //
  66. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  67. this.lblPlcConnection,
  68. this.toolStripStatusLabel1,
  69. this.lblUserName});
  70. this.statusStrip1.Location = new System.Drawing.Point(2, 1008);
  71. this.statusStrip1.Name = "statusStrip1";
  72. this.statusStrip1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  73. this.statusStrip1.Size = new System.Drawing.Size(1916, 30);
  74. this.statusStrip1.TabIndex = 4;
  75. this.statusStrip1.Text = "statusStrip1";
  76. //
  77. // lblPlcConnection
  78. //
  79. this.lblPlcConnection.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.lblPlcConnection.Name = "lblPlcConnection";
  81. this.lblPlcConnection.Size = new System.Drawing.Size(123, 25);
  82. this.lblPlcConnection.Text = "PLC连线状态";
  83. //
  84. // msb封装站1_单卷完成提示
  85. //
  86. this.msb封装站1_单卷完成提示.FormCaption = "提示";
  87. this.msb封装站1_单卷完成提示.Message = "封装站1:单卷完成,按下运行按钮继续工作";
  88. this.msb封装站1_单卷完成提示.ReadNode = new Node("Application.Var_Auto_A33_Encapsulation1.b单卷完成弹窗提示", NodeType.BOOL, null);
  89. this.msb封装站1_单卷完成提示.WriteNode = null;
  90. //
  91. // osA37走带计数清空弹窗选择
  92. //
  93. this.osA37走带计数清空弹窗选择.EnsureNode1 = new Node("Application.Var_Hand_A37_Encapsulation2.确认走带计数清空", NodeType.BOOL, "HMIset");
  94. this.osA37走带计数清空弹窗选择.EnsureNode2 = new Node("Application.Var_Hand_A37_Encapsulation2.取消走带计数清空", NodeType.BOOL, "HMIset");
  95. this.osA37走带计数清空弹窗选择.FormCaption = "询问";
  96. this.osA37走带计数清空弹窗选择.Message = "此操作需先清空走带计数,确认清空?";
  97. this.osA37走带计数清空弹窗选择.ReadNode = new Node("Application.Var_Hand_A37_Encapsulation2.走带计数清空弹窗", NodeType.BOOL, "HMIscreen");
  98. this.osA37走带计数清空弹窗选择.Text1 = "确认";
  99. this.osA37走带计数清空弹窗选择.Text2 = "取消";
  100. //
  101. // msb封装站2_单卷完成提示
  102. //
  103. this.msb封装站2_单卷完成提示.FormCaption = "提示";
  104. this.msb封装站2_单卷完成提示.Message = "封装站2:单卷完成,按下运行按钮继续工作";
  105. this.msb封装站2_单卷完成提示.ReadNode = new Node("Application.Var_Auto_A37_Encapsulation2.b单卷完成弹窗提示", NodeType.BOOL, null);
  106. this.msb封装站2_单卷完成提示.WriteNode = null;
  107. //
  108. // osA33走带计数清空弹窗选择
  109. //
  110. this.osA33走带计数清空弹窗选择.EnsureNode1 = new Node("Application.Var_Hand_A33_Encapsulation1.确认走带计数清空", NodeType.BOOL, "HMIset");
  111. this.osA33走带计数清空弹窗选择.EnsureNode2 = new Node("Application.Var_Hand_A33_Encapsulation1.取消走带计数清空", NodeType.BOOL, "HMIset");
  112. this.osA33走带计数清空弹窗选择.FormCaption = "询问";
  113. this.osA33走带计数清空弹窗选择.Message = "此操作需先清空走带计数,确认清空?";
  114. this.osA33走带计数清空弹窗选择.ReadNode = new Node("Application.Var_Hand_A33_Encapsulation1.走带计数清空弹窗", NodeType.BOOL, "HMIscreen");
  115. this.osA33走带计数清空弹窗选择.Text1 = "确认";
  116. this.osA33走带计数清空弹窗选择.Text2 = "取消";
  117. //
  118. // msb清机完成提示
  119. //
  120. this.msb清机完成提示.FormCaption = "提示";
  121. this.msb清机完成提示.Message = "清机完成,按复位按钮退出清机状态";
  122. this.msb清机完成提示.ReadNode = new Node("Application.Var_state.b清机完成信号", NodeType.BOOL, null);
  123. this.msb清机完成提示.WriteNode = null;
  124. //
  125. // msb批次未更新提示
  126. //
  127. this.msb批次未更新提示.FormCaption = "提示";
  128. this.msb批次未更新提示.Message = "批次未更新";
  129. this.msb批次未更新提示.ReadNode = new Node("Application.Var_state.b批次未更新弹窗", NodeType.BOOL, null);
  130. this.msb批次未更新提示.WriteNode = new Node("Application.Var_state.b批次未更新弹窗", NodeType.BYTE, null);
  131. //
  132. // msb封装站1载带对位
  133. //
  134. this.msb封装站1载带对位.FormCaption = "提示";
  135. this.msb封装站1载带对位.Message = "封装站1:操作前需将载带对位";
  136. this.msb封装站1载带对位.ReadNode = new Node("Application.Var_Hand_A33_Encapsulation1.b需对位旗标", NodeType.BOOL, null);
  137. this.msb封装站1载带对位.WriteNode = null;
  138. //
  139. // msb封装站2载带对位
  140. //
  141. this.msb封装站2载带对位.FormCaption = "提示";
  142. this.msb封装站2载带对位.Message = "封装站2:操作前需将载带对位";
  143. this.msb封装站2载带对位.ReadNode = new Node("Application.Var_Hand_A37_Encapsulation2.b需对位旗标", NodeType.BOOL, null);
  144. this.msb封装站2载带对位.WriteNode = null;
  145. //
  146. // flowLayoutPanelMainMenu
  147. //
  148. this.flowLayoutPanelMainMenu.Controls.Add(this.btn主界面);
  149. this.flowLayoutPanelMainMenu.Controls.Add(this.btn工站操作界面);
  150. this.flowLayoutPanelMainMenu.Controls.Add(this.btn数据管控界面);
  151. this.flowLayoutPanelMainMenu.Controls.Add(this.btn元件目标设置界面);
  152. this.flowLayoutPanelMainMenu.Controls.Add(this.btn常用设置界面);
  153. this.flowLayoutPanelMainMenu.Controls.Add(this.btn设备状态界面);
  154. this.flowLayoutPanelMainMenu.Controls.Add(this.btnIO监控界面);
  155. this.flowLayoutPanelMainMenu.Controls.Add(this.btn机台日志界面);
  156. this.flowLayoutPanelMainMenu.Controls.Add(this.btn点检视图界面);
  157. this.flowLayoutPanelMainMenu.Controls.Add(this.btn用户管理界面);
  158. this.flowLayoutPanelMainMenu.Dock = System.Windows.Forms.DockStyle.Top;
  159. this.flowLayoutPanelMainMenu.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.flowLayoutPanelMainMenu.Location = new System.Drawing.Point(2, 30);
  161. this.flowLayoutPanelMainMenu.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  162. this.flowLayoutPanelMainMenu.MinimumSize = new System.Drawing.Size(1, 1);
  163. this.flowLayoutPanelMainMenu.Name = "flowLayoutPanelMainMenu";
  164. this.flowLayoutPanelMainMenu.Padding = new System.Windows.Forms.Padding(2);
  165. this.flowLayoutPanelMainMenu.ShowText = false;
  166. this.flowLayoutPanelMainMenu.Size = new System.Drawing.Size(1916, 50);
  167. this.flowLayoutPanelMainMenu.TabIndex = 6;
  168. this.flowLayoutPanelMainMenu.Text = "uiFlowLayoutPanel1";
  169. this.flowLayoutPanelMainMenu.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  170. //
  171. // btn主界面
  172. //
  173. this.btn主界面.Cursor = System.Windows.Forms.Cursors.Hand;
  174. this.btn主界面.FillColor = System.Drawing.Color.Teal;
  175. this.btn主界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  176. this.btn主界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.btn主界面.Location = new System.Drawing.Point(5, 5);
  178. this.btn主界面.MinimumSize = new System.Drawing.Size(1, 1);
  179. this.btn主界面.Name = "btn主界面";
  180. this.btn主界面.NeedUserEnsure = false;
  181. this.btn主界面.Size = new System.Drawing.Size(135, 37);
  182. this.btn主界面.Symbol = 0;
  183. this.btn主界面.TabIndex = 12;
  184. this.btn主界面.Text = "主界面";
  185. this.btn主界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btn主界面.Click += new System.EventHandler(this.plcUiButton1_Click);
  187. //
  188. // btn工站操作界面
  189. //
  190. this.btn工站操作界面.Cursor = System.Windows.Forms.Cursors.Hand;
  191. this.btn工站操作界面.FillColor = System.Drawing.Color.Teal;
  192. this.btn工站操作界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  193. this.btn工站操作界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. this.btn工站操作界面.Location = new System.Drawing.Point(154, 5);
  195. this.btn工站操作界面.MinimumSize = new System.Drawing.Size(1, 1);
  196. this.btn工站操作界面.Name = "btn工站操作界面";
  197. this.btn工站操作界面.NeedUserEnsure = false;
  198. this.btn工站操作界面.Size = new System.Drawing.Size(135, 37);
  199. this.btn工站操作界面.Symbol = 0;
  200. this.btn工站操作界面.TabIndex = 13;
  201. this.btn工站操作界面.Text = "工站操作";
  202. this.btn工站操作界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btn工站操作界面.Click += new System.EventHandler(this.plcUiButton2_Click);
  204. //
  205. // btn数据管控界面
  206. //
  207. this.btn数据管控界面.Cursor = System.Windows.Forms.Cursors.Hand;
  208. this.btn数据管控界面.FillColor = System.Drawing.Color.Teal;
  209. this.btn数据管控界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  210. this.btn数据管控界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.btn数据管控界面.Location = new System.Drawing.Point(303, 5);
  212. this.btn数据管控界面.MinimumSize = new System.Drawing.Size(1, 1);
  213. this.btn数据管控界面.Name = "btn数据管控界面";
  214. this.btn数据管控界面.NeedUserEnsure = false;
  215. this.btn数据管控界面.Size = new System.Drawing.Size(135, 37);
  216. this.btn数据管控界面.Symbol = 0;
  217. this.btn数据管控界面.TabIndex = 14;
  218. this.btn数据管控界面.Text = "数据管控";
  219. this.btn数据管控界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.btn数据管控界面.Click += new System.EventHandler(this.plcUiButton3_Click);
  221. //
  222. // btn元件目标设置界面
  223. //
  224. this.btn元件目标设置界面.Cursor = System.Windows.Forms.Cursors.Hand;
  225. this.btn元件目标设置界面.FillColor = System.Drawing.Color.Teal;
  226. this.btn元件目标设置界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  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(452, 5);
  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(135, 37);
  233. this.btn元件目标设置界面.Symbol = 0;
  234. this.btn元件目标设置界面.TabIndex = 15;
  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.plcUiButton4_Click);
  238. //
  239. // btn常用设置界面
  240. //
  241. this.btn常用设置界面.Cursor = System.Windows.Forms.Cursors.Hand;
  242. this.btn常用设置界面.FillColor = System.Drawing.Color.Teal;
  243. this.btn常用设置界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  244. this.btn常用设置界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.btn常用设置界面.Location = new System.Drawing.Point(601, 5);
  246. this.btn常用设置界面.MinimumSize = new System.Drawing.Size(1, 1);
  247. this.btn常用设置界面.Name = "btn常用设置界面";
  248. this.btn常用设置界面.NeedUserEnsure = false;
  249. this.btn常用设置界面.Size = new System.Drawing.Size(135, 37);
  250. this.btn常用设置界面.Symbol = 0;
  251. this.btn常用设置界面.TabIndex = 16;
  252. this.btn常用设置界面.Text = "常用设置";
  253. this.btn常用设置界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. this.btn常用设置界面.Visible = false;
  255. this.btn常用设置界面.Click += new System.EventHandler(this.plcUiButton5_Click);
  256. //
  257. // btn设备状态界面
  258. //
  259. this.btn设备状态界面.Cursor = System.Windows.Forms.Cursors.Hand;
  260. this.btn设备状态界面.FillColor = System.Drawing.Color.Teal;
  261. this.btn设备状态界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  262. this.btn设备状态界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.btn设备状态界面.Location = new System.Drawing.Point(750, 5);
  264. this.btn设备状态界面.MinimumSize = new System.Drawing.Size(1, 1);
  265. this.btn设备状态界面.Name = "btn设备状态界面";
  266. this.btn设备状态界面.NeedUserEnsure = false;
  267. this.btn设备状态界面.Size = new System.Drawing.Size(135, 37);
  268. this.btn设备状态界面.Symbol = 0;
  269. this.btn设备状态界面.TabIndex = 17;
  270. this.btn设备状态界面.Text = "设备状态";
  271. this.btn设备状态界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.btn设备状态界面.Visible = false;
  273. this.btn设备状态界面.Click += new System.EventHandler(this.plcUiButton6_Click);
  274. //
  275. // btnIO监控界面
  276. //
  277. this.btnIO监控界面.Cursor = System.Windows.Forms.Cursors.Hand;
  278. this.btnIO监控界面.FillColor = System.Drawing.Color.Teal;
  279. this.btnIO监控界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  280. this.btnIO监控界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  281. this.btnIO监控界面.Location = new System.Drawing.Point(899, 5);
  282. this.btnIO监控界面.MinimumSize = new System.Drawing.Size(1, 1);
  283. this.btnIO监控界面.Name = "btnIO监控界面";
  284. this.btnIO监控界面.NeedUserEnsure = false;
  285. this.btnIO监控界面.Size = new System.Drawing.Size(135, 37);
  286. this.btnIO监控界面.Symbol = 0;
  287. this.btnIO监控界面.TabIndex = 18;
  288. this.btnIO监控界面.Text = "IO监控";
  289. this.btnIO监控界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  290. this.btnIO监控界面.Click += new System.EventHandler(this.plcUiButton7_Click);
  291. //
  292. // btn机台日志界面
  293. //
  294. this.btn机台日志界面.Cursor = System.Windows.Forms.Cursors.Hand;
  295. this.btn机台日志界面.FillColor = System.Drawing.Color.Teal;
  296. this.btn机台日志界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  297. this.btn机台日志界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.btn机台日志界面.Location = new System.Drawing.Point(1048, 5);
  299. this.btn机台日志界面.MinimumSize = new System.Drawing.Size(1, 1);
  300. this.btn机台日志界面.Name = "btn机台日志界面";
  301. this.btn机台日志界面.NeedUserEnsure = false;
  302. this.btn机台日志界面.Size = new System.Drawing.Size(135, 37);
  303. this.btn机台日志界面.Symbol = 0;
  304. this.btn机台日志界面.TabIndex = 19;
  305. this.btn机台日志界面.Text = "机台日志/表现";
  306. this.btn机台日志界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  307. this.btn机台日志界面.Click += new System.EventHandler(this.plcUiButton8_Click);
  308. //
  309. // btn点检视图界面
  310. //
  311. this.btn点检视图界面.Cursor = System.Windows.Forms.Cursors.Hand;
  312. this.btn点检视图界面.FillColor = System.Drawing.Color.Teal;
  313. this.btn点检视图界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  314. this.btn点检视图界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.btn点检视图界面.Location = new System.Drawing.Point(1197, 5);
  316. this.btn点检视图界面.MinimumSize = new System.Drawing.Size(1, 1);
  317. this.btn点检视图界面.Name = "btn点检视图界面";
  318. this.btn点检视图界面.NeedUserEnsure = false;
  319. this.btn点检视图界面.Size = new System.Drawing.Size(135, 37);
  320. this.btn点检视图界面.Symbol = 0;
  321. this.btn点检视图界面.TabIndex = 20;
  322. this.btn点检视图界面.Text = "点检视图";
  323. this.btn点检视图界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.btn点检视图界面.Click += new System.EventHandler(this.plcUiButton9_Click);
  325. //
  326. // btn用户管理界面
  327. //
  328. this.btn用户管理界面.Cursor = System.Windows.Forms.Cursors.Hand;
  329. this.btn用户管理界面.FillColor = System.Drawing.Color.Teal;
  330. this.btn用户管理界面.FillSelectedColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  331. this.btn用户管理界面.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.btn用户管理界面.Location = new System.Drawing.Point(1338, 5);
  333. this.btn用户管理界面.MinimumSize = new System.Drawing.Size(1, 1);
  334. this.btn用户管理界面.Name = "btn用户管理界面";
  335. this.btn用户管理界面.NeedUserEnsure = false;
  336. this.btn用户管理界面.RequiredPermissionLevel = Model.PermissionLevel.无权限;
  337. this.btn用户管理界面.Size = new System.Drawing.Size(135, 37);
  338. this.btn用户管理界面.Symbol = 0;
  339. this.btn用户管理界面.TabIndex = 21;
  340. this.btn用户管理界面.Text = "用户管理";
  341. this.btn用户管理界面.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.btn用户管理界面.Click += new System.EventHandler(this.myUiButton10_Click);
  343. //
  344. // panelCaption
  345. //
  346. this.panelCaption.BackColor = System.Drawing.Color.LightCyan;
  347. this.panelCaption.Controls.Add(this.btn最小化);
  348. this.panelCaption.Controls.Add(this.lblSoftVersion);
  349. this.panelCaption.Controls.Add(this.uiLabel1);
  350. this.panelCaption.Controls.Add(this.pictureBox1);
  351. this.panelCaption.Dock = System.Windows.Forms.DockStyle.Top;
  352. this.panelCaption.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.panelCaption.Location = new System.Drawing.Point(2, 0);
  354. this.panelCaption.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  355. this.panelCaption.MinimumSize = new System.Drawing.Size(1, 1);
  356. this.panelCaption.Name = "panelCaption";
  357. this.panelCaption.Size = new System.Drawing.Size(1916, 30);
  358. this.panelCaption.TabIndex = 7;
  359. //
  360. // btn最小化
  361. //
  362. this.btn最小化.Cursor = System.Windows.Forms.Cursors.Hand;
  363. this.btn最小化.Dock = System.Windows.Forms.DockStyle.Right;
  364. this.btn最小化.FillColor = System.Drawing.Color.DeepSkyBlue;
  365. this.btn最小化.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  366. this.btn最小化.Location = new System.Drawing.Point(1881, 0);
  367. this.btn最小化.MinimumSize = new System.Drawing.Size(1, 1);
  368. this.btn最小化.Name = "btn最小化";
  369. this.btn最小化.Size = new System.Drawing.Size(35, 30);
  370. this.btn最小化.Style = Sunny.UI.UIStyle.Custom;
  371. this.btn最小化.TabIndex = 5;
  372. this.btn最小化.Text = "—";
  373. this.btn最小化.TipsFont = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.btn最小化.Click += new System.EventHandler(this.btn最小化_Click);
  375. //
  376. // lblSoftVersion
  377. //
  378. this.lblSoftVersion.Dock = System.Windows.Forms.DockStyle.Left;
  379. this.lblSoftVersion.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.lblSoftVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  381. this.lblSoftVersion.Location = new System.Drawing.Point(252, 0);
  382. this.lblSoftVersion.Name = "lblSoftVersion";
  383. this.lblSoftVersion.Size = new System.Drawing.Size(228, 30);
  384. this.lblSoftVersion.TabIndex = 4;
  385. this.lblSoftVersion.Text = "版本号";
  386. this.lblSoftVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  387. //
  388. // uiLabel1
  389. //
  390. this.uiLabel1.Dock = System.Windows.Forms.DockStyle.Left;
  391. this.uiLabel1.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.uiLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(48)))), ((int)(((byte)(48)))));
  393. this.uiLabel1.Location = new System.Drawing.Point(30, 0);
  394. this.uiLabel1.Name = "uiLabel1";
  395. this.uiLabel1.Size = new System.Drawing.Size(222, 30);
  396. this.uiLabel1.TabIndex = 3;
  397. this.uiLabel1.Text = "扬杰电子-砖塔式芯片热测机";
  398. this.uiLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  399. //
  400. // pictureBox1
  401. //
  402. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Left;
  403. this.pictureBox1.Image = global::YangjieTester.Properties.Resources._071112150241_0图标2;
  404. this.pictureBox1.Location = new System.Drawing.Point(0, 0);
  405. this.pictureBox1.Name = "pictureBox1";
  406. this.pictureBox1.Size = new System.Drawing.Size(30, 30);
  407. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  408. this.pictureBox1.TabIndex = 1;
  409. this.pictureBox1.TabStop = false;
  410. //
  411. // FormPanel
  412. //
  413. this.FormPanel.Dock = System.Windows.Forms.DockStyle.Fill;
  414. this.FormPanel.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.FormPanel.Location = new System.Drawing.Point(2, 80);
  416. this.FormPanel.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  417. this.FormPanel.MinimumSize = new System.Drawing.Size(1, 1);
  418. this.FormPanel.Name = "FormPanel";
  419. this.FormPanel.Size = new System.Drawing.Size(1916, 928);
  420. this.FormPanel.TabIndex = 8;
  421. this.FormPanel.Text = null;
  422. this.FormPanel.TextAlignment = System.Drawing.ContentAlignment.MiddleCenter;
  423. //
  424. // toolStripStatusLabel1
  425. //
  426. this.toolStripStatusLabel1.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
  428. this.toolStripStatusLabel1.Size = new System.Drawing.Size(17, 25);
  429. this.toolStripStatusLabel1.Text = "|";
  430. //
  431. // lblUserName
  432. //
  433. this.lblUserName.Font = new System.Drawing.Font("Microsoft YaHei UI", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.lblUserName.Name = "lblUserName";
  435. this.lblUserName.Size = new System.Drawing.Size(69, 25);
  436. this.lblUserName.Text = "用户名";
  437. //
  438. // MainForm
  439. //
  440. this.AllowShowTitle = false;
  441. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  442. this.ClientSize = new System.Drawing.Size(1920, 1040);
  443. this.Controls.Add(this.FormPanel);
  444. this.Controls.Add(this.flowLayoutPanelMainMenu);
  445. this.Controls.Add(this.panelCaption);
  446. this.Controls.Add(this.statusStrip1);
  447. this.IsForbidAltF4 = true;
  448. this.Name = "MainForm";
  449. this.Padding = new System.Windows.Forms.Padding(2, 0, 2, 2);
  450. this.ShowTitle = false;
  451. this.Text = "扬杰电子-砖塔式芯片热测机";
  452. this.TitleColor = System.Drawing.Color.DarkGreen;
  453. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  454. this.ZoomScaleRect = new System.Drawing.Rectangle(15, 15, 800, 450);
  455. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
  456. this.Load += new System.EventHandler(this.Form1_Load);
  457. this.statusStrip1.ResumeLayout(false);
  458. this.statusStrip1.PerformLayout();
  459. this.flowLayoutPanelMainMenu.ResumeLayout(false);
  460. this.panelCaption.ResumeLayout(false);
  461. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  462. this.ResumeLayout(false);
  463. this.PerformLayout();
  464. }
  465. #endregion
  466. private System.Windows.Forms.StatusStrip statusStrip1;
  467. private PlcComponent.PlcMessageBox msb封装站1_单卷完成提示;
  468. private PlcComponent.PlcOptionSelection osA37走带计数清空弹窗选择;
  469. private PlcComponent.PlcMessageBox msb封装站2_单卷完成提示;
  470. private PlcComponent.PlcOptionSelection osA33走带计数清空弹窗选择;
  471. private System.Windows.Forms.ToolStripStatusLabel lblPlcConnection;
  472. private PlcComponent.PlcMessageBox msb清机完成提示;
  473. private PlcComponent.PlcMessageBox msb批次未更新提示;
  474. private PlcComponent.PlcMessageBox msb封装站1载带对位;
  475. private PlcComponent.PlcMessageBox msb封装站2载带对位;
  476. private Sunny.UI.UIFlowLayoutPanel flowLayoutPanelMainMenu;
  477. private MyUiButton btn主界面;
  478. private MyUiButton btn工站操作界面;
  479. private MyUiButton btn数据管控界面;
  480. private MyUiButton btn元件目标设置界面;
  481. private MyUiButton btn常用设置界面;
  482. private MyUiButton btn设备状态界面;
  483. private MyUiButton btnIO监控界面;
  484. private MyUiButton btn机台日志界面;
  485. private MyUiButton btn点检视图界面;
  486. private MyUiButton btn用户管理界面;
  487. private System.Windows.Forms.Panel panelCaption;
  488. private Sunny.UI.UILabel lblSoftVersion;
  489. private Sunny.UI.UILabel uiLabel1;
  490. private System.Windows.Forms.PictureBox pictureBox1;
  491. private Sunny.UI.UIButton btn最小化;
  492. private Sunny.UI.UIPanel FormPanel;
  493. private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
  494. private System.Windows.Forms.ToolStripStatusLabel lblUserName;
  495. }
  496. }