Make_EquiConnect.Designer.cs 32 KB

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