Make_FeedingCollection.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622
  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.ma_softversion_label = new System.Windows.Forms.CheckBox();
  43. this.ma_ecncode_label = new System.Windows.Forms.CheckBox();
  44. this.ClearSn_code = new System.Windows.Forms.PictureBox();
  45. this.ma_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  46. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  51. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  52. this.ma_softversion = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.ma_ecncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  55. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
  56. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  58. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  59. this.ms_craftcode = new System.Windows.Forms.Label();
  60. this.ma_bomversion = new System.Windows.Forms.Label();
  61. this.ma_bomversion_label = new System.Windows.Forms.Label();
  62. this.ma_craftcode = new System.Windows.Forms.Label();
  63. this.sourceStepCount1 = new UAS_MES.CustomControl.TextBoxWithIcon.SourceStepCount();
  64. this.panel2.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  66. this.SuspendLayout();
  67. //
  68. // panel2
  69. //
  70. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  71. this.panel2.Controls.Add(this.label1);
  72. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  73. this.panel2.Location = new System.Drawing.Point(0, 0);
  74. this.panel2.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  75. this.panel2.Name = "panel2";
  76. this.panel2.Size = new System.Drawing.Size(1347, 43);
  77. this.panel2.TabIndex = 31;
  78. //
  79. // label1
  80. //
  81. this.label1.AutoSize = true;
  82. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  84. this.label1.Location = new System.Drawing.Point(18, 6);
  85. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  86. this.label1.Name = "label1";
  87. this.label1.Size = new System.Drawing.Size(110, 31);
  88. this.label1.TabIndex = 0;
  89. this.label1.Text = "工单信息";
  90. //
  91. // mcd_restqty_label
  92. //
  93. this.mcd_restqty_label.AutoSize = true;
  94. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.mcd_restqty_label.Location = new System.Drawing.Point(878, 137);
  96. this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  97. this.mcd_restqty_label.Name = "mcd_restqty_label";
  98. this.mcd_restqty_label.Size = new System.Drawing.Size(110, 31);
  99. this.mcd_restqty_label.TabIndex = 59;
  100. this.mcd_restqty_label.Text = "待采集数";
  101. //
  102. // mcd_inqty_label
  103. //
  104. this.mcd_inqty_label.AutoSize = true;
  105. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.mcd_inqty_label.Location = new System.Drawing.Point(467, 137);
  107. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  108. this.mcd_inqty_label.Name = "mcd_inqty_label";
  109. this.mcd_inqty_label.Size = new System.Drawing.Size(110, 31);
  110. this.mcd_inqty_label.TabIndex = 56;
  111. this.mcd_inqty_label.Text = "已采集数";
  112. //
  113. // ma_qty_label
  114. //
  115. this.ma_qty_label.AutoSize = true;
  116. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.ma_qty_label.Location = new System.Drawing.Point(14, 137);
  118. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  119. this.ma_qty_label.Name = "ma_qty_label";
  120. this.ma_qty_label.Size = new System.Drawing.Size(110, 31);
  121. this.ma_qty_label.TabIndex = 53;
  122. this.ma_qty_label.Text = "工单数量";
  123. //
  124. // ms_makecode_label
  125. //
  126. this.ms_makecode_label.AutoSize = true;
  127. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  128. this.ms_makecode_label.Location = new System.Drawing.Point(14, 62);
  129. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  130. this.ms_makecode_label.Name = "ms_makecode_label";
  131. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  132. this.ms_makecode_label.TabIndex = 49;
  133. this.ms_makecode_label.Text = "归属工单";
  134. //
  135. // pr_detail_label
  136. //
  137. this.pr_detail_label.AutoSize = true;
  138. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.pr_detail_label.Location = new System.Drawing.Point(878, 62);
  140. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  141. this.pr_detail_label.Name = "pr_detail_label";
  142. this.pr_detail_label.Size = new System.Drawing.Size(110, 31);
  143. this.pr_detail_label.TabIndex = 50;
  144. this.pr_detail_label.Text = "产品名称";
  145. //
  146. // ma_prodcode_label
  147. //
  148. this.ma_prodcode_label.AutoSize = true;
  149. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  150. this.ma_prodcode_label.Location = new System.Drawing.Point(467, 62);
  151. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  152. this.ma_prodcode_label.Name = "ma_prodcode_label";
  153. this.ma_prodcode_label.Size = new System.Drawing.Size(110, 31);
  154. this.ma_prodcode_label.TabIndex = 51;
  155. this.ma_prodcode_label.Text = "产品代码";
  156. //
  157. // Loading
  158. //
  159. this.Loading.AutoSize = true;
  160. this.Loading.Checked = true;
  161. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.Loading.ForeColor = System.Drawing.Color.Blue;
  163. this.Loading.Location = new System.Drawing.Point(27, 648);
  164. this.Loading.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  165. this.Loading.Name = "Loading";
  166. this.Loading.Size = new System.Drawing.Size(87, 35);
  167. this.Loading.TabIndex = 62;
  168. this.Loading.TabStop = true;
  169. this.Loading.Text = "上料";
  170. this.Loading.UseVisualStyleBackColor = true;
  171. //
  172. // UnLoading
  173. //
  174. this.UnLoading.AutoSize = true;
  175. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  177. this.UnLoading.Location = new System.Drawing.Point(147, 648);
  178. this.UnLoading.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  179. this.UnLoading.Name = "UnLoading";
  180. this.UnLoading.Size = new System.Drawing.Size(87, 35);
  181. this.UnLoading.TabIndex = 63;
  182. this.UnLoading.Text = "下料";
  183. this.UnLoading.UseVisualStyleBackColor = true;
  184. //
  185. // sn_code_label
  186. //
  187. this.sn_code_label.AutoSize = true;
  188. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  189. this.sn_code_label.Location = new System.Drawing.Point(21, 706);
  190. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  191. this.sn_code_label.Name = "sn_code_label";
  192. this.sn_code_label.Size = new System.Drawing.Size(86, 31);
  193. this.sn_code_label.TabIndex = 64;
  194. this.sn_code_label.Text = "序列号";
  195. //
  196. // code_label
  197. //
  198. this.code_label.AutoSize = true;
  199. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.code_label.Location = new System.Drawing.Point(21, 770);
  201. this.code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  202. this.code_label.Name = "code_label";
  203. this.code_label.Size = new System.Drawing.Size(86, 31);
  204. this.code_label.TabIndex = 66;
  205. this.code_label.Text = "录入框";
  206. //
  207. // iflastsn
  208. //
  209. this.iflastsn.AutoSize = true;
  210. this.iflastsn.Enabled = false;
  211. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.iflastsn.Location = new System.Drawing.Point(433, 706);
  213. this.iflastsn.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  214. this.iflastsn.Name = "iflastsn";
  215. this.iflastsn.Size = new System.Drawing.Size(170, 35);
  216. this.iflastsn.TabIndex = 72;
  217. this.iflastsn.Text = "前一工单SN";
  218. this.iflastsn.UseVisualStyleBackColor = true;
  219. //
  220. // ma_softversion_label
  221. //
  222. this.ma_softversion_label.AutoSize = true;
  223. this.ma_softversion_label.Checked = true;
  224. this.ma_softversion_label.CheckState = System.Windows.Forms.CheckState.Checked;
  225. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.ma_softversion_label.Location = new System.Drawing.Point(1020, 271);
  227. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  228. this.ma_softversion_label.Name = "ma_softversion_label";
  229. this.ma_softversion_label.Size = new System.Drawing.Size(136, 35);
  230. this.ma_softversion_label.TabIndex = 74;
  231. this.ma_softversion_label.Text = "软件版本";
  232. this.ma_softversion_label.UseVisualStyleBackColor = true;
  233. //
  234. // ma_ecncode_label
  235. //
  236. this.ma_ecncode_label.AutoSize = true;
  237. this.ma_ecncode_label.Checked = true;
  238. this.ma_ecncode_label.CheckState = System.Windows.Forms.CheckState.Checked;
  239. this.ma_ecncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.ma_ecncode_label.Location = new System.Drawing.Point(1020, 334);
  241. this.ma_ecncode_label.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  242. this.ma_ecncode_label.Name = "ma_ecncode_label";
  243. this.ma_ecncode_label.Size = new System.Drawing.Size(113, 35);
  244. this.ma_ecncode_label.TabIndex = 75;
  245. this.ma_ecncode_label.Text = "ECN号";
  246. this.ma_ecncode_label.UseVisualStyleBackColor = true;
  247. //
  248. // ClearSn_code
  249. //
  250. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  252. this.ClearSn_code.Location = new System.Drawing.Point(395, 709);
  253. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  254. this.ClearSn_code.Name = "ClearSn_code";
  255. this.ClearSn_code.Size = new System.Drawing.Size(24, 24);
  256. this.ClearSn_code.TabIndex = 138;
  257. this.ClearSn_code.TabStop = false;
  258. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  259. //
  260. // ma_prodcode
  261. //
  262. this.ma_prodcode.AutoSize = true;
  263. this.ma_prodcode.CutLength = null;
  264. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.ma_prodcode.Location = new System.Drawing.Point(602, 62);
  266. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  267. this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
  268. this.ma_prodcode.Name = "ma_prodcode";
  269. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  270. this.ma_prodcode.TabIndex = 99;
  271. //
  272. // pr_detail
  273. //
  274. this.pr_detail.AutoSize = true;
  275. this.pr_detail.CutLength = null;
  276. this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.pr_detail.Location = new System.Drawing.Point(1012, 62);
  278. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  279. this.pr_detail.MaximumSize = new System.Drawing.Size(225, 0);
  280. this.pr_detail.Name = "pr_detail";
  281. this.pr_detail.Size = new System.Drawing.Size(0, 31);
  282. this.pr_detail.TabIndex = 98;
  283. //
  284. // mcd_remainqty
  285. //
  286. this.mcd_remainqty.AutoSize = true;
  287. this.mcd_remainqty.CutLength = null;
  288. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.mcd_remainqty.Location = new System.Drawing.Point(1011, 137);
  290. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  291. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(225, 0);
  292. this.mcd_remainqty.Name = "mcd_remainqty";
  293. this.mcd_remainqty.Size = new System.Drawing.Size(0, 31);
  294. this.mcd_remainqty.TabIndex = 97;
  295. this.mcd_remainqty.Tag = "mcd_remainqty";
  296. //
  297. // mcd_inqty
  298. //
  299. this.mcd_inqty.AutoSize = true;
  300. this.mcd_inqty.CutLength = null;
  301. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.mcd_inqty.Location = new System.Drawing.Point(602, 137);
  303. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  304. this.mcd_inqty.MaximumSize = new System.Drawing.Size(225, 0);
  305. this.mcd_inqty.Name = "mcd_inqty";
  306. this.mcd_inqty.Size = new System.Drawing.Size(0, 31);
  307. this.mcd_inqty.TabIndex = 96;
  308. //
  309. // ma_qty
  310. //
  311. this.ma_qty.AutoSize = true;
  312. this.ma_qty.CutLength = null;
  313. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.ma_qty.Location = new System.Drawing.Point(144, 137);
  315. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  316. this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
  317. this.ma_qty.Name = "ma_qty";
  318. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  319. this.ma_qty.TabIndex = 95;
  320. //
  321. // OperateResult
  322. //
  323. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.OperateResult.Location = new System.Drawing.Point(19, 192);
  325. this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  326. this.OperateResult.Name = "OperateResult";
  327. this.OperateResult.Size = new System.Drawing.Size(962, 434);
  328. this.OperateResult.TabIndex = 94;
  329. this.OperateResult.Text = "";
  330. //
  331. // Clean
  332. //
  333. this.Clean.AllPower = null;
  334. this.Clean.BackColor = System.Drawing.Color.Transparent;
  335. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  336. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  337. this.Clean.IsShowBorder = true;
  338. this.Clean.Location = new System.Drawing.Point(888, 649);
  339. this.Clean.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  340. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  341. this.Clean.Name = "Clean";
  342. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  343. this.Clean.Power = null;
  344. this.Clean.Size = new System.Drawing.Size(90, 36);
  345. this.Clean.TabIndex = 80;
  346. this.Clean.Text = "清除";
  347. this.Clean.UseVisualStyleBackColor = true;
  348. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  349. //
  350. // ma_softversion
  351. //
  352. this.ma_softversion.AllPower = null;
  353. this.ma_softversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  354. | System.Windows.Forms.AnchorStyles.Right)));
  355. this.ma_softversion.BackColor = System.Drawing.Color.White;
  356. this.ma_softversion.Enabled = false;
  357. this.ma_softversion.ID = null;
  358. this.ma_softversion.Location = new System.Drawing.Point(1158, 271);
  359. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  360. this.ma_softversion.Name = "ma_softversion";
  361. this.ma_softversion.Power = null;
  362. this.ma_softversion.Size = new System.Drawing.Size(157, 28);
  363. this.ma_softversion.Str = null;
  364. this.ma_softversion.Str1 = null;
  365. this.ma_softversion.Str2 = null;
  366. this.ma_softversion.TabIndex = 78;
  367. //
  368. // ma_ecncode
  369. //
  370. this.ma_ecncode.AllPower = null;
  371. this.ma_ecncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  372. | System.Windows.Forms.AnchorStyles.Right)));
  373. this.ma_ecncode.BackColor = System.Drawing.Color.White;
  374. this.ma_ecncode.Enabled = false;
  375. this.ma_ecncode.ID = null;
  376. this.ma_ecncode.Location = new System.Drawing.Point(1158, 338);
  377. this.ma_ecncode.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  378. this.ma_ecncode.Name = "ma_ecncode";
  379. this.ma_ecncode.Power = null;
  380. this.ma_ecncode.Size = new System.Drawing.Size(157, 28);
  381. this.ma_ecncode.Str = null;
  382. this.ma_ecncode.Str1 = null;
  383. this.ma_ecncode.Str2 = null;
  384. this.ma_ecncode.TabIndex = 77;
  385. //
  386. // Confirm
  387. //
  388. this.Confirm.AllPower = "ifall";
  389. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  390. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  391. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  392. this.Confirm.IsShowBorder = true;
  393. this.Confirm.Location = new System.Drawing.Point(433, 768);
  394. this.Confirm.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  395. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  396. this.Confirm.Name = "Confirm";
  397. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  398. this.Confirm.Power = null;
  399. this.Confirm.Size = new System.Drawing.Size(90, 36);
  400. this.Confirm.TabIndex = 73;
  401. this.Confirm.Tag = "IfRead";
  402. this.Confirm.Text = "确认";
  403. this.Confirm.UseVisualStyleBackColor = true;
  404. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  405. //
  406. // code
  407. //
  408. this.code.AllPower = "ifall";
  409. this.code.BackColor = System.Drawing.Color.White;
  410. this.code.ID = null;
  411. this.code.Location = new System.Drawing.Point(147, 770);
  412. this.code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  413. this.code.Name = "code";
  414. this.code.Power = null;
  415. this.code.Size = new System.Drawing.Size(238, 28);
  416. this.code.Str = null;
  417. this.code.Str1 = null;
  418. this.code.Str2 = null;
  419. this.code.TabIndex = 0;
  420. this.code.Tag = "IfRead";
  421. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  422. //
  423. // sn_code
  424. //
  425. this.sn_code.AllPower = null;
  426. this.sn_code.BackColor = System.Drawing.Color.White;
  427. this.sn_code.Enabled = false;
  428. this.sn_code.ID = null;
  429. this.sn_code.Location = new System.Drawing.Point(147, 706);
  430. this.sn_code.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  431. this.sn_code.Name = "sn_code";
  432. this.sn_code.Power = null;
  433. this.sn_code.Size = new System.Drawing.Size(238, 28);
  434. this.sn_code.Str = null;
  435. this.sn_code.Str1 = null;
  436. this.sn_code.Str2 = null;
  437. this.sn_code.TabIndex = 65;
  438. //
  439. // LockMakeCode
  440. //
  441. this.LockMakeCode.AutoSize = true;
  442. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  443. this.LockMakeCode.LeaveEvent = false;
  444. this.LockMakeCode.Location = new System.Drawing.Point(372, 67);
  445. this.LockMakeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  446. this.LockMakeCode.Name = "LockMakeCode";
  447. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  448. this.LockMakeCode.TabIndex = 140;
  449. this.LockMakeCode.Text = "锁定";
  450. this.LockMakeCode.UseVisualStyleBackColor = true;
  451. //
  452. // ma_code
  453. //
  454. this.ma_code.AllPower = null;
  455. this.ma_code.Caller = null;
  456. this.ma_code.Condition = null;
  457. this.ma_code.DBTitle = null;
  458. this.ma_code.FormName = null;
  459. this.ma_code.Location = new System.Drawing.Point(144, 65);
  460. this.ma_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  461. this.ma_code.Name = "ma_code";
  462. this.ma_code.Power = null;
  463. this.ma_code.ReturnData = null;
  464. this.ma_code.SelectField = null;
  465. this.ma_code.SetValueField = null;
  466. this.ma_code.Size = new System.Drawing.Size(222, 31);
  467. this.ma_code.TabIndex = 141;
  468. this.ma_code.TableName = null;
  469. this.ma_code.Tag = "ma_code";
  470. this.ma_code.TextBoxEnable = true;
  471. this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  472. //
  473. // ms_craftcode
  474. //
  475. this.ms_craftcode.AutoSize = true;
  476. this.ms_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  477. this.ms_craftcode.Location = new System.Drawing.Point(1152, 67);
  478. this.ms_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  479. this.ms_craftcode.Name = "ms_craftcode";
  480. this.ms_craftcode.Size = new System.Drawing.Size(0, 31);
  481. this.ms_craftcode.TabIndex = 142;
  482. this.ms_craftcode.Visible = false;
  483. //
  484. // ma_bomversion
  485. //
  486. this.ma_bomversion.AutoSize = true;
  487. this.ma_bomversion.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  488. this.ma_bomversion.Location = new System.Drawing.Point(1152, 208);
  489. this.ma_bomversion.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  490. this.ma_bomversion.Name = "ma_bomversion";
  491. this.ma_bomversion.Size = new System.Drawing.Size(0, 31);
  492. this.ma_bomversion.TabIndex = 143;
  493. //
  494. // ma_bomversion_label
  495. //
  496. this.ma_bomversion_label.AutoSize = true;
  497. this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.ma_bomversion_label.Location = new System.Drawing.Point(1023, 208);
  499. this.ma_bomversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  500. this.ma_bomversion_label.Name = "ma_bomversion_label";
  501. this.ma_bomversion_label.Size = new System.Drawing.Size(114, 31);
  502. this.ma_bomversion_label.TabIndex = 144;
  503. this.ma_bomversion_label.Text = "Bom版本";
  504. //
  505. // ma_craftcode
  506. //
  507. this.ma_craftcode.AutoSize = true;
  508. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  509. this.ma_craftcode.Location = new System.Drawing.Point(1132, 137);
  510. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  511. this.ma_craftcode.Name = "ma_craftcode";
  512. this.ma_craftcode.Size = new System.Drawing.Size(0, 31);
  513. this.ma_craftcode.TabIndex = 145;
  514. this.ma_craftcode.Visible = false;
  515. //
  516. // sourceStepCount1
  517. //
  518. this.sourceStepCount1.LineCode = null;
  519. this.sourceStepCount1.Location = new System.Drawing.Point(1029, 407);
  520. this.sourceStepCount1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  521. this.sourceStepCount1.Name = "sourceStepCount1";
  522. this.sourceStepCount1.Size = new System.Drawing.Size(119, 34);
  523. this.sourceStepCount1.Source = null;
  524. this.sourceStepCount1.StepCode = null;
  525. this.sourceStepCount1.TabIndex = 189;
  526. //
  527. // Make_FeedingCollection
  528. //
  529. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  530. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  531. this.ClientSize = new System.Drawing.Size(1347, 816);
  532. this.Controls.Add(this.sourceStepCount1);
  533. this.Controls.Add(this.ma_craftcode);
  534. this.Controls.Add(this.ma_bomversion_label);
  535. this.Controls.Add(this.ma_bomversion);
  536. this.Controls.Add(this.ms_craftcode);
  537. this.Controls.Add(this.ma_code);
  538. this.Controls.Add(this.LockMakeCode);
  539. this.Controls.Add(this.ClearSn_code);
  540. this.Controls.Add(this.ma_prodcode);
  541. this.Controls.Add(this.pr_detail);
  542. this.Controls.Add(this.mcd_remainqty);
  543. this.Controls.Add(this.mcd_inqty);
  544. this.Controls.Add(this.ma_qty);
  545. this.Controls.Add(this.OperateResult);
  546. this.Controls.Add(this.Clean);
  547. this.Controls.Add(this.ma_softversion);
  548. this.Controls.Add(this.ma_ecncode);
  549. this.Controls.Add(this.ma_ecncode_label);
  550. this.Controls.Add(this.ma_softversion_label);
  551. this.Controls.Add(this.Confirm);
  552. this.Controls.Add(this.iflastsn);
  553. this.Controls.Add(this.code);
  554. this.Controls.Add(this.code_label);
  555. this.Controls.Add(this.sn_code);
  556. this.Controls.Add(this.sn_code_label);
  557. this.Controls.Add(this.UnLoading);
  558. this.Controls.Add(this.Loading);
  559. this.Controls.Add(this.mcd_restqty_label);
  560. this.Controls.Add(this.mcd_inqty_label);
  561. this.Controls.Add(this.ma_qty_label);
  562. this.Controls.Add(this.ms_makecode_label);
  563. this.Controls.Add(this.pr_detail_label);
  564. this.Controls.Add(this.ma_prodcode_label);
  565. this.Controls.Add(this.panel2);
  566. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  567. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  568. this.Name = "Make_FeedingCollection";
  569. this.Tag = "Make!FeedingCollection";
  570. this.Text = "上料采集";
  571. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  572. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  573. this.panel2.ResumeLayout(false);
  574. this.panel2.PerformLayout();
  575. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  576. this.ResumeLayout(false);
  577. this.PerformLayout();
  578. }
  579. #endregion
  580. private System.Windows.Forms.Panel panel2;
  581. private System.Windows.Forms.Label label1;
  582. private System.Windows.Forms.Label mcd_restqty_label;
  583. private System.Windows.Forms.Label mcd_inqty_label;
  584. private System.Windows.Forms.Label ma_qty_label;
  585. private System.Windows.Forms.Label ms_makecode_label;
  586. private System.Windows.Forms.Label pr_detail_label;
  587. private System.Windows.Forms.Label ma_prodcode_label;
  588. private System.Windows.Forms.RadioButton Loading;
  589. private System.Windows.Forms.RadioButton UnLoading;
  590. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  591. private System.Windows.Forms.Label sn_code_label;
  592. private System.Windows.Forms.Label code_label;
  593. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  594. private System.Windows.Forms.CheckBox iflastsn;
  595. private CustomControl.ButtonUtil.NormalButton Confirm;
  596. private System.Windows.Forms.CheckBox ma_softversion_label;
  597. private System.Windows.Forms.CheckBox ma_ecncode_label;
  598. private CustomControl.TextBoxWithIcon.EnterTextBox ma_ecncode;
  599. private CustomControl.TextBoxWithIcon.EnterTextBox ma_softversion;
  600. private CustomControl.ButtonUtil.NormalButton Clean;
  601. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  602. private CustomControl.ValueLabel.ValueLabel ma_qty;
  603. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  604. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  605. private CustomControl.ValueLabel.ValueLabel pr_detail;
  606. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  607. private System.Windows.Forms.PictureBox ClearSn_code;
  608. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  609. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  610. private System.Windows.Forms.Label ms_craftcode;
  611. private System.Windows.Forms.Label ma_bomversion;
  612. private System.Windows.Forms.Label ma_bomversion_label;
  613. private System.Windows.Forms.Label ma_craftcode;
  614. private CustomControl.TextBoxWithIcon.SourceStepCount sourceStepCount1;
  615. }
  616. }