版博士V2.0程序
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

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