版博士V2.0程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

FrmMain.Designer.cs 64 KiB

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