Make_ToolingManager.Designer.cs 45 KB

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