25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

FrmMain.Designer.cs 62 KiB

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