Make_EquiConnect.Designer.cs 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_EquiConnect
  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(Make_EquiConnect));
  29. this.Container = new System.Windows.Forms.TableLayoutPanel();
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.EmployeeVal = new System.Windows.Forms.TextBox();
  32. this.EmployeeLab = new System.Windows.Forms.Label();
  33. this.onWatch = new System.Windows.Forms.Button();
  34. this.allParse = new System.Windows.Forms.Button();
  35. this.Device = new System.Windows.Forms.ComboBox();
  36. this.label5 = new System.Windows.Forms.Label();
  37. this.Choose = new System.Windows.Forms.Button();
  38. this.label6 = new System.Windows.Forms.Label();
  39. this.txtPath = new System.Windows.Forms.TextBox();
  40. this.LineLab = new System.Windows.Forms.Label();
  41. this.LineVal = new System.Windows.Forms.ComboBox();
  42. this.SNVal = new System.Windows.Forms.TextBox();
  43. this.SNLab = new System.Windows.Forms.Label();
  44. this.OkBox = new System.Windows.Forms.CheckBox();
  45. this.NgBox = new System.Windows.Forms.CheckBox();
  46. this.OK = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  47. this.NG = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  48. this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  49. this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  50. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  51. this.TargetQty = new System.Windows.Forms.Label();
  52. this.label7 = new System.Windows.Forms.Label();
  53. this.productName = new System.Windows.Forms.Label();
  54. this.productCode = new System.Windows.Forms.Label();
  55. this.workOrder = new System.Windows.Forms.Label();
  56. this.label4 = new System.Windows.Forms.Label();
  57. this.label1 = new System.Windows.Forms.Label();
  58. this.label3 = new System.Windows.Forms.Label();
  59. this.label2 = new System.Windows.Forms.Label();
  60. this.serialNumber = new System.Windows.Forms.Label();
  61. this.TestLab = new System.Windows.Forms.Label();
  62. this.Container.SuspendLayout();
  63. this.panel1.SuspendLayout();
  64. this.SNDetails.SuspendLayout();
  65. this.tableLayoutPanel1.SuspendLayout();
  66. this.SuspendLayout();
  67. //
  68. // Container
  69. //
  70. this.Container.ColumnCount = 1;
  71. this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  72. this.Container.Controls.Add(this.panel1, 0, 1);
  73. this.Container.Controls.Add(this.OperatResult, 0, 2);
  74. this.Container.Controls.Add(this.SNDetails, 0, 0);
  75. this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
  76. this.Container.Location = new System.Drawing.Point(0, 0);
  77. this.Container.Margin = new System.Windows.Forms.Padding(4);
  78. this.Container.Name = "Container";
  79. this.Container.RowCount = 3;
  80. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
  81. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25F));
  82. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 60F));
  83. this.Container.Size = new System.Drawing.Size(1280, 720);
  84. this.Container.TabIndex = 8;
  85. //
  86. // panel1
  87. //
  88. this.panel1.Controls.Add(this.OkBox);
  89. this.panel1.Controls.Add(this.TestLab);
  90. this.panel1.Controls.Add(this.NgBox);
  91. this.panel1.Controls.Add(this.EmployeeVal);
  92. this.panel1.Controls.Add(this.EmployeeLab);
  93. this.panel1.Controls.Add(this.onWatch);
  94. this.panel1.Controls.Add(this.allParse);
  95. this.panel1.Controls.Add(this.Device);
  96. this.panel1.Controls.Add(this.label5);
  97. this.panel1.Controls.Add(this.Choose);
  98. this.panel1.Controls.Add(this.label6);
  99. this.panel1.Controls.Add(this.txtPath);
  100. this.panel1.Controls.Add(this.LineLab);
  101. this.panel1.Controls.Add(this.LineVal);
  102. this.panel1.Controls.Add(this.OK);
  103. this.panel1.Controls.Add(this.NG);
  104. this.panel1.Controls.Add(this.SNVal);
  105. this.panel1.Controls.Add(this.SNLab);
  106. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.panel1.Location = new System.Drawing.Point(3, 111);
  108. this.panel1.Name = "panel1";
  109. this.panel1.Size = new System.Drawing.Size(1274, 174);
  110. this.panel1.TabIndex = 4;
  111. //
  112. // EmployeeVal
  113. //
  114. this.EmployeeVal.Location = new System.Drawing.Point(101, 24);
  115. this.EmployeeVal.Name = "EmployeeVal";
  116. this.EmployeeVal.Size = new System.Drawing.Size(103, 31);
  117. this.EmployeeVal.TabIndex = 177;
  118. this.EmployeeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal_KeyDown_1);
  119. this.EmployeeVal.Leave += new System.EventHandler(this.EmployeeVal_Leave_1);
  120. //
  121. // EmployeeLab
  122. //
  123. this.EmployeeLab.AutoSize = true;
  124. this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.EmployeeLab.Location = new System.Drawing.Point(39, 24);
  126. this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.EmployeeLab.Name = "EmployeeLab";
  128. this.EmployeeLab.Size = new System.Drawing.Size(75, 28);
  129. this.EmployeeLab.TabIndex = 176;
  130. this.EmployeeLab.Text = "抽检员";
  131. //
  132. // onWatch
  133. //
  134. this.onWatch.Cursor = System.Windows.Forms.Cursors.Hand;
  135. this.onWatch.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.onWatch.Location = new System.Drawing.Point(792, 102);
  137. this.onWatch.Name = "onWatch";
  138. this.onWatch.Size = new System.Drawing.Size(122, 38);
  139. this.onWatch.TabIndex = 175;
  140. this.onWatch.Text = "开启解析";
  141. this.onWatch.UseVisualStyleBackColor = true;
  142. this.onWatch.Visible = false;
  143. //
  144. // allParse
  145. //
  146. this.allParse.Cursor = System.Windows.Forms.Cursors.Hand;
  147. this.allParse.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.allParse.Location = new System.Drawing.Point(986, 102);
  149. this.allParse.Name = "allParse";
  150. this.allParse.Size = new System.Drawing.Size(122, 38);
  151. this.allParse.TabIndex = 174;
  152. this.allParse.Text = "批量解析";
  153. this.allParse.UseVisualStyleBackColor = true;
  154. this.allParse.Visible = false;
  155. //
  156. // Device
  157. //
  158. this.Device.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  159. this.Device.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.Device.Items.AddRange(new object[] {
  161. "AOI设备",
  162. "X-ray设备",
  163. "CCD设备"});
  164. this.Device.Location = new System.Drawing.Point(823, 12);
  165. this.Device.Name = "Device";
  166. this.Device.Size = new System.Drawing.Size(285, 32);
  167. this.Device.TabIndex = 170;
  168. this.Device.Visible = false;
  169. //
  170. // label5
  171. //
  172. this.label5.AutoSize = true;
  173. this.label5.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  174. this.label5.Location = new System.Drawing.Point(712, 16);
  175. this.label5.Name = "label5";
  176. this.label5.Size = new System.Drawing.Size(96, 28);
  177. this.label5.TabIndex = 169;
  178. this.label5.Text = "设备类型";
  179. this.label5.Visible = false;
  180. //
  181. // Choose
  182. //
  183. this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
  184. this.Choose.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.Choose.Location = new System.Drawing.Point(1176, 49);
  186. this.Choose.Name = "Choose";
  187. this.Choose.Size = new System.Drawing.Size(90, 33);
  188. this.Choose.TabIndex = 172;
  189. this.Choose.Text = "选择";
  190. this.Choose.UseVisualStyleBackColor = true;
  191. this.Choose.Visible = false;
  192. //
  193. // label6
  194. //
  195. this.label6.AutoSize = true;
  196. this.label6.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.label6.Location = new System.Drawing.Point(689, 54);
  198. this.label6.Name = "label6";
  199. this.label6.Size = new System.Drawing.Size(117, 28);
  200. this.label6.TabIndex = 173;
  201. this.label6.Text = "文件夹路径";
  202. this.label6.Visible = false;
  203. //
  204. // txtPath
  205. //
  206. this.txtPath.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  207. this.txtPath.Location = new System.Drawing.Point(823, 51);
  208. this.txtPath.Name = "txtPath";
  209. this.txtPath.Size = new System.Drawing.Size(332, 31);
  210. this.txtPath.TabIndex = 171;
  211. this.txtPath.Visible = false;
  212. //
  213. // LineLab
  214. //
  215. this.LineLab.AutoSize = true;
  216. this.LineLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.LineLab.Location = new System.Drawing.Point(49, 93);
  218. this.LineLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  219. this.LineLab.Name = "LineLab";
  220. this.LineLab.Size = new System.Drawing.Size(54, 28);
  221. this.LineLab.TabIndex = 167;
  222. this.LineLab.Text = "线体";
  223. //
  224. // LineVal
  225. //
  226. this.LineVal.FormattingEnabled = true;
  227. this.LineVal.Location = new System.Drawing.Point(101, 93);
  228. this.LineVal.Name = "LineVal";
  229. this.LineVal.Size = new System.Drawing.Size(164, 32);
  230. this.LineVal.TabIndex = 168;
  231. //
  232. // SNVal
  233. //
  234. this.SNVal.Location = new System.Drawing.Point(101, 133);
  235. this.SNVal.Name = "SNVal";
  236. this.SNVal.Size = new System.Drawing.Size(243, 31);
  237. this.SNVal.TabIndex = 164;
  238. this.SNVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.SNVal_KeyDown);
  239. //
  240. // SNLab
  241. //
  242. this.SNLab.AutoSize = true;
  243. this.SNLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.SNLab.Location = new System.Drawing.Point(39, 133);
  245. this.SNLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  246. this.SNLab.Name = "SNLab";
  247. this.SNLab.Size = new System.Drawing.Size(75, 28);
  248. this.SNLab.TabIndex = 163;
  249. this.SNLab.Text = "序列号";
  250. //
  251. // OkBox
  252. //
  253. this.OkBox.AutoSize = true;
  254. this.OkBox.Cursor = System.Windows.Forms.Cursors.Hand;
  255. this.OkBox.Location = new System.Drawing.Point(101, 61);
  256. this.OkBox.Name = "OkBox";
  257. this.OkBox.Size = new System.Drawing.Size(62, 28);
  258. this.OkBox.TabIndex = 178;
  259. this.OkBox.Text = "OK";
  260. this.OkBox.UseVisualStyleBackColor = true;
  261. this.OkBox.Click += new System.EventHandler(this.OkBox_Click);
  262. //
  263. // NgBox
  264. //
  265. this.NgBox.AutoSize = true;
  266. this.NgBox.Cursor = System.Windows.Forms.Cursors.Hand;
  267. this.NgBox.Location = new System.Drawing.Point(169, 61);
  268. this.NgBox.Name = "NgBox";
  269. this.NgBox.Size = new System.Drawing.Size(64, 28);
  270. this.NgBox.TabIndex = 179;
  271. this.NgBox.Text = "NG";
  272. this.NgBox.UseVisualStyleBackColor = true;
  273. this.NgBox.Click += new System.EventHandler(this.NgBox_Click);
  274. //
  275. // OK
  276. //
  277. this.OK.AllPower = null;
  278. this.OK.BackColor = System.Drawing.Color.Transparent;
  279. this.OK.Cursor = System.Windows.Forms.Cursors.Hand;
  280. this.OK.DownImage = ((System.Drawing.Image)(resources.GetObject("OK.DownImage")));
  281. this.OK.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  282. this.OK.ForeColor = System.Drawing.Color.Green;
  283. this.OK.Image = null;
  284. this.OK.IsShowBorder = true;
  285. this.OK.Location = new System.Drawing.Point(400, 86);
  286. this.OK.Margin = new System.Windows.Forms.Padding(5);
  287. this.OK.MoveImage = ((System.Drawing.Image)(resources.GetObject("OK.MoveImage")));
  288. this.OK.Name = "OK";
  289. this.OK.NormalImage = ((System.Drawing.Image)(resources.GetObject("OK.NormalImage")));
  290. this.OK.Power = null;
  291. this.OK.Size = new System.Drawing.Size(147, 54);
  292. this.OK.TabIndex = 165;
  293. this.OK.Tag = "IfRead";
  294. this.OK.Text = "OK";
  295. this.OK.UseVisualStyleBackColor = false;
  296. this.OK.Visible = false;
  297. this.OK.Click += new System.EventHandler(this.OK_Click);
  298. //
  299. // NG
  300. //
  301. this.NG.AllPower = null;
  302. this.NG.BackColor = System.Drawing.Color.Transparent;
  303. this.NG.Cursor = System.Windows.Forms.Cursors.Hand;
  304. this.NG.DownImage = ((System.Drawing.Image)(resources.GetObject("NG.DownImage")));
  305. this.NG.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.NG.ForeColor = System.Drawing.Color.Red;
  307. this.NG.Image = null;
  308. this.NG.IsShowBorder = true;
  309. this.NG.Location = new System.Drawing.Point(566, 86);
  310. this.NG.Margin = new System.Windows.Forms.Padding(5);
  311. this.NG.MoveImage = ((System.Drawing.Image)(resources.GetObject("NG.MoveImage")));
  312. this.NG.Name = "NG";
  313. this.NG.NormalImage = ((System.Drawing.Image)(resources.GetObject("NG.NormalImage")));
  314. this.NG.Power = null;
  315. this.NG.Size = new System.Drawing.Size(147, 54);
  316. this.NG.TabIndex = 166;
  317. this.NG.Tag = "IfRead";
  318. this.NG.Text = "NG";
  319. this.NG.UseVisualStyleBackColor = true;
  320. this.NG.Visible = false;
  321. this.NG.Click += new System.EventHandler(this.NG_Click);
  322. //
  323. // OperatResult
  324. //
  325. this.OperatResult.AcceptsTab = true;
  326. this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
  327. this.OperatResult.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.OperatResult.Location = new System.Drawing.Point(4, 293);
  329. this.OperatResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  330. this.OperatResult.Name = "OperatResult";
  331. this.OperatResult.Size = new System.Drawing.Size(1272, 422);
  332. this.OperatResult.TabIndex = 134;
  333. this.OperatResult.Text = "";
  334. //
  335. // SNDetails
  336. //
  337. this.SNDetails.BorderColor = System.Drawing.Color.Black;
  338. this.SNDetails.Controls.Add(this.tableLayoutPanel1);
  339. this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
  340. this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.SNDetails.Location = new System.Drawing.Point(3, 3);
  342. this.SNDetails.Name = "SNDetails";
  343. this.SNDetails.Size = new System.Drawing.Size(1274, 102);
  344. this.SNDetails.TabIndex = 3;
  345. this.SNDetails.TabStop = false;
  346. this.SNDetails.Text = "产品序列信息";
  347. this.SNDetails.TextColor = System.Drawing.Color.Black;
  348. //
  349. // tableLayoutPanel1
  350. //
  351. this.tableLayoutPanel1.ColumnCount = 10;
  352. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
  353. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
  354. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
  355. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
  356. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
  357. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
  358. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
  359. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 31.57895F));
  360. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 5.263158F));
  361. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 10.52632F));
  362. this.tableLayoutPanel1.Controls.Add(this.TargetQty, 9, 0);
  363. this.tableLayoutPanel1.Controls.Add(this.label7, 8, 0);
  364. this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
  365. this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
  366. this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
  367. this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
  368. this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
  369. this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
  370. this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
  371. this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
  372. this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  373. this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 31);
  374. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  375. this.tableLayoutPanel1.RowCount = 1;
  376. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  377. this.tableLayoutPanel1.Size = new System.Drawing.Size(1268, 68);
  378. this.tableLayoutPanel1.TabIndex = 0;
  379. //
  380. // TargetQty
  381. //
  382. this.TargetQty.AutoSize = true;
  383. this.TargetQty.Dock = System.Windows.Forms.DockStyle.Fill;
  384. this.TargetQty.Location = new System.Drawing.Point(1132, 0);
  385. this.TargetQty.Name = "TargetQty";
  386. this.TargetQty.Size = new System.Drawing.Size(133, 68);
  387. this.TargetQty.TabIndex = 9;
  388. this.TargetQty.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  389. //
  390. // label7
  391. //
  392. this.label7.AutoSize = true;
  393. this.label7.Dock = System.Windows.Forms.DockStyle.Fill;
  394. this.label7.Location = new System.Drawing.Point(1066, 0);
  395. this.label7.Name = "label7";
  396. this.label7.Size = new System.Drawing.Size(60, 68);
  397. this.label7.TabIndex = 8;
  398. this.label7.Text = "工单数量: ";
  399. this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  400. //
  401. // productName
  402. //
  403. this.productName.AutoSize = true;
  404. this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
  405. this.productName.Location = new System.Drawing.Point(666, 0);
  406. this.productName.Name = "productName";
  407. this.productName.Size = new System.Drawing.Size(394, 68);
  408. this.productName.TabIndex = 7;
  409. this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  410. //
  411. // productCode
  412. //
  413. this.productCode.AutoSize = true;
  414. this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
  415. this.productCode.Location = new System.Drawing.Point(467, 0);
  416. this.productCode.Name = "productCode";
  417. this.productCode.Size = new System.Drawing.Size(127, 68);
  418. this.productCode.TabIndex = 6;
  419. this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  420. //
  421. // workOrder
  422. //
  423. this.workOrder.AutoSize = true;
  424. this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
  425. this.workOrder.Location = new System.Drawing.Point(268, 0);
  426. this.workOrder.Name = "workOrder";
  427. this.workOrder.Size = new System.Drawing.Size(127, 68);
  428. this.workOrder.TabIndex = 5;
  429. this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  430. //
  431. // label4
  432. //
  433. this.label4.AutoSize = true;
  434. this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
  435. this.label4.Location = new System.Drawing.Point(600, 0);
  436. this.label4.Name = "label4";
  437. this.label4.Size = new System.Drawing.Size(60, 68);
  438. this.label4.TabIndex = 3;
  439. this.label4.Text = "产品名称: ";
  440. this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  441. //
  442. // label1
  443. //
  444. this.label1.AutoSize = true;
  445. this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
  446. this.label1.Location = new System.Drawing.Point(3, 0);
  447. this.label1.Name = "label1";
  448. this.label1.Size = new System.Drawing.Size(60, 68);
  449. this.label1.TabIndex = 0;
  450. this.label1.Text = "序列号: ";
  451. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  452. //
  453. // label3
  454. //
  455. this.label3.AutoSize = true;
  456. this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
  457. this.label3.Location = new System.Drawing.Point(401, 0);
  458. this.label3.Name = "label3";
  459. this.label3.Size = new System.Drawing.Size(60, 68);
  460. this.label3.TabIndex = 2;
  461. this.label3.Text = "产品编号: ";
  462. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  463. //
  464. // label2
  465. //
  466. this.label2.AutoSize = true;
  467. this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
  468. this.label2.Location = new System.Drawing.Point(202, 0);
  469. this.label2.Name = "label2";
  470. this.label2.Size = new System.Drawing.Size(60, 68);
  471. this.label2.TabIndex = 1;
  472. this.label2.Text = "工单: ";
  473. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  474. //
  475. // serialNumber
  476. //
  477. this.serialNumber.AutoSize = true;
  478. this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
  479. this.serialNumber.Location = new System.Drawing.Point(69, 0);
  480. this.serialNumber.Name = "serialNumber";
  481. this.serialNumber.Size = new System.Drawing.Size(127, 68);
  482. this.serialNumber.TabIndex = 4;
  483. this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  484. //
  485. // TestLab
  486. //
  487. this.TestLab.AutoSize = true;
  488. this.TestLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  489. this.TestLab.Location = new System.Drawing.Point(18, 61);
  490. this.TestLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  491. this.TestLab.Name = "TestLab";
  492. this.TestLab.Size = new System.Drawing.Size(96, 28);
  493. this.TestLab.TabIndex = 180;
  494. this.TestLab.Text = "判定结果";
  495. //
  496. // Make_EquiConnect
  497. //
  498. this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
  499. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  500. this.ClientSize = new System.Drawing.Size(1280, 720);
  501. this.Controls.Add(this.Container);
  502. this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  503. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  504. this.Margin = new System.Windows.Forms.Padding(4);
  505. this.Name = "Make_EquiConnect";
  506. this.Text = "Make_EquiConnect";
  507. this.Load += new System.EventHandler(this.Make_EquiConnect_Load);
  508. this.Container.ResumeLayout(false);
  509. this.panel1.ResumeLayout(false);
  510. this.panel1.PerformLayout();
  511. this.SNDetails.ResumeLayout(false);
  512. this.tableLayoutPanel1.ResumeLayout(false);
  513. this.tableLayoutPanel1.PerformLayout();
  514. this.ResumeLayout(false);
  515. }
  516. #endregion
  517. private System.Windows.Forms.TableLayoutPanel Container;
  518. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
  519. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  520. private System.Windows.Forms.Label productName;
  521. private System.Windows.Forms.Label productCode;
  522. private System.Windows.Forms.Label workOrder;
  523. private System.Windows.Forms.Label label4;
  524. private System.Windows.Forms.Label label1;
  525. private System.Windows.Forms.Label label3;
  526. private System.Windows.Forms.Label label2;
  527. private System.Windows.Forms.Label serialNumber;
  528. private System.Windows.Forms.Panel panel1;
  529. private CustomControl.RichText.RichTextAutoBottom OperatResult;
  530. private System.Windows.Forms.TextBox SNVal;
  531. private System.Windows.Forms.Label SNLab;
  532. private CustomControl.ButtonUtil.NormalButton OK;
  533. private CustomControl.ButtonUtil.NormalButton NG;
  534. private System.Windows.Forms.Label LineLab;
  535. private System.Windows.Forms.ComboBox LineVal;
  536. private System.Windows.Forms.Button onWatch;
  537. private System.Windows.Forms.Button allParse;
  538. private System.Windows.Forms.ComboBox Device;
  539. private System.Windows.Forms.Label label5;
  540. private System.Windows.Forms.Button Choose;
  541. private System.Windows.Forms.Label label6;
  542. private System.Windows.Forms.TextBox txtPath;
  543. private System.Windows.Forms.TextBox EmployeeVal;
  544. private System.Windows.Forms.Label EmployeeLab;
  545. private System.Windows.Forms.Label label7;
  546. private System.Windows.Forms.Label TargetQty;
  547. private System.Windows.Forms.CheckBox OkBox;
  548. private System.Windows.Forms.CheckBox NgBox;
  549. private System.Windows.Forms.Label TestLab;
  550. }
  551. }