Make_ToolingManager.Designer.cs 44 KB

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