Make_FeedingCollection.Designer.cs 32 KB

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