Make_EquiConnect.Designer.cs 31 KB

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