Make_FeedingCollection.Designer.cs 29 KB

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