Make_FeedingCollection.Designer.cs 33 KB

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