Make_FeedingCollection.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  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_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  47. this.pr_detail = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  48. this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  49. this.mcd_inqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  50. this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
  51. this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
  52. this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.softwareversion = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  54. this.ecn = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  55. this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  56. this.code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  57. this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  58. this.LockMakeCode = new UAS_MES.CustomControl.CustomCheckBox.LockCheckBox();
  59. this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  60. this.panel2.SuspendLayout();
  61. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.CleanMa_code)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // panel2
  66. //
  67. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
  68. this.panel2.Controls.Add(this.label1);
  69. this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
  70. this.panel2.Location = new System.Drawing.Point(0, 0);
  71. this.panel2.Margin = new System.Windows.Forms.Padding(4);
  72. this.panel2.Name = "panel2";
  73. this.panel2.Size = new System.Drawing.Size(1311, 36);
  74. this.panel2.TabIndex = 31;
  75. //
  76. // label1
  77. //
  78. this.label1.AutoSize = true;
  79. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.label1.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  81. this.label1.Location = new System.Drawing.Point(16, 4);
  82. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  83. this.label1.Name = "label1";
  84. this.label1.Size = new System.Drawing.Size(92, 27);
  85. this.label1.TabIndex = 0;
  86. this.label1.Text = "上料采集";
  87. //
  88. // mcd_restqty_label
  89. //
  90. this.mcd_restqty_label.AutoSize = true;
  91. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.mcd_restqty_label.Location = new System.Drawing.Point(797, 136);
  93. this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  94. this.mcd_restqty_label.Name = "mcd_restqty_label";
  95. this.mcd_restqty_label.Size = new System.Drawing.Size(92, 27);
  96. this.mcd_restqty_label.TabIndex = 59;
  97. this.mcd_restqty_label.Text = "待采集数";
  98. //
  99. // mcd_inqty_label
  100. //
  101. this.mcd_inqty_label.AutoSize = true;
  102. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.mcd_inqty_label.Location = new System.Drawing.Point(428, 136);
  104. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  105. this.mcd_inqty_label.Name = "mcd_inqty_label";
  106. this.mcd_inqty_label.Size = new System.Drawing.Size(92, 27);
  107. this.mcd_inqty_label.TabIndex = 56;
  108. this.mcd_inqty_label.Text = "已采集数";
  109. //
  110. // ma_qty_label
  111. //
  112. this.ma_qty_label.AutoSize = true;
  113. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.ma_qty_label.Location = new System.Drawing.Point(44, 136);
  115. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  116. this.ma_qty_label.Name = "ma_qty_label";
  117. this.ma_qty_label.Size = new System.Drawing.Size(92, 27);
  118. this.ma_qty_label.TabIndex = 53;
  119. this.ma_qty_label.Text = "工单数量";
  120. //
  121. // ms_makecode_label
  122. //
  123. this.ms_makecode_label.AutoSize = true;
  124. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.ms_makecode_label.Location = new System.Drawing.Point(44, 74);
  126. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  127. this.ms_makecode_label.Name = "ms_makecode_label";
  128. this.ms_makecode_label.Size = new System.Drawing.Size(92, 27);
  129. this.ms_makecode_label.TabIndex = 49;
  130. this.ms_makecode_label.Text = "归属工单";
  131. //
  132. // pr_detail_label
  133. //
  134. this.pr_detail_label.AutoSize = true;
  135. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.pr_detail_label.Location = new System.Drawing.Point(797, 74);
  137. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  138. this.pr_detail_label.Name = "pr_detail_label";
  139. this.pr_detail_label.Size = new System.Drawing.Size(92, 27);
  140. this.pr_detail_label.TabIndex = 50;
  141. this.pr_detail_label.Text = "产品名称";
  142. //
  143. // ma_prodcode_label
  144. //
  145. this.ma_prodcode_label.AutoSize = true;
  146. this.ma_prodcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.ma_prodcode_label.Location = new System.Drawing.Point(428, 74);
  148. this.ma_prodcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  149. this.ma_prodcode_label.Name = "ma_prodcode_label";
  150. this.ma_prodcode_label.Size = new System.Drawing.Size(92, 27);
  151. this.ma_prodcode_label.TabIndex = 51;
  152. this.ma_prodcode_label.Text = "产品代码";
  153. //
  154. // Loading
  155. //
  156. this.Loading.AutoSize = true;
  157. this.Loading.Checked = true;
  158. this.Loading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.Loading.ForeColor = System.Drawing.Color.Blue;
  160. this.Loading.Location = new System.Drawing.Point(56, 569);
  161. this.Loading.Margin = new System.Windows.Forms.Padding(4);
  162. this.Loading.Name = "Loading";
  163. this.Loading.Size = new System.Drawing.Size(73, 31);
  164. this.Loading.TabIndex = 62;
  165. this.Loading.TabStop = true;
  166. this.Loading.Text = "上料";
  167. this.Loading.UseVisualStyleBackColor = true;
  168. //
  169. // UnLoading
  170. //
  171. this.UnLoading.AutoSize = true;
  172. this.UnLoading.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.UnLoading.ForeColor = System.Drawing.Color.Blue;
  174. this.UnLoading.Location = new System.Drawing.Point(163, 569);
  175. this.UnLoading.Margin = new System.Windows.Forms.Padding(4);
  176. this.UnLoading.Name = "UnLoading";
  177. this.UnLoading.Size = new System.Drawing.Size(73, 31);
  178. this.UnLoading.TabIndex = 63;
  179. this.UnLoading.Text = "下料";
  180. this.UnLoading.UseVisualStyleBackColor = true;
  181. //
  182. // sn_code_label
  183. //
  184. this.sn_code_label.AutoSize = true;
  185. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.sn_code_label.Location = new System.Drawing.Point(51, 616);
  187. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.sn_code_label.Name = "sn_code_label";
  189. this.sn_code_label.Size = new System.Drawing.Size(72, 27);
  190. this.sn_code_label.TabIndex = 64;
  191. this.sn_code_label.Text = "序列号";
  192. //
  193. // code_label
  194. //
  195. this.code_label.AutoSize = true;
  196. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.code_label.Location = new System.Drawing.Point(51, 672);
  198. this.code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.code_label.Name = "code_label";
  200. this.code_label.Size = new System.Drawing.Size(72, 27);
  201. this.code_label.TabIndex = 66;
  202. this.code_label.Text = "录入框";
  203. //
  204. // iflastsn
  205. //
  206. this.iflastsn.AutoSize = true;
  207. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  208. this.iflastsn.Location = new System.Drawing.Point(417, 616);
  209. this.iflastsn.Margin = new System.Windows.Forms.Padding(4);
  210. this.iflastsn.Name = "iflastsn";
  211. this.iflastsn.Size = new System.Drawing.Size(142, 31);
  212. this.iflastsn.TabIndex = 72;
  213. this.iflastsn.Text = "前一工单SN";
  214. this.iflastsn.UseVisualStyleBackColor = true;
  215. //
  216. // softwareversion_label
  217. //
  218. this.softwareversion_label.AutoSize = true;
  219. this.softwareversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  220. this.softwareversion_label.Location = new System.Drawing.Point(939, 208);
  221. this.softwareversion_label.Margin = new System.Windows.Forms.Padding(4);
  222. this.softwareversion_label.Name = "softwareversion_label";
  223. this.softwareversion_label.Size = new System.Drawing.Size(114, 31);
  224. this.softwareversion_label.TabIndex = 74;
  225. this.softwareversion_label.Text = "软件版本";
  226. this.softwareversion_label.UseVisualStyleBackColor = true;
  227. //
  228. // ecn_label
  229. //
  230. this.ecn_label.AutoSize = true;
  231. this.ecn_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  232. this.ecn_label.Location = new System.Drawing.Point(939, 305);
  233. this.ecn_label.Margin = new System.Windows.Forms.Padding(4);
  234. this.ecn_label.Name = "ecn_label";
  235. this.ecn_label.Size = new System.Drawing.Size(94, 31);
  236. this.ecn_label.TabIndex = 75;
  237. this.ecn_label.Text = "ECN号";
  238. this.ecn_label.UseVisualStyleBackColor = true;
  239. //
  240. // ClearSn_code
  241. //
  242. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  243. this.ClearSn_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  244. this.ClearSn_code.Location = new System.Drawing.Point(383, 620);
  245. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4);
  246. this.ClearSn_code.Name = "ClearSn_code";
  247. this.ClearSn_code.Size = new System.Drawing.Size(21, 20);
  248. this.ClearSn_code.TabIndex = 138;
  249. this.ClearSn_code.TabStop = false;
  250. this.ClearSn_code.Click += new System.EventHandler(this.ClearSn_code_Click);
  251. //
  252. // CleanMa_code
  253. //
  254. this.CleanMa_code.Cursor = System.Windows.Forms.Cursors.Hand;
  255. this.CleanMa_code.Image = global::UAS_MES.Properties.Resources.bindingNavigatorDeleteItem_Image;
  256. this.CleanMa_code.Location = new System.Drawing.Point(389, 78);
  257. this.CleanMa_code.Margin = new System.Windows.Forms.Padding(4);
  258. this.CleanMa_code.Name = "CleanMa_code";
  259. this.CleanMa_code.Size = new System.Drawing.Size(21, 20);
  260. this.CleanMa_code.TabIndex = 139;
  261. this.CleanMa_code.TabStop = false;
  262. this.CleanMa_code.Click += new System.EventHandler(this.CleanMa_code_Click);
  263. //
  264. // ma_prodcode
  265. //
  266. this.ma_prodcode.AutoSize = true;
  267. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.ma_prodcode.Location = new System.Drawing.Point(555, 74);
  269. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  270. this.ma_prodcode.Name = "ma_prodcode";
  271. this.ma_prodcode.Size = new System.Drawing.Size(0, 27);
  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(931, 74);
  279. this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  280. this.pr_detail.Name = "pr_detail";
  281. this.pr_detail.Size = new System.Drawing.Size(0, 27);
  282. this.pr_detail.TabIndex = 98;
  283. //
  284. // mcd_remainqty
  285. //
  286. this.mcd_remainqty.AutoSize = true;
  287. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  288. this.mcd_remainqty.Location = new System.Drawing.Point(929, 136);
  289. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  290. this.mcd_remainqty.Name = "mcd_remainqty";
  291. this.mcd_remainqty.Size = new System.Drawing.Size(0, 27);
  292. this.mcd_remainqty.TabIndex = 97;
  293. this.mcd_remainqty.Tag = "mcd_remainqty";
  294. //
  295. // mcd_inqty
  296. //
  297. this.mcd_inqty.AutoSize = true;
  298. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.mcd_inqty.Location = new System.Drawing.Point(555, 136);
  300. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  301. this.mcd_inqty.Name = "mcd_inqty";
  302. this.mcd_inqty.Size = new System.Drawing.Size(0, 27);
  303. this.mcd_inqty.TabIndex = 96;
  304. //
  305. // ma_qty
  306. //
  307. this.ma_qty.AutoSize = true;
  308. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.ma_qty.Location = new System.Drawing.Point(181, 136);
  310. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 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(49, 182);
  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(821, 570);
  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. // softwareversion
  345. //
  346. this.softwareversion.AllPower = null;
  347. this.softwareversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  348. | System.Windows.Forms.AnchorStyles.Right)));
  349. this.softwareversion.BackColor = System.Drawing.Color.White;
  350. this.softwareversion.ID = null;
  351. this.softwareversion.Location = new System.Drawing.Point(1077, 208);
  352. this.softwareversion.Margin = new System.Windows.Forms.Padding(4);
  353. this.softwareversion.Name = "softwareversion";
  354. this.softwareversion.Power = null;
  355. this.softwareversion.Size = new System.Drawing.Size(192, 25);
  356. this.softwareversion.Str = null;
  357. this.softwareversion.Str1 = null;
  358. this.softwareversion.Str2 = null;
  359. this.softwareversion.TabIndex = 78;
  360. //
  361. // ecn
  362. //
  363. this.ecn.AllPower = null;
  364. this.ecn.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  365. | System.Windows.Forms.AnchorStyles.Right)));
  366. this.ecn.BackColor = System.Drawing.Color.White;
  367. this.ecn.ID = null;
  368. this.ecn.Location = new System.Drawing.Point(1077, 305);
  369. this.ecn.Margin = new System.Windows.Forms.Padding(4);
  370. this.ecn.Name = "ecn";
  371. this.ecn.Power = null;
  372. this.ecn.Size = new System.Drawing.Size(192, 25);
  373. this.ecn.Str = null;
  374. this.ecn.Str1 = null;
  375. this.ecn.Str2 = null;
  376. this.ecn.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(417, 669);
  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 = "IfWrite";
  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(163, 672);
  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 = "IfWrite";
  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(163, 616);
  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.Location = new System.Drawing.Point(181, 46);
  436. this.LockMakeCode.Name = "LockMakeCode";
  437. this.LockMakeCode.Size = new System.Drawing.Size(61, 24);
  438. this.LockMakeCode.TabIndex = 140;
  439. this.LockMakeCode.Text = "锁定";
  440. this.LockMakeCode.UseVisualStyleBackColor = true;
  441. //
  442. // ma_code
  443. //
  444. this.ma_code.AllPower = null;
  445. this.ma_code.Caller = null;
  446. this.ma_code.Condition = null;
  447. this.ma_code.DBTitle = null;
  448. this.ma_code.FormName = null;
  449. this.ma_code.Location = new System.Drawing.Point(181, 76);
  450. this.ma_code.Name = "ma_code";
  451. this.ma_code.Power = null;
  452. this.ma_code.SelectField = null;
  453. this.ma_code.SetValueField = null;
  454. this.ma_code.Size = new System.Drawing.Size(194, 25);
  455. this.ma_code.TabIndex = 141;
  456. this.ma_code.TableName = null;
  457. this.ma_code.Tag = "ma_code";
  458. this.ma_code.TextBoxEnable = true;
  459. //
  460. // Make_FeedingCollection
  461. //
  462. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  463. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  464. this.ClientSize = new System.Drawing.Size(1311, 710);
  465. this.Controls.Add(this.ma_code);
  466. this.Controls.Add(this.LockMakeCode);
  467. this.Controls.Add(this.CleanMa_code);
  468. this.Controls.Add(this.ClearSn_code);
  469. this.Controls.Add(this.ma_prodcode);
  470. this.Controls.Add(this.pr_detail);
  471. this.Controls.Add(this.mcd_remainqty);
  472. this.Controls.Add(this.mcd_inqty);
  473. this.Controls.Add(this.ma_qty);
  474. this.Controls.Add(this.OperateResult);
  475. this.Controls.Add(this.Clean);
  476. this.Controls.Add(this.softwareversion);
  477. this.Controls.Add(this.ecn);
  478. this.Controls.Add(this.ecn_label);
  479. this.Controls.Add(this.softwareversion_label);
  480. this.Controls.Add(this.Confirm);
  481. this.Controls.Add(this.iflastsn);
  482. this.Controls.Add(this.code);
  483. this.Controls.Add(this.code_label);
  484. this.Controls.Add(this.sn_code);
  485. this.Controls.Add(this.sn_code_label);
  486. this.Controls.Add(this.UnLoading);
  487. this.Controls.Add(this.Loading);
  488. this.Controls.Add(this.mcd_restqty_label);
  489. this.Controls.Add(this.mcd_inqty_label);
  490. this.Controls.Add(this.ma_qty_label);
  491. this.Controls.Add(this.ms_makecode_label);
  492. this.Controls.Add(this.pr_detail_label);
  493. this.Controls.Add(this.ma_prodcode_label);
  494. this.Controls.Add(this.panel2);
  495. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  496. this.Margin = new System.Windows.Forms.Padding(4);
  497. this.Name = "Make_FeedingCollection";
  498. this.Tag = "Make!FeedingCollection";
  499. this.Text = "上料采集";
  500. this.Load += new System.EventHandler(this.上料采集_Load);
  501. this.SizeChanged += new System.EventHandler(this.上料采集_SizeChanged);
  502. this.panel2.ResumeLayout(false);
  503. this.panel2.PerformLayout();
  504. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  505. ((System.ComponentModel.ISupportInitialize)(this.CleanMa_code)).EndInit();
  506. this.ResumeLayout(false);
  507. this.PerformLayout();
  508. }
  509. #endregion
  510. private System.Windows.Forms.Panel panel2;
  511. private System.Windows.Forms.Label label1;
  512. private System.Windows.Forms.Label mcd_restqty_label;
  513. private System.Windows.Forms.Label mcd_inqty_label;
  514. private System.Windows.Forms.Label ma_qty_label;
  515. private System.Windows.Forms.Label ms_makecode_label;
  516. private System.Windows.Forms.Label pr_detail_label;
  517. private System.Windows.Forms.Label ma_prodcode_label;
  518. private System.Windows.Forms.RadioButton Loading;
  519. private System.Windows.Forms.RadioButton UnLoading;
  520. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  521. private System.Windows.Forms.Label sn_code_label;
  522. private System.Windows.Forms.Label code_label;
  523. private CustomControl.TextBoxWithIcon.EnterTextBox code;
  524. private System.Windows.Forms.CheckBox iflastsn;
  525. private CustomControl.ButtonUtil.NormalButton Confirm;
  526. private System.Windows.Forms.CheckBox softwareversion_label;
  527. private System.Windows.Forms.CheckBox ecn_label;
  528. private CustomControl.TextBoxWithIcon.EnterTextBox ecn;
  529. private CustomControl.TextBoxWithIcon.EnterTextBox softwareversion;
  530. private CustomControl.ButtonUtil.NormalButton Clean;
  531. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  532. private CustomControl.ValueLabel.ValueLabel ma_qty;
  533. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  534. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  535. private CustomControl.ValueLabel.ValueLabel pr_detail;
  536. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  537. private System.Windows.Forms.PictureBox ClearSn_code;
  538. private System.Windows.Forms.PictureBox CleanMa_code;
  539. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  540. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  541. }
  542. }