Make_FeedingCollection.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_FeedingCollection
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_FeedingCollection));
  29. this.panel2 = new System.Windows.Forms.Panel();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.mcd_restqty_label = new System.Windows.Forms.Label();
  32. this.mcd_inqty_label = new System.Windows.Forms.Label();
  33. this.ma_qty_label = new System.Windows.Forms.Label();
  34. this.ms_makecode_label = new System.Windows.Forms.Label();
  35. this.pr_detail_label = new System.Windows.Forms.Label();
  36. this.ma_prodcode_label = new System.Windows.Forms.Label();
  37. this.Loading = new System.Windows.Forms.RadioButton();
  38. this.UnLoading = new System.Windows.Forms.RadioButton();
  39. this.sn_code_label = new System.Windows.Forms.Label();
  40. this.code_label = new System.Windows.Forms.Label();
  41. this.iflastsn = new System.Windows.Forms.CheckBox();
  42. this.softwareversion_label = new System.Windows.Forms.CheckBox();
  43. this.ecn_label = new System.Windows.Forms.CheckBox();
  44. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  45. this.CleanMa_code = new System.Windows.Forms.PictureBox();
  46. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
  47. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  52. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  53. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.softwareversion = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  55. this.ecn = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  56. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  57. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  58. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeTextBox();
  59. this.panel2.SuspendLayout();
  60. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.CleanMa_code)).BeginInit();
  62. this.SuspendLayout();
  63. //
  64. // panel2
  65. //
  66. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  67. this.panel2.Controls.Add(this.label1);
  68. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  69. this.panel2.Location = new System.Drawing.Point(0, 0);
  70. this.panel2.Name = "panel2";
  71. this.panel2.Size = new System.Drawing.Size(983, 29);
  72. this.panel2.TabIndex = 31;
  73. //
  74. // label1
  75. //
  76. this.label1.AutoSize = true;
  77. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  79. this.label1.Location = new System.Drawing.Point(12, 3);
  80. this.label1.Name = "label1";
  81. this.label1.Size = new System.Drawing.Size(74, 21);
  82. this.label1.TabIndex = 0;
  83. this.label1.Text = "上料采集";
  84. //
  85. // mcd_restqty_label
  86. //
  87. this.mcd_restqty_label.AutoSize = true;
  88. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.mcd_restqty_label.Location = new System.Drawing.Point(598, 109);
  90. this.mcd_restqty_label.Name = "mcd_restqty_label";
  91. this.mcd_restqty_label.Size = new System.Drawing.Size(74, 21);
  92. this.mcd_restqty_label.TabIndex = 59;
  93. this.mcd_restqty_label.Text = "待采集数";
  94. //
  95. // mcd_inqty_label
  96. //
  97. this.mcd_inqty_label.AutoSize = true;
  98. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.mcd_inqty_label.Location = new System.Drawing.Point(321, 109);
  100. this.mcd_inqty_label.Name = "mcd_inqty_label";
  101. this.mcd_inqty_label.Size = new System.Drawing.Size(74, 21);
  102. this.mcd_inqty_label.TabIndex = 56;
  103. this.mcd_inqty_label.Text = "已采集数";
  104. //
  105. // ma_qty_label
  106. //
  107. this.ma_qty_label.AutoSize = true;
  108. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.ma_qty_label.Location = new System.Drawing.Point(33, 109);
  110. this.ma_qty_label.Name = "ma_qty_label";
  111. this.ma_qty_label.Size = new System.Drawing.Size(74, 21);
  112. this.ma_qty_label.TabIndex = 53;
  113. this.ma_qty_label.Text = "工单数量";
  114. //
  115. // ms_makecode_label
  116. //
  117. this.ms_makecode_label.AutoSize = true;
  118. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.ms_makecode_label.Location = new System.Drawing.Point(33, 59);
  120. this.ms_makecode_label.Name = "ms_makecode_label";
  121. this.ms_makecode_label.Size = new System.Drawing.Size(74, 21);
  122. this.ms_makecode_label.TabIndex = 49;
  123. this.ms_makecode_label.Text = "归属工单";
  124. //
  125. // pr_detail_label
  126. //
  127. this.pr_detail_label.AutoSize = true;
  128. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.pr_detail_label.Location = new System.Drawing.Point(598, 59);
  130. this.pr_detail_label.Name = "pr_detail_label";
  131. this.pr_detail_label.Size = new System.Drawing.Size(74, 21);
  132. this.pr_detail_label.TabIndex = 50;
  133. this.pr_detail_label.Text = "产品名称";
  134. //
  135. // ma_prodcode_label
  136. //
  137. this.ma_prodcode_label.AutoSize = true;
  138. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.ma_prodcode_label.Location = new System.Drawing.Point(321, 59);
  140. this.ma_prodcode_label.Name = "ma_prodcode_label";
  141. this.ma_prodcode_label.Size = new System.Drawing.Size(74, 21);
  142. this.ma_prodcode_label.TabIndex = 51;
  143. this.ma_prodcode_label.Text = "产品代码";
  144. //
  145. // Loading
  146. //
  147. this.Loading.AutoSize = true;
  148. this.Loading.Checked = true;
  149. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.Loading.ForeColor = System.Drawing.Color.Blue;
  151. this.Loading.Location = new System.Drawing.Point(42, 455);
  152. this.Loading.Name = "Loading";
  153. this.Loading.Size = new System.Drawing.Size(60, 25);
  154. this.Loading.TabIndex = 62;
  155. this.Loading.TabStop = true;
  156. this.Loading.Text = "上料";
  157. this.Loading.UseVisualStyleBackColor = true;
  158. //
  159. // UnLoading
  160. //
  161. this.UnLoading.AutoSize = true;
  162. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  163. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  164. this.UnLoading.Location = new System.Drawing.Point(122, 455);
  165. this.UnLoading.Name = "UnLoading";
  166. this.UnLoading.Size = new System.Drawing.Size(60, 25);
  167. this.UnLoading.TabIndex = 63;
  168. this.UnLoading.Text = "下料";
  169. this.UnLoading.UseVisualStyleBackColor = true;
  170. //
  171. // sn_code_label
  172. //
  173. this.sn_code_label.AutoSize = true;
  174. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.sn_code_label.Location = new System.Drawing.Point(38, 493);
  176. this.sn_code_label.Name = "sn_code_label";
  177. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  178. this.sn_code_label.TabIndex = 64;
  179. this.sn_code_label.Text = "序列号";
  180. //
  181. // code_label
  182. //
  183. this.code_label.AutoSize = true;
  184. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.code_label.Location = new System.Drawing.Point(38, 538);
  186. this.code_label.Name = "code_label";
  187. this.code_label.Size = new System.Drawing.Size(58, 21);
  188. this.code_label.TabIndex = 66;
  189. this.code_label.Text = "录入框";
  190. //
  191. // iflastsn
  192. //
  193. this.iflastsn.AutoSize = true;
  194. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.iflastsn.Location = new System.Drawing.Point(313, 493);
  196. this.iflastsn.Name = "iflastsn";
  197. this.iflastsn.Size = new System.Drawing.Size(115, 25);
  198. this.iflastsn.TabIndex = 72;
  199. this.iflastsn.Text = "前一工单SN";
  200. this.iflastsn.UseVisualStyleBackColor = true;
  201. //
  202. // softwareversion_label
  203. //
  204. this.softwareversion_label.AutoSize = true;
  205. this.softwareversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.softwareversion_label.Location = new System.Drawing.Point(704, 166);
  207. this.softwareversion_label.Name = "softwareversion_label";
  208. this.softwareversion_label.Size = new System.Drawing.Size(93, 25);
  209. this.softwareversion_label.TabIndex = 74;
  210. this.softwareversion_label.Text = "软件版本";
  211. this.softwareversion_label.UseVisualStyleBackColor = true;
  212. //
  213. // ecn_label
  214. //
  215. this.ecn_label.AutoSize = true;
  216. this.ecn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.ecn_label.Location = new System.Drawing.Point(704, 244);
  218. this.ecn_label.Name = "ecn_label";
  219. this.ecn_label.Size = new System.Drawing.Size(78, 25);
  220. this.ecn_label.TabIndex = 75;
  221. this.ecn_label.Text = "ECN号";
  222. this.ecn_label.UseVisualStyleBackColor = true;
  223. //
  224. // ClearSn_code
  225. //
  226. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  227. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  228. this.ClearSn_code.Location = new System.Drawing.Point(287, 496);
  229. this.ClearSn_code.Name = "ClearSn_code";
  230. this.ClearSn_code.Size = new System.Drawing.Size(16, 16);
  231. this.ClearSn_code.TabIndex = 138;
  232. this.ClearSn_code.TabStop = false;
  233. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  234. //
  235. // CleanMa_code
  236. //
  237. this.CleanMa_code.Cursor = System.Windows.Forms.Cursors.Hand;
  238. this.CleanMa_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  239. this.CleanMa_code.Location = new System.Drawing.Point(292, 62);
  240. this.CleanMa_code.Name = "CleanMa_code";
  241. this.CleanMa_code.Size = new System.Drawing.Size(16, 16);
  242. this.CleanMa_code.TabIndex = 139;
  243. this.CleanMa_code.TabStop = false;
  244. this.CleanMa_code.Click += new System.EventHandler(this.CleanMa_code_Click);
  245. //
  246. // ma_code
  247. //
  248. this.ma_code.AllPower = null;
  249. this.ma_code.Caller = null;
  250. this.ma_code.Condition = null;
  251. this.ma_code.DBTitle = null;
  252. this.ma_code.FormName = null;
  253. this.ma_code.Location = new System.Drawing.Point(136, 59);
  254. this.ma_code.Name = "ma_code";
  255. this.ma_code.Power = null;
  256. this.ma_code.SelectField = null;
  257. this.ma_code.SetValueField = null;
  258. this.ma_code.Size = new System.Drawing.Size(152, 21);
  259. this.ma_code.TabIndex = 100;
  260. this.ma_code.TableName = null;
  261. this.ma_code.Tag = "ma_code";
  262. this.ma_code.TextBoxEnable = true;
  263. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  264. //
  265. // ma_prodcode
  266. //
  267. this.ma_prodcode.AutoSize = true;
  268. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.ma_prodcode.Location = new System.Drawing.Point(416, 59);
  270. this.ma_prodcode.Name = "ma_prodcode";
  271. this.ma_prodcode.Size = new System.Drawing.Size(0, 21);
  272. this.ma_prodcode.TabIndex = 99;
  273. //
  274. // pr_detail
  275. //
  276. this.pr_detail.AutoSize = true;
  277. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.pr_detail.Location = new System.Drawing.Point(698, 59);
  279. this.pr_detail.Name = "pr_detail";
  280. this.pr_detail.Size = new System.Drawing.Size(0, 21);
  281. this.pr_detail.TabIndex = 98;
  282. //
  283. // mcd_remainqty
  284. //
  285. this.mcd_remainqty.AutoSize = true;
  286. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.mcd_remainqty.Location = new System.Drawing.Point(697, 109);
  288. this.mcd_remainqty.Name = "mcd_remainqty";
  289. this.mcd_remainqty.Size = new System.Drawing.Size(0, 21);
  290. this.mcd_remainqty.TabIndex = 97;
  291. this.mcd_remainqty.Tag = "mcd_remainqty";
  292. //
  293. // mcd_inqty
  294. //
  295. this.mcd_inqty.AutoSize = true;
  296. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  297. this.mcd_inqty.Location = new System.Drawing.Point(416, 109);
  298. this.mcd_inqty.Name = "mcd_inqty";
  299. this.mcd_inqty.Size = new System.Drawing.Size(0, 21);
  300. this.mcd_inqty.TabIndex = 96;
  301. //
  302. // ma_qty
  303. //
  304. this.ma_qty.AutoSize = true;
  305. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.ma_qty.Location = new System.Drawing.Point(136, 109);
  307. this.ma_qty.Name = "ma_qty";
  308. this.ma_qty.Size = new System.Drawing.Size(0, 21);
  309. this.ma_qty.TabIndex = 95;
  310. //
  311. // OperateResult
  312. //
  313. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.OperateResult.Location = new System.Drawing.Point(37, 146);
  315. this.OperateResult.Name = "OperateResult";
  316. this.OperateResult.Size = new System.Drawing.Size(643, 290);
  317. this.OperateResult.TabIndex = 94;
  318. this.OperateResult.Text = "";
  319. //
  320. // Clean
  321. //
  322. this.Clean.AllPower = null;
  323. this.Clean.BackColor = System.Drawing.Color.Transparent;
  324. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  325. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  326. this.Clean.IsShowBorder = true;
  327. this.Clean.Location = new System.Drawing.Point(616, 456);
  328. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  329. this.Clean.Name = "Clean";
  330. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  331. this.Clean.Power = null;
  332. this.Clean.Size = new System.Drawing.Size(60, 24);
  333. this.Clean.TabIndex = 80;
  334. this.Clean.Text = "清除";
  335. this.Clean.UseVisualStyleBackColor = true;
  336. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  337. //
  338. // softwareversion
  339. //
  340. this.softwareversion.AllPower = null;
  341. this.softwareversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  342. | System.Windows.Forms.AnchorStyles.Right)));
  343. this.softwareversion.BackColor = System.Drawing.Color.White;
  344. this.softwareversion.ID = null;
  345. this.softwareversion.Location = new System.Drawing.Point(808, 166);
  346. this.softwareversion.Name = "softwareversion";
  347. this.softwareversion.Power = null;
  348. this.softwareversion.Size = new System.Drawing.Size(145, 21);
  349. this.softwareversion.Str = null;
  350. this.softwareversion.Str1 = null;
  351. this.softwareversion.Str2 = null;
  352. this.softwareversion.TabIndex = 78;
  353. //
  354. // ecn
  355. //
  356. this.ecn.AllPower = null;
  357. this.ecn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  358. | System.Windows.Forms.AnchorStyles.Right)));
  359. this.ecn.BackColor = System.Drawing.Color.White;
  360. this.ecn.ID = null;
  361. this.ecn.Location = new System.Drawing.Point(808, 244);
  362. this.ecn.Name = "ecn";
  363. this.ecn.Power = null;
  364. this.ecn.Size = new System.Drawing.Size(145, 21);
  365. this.ecn.Str = null;
  366. this.ecn.Str1 = null;
  367. this.ecn.Str2 = null;
  368. this.ecn.TabIndex = 77;
  369. //
  370. // Confirm
  371. //
  372. this.Confirm.AllPower = "ifall";
  373. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  374. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  375. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  376. this.Confirm.IsShowBorder = true;
  377. this.Confirm.Location = new System.Drawing.Point(313, 535);
  378. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  379. this.Confirm.Name = "Confirm";
  380. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  381. this.Confirm.Power = null;
  382. this.Confirm.Size = new System.Drawing.Size(60, 24);
  383. this.Confirm.TabIndex = 73;
  384. this.Confirm.Tag = "IfWrite";
  385. this.Confirm.Text = "确认";
  386. this.Confirm.UseVisualStyleBackColor = true;
  387. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  388. //
  389. // code
  390. //
  391. this.code.AllPower = "ifall";
  392. this.code.BackColor = System.Drawing.Color.White;
  393. this.code.ID = null;
  394. this.code.Location = new System.Drawing.Point(122, 538);
  395. this.code.Name = "code";
  396. this.code.Power = null;
  397. this.code.Size = new System.Drawing.Size(160, 21);
  398. this.code.Str = null;
  399. this.code.Str1 = null;
  400. this.code.Str2 = null;
  401. this.code.TabIndex = 0;
  402. this.code.Tag = "IfWrite";
  403. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  404. //
  405. // sn_code
  406. //
  407. this.sn_code.AllPower = null;
  408. this.sn_code.BackColor = System.Drawing.Color.White;
  409. this.sn_code.Enabled = false;
  410. this.sn_code.ID = null;
  411. this.sn_code.Location = new System.Drawing.Point(122, 493);
  412. this.sn_code.Name = "sn_code";
  413. this.sn_code.Power = null;
  414. this.sn_code.Size = new System.Drawing.Size(160, 21);
  415. this.sn_code.Str = null;
  416. this.sn_code.Str1 = null;
  417. this.sn_code.Str2 = null;
  418. this.sn_code.TabIndex = 65;
  419. //
  420. // Make_FeedingCollection
  421. //
  422. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  423. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  424. this.ClientSize = new System.Drawing.Size(983, 568);
  425. this.Controls.Add(this.CleanMa_code);
  426. this.Controls.Add(this.ClearSn_code);
  427. this.Controls.Add(this.ma_code);
  428. this.Controls.Add(this.ma_prodcode);
  429. this.Controls.Add(this.pr_detail);
  430. this.Controls.Add(this.mcd_remainqty);
  431. this.Controls.Add(this.mcd_inqty);
  432. this.Controls.Add(this.ma_qty);
  433. this.Controls.Add(this.OperateResult);
  434. this.Controls.Add(this.Clean);
  435. this.Controls.Add(this.softwareversion);
  436. this.Controls.Add(this.ecn);
  437. this.Controls.Add(this.ecn_label);
  438. this.Controls.Add(this.softwareversion_label);
  439. this.Controls.Add(this.Confirm);
  440. this.Controls.Add(this.iflastsn);
  441. this.Controls.Add(this.code);
  442. this.Controls.Add(this.code_label);
  443. this.Controls.Add(this.sn_code);
  444. this.Controls.Add(this.sn_code_label);
  445. this.Controls.Add(this.UnLoading);
  446. this.Controls.Add(this.Loading);
  447. this.Controls.Add(this.mcd_restqty_label);
  448. this.Controls.Add(this.mcd_inqty_label);
  449. this.Controls.Add(this.ma_qty_label);
  450. this.Controls.Add(this.ms_makecode_label);
  451. this.Controls.Add(this.pr_detail_label);
  452. this.Controls.Add(this.ma_prodcode_label);
  453. this.Controls.Add(this.panel2);
  454. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  455. this.Name = "Make_FeedingCollection";
  456. this.Tag = "Make!FeedingCollection";
  457. this.Text = "上料采集";
  458. this.Load += new System.EventHandler(this.上料采集_Load);
  459. this.SizeChanged += new System.EventHandler(this.上料采集_SizeChanged);
  460. this.panel2.ResumeLayout(false);
  461. this.panel2.PerformLayout();
  462. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  463. ((System.ComponentModel.ISupportInitialize)(this.CleanMa_code)).EndInit();
  464. this.ResumeLayout(false);
  465. this.PerformLayout();
  466. }
  467. #endregion
  468. private System.Windows.Forms.Panel panel2;
  469. private System.Windows.Forms.Label label1;
  470. private System.Windows.Forms.Label mcd_restqty_label;
  471. private System.Windows.Forms.Label mcd_inqty_label;
  472. private System.Windows.Forms.Label ma_qty_label;
  473. private System.Windows.Forms.Label ms_makecode_label;
  474. private System.Windows.Forms.Label pr_detail_label;
  475. private System.Windows.Forms.Label ma_prodcode_label;
  476. private System.Windows.Forms.RadioButton Loading;
  477. private System.Windows.Forms.RadioButton UnLoading;
  478. private CustomControl.TextBoxWithIcon.MaCodeTextBox sn_code;
  479. private System.Windows.Forms.Label sn_code_label;
  480. private System.Windows.Forms.Label code_label;
  481. private CustomControl.TextBoxWithIcon.MaCodeTextBox code;
  482. private System.Windows.Forms.CheckBox iflastsn;
  483. private CustomControl.ButtonUtil.NormalButton Confirm;
  484. private System.Windows.Forms.CheckBox softwareversion_label;
  485. private System.Windows.Forms.CheckBox ecn_label;
  486. private CustomControl.TextBoxWithIcon.MaCodeTextBox ecn;
  487. private CustomControl.TextBoxWithIcon.MaCodeTextBox softwareversion;
  488. private CustomControl.ButtonUtil.NormalButton Clean;
  489. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  490. private CustomControl.ValueLabel.ValueLabel ma_qty;
  491. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  492. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  493. private CustomControl.ValueLabel.ValueLabel pr_detail;
  494. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  495. private CustomControl.TextBoxWithIcon.SearchTextBox ma_code;
  496. private System.Windows.Forms.PictureBox ClearSn_code;
  497. private System.Windows.Forms.PictureBox CleanMa_code;
  498. }
  499. }