Make_EquiConnect.Designer.cs 27 KB

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