Make_FeedingCollection.Designer.cs 34 KB

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