Make_ToolingManager.Designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742
  1. namespace UAS_MES_NEW.Make
  2. {
  3. partial class Make_ToolingManager
  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. this.TopBox = new System.Windows.Forms.Panel();
  29. this.cancel = new System.Windows.Forms.Button();
  30. this.prevTimeVal = new System.Windows.Forms.TextBox();
  31. this.prevTimeLab = new System.Windows.Forms.Label();
  32. this.prevTypeVal = new System.Windows.Forms.TextBox();
  33. this.prevTypeLab = new System.Windows.Forms.Label();
  34. this.typeVal = new System.Windows.Forms.ComboBox();
  35. this.typeLab = new System.Windows.Forms.Label();
  36. this.toolingVal = new System.Windows.Forms.TextBox();
  37. this.toolingLab = new System.Windows.Forms.Label();
  38. this.ExeBox = new System.Windows.Forms.TabControl();
  39. this.ExePage1 = new System.Windows.Forms.TabPage();
  40. this.Container = new System.Windows.Forms.TableLayoutPanel();
  41. this.MsgBox = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  42. this.Page1Box = new System.Windows.Forms.TableLayoutPanel();
  43. this.panel1 = new System.Windows.Forms.Panel();
  44. this.panel2 = new System.Windows.Forms.Panel();
  45. this.Receive = new System.Windows.Forms.Button();
  46. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  47. this.ma_codeLab = new System.Windows.Forms.Label();
  48. this.sideVal = new System.Windows.Forms.ComboBox();
  49. this.sideLab = new System.Windows.Forms.Label();
  50. this.li_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SearchTextBox();
  51. this.li_codeLab = new System.Windows.Forms.Label();
  52. this.empVal = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.empLab = new System.Windows.Forms.Label();
  54. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  55. this.stA = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  56. this.stALab = new System.Windows.Forms.Label();
  57. this.stB = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  58. this.stBLab = new System.Windows.Forms.Label();
  59. this.stC = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  60. this.stCLab = new System.Windows.Forms.Label();
  61. this.stD = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  62. this.stDLab = new System.Windows.Forms.Label();
  63. this.stE = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  64. this.stELab = new System.Windows.Forms.Label();
  65. this.stLab = new System.Windows.Forms.Label();
  66. this.empVal1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  67. this.empLab1 = new System.Windows.Forms.Label();
  68. this.IsClean = new System.Windows.Forms.CheckBox();
  69. this.Return = new System.Windows.Forms.Button();
  70. this.Scrap = new System.Windows.Forms.Button();
  71. this.currStatusVal = new System.Windows.Forms.TextBox();
  72. this.currStatusLab = new System.Windows.Forms.Label();
  73. this.TopBox.SuspendLayout();
  74. this.ExeBox.SuspendLayout();
  75. this.ExePage1.SuspendLayout();
  76. this.Container.SuspendLayout();
  77. this.Page1Box.SuspendLayout();
  78. this.panel1.SuspendLayout();
  79. this.panel2.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // TopBox
  83. //
  84. this.TopBox.Controls.Add(this.currStatusVal);
  85. this.TopBox.Controls.Add(this.currStatusLab);
  86. this.TopBox.Controls.Add(this.cancel);
  87. this.TopBox.Controls.Add(this.prevTimeVal);
  88. this.TopBox.Controls.Add(this.prevTimeLab);
  89. this.TopBox.Controls.Add(this.prevTypeVal);
  90. this.TopBox.Controls.Add(this.prevTypeLab);
  91. this.TopBox.Controls.Add(this.typeVal);
  92. this.TopBox.Controls.Add(this.typeLab);
  93. this.TopBox.Controls.Add(this.toolingVal);
  94. this.TopBox.Controls.Add(this.toolingLab);
  95. this.TopBox.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.TopBox.Location = new System.Drawing.Point(0, 0);
  97. this.TopBox.Name = "TopBox";
  98. this.TopBox.Size = new System.Drawing.Size(1280, 279);
  99. this.TopBox.TabIndex = 10;
  100. //
  101. // cancel
  102. //
  103. this.cancel.Cursor = System.Windows.Forms.Cursors.Hand;
  104. this.cancel.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.cancel.Location = new System.Drawing.Point(299, 50);
  106. this.cancel.Name = "cancel";
  107. this.cancel.Size = new System.Drawing.Size(80, 32);
  108. this.cancel.TabIndex = 10;
  109. this.cancel.Text = "取消";
  110. this.cancel.UseVisualStyleBackColor = true;
  111. this.cancel.Click += new System.EventHandler(this.cancel_Click);
  112. //
  113. // prevTimeVal
  114. //
  115. this.prevTimeVal.Enabled = false;
  116. this.prevTimeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.prevTimeVal.Location = new System.Drawing.Point(717, 102);
  118. this.prevTimeVal.Name = "prevTimeVal";
  119. this.prevTimeVal.Size = new System.Drawing.Size(204, 31);
  120. this.prevTimeVal.TabIndex = 7;
  121. //
  122. // prevTimeLab
  123. //
  124. this.prevTimeLab.AutoSize = true;
  125. this.prevTimeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.prevTimeLab.Location = new System.Drawing.Point(612, 102);
  127. this.prevTimeLab.Name = "prevTimeLab";
  128. this.prevTimeLab.Size = new System.Drawing.Size(159, 28);
  129. this.prevTimeLab.TabIndex = 6;
  130. this.prevTimeLab.Text = "上次操作时间:";
  131. //
  132. // prevTypeVal
  133. //
  134. this.prevTypeVal.Enabled = false;
  135. this.prevTypeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.prevTypeVal.Location = new System.Drawing.Point(486, 102);
  137. this.prevTypeVal.Name = "prevTypeVal";
  138. this.prevTypeVal.Size = new System.Drawing.Size(85, 31);
  139. this.prevTypeVal.TabIndex = 5;
  140. //
  141. // prevTypeLab
  142. //
  143. this.prevTypeLab.AutoSize = true;
  144. this.prevTypeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.prevTypeLab.Location = new System.Drawing.Point(365, 102);
  146. this.prevTypeLab.Name = "prevTypeLab";
  147. this.prevTypeLab.Size = new System.Drawing.Size(159, 28);
  148. this.prevTypeLab.TabIndex = 4;
  149. this.prevTypeLab.Text = "上次操作类型:";
  150. //
  151. // typeVal
  152. //
  153. this.typeVal.Enabled = false;
  154. this.typeVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.typeVal.FormattingEnabled = true;
  156. this.typeVal.Location = new System.Drawing.Point(486, 51);
  157. this.typeVal.Name = "typeVal";
  158. this.typeVal.Size = new System.Drawing.Size(145, 32);
  159. this.typeVal.TabIndex = 3;
  160. //
  161. // typeLab
  162. //
  163. this.typeLab.AutoSize = true;
  164. this.typeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.typeLab.Location = new System.Drawing.Point(395, 53);
  166. this.typeLab.Name = "typeLab";
  167. this.typeLab.Size = new System.Drawing.Size(117, 28);
  168. this.typeLab.TabIndex = 2;
  169. this.typeLab.Text = "治具类型:";
  170. //
  171. // toolingVal
  172. //
  173. this.toolingVal.Cursor = System.Windows.Forms.Cursors.Hand;
  174. this.toolingVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.toolingVal.Location = new System.Drawing.Point(89, 53);
  176. this.toolingVal.Name = "toolingVal";
  177. this.toolingVal.Size = new System.Drawing.Size(204, 31);
  178. this.toolingVal.TabIndex = 1;
  179. this.toolingVal.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.toolingVal_KeyPress);
  180. //
  181. // toolingLab
  182. //
  183. this.toolingLab.AutoSize = true;
  184. this.toolingLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.toolingLab.Location = new System.Drawing.Point(19, 55);
  186. this.toolingLab.Name = "toolingLab";
  187. this.toolingLab.Size = new System.Drawing.Size(117, 28);
  188. this.toolingLab.TabIndex = 0;
  189. this.toolingLab.Text = "治具编号:";
  190. //
  191. // ExeBox
  192. //
  193. this.ExeBox.Controls.Add(this.ExePage1);
  194. this.ExeBox.Cursor = System.Windows.Forms.Cursors.Hand;
  195. this.ExeBox.Dock = System.Windows.Forms.DockStyle.Fill;
  196. this.ExeBox.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.ExeBox.Location = new System.Drawing.Point(3, 3);
  198. this.ExeBox.Name = "ExeBox";
  199. this.ExeBox.SelectedIndex = 0;
  200. this.ExeBox.Size = new System.Drawing.Size(890, 435);
  201. this.ExeBox.TabIndex = 11;
  202. //
  203. // ExePage1
  204. //
  205. this.ExePage1.Controls.Add(this.Page1Box);
  206. this.ExePage1.Cursor = System.Windows.Forms.Cursors.Default;
  207. this.ExePage1.Location = new System.Drawing.Point(4, 37);
  208. this.ExePage1.Name = "ExePage1";
  209. this.ExePage1.Padding = new System.Windows.Forms.Padding(3);
  210. this.ExePage1.Size = new System.Drawing.Size(882, 394);
  211. this.ExePage1.TabIndex = 0;
  212. this.ExePage1.Text = "领用/归还";
  213. this.ExePage1.UseVisualStyleBackColor = true;
  214. //
  215. // Container
  216. //
  217. this.Container.ColumnCount = 2;
  218. this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
  219. this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
  220. this.Container.Controls.Add(this.MsgBox, 1, 0);
  221. this.Container.Controls.Add(this.ExeBox, 0, 0);
  222. this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
  223. this.Container.Location = new System.Drawing.Point(0, 279);
  224. this.Container.Name = "Container";
  225. this.Container.RowCount = 1;
  226. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  227. this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 526F));
  228. this.Container.Size = new System.Drawing.Size(1280, 441);
  229. this.Container.TabIndex = 12;
  230. //
  231. // MsgBox
  232. //
  233. this.MsgBox.Dock = System.Windows.Forms.DockStyle.Fill;
  234. this.MsgBox.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  235. this.MsgBox.Location = new System.Drawing.Point(900, 4);
  236. this.MsgBox.Margin = new System.Windows.Forms.Padding(4);
  237. this.MsgBox.Name = "MsgBox";
  238. this.MsgBox.Size = new System.Drawing.Size(376, 433);
  239. this.MsgBox.TabIndex = 54;
  240. this.MsgBox.Text = "";
  241. //
  242. // Page1Box
  243. //
  244. this.Page1Box.ColumnCount = 1;
  245. this.Page1Box.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
  246. this.Page1Box.Controls.Add(this.panel2, 0, 1);
  247. this.Page1Box.Controls.Add(this.panel1, 0, 0);
  248. this.Page1Box.Dock = System.Windows.Forms.DockStyle.Fill;
  249. this.Page1Box.Location = new System.Drawing.Point(3, 3);
  250. this.Page1Box.Name = "Page1Box";
  251. this.Page1Box.RowCount = 2;
  252. this.Page1Box.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  253. this.Page1Box.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  254. this.Page1Box.Size = new System.Drawing.Size(876, 388);
  255. this.Page1Box.TabIndex = 0;
  256. //
  257. // panel1
  258. //
  259. this.panel1.Controls.Add(this.LockMakeCode);
  260. this.panel1.Controls.Add(this.empVal);
  261. this.panel1.Controls.Add(this.empLab);
  262. this.panel1.Controls.Add(this.li_code);
  263. this.panel1.Controls.Add(this.li_codeLab);
  264. this.panel1.Controls.Add(this.sideVal);
  265. this.panel1.Controls.Add(this.sideLab);
  266. this.panel1.Controls.Add(this.ma_code);
  267. this.panel1.Controls.Add(this.ma_codeLab);
  268. this.panel1.Controls.Add(this.Receive);
  269. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  270. this.panel1.Location = new System.Drawing.Point(3, 3);
  271. this.panel1.Name = "panel1";
  272. this.panel1.Size = new System.Drawing.Size(870, 188);
  273. this.panel1.TabIndex = 0;
  274. //
  275. // panel2
  276. //
  277. this.panel2.Controls.Add(this.Scrap);
  278. this.panel2.Controls.Add(this.Return);
  279. this.panel2.Controls.Add(this.stA);
  280. this.panel2.Controls.Add(this.stALab);
  281. this.panel2.Controls.Add(this.stB);
  282. this.panel2.Controls.Add(this.stBLab);
  283. this.panel2.Controls.Add(this.stC);
  284. this.panel2.Controls.Add(this.stCLab);
  285. this.panel2.Controls.Add(this.stD);
  286. this.panel2.Controls.Add(this.stDLab);
  287. this.panel2.Controls.Add(this.stE);
  288. this.panel2.Controls.Add(this.stELab);
  289. this.panel2.Controls.Add(this.stLab);
  290. this.panel2.Controls.Add(this.empVal1);
  291. this.panel2.Controls.Add(this.empLab1);
  292. this.panel2.Controls.Add(this.IsClean);
  293. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  294. this.panel2.Location = new System.Drawing.Point(3, 197);
  295. this.panel2.Name = "panel2";
  296. this.panel2.Size = new System.Drawing.Size(870, 188);
  297. this.panel2.TabIndex = 1;
  298. //
  299. // Receive
  300. //
  301. this.Receive.Cursor = System.Windows.Forms.Cursors.Hand;
  302. this.Receive.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.Receive.Location = new System.Drawing.Point(370, 98);
  304. this.Receive.Name = "Receive";
  305. this.Receive.Size = new System.Drawing.Size(100, 32);
  306. this.Receive.TabIndex = 11;
  307. this.Receive.Text = "领用";
  308. this.Receive.UseVisualStyleBackColor = true;
  309. this.Receive.Click += new System.EventHandler(this.Receive_Click);
  310. //
  311. // ma_code
  312. //
  313. this.ma_code.AllPower = null;
  314. this.ma_code.BackColor = System.Drawing.SystemColors.Window;
  315. this.ma_code.Caller = null;
  316. this.ma_code.Condition = null;
  317. this.ma_code.DBTitle = null;
  318. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  319. this.ma_code.FormName = null;
  320. this.ma_code.Location = new System.Drawing.Point(108, 23);
  321. this.ma_code.Margin = new System.Windows.Forms.Padding(4);
  322. this.ma_code.Name = "ma_code";
  323. this.ma_code.Power = null;
  324. this.ma_code.ReturnData = null;
  325. this.ma_code.SelectField = null;
  326. this.ma_code.SetValueField = null;
  327. this.ma_code.Size = new System.Drawing.Size(231, 33);
  328. this.ma_code.TabIndex = 12;
  329. this.ma_code.TableName = null;
  330. this.ma_code.TextBoxEnable = true;
  331. //
  332. // ma_codeLab
  333. //
  334. this.ma_codeLab.AutoSize = true;
  335. this.ma_codeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.ma_codeLab.Location = new System.Drawing.Point(20, 23);
  337. this.ma_codeLab.Name = "ma_codeLab";
  338. this.ma_codeLab.Size = new System.Drawing.Size(101, 28);
  339. this.ma_codeLab.TabIndex = 14;
  340. this.ma_codeLab.Text = "归属工单:";
  341. //
  342. // sideVal
  343. //
  344. this.sideVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  345. this.sideVal.FormattingEnabled = true;
  346. this.sideVal.Items.AddRange(new object[] {
  347. "A",
  348. "B"});
  349. this.sideVal.Location = new System.Drawing.Point(671, 21);
  350. this.sideVal.Name = "sideVal";
  351. this.sideVal.Size = new System.Drawing.Size(145, 32);
  352. this.sideVal.TabIndex = 16;
  353. //
  354. // sideLab
  355. //
  356. this.sideLab.AutoSize = true;
  357. this.sideLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.sideLab.Location = new System.Drawing.Point(616, 24);
  359. this.sideLab.Name = "sideLab";
  360. this.sideLab.Size = new System.Drawing.Size(75, 28);
  361. this.sideLab.TabIndex = 15;
  362. this.sideLab.Text = "面别:";
  363. //
  364. // li_code
  365. //
  366. this.li_code.AllPower = null;
  367. this.li_code.BackColor = System.Drawing.SystemColors.Window;
  368. this.li_code.Caller = null;
  369. this.li_code.Condition = null;
  370. this.li_code.DBTitle = null;
  371. this.li_code.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. this.li_code.FormName = null;
  373. this.li_code.Location = new System.Drawing.Point(473, 23);
  374. this.li_code.Margin = new System.Windows.Forms.Padding(4);
  375. this.li_code.Name = "li_code";
  376. this.li_code.Power = null;
  377. this.li_code.ReturnData = null;
  378. this.li_code.SelectField = null;
  379. this.li_code.SetValueField = null;
  380. this.li_code.Size = new System.Drawing.Size(130, 32);
  381. this.li_code.TabIndex = 76;
  382. this.li_code.TableName = null;
  383. this.li_code.TextBoxEnable = false;
  384. //
  385. // li_codeLab
  386. //
  387. this.li_codeLab.AutoSize = true;
  388. this.li_codeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  389. this.li_codeLab.Location = new System.Drawing.Point(422, 23);
  390. this.li_codeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  391. this.li_codeLab.Name = "li_codeLab";
  392. this.li_codeLab.Size = new System.Drawing.Size(59, 28);
  393. this.li_codeLab.TabIndex = 75;
  394. this.li_codeLab.Text = "线体:";
  395. //
  396. // empVal
  397. //
  398. this.empVal.AllPower = null;
  399. this.empVal.BackColor = System.Drawing.SystemColors.Window;
  400. this.empVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  401. this.empVal.ID = null;
  402. this.empVal.Location = new System.Drawing.Point(108, 100);
  403. this.empVal.Margin = new System.Windows.Forms.Padding(4);
  404. this.empVal.Name = "empVal";
  405. this.empVal.Power = null;
  406. this.empVal.Size = new System.Drawing.Size(178, 31);
  407. this.empVal.Str = null;
  408. this.empVal.Str1 = null;
  409. this.empVal.Str2 = null;
  410. this.empVal.TabIndex = 114;
  411. //
  412. // empLab
  413. //
  414. this.empLab.AutoSize = true;
  415. this.empLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  416. this.empLab.Location = new System.Drawing.Point(22, 102);
  417. this.empLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  418. this.empLab.Name = "empLab";
  419. this.empLab.Size = new System.Drawing.Size(101, 28);
  420. this.empLab.TabIndex = 113;
  421. this.empLab.Text = "领用人员:";
  422. //
  423. // LockMakeCode
  424. //
  425. this.LockMakeCode.AutoSize = true;
  426. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  427. this.LockMakeCode.LeaveEvent = false;
  428. this.LockMakeCode.Location = new System.Drawing.Point(343, 25);
  429. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(4);
  430. this.LockMakeCode.Name = "LockMakeCode";
  431. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  432. this.LockMakeCode.TabIndex = 115;
  433. this.LockMakeCode.Text = "锁定";
  434. this.LockMakeCode.UseVisualStyleBackColor = true;
  435. //
  436. // stA
  437. //
  438. this.stA.AllPower = null;
  439. this.stA.BackColor = System.Drawing.Color.White;
  440. this.stA.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  441. this.stA.ID = null;
  442. this.stA.Location = new System.Drawing.Point(225, 21);
  443. this.stA.Margin = new System.Windows.Forms.Padding(4);
  444. this.stA.Name = "stA";
  445. this.stA.Negative = false;
  446. this.stA.Power = null;
  447. this.stA.Size = new System.Drawing.Size(80, 31);
  448. this.stA.Str = null;
  449. this.stA.Str1 = null;
  450. this.stA.Str2 = null;
  451. this.stA.TabIndex = 139;
  452. //
  453. // stALab
  454. //
  455. this.stALab.AutoSize = true;
  456. this.stALab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  457. this.stALab.Location = new System.Drawing.Point(190, 24);
  458. this.stALab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  459. this.stALab.Name = "stALab";
  460. this.stALab.Size = new System.Drawing.Size(27, 28);
  461. this.stALab.TabIndex = 138;
  462. this.stALab.Text = "A";
  463. //
  464. // stB
  465. //
  466. this.stB.AllPower = null;
  467. this.stB.BackColor = System.Drawing.Color.White;
  468. this.stB.ID = null;
  469. this.stB.Location = new System.Drawing.Point(224, 66);
  470. this.stB.Margin = new System.Windows.Forms.Padding(4);
  471. this.stB.Name = "stB";
  472. this.stB.Negative = false;
  473. this.stB.Power = null;
  474. this.stB.Size = new System.Drawing.Size(80, 35);
  475. this.stB.Str = null;
  476. this.stB.Str1 = null;
  477. this.stB.Str2 = null;
  478. this.stB.TabIndex = 137;
  479. //
  480. // stBLab
  481. //
  482. this.stBLab.AutoSize = true;
  483. this.stBLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  484. this.stBLab.Location = new System.Drawing.Point(191, 73);
  485. this.stBLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  486. this.stBLab.Name = "stBLab";
  487. this.stBLab.Size = new System.Drawing.Size(25, 28);
  488. this.stBLab.TabIndex = 136;
  489. this.stBLab.Text = "B";
  490. //
  491. // stC
  492. //
  493. this.stC.AllPower = null;
  494. this.stC.BackColor = System.Drawing.Color.White;
  495. this.stC.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  496. this.stC.ID = null;
  497. this.stC.Location = new System.Drawing.Point(373, 21);
  498. this.stC.Margin = new System.Windows.Forms.Padding(4);
  499. this.stC.Name = "stC";
  500. this.stC.Negative = false;
  501. this.stC.Power = null;
  502. this.stC.Size = new System.Drawing.Size(80, 31);
  503. this.stC.Str = null;
  504. this.stC.Str1 = null;
  505. this.stC.Str2 = null;
  506. this.stC.TabIndex = 135;
  507. //
  508. // stCLab
  509. //
  510. this.stCLab.AutoSize = true;
  511. this.stCLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  512. this.stCLab.Location = new System.Drawing.Point(348, 24);
  513. this.stCLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  514. this.stCLab.Name = "stCLab";
  515. this.stCLab.Size = new System.Drawing.Size(26, 28);
  516. this.stCLab.TabIndex = 134;
  517. this.stCLab.Text = "C";
  518. //
  519. // stD
  520. //
  521. this.stD.AllPower = null;
  522. this.stD.BackColor = System.Drawing.Color.White;
  523. this.stD.ID = null;
  524. this.stD.Location = new System.Drawing.Point(373, 66);
  525. this.stD.Margin = new System.Windows.Forms.Padding(4);
  526. this.stD.Name = "stD";
  527. this.stD.Negative = false;
  528. this.stD.Power = null;
  529. this.stD.Size = new System.Drawing.Size(80, 35);
  530. this.stD.Str = null;
  531. this.stD.Str1 = null;
  532. this.stD.Str2 = null;
  533. this.stD.TabIndex = 133;
  534. //
  535. // stDLab
  536. //
  537. this.stDLab.AutoSize = true;
  538. this.stDLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  539. this.stDLab.Location = new System.Drawing.Point(348, 69);
  540. this.stDLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  541. this.stDLab.Name = "stDLab";
  542. this.stDLab.Size = new System.Drawing.Size(28, 28);
  543. this.stDLab.TabIndex = 132;
  544. this.stDLab.Text = "D";
  545. //
  546. // stE
  547. //
  548. this.stE.AllPower = null;
  549. this.stE.BackColor = System.Drawing.Color.White;
  550. this.stE.ID = null;
  551. this.stE.Location = new System.Drawing.Point(517, 21);
  552. this.stE.Margin = new System.Windows.Forms.Padding(4);
  553. this.stE.Name = "stE";
  554. this.stE.Negative = false;
  555. this.stE.Power = null;
  556. this.stE.Size = new System.Drawing.Size(80, 35);
  557. this.stE.Str = null;
  558. this.stE.Str1 = null;
  559. this.stE.Str2 = null;
  560. this.stE.TabIndex = 131;
  561. //
  562. // stELab
  563. //
  564. this.stELab.AutoSize = true;
  565. this.stELab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.stELab.Location = new System.Drawing.Point(485, 24);
  567. this.stELab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  568. this.stELab.Name = "stELab";
  569. this.stELab.Size = new System.Drawing.Size(24, 28);
  570. this.stELab.TabIndex = 130;
  571. this.stELab.Text = "E";
  572. //
  573. // stLab
  574. //
  575. this.stLab.AutoSize = true;
  576. this.stLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.stLab.Location = new System.Drawing.Point(20, 24);
  578. this.stLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  579. this.stLab.Name = "stLab";
  580. this.stLab.Size = new System.Drawing.Size(174, 28);
  581. this.stLab.TabIndex = 129;
  582. this.stLab.Text = "张力测试结果(N):";
  583. //
  584. // empVal1
  585. //
  586. this.empVal1.AllPower = null;
  587. this.empVal1.BackColor = System.Drawing.Color.White;
  588. this.empVal1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.empVal1.ID = null;
  590. this.empVal1.Location = new System.Drawing.Point(157, 119);
  591. this.empVal1.Margin = new System.Windows.Forms.Padding(4);
  592. this.empVal1.Name = "empVal1";
  593. this.empVal1.Power = null;
  594. this.empVal1.Size = new System.Drawing.Size(178, 31);
  595. this.empVal1.Str = null;
  596. this.empVal1.Str1 = null;
  597. this.empVal1.Str2 = null;
  598. this.empVal1.TabIndex = 128;
  599. //
  600. // empLab1
  601. //
  602. this.empLab1.AutoSize = true;
  603. this.empLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  604. this.empLab1.Location = new System.Drawing.Point(67, 120);
  605. this.empLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  606. this.empLab1.Name = "empLab1";
  607. this.empLab1.Size = new System.Drawing.Size(101, 28);
  608. this.empLab1.TabIndex = 127;
  609. this.empLab1.Text = "归还人员:";
  610. //
  611. // IsClean
  612. //
  613. this.IsClean.AutoSize = true;
  614. this.IsClean.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  615. this.IsClean.Location = new System.Drawing.Point(365, 117);
  616. this.IsClean.Margin = new System.Windows.Forms.Padding(4);
  617. this.IsClean.Name = "IsClean";
  618. this.IsClean.Size = new System.Drawing.Size(122, 32);
  619. this.IsClean.TabIndex = 126;
  620. this.IsClean.Text = "是否清洗";
  621. this.IsClean.UseVisualStyleBackColor = true;
  622. //
  623. // Return
  624. //
  625. this.Return.Cursor = System.Windows.Forms.Cursors.Hand;
  626. this.Return.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  627. this.Return.Location = new System.Drawing.Point(535, 116);
  628. this.Return.Name = "Return";
  629. this.Return.Size = new System.Drawing.Size(100, 32);
  630. this.Return.TabIndex = 140;
  631. this.Return.Text = "归还";
  632. this.Return.UseVisualStyleBackColor = true;
  633. this.Return.Click += new System.EventHandler(this.Return_Click);
  634. //
  635. // Scrap
  636. //
  637. this.Scrap.Cursor = System.Windows.Forms.Cursors.Hand;
  638. this.Scrap.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.Scrap.Location = new System.Drawing.Point(670, 116);
  640. this.Scrap.Name = "Scrap";
  641. this.Scrap.Size = new System.Drawing.Size(100, 32);
  642. this.Scrap.TabIndex = 141;
  643. this.Scrap.Text = "报废";
  644. this.Scrap.UseVisualStyleBackColor = true;
  645. this.Scrap.Click += new System.EventHandler(this.Scrap_Click);
  646. //
  647. // currStatusVal
  648. //
  649. this.currStatusVal.Enabled = false;
  650. this.currStatusVal.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  651. this.currStatusVal.Location = new System.Drawing.Point(717, 51);
  652. this.currStatusVal.Name = "currStatusVal";
  653. this.currStatusVal.Size = new System.Drawing.Size(76, 31);
  654. this.currStatusVal.TabIndex = 12;
  655. //
  656. // currStatusLab
  657. //
  658. this.currStatusLab.AutoSize = true;
  659. this.currStatusLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  660. this.currStatusLab.Location = new System.Drawing.Point(641, 53);
  661. this.currStatusLab.Name = "currStatusLab";
  662. this.currStatusLab.Size = new System.Drawing.Size(117, 28);
  663. this.currStatusLab.TabIndex = 11;
  664. this.currStatusLab.Text = "当前状态:";
  665. //
  666. // Make_ToolingManager
  667. //
  668. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  669. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  670. this.ClientSize = new System.Drawing.Size(1280, 720);
  671. this.Controls.Add(this.Container);
  672. this.Controls.Add(this.TopBox);
  673. this.Font = new System.Drawing.Font("微软雅黑", 7.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  674. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  675. this.Name = "Make_ToolingManager";
  676. this.Text = "Make_Humiture";
  677. this.Load += new System.EventHandler(this.Make_ToolingManager_Load);
  678. this.TopBox.ResumeLayout(false);
  679. this.TopBox.PerformLayout();
  680. this.ExeBox.ResumeLayout(false);
  681. this.ExePage1.ResumeLayout(false);
  682. this.Container.ResumeLayout(false);
  683. this.Page1Box.ResumeLayout(false);
  684. this.panel1.ResumeLayout(false);
  685. this.panel1.PerformLayout();
  686. this.panel2.ResumeLayout(false);
  687. this.panel2.PerformLayout();
  688. this.ResumeLayout(false);
  689. }
  690. #endregion
  691. private System.Windows.Forms.Panel TopBox;
  692. private System.Windows.Forms.TabControl ExeBox;
  693. private System.Windows.Forms.TabPage ExePage1;
  694. private System.Windows.Forms.TableLayoutPanel Container;
  695. private System.Windows.Forms.Label toolingLab;
  696. private System.Windows.Forms.TextBox toolingVal;
  697. private System.Windows.Forms.Label typeLab;
  698. private System.Windows.Forms.ComboBox typeVal;
  699. private CustomControl.RichText.RichTextAutoBottom MsgBox;
  700. private System.Windows.Forms.TextBox prevTypeVal;
  701. private System.Windows.Forms.Label prevTypeLab;
  702. private System.Windows.Forms.TextBox prevTimeVal;
  703. private System.Windows.Forms.Label prevTimeLab;
  704. private System.Windows.Forms.Button cancel;
  705. private System.Windows.Forms.TableLayoutPanel Page1Box;
  706. private System.Windows.Forms.Panel panel2;
  707. private System.Windows.Forms.Panel panel1;
  708. private System.Windows.Forms.Button Receive;
  709. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  710. private System.Windows.Forms.Label ma_codeLab;
  711. private System.Windows.Forms.ComboBox sideVal;
  712. private System.Windows.Forms.Label sideLab;
  713. private CustomControl.TextBoxWithIcon.SearchTextBox li_code;
  714. private System.Windows.Forms.Label li_codeLab;
  715. private CustomControl.TextBoxWithIcon.EnterTextBox empVal;
  716. private System.Windows.Forms.Label empLab;
  717. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  718. private CustomControl.TextBoxWithIcon.NumOnlyTextBox stA;
  719. private System.Windows.Forms.Label stALab;
  720. private CustomControl.TextBoxWithIcon.NumOnlyTextBox stB;
  721. private System.Windows.Forms.Label stBLab;
  722. private CustomControl.TextBoxWithIcon.NumOnlyTextBox stC;
  723. private System.Windows.Forms.Label stCLab;
  724. private CustomControl.TextBoxWithIcon.NumOnlyTextBox stD;
  725. private System.Windows.Forms.Label stDLab;
  726. private CustomControl.TextBoxWithIcon.NumOnlyTextBox stE;
  727. private System.Windows.Forms.Label stELab;
  728. private System.Windows.Forms.Label stLab;
  729. private CustomControl.TextBoxWithIcon.EnterTextBox empVal1;
  730. private System.Windows.Forms.Label empLab1;
  731. private System.Windows.Forms.CheckBox IsClean;
  732. private System.Windows.Forms.Button Return;
  733. private System.Windows.Forms.Button Scrap;
  734. private System.Windows.Forms.TextBox currStatusVal;
  735. private System.Windows.Forms.Label currStatusLab;
  736. }
  737. }