版博士V2.0程序
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 

1206 linhas
69 KiB

  1. namespace AssistClient
  2. {
  3. partial class FrmMain
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.chkSyncMove = new System.Windows.Forms.CheckBox();
  35. this.menuStrip1 = new System.Windows.Forms.MenuStrip();
  36. this.管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  37. this.产品管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  38. this.流程管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  39. this.设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  40. this.设备调试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  41. this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsMenuPTSetting = new System.Windows.Forms.ToolStripMenuItem();
  43. this.tsMenuCmdSetting = new System.Windows.Forms.ToolStripMenuItem();
  44. this.tsMenuSysSetting = new System.Windows.Forms.ToolStripMenuItem();
  45. this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
  46. this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  47. this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
  48. this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  49. this.测试ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  50. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  51. this.tsbtnOpenDev = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnCloseDev = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator10 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnWarning = new System.Windows.Forms.ToolStripButton();
  55. this.toolStripSeparator11 = new System.Windows.Forms.ToolStripSeparator();
  56. this.tsbtnStopNow = new System.Windows.Forms.ToolStripButton();
  57. this.tsbtnStart = new System.Windows.Forms.ToolStripButton();
  58. this.tsbtnPause1 = new System.Windows.Forms.ToolStripButton();
  59. this.tsbtnReset = new System.Windows.Forms.ToolStripButton();
  60. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  61. this.tsbtnLog = new System.Windows.Forms.ToolStripButton();
  62. this.gpbDefectList = new System.Windows.Forms.GroupBox();
  63. this.dgvProcess = new System.Windows.Forms.DataGridView();
  64. this.colKey = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.colMainIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.colIndex = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.colX = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.colY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.colDefectName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.colDefectCC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.colResult = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.gpbProductInfo = new System.Windows.Forms.GroupBox();
  73. this.cbxSN = new System.Windows.Forms.ComboBox();
  74. this.txtCreateTime = new System.Windows.Forms.TextBox();
  75. this.label5 = new System.Windows.Forms.Label();
  76. this.txtProductCode = new System.Windows.Forms.TextBox();
  77. this.label3 = new System.Windows.Forms.Label();
  78. this.txtBatchId = new System.Windows.Forms.TextBox();
  79. this.label2 = new System.Windows.Forms.Label();
  80. this.txtProductName = new System.Windows.Forms.TextBox();
  81. this.label4 = new System.Windows.Forms.Label();
  82. this.label1 = new System.Windows.Forms.Label();
  83. this.splitContainer2 = new System.Windows.Forms.SplitContainer();
  84. this.tabControl1 = new System.Windows.Forms.TabControl();
  85. this.tabPage1 = new System.Windows.Forms.TabPage();
  86. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  87. this.tabPage2 = new System.Windows.Forms.TabPage();
  88. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  89. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  90. this.tsbtnGoDownPT = new System.Windows.Forms.Button();
  91. this.tsbtnPause = new System.Windows.Forms.Button();
  92. this.gpbLog = new System.Windows.Forms.GroupBox();
  93. this.lstLog = new System.Windows.Forms.ListBox();
  94. this.gpbXYAxis = new System.Windows.Forms.GroupBox();
  95. this.btnRight = new System.Windows.Forms.PictureBox();
  96. this.btnLeft = new System.Windows.Forms.PictureBox();
  97. this.btnBack = new System.Windows.Forms.PictureBox();
  98. this.btnFront = new System.Windows.Forms.PictureBox();
  99. this.gpbZAxis = new System.Windows.Forms.GroupBox();
  100. this.btnZDown = new System.Windows.Forms.PictureBox();
  101. this.btnZUp = new System.Windows.Forms.PictureBox();
  102. this.pnlPic = new System.Windows.Forms.Panel();
  103. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  104. this.gpbDefectSelectList = new System.Windows.Forms.GroupBox();
  105. this.flpDefectItems = new System.Windows.Forms.FlowLayoutPanel();
  106. this.statusStrip1 = new System.Windows.Forms.StatusStrip();
  107. this.tsAxisState = new System.Windows.Forms.ToolStripStatusLabel();
  108. this.chkLaser = new System.Windows.Forms.CheckBox();
  109. this.button1 = new System.Windows.Forms.Button();
  110. this.menuStrip1.SuspendLayout();
  111. this.toolStrip1.SuspendLayout();
  112. this.gpbDefectList.SuspendLayout();
  113. ((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).BeginInit();
  114. this.gpbProductInfo.SuspendLayout();
  115. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).BeginInit();
  116. this.splitContainer2.Panel1.SuspendLayout();
  117. this.splitContainer2.Panel2.SuspendLayout();
  118. this.splitContainer2.SuspendLayout();
  119. this.tabControl1.SuspendLayout();
  120. this.tabPage1.SuspendLayout();
  121. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  122. this.tabPage2.SuspendLayout();
  123. this.gpbLog.SuspendLayout();
  124. this.gpbXYAxis.SuspendLayout();
  125. ((System.ComponentModel.ISupportInitialize)(this.btnRight)).BeginInit();
  126. ((System.ComponentModel.ISupportInitialize)(this.btnLeft)).BeginInit();
  127. ((System.ComponentModel.ISupportInitialize)(this.btnBack)).BeginInit();
  128. ((System.ComponentModel.ISupportInitialize)(this.btnFront)).BeginInit();
  129. this.gpbZAxis.SuspendLayout();
  130. ((System.ComponentModel.ISupportInitialize)(this.btnZDown)).BeginInit();
  131. ((System.ComponentModel.ISupportInitialize)(this.btnZUp)).BeginInit();
  132. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  133. this.splitContainer1.Panel1.SuspendLayout();
  134. this.splitContainer1.Panel2.SuspendLayout();
  135. this.splitContainer1.SuspendLayout();
  136. this.gpbDefectSelectList.SuspendLayout();
  137. this.flpDefectItems.SuspendLayout();
  138. this.statusStrip1.SuspendLayout();
  139. this.SuspendLayout();
  140. //
  141. // chkSyncMove
  142. //
  143. this.chkSyncMove.AutoSize = true;
  144. this.chkSyncMove.Checked = true;
  145. this.chkSyncMove.CheckState = System.Windows.Forms.CheckState.Checked;
  146. this.chkSyncMove.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.chkSyncMove.Location = new System.Drawing.Point(507, 15);
  148. this.chkSyncMove.Margin = new System.Windows.Forms.Padding(2);
  149. this.chkSyncMove.Name = "chkSyncMove";
  150. this.chkSyncMove.Size = new System.Drawing.Size(179, 20);
  151. this.chkSyncMove.TabIndex = 23;
  152. this.chkSyncMove.Text = "相机同步缺陷图移动";
  153. this.chkSyncMove.UseVisualStyleBackColor = true;
  154. //
  155. // menuStrip1
  156. //
  157. this.menuStrip1.BackColor = System.Drawing.SystemColors.HotTrack;
  158. this.menuStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  159. this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  160. this.管理ToolStripMenuItem,
  161. this.设置ToolStripMenuItem,
  162. this.toolStripMenuItem2});
  163. this.menuStrip1.Location = new System.Drawing.Point(0, 0);
  164. this.menuStrip1.Name = "menuStrip1";
  165. this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 1, 0, 1);
  166. this.menuStrip1.Size = new System.Drawing.Size(1319, 24);
  167. this.menuStrip1.TabIndex = 24;
  168. this.menuStrip1.Text = "menuStrip1";
  169. //
  170. // 管理ToolStripMenuItem
  171. //
  172. this.管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  173. this.产品管理ToolStripMenuItem,
  174. this.流程管理ToolStripMenuItem});
  175. this.管理ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  176. this.管理ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.InactiveCaption;
  177. this.管理ToolStripMenuItem.Name = "管理ToolStripMenuItem";
  178. this.管理ToolStripMenuItem.Size = new System.Drawing.Size(66, 22);
  179. this.管理ToolStripMenuItem.Text = "管理(&M)";
  180. this.管理ToolStripMenuItem.ToolTipText = "系统设置";
  181. //
  182. // 产品管理ToolStripMenuItem
  183. //
  184. this.产品管理ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("产品管理ToolStripMenuItem.Image")));
  185. this.产品管理ToolStripMenuItem.Name = "产品管理ToolStripMenuItem";
  186. this.产品管理ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  187. this.产品管理ToolStripMenuItem.Text = "产品管理";
  188. this.产品管理ToolStripMenuItem.Click += new System.EventHandler(this.产品管理ToolStripMenuItem_Click);
  189. //
  190. // 流程管理ToolStripMenuItem
  191. //
  192. this.流程管理ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("流程管理ToolStripMenuItem.Image")));
  193. this.流程管理ToolStripMenuItem.Name = "流程管理ToolStripMenuItem";
  194. this.流程管理ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  195. this.流程管理ToolStripMenuItem.Text = "流程管理";
  196. this.流程管理ToolStripMenuItem.Click += new System.EventHandler(this.流程管理ToolStripMenuItem_Click);
  197. //
  198. // 设置ToolStripMenuItem
  199. //
  200. this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  201. this.设备调试ToolStripMenuItem,
  202. this.toolStripSeparator4,
  203. this.tsMenuPTSetting,
  204. this.tsMenuCmdSetting,
  205. this.tsMenuSysSetting});
  206. this.设置ToolStripMenuItem.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  207. this.设置ToolStripMenuItem.ForeColor = System.Drawing.SystemColors.InactiveCaption;
  208. this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
  209. this.设置ToolStripMenuItem.Size = new System.Drawing.Size(61, 22);
  210. this.设置ToolStripMenuItem.Text = "设置(&S)";
  211. this.设置ToolStripMenuItem.ToolTipText = "系统设置";
  212. //
  213. // 设备调试ToolStripMenuItem
  214. //
  215. this.设备调试ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("设备调试ToolStripMenuItem.Image")));
  216. this.设备调试ToolStripMenuItem.Name = "设备调试ToolStripMenuItem";
  217. this.设备调试ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
  218. this.设备调试ToolStripMenuItem.Text = "设备调试";
  219. this.设备调试ToolStripMenuItem.Click += new System.EventHandler(this.设备调试ToolStripMenuItem_Click);
  220. //
  221. // toolStripSeparator4
  222. //
  223. this.toolStripSeparator4.Name = "toolStripSeparator4";
  224. this.toolStripSeparator4.Size = new System.Drawing.Size(121, 6);
  225. //
  226. // tsMenuPTSetting
  227. //
  228. this.tsMenuPTSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuPTSetting.Image")));
  229. this.tsMenuPTSetting.Name = "tsMenuPTSetting";
  230. this.tsMenuPTSetting.Size = new System.Drawing.Size(124, 22);
  231. this.tsMenuPTSetting.Text = "点位设置";
  232. this.tsMenuPTSetting.Click += new System.EventHandler(this.tsMenuPTSetting_Click);
  233. //
  234. // tsMenuCmdSetting
  235. //
  236. this.tsMenuCmdSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuCmdSetting.Image")));
  237. this.tsMenuCmdSetting.Name = "tsMenuCmdSetting";
  238. this.tsMenuCmdSetting.Size = new System.Drawing.Size(124, 22);
  239. this.tsMenuCmdSetting.Text = "指令设置";
  240. this.tsMenuCmdSetting.Click += new System.EventHandler(this.tsMenuCmdSetting_Click);
  241. //
  242. // tsMenuSysSetting
  243. //
  244. this.tsMenuSysSetting.Image = ((System.Drawing.Image)(resources.GetObject("tsMenuSysSetting.Image")));
  245. this.tsMenuSysSetting.Name = "tsMenuSysSetting";
  246. this.tsMenuSysSetting.Size = new System.Drawing.Size(124, 22);
  247. this.tsMenuSysSetting.Text = "系统设置";
  248. this.tsMenuSysSetting.Click += new System.EventHandler(this.tsMenuSysSetting_Click);
  249. //
  250. // toolStripMenuItem2
  251. //
  252. this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
  253. this.帮助ToolStripMenuItem,
  254. this.toolStripSeparator8,
  255. this.关于ToolStripMenuItem,
  256. this.测试ToolStripMenuItem});
  257. this.toolStripMenuItem2.Font = new System.Drawing.Font("Microsoft YaHei UI", 9F, System.Drawing.FontStyle.Bold);
  258. this.toolStripMenuItem2.ForeColor = System.Drawing.SystemColors.InactiveCaption;
  259. this.toolStripMenuItem2.Name = "toolStripMenuItem2";
  260. this.toolStripMenuItem2.Size = new System.Drawing.Size(64, 22);
  261. this.toolStripMenuItem2.Text = "帮助(&H)";
  262. //
  263. // 帮助ToolStripMenuItem
  264. //
  265. this.帮助ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("帮助ToolStripMenuItem.Image")));
  266. this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
  267. this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  268. this.帮助ToolStripMenuItem.Text = "帮助";
  269. //
  270. // toolStripSeparator8
  271. //
  272. this.toolStripSeparator8.Name = "toolStripSeparator8";
  273. this.toolStripSeparator8.Size = new System.Drawing.Size(97, 6);
  274. //
  275. // 关于ToolStripMenuItem
  276. //
  277. this.关于ToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("关于ToolStripMenuItem.Image")));
  278. this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
  279. this.关于ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  280. this.关于ToolStripMenuItem.Text = "关于";
  281. this.关于ToolStripMenuItem.Click += new System.EventHandler(this.关于ToolStripMenuItem_Click);
  282. //
  283. // 测试ToolStripMenuItem
  284. //
  285. this.测试ToolStripMenuItem.Name = "测试ToolStripMenuItem";
  286. this.测试ToolStripMenuItem.Size = new System.Drawing.Size(100, 22);
  287. this.测试ToolStripMenuItem.Text = "测试";
  288. this.测试ToolStripMenuItem.Click += new System.EventHandler(this.测试ToolStripMenuItem_Click);
  289. //
  290. // toolStrip1
  291. //
  292. this.toolStrip1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
  293. this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
  294. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  295. this.tsbtnOpenDev,
  296. this.tsbtnCloseDev,
  297. this.toolStripSeparator10,
  298. this.tsbtnWarning,
  299. this.toolStripSeparator11,
  300. this.tsbtnStopNow,
  301. this.tsbtnStart,
  302. this.tsbtnPause1,
  303. this.tsbtnReset,
  304. this.toolStripSeparator1,
  305. this.tsbtnLog});
  306. this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
  307. this.toolStrip1.Location = new System.Drawing.Point(0, 24);
  308. this.toolStrip1.Name = "toolStrip1";
  309. this.toolStrip1.Size = new System.Drawing.Size(1319, 56);
  310. this.toolStrip1.TabIndex = 25;
  311. this.toolStrip1.Text = "toolStrip1";
  312. //
  313. // tsbtnOpenDev
  314. //
  315. this.tsbtnOpenDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnOpenDev.Image")));
  316. this.tsbtnOpenDev.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  317. this.tsbtnOpenDev.ImageTransparentColor = System.Drawing.Color.Magenta;
  318. this.tsbtnOpenDev.Name = "tsbtnOpenDev";
  319. this.tsbtnOpenDev.Size = new System.Drawing.Size(60, 53);
  320. this.tsbtnOpenDev.Text = "打开设备";
  321. this.tsbtnOpenDev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  322. this.tsbtnOpenDev.Click += new System.EventHandler(this.tsbtnOpenDev_Click);
  323. //
  324. // tsbtnCloseDev
  325. //
  326. this.tsbtnCloseDev.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnCloseDev.Image")));
  327. this.tsbtnCloseDev.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  328. this.tsbtnCloseDev.ImageTransparentColor = System.Drawing.Color.Magenta;
  329. this.tsbtnCloseDev.Name = "tsbtnCloseDev";
  330. this.tsbtnCloseDev.Size = new System.Drawing.Size(60, 53);
  331. this.tsbtnCloseDev.Text = "关闭设备";
  332. this.tsbtnCloseDev.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  333. this.tsbtnCloseDev.Visible = false;
  334. this.tsbtnCloseDev.Click += new System.EventHandler(this.tsbtnCloseDev_Click);
  335. //
  336. // toolStripSeparator10
  337. //
  338. this.toolStripSeparator10.Name = "toolStripSeparator10";
  339. this.toolStripSeparator10.Size = new System.Drawing.Size(6, 56);
  340. //
  341. // tsbtnWarning
  342. //
  343. this.tsbtnWarning.Enabled = false;
  344. this.tsbtnWarning.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnWarning.Image")));
  345. this.tsbtnWarning.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  346. this.tsbtnWarning.ImageTransparentColor = System.Drawing.Color.Magenta;
  347. this.tsbtnWarning.Name = "tsbtnWarning";
  348. this.tsbtnWarning.Size = new System.Drawing.Size(60, 53);
  349. this.tsbtnWarning.Text = "解除报警";
  350. this.tsbtnWarning.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  351. this.tsbtnWarning.Click += new System.EventHandler(this.tsbtnWarning_Click);
  352. //
  353. // toolStripSeparator11
  354. //
  355. this.toolStripSeparator11.Name = "toolStripSeparator11";
  356. this.toolStripSeparator11.Size = new System.Drawing.Size(6, 56);
  357. this.toolStripSeparator11.Visible = false;
  358. //
  359. // tsbtnStopNow
  360. //
  361. this.tsbtnStopNow.Enabled = false;
  362. this.tsbtnStopNow.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStopNow.Image")));
  363. this.tsbtnStopNow.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  364. this.tsbtnStopNow.ImageTransparentColor = System.Drawing.Color.Magenta;
  365. this.tsbtnStopNow.Name = "tsbtnStopNow";
  366. this.tsbtnStopNow.Size = new System.Drawing.Size(36, 53);
  367. this.tsbtnStopNow.Text = "急停";
  368. this.tsbtnStopNow.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  369. this.tsbtnStopNow.Visible = false;
  370. //
  371. // tsbtnStart
  372. //
  373. this.tsbtnStart.Enabled = false;
  374. this.tsbtnStart.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnStart.Image")));
  375. this.tsbtnStart.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  376. this.tsbtnStart.ImageTransparentColor = System.Drawing.Color.Magenta;
  377. this.tsbtnStart.Name = "tsbtnStart";
  378. this.tsbtnStart.Size = new System.Drawing.Size(36, 53);
  379. this.tsbtnStart.Text = "启动";
  380. this.tsbtnStart.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  381. this.tsbtnStart.Click += new System.EventHandler(this.tsbtnStart_Click);
  382. //
  383. // tsbtnPause1
  384. //
  385. this.tsbtnPause1.Enabled = false;
  386. this.tsbtnPause1.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnPause1.Image")));
  387. this.tsbtnPause1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  388. this.tsbtnPause1.ImageTransparentColor = System.Drawing.Color.Magenta;
  389. this.tsbtnPause1.Name = "tsbtnPause1";
  390. this.tsbtnPause1.Size = new System.Drawing.Size(36, 53);
  391. this.tsbtnPause1.Text = "暂停";
  392. this.tsbtnPause1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  393. this.tsbtnPause1.Visible = false;
  394. //
  395. // tsbtnReset
  396. //
  397. this.tsbtnReset.Enabled = false;
  398. this.tsbtnReset.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnReset.Image")));
  399. this.tsbtnReset.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  400. this.tsbtnReset.ImageTransparentColor = System.Drawing.Color.Magenta;
  401. this.tsbtnReset.Name = "tsbtnReset";
  402. this.tsbtnReset.Size = new System.Drawing.Size(36, 53);
  403. this.tsbtnReset.Text = "复位";
  404. this.tsbtnReset.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  405. this.tsbtnReset.Click += new System.EventHandler(this.tsbtnReset_Click);
  406. //
  407. // toolStripSeparator1
  408. //
  409. this.toolStripSeparator1.Name = "toolStripSeparator1";
  410. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 56);
  411. //
  412. // tsbtnLog
  413. //
  414. this.tsbtnLog.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnLog.Image")));
  415. this.tsbtnLog.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  416. this.tsbtnLog.ImageTransparentColor = System.Drawing.Color.Magenta;
  417. this.tsbtnLog.Name = "tsbtnLog";
  418. this.tsbtnLog.Size = new System.Drawing.Size(60, 53);
  419. this.tsbtnLog.Text = "日志查看";
  420. this.tsbtnLog.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
  421. this.tsbtnLog.Click += new System.EventHandler(this.tsbtnLog_Click);
  422. //
  423. // gpbDefectList
  424. //
  425. this.gpbDefectList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  426. | System.Windows.Forms.AnchorStyles.Right)));
  427. this.gpbDefectList.BackColor = System.Drawing.SystemColors.ActiveCaption;
  428. this.gpbDefectList.Controls.Add(this.dgvProcess);
  429. this.gpbDefectList.Location = new System.Drawing.Point(5, 150);
  430. this.gpbDefectList.Margin = new System.Windows.Forms.Padding(2);
  431. this.gpbDefectList.Name = "gpbDefectList";
  432. this.gpbDefectList.Padding = new System.Windows.Forms.Padding(2);
  433. this.gpbDefectList.Size = new System.Drawing.Size(476, 213);
  434. this.gpbDefectList.TabIndex = 4;
  435. this.gpbDefectList.TabStop = false;
  436. this.gpbDefectList.Text = "缺陷明细";
  437. //
  438. // dgvProcess
  439. //
  440. this.dgvProcess.AllowUserToAddRows = false;
  441. this.dgvProcess.AllowUserToDeleteRows = false;
  442. this.dgvProcess.AllowUserToResizeRows = false;
  443. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  444. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
  445. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
  447. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  448. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  449. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  450. this.dgvProcess.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  451. this.dgvProcess.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  452. this.dgvProcess.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  453. this.colKey,
  454. this.colMainIndex,
  455. this.colIndex,
  456. this.colX,
  457. this.colY,
  458. this.colDefectName,
  459. this.colDefectCC,
  460. this.colResult});
  461. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  462. dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
  463. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
  465. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  466. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  467. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  468. this.dgvProcess.DefaultCellStyle = dataGridViewCellStyle9;
  469. this.dgvProcess.Dock = System.Windows.Forms.DockStyle.Fill;
  470. this.dgvProcess.Location = new System.Drawing.Point(2, 16);
  471. this.dgvProcess.Margin = new System.Windows.Forms.Padding(2);
  472. this.dgvProcess.MultiSelect = false;
  473. this.dgvProcess.Name = "dgvProcess";
  474. this.dgvProcess.ReadOnly = true;
  475. this.dgvProcess.RowHeadersVisible = false;
  476. this.dgvProcess.RowHeadersWidth = 62;
  477. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  478. this.dgvProcess.RowsDefaultCellStyle = dataGridViewCellStyle10;
  479. this.dgvProcess.RowTemplate.Height = 30;
  480. this.dgvProcess.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
  481. this.dgvProcess.Size = new System.Drawing.Size(472, 195);
  482. this.dgvProcess.TabIndex = 3;
  483. this.dgvProcess.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvProcess_CellDoubleClick);
  484. //
  485. // colKey
  486. //
  487. this.colKey.DataPropertyName = "Main_FileName";
  488. this.colKey.HeaderText = "Key";
  489. this.colKey.MinimumWidth = 8;
  490. this.colKey.Name = "colKey";
  491. this.colKey.ReadOnly = true;
  492. this.colKey.Visible = false;
  493. this.colKey.Width = 150;
  494. //
  495. // colMainIndex
  496. //
  497. this.colMainIndex.DataPropertyName = "MainIndex";
  498. this.colMainIndex.HeaderText = "大图索引";
  499. this.colMainIndex.MinimumWidth = 10;
  500. this.colMainIndex.Name = "colMainIndex";
  501. this.colMainIndex.ReadOnly = true;
  502. this.colMainIndex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  503. this.colMainIndex.Width = 60;
  504. //
  505. // colIndex
  506. //
  507. this.colIndex.DataPropertyName = "Index";
  508. dataGridViewCellStyle7.BackColor = System.Drawing.Color.White;
  509. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  510. this.colIndex.DefaultCellStyle = dataGridViewCellStyle7;
  511. this.colIndex.HeaderText = "索引";
  512. this.colIndex.MinimumWidth = 50;
  513. this.colIndex.Name = "colIndex";
  514. this.colIndex.ReadOnly = true;
  515. this.colIndex.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  516. this.colIndex.Width = 60;
  517. //
  518. // colX
  519. //
  520. this.colX.DataPropertyName = "X";
  521. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold);
  522. this.colX.DefaultCellStyle = dataGridViewCellStyle8;
  523. this.colX.HeaderText = "X轴";
  524. this.colX.MinimumWidth = 50;
  525. this.colX.Name = "colX";
  526. this.colX.ReadOnly = true;
  527. this.colX.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  528. this.colX.Width = 80;
  529. //
  530. // colY
  531. //
  532. this.colY.DataPropertyName = "Y";
  533. this.colY.HeaderText = "Y轴";
  534. this.colY.MinimumWidth = 70;
  535. this.colY.Name = "colY";
  536. this.colY.ReadOnly = true;
  537. this.colY.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  538. this.colY.Width = 80;
  539. //
  540. // colDefectName
  541. //
  542. this.colDefectName.DataPropertyName = "DefectName";
  543. this.colDefectName.HeaderText = "缺陷类型";
  544. this.colDefectName.MinimumWidth = 80;
  545. this.colDefectName.Name = "colDefectName";
  546. this.colDefectName.ReadOnly = true;
  547. this.colDefectName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  548. this.colDefectName.Width = 150;
  549. //
  550. // colDefectCC
  551. //
  552. this.colDefectCC.DataPropertyName = "DefectCC";
  553. this.colDefectCC.HeaderText = "置信度";
  554. this.colDefectCC.MinimumWidth = 80;
  555. this.colDefectCC.Name = "colDefectCC";
  556. this.colDefectCC.ReadOnly = true;
  557. this.colDefectCC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  558. this.colDefectCC.Width = 85;
  559. //
  560. // colResult
  561. //
  562. this.colResult.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
  563. this.colResult.HeaderText = "结果";
  564. this.colResult.MinimumWidth = 80;
  565. this.colResult.Name = "colResult";
  566. this.colResult.ReadOnly = true;
  567. this.colResult.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  568. //
  569. // gpbProductInfo
  570. //
  571. this.gpbProductInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  572. this.gpbProductInfo.BackColor = System.Drawing.SystemColors.ActiveCaption;
  573. this.gpbProductInfo.Controls.Add(this.cbxSN);
  574. this.gpbProductInfo.Controls.Add(this.txtCreateTime);
  575. this.gpbProductInfo.Controls.Add(this.label5);
  576. this.gpbProductInfo.Controls.Add(this.txtProductCode);
  577. this.gpbProductInfo.Controls.Add(this.label3);
  578. this.gpbProductInfo.Controls.Add(this.txtBatchId);
  579. this.gpbProductInfo.Controls.Add(this.label2);
  580. this.gpbProductInfo.Controls.Add(this.txtProductName);
  581. this.gpbProductInfo.Controls.Add(this.label4);
  582. this.gpbProductInfo.Controls.Add(this.label1);
  583. this.gpbProductInfo.Location = new System.Drawing.Point(5, 367);
  584. this.gpbProductInfo.Margin = new System.Windows.Forms.Padding(2);
  585. this.gpbProductInfo.Name = "gpbProductInfo";
  586. this.gpbProductInfo.Padding = new System.Windows.Forms.Padding(2);
  587. this.gpbProductInfo.Size = new System.Drawing.Size(452, 151);
  588. this.gpbProductInfo.TabIndex = 8;
  589. this.gpbProductInfo.TabStop = false;
  590. this.gpbProductInfo.Text = "产品信息";
  591. //
  592. // cbxSN
  593. //
  594. this.cbxSN.Enabled = false;
  595. this.cbxSN.Font = new System.Drawing.Font("宋体", 16F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  596. this.cbxSN.ForeColor = System.Drawing.Color.Blue;
  597. this.cbxSN.FormattingEnabled = true;
  598. this.cbxSN.ImeMode = System.Windows.Forms.ImeMode.Disable;
  599. this.cbxSN.Location = new System.Drawing.Point(69, 18);
  600. this.cbxSN.Margin = new System.Windows.Forms.Padding(2);
  601. this.cbxSN.Name = "cbxSN";
  602. this.cbxSN.Size = new System.Drawing.Size(379, 29);
  603. this.cbxSN.TabIndex = 18;
  604. this.cbxSN.KeyDown += new System.Windows.Forms.KeyEventHandler(this.cbxSN_KeyUp);
  605. this.cbxSN.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.cbxSN_KeyPress);
  606. //
  607. // txtCreateTime
  608. //
  609. this.txtCreateTime.Location = new System.Drawing.Point(69, 125);
  610. this.txtCreateTime.Margin = new System.Windows.Forms.Padding(2);
  611. this.txtCreateTime.Name = "txtCreateTime";
  612. this.txtCreateTime.ReadOnly = true;
  613. this.txtCreateTime.Size = new System.Drawing.Size(380, 21);
  614. this.txtCreateTime.TabIndex = 17;
  615. //
  616. // label5
  617. //
  618. this.label5.AutoSize = true;
  619. this.label5.Location = new System.Drawing.Point(12, 129);
  620. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  621. this.label5.Name = "label5";
  622. this.label5.Size = new System.Drawing.Size(41, 12);
  623. this.label5.TabIndex = 16;
  624. this.label5.Text = "日期:";
  625. //
  626. // txtProductCode
  627. //
  628. this.txtProductCode.Location = new System.Drawing.Point(69, 75);
  629. this.txtProductCode.Margin = new System.Windows.Forms.Padding(2);
  630. this.txtProductCode.Name = "txtProductCode";
  631. this.txtProductCode.ReadOnly = true;
  632. this.txtProductCode.Size = new System.Drawing.Size(380, 21);
  633. this.txtProductCode.TabIndex = 14;
  634. //
  635. // label3
  636. //
  637. this.label3.AutoSize = true;
  638. this.label3.Location = new System.Drawing.Point(11, 79);
  639. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  640. this.label3.Name = "label3";
  641. this.label3.Size = new System.Drawing.Size(41, 12);
  642. this.label3.TabIndex = 12;
  643. this.label3.Text = "料号:";
  644. //
  645. // txtBatchId
  646. //
  647. this.txtBatchId.Location = new System.Drawing.Point(69, 100);
  648. this.txtBatchId.Margin = new System.Windows.Forms.Padding(2);
  649. this.txtBatchId.Name = "txtBatchId";
  650. this.txtBatchId.ReadOnly = true;
  651. this.txtBatchId.Size = new System.Drawing.Size(380, 21);
  652. this.txtBatchId.TabIndex = 15;
  653. //
  654. // label2
  655. //
  656. this.label2.AutoSize = true;
  657. this.label2.Location = new System.Drawing.Point(11, 104);
  658. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  659. this.label2.Name = "label2";
  660. this.label2.Size = new System.Drawing.Size(41, 12);
  661. this.label2.TabIndex = 13;
  662. this.label2.Text = "批次:";
  663. //
  664. // txtProductName
  665. //
  666. this.txtProductName.Location = new System.Drawing.Point(69, 51);
  667. this.txtProductName.Margin = new System.Windows.Forms.Padding(2);
  668. this.txtProductName.Name = "txtProductName";
  669. this.txtProductName.ReadOnly = true;
  670. this.txtProductName.Size = new System.Drawing.Size(380, 21);
  671. this.txtProductName.TabIndex = 11;
  672. //
  673. // label4
  674. //
  675. this.label4.AutoSize = true;
  676. this.label4.Location = new System.Drawing.Point(11, 55);
  677. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  678. this.label4.Name = "label4";
  679. this.label4.Size = new System.Drawing.Size(41, 12);
  680. this.label4.TabIndex = 10;
  681. this.label4.Text = "名称:";
  682. //
  683. // label1
  684. //
  685. this.label1.AutoSize = true;
  686. this.label1.Location = new System.Drawing.Point(11, 27);
  687. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  688. this.label1.Name = "label1";
  689. this.label1.Size = new System.Drawing.Size(65, 12);
  690. this.label1.TabIndex = 0;
  691. this.label1.Text = "网版编码:";
  692. //
  693. // splitContainer2
  694. //
  695. this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
  696. this.splitContainer2.Location = new System.Drawing.Point(0, 0);
  697. this.splitContainer2.Margin = new System.Windows.Forms.Padding(2);
  698. this.splitContainer2.Name = "splitContainer2";
  699. this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
  700. //
  701. // splitContainer2.Panel1
  702. //
  703. this.splitContainer2.Panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  704. this.splitContainer2.Panel1.Controls.Add(this.tabControl1);
  705. //
  706. // splitContainer2.Panel2
  707. //
  708. this.splitContainer2.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  709. this.splitContainer2.Panel2.Controls.Add(this.tsbtnGoDownPT);
  710. this.splitContainer2.Panel2.Controls.Add(this.tsbtnPause);
  711. this.splitContainer2.Panel2.Controls.Add(this.gpbLog);
  712. this.splitContainer2.Panel2.Controls.Add(this.gpbXYAxis);
  713. this.splitContainer2.Panel2.Controls.Add(this.gpbZAxis);
  714. this.splitContainer2.Panel2MinSize = 150;
  715. this.splitContainer2.Size = new System.Drawing.Size(900, 527);
  716. this.splitContainer2.SplitterDistance = 376;
  717. this.splitContainer2.SplitterWidth = 1;
  718. this.splitContainer2.TabIndex = 0;
  719. this.splitContainer2.SizeChanged += new System.EventHandler(this.splitContainer2_SizeChanged);
  720. //
  721. // tabControl1
  722. //
  723. this.tabControl1.Controls.Add(this.tabPage1);
  724. this.tabControl1.Controls.Add(this.tabPage2);
  725. this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  726. this.tabControl1.Location = new System.Drawing.Point(0, 0);
  727. this.tabControl1.Name = "tabControl1";
  728. this.tabControl1.SelectedIndex = 0;
  729. this.tabControl1.Size = new System.Drawing.Size(900, 376);
  730. this.tabControl1.TabIndex = 0;
  731. //
  732. // tabPage1
  733. //
  734. this.tabPage1.BackColor = System.Drawing.SystemColors.ActiveCaption;
  735. this.tabPage1.Controls.Add(this.pictureBox1);
  736. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  737. this.tabPage1.Name = "tabPage1";
  738. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  739. this.tabPage1.Size = new System.Drawing.Size(892, 350);
  740. this.tabPage1.TabIndex = 0;
  741. this.tabPage1.Text = "大图显示";
  742. //
  743. // pictureBox1
  744. //
  745. this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  746. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  747. this.pictureBox1.Location = new System.Drawing.Point(3, 3);
  748. this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
  749. this.pictureBox1.Name = "pictureBox1";
  750. this.pictureBox1.Size = new System.Drawing.Size(886, 344);
  751. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  752. this.pictureBox1.TabIndex = 14;
  753. this.pictureBox1.TabStop = false;
  754. //
  755. // tabPage2
  756. //
  757. this.tabPage2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  758. this.tabPage2.Controls.Add(this.flowLayoutPanel2);
  759. this.tabPage2.Controls.Add(this.flowLayoutPanel1);
  760. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  761. this.tabPage2.Name = "tabPage2";
  762. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  763. this.tabPage2.Size = new System.Drawing.Size(892, 350);
  764. this.tabPage2.TabIndex = 1;
  765. this.tabPage2.Text = "小图显示";
  766. //
  767. // flowLayoutPanel2
  768. //
  769. this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  770. | System.Windows.Forms.AnchorStyles.Right)));
  771. this.flowLayoutPanel2.AutoScroll = true;
  772. this.flowLayoutPanel2.AutoSize = true;
  773. this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 317);
  774. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  775. this.flowLayoutPanel2.Size = new System.Drawing.Size(886, 27);
  776. this.flowLayoutPanel2.TabIndex = 1;
  777. this.flowLayoutPanel2.WrapContents = false;
  778. //
  779. // flowLayoutPanel1
  780. //
  781. this.flowLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  782. | System.Windows.Forms.AnchorStyles.Left)
  783. | System.Windows.Forms.AnchorStyles.Right)));
  784. this.flowLayoutPanel1.AutoScroll = true;
  785. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  786. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  787. this.flowLayoutPanel1.Size = new System.Drawing.Size(886, 308);
  788. this.flowLayoutPanel1.TabIndex = 0;
  789. //
  790. // tsbtnGoDownPT
  791. //
  792. this.tsbtnGoDownPT.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
  793. this.tsbtnGoDownPT.Cursor = System.Windows.Forms.Cursors.Hand;
  794. this.tsbtnGoDownPT.Enabled = false;
  795. this.tsbtnGoDownPT.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  796. this.tsbtnGoDownPT.Location = new System.Drawing.Point(763, 75);
  797. this.tsbtnGoDownPT.Margin = new System.Windows.Forms.Padding(2);
  798. this.tsbtnGoDownPT.Name = "tsbtnGoDownPT";
  799. this.tsbtnGoDownPT.Size = new System.Drawing.Size(90, 46);
  800. this.tsbtnGoDownPT.TabIndex = 9;
  801. this.tsbtnGoDownPT.Text = "完成";
  802. this.tsbtnGoDownPT.UseVisualStyleBackColor = false;
  803. this.tsbtnGoDownPT.Click += new System.EventHandler(this.tsbtnGoDownPT_Click);
  804. //
  805. // tsbtnPause
  806. //
  807. this.tsbtnPause.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
  808. this.tsbtnPause.Cursor = System.Windows.Forms.Cursors.Hand;
  809. this.tsbtnPause.Enabled = false;
  810. this.tsbtnPause.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  811. this.tsbtnPause.Location = new System.Drawing.Point(763, 21);
  812. this.tsbtnPause.Margin = new System.Windows.Forms.Padding(2);
  813. this.tsbtnPause.Name = "tsbtnPause";
  814. this.tsbtnPause.Size = new System.Drawing.Size(90, 46);
  815. this.tsbtnPause.TabIndex = 9;
  816. this.tsbtnPause.Text = "暂停";
  817. this.tsbtnPause.UseVisualStyleBackColor = false;
  818. this.tsbtnPause.Click += new System.EventHandler(this.tsbtnPause_Click);
  819. //
  820. // gpbLog
  821. //
  822. this.gpbLog.BackColor = System.Drawing.SystemColors.ActiveCaption;
  823. this.gpbLog.Controls.Add(this.lstLog);
  824. this.gpbLog.Location = new System.Drawing.Point(2, 7);
  825. this.gpbLog.Margin = new System.Windows.Forms.Padding(2);
  826. this.gpbLog.Name = "gpbLog";
  827. this.gpbLog.Padding = new System.Windows.Forms.Padding(2);
  828. this.gpbLog.Size = new System.Drawing.Size(555, 125);
  829. this.gpbLog.TabIndex = 8;
  830. this.gpbLog.TabStop = false;
  831. this.gpbLog.Text = "日志信息";
  832. //
  833. // lstLog
  834. //
  835. this.lstLog.Dock = System.Windows.Forms.DockStyle.Fill;
  836. this.lstLog.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  837. this.lstLog.FormattingEnabled = true;
  838. this.lstLog.HorizontalScrollbar = true;
  839. this.lstLog.ItemHeight = 16;
  840. this.lstLog.Location = new System.Drawing.Point(2, 16);
  841. this.lstLog.Name = "lstLog";
  842. this.lstLog.Size = new System.Drawing.Size(551, 107);
  843. this.lstLog.TabIndex = 27;
  844. this.lstLog.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.lstLog_DrawItem);
  845. //
  846. // gpbXYAxis
  847. //
  848. this.gpbXYAxis.BackColor = System.Drawing.SystemColors.ActiveCaption;
  849. this.gpbXYAxis.Controls.Add(this.btnRight);
  850. this.gpbXYAxis.Controls.Add(this.btnLeft);
  851. this.gpbXYAxis.Controls.Add(this.btnBack);
  852. this.gpbXYAxis.Controls.Add(this.btnFront);
  853. this.gpbXYAxis.Enabled = false;
  854. this.gpbXYAxis.Location = new System.Drawing.Point(567, 7);
  855. this.gpbXYAxis.Margin = new System.Windows.Forms.Padding(2);
  856. this.gpbXYAxis.Name = "gpbXYAxis";
  857. this.gpbXYAxis.Padding = new System.Windows.Forms.Padding(2);
  858. this.gpbXYAxis.Size = new System.Drawing.Size(124, 125);
  859. this.gpbXYAxis.TabIndex = 7;
  860. this.gpbXYAxis.TabStop = false;
  861. this.gpbXYAxis.Text = "X,Y轴";
  862. //
  863. // btnRight
  864. //
  865. this.btnRight.Cursor = System.Windows.Forms.Cursors.Hand;
  866. this.btnRight.Image = ((System.Drawing.Image)(resources.GetObject("btnRight.Image")));
  867. this.btnRight.Location = new System.Drawing.Point(81, 51);
  868. this.btnRight.Margin = new System.Windows.Forms.Padding(2);
  869. this.btnRight.Name = "btnRight";
  870. this.btnRight.Size = new System.Drawing.Size(33, 33);
  871. this.btnRight.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  872. this.btnRight.TabIndex = 0;
  873. this.btnRight.TabStop = false;
  874. this.btnRight.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
  875. this.btnRight.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
  876. //
  877. // btnLeft
  878. //
  879. this.btnLeft.Cursor = System.Windows.Forms.Cursors.Hand;
  880. this.btnLeft.Image = ((System.Drawing.Image)(resources.GetObject("btnLeft.Image")));
  881. this.btnLeft.Location = new System.Drawing.Point(9, 51);
  882. this.btnLeft.Margin = new System.Windows.Forms.Padding(2);
  883. this.btnLeft.Name = "btnLeft";
  884. this.btnLeft.Size = new System.Drawing.Size(33, 33);
  885. this.btnLeft.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  886. this.btnLeft.TabIndex = 1;
  887. this.btnLeft.TabStop = false;
  888. this.btnLeft.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
  889. this.btnLeft.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
  890. //
  891. // btnBack
  892. //
  893. this.btnBack.Cursor = System.Windows.Forms.Cursors.Hand;
  894. this.btnBack.Image = ((System.Drawing.Image)(resources.GetObject("btnBack.Image")));
  895. this.btnBack.Location = new System.Drawing.Point(45, 81);
  896. this.btnBack.Margin = new System.Windows.Forms.Padding(2);
  897. this.btnBack.Name = "btnBack";
  898. this.btnBack.Size = new System.Drawing.Size(33, 33);
  899. this.btnBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  900. this.btnBack.TabIndex = 3;
  901. this.btnBack.TabStop = false;
  902. this.btnBack.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
  903. this.btnBack.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
  904. //
  905. // btnFront
  906. //
  907. this.btnFront.Cursor = System.Windows.Forms.Cursors.Hand;
  908. this.btnFront.Image = global::AssistClient.Properties.Resources.up;
  909. this.btnFront.Location = new System.Drawing.Point(45, 20);
  910. this.btnFront.Margin = new System.Windows.Forms.Padding(2);
  911. this.btnFront.Name = "btnFront";
  912. this.btnFront.Size = new System.Drawing.Size(33, 33);
  913. this.btnFront.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  914. this.btnFront.TabIndex = 2;
  915. this.btnFront.TabStop = false;
  916. this.btnFront.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
  917. this.btnFront.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
  918. //
  919. // gpbZAxis
  920. //
  921. this.gpbZAxis.BackColor = System.Drawing.SystemColors.ActiveCaption;
  922. this.gpbZAxis.Controls.Add(this.btnZDown);
  923. this.gpbZAxis.Controls.Add(this.btnZUp);
  924. this.gpbZAxis.Enabled = false;
  925. this.gpbZAxis.Location = new System.Drawing.Point(704, 7);
  926. this.gpbZAxis.Margin = new System.Windows.Forms.Padding(2);
  927. this.gpbZAxis.Name = "gpbZAxis";
  928. this.gpbZAxis.Padding = new System.Windows.Forms.Padding(2);
  929. this.gpbZAxis.Size = new System.Drawing.Size(55, 125);
  930. this.gpbZAxis.TabIndex = 6;
  931. this.gpbZAxis.TabStop = false;
  932. this.gpbZAxis.Text = "Z轴";
  933. //
  934. // btnZDown
  935. //
  936. this.btnZDown.Cursor = System.Windows.Forms.Cursors.Hand;
  937. this.btnZDown.Image = ((System.Drawing.Image)(resources.GetObject("btnZDown.Image")));
  938. this.btnZDown.Location = new System.Drawing.Point(11, 81);
  939. this.btnZDown.Margin = new System.Windows.Forms.Padding(2);
  940. this.btnZDown.Name = "btnZDown";
  941. this.btnZDown.Size = new System.Drawing.Size(33, 33);
  942. this.btnZDown.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  943. this.btnZDown.TabIndex = 3;
  944. this.btnZDown.TabStop = false;
  945. this.btnZDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
  946. this.btnZDown.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
  947. //
  948. // btnZUp
  949. //
  950. this.btnZUp.Cursor = System.Windows.Forms.Cursors.Hand;
  951. this.btnZUp.Image = global::AssistClient.Properties.Resources.up;
  952. this.btnZUp.Location = new System.Drawing.Point(11, 20);
  953. this.btnZUp.Margin = new System.Windows.Forms.Padding(2);
  954. this.btnZUp.Name = "btnZUp";
  955. this.btnZUp.Size = new System.Drawing.Size(33, 33);
  956. this.btnZUp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  957. this.btnZUp.TabIndex = 2;
  958. this.btnZUp.TabStop = false;
  959. this.btnZUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseDown);
  960. this.btnZUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnFront_MouseUp);
  961. //
  962. // pnlPic
  963. //
  964. this.pnlPic.BackColor = System.Drawing.SystemColors.ActiveCaption;
  965. this.pnlPic.Location = new System.Drawing.Point(2, 2);
  966. this.pnlPic.Margin = new System.Windows.Forms.Padding(2);
  967. this.pnlPic.Name = "pnlPic";
  968. this.pnlPic.Size = new System.Drawing.Size(574, 376);
  969. this.pnlPic.TabIndex = 22;
  970. //
  971. // splitContainer1
  972. //
  973. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  974. this.splitContainer1.Location = new System.Drawing.Point(0, 80);
  975. this.splitContainer1.Margin = new System.Windows.Forms.Padding(2);
  976. this.splitContainer1.Name = "splitContainer1";
  977. //
  978. // splitContainer1.Panel1
  979. //
  980. this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
  981. this.splitContainer1.Panel1MinSize = 900;
  982. //
  983. // splitContainer1.Panel2
  984. //
  985. this.splitContainer1.Panel2.BackColor = System.Drawing.SystemColors.ActiveCaption;
  986. this.splitContainer1.Panel2.Controls.Add(this.gpbDefectSelectList);
  987. this.splitContainer1.Panel2.Controls.Add(this.gpbProductInfo);
  988. this.splitContainer1.Panel2.Controls.Add(this.gpbDefectList);
  989. this.splitContainer1.Panel2MinSize = 300;
  990. this.splitContainer1.Size = new System.Drawing.Size(1319, 527);
  991. this.splitContainer1.SplitterDistance = 900;
  992. this.splitContainer1.SplitterWidth = 1;
  993. this.splitContainer1.TabIndex = 26;
  994. this.splitContainer1.SizeChanged += new System.EventHandler(this.splitContainer1_SizeChanged);
  995. //
  996. // gpbDefectSelectList
  997. //
  998. this.gpbDefectSelectList.Controls.Add(this.flpDefectItems);
  999. this.gpbDefectSelectList.Location = new System.Drawing.Point(5, 8);
  1000. this.gpbDefectSelectList.Name = "gpbDefectSelectList";
  1001. this.gpbDefectSelectList.Size = new System.Drawing.Size(410, 137);
  1002. this.gpbDefectSelectList.TabIndex = 9;
  1003. this.gpbDefectSelectList.TabStop = false;
  1004. this.gpbDefectSelectList.Text = "缺陷选择";
  1005. //
  1006. // flpDefectItems
  1007. //
  1008. this.flpDefectItems.AutoScroll = true;
  1009. this.flpDefectItems.Controls.Add(this.pnlPic);
  1010. this.flpDefectItems.Dock = System.Windows.Forms.DockStyle.Fill;
  1011. this.flpDefectItems.Location = new System.Drawing.Point(3, 17);
  1012. this.flpDefectItems.Name = "flpDefectItems";
  1013. this.flpDefectItems.Size = new System.Drawing.Size(404, 117);
  1014. this.flpDefectItems.TabIndex = 0;
  1015. //
  1016. // statusStrip1
  1017. //
  1018. this.statusStrip1.BackColor = System.Drawing.SystemColors.HotTrack;
  1019. this.statusStrip1.ImageScalingSize = new System.Drawing.Size(24, 24);
  1020. this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  1021. this.tsAxisState});
  1022. this.statusStrip1.Location = new System.Drawing.Point(0, 607);
  1023. this.statusStrip1.Name = "statusStrip1";
  1024. this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 9, 0);
  1025. this.statusStrip1.Size = new System.Drawing.Size(1319, 22);
  1026. this.statusStrip1.TabIndex = 20;
  1027. this.statusStrip1.Text = "statusStrip1";
  1028. //
  1029. // tsAxisState
  1030. //
  1031. this.tsAxisState.ForeColor = System.Drawing.Color.White;
  1032. this.tsAxisState.Name = "tsAxisState";
  1033. this.tsAxisState.Size = new System.Drawing.Size(56, 17);
  1034. this.tsAxisState.Text = "位置信息";
  1035. //
  1036. // chkLaser
  1037. //
  1038. this.chkLaser.AutoSize = true;
  1039. this.chkLaser.Enabled = false;
  1040. this.chkLaser.Font = new System.Drawing.Font("宋体", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1041. this.chkLaser.Location = new System.Drawing.Point(535, 40);
  1042. this.chkLaser.Margin = new System.Windows.Forms.Padding(2);
  1043. this.chkLaser.Name = "chkLaser";
  1044. this.chkLaser.Size = new System.Drawing.Size(74, 19);
  1045. this.chkLaser.TabIndex = 27;
  1046. this.chkLaser.Text = "激光灯";
  1047. this.chkLaser.UseVisualStyleBackColor = true;
  1048. this.chkLaser.CheckedChanged += new System.EventHandler(this.chkLaser_CheckedChanged);
  1049. //
  1050. // button1
  1051. //
  1052. this.button1.Location = new System.Drawing.Point(638, 40);
  1053. this.button1.Name = "button1";
  1054. this.button1.Size = new System.Drawing.Size(75, 23);
  1055. this.button1.TabIndex = 28;
  1056. this.button1.Text = "button1";
  1057. this.button1.UseVisualStyleBackColor = true;
  1058. this.button1.Visible = false;
  1059. this.button1.Click += new System.EventHandler(this.button1_Click);
  1060. //
  1061. // FrmMain
  1062. //
  1063. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1064. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1065. this.ClientSize = new System.Drawing.Size(1319, 629);
  1066. this.Controls.Add(this.button1);
  1067. this.Controls.Add(this.chkLaser);
  1068. this.Controls.Add(this.splitContainer1);
  1069. this.Controls.Add(this.toolStrip1);
  1070. this.Controls.Add(this.menuStrip1);
  1071. this.Controls.Add(this.chkSyncMove);
  1072. this.Controls.Add(this.statusStrip1);
  1073. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  1074. this.KeyPreview = true;
  1075. this.Margin = new System.Windows.Forms.Padding(2);
  1076. this.Name = "FrmMain";
  1077. this.ShowIcon = false;
  1078. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1079. this.Text = "修复控制台 - v1.6";
  1080. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  1081. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
  1082. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMain_FormClosed);
  1083. this.Load += new System.EventHandler(this.FrmMain_Load);
  1084. this.SizeChanged += new System.EventHandler(this.splitContainer1_SizeChanged);
  1085. this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyUp);
  1086. this.menuStrip1.ResumeLayout(false);
  1087. this.menuStrip1.PerformLayout();
  1088. this.toolStrip1.ResumeLayout(false);
  1089. this.toolStrip1.PerformLayout();
  1090. this.gpbDefectList.ResumeLayout(false);
  1091. ((System.ComponentModel.ISupportInitialize)(this.dgvProcess)).EndInit();
  1092. this.gpbProductInfo.ResumeLayout(false);
  1093. this.gpbProductInfo.PerformLayout();
  1094. this.splitContainer2.Panel1.ResumeLayout(false);
  1095. this.splitContainer2.Panel2.ResumeLayout(false);
  1096. ((System.ComponentModel.ISupportInitialize)(this.splitContainer2)).EndInit();
  1097. this.splitContainer2.ResumeLayout(false);
  1098. this.tabControl1.ResumeLayout(false);
  1099. this.tabPage1.ResumeLayout(false);
  1100. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1101. this.tabPage2.ResumeLayout(false);
  1102. this.tabPage2.PerformLayout();
  1103. this.gpbLog.ResumeLayout(false);
  1104. this.gpbXYAxis.ResumeLayout(false);
  1105. ((System.ComponentModel.ISupportInitialize)(this.btnRight)).EndInit();
  1106. ((System.ComponentModel.ISupportInitialize)(this.btnLeft)).EndInit();
  1107. ((System.ComponentModel.ISupportInitialize)(this.btnBack)).EndInit();
  1108. ((System.ComponentModel.ISupportInitialize)(this.btnFront)).EndInit();
  1109. this.gpbZAxis.ResumeLayout(false);
  1110. ((System.ComponentModel.ISupportInitialize)(this.btnZDown)).EndInit();
  1111. ((System.ComponentModel.ISupportInitialize)(this.btnZUp)).EndInit();
  1112. this.splitContainer1.Panel1.ResumeLayout(false);
  1113. this.splitContainer1.Panel2.ResumeLayout(false);
  1114. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  1115. this.splitContainer1.ResumeLayout(false);
  1116. this.gpbDefectSelectList.ResumeLayout(false);
  1117. this.flpDefectItems.ResumeLayout(false);
  1118. this.statusStrip1.ResumeLayout(false);
  1119. this.statusStrip1.PerformLayout();
  1120. this.ResumeLayout(false);
  1121. this.PerformLayout();
  1122. }
  1123. #endregion
  1124. private System.Windows.Forms.CheckBox chkSyncMove;
  1125. private System.Windows.Forms.MenuStrip menuStrip1;
  1126. private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
  1127. private System.Windows.Forms.ToolStripMenuItem 设备调试ToolStripMenuItem;
  1128. private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
  1129. private System.Windows.Forms.ToolStripMenuItem tsMenuPTSetting;
  1130. private System.Windows.Forms.ToolStripMenuItem tsMenuCmdSetting;
  1131. private System.Windows.Forms.ToolStripMenuItem tsMenuSysSetting;
  1132. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
  1133. private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
  1134. private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
  1135. private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
  1136. private System.Windows.Forms.ToolStrip toolStrip1;
  1137. private System.Windows.Forms.ToolStripButton tsbtnOpenDev;
  1138. private System.Windows.Forms.ToolStripButton tsbtnCloseDev;
  1139. private System.Windows.Forms.ToolStripSeparator toolStripSeparator10;
  1140. private System.Windows.Forms.ToolStripButton tsbtnWarning;
  1141. private System.Windows.Forms.ToolStripSeparator toolStripSeparator11;
  1142. private System.Windows.Forms.ToolStripButton tsbtnStart;
  1143. private System.Windows.Forms.ToolStripButton tsbtnPause1;
  1144. private System.Windows.Forms.ToolStripButton tsbtnReset;
  1145. private System.Windows.Forms.ToolStripMenuItem 管理ToolStripMenuItem;
  1146. private System.Windows.Forms.ToolStripMenuItem 产品管理ToolStripMenuItem;
  1147. private System.Windows.Forms.ToolStripMenuItem 流程管理ToolStripMenuItem;
  1148. private System.Windows.Forms.ToolStripButton tsbtnStopNow;
  1149. private System.Windows.Forms.GroupBox gpbDefectList;
  1150. private System.Windows.Forms.DataGridView dgvProcess;
  1151. private System.Windows.Forms.GroupBox gpbProductInfo;
  1152. private System.Windows.Forms.ComboBox cbxSN;
  1153. private System.Windows.Forms.TextBox txtCreateTime;
  1154. private System.Windows.Forms.Label label5;
  1155. private System.Windows.Forms.TextBox txtProductCode;
  1156. private System.Windows.Forms.Label label3;
  1157. private System.Windows.Forms.TextBox txtBatchId;
  1158. private System.Windows.Forms.Label label2;
  1159. private System.Windows.Forms.TextBox txtProductName;
  1160. private System.Windows.Forms.Label label4;
  1161. private System.Windows.Forms.Label label1;
  1162. private System.Windows.Forms.SplitContainer splitContainer2;
  1163. private System.Windows.Forms.Panel pnlPic;
  1164. private System.Windows.Forms.PictureBox pictureBox1;
  1165. private System.Windows.Forms.Button tsbtnGoDownPT;
  1166. private System.Windows.Forms.Button tsbtnPause;
  1167. private System.Windows.Forms.GroupBox gpbLog;
  1168. private System.Windows.Forms.ListBox lstLog;
  1169. private System.Windows.Forms.GroupBox gpbXYAxis;
  1170. private System.Windows.Forms.PictureBox btnRight;
  1171. private System.Windows.Forms.PictureBox btnLeft;
  1172. private System.Windows.Forms.PictureBox btnBack;
  1173. private System.Windows.Forms.PictureBox btnFront;
  1174. private System.Windows.Forms.GroupBox gpbZAxis;
  1175. private System.Windows.Forms.PictureBox btnZDown;
  1176. private System.Windows.Forms.PictureBox btnZUp;
  1177. private System.Windows.Forms.SplitContainer splitContainer1;
  1178. private System.Windows.Forms.StatusStrip statusStrip1;
  1179. private System.Windows.Forms.ToolStripStatusLabel tsAxisState;
  1180. private System.Windows.Forms.ToolStripMenuItem 测试ToolStripMenuItem;
  1181. private System.Windows.Forms.CheckBox chkLaser;
  1182. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  1183. private System.Windows.Forms.ToolStripButton tsbtnLog;
  1184. private System.Windows.Forms.Button button1;
  1185. private System.Windows.Forms.GroupBox gpbDefectSelectList;
  1186. private System.Windows.Forms.FlowLayoutPanel flpDefectItems;
  1187. private System.Windows.Forms.DataGridViewTextBoxColumn colKey;
  1188. private System.Windows.Forms.DataGridViewTextBoxColumn colMainIndex;
  1189. private System.Windows.Forms.DataGridViewTextBoxColumn colIndex;
  1190. private System.Windows.Forms.DataGridViewTextBoxColumn colX;
  1191. private System.Windows.Forms.DataGridViewTextBoxColumn colY;
  1192. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectName;
  1193. private System.Windows.Forms.DataGridViewTextBoxColumn colDefectCC;
  1194. private System.Windows.Forms.DataGridViewTextBoxColumn colResult;
  1195. private System.Windows.Forms.TabControl tabControl1;
  1196. private System.Windows.Forms.TabPage tabPage1;
  1197. private System.Windows.Forms.TabPage tabPage2;
  1198. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  1199. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  1200. }
  1201. }