Make_ToolingManager.Designer.cs 37 KB

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