版博士V2.0程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2221 lines
129 KiB

  1. namespace MaiMuAOI
  2. {
  3. partial class MainFrm
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.tsmSysmgr = new System.Windows.Forms.ToolStripMenuItem();
  37. this.tsmStepMgr = new System.Windows.Forms.ToolStripMenuItem();
  38. this.tsmPdtMgr = new System.Windows.Forms.ToolStripMenuItem();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.tsmSysDataFind = new System.Windows.Forms.ToolStripMenuItem();
  42. this.web数据查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  43. this.本地数据库查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  44. this.tsmSysUserMgr = new System.Windows.Forms.ToolStripMenuItem();
  45. this.tsmUserRight = new System.Windows.Forms.ToolStripMenuItem();
  46. this.tsmUserList = new System.Windows.Forms.ToolStripMenuItem();
  47. this.stmSysSet = new System.Windows.Forms.ToolStripMenuItem();
  48. this.tsmSysSet = new System.Windows.Forms.ToolStripMenuItem();
  49. this.tsmSysPoints = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
  51. this.tsmDebug = new System.Windows.Forms.ToolStripMenuItem();
  52. this.快速调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  53. this.tsmHelp = new System.Windows.Forms.ToolStripMenuItem();
  54. this.tsmReadLog = new System.Windows.Forms.ToolStripMenuItem();
  55. this.toolStripSeparator6 = new System.Windows.Forms.ToolStripSeparator();
  56. this.tsmHelpInfo = new System.Windows.Forms.ToolStripMenuItem();
  57. this.tsmInfoUS = new System.Windows.Forms.ToolStripMenuItem();
  58. this.tsmSoftFile = new System.Windows.Forms.ToolStripMenuItem();
  59. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  60. this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
  61. this.tsbtnImpStop = new System.Windows.Forms.ToolStripButton();
  62. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  63. this.tsbtnStop = new System.Windows.Forms.ToolStripButton();
  64. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  65. this.tsbtnWarning = new System.Windows.Forms.ToolStripButton();
  66. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  67. this.tsbtnReset = new System.Windows.Forms.ToolStripButton();
  68. this.tsbGoHome = new System.Windows.Forms.ToolStripButton();
  69. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  70. this.tsbOpenLight = new System.Windows.Forms.ToolStripButton();
  71. this.toolStripSeparator7 = new System.Windows.Forms.ToolStripSeparator();
  72. this.tsbtnDefectImage = new System.Windows.Forms.ToolStripButton();
  73. this.tsbtnSizeImage = new System.Windows.Forms.ToolStripButton();
  74. this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  75. this.tsbCC = new System.Windows.Forms.ToolStripButton();
  76. this.tsbQX = new System.Windows.Forms.ToolStripButton();
  77. this.tsbtnYanShi = new System.Windows.Forms.ToolStripButton();
  78. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  79. this.gpbLog = new System.Windows.Forms.GroupBox();
  80. this.lstLog = new System.Windows.Forms.ListBox();
  81. this.tabControl1 = new System.Windows.Forms.TabControl();
  82. this.tabPage1 = new System.Windows.Forms.TabPage();
  83. this.groupBox2 = new System.Windows.Forms.GroupBox();
  84. this.dgvProcess = new System.Windows.Forms.DataGridView();
  85. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.colValue = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.flpnlResultData = new System.Windows.Forms.FlowLayoutPanel();
  89. this.kanban1 = new System.Windows.Forms.Panel();
  90. this.lblTensionMin = new System.Windows.Forms.Label();
  91. this.lblTensionMax = new System.Windows.Forms.Label();
  92. this.label10 = new System.Windows.Forms.Label();
  93. this.label16 = new System.Windows.Forms.Label();
  94. this.lblTension = new System.Windows.Forms.Label();
  95. this.label6 = new System.Windows.Forms.Label();
  96. this.label8 = new System.Windows.Forms.Label();
  97. this.kanban2 = new System.Windows.Forms.Panel();
  98. this.lblHeightMin = new System.Windows.Forms.Label();
  99. this.lblHeightMax = new System.Windows.Forms.Label();
  100. this.label17 = new System.Windows.Forms.Label();
  101. this.label19 = new System.Windows.Forms.Label();
  102. this.lblHeight = new System.Windows.Forms.Label();
  103. this.label9 = new System.Windows.Forms.Label();
  104. this.label12 = new System.Windows.Forms.Label();
  105. this.kanban3 = new System.Windows.Forms.Panel();
  106. this.lblLineWidthMin = new System.Windows.Forms.Label();
  107. this.lblLineWidthMax = new System.Windows.Forms.Label();
  108. this.label20 = new System.Windows.Forms.Label();
  109. this.label23 = new System.Windows.Forms.Label();
  110. this.lblLineWidth = new System.Windows.Forms.Label();
  111. this.label11 = new System.Windows.Forms.Label();
  112. this.label15 = new System.Windows.Forms.Label();
  113. this.kanban4 = new System.Windows.Forms.Panel();
  114. this.lblPTMin = new System.Windows.Forms.Label();
  115. this.lblPTMax = new System.Windows.Forms.Label();
  116. this.label24 = new System.Windows.Forms.Label();
  117. this.label25 = new System.Windows.Forms.Label();
  118. this.label13 = new System.Windows.Forms.Label();
  119. this.lblPT = new System.Windows.Forms.Label();
  120. this.label18 = new System.Windows.Forms.Label();
  121. this.kanban5 = new System.Windows.Forms.Panel();
  122. this.lblCompareCount = new System.Windows.Forms.Label();
  123. this.lblCompareResultCount = new System.Windows.Forms.Label();
  124. this.label21 = new System.Windows.Forms.Label();
  125. this.lblCompareResult = new System.Windows.Forms.Label();
  126. this.label26 = new System.Windows.Forms.Label();
  127. this.kanban6 = new System.Windows.Forms.Panel();
  128. this.lblDefectResultCount = new System.Windows.Forms.Label();
  129. this.label27 = new System.Windows.Forms.Label();
  130. this.lblDefectResult = new System.Windows.Forms.Label();
  131. this.label29 = new System.Windows.Forms.Label();
  132. this.tabPage2 = new System.Windows.Forms.TabPage();
  133. this.gpbProcessList = new System.Windows.Forms.GroupBox();
  134. this.flpProcessStep = new System.Windows.Forms.FlowLayoutPanel();
  135. this.gpbProductInfo = new System.Windows.Forms.GroupBox();
  136. this.panel1 = new System.Windows.Forms.Panel();
  137. this.numDefectCnt = new System.Windows.Forms.NumericUpDown();
  138. this.label1 = new System.Windows.Forms.Label();
  139. this.cbOrderCode = new System.Windows.Forms.ComboBox();
  140. this.label4 = new System.Windows.Forms.Label();
  141. this.cbProductSN = new System.Windows.Forms.ComboBox();
  142. this.cbProductCode = new System.Windows.Forms.ComboBox();
  143. this.label3 = new System.Windows.Forms.Label();
  144. this.label2 = new System.Windows.Forms.Label();
  145. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  146. this.panel2 = new System.Windows.Forms.Panel();
  147. this.splitContainer3 = new System.Windows.Forms.SplitContainer();
  148. this.picScanner0 = new System.Windows.Forms.PictureBox();
  149. this.picScanner1 = new System.Windows.Forms.PictureBox();
  150. this.splitContainer4 = new System.Windows.Forms.SplitContainer();
  151. this.gboxSizeDefectList = new System.Windows.Forms.GroupBox();
  152. this.label5 = new System.Windows.Forms.Label();
  153. this.pnlSizeBmpList = new System.Windows.Forms.FlowLayoutPanel();
  154. this.gboxDefectList = new System.Windows.Forms.GroupBox();
  155. this.lblDefectAddTag = new System.Windows.Forms.Label();
  156. this.pnlBmpList = new System.Windows.Forms.FlowLayoutPanel();
  157. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  158. this.tsAxisState = new System.Windows.Forms.ToolStripStatusLabel();
  159. this.tsslLoginTime = new System.Windows.Forms.ToolStripStatusLabel();
  160. this.tsslLoginInfo = new System.Windows.Forms.ToolStripStatusLabel();
  161. this.tslabelTime = new System.Windows.Forms.ToolStripStatusLabel();
  162. this.tslbSaveSts = new System.Windows.Forms.ToolStripStatusLabel();
  163. this.lblTimeLen = new System.Windows.Forms.Label();
  164. this.uiTitel1 = new MaiMuControl.UIKits.MaiMuMenu.UITitel();
  165. this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
  166. this.chkDoorSensor = new System.Windows.Forms.CheckBox();
  167. this.chkBuzzer = new System.Windows.Forms.CheckBox();
  168. this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
  169. this.lblOutput = new System.Windows.Forms.Label();
  170. this.lbJA = new System.Windows.Forms.Label();
  171. this.newStepShow1 = new MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow();
  172. this.newStepShow2 = new MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow();
  173. this.newStepShow3 = new MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow();
  174. this.newStepShow4 = new MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow();
  175. this.menuStrip1.SuspendLayout();
  176. this.toolStrip1.SuspendLayout();
  177. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  178. this.splitContainer1.Panel1.SuspendLayout();
  179. this.splitContainer1.Panel2.SuspendLayout();
  180. this.splitContainer1.SuspendLayout();
  181. this.gpbLog.SuspendLayout();
  182. this.tabControl1.SuspendLayout();
  183. this.tabPage1.SuspendLayout();
  184. this.groupBox2.SuspendLayout();
  185. ((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).BeginInit();
  186. this.flpnlResultData.SuspendLayout();
  187. this.kanban1.SuspendLayout();
  188. this.kanban2.SuspendLayout();
  189. this.kanban3.SuspendLayout();
  190. this.kanban4.SuspendLayout();
  191. this.kanban5.SuspendLayout();
  192. this.kanban6.SuspendLayout();
  193. this.tabPage2.SuspendLayout();
  194. this.gpbProcessList.SuspendLayout();
  195. this.flpProcessStep.SuspendLayout();
  196. this.gpbProductInfo.SuspendLayout();
  197. this.panel1.SuspendLayout();
  198. ((System.ComponentModel.ISupportInitialize)(this.numDefectCnt)).BeginInit();
  199. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  200. this.splitContainer2.Panel1.SuspendLayout();
  201. this.splitContainer2.Panel2.SuspendLayout();
  202. this.splitContainer2.SuspendLayout();
  203. this.panel2.SuspendLayout();
  204. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).BeginInit();
  205. this.splitContainer3.Panel1.SuspendLayout();
  206. this.splitContainer3.Panel2.SuspendLayout();
  207. this.splitContainer3.SuspendLayout();
  208. ((System.ComponentModel.ISupportInitialize)(this.picScanner0)).BeginInit();
  209. ((System.ComponentModel.ISupportInitialize)(this.picScanner1)).BeginInit();
  210. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).BeginInit();
  211. this.splitContainer4.Panel1.SuspendLayout();
  212. this.splitContainer4.Panel2.SuspendLayout();
  213. this.splitContainer4.SuspendLayout();
  214. this.gboxSizeDefectList.SuspendLayout();
  215. this.gboxDefectList.SuspendLayout();
  216. this.statusStrip1.SuspendLayout();
  217. this.SuspendLayout();
  218. //
  219. // menuStrip1
  220. //
  221. this.menuStrip1.AutoSize = false;
  222. this.menuStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  223. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  224. this.tsmSysmgr,
  225. this.tsmSysDataFind,
  226. this.tsmSysUserMgr,
  227. this.stmSysSet,
  228. this.tsmHelp});
  229. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  230. this.menuStrip1.Name = "menuStrip1";
  231. this.menuStrip1.Size = new System.Drawing.Size(1039, 43);
  232. this.menuStrip1.TabIndex = 1;
  233. this.menuStrip1.Text = "menuStrip1";
  234. //
  235. // tsmSysmgr
  236. //
  237. this.tsmSysmgr.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  238. this.tsmStepMgr,
  239. this.tsmPdtMgr,
  240. this.toolStripSeparator1,
  241. this.退出ToolStripMenuItem});
  242. this.tsmSysmgr.ForeColor = System.Drawing.SystemColors.Control;
  243. this.tsmSysmgr.Name = "tsmSysmgr";
  244. this.tsmSysmgr.ShortcutKeyDisplayString = "Ctrl+M";
  245. this.tsmSysmgr.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.M)));
  246. this.tsmSysmgr.Size = new System.Drawing.Size(104, 39);
  247. this.tsmSysmgr.Text = "系统管理(M)";
  248. //
  249. // tsmStepMgr
  250. //
  251. this.tsmStepMgr.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.tsmStepMgr.Image = ((System.Drawing.Image)(resources.GetObject("tsmStepMgr.Image")));
  253. this.tsmStepMgr.Name = "tsmStepMgr";
  254. this.tsmStepMgr.Size = new System.Drawing.Size(124, 22);
  255. this.tsmStepMgr.Text = "流程管理";
  256. this.tsmStepMgr.Click += new System.EventHandler(this.toolStripMenuItem1_Click);
  257. //
  258. // tsmPdtMgr
  259. //
  260. this.tsmPdtMgr.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  261. this.tsmPdtMgr.Image = ((System.Drawing.Image)(resources.GetObject("tsmPdtMgr.Image")));
  262. this.tsmPdtMgr.Name = "tsmPdtMgr";
  263. this.tsmPdtMgr.Size = new System.Drawing.Size(124, 22);
  264. this.tsmPdtMgr.Text = "产品管理";
  265. this.tsmPdtMgr.Click += new System.EventHandler(this.系统管理ToolStripMenuItem_Click);
  266. //
  267. // toolStripSeparator1
  268. //
  269. this.toolStripSeparator1.Name = "toolStripSeparator1";
  270. this.toolStripSeparator1.Size = new System.Drawing.Size(121, 6);
  271. //
  272. // 退出ToolStripMenuItem
  273. //
  274. this.退出ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("退出ToolStripMenuItem.Image")));
  275. this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
  276. this.退出ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  277. this.退出ToolStripMenuItem.Text = "退出";
  278. this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
  279. //
  280. // tsmSysDataFind
  281. //
  282. this.tsmSysDataFind.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  283. this.web数据查询ToolStripMenuItem,
  284. this.本地数据库查询ToolStripMenuItem});
  285. this.tsmSysDataFind.ForeColor = System.Drawing.SystemColors.Control;
  286. this.tsmSysDataFind.Name = "tsmSysDataFind";
  287. this.tsmSysDataFind.ShortcutKeyDisplayString = "Ctrl+R";
  288. this.tsmSysDataFind.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.R)));
  289. this.tsmSysDataFind.Size = new System.Drawing.Size(100, 39);
  290. this.tsmSysDataFind.Text = "系统查询(R)";
  291. this.tsmSysDataFind.Click += new System.EventHandler(this.tsmSysDataFind_Click);
  292. //
  293. // web数据查询ToolStripMenuItem
  294. //
  295. this.web数据查询ToolStripMenuItem.Image = global::MaiMuAOI.Properties.Resources.web;
  296. this.web数据查询ToolStripMenuItem.Name = "web数据查询ToolStripMenuItem";
  297. this.web数据查询ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  298. this.web数据查询ToolStripMenuItem.Text = "数据报表";
  299. this.web数据查询ToolStripMenuItem.Click += new System.EventHandler(this.web数据查询ToolStripMenuItem_Click);
  300. //
  301. // 本地数据库查询ToolStripMenuItem
  302. //
  303. this.本地数据库查询ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("本地数据库查询ToolStripMenuItem.Image")));
  304. this.本地数据库查询ToolStripMenuItem.Name = "本地数据库查询ToolStripMenuItem";
  305. this.本地数据库查询ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  306. this.本地数据库查询ToolStripMenuItem.Text = "数据查询";
  307. this.本地数据库查询ToolStripMenuItem.Click += new System.EventHandler(this.本地数据库查询ToolStripMenuItem_Click);
  308. //
  309. // tsmSysUserMgr
  310. //
  311. this.tsmSysUserMgr.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  312. this.tsmSysUserMgr.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  313. this.tsmUserRight,
  314. this.tsmUserList});
  315. this.tsmSysUserMgr.ForeColor = System.Drawing.Color.White;
  316. this.tsmSysUserMgr.Name = "tsmSysUserMgr";
  317. this.tsmSysUserMgr.Size = new System.Drawing.Size(85, 39);
  318. this.tsmSysUserMgr.Text = "用户管理(U)";
  319. this.tsmSysUserMgr.Click += new System.EventHandler(this.tsmSysUserMgr_Click);
  320. //
  321. // tsmUserRight
  322. //
  323. this.tsmUserRight.Image = ((System.Drawing.Image)(resources.GetObject("tsmUserRight.Image")));
  324. this.tsmUserRight.Name = "tsmUserRight";
  325. this.tsmUserRight.Size = new System.Drawing.Size(124, 22);
  326. this.tsmUserRight.Text = "权限管理";
  327. this.tsmUserRight.Click += new System.EventHandler(this.tsmUserRight_Click);
  328. //
  329. // tsmUserList
  330. //
  331. this.tsmUserList.Image = ((System.Drawing.Image)(resources.GetObject("tsmUserList.Image")));
  332. this.tsmUserList.Name = "tsmUserList";
  333. this.tsmUserList.Size = new System.Drawing.Size(124, 22);
  334. this.tsmUserList.Text = "用户设置";
  335. this.tsmUserList.Click += new System.EventHandler(this.tsmUserList_Click);
  336. //
  337. // stmSysSet
  338. //
  339. this.stmSysSet.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  340. this.tsmSysSet,
  341. this.tsmSysPoints,
  342. this.toolStripSeparator5,
  343. this.tsmDebug,
  344. this.快速调试ToolStripMenuItem});
  345. this.stmSysSet.ForeColor = System.Drawing.SystemColors.Control;
  346. this.stmSysSet.Name = "stmSysSet";
  347. this.stmSysSet.ShortcutKeyDisplayString = "Ctrl+S";
  348. this.stmSysSet.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
  349. this.stmSysSet.Size = new System.Drawing.Size(99, 39);
  350. this.stmSysSet.Text = "系统设置(S)";
  351. //
  352. // tsmSysSet
  353. //
  354. this.tsmSysSet.Image = ((System.Drawing.Image)(resources.GetObject("tsmSysSet.Image")));
  355. this.tsmSysSet.Name = "tsmSysSet";
  356. this.tsmSysSet.Size = new System.Drawing.Size(129, 22);
  357. this.tsmSysSet.Text = "系统设置";
  358. this.tsmSysSet.Click += new System.EventHandler(this.tsmSysSet_Click);
  359. //
  360. // tsmSysPoints
  361. //
  362. this.tsmSysPoints.Image = ((System.Drawing.Image)(resources.GetObject("tsmSysPoints.Image")));
  363. this.tsmSysPoints.Name = "tsmSysPoints";
  364. this.tsmSysPoints.Size = new System.Drawing.Size(129, 22);
  365. this.tsmSysPoints.Text = "点位/气缸";
  366. this.tsmSysPoints.Click += new System.EventHandler(this.tsmSysPoints_Click);
  367. //
  368. // toolStripSeparator5
  369. //
  370. this.toolStripSeparator5.Name = "toolStripSeparator5";
  371. this.toolStripSeparator5.Size = new System.Drawing.Size(126, 6);
  372. //
  373. // tsmDebug
  374. //
  375. this.tsmDebug.Image = ((System.Drawing.Image)(resources.GetObject("tsmDebug.Image")));
  376. this.tsmDebug.Name = "tsmDebug";
  377. this.tsmDebug.Size = new System.Drawing.Size(129, 22);
  378. this.tsmDebug.Text = "调试";
  379. this.tsmDebug.Click += new System.EventHandler(this.tsmDebug_Click);
  380. //
  381. // 快速调试ToolStripMenuItem
  382. //
  383. this.快速调试ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("快速调试ToolStripMenuItem.Image")));
  384. this.快速调试ToolStripMenuItem.Name = "快速调试ToolStripMenuItem";
  385. this.快速调试ToolStripMenuItem.Size = new System.Drawing.Size(129, 22);
  386. this.快速调试ToolStripMenuItem.Text = "快速调试";
  387. this.快速调试ToolStripMenuItem.Click += new System.EventHandler(this.快速调试ToolStripMenuItem_Click);
  388. //
  389. // tsmHelp
  390. //
  391. this.tsmHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  392. this.tsmReadLog,
  393. this.toolStripSeparator6,
  394. this.tsmHelpInfo,
  395. this.tsmInfoUS,
  396. this.tsmSoftFile});
  397. this.tsmHelp.ForeColor = System.Drawing.SystemColors.Control;
  398. this.tsmHelp.Name = "tsmHelp";
  399. this.tsmHelp.ShortcutKeyDisplayString = "Ctrl+H";
  400. this.tsmHelp.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.H)));
  401. this.tsmHelp.Size = new System.Drawing.Size(77, 39);
  402. this.tsmHelp.Text = "帮助(H)";
  403. //
  404. // tsmReadLog
  405. //
  406. this.tsmReadLog.Image = ((System.Drawing.Image)(resources.GetObject("tsmReadLog.Image")));
  407. this.tsmReadLog.Name = "tsmReadLog";
  408. this.tsmReadLog.Size = new System.Drawing.Size(148, 22);
  409. this.tsmReadLog.Text = "日志查询";
  410. this.tsmReadLog.Click += new System.EventHandler(this.tsmReadLog_Click);
  411. //
  412. // toolStripSeparator6
  413. //
  414. this.toolStripSeparator6.Name = "toolStripSeparator6";
  415. this.toolStripSeparator6.Size = new System.Drawing.Size(145, 6);
  416. //
  417. // tsmHelpInfo
  418. //
  419. this.tsmHelpInfo.Image = ((System.Drawing.Image)(resources.GetObject("tsmHelpInfo.Image")));
  420. this.tsmHelpInfo.Name = "tsmHelpInfo";
  421. this.tsmHelpInfo.Size = new System.Drawing.Size(148, 22);
  422. this.tsmHelpInfo.Text = "帮助";
  423. this.tsmHelpInfo.Click += new System.EventHandler(this.tsmHelpInfo_Click);
  424. //
  425. // tsmInfoUS
  426. //
  427. this.tsmInfoUS.Image = ((System.Drawing.Image)(resources.GetObject("tsmInfoUS.Image")));
  428. this.tsmInfoUS.Name = "tsmInfoUS";
  429. this.tsmInfoUS.Size = new System.Drawing.Size(148, 22);
  430. this.tsmInfoUS.Text = "关于";
  431. this.tsmInfoUS.Click += new System.EventHandler(this.tsmInfoUS_Click);
  432. //
  433. // tsmSoftFile
  434. //
  435. this.tsmSoftFile.Name = "tsmSoftFile";
  436. this.tsmSoftFile.Size = new System.Drawing.Size(148, 22);
  437. this.tsmSoftFile.Text = "软件使用说明";
  438. this.tsmSoftFile.Click += new System.EventHandler(this.tsmSoftFile_Click);
  439. //
  440. // toolStrip1
  441. //
  442. this.toolStrip1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  443. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  444. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  445. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  446. this.toolStripSeparator10,
  447. this.tsbtnImpStop,
  448. this.tsbtnStart,
  449. this.tsbtnStop,
  450. this.toolStripSeparator2,
  451. this.tsbtnWarning,
  452. this.toolStripSeparator3,
  453. this.tsbtnReset,
  454. this.tsbGoHome,
  455. this.toolStripSeparator4,
  456. this.tsbOpenLight,
  457. this.toolStripSeparator7,
  458. this.tsbtnDefectImage,
  459. this.tsbtnSizeImage,
  460. this.toolStripSeparator8,
  461. this.tsbCC,
  462. this.tsbQX,
  463. this.tsbtnYanShi});
  464. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  465. this.toolStrip1.Location = new System.Drawing.Point(0, 89);
  466. this.toolStrip1.Name = "toolStrip1";
  467. this.toolStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  468. this.toolStrip1.Size = new System.Drawing.Size(1039, 56);
  469. this.toolStrip1.TabIndex = 20;
  470. this.toolStrip1.Text = "toolStrip1";
  471. this.toolStrip1.Paint += new System.Windows.Forms.PaintEventHandler(this.toolStrip1_Paint);
  472. //
  473. // toolStripSeparator10
  474. //
  475. this.toolStripSeparator10.Name = "toolStripSeparator10";
  476. this.toolStripSeparator10.Size = new System.Drawing.Size(6, 56);
  477. //
  478. // tsbtnImpStop
  479. //
  480. this.tsbtnImpStop.ForeColor = System.Drawing.SystemColors.Control;
  481. this.tsbtnImpStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnImpStop.Image")));
  482. this.tsbtnImpStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  483. this.tsbtnImpStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  484. this.tsbtnImpStop.Name = "tsbtnImpStop";
  485. this.tsbtnImpStop.Size = new System.Drawing.Size(52, 53);
  486. this.tsbtnImpStop.Text = " 停止 ";
  487. this.tsbtnImpStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  488. this.tsbtnImpStop.Click += new System.EventHandler(this.tsbtnImpStop_Click);
  489. //
  490. // tsbtnStart
  491. //
  492. this.tsbtnStart.ForeColor = System.Drawing.SystemColors.Control;
  493. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  494. this.tsbtnStart.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  495. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  496. this.tsbtnStart.Name = "tsbtnStart";
  497. this.tsbtnStart.Size = new System.Drawing.Size(52, 53);
  498. this.tsbtnStart.Text = " 启动 ";
  499. this.tsbtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  500. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  501. //
  502. // tsbtnStop
  503. //
  504. this.tsbtnStop.ForeColor = System.Drawing.SystemColors.Control;
  505. this.tsbtnStop.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStop.Image")));
  506. this.tsbtnStop.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  507. this.tsbtnStop.ImageTransparentColor = System.Drawing.Color.Magenta;
  508. this.tsbtnStop.Name = "tsbtnStop";
  509. this.tsbtnStop.Size = new System.Drawing.Size(52, 53);
  510. this.tsbtnStop.Text = " 暂停 ";
  511. this.tsbtnStop.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  512. this.tsbtnStop.Click += new System.EventHandler(this.tsbtnStop_Click);
  513. //
  514. // toolStripSeparator2
  515. //
  516. this.toolStripSeparator2.Name = "toolStripSeparator2";
  517. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 56);
  518. //
  519. // tsbtnWarning
  520. //
  521. this.tsbtnWarning.ForeColor = System.Drawing.Color.White;
  522. this.tsbtnWarning.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnWarning.Image")));
  523. this.tsbtnWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  524. this.tsbtnWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
  525. this.tsbtnWarning.Name = "tsbtnWarning";
  526. this.tsbtnWarning.Size = new System.Drawing.Size(60, 53);
  527. this.tsbtnWarning.Text = "解除报警";
  528. this.tsbtnWarning.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  529. this.tsbtnWarning.Click += new System.EventHandler(this.tsbtnWarning_Click);
  530. //
  531. // toolStripSeparator3
  532. //
  533. this.toolStripSeparator3.Name = "toolStripSeparator3";
  534. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 56);
  535. //
  536. // tsbtnReset
  537. //
  538. this.tsbtnReset.ForeColor = System.Drawing.SystemColors.Control;
  539. this.tsbtnReset.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnReset.Image")));
  540. this.tsbtnReset.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  541. this.tsbtnReset.ImageTransparentColor = System.Drawing.Color.Magenta;
  542. this.tsbtnReset.Name = "tsbtnReset";
  543. this.tsbtnReset.Size = new System.Drawing.Size(52, 53);
  544. this.tsbtnReset.Text = " 复位 ";
  545. this.tsbtnReset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  546. this.tsbtnReset.Click += new System.EventHandler(this.tsbtnReset_Click);
  547. //
  548. // tsbGoHome
  549. //
  550. this.tsbGoHome.ForeColor = System.Drawing.Color.White;
  551. this.tsbGoHome.Image = ((System.Drawing.Image)(resources.GetObject("tsbGoHome.Image")));
  552. this.tsbGoHome.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  553. this.tsbGoHome.ImageTransparentColor = System.Drawing.Color.Magenta;
  554. this.tsbGoHome.Name = "tsbGoHome";
  555. this.tsbGoHome.Size = new System.Drawing.Size(52, 53);
  556. this.tsbGoHome.Text = " 回原 ";
  557. this.tsbGoHome.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  558. this.tsbGoHome.Click += new System.EventHandler(this.tsbGoHome_Click);
  559. //
  560. // toolStripSeparator4
  561. //
  562. this.toolStripSeparator4.Name = "toolStripSeparator4";
  563. this.toolStripSeparator4.Size = new System.Drawing.Size(6, 56);
  564. //
  565. // tsbOpenLight
  566. //
  567. this.tsbOpenLight.ForeColor = System.Drawing.SystemColors.Control;
  568. this.tsbOpenLight.Image = ((System.Drawing.Image)(resources.GetObject("tsbOpenLight.Image")));
  569. this.tsbOpenLight.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  570. this.tsbOpenLight.ImageTransparentColor = System.Drawing.Color.Magenta;
  571. this.tsbOpenLight.Name = "tsbOpenLight";
  572. this.tsbOpenLight.Size = new System.Drawing.Size(36, 53);
  573. this.tsbOpenLight.Text = "开灯";
  574. this.tsbOpenLight.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  575. this.tsbOpenLight.Click += new System.EventHandler(this.tsbOpenLight_Click);
  576. //
  577. // toolStripSeparator7
  578. //
  579. this.toolStripSeparator7.Name = "toolStripSeparator7";
  580. this.toolStripSeparator7.Size = new System.Drawing.Size(6, 56);
  581. //
  582. // tsbtnDefectImage
  583. //
  584. this.tsbtnDefectImage.ForeColor = System.Drawing.Color.White;
  585. this.tsbtnDefectImage.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnDefectImage.Image")));
  586. this.tsbtnDefectImage.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  587. this.tsbtnDefectImage.ImageTransparentColor = System.Drawing.Color.Magenta;
  588. this.tsbtnDefectImage.Name = "tsbtnDefectImage";
  589. this.tsbtnDefectImage.Size = new System.Drawing.Size(60, 53);
  590. this.tsbtnDefectImage.Tag = "0";
  591. this.tsbtnDefectImage.Text = "缺陷分布";
  592. this.tsbtnDefectImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  593. this.tsbtnDefectImage.Click += new System.EventHandler(this.tsbtnDefectImage_Click);
  594. //
  595. // tsbtnSizeImage
  596. //
  597. this.tsbtnSizeImage.ForeColor = System.Drawing.Color.White;
  598. this.tsbtnSizeImage.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSizeImage.Image")));
  599. this.tsbtnSizeImage.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  600. this.tsbtnSizeImage.ImageTransparentColor = System.Drawing.Color.Magenta;
  601. this.tsbtnSizeImage.Name = "tsbtnSizeImage";
  602. this.tsbtnSizeImage.Size = new System.Drawing.Size(60, 53);
  603. this.tsbtnSizeImage.Tag = "1";
  604. this.tsbtnSizeImage.Text = "图纸比对";
  605. this.tsbtnSizeImage.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  606. this.tsbtnSizeImage.ToolTipText = "图纸比对失败区域分布";
  607. this.tsbtnSizeImage.Click += new System.EventHandler(this.tsbtnDefectImage_Click);
  608. //
  609. // toolStripSeparator8
  610. //
  611. this.toolStripSeparator8.Name = "toolStripSeparator8";
  612. this.toolStripSeparator8.Size = new System.Drawing.Size(6, 56);
  613. //
  614. // tsbCC
  615. //
  616. this.tsbCC.ForeColor = System.Drawing.Color.White;
  617. this.tsbCC.Image = global::MaiMuAOI.Properties.Resources.ccOpen;
  618. this.tsbCC.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  619. this.tsbCC.ImageTransparentColor = System.Drawing.Color.Magenta;
  620. this.tsbCC.Name = "tsbCC";
  621. this.tsbCC.Size = new System.Drawing.Size(60, 53);
  622. this.tsbCC.Tag = "0";
  623. this.tsbCC.Text = "尺寸启用";
  624. this.tsbCC.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  625. this.tsbCC.ToolTipText = "启用了尺寸检测";
  626. this.tsbCC.Click += new System.EventHandler(this.tsbCC_Click);
  627. //
  628. // tsbQX
  629. //
  630. this.tsbQX.ForeColor = System.Drawing.Color.White;
  631. this.tsbQX.Image = global::MaiMuAOI.Properties.Resources.qxOpen;
  632. this.tsbQX.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  633. this.tsbQX.ImageTransparentColor = System.Drawing.Color.Magenta;
  634. this.tsbQX.Name = "tsbQX";
  635. this.tsbQX.Size = new System.Drawing.Size(60, 53);
  636. this.tsbQX.Tag = "1";
  637. this.tsbQX.Text = "缺陷启用";
  638. this.tsbQX.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  639. this.tsbQX.ToolTipText = "启用了缺陷检测";
  640. this.tsbQX.Click += new System.EventHandler(this.tsbQX_Click);
  641. //
  642. // tsbtnYanShi
  643. //
  644. this.tsbtnYanShi.ForeColor = System.Drawing.Color.White;
  645. this.tsbtnYanShi.Image = global::MaiMuAOI.Properties.Resources.交互演示动画__1_;
  646. this.tsbtnYanShi.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  647. this.tsbtnYanShi.ImageTransparentColor = System.Drawing.Color.Magenta;
  648. this.tsbtnYanShi.Name = "tsbtnYanShi";
  649. this.tsbtnYanShi.Size = new System.Drawing.Size(60, 53);
  650. this.tsbtnYanShi.Tag = "1";
  651. this.tsbtnYanShi.Text = "演示关闭";
  652. this.tsbtnYanShi.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  653. this.tsbtnYanShi.ToolTipText = "启用演示循环";
  654. this.tsbtnYanShi.Visible = false;
  655. this.tsbtnYanShi.Click += new System.EventHandler(this.tsbtnYanShi_Click);
  656. //
  657. // splitContainer1
  658. //
  659. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  660. this.splitContainer1.Location = new System.Drawing.Point(0, 145);
  661. this.splitContainer1.Name = "splitContainer1";
  662. //
  663. // splitContainer1.Panel1
  664. //
  665. this.splitContainer1.Panel1.Controls.Add(this.gpbLog);
  666. this.splitContainer1.Panel1.Controls.Add(this.tabControl1);
  667. this.splitContainer1.Panel1.Controls.Add(this.gpbProductInfo);
  668. //
  669. // splitContainer1.Panel2
  670. //
  671. this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
  672. this.splitContainer1.Size = new System.Drawing.Size(1039, 541);
  673. this.splitContainer1.SplitterDistance = 462;
  674. this.splitContainer1.TabIndex = 21;
  675. //
  676. // gpbLog
  677. //
  678. this.gpbLog.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  679. | System.Windows.Forms.AnchorStyles.Right)));
  680. this.gpbLog.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  681. this.gpbLog.Controls.Add(this.lstLog);
  682. this.gpbLog.ForeColor = System.Drawing.SystemColors.Control;
  683. this.gpbLog.Location = new System.Drawing.Point(4, 433);
  684. this.gpbLog.Margin = new System.Windows.Forms.Padding(2);
  685. this.gpbLog.Name = "gpbLog";
  686. this.gpbLog.Padding = new System.Windows.Forms.Padding(2);
  687. this.gpbLog.Size = new System.Drawing.Size(456, 82);
  688. this.gpbLog.TabIndex = 6;
  689. this.gpbLog.TabStop = false;
  690. this.gpbLog.Text = "日志信息";
  691. //
  692. // lstLog
  693. //
  694. this.lstLog.Dock = System.Windows.Forms.DockStyle.Fill;
  695. this.lstLog.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  696. this.lstLog.FormattingEnabled = true;
  697. this.lstLog.HorizontalScrollbar = true;
  698. this.lstLog.ItemHeight = 16;
  699. this.lstLog.Location = new System.Drawing.Point(2, 16);
  700. this.lstLog.Name = "lstLog";
  701. this.lstLog.Size = new System.Drawing.Size(452, 64);
  702. this.lstLog.TabIndex = 27;
  703. this.lstLog.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstLog_DrawItem);
  704. //
  705. // tabControl1
  706. //
  707. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  708. | System.Windows.Forms.AnchorStyles.Left)
  709. | System.Windows.Forms.AnchorStyles.Right)));
  710. this.tabControl1.Controls.Add(this.tabPage1);
  711. this.tabControl1.Controls.Add(this.tabPage2);
  712. this.tabControl1.Location = new System.Drawing.Point(4, 150);
  713. this.tabControl1.Name = "tabControl1";
  714. this.tabControl1.Padding = new System.Drawing.Point(0, 0);
  715. this.tabControl1.SelectedIndex = 0;
  716. this.tabControl1.Size = new System.Drawing.Size(456, 278);
  717. this.tabControl1.TabIndex = 4;
  718. //
  719. // tabPage1
  720. //
  721. this.tabPage1.Controls.Add(this.groupBox2);
  722. this.tabPage1.Controls.Add(this.flpnlResultData);
  723. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  724. this.tabPage1.Name = "tabPage1";
  725. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  726. this.tabPage1.Size = new System.Drawing.Size(448, 252);
  727. this.tabPage1.TabIndex = 0;
  728. this.tabPage1.Text = "老流程";
  729. this.tabPage1.UseVisualStyleBackColor = true;
  730. this.tabPage1.Resize += new System.EventHandler(this.tabPage1_Resize);
  731. //
  732. // groupBox2
  733. //
  734. this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  735. | System.Windows.Forms.AnchorStyles.Left)
  736. | System.Windows.Forms.AnchorStyles.Right)));
  737. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  738. this.groupBox2.Controls.Add(this.dgvProcess);
  739. this.groupBox2.ForeColor = System.Drawing.Color.White;
  740. this.groupBox2.Location = new System.Drawing.Point(6, 117);
  741. this.groupBox2.Margin = new System.Windows.Forms.Padding(2);
  742. this.groupBox2.Name = "groupBox2";
  743. this.groupBox2.Padding = new System.Windows.Forms.Padding(2);
  744. this.groupBox2.Size = new System.Drawing.Size(437, 130);
  745. this.groupBox2.TabIndex = 7;
  746. this.groupBox2.TabStop = false;
  747. this.groupBox2.Text = "工序列表";
  748. //
  749. // dgvProcess
  750. //
  751. this.dgvProcess.AllowUserToAddRows = false;
  752. this.dgvProcess.AllowUserToDeleteRows = false;
  753. dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  754. dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Control;
  755. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  756. dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.WindowText;
  757. dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  758. dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  759. dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  760. this.dgvProcess.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
  761. this.dgvProcess.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  762. this.dgvProcess.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  763. this.dataGridViewTextBoxColumn1,
  764. this.dataGridViewTextBoxColumn2,
  765. this.colValue});
  766. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  767. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  768. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  770. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  771. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.ControlText;
  772. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  773. this.dgvProcess.DefaultCellStyle = dataGridViewCellStyle4;
  774. this.dgvProcess.Dock = System.Windows.Forms.DockStyle.Fill;
  775. this.dgvProcess.Location = new System.Drawing.Point(2, 16);
  776. this.dgvProcess.Margin = new System.Windows.Forms.Padding(2);
  777. this.dgvProcess.MultiSelect = false;
  778. this.dgvProcess.Name = "dgvProcess";
  779. this.dgvProcess.ReadOnly = true;
  780. this.dgvProcess.RowHeadersVisible = false;
  781. this.dgvProcess.RowHeadersWidth = 62;
  782. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  783. this.dgvProcess.RowsDefaultCellStyle = dataGridViewCellStyle5;
  784. this.dgvProcess.RowTemplate.Height = 30;
  785. this.dgvProcess.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  786. this.dgvProcess.Size = new System.Drawing.Size(433, 112);
  787. this.dgvProcess.TabIndex = 3;
  788. //
  789. // dataGridViewTextBoxColumn1
  790. //
  791. this.dataGridViewTextBoxColumn1.DataPropertyName = "ProcessCode";
  792. this.dataGridViewTextBoxColumn1.HeaderText = "code";
  793. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  794. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  795. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  796. this.dataGridViewTextBoxColumn1.Visible = false;
  797. this.dataGridViewTextBoxColumn1.Width = 150;
  798. //
  799. // dataGridViewTextBoxColumn2
  800. //
  801. this.dataGridViewTextBoxColumn2.DataPropertyName = "ProcessName";
  802. dataGridViewCellStyle2.BackColor = System.Drawing.Color.White;
  803. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  804. this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle2;
  805. this.dataGridViewTextBoxColumn2.HeaderText = "工序名称";
  806. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  807. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  808. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  809. this.dataGridViewTextBoxColumn2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  810. this.dataGridViewTextBoxColumn2.Width = 173;
  811. //
  812. // colValue
  813. //
  814. this.colValue.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  815. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  816. this.colValue.DefaultCellStyle = dataGridViewCellStyle3;
  817. this.colValue.HeaderText = "内容";
  818. this.colValue.MinimumWidth = 8;
  819. this.colValue.Name = "colValue";
  820. this.colValue.ReadOnly = true;
  821. this.colValue.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  822. //
  823. // flpnlResultData
  824. //
  825. this.flpnlResultData.Controls.Add(this.kanban1);
  826. this.flpnlResultData.Controls.Add(this.kanban2);
  827. this.flpnlResultData.Controls.Add(this.kanban3);
  828. this.flpnlResultData.Controls.Add(this.kanban4);
  829. this.flpnlResultData.Controls.Add(this.kanban5);
  830. this.flpnlResultData.Controls.Add(this.kanban6);
  831. this.flpnlResultData.Location = new System.Drawing.Point(5, 5);
  832. this.flpnlResultData.Margin = new System.Windows.Forms.Padding(2);
  833. this.flpnlResultData.Name = "flpnlResultData";
  834. this.flpnlResultData.Size = new System.Drawing.Size(335, 108);
  835. this.flpnlResultData.TabIndex = 6;
  836. //
  837. // kanban1
  838. //
  839. this.kanban1.BackColor = System.Drawing.SystemColors.MenuHighlight;
  840. this.kanban1.Controls.Add(this.lblTensionMin);
  841. this.kanban1.Controls.Add(this.lblTensionMax);
  842. this.kanban1.Controls.Add(this.label10);
  843. this.kanban1.Controls.Add(this.label16);
  844. this.kanban1.Controls.Add(this.lblTension);
  845. this.kanban1.Controls.Add(this.label6);
  846. this.kanban1.Controls.Add(this.label8);
  847. this.kanban1.Location = new System.Drawing.Point(2, 2);
  848. this.kanban1.Margin = new System.Windows.Forms.Padding(2);
  849. this.kanban1.Name = "kanban1";
  850. this.kanban1.Size = new System.Drawing.Size(53, 94);
  851. this.kanban1.TabIndex = 14;
  852. //
  853. // lblTensionMin
  854. //
  855. this.lblTensionMin.AutoSize = true;
  856. this.lblTensionMin.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  857. this.lblTensionMin.ForeColor = System.Drawing.Color.White;
  858. this.lblTensionMin.Location = new System.Drawing.Point(36, 79);
  859. this.lblTensionMin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  860. this.lblTensionMin.Name = "lblTensionMin";
  861. this.lblTensionMin.Size = new System.Drawing.Size(32, 14);
  862. this.lblTensionMin.TabIndex = 11;
  863. this.lblTensionMin.Text = "0.00";
  864. this.lblTensionMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  865. //
  866. // lblTensionMax
  867. //
  868. this.lblTensionMax.AutoSize = true;
  869. this.lblTensionMax.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  870. this.lblTensionMax.ForeColor = System.Drawing.Color.White;
  871. this.lblTensionMax.Location = new System.Drawing.Point(36, 65);
  872. this.lblTensionMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  873. this.lblTensionMax.Name = "lblTensionMax";
  874. this.lblTensionMax.Size = new System.Drawing.Size(32, 14);
  875. this.lblTensionMax.TabIndex = 11;
  876. this.lblTensionMax.Text = "0.00";
  877. this.lblTensionMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  878. //
  879. // label10
  880. //
  881. this.label10.AutoSize = true;
  882. this.label10.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  883. this.label10.ForeColor = System.Drawing.Color.White;
  884. this.label10.Location = new System.Drawing.Point(2, 65);
  885. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  886. this.label10.Name = "label10";
  887. this.label10.Size = new System.Drawing.Size(36, 14);
  888. this.label10.TabIndex = 11;
  889. this.label10.Text = "Max: ";
  890. this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  891. //
  892. // label16
  893. //
  894. this.label16.AutoSize = true;
  895. this.label16.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  896. this.label16.ForeColor = System.Drawing.Color.White;
  897. this.label16.Location = new System.Drawing.Point(2, 79);
  898. this.label16.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  899. this.label16.Name = "label16";
  900. this.label16.Size = new System.Drawing.Size(33, 14);
  901. this.label16.TabIndex = 11;
  902. this.label16.Text = "Min: ";
  903. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  904. //
  905. // lblTension
  906. //
  907. this.lblTension.AutoSize = true;
  908. this.lblTension.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  909. this.lblTension.ForeColor = System.Drawing.Color.White;
  910. this.lblTension.Location = new System.Drawing.Point(7, 30);
  911. this.lblTension.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  912. this.lblTension.Name = "lblTension";
  913. this.lblTension.Size = new System.Drawing.Size(55, 24);
  914. this.lblTension.TabIndex = 11;
  915. this.lblTension.Text = "0.00";
  916. this.lblTension.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  917. //
  918. // label6
  919. //
  920. this.label6.AutoSize = true;
  921. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  922. this.label6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  923. this.label6.Location = new System.Drawing.Point(7, 5);
  924. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  925. this.label6.Name = "label6";
  926. this.label6.Size = new System.Drawing.Size(95, 20);
  927. this.label6.TabIndex = 10;
  928. this.label6.Text = "张力(N/cm)";
  929. this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  930. //
  931. // label8
  932. //
  933. this.label8.AutoSize = true;
  934. this.label8.ForeColor = System.Drawing.Color.White;
  935. this.label8.Location = new System.Drawing.Point(-3, 51);
  936. this.label8.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  937. this.label8.Name = "label8";
  938. this.label8.Size = new System.Drawing.Size(209, 12);
  939. this.label8.TabIndex = 12;
  940. this.label8.Text = "__________________________________";
  941. //
  942. // kanban2
  943. //
  944. this.kanban2.Anchor = System.Windows.Forms.AnchorStyles.Top;
  945. this.kanban2.BackColor = System.Drawing.SystemColors.MenuHighlight;
  946. this.kanban2.Controls.Add(this.lblHeightMin);
  947. this.kanban2.Controls.Add(this.lblHeightMax);
  948. this.kanban2.Controls.Add(this.label17);
  949. this.kanban2.Controls.Add(this.label19);
  950. this.kanban2.Controls.Add(this.lblHeight);
  951. this.kanban2.Controls.Add(this.label9);
  952. this.kanban2.Controls.Add(this.label12);
  953. this.kanban2.Location = new System.Drawing.Point(59, 2);
  954. this.kanban2.Margin = new System.Windows.Forms.Padding(2);
  955. this.kanban2.Name = "kanban2";
  956. this.kanban2.Size = new System.Drawing.Size(53, 94);
  957. this.kanban2.TabIndex = 17;
  958. //
  959. // lblHeightMin
  960. //
  961. this.lblHeightMin.AutoSize = true;
  962. this.lblHeightMin.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  963. this.lblHeightMin.ForeColor = System.Drawing.Color.White;
  964. this.lblHeightMin.Location = new System.Drawing.Point(37, 79);
  965. this.lblHeightMin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  966. this.lblHeightMin.Name = "lblHeightMin";
  967. this.lblHeightMin.Size = new System.Drawing.Size(32, 14);
  968. this.lblHeightMin.TabIndex = 11;
  969. this.lblHeightMin.Text = "0.00";
  970. this.lblHeightMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  971. //
  972. // lblHeightMax
  973. //
  974. this.lblHeightMax.AutoSize = true;
  975. this.lblHeightMax.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  976. this.lblHeightMax.ForeColor = System.Drawing.Color.White;
  977. this.lblHeightMax.Location = new System.Drawing.Point(37, 65);
  978. this.lblHeightMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  979. this.lblHeightMax.Name = "lblHeightMax";
  980. this.lblHeightMax.Size = new System.Drawing.Size(32, 14);
  981. this.lblHeightMax.TabIndex = 11;
  982. this.lblHeightMax.Text = "0.00";
  983. this.lblHeightMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  984. //
  985. // label17
  986. //
  987. this.label17.AutoSize = true;
  988. this.label17.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  989. this.label17.ForeColor = System.Drawing.Color.White;
  990. this.label17.Location = new System.Drawing.Point(2, 65);
  991. this.label17.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  992. this.label17.Name = "label17";
  993. this.label17.Size = new System.Drawing.Size(36, 14);
  994. this.label17.TabIndex = 13;
  995. this.label17.Text = "Max: ";
  996. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  997. //
  998. // label19
  999. //
  1000. this.label19.AutoSize = true;
  1001. this.label19.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1002. this.label19.ForeColor = System.Drawing.Color.White;
  1003. this.label19.Location = new System.Drawing.Point(2, 79);
  1004. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1005. this.label19.Name = "label19";
  1006. this.label19.Size = new System.Drawing.Size(33, 14);
  1007. this.label19.TabIndex = 14;
  1008. this.label19.Text = "Min: ";
  1009. this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1010. //
  1011. // lblHeight
  1012. //
  1013. this.lblHeight.AutoSize = true;
  1014. this.lblHeight.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1015. this.lblHeight.ForeColor = System.Drawing.Color.White;
  1016. this.lblHeight.Location = new System.Drawing.Point(10, 30);
  1017. this.lblHeight.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1018. this.lblHeight.Name = "lblHeight";
  1019. this.lblHeight.Size = new System.Drawing.Size(55, 24);
  1020. this.lblHeight.TabIndex = 11;
  1021. this.lblHeight.Text = "0.00";
  1022. this.lblHeight.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1023. //
  1024. // label9
  1025. //
  1026. this.label9.AutoSize = true;
  1027. this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1028. this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1029. this.label9.Location = new System.Drawing.Point(11, 5);
  1030. this.label9.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1031. this.label9.Name = "label9";
  1032. this.label9.Size = new System.Drawing.Size(79, 20);
  1033. this.label9.TabIndex = 10;
  1034. this.label9.Text = "厚度(um)";
  1035. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1036. //
  1037. // label12
  1038. //
  1039. this.label12.AutoSize = true;
  1040. this.label12.ForeColor = System.Drawing.Color.White;
  1041. this.label12.Location = new System.Drawing.Point(-2, 51);
  1042. this.label12.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1043. this.label12.Name = "label12";
  1044. this.label12.Size = new System.Drawing.Size(209, 12);
  1045. this.label12.TabIndex = 12;
  1046. this.label12.Text = "__________________________________";
  1047. //
  1048. // kanban3
  1049. //
  1050. this.kanban3.Anchor = System.Windows.Forms.AnchorStyles.Top;
  1051. this.kanban3.BackColor = System.Drawing.SystemColors.MenuHighlight;
  1052. this.kanban3.Controls.Add(this.lblLineWidthMin);
  1053. this.kanban3.Controls.Add(this.lblLineWidthMax);
  1054. this.kanban3.Controls.Add(this.label20);
  1055. this.kanban3.Controls.Add(this.label23);
  1056. this.kanban3.Controls.Add(this.lblLineWidth);
  1057. this.kanban3.Controls.Add(this.label11);
  1058. this.kanban3.Controls.Add(this.label15);
  1059. this.kanban3.Location = new System.Drawing.Point(116, 2);
  1060. this.kanban3.Margin = new System.Windows.Forms.Padding(2);
  1061. this.kanban3.Name = "kanban3";
  1062. this.kanban3.Size = new System.Drawing.Size(53, 94);
  1063. this.kanban3.TabIndex = 16;
  1064. //
  1065. // lblLineWidthMin
  1066. //
  1067. this.lblLineWidthMin.AutoSize = true;
  1068. this.lblLineWidthMin.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1069. this.lblLineWidthMin.ForeColor = System.Drawing.Color.White;
  1070. this.lblLineWidthMin.Location = new System.Drawing.Point(33, 79);
  1071. this.lblLineWidthMin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1072. this.lblLineWidthMin.Name = "lblLineWidthMin";
  1073. this.lblLineWidthMin.Size = new System.Drawing.Size(32, 14);
  1074. this.lblLineWidthMin.TabIndex = 11;
  1075. this.lblLineWidthMin.Text = "0.00";
  1076. this.lblLineWidthMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1077. //
  1078. // lblLineWidthMax
  1079. //
  1080. this.lblLineWidthMax.AutoSize = true;
  1081. this.lblLineWidthMax.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1082. this.lblLineWidthMax.ForeColor = System.Drawing.Color.White;
  1083. this.lblLineWidthMax.Location = new System.Drawing.Point(33, 65);
  1084. this.lblLineWidthMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1085. this.lblLineWidthMax.Name = "lblLineWidthMax";
  1086. this.lblLineWidthMax.Size = new System.Drawing.Size(32, 14);
  1087. this.lblLineWidthMax.TabIndex = 11;
  1088. this.lblLineWidthMax.Text = "0.00";
  1089. this.lblLineWidthMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1090. //
  1091. // label20
  1092. //
  1093. this.label20.AutoSize = true;
  1094. this.label20.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1095. this.label20.ForeColor = System.Drawing.Color.White;
  1096. this.label20.Location = new System.Drawing.Point(2, 65);
  1097. this.label20.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1098. this.label20.Name = "label20";
  1099. this.label20.Size = new System.Drawing.Size(36, 14);
  1100. this.label20.TabIndex = 13;
  1101. this.label20.Text = "Max: ";
  1102. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1103. //
  1104. // label23
  1105. //
  1106. this.label23.AutoSize = true;
  1107. this.label23.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1108. this.label23.ForeColor = System.Drawing.Color.White;
  1109. this.label23.Location = new System.Drawing.Point(2, 79);
  1110. this.label23.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1111. this.label23.Name = "label23";
  1112. this.label23.Size = new System.Drawing.Size(33, 14);
  1113. this.label23.TabIndex = 14;
  1114. this.label23.Text = "Min: ";
  1115. this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1116. //
  1117. // lblLineWidth
  1118. //
  1119. this.lblLineWidth.AutoSize = true;
  1120. this.lblLineWidth.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1121. this.lblLineWidth.ForeColor = System.Drawing.Color.White;
  1122. this.lblLineWidth.Location = new System.Drawing.Point(13, 30);
  1123. this.lblLineWidth.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1124. this.lblLineWidth.Name = "lblLineWidth";
  1125. this.lblLineWidth.Size = new System.Drawing.Size(55, 24);
  1126. this.lblLineWidth.TabIndex = 11;
  1127. this.lblLineWidth.Text = "0.00";
  1128. this.lblLineWidth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1129. //
  1130. // label11
  1131. //
  1132. this.label11.AutoSize = true;
  1133. this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1134. this.label11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1135. this.label11.Location = new System.Drawing.Point(13, 5);
  1136. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1137. this.label11.Name = "label11";
  1138. this.label11.Size = new System.Drawing.Size(79, 20);
  1139. this.label11.TabIndex = 10;
  1140. this.label11.Text = "线宽(um)";
  1141. this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1142. //
  1143. // label15
  1144. //
  1145. this.label15.AutoSize = true;
  1146. this.label15.ForeColor = System.Drawing.Color.White;
  1147. this.label15.Location = new System.Drawing.Point(-5, 51);
  1148. this.label15.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1149. this.label15.Name = "label15";
  1150. this.label15.Size = new System.Drawing.Size(209, 12);
  1151. this.label15.TabIndex = 12;
  1152. this.label15.Text = "__________________________________";
  1153. //
  1154. // kanban4
  1155. //
  1156. this.kanban4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1157. this.kanban4.BackColor = System.Drawing.SystemColors.MenuHighlight;
  1158. this.kanban4.Controls.Add(this.lblPTMin);
  1159. this.kanban4.Controls.Add(this.lblPTMax);
  1160. this.kanban4.Controls.Add(this.label24);
  1161. this.kanban4.Controls.Add(this.label25);
  1162. this.kanban4.Controls.Add(this.label13);
  1163. this.kanban4.Controls.Add(this.lblPT);
  1164. this.kanban4.Controls.Add(this.label18);
  1165. this.kanban4.Location = new System.Drawing.Point(173, 2);
  1166. this.kanban4.Margin = new System.Windows.Forms.Padding(2);
  1167. this.kanban4.Name = "kanban4";
  1168. this.kanban4.Size = new System.Drawing.Size(53, 94);
  1169. this.kanban4.TabIndex = 15;
  1170. //
  1171. // lblPTMin
  1172. //
  1173. this.lblPTMin.AutoSize = true;
  1174. this.lblPTMin.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1175. this.lblPTMin.ForeColor = System.Drawing.Color.White;
  1176. this.lblPTMin.Location = new System.Drawing.Point(33, 79);
  1177. this.lblPTMin.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1178. this.lblPTMin.Name = "lblPTMin";
  1179. this.lblPTMin.Size = new System.Drawing.Size(46, 14);
  1180. this.lblPTMin.TabIndex = 11;
  1181. this.lblPTMin.Text = "0.0000";
  1182. this.lblPTMin.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1183. //
  1184. // lblPTMax
  1185. //
  1186. this.lblPTMax.AutoSize = true;
  1187. this.lblPTMax.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1188. this.lblPTMax.ForeColor = System.Drawing.Color.White;
  1189. this.lblPTMax.Location = new System.Drawing.Point(33, 65);
  1190. this.lblPTMax.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1191. this.lblPTMax.Name = "lblPTMax";
  1192. this.lblPTMax.Size = new System.Drawing.Size(46, 14);
  1193. this.lblPTMax.TabIndex = 11;
  1194. this.lblPTMax.Text = "0.0000";
  1195. this.lblPTMax.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1196. //
  1197. // label24
  1198. //
  1199. this.label24.AutoSize = true;
  1200. this.label24.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1201. this.label24.ForeColor = System.Drawing.Color.White;
  1202. this.label24.Location = new System.Drawing.Point(2, 65);
  1203. this.label24.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1204. this.label24.Name = "label24";
  1205. this.label24.Size = new System.Drawing.Size(36, 14);
  1206. this.label24.TabIndex = 13;
  1207. this.label24.Text = "Max: ";
  1208. this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1209. //
  1210. // label25
  1211. //
  1212. this.label25.AutoSize = true;
  1213. this.label25.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1214. this.label25.ForeColor = System.Drawing.Color.White;
  1215. this.label25.Location = new System.Drawing.Point(2, 79);
  1216. this.label25.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1217. this.label25.Name = "label25";
  1218. this.label25.Size = new System.Drawing.Size(33, 14);
  1219. this.label25.TabIndex = 14;
  1220. this.label25.Text = "Min: ";
  1221. this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1222. //
  1223. // label13
  1224. //
  1225. this.label13.AutoSize = true;
  1226. this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1227. this.label13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1228. this.label13.Location = new System.Drawing.Point(9, 5);
  1229. this.label13.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1230. this.label13.Name = "label13";
  1231. this.label13.Size = new System.Drawing.Size(87, 20);
  1232. this.label13.TabIndex = 10;
  1233. this.label13.Text = "PT值(mm)";
  1234. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1235. //
  1236. // lblPT
  1237. //
  1238. this.lblPT.AutoSize = true;
  1239. this.lblPT.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1240. this.lblPT.ForeColor = System.Drawing.Color.White;
  1241. this.lblPT.Location = new System.Drawing.Point(9, 30);
  1242. this.lblPT.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1243. this.lblPT.Name = "lblPT";
  1244. this.lblPT.Size = new System.Drawing.Size(81, 24);
  1245. this.lblPT.TabIndex = 11;
  1246. this.lblPT.Text = "0.0000";
  1247. this.lblPT.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1248. //
  1249. // label18
  1250. //
  1251. this.label18.AutoSize = true;
  1252. this.label18.ForeColor = System.Drawing.Color.White;
  1253. this.label18.Location = new System.Drawing.Point(-5, 51);
  1254. this.label18.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1255. this.label18.Name = "label18";
  1256. this.label18.Size = new System.Drawing.Size(209, 12);
  1257. this.label18.TabIndex = 12;
  1258. this.label18.Text = "__________________________________";
  1259. //
  1260. // kanban5
  1261. //
  1262. this.kanban5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1263. this.kanban5.BackColor = System.Drawing.SystemColors.MenuHighlight;
  1264. this.kanban5.Controls.Add(this.lblCompareCount);
  1265. this.kanban5.Controls.Add(this.lblCompareResultCount);
  1266. this.kanban5.Controls.Add(this.label21);
  1267. this.kanban5.Controls.Add(this.lblCompareResult);
  1268. this.kanban5.Controls.Add(this.label26);
  1269. this.kanban5.Location = new System.Drawing.Point(230, 2);
  1270. this.kanban5.Margin = new System.Windows.Forms.Padding(2);
  1271. this.kanban5.Name = "kanban5";
  1272. this.kanban5.Size = new System.Drawing.Size(53, 94);
  1273. this.kanban5.TabIndex = 18;
  1274. //
  1275. // lblCompareCount
  1276. //
  1277. this.lblCompareCount.AutoSize = true;
  1278. this.lblCompareCount.ForeColor = System.Drawing.Color.White;
  1279. this.lblCompareCount.Location = new System.Drawing.Point(4, 67);
  1280. this.lblCompareCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1281. this.lblCompareCount.Name = "lblCompareCount";
  1282. this.lblCompareCount.Size = new System.Drawing.Size(47, 12);
  1283. this.lblCompareCount.TabIndex = 14;
  1284. this.lblCompareCount.Text = "未通过:";
  1285. //
  1286. // lblCompareResultCount
  1287. //
  1288. this.lblCompareResultCount.AutoSize = true;
  1289. this.lblCompareResultCount.Cursor = System.Windows.Forms.Cursors.Hand;
  1290. this.lblCompareResultCount.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1291. this.lblCompareResultCount.ForeColor = System.Drawing.Color.White;
  1292. this.lblCompareResultCount.Location = new System.Drawing.Point(53, 65);
  1293. this.lblCompareResultCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1294. this.lblCompareResultCount.Name = "lblCompareResultCount";
  1295. this.lblCompareResultCount.Size = new System.Drawing.Size(14, 14);
  1296. this.lblCompareResultCount.TabIndex = 11;
  1297. this.lblCompareResultCount.Text = "0";
  1298. this.lblCompareResultCount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1299. //
  1300. // label21
  1301. //
  1302. this.label21.AutoSize = true;
  1303. this.label21.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1304. this.label21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1305. this.label21.Location = new System.Drawing.Point(9, 5);
  1306. this.label21.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1307. this.label21.Name = "label21";
  1308. this.label21.Size = new System.Drawing.Size(77, 20);
  1309. this.label21.TabIndex = 10;
  1310. this.label21.Text = "图纸比对";
  1311. this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1312. //
  1313. // lblCompareResult
  1314. //
  1315. this.lblCompareResult.AutoSize = true;
  1316. this.lblCompareResult.Cursor = System.Windows.Forms.Cursors.Hand;
  1317. this.lblCompareResult.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1318. this.lblCompareResult.ForeColor = System.Drawing.Color.White;
  1319. this.lblCompareResult.Location = new System.Drawing.Point(9, 30);
  1320. this.lblCompareResult.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1321. this.lblCompareResult.Name = "lblCompareResult";
  1322. this.lblCompareResult.Size = new System.Drawing.Size(31, 24);
  1323. this.lblCompareResult.TabIndex = 11;
  1324. this.lblCompareResult.Text = "无";
  1325. this.lblCompareResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1326. this.lblCompareResult.Click += new System.EventHandler(this.lblCompareResult_Click);
  1327. //
  1328. // label26
  1329. //
  1330. this.label26.AutoSize = true;
  1331. this.label26.ForeColor = System.Drawing.Color.White;
  1332. this.label26.Location = new System.Drawing.Point(-5, 51);
  1333. this.label26.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1334. this.label26.Name = "label26";
  1335. this.label26.Size = new System.Drawing.Size(209, 12);
  1336. this.label26.TabIndex = 12;
  1337. this.label26.Text = "__________________________________";
  1338. //
  1339. // kanban6
  1340. //
  1341. this.kanban6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1342. this.kanban6.BackColor = System.Drawing.SystemColors.MenuHighlight;
  1343. this.kanban6.Controls.Add(this.lblDefectResultCount);
  1344. this.kanban6.Controls.Add(this.label27);
  1345. this.kanban6.Controls.Add(this.lblDefectResult);
  1346. this.kanban6.Controls.Add(this.label29);
  1347. this.kanban6.Location = new System.Drawing.Point(287, 2);
  1348. this.kanban6.Margin = new System.Windows.Forms.Padding(2);
  1349. this.kanban6.Name = "kanban6";
  1350. this.kanban6.Size = new System.Drawing.Size(40, 94);
  1351. this.kanban6.TabIndex = 19;
  1352. //
  1353. // lblDefectResultCount
  1354. //
  1355. this.lblDefectResultCount.AutoSize = true;
  1356. this.lblDefectResultCount.ForeColor = System.Drawing.Color.White;
  1357. this.lblDefectResultCount.Location = new System.Drawing.Point(2, 67);
  1358. this.lblDefectResultCount.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1359. this.lblDefectResultCount.Name = "lblDefectResultCount";
  1360. this.lblDefectResultCount.Size = new System.Drawing.Size(17, 12);
  1361. this.lblDefectResultCount.TabIndex = 15;
  1362. this.lblDefectResultCount.Text = "无";
  1363. //
  1364. // label27
  1365. //
  1366. this.label27.AutoSize = true;
  1367. this.label27.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1368. this.label27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1369. this.label27.Location = new System.Drawing.Point(9, 5);
  1370. this.label27.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1371. this.label27.Name = "label27";
  1372. this.label27.Size = new System.Drawing.Size(77, 20);
  1373. this.label27.TabIndex = 10;
  1374. this.label27.Text = "外观检测";
  1375. this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1376. //
  1377. // lblDefectResult
  1378. //
  1379. this.lblDefectResult.AutoSize = true;
  1380. this.lblDefectResult.Font = new System.Drawing.Font("Tahoma", 15F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1381. this.lblDefectResult.ForeColor = System.Drawing.Color.White;
  1382. this.lblDefectResult.Location = new System.Drawing.Point(9, 30);
  1383. this.lblDefectResult.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1384. this.lblDefectResult.Name = "lblDefectResult";
  1385. this.lblDefectResult.Size = new System.Drawing.Size(31, 24);
  1386. this.lblDefectResult.TabIndex = 11;
  1387. this.lblDefectResult.Text = "无";
  1388. this.lblDefectResult.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  1389. //
  1390. // label29
  1391. //
  1392. this.label29.AutoSize = true;
  1393. this.label29.ForeColor = System.Drawing.Color.White;
  1394. this.label29.Location = new System.Drawing.Point(-5, 51);
  1395. this.label29.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1396. this.label29.Name = "label29";
  1397. this.label29.Size = new System.Drawing.Size(209, 12);
  1398. this.label29.TabIndex = 12;
  1399. this.label29.Text = "__________________________________";
  1400. //
  1401. // tabPage2
  1402. //
  1403. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1404. this.tabPage2.Controls.Add(this.gpbProcessList);
  1405. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  1406. this.tabPage2.Name = "tabPage2";
  1407. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  1408. this.tabPage2.Size = new System.Drawing.Size(448, 252);
  1409. this.tabPage2.TabIndex = 1;
  1410. this.tabPage2.Text = "新流程";
  1411. this.tabPage2.Resize += new System.EventHandler(this.tabPage2_Resize);
  1412. //
  1413. // gpbProcessList
  1414. //
  1415. this.gpbProcessList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1416. | System.Windows.Forms.AnchorStyles.Left)
  1417. | System.Windows.Forms.AnchorStyles.Right)));
  1418. this.gpbProcessList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1419. this.gpbProcessList.Controls.Add(this.flpProcessStep);
  1420. this.gpbProcessList.ForeColor = System.Drawing.SystemColors.Control;
  1421. this.gpbProcessList.Location = new System.Drawing.Point(2, 5);
  1422. this.gpbProcessList.Margin = new System.Windows.Forms.Padding(2);
  1423. this.gpbProcessList.Name = "gpbProcessList";
  1424. this.gpbProcessList.Padding = new System.Windows.Forms.Padding(2);
  1425. this.gpbProcessList.Size = new System.Drawing.Size(443, 245);
  1426. this.gpbProcessList.TabIndex = 5;
  1427. this.gpbProcessList.TabStop = false;
  1428. this.gpbProcessList.Text = "工序列表";
  1429. //
  1430. // flpProcessStep
  1431. //
  1432. this.flpProcessStep.AutoScroll = true;
  1433. this.flpProcessStep.AutoSize = true;
  1434. this.flpProcessStep.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1435. this.flpProcessStep.Controls.Add(this.newStepShow1);
  1436. this.flpProcessStep.Controls.Add(this.newStepShow2);
  1437. this.flpProcessStep.Controls.Add(this.newStepShow3);
  1438. this.flpProcessStep.Controls.Add(this.newStepShow4);
  1439. this.flpProcessStep.Dock = System.Windows.Forms.DockStyle.Fill;
  1440. this.flpProcessStep.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  1441. this.flpProcessStep.Location = new System.Drawing.Point(2, 16);
  1442. this.flpProcessStep.Name = "flpProcessStep";
  1443. this.flpProcessStep.Size = new System.Drawing.Size(439, 227);
  1444. this.flpProcessStep.TabIndex = 0;
  1445. this.flpProcessStep.WrapContents = false;
  1446. this.flpProcessStep.SizeChanged += new System.EventHandler(this.flpProcessStep_SizeChanged);
  1447. //
  1448. // gpbProductInfo
  1449. //
  1450. this.gpbProductInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1451. | System.Windows.Forms.AnchorStyles.Right)));
  1452. this.gpbProductInfo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1453. this.gpbProductInfo.Controls.Add(this.panel1);
  1454. this.gpbProductInfo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1455. this.gpbProductInfo.ForeColor = System.Drawing.SystemColors.Control;
  1456. this.gpbProductInfo.Location = new System.Drawing.Point(2, 2);
  1457. this.gpbProductInfo.Margin = new System.Windows.Forms.Padding(2);
  1458. this.gpbProductInfo.Name = "gpbProductInfo";
  1459. this.gpbProductInfo.Padding = new System.Windows.Forms.Padding(2);
  1460. this.gpbProductInfo.Size = new System.Drawing.Size(458, 162);
  1461. this.gpbProductInfo.TabIndex = 3;
  1462. this.gpbProductInfo.TabStop = false;
  1463. this.gpbProductInfo.Text = "产品信息";
  1464. //
  1465. // panel1
  1466. //
  1467. this.panel1.BackColor = System.Drawing.Color.White;
  1468. this.panel1.Controls.Add(this.lbJA);
  1469. this.panel1.Controls.Add(this.numDefectCnt);
  1470. this.panel1.Controls.Add(this.label1);
  1471. this.panel1.Controls.Add(this.cbOrderCode);
  1472. this.panel1.Controls.Add(this.label4);
  1473. this.panel1.Controls.Add(this.cbProductSN);
  1474. this.panel1.Controls.Add(this.cbProductCode);
  1475. this.panel1.Controls.Add(this.label3);
  1476. this.panel1.Controls.Add(this.label2);
  1477. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  1478. this.panel1.Location = new System.Drawing.Point(2, 16);
  1479. this.panel1.Margin = new System.Windows.Forms.Padding(2);
  1480. this.panel1.Name = "panel1";
  1481. this.panel1.Size = new System.Drawing.Size(454, 144);
  1482. this.panel1.TabIndex = 0;
  1483. //
  1484. // numDefectCnt
  1485. //
  1486. this.numDefectCnt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1487. this.numDefectCnt.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1488. this.numDefectCnt.Location = new System.Drawing.Point(310, 10);
  1489. this.numDefectCnt.Maximum = new decimal(new int[] {
  1490. 100000,
  1491. 0,
  1492. 0,
  1493. 0});
  1494. this.numDefectCnt.Minimum = new decimal(new int[] {
  1495. 1,
  1496. 0,
  1497. 0,
  1498. 0});
  1499. this.numDefectCnt.Name = "numDefectCnt";
  1500. this.numDefectCnt.Size = new System.Drawing.Size(120, 26);
  1501. this.numDefectCnt.TabIndex = 15;
  1502. this.numDefectCnt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  1503. this.numDefectCnt.Value = new decimal(new int[] {
  1504. 1,
  1505. 0,
  1506. 0,
  1507. 0});
  1508. //
  1509. // label1
  1510. //
  1511. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1512. this.label1.AutoSize = true;
  1513. this.label1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1514. this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  1515. this.label1.Location = new System.Drawing.Point(240, 13);
  1516. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1517. this.label1.Name = "label1";
  1518. this.label1.Size = new System.Drawing.Size(79, 20);
  1519. this.label1.TabIndex = 14;
  1520. this.label1.Text = "检测数量:";
  1521. //
  1522. // cbOrderCode
  1523. //
  1524. this.cbOrderCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1525. | System.Windows.Forms.AnchorStyles.Right)));
  1526. this.cbOrderCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1527. this.cbOrderCode.FormattingEnabled = true;
  1528. this.cbOrderCode.Items.AddRange(new object[] {
  1529. "test"});
  1530. this.cbOrderCode.Location = new System.Drawing.Point(91, 10);
  1531. this.cbOrderCode.Name = "cbOrderCode";
  1532. this.cbOrderCode.Size = new System.Drawing.Size(144, 28);
  1533. this.cbOrderCode.TabIndex = 13;
  1534. //
  1535. // label4
  1536. //
  1537. this.label4.AutoSize = true;
  1538. this.label4.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1539. this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  1540. this.label4.Location = new System.Drawing.Point(8, 13);
  1541. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1542. this.label4.Name = "label4";
  1543. this.label4.Size = new System.Drawing.Size(79, 20);
  1544. this.label4.TabIndex = 12;
  1545. this.label4.Text = "检测单号:";
  1546. //
  1547. // cbProductSN
  1548. //
  1549. this.cbProductSN.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1550. | System.Windows.Forms.AnchorStyles.Right)));
  1551. this.cbProductSN.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1552. this.cbProductSN.FormattingEnabled = true;
  1553. this.cbProductSN.Items.AddRange(new object[] {
  1554. "1",
  1555. "2",
  1556. "3",
  1557. "4",
  1558. "5"});
  1559. this.cbProductSN.Location = new System.Drawing.Point(91, 106);
  1560. this.cbProductSN.Name = "cbProductSN";
  1561. this.cbProductSN.Size = new System.Drawing.Size(339, 28);
  1562. this.cbProductSN.TabIndex = 11;
  1563. this.cbProductSN.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.cbProductSN_MouseDoubleClick);
  1564. //
  1565. // cbProductCode
  1566. //
  1567. this.cbProductCode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  1568. | System.Windows.Forms.AnchorStyles.Right)));
  1569. this.cbProductCode.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1570. this.cbProductCode.FormattingEnabled = true;
  1571. this.cbProductCode.Items.AddRange(new object[] {
  1572. "1",
  1573. "2",
  1574. "3",
  1575. "4",
  1576. "5"});
  1577. this.cbProductCode.Location = new System.Drawing.Point(91, 58);
  1578. this.cbProductCode.Name = "cbProductCode";
  1579. this.cbProductCode.Size = new System.Drawing.Size(339, 28);
  1580. this.cbProductCode.TabIndex = 10;
  1581. //
  1582. // label3
  1583. //
  1584. this.label3.AutoSize = true;
  1585. this.label3.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1586. this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  1587. this.label3.Location = new System.Drawing.Point(8, 61);
  1588. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1589. this.label3.Name = "label3";
  1590. this.label3.Size = new System.Drawing.Size(51, 20);
  1591. this.label3.TabIndex = 6;
  1592. this.label3.Text = "料号:";
  1593. //
  1594. // label2
  1595. //
  1596. this.label2.AutoSize = true;
  1597. this.label2.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1598. this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  1599. this.label2.Location = new System.Drawing.Point(8, 109);
  1600. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1601. this.label2.Name = "label2";
  1602. this.label2.Size = new System.Drawing.Size(79, 20);
  1603. this.label2.TabIndex = 7;
  1604. this.label2.Text = "网版编码:";
  1605. //
  1606. // splitContainer2
  1607. //
  1608. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  1609. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  1610. this.splitContainer2.Name = "splitContainer2";
  1611. //
  1612. // splitContainer2.Panel1
  1613. //
  1614. this.splitContainer2.Panel1.Controls.Add(this.panel2);
  1615. //
  1616. // splitContainer2.Panel2
  1617. //
  1618. this.splitContainer2.Panel2.Controls.Add(this.splitContainer4);
  1619. this.splitContainer2.Size = new System.Drawing.Size(573, 541);
  1620. this.splitContainer2.SplitterDistance = 436;
  1621. this.splitContainer2.TabIndex = 0;
  1622. //
  1623. // panel2
  1624. //
  1625. this.panel2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1626. | System.Windows.Forms.AnchorStyles.Left)
  1627. | System.Windows.Forms.AnchorStyles.Right)));
  1628. this.panel2.Controls.Add(this.splitContainer3);
  1629. this.panel2.Location = new System.Drawing.Point(3, 4);
  1630. this.panel2.Name = "panel2";
  1631. this.panel2.Size = new System.Drawing.Size(430, 509);
  1632. this.panel2.TabIndex = 0;
  1633. //
  1634. // splitContainer3
  1635. //
  1636. this.splitContainer3.Dock = System.Windows.Forms.DockStyle.Fill;
  1637. this.splitContainer3.Location = new System.Drawing.Point(0, 0);
  1638. this.splitContainer3.Name = "splitContainer3";
  1639. this.splitContainer3.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1640. //
  1641. // splitContainer3.Panel1
  1642. //
  1643. this.splitContainer3.Panel1.Controls.Add(this.picScanner0);
  1644. //
  1645. // splitContainer3.Panel2
  1646. //
  1647. this.splitContainer3.Panel2.Controls.Add(this.picScanner1);
  1648. this.splitContainer3.Size = new System.Drawing.Size(430, 509);
  1649. this.splitContainer3.SplitterDistance = 254;
  1650. this.splitContainer3.TabIndex = 1;
  1651. //
  1652. // picScanner0
  1653. //
  1654. this.picScanner0.BackColor = System.Drawing.SystemColors.Control;
  1655. this.picScanner0.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1656. this.picScanner0.Dock = System.Windows.Forms.DockStyle.Fill;
  1657. this.picScanner0.Location = new System.Drawing.Point(0, 0);
  1658. this.picScanner0.Margin = new System.Windows.Forms.Padding(2);
  1659. this.picScanner0.Name = "picScanner0";
  1660. this.picScanner0.Size = new System.Drawing.Size(430, 254);
  1661. this.picScanner0.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1662. this.picScanner0.TabIndex = 9;
  1663. this.picScanner0.TabStop = false;
  1664. //
  1665. // picScanner1
  1666. //
  1667. this.picScanner1.BackColor = System.Drawing.SystemColors.Control;
  1668. this.picScanner1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  1669. this.picScanner1.Dock = System.Windows.Forms.DockStyle.Fill;
  1670. this.picScanner1.Location = new System.Drawing.Point(0, 0);
  1671. this.picScanner1.Margin = new System.Windows.Forms.Padding(2);
  1672. this.picScanner1.Name = "picScanner1";
  1673. this.picScanner1.Size = new System.Drawing.Size(430, 251);
  1674. this.picScanner1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1675. this.picScanner1.TabIndex = 8;
  1676. this.picScanner1.TabStop = false;
  1677. //
  1678. // splitContainer4
  1679. //
  1680. this.splitContainer4.Dock = System.Windows.Forms.DockStyle.Fill;
  1681. this.splitContainer4.Location = new System.Drawing.Point(0, 0);
  1682. this.splitContainer4.Name = "splitContainer4";
  1683. this.splitContainer4.Orientation = System.Windows.Forms.Orientation.Horizontal;
  1684. //
  1685. // splitContainer4.Panel1
  1686. //
  1687. this.splitContainer4.Panel1.Controls.Add(this.gboxSizeDefectList);
  1688. //
  1689. // splitContainer4.Panel2
  1690. //
  1691. this.splitContainer4.Panel2.Controls.Add(this.gboxDefectList);
  1692. this.splitContainer4.Size = new System.Drawing.Size(133, 541);
  1693. this.splitContainer4.SplitterDistance = 255;
  1694. this.splitContainer4.TabIndex = 0;
  1695. //
  1696. // gboxSizeDefectList
  1697. //
  1698. this.gboxSizeDefectList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1699. | System.Windows.Forms.AnchorStyles.Left)
  1700. | System.Windows.Forms.AnchorStyles.Right)));
  1701. this.gboxSizeDefectList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1702. this.gboxSizeDefectList.Controls.Add(this.label5);
  1703. this.gboxSizeDefectList.Controls.Add(this.pnlSizeBmpList);
  1704. this.gboxSizeDefectList.ForeColor = System.Drawing.SystemColors.Control;
  1705. this.gboxSizeDefectList.Location = new System.Drawing.Point(2, 6);
  1706. this.gboxSizeDefectList.Margin = new System.Windows.Forms.Padding(2);
  1707. this.gboxSizeDefectList.Name = "gboxSizeDefectList";
  1708. this.gboxSizeDefectList.Padding = new System.Windows.Forms.Padding(2);
  1709. this.gboxSizeDefectList.Size = new System.Drawing.Size(129, 247);
  1710. this.gboxSizeDefectList.TabIndex = 6;
  1711. this.gboxSizeDefectList.TabStop = false;
  1712. this.gboxSizeDefectList.Tag = "0";
  1713. this.gboxSizeDefectList.Text = "尺寸图像";
  1714. //
  1715. // label5
  1716. //
  1717. this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1718. this.label5.AutoSize = true;
  1719. this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1720. this.label5.ForeColor = System.Drawing.Color.Blue;
  1721. this.label5.Location = new System.Drawing.Point(-22, 2);
  1722. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1723. this.label5.Name = "label5";
  1724. this.label5.Size = new System.Drawing.Size(0, 12);
  1725. this.label5.TabIndex = 1;
  1726. this.label5.Tag = "0";
  1727. //
  1728. // pnlSizeBmpList
  1729. //
  1730. this.pnlSizeBmpList.AutoScroll = true;
  1731. this.pnlSizeBmpList.AutoSize = true;
  1732. this.pnlSizeBmpList.BackColor = System.Drawing.SystemColors.Control;
  1733. this.pnlSizeBmpList.Dock = System.Windows.Forms.DockStyle.Fill;
  1734. this.pnlSizeBmpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  1735. this.pnlSizeBmpList.Location = new System.Drawing.Point(2, 16);
  1736. this.pnlSizeBmpList.Margin = new System.Windows.Forms.Padding(2);
  1737. this.pnlSizeBmpList.Name = "pnlSizeBmpList";
  1738. this.pnlSizeBmpList.Size = new System.Drawing.Size(125, 229);
  1739. this.pnlSizeBmpList.TabIndex = 0;
  1740. this.pnlSizeBmpList.WrapContents = false;
  1741. //
  1742. // gboxDefectList
  1743. //
  1744. this.gboxDefectList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  1745. | System.Windows.Forms.AnchorStyles.Left)
  1746. | System.Windows.Forms.AnchorStyles.Right)));
  1747. this.gboxDefectList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1748. this.gboxDefectList.Controls.Add(this.lblDefectAddTag);
  1749. this.gboxDefectList.Controls.Add(this.pnlBmpList);
  1750. this.gboxDefectList.ForeColor = System.Drawing.SystemColors.Control;
  1751. this.gboxDefectList.Location = new System.Drawing.Point(2, 2);
  1752. this.gboxDefectList.Margin = new System.Windows.Forms.Padding(2);
  1753. this.gboxDefectList.Name = "gboxDefectList";
  1754. this.gboxDefectList.Padding = new System.Windows.Forms.Padding(2);
  1755. this.gboxDefectList.Size = new System.Drawing.Size(129, 252);
  1756. this.gboxDefectList.TabIndex = 5;
  1757. this.gboxDefectList.TabStop = false;
  1758. this.gboxDefectList.Tag = "0";
  1759. this.gboxDefectList.Text = "缺陷图像";
  1760. //
  1761. // lblDefectAddTag
  1762. //
  1763. this.lblDefectAddTag.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1764. this.lblDefectAddTag.AutoSize = true;
  1765. this.lblDefectAddTag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1766. this.lblDefectAddTag.ForeColor = System.Drawing.Color.Blue;
  1767. this.lblDefectAddTag.Location = new System.Drawing.Point(-22, 2);
  1768. this.lblDefectAddTag.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1769. this.lblDefectAddTag.Name = "lblDefectAddTag";
  1770. this.lblDefectAddTag.Size = new System.Drawing.Size(0, 12);
  1771. this.lblDefectAddTag.TabIndex = 1;
  1772. this.lblDefectAddTag.Tag = "0";
  1773. //
  1774. // pnlBmpList
  1775. //
  1776. this.pnlBmpList.AutoScroll = true;
  1777. this.pnlBmpList.AutoSize = true;
  1778. this.pnlBmpList.BackColor = System.Drawing.SystemColors.Control;
  1779. this.pnlBmpList.Dock = System.Windows.Forms.DockStyle.Fill;
  1780. this.pnlBmpList.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
  1781. this.pnlBmpList.Location = new System.Drawing.Point(2, 16);
  1782. this.pnlBmpList.Margin = new System.Windows.Forms.Padding(2);
  1783. this.pnlBmpList.Name = "pnlBmpList";
  1784. this.pnlBmpList.Size = new System.Drawing.Size(125, 234);
  1785. this.pnlBmpList.TabIndex = 0;
  1786. this.pnlBmpList.WrapContents = false;
  1787. //
  1788. // statusStrip1
  1789. //
  1790. this.statusStrip1.BackColor = System.Drawing.SystemColors.HotTrack;
  1791. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  1792. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1793. this.tsAxisState,
  1794. this.tsslLoginTime,
  1795. this.tsslLoginInfo,
  1796. this.tslabelTime,
  1797. this.tslbSaveSts});
  1798. this.statusStrip1.Location = new System.Drawing.Point(0, 664);
  1799. this.statusStrip1.Name = "statusStrip1";
  1800. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  1801. this.statusStrip1.Size = new System.Drawing.Size(1039, 22);
  1802. this.statusStrip1.TabIndex = 22;
  1803. this.statusStrip1.Text = "statusStrip1";
  1804. //
  1805. // tsAxisState
  1806. //
  1807. this.tsAxisState.ForeColor = System.Drawing.Color.White;
  1808. this.tsAxisState.Name = "tsAxisState";
  1809. this.tsAxisState.Size = new System.Drawing.Size(56, 17);
  1810. this.tsAxisState.Text = "位置信息";
  1811. //
  1812. // tsslLoginTime
  1813. //
  1814. this.tsslLoginTime.ForeColor = System.Drawing.Color.White;
  1815. this.tsslLoginTime.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  1816. this.tsslLoginTime.Name = "tsslLoginTime";
  1817. this.tsslLoginTime.Size = new System.Drawing.Size(186, 17);
  1818. this.tsslLoginTime.Text = "登录时间:2022-12-12 12:44:56";
  1819. this.tsslLoginTime.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  1820. //
  1821. // tsslLoginInfo
  1822. //
  1823. this.tsslLoginInfo.ForeColor = System.Drawing.Color.White;
  1824. this.tsslLoginInfo.Name = "tsslLoginInfo";
  1825. this.tsslLoginInfo.Size = new System.Drawing.Size(92, 17);
  1826. this.tsslLoginInfo.Text = "操作员:admin";
  1827. //
  1828. // tslabelTime
  1829. //
  1830. this.tslabelTime.ForeColor = System.Drawing.Color.White;
  1831. this.tslabelTime.Name = "tslabelTime";
  1832. this.tslabelTime.RightToLeft = System.Windows.Forms.RightToLeft.No;
  1833. this.tslabelTime.Size = new System.Drawing.Size(103, 17);
  1834. this.tslabelTime.Text = "实时测试:360.00s";
  1835. //
  1836. // tslbSaveSts
  1837. //
  1838. this.tslbSaveSts.ForeColor = System.Drawing.Color.White;
  1839. this.tslbSaveSts.Name = "tslbSaveSts";
  1840. this.tslbSaveSts.Size = new System.Drawing.Size(66, 17);
  1841. this.tslbSaveSts.Text = "保存队列:0";
  1842. //
  1843. // lblTimeLen
  1844. //
  1845. this.lblTimeLen.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1846. this.lblTimeLen.AutoSize = true;
  1847. this.lblTimeLen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  1848. this.lblTimeLen.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1849. this.lblTimeLen.ForeColor = System.Drawing.Color.LimeGreen;
  1850. this.lblTimeLen.Location = new System.Drawing.Point(838, 98);
  1851. this.lblTimeLen.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1852. this.lblTimeLen.Name = "lblTimeLen";
  1853. this.lblTimeLen.Size = new System.Drawing.Size(128, 16);
  1854. this.lblTimeLen.TabIndex = 23;
  1855. this.lblTimeLen.Text = "检测时长: 0 秒";
  1856. //
  1857. // uiTitel1
  1858. //
  1859. this.uiTitel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1860. this.uiTitel1.Dock = System.Windows.Forms.DockStyle.Top;
  1861. this.uiTitel1.FatherForm = null;
  1862. this.uiTitel1.Location = new System.Drawing.Point(0, 43);
  1863. this.uiTitel1.Name = "uiTitel1";
  1864. this.uiTitel1.Size = new System.Drawing.Size(1039, 46);
  1865. this.uiTitel1.TabIndex = 0;
  1866. //
  1867. // backgroundWorker1
  1868. //
  1869. this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
  1870. //
  1871. // chkDoorSensor
  1872. //
  1873. this.chkDoorSensor.AutoSize = true;
  1874. this.chkDoorSensor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  1875. this.chkDoorSensor.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1876. this.chkDoorSensor.ForeColor = System.Drawing.Color.White;
  1877. this.chkDoorSensor.Location = new System.Drawing.Point(763, 107);
  1878. this.chkDoorSensor.Margin = new System.Windows.Forms.Padding(2);
  1879. this.chkDoorSensor.Name = "chkDoorSensor";
  1880. this.chkDoorSensor.Size = new System.Drawing.Size(99, 21);
  1881. this.chkDoorSensor.TabIndex = 27;
  1882. this.chkDoorSensor.Text = "禁用门磁告警";
  1883. this.chkDoorSensor.UseVisualStyleBackColor = false;
  1884. this.chkDoorSensor.CheckedChanged += new System.EventHandler(this.chkDoorSensor_CheckedChanged);
  1885. //
  1886. // chkBuzzer
  1887. //
  1888. this.chkBuzzer.AutoSize = true;
  1889. this.chkBuzzer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  1890. this.chkBuzzer.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1891. this.chkBuzzer.ForeColor = System.Drawing.Color.White;
  1892. this.chkBuzzer.Location = new System.Drawing.Point(650, 107);
  1893. this.chkBuzzer.Margin = new System.Windows.Forms.Padding(2);
  1894. this.chkBuzzer.Name = "chkBuzzer";
  1895. this.chkBuzzer.Size = new System.Drawing.Size(87, 21);
  1896. this.chkBuzzer.TabIndex = 26;
  1897. this.chkBuzzer.Text = "禁用蜂鸣器";
  1898. this.chkBuzzer.UseVisualStyleBackColor = false;
  1899. this.chkBuzzer.CheckedChanged += new System.EventHandler(this.chkBuzzer_CheckedChanged);
  1900. //
  1901. // lblOutput
  1902. //
  1903. this.lblOutput.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  1904. this.lblOutput.AutoSize = true;
  1905. this.lblOutput.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(33)))), ((int)(((byte)(51)))), ((int)(((byte)(122)))));
  1906. this.lblOutput.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1907. this.lblOutput.ForeColor = System.Drawing.Color.LimeGreen;
  1908. this.lblOutput.Location = new System.Drawing.Point(838, 118);
  1909. this.lblOutput.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  1910. this.lblOutput.Name = "lblOutput";
  1911. this.lblOutput.Size = new System.Drawing.Size(128, 16);
  1912. this.lblOutput.TabIndex = 28;
  1913. this.lblOutput.Text = "当日产量: 0 个";
  1914. //
  1915. // lbJA
  1916. //
  1917. this.lbJA.AutoSize = true;
  1918. this.lbJA.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  1919. this.lbJA.Location = new System.Drawing.Point(89, 43);
  1920. this.lbJA.Name = "lbJA";
  1921. this.lbJA.Size = new System.Drawing.Size(335, 12);
  1922. this.lbJA.TabIndex = 16;
  1923. this.lbJA.Text = "版型-供应商-到货日期(年.月.日.小时)-批量-抽检数-PT(COA)";
  1924. //
  1925. // newStepShow1
  1926. //
  1927. this.newStepShow1.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1928. this.newStepShow1.Location = new System.Drawing.Point(3, 3);
  1929. this.newStepShow1.Name = "newStepShow1";
  1930. this.newStepShow1.RoundRadius = 10;
  1931. this.newStepShow1.Size = new System.Drawing.Size(433, 106);
  1932. this.newStepShow1.StepData = 0D;
  1933. this.newStepShow1.StepIndex = 0;
  1934. this.newStepShow1.StepMax = 0D;
  1935. this.newStepShow1.StepMin = 0D;
  1936. this.newStepShow1.StepName = "步骤名称";
  1937. this.newStepShow1.StepStatus = MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow.StepStsEnum.Error;
  1938. this.newStepShow1.StepString = "";
  1939. this.newStepShow1.TabIndex = 0;
  1940. //
  1941. // newStepShow2
  1942. //
  1943. this.newStepShow2.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1944. this.newStepShow2.Location = new System.Drawing.Point(3, 115);
  1945. this.newStepShow2.Name = "newStepShow2";
  1946. this.newStepShow2.RoundRadius = 10;
  1947. this.newStepShow2.Size = new System.Drawing.Size(433, 106);
  1948. this.newStepShow2.StepData = 0D;
  1949. this.newStepShow2.StepIndex = 0;
  1950. this.newStepShow2.StepMax = 0D;
  1951. this.newStepShow2.StepMin = 0D;
  1952. this.newStepShow2.StepName = "步骤名称";
  1953. this.newStepShow2.StepStatus = MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow.StepStsEnum.Error;
  1954. this.newStepShow2.StepString = "";
  1955. this.newStepShow2.TabIndex = 1;
  1956. //
  1957. // newStepShow3
  1958. //
  1959. this.newStepShow3.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1960. this.newStepShow3.Location = new System.Drawing.Point(3, 227);
  1961. this.newStepShow3.Name = "newStepShow3";
  1962. this.newStepShow3.RoundRadius = 10;
  1963. this.newStepShow3.Size = new System.Drawing.Size(433, 106);
  1964. this.newStepShow3.StepData = 0D;
  1965. this.newStepShow3.StepIndex = 0;
  1966. this.newStepShow3.StepMax = 0D;
  1967. this.newStepShow3.StepMin = 0D;
  1968. this.newStepShow3.StepName = "步骤名称";
  1969. this.newStepShow3.StepStatus = MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow.StepStsEnum.Error;
  1970. this.newStepShow3.StepString = "";
  1971. this.newStepShow3.TabIndex = 2;
  1972. //
  1973. // newStepShow4
  1974. //
  1975. this.newStepShow4.BackColor = System.Drawing.SystemColors.ControlLightLight;
  1976. this.newStepShow4.Location = new System.Drawing.Point(3, 339);
  1977. this.newStepShow4.Name = "newStepShow4";
  1978. this.newStepShow4.RoundRadius = 10;
  1979. this.newStepShow4.Size = new System.Drawing.Size(433, 106);
  1980. this.newStepShow4.StepData = 0D;
  1981. this.newStepShow4.StepIndex = 0;
  1982. this.newStepShow4.StepMax = 0D;
  1983. this.newStepShow4.StepMin = 0D;
  1984. this.newStepShow4.StepName = "步骤名称";
  1985. this.newStepShow4.StepStatus = MaiMuAOI.SysUI.ProcessStep.Ctrl.NewStepShow.StepStsEnum.Error;
  1986. this.newStepShow4.StepString = "";
  1987. this.newStepShow4.TabIndex = 3;
  1988. //
  1989. // MainFrm
  1990. //
  1991. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1992. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1993. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(8)))), ((int)(((byte)(31)))), ((int)(((byte)(120)))));
  1994. this.ClientSize = new System.Drawing.Size(1039, 686);
  1995. this.Controls.Add(this.lblOutput);
  1996. this.Controls.Add(this.chkDoorSensor);
  1997. this.Controls.Add(this.chkBuzzer);
  1998. this.Controls.Add(this.lblTimeLen);
  1999. this.Controls.Add(this.statusStrip1);
  2000. this.Controls.Add(this.splitContainer1);
  2001. this.Controls.Add(this.toolStrip1);
  2002. this.Controls.Add(this.uiTitel1);
  2003. this.Controls.Add(this.menuStrip1);
  2004. this.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(72)))), ((int)(((byte)(92)))), ((int)(((byte)(172)))));
  2005. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  2006. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  2007. this.MainMenuStrip = this.menuStrip1;
  2008. this.Name = "MainFrm";
  2009. this.Text = "迈沐智能";
  2010. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
  2011. this.Load += new System.EventHandler(this.MainFrm_Load);
  2012. this.SizeChanged += new System.EventHandler(this.MainFrm_SizeChanged);
  2013. this.menuStrip1.ResumeLayout(false);
  2014. this.menuStrip1.PerformLayout();
  2015. this.toolStrip1.ResumeLayout(false);
  2016. this.toolStrip1.PerformLayout();
  2017. this.splitContainer1.Panel1.ResumeLayout(false);
  2018. this.splitContainer1.Panel2.ResumeLayout(false);
  2019. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  2020. this.splitContainer1.ResumeLayout(false);
  2021. this.gpbLog.ResumeLayout(false);
  2022. this.tabControl1.ResumeLayout(false);
  2023. this.tabPage1.ResumeLayout(false);
  2024. this.groupBox2.ResumeLayout(false);
  2025. ((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).EndInit();
  2026. this.flpnlResultData.ResumeLayout(false);
  2027. this.kanban1.ResumeLayout(false);
  2028. this.kanban1.PerformLayout();
  2029. this.kanban2.ResumeLayout(false);
  2030. this.kanban2.PerformLayout();
  2031. this.kanban3.ResumeLayout(false);
  2032. this.kanban3.PerformLayout();
  2033. this.kanban4.ResumeLayout(false);
  2034. this.kanban4.PerformLayout();
  2035. this.kanban5.ResumeLayout(false);
  2036. this.kanban5.PerformLayout();
  2037. this.kanban6.ResumeLayout(false);
  2038. this.kanban6.PerformLayout();
  2039. this.tabPage2.ResumeLayout(false);
  2040. this.gpbProcessList.ResumeLayout(false);
  2041. this.gpbProcessList.PerformLayout();
  2042. this.flpProcessStep.ResumeLayout(false);
  2043. this.gpbProductInfo.ResumeLayout(false);
  2044. this.panel1.ResumeLayout(false);
  2045. this.panel1.PerformLayout();
  2046. ((System.ComponentModel.ISupportInitialize)(this.numDefectCnt)).EndInit();
  2047. this.splitContainer2.Panel1.ResumeLayout(false);
  2048. this.splitContainer2.Panel2.ResumeLayout(false);
  2049. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  2050. this.splitContainer2.ResumeLayout(false);
  2051. this.panel2.ResumeLayout(false);
  2052. this.splitContainer3.Panel1.ResumeLayout(false);
  2053. this.splitContainer3.Panel2.ResumeLayout(false);
  2054. ((System.ComponentModel.ISupportInitialize)(this.splitContainer3)).EndInit();
  2055. this.splitContainer3.ResumeLayout(false);
  2056. ((System.ComponentModel.ISupportInitialize)(this.picScanner0)).EndInit();
  2057. ((System.ComponentModel.ISupportInitialize)(this.picScanner1)).EndInit();
  2058. this.splitContainer4.Panel1.ResumeLayout(false);
  2059. this.splitContainer4.Panel2.ResumeLayout(false);
  2060. ((System.ComponentModel.ISupportInitialize)(this.splitContainer4)).EndInit();
  2061. this.splitContainer4.ResumeLayout(false);
  2062. this.gboxSizeDefectList.ResumeLayout(false);
  2063. this.gboxSizeDefectList.PerformLayout();
  2064. this.gboxDefectList.ResumeLayout(false);
  2065. this.gboxDefectList.PerformLayout();
  2066. this.statusStrip1.ResumeLayout(false);
  2067. this.statusStrip1.PerformLayout();
  2068. this.ResumeLayout(false);
  2069. this.PerformLayout();
  2070. }
  2071. #endregion
  2072. private MaiMuControl.UIKits.MaiMuMenu.UITitel uiTitel1;
  2073. private System.Windows.Forms.MenuStrip menuStrip1;
  2074. private System.Windows.Forms.ToolStripMenuItem tsmSysmgr;
  2075. private System.Windows.Forms.ToolStripMenuItem tsmSysDataFind;
  2076. private System.Windows.Forms.ToolStripMenuItem stmSysSet;
  2077. private System.Windows.Forms.ToolStripMenuItem tsmHelp;
  2078. private System.Windows.Forms.ToolStripMenuItem tsmStepMgr;
  2079. private System.Windows.Forms.ToolStripMenuItem tsmPdtMgr;
  2080. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  2081. private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
  2082. private System.Windows.Forms.ToolStrip toolStrip1;
  2083. private System.Windows.Forms.ToolStripButton tsbtnImpStop;
  2084. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  2085. private System.Windows.Forms.ToolStripButton tsbtnStart;
  2086. private System.Windows.Forms.ToolStripButton tsbtnStop;
  2087. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  2088. private System.Windows.Forms.ToolStripButton tsbtnReset;
  2089. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  2090. private System.Windows.Forms.ToolStripButton tsbOpenLight;
  2091. private System.Windows.Forms.SplitContainer splitContainer1;
  2092. private System.Windows.Forms.GroupBox gpbProductInfo;
  2093. private System.Windows.Forms.Panel panel1;
  2094. private System.Windows.Forms.Label label3;
  2095. private System.Windows.Forms.Label label2;
  2096. private System.Windows.Forms.GroupBox gpbProcessList;
  2097. private System.Windows.Forms.GroupBox gpbLog;
  2098. private System.Windows.Forms.ListBox lstLog;
  2099. private System.Windows.Forms.SplitContainer splitContainer2;
  2100. private System.Windows.Forms.StatusStrip statusStrip1;
  2101. private System.Windows.Forms.ToolStripStatusLabel tsAxisState;
  2102. private System.Windows.Forms.ToolStripStatusLabel tsslLoginTime;
  2103. private System.Windows.Forms.ToolStripStatusLabel tsslLoginInfo;
  2104. private System.Windows.Forms.ToolStripMenuItem tsmSysUserMgr;
  2105. private System.Windows.Forms.ToolStripMenuItem tsmUserRight;
  2106. private System.Windows.Forms.ToolStripMenuItem tsmUserList;
  2107. private System.Windows.Forms.ToolStripMenuItem tsmSysSet;
  2108. private System.Windows.Forms.ToolStripMenuItem tsmDebug;
  2109. private System.Windows.Forms.ToolStripMenuItem tsmHelpInfo;
  2110. private System.Windows.Forms.ToolStripMenuItem tsmInfoUS;
  2111. private System.Windows.Forms.Label lblTimeLen;
  2112. private System.Windows.Forms.ToolStripMenuItem tsmSysPoints;
  2113. private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
  2114. private System.Windows.Forms.ToolStripButton tsbtnWarning;
  2115. private System.Windows.Forms.ToolStripButton tsbGoHome;
  2116. private System.Windows.Forms.ToolStripMenuItem tsmReadLog;
  2117. private System.Windows.Forms.ToolStripSeparator toolStripSeparator6;
  2118. private System.Windows.Forms.ToolStripStatusLabel tslabelTime;
  2119. private System.Windows.Forms.ComboBox cbProductCode;
  2120. private System.Windows.Forms.ComboBox cbProductSN;
  2121. private System.ComponentModel.BackgroundWorker backgroundWorker1;
  2122. private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
  2123. private System.Windows.Forms.ComboBox cbOrderCode;
  2124. private System.Windows.Forms.Label label4;
  2125. private System.Windows.Forms.TabControl tabControl1;
  2126. private System.Windows.Forms.TabPage tabPage1;
  2127. private System.Windows.Forms.GroupBox groupBox2;
  2128. private System.Windows.Forms.DataGridView dgvProcess;
  2129. private System.Windows.Forms.FlowLayoutPanel flpnlResultData;
  2130. private System.Windows.Forms.Panel kanban1;
  2131. private System.Windows.Forms.Label lblTensionMin;
  2132. private System.Windows.Forms.Label lblTensionMax;
  2133. private System.Windows.Forms.Label label10;
  2134. private System.Windows.Forms.Label label16;
  2135. private System.Windows.Forms.Label lblTension;
  2136. private System.Windows.Forms.Label label6;
  2137. private System.Windows.Forms.Label label8;
  2138. private System.Windows.Forms.Panel kanban2;
  2139. private System.Windows.Forms.Label lblHeightMin;
  2140. private System.Windows.Forms.Label lblHeightMax;
  2141. private System.Windows.Forms.Label label17;
  2142. private System.Windows.Forms.Label label19;
  2143. private System.Windows.Forms.Label lblHeight;
  2144. private System.Windows.Forms.Label label9;
  2145. private System.Windows.Forms.Label label12;
  2146. private System.Windows.Forms.Panel kanban3;
  2147. private System.Windows.Forms.Label lblLineWidthMin;
  2148. private System.Windows.Forms.Label lblLineWidthMax;
  2149. private System.Windows.Forms.Label label20;
  2150. private System.Windows.Forms.Label label23;
  2151. private System.Windows.Forms.Label lblLineWidth;
  2152. private System.Windows.Forms.Label label11;
  2153. private System.Windows.Forms.Label label15;
  2154. private System.Windows.Forms.Panel kanban4;
  2155. private System.Windows.Forms.Label lblPTMin;
  2156. private System.Windows.Forms.Label lblPTMax;
  2157. private System.Windows.Forms.Label label24;
  2158. private System.Windows.Forms.Label label25;
  2159. private System.Windows.Forms.Label label13;
  2160. private System.Windows.Forms.Label lblPT;
  2161. private System.Windows.Forms.Label label18;
  2162. private System.Windows.Forms.Panel kanban5;
  2163. private System.Windows.Forms.Label lblCompareCount;
  2164. private System.Windows.Forms.Label lblCompareResultCount;
  2165. private System.Windows.Forms.Label label21;
  2166. private System.Windows.Forms.Label lblCompareResult;
  2167. private System.Windows.Forms.Label label26;
  2168. private System.Windows.Forms.Panel kanban6;
  2169. private System.Windows.Forms.Label lblDefectResultCount;
  2170. private System.Windows.Forms.Label label27;
  2171. private System.Windows.Forms.Label lblDefectResult;
  2172. private System.Windows.Forms.Label label29;
  2173. private System.Windows.Forms.TabPage tabPage2;
  2174. private System.Windows.Forms.Panel panel2;
  2175. private System.Windows.Forms.SplitContainer splitContainer3;
  2176. private System.Windows.Forms.PictureBox picScanner0;
  2177. private System.Windows.Forms.PictureBox picScanner1;
  2178. private System.Windows.Forms.CheckBox chkDoorSensor;
  2179. private System.Windows.Forms.CheckBox chkBuzzer;
  2180. private System.Windows.Forms.FlowLayoutPanel flpProcessStep;
  2181. private SysUI.ProcessStep.Ctrl.NewStepShow newStepShow1;
  2182. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  2183. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  2184. private System.Windows.Forms.DataGridViewTextBoxColumn colValue;
  2185. private System.Windows.Forms.ToolTip toolTip1;
  2186. private System.Windows.Forms.ToolStripMenuItem web数据查询ToolStripMenuItem;
  2187. private System.Windows.Forms.ToolStripMenuItem 本地数据库查询ToolStripMenuItem;
  2188. private System.Windows.Forms.ToolStripMenuItem tsmSoftFile;
  2189. private System.Windows.Forms.Label lblOutput;
  2190. private System.Windows.Forms.ToolStripSeparator toolStripSeparator7;
  2191. private System.Windows.Forms.ToolStripButton tsbtnDefectImage;
  2192. private System.Windows.Forms.ToolStripButton tsbtnSizeImage;
  2193. private SysUI.ProcessStep.Ctrl.NewStepShow newStepShow2;
  2194. private SysUI.ProcessStep.Ctrl.NewStepShow newStepShow3;
  2195. private SysUI.ProcessStep.Ctrl.NewStepShow newStepShow4;
  2196. private System.Windows.Forms.NumericUpDown numDefectCnt;
  2197. private System.Windows.Forms.Label label1;
  2198. private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  2199. private System.Windows.Forms.ToolStripButton tsbCC;
  2200. private System.Windows.Forms.ToolStripButton tsbQX;
  2201. private System.Windows.Forms.ToolStripMenuItem 快速调试ToolStripMenuItem;
  2202. private System.Windows.Forms.SplitContainer splitContainer4;
  2203. private System.Windows.Forms.GroupBox gboxSizeDefectList;
  2204. private System.Windows.Forms.Label label5;
  2205. private System.Windows.Forms.FlowLayoutPanel pnlSizeBmpList;
  2206. private System.Windows.Forms.GroupBox gboxDefectList;
  2207. private System.Windows.Forms.Label lblDefectAddTag;
  2208. private System.Windows.Forms.FlowLayoutPanel pnlBmpList;
  2209. private System.Windows.Forms.ToolStripButton tsbtnYanShi;
  2210. private System.Windows.Forms.ToolStripStatusLabel tslbSaveSts;
  2211. private System.Windows.Forms.Label lbJA;
  2212. }
  2213. }