Make_FeedingCollection.Designer.cs 31 KB

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