Make_FeedingCollection.Designer.cs 60 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069
  1. namespace UAS_MES_NEW.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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_FeedingCollection));
  30. this.mcd_restqty_label = new System.Windows.Forms.Label();
  31. this.mcd_inqty_label = new System.Windows.Forms.Label();
  32. this.ma_qty_label = new System.Windows.Forms.Label();
  33. this.ms_makecode_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.ma_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.sir_remark_label = new System.Windows.Forms.CheckBox();
  48. this.NoteForChange = new System.Windows.Forms.CheckBox();
  49. this.label2 = new System.Windows.Forms.Label();
  50. this.label1 = new System.Windows.Forms.Label();
  51. this.label4 = new System.Windows.Forms.Label();
  52. this.checkBox1 = new System.Windows.Forms.CheckBox();
  53. this.pr_detail_label = new System.Windows.Forms.Label();
  54. this.LabelDataGridView = new System.Windows.Forms.DataGridView();
  55. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.序号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.cm_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.pr_spec = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  68. this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
  69. this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
  70. this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
  71. this.sir_remark = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  72. this.StepCount = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SourceStepCount();
  73. this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
  74. this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
  75. this.ma_prodcode = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  76. this.mcd_remainqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  77. this.mcd_inqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  78. this.ma_qty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  79. this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
  80. this.Clean = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  81. this.ma_softversion = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  82. this.ma_ecncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  83. this.Confirm = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  84. this.code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  85. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.EnterTextBox();
  86. this.ob_sendqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  87. this.label12 = new System.Windows.Forms.Label();
  88. this.ob_batchqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  89. this.ob_batchqty_label = new System.Windows.Forms.Label();
  90. this.ob_nowcheckqty = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
  91. this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
  92. this.SendCheck = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
  93. this.ob_checkno = new System.Windows.Forms.Label();
  94. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
  96. this.SuspendLayout();
  97. //
  98. // mcd_restqty_label
  99. //
  100. this.mcd_restqty_label.AutoSize = true;
  101. this.mcd_restqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. this.mcd_restqty_label.Location = new System.Drawing.Point(878, 92);
  103. this.mcd_restqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.mcd_restqty_label.Name = "mcd_restqty_label";
  105. this.mcd_restqty_label.Size = new System.Drawing.Size(110, 31);
  106. this.mcd_restqty_label.TabIndex = 59;
  107. this.mcd_restqty_label.Text = "待采集数";
  108. //
  109. // mcd_inqty_label
  110. //
  111. this.mcd_inqty_label.AutoSize = true;
  112. this.mcd_inqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  113. this.mcd_inqty_label.Location = new System.Drawing.Point(466, 92);
  114. this.mcd_inqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  115. this.mcd_inqty_label.Name = "mcd_inqty_label";
  116. this.mcd_inqty_label.Size = new System.Drawing.Size(110, 31);
  117. this.mcd_inqty_label.TabIndex = 56;
  118. this.mcd_inqty_label.Text = "已采集数";
  119. //
  120. // ma_qty_label
  121. //
  122. this.ma_qty_label.AutoSize = true;
  123. this.ma_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.ma_qty_label.Location = new System.Drawing.Point(14, 92);
  125. this.ma_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  126. this.ma_qty_label.Name = "ma_qty_label";
  127. this.ma_qty_label.Size = new System.Drawing.Size(110, 31);
  128. this.ma_qty_label.TabIndex = 53;
  129. this.ma_qty_label.Text = "工单数量";
  130. //
  131. // ms_makecode_label
  132. //
  133. this.ms_makecode_label.AutoSize = true;
  134. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.ms_makecode_label.Location = new System.Drawing.Point(14, 18);
  136. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  137. this.ms_makecode_label.Name = "ms_makecode_label";
  138. this.ms_makecode_label.Size = new System.Drawing.Size(110, 31);
  139. this.ms_makecode_label.TabIndex = 49;
  140. this.ms_makecode_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(466, 18);
  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(110, 31);
  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(27, 540);
  160. this.Loading.Margin = new System.Windows.Forms.Padding(4);
  161. this.Loading.Name = "Loading";
  162. this.Loading.Size = new System.Drawing.Size(87, 35);
  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(147, 540);
  174. this.UnLoading.Margin = new System.Windows.Forms.Padding(4);
  175. this.UnLoading.Name = "UnLoading";
  176. this.UnLoading.Size = new System.Drawing.Size(87, 35);
  177. this.UnLoading.TabIndex = 63;
  178. this.UnLoading.Text = "下料";
  179. this.UnLoading.UseVisualStyleBackColor = true;
  180. this.UnLoading.Visible = false;
  181. //
  182. // sn_code_label
  183. //
  184. this.sn_code_label.AutoSize = true;
  185. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.sn_code_label.Location = new System.Drawing.Point(21, 597);
  187. this.sn_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  188. this.sn_code_label.Name = "sn_code_label";
  189. this.sn_code_label.Size = new System.Drawing.Size(86, 31);
  190. this.sn_code_label.TabIndex = 64;
  191. this.sn_code_label.Text = "序列号";
  192. //
  193. // code_label
  194. //
  195. this.code_label.AutoSize = true;
  196. this.code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.code_label.Location = new System.Drawing.Point(21, 663);
  198. this.code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  199. this.code_label.Name = "code_label";
  200. this.code_label.Size = new System.Drawing.Size(86, 31);
  201. this.code_label.TabIndex = 66;
  202. this.code_label.Text = "录入框";
  203. //
  204. // iflastsn
  205. //
  206. this.iflastsn.AutoSize = true;
  207. this.iflastsn.Enabled = false;
  208. this.iflastsn.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.iflastsn.Location = new System.Drawing.Point(434, 597);
  210. this.iflastsn.Margin = new System.Windows.Forms.Padding(4);
  211. this.iflastsn.Name = "iflastsn";
  212. this.iflastsn.Size = new System.Drawing.Size(170, 35);
  213. this.iflastsn.TabIndex = 72;
  214. this.iflastsn.Text = "前一工单SN";
  215. this.iflastsn.UseVisualStyleBackColor = true;
  216. this.iflastsn.Visible = false;
  217. //
  218. // ma_softversion_label
  219. //
  220. this.ma_softversion_label.AutoSize = true;
  221. this.ma_softversion_label.Checked = true;
  222. this.ma_softversion_label.CheckState = System.Windows.Forms.CheckState.Checked;
  223. this.ma_softversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.ma_softversion_label.Location = new System.Drawing.Point(1124, 580);
  225. this.ma_softversion_label.Margin = new System.Windows.Forms.Padding(4);
  226. this.ma_softversion_label.Name = "ma_softversion_label";
  227. this.ma_softversion_label.Size = new System.Drawing.Size(136, 35);
  228. this.ma_softversion_label.TabIndex = 74;
  229. this.ma_softversion_label.Text = "软件版本";
  230. this.ma_softversion_label.UseVisualStyleBackColor = true;
  231. this.ma_softversion_label.Visible = false;
  232. //
  233. // ma_ecncode_label
  234. //
  235. this.ma_ecncode_label.AutoSize = true;
  236. this.ma_ecncode_label.Checked = true;
  237. this.ma_ecncode_label.CheckState = System.Windows.Forms.CheckState.Checked;
  238. this.ma_ecncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.ma_ecncode_label.Location = new System.Drawing.Point(1124, 580);
  240. this.ma_ecncode_label.Margin = new System.Windows.Forms.Padding(4);
  241. this.ma_ecncode_label.Name = "ma_ecncode_label";
  242. this.ma_ecncode_label.Size = new System.Drawing.Size(113, 35);
  243. this.ma_ecncode_label.TabIndex = 75;
  244. this.ma_ecncode_label.Text = "ECN号";
  245. this.ma_ecncode_label.UseVisualStyleBackColor = true;
  246. this.ma_ecncode_label.Visible = false;
  247. //
  248. // ClearSn_code
  249. //
  250. this.ClearSn_code.Cursor = System.Windows.Forms.Cursors.Hand;
  251. this.ClearSn_code.Image = global::UAS_MES_NEW.Properties.Resources.bindingNavigatorDeleteItem_Image;
  252. this.ClearSn_code.Location = new System.Drawing.Point(394, 602);
  253. this.ClearSn_code.Margin = new System.Windows.Forms.Padding(4);
  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, 22);
  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(1252, 603);
  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. this.ma_bomversion.Visible = false;
  281. //
  282. // ma_bomversion_label
  283. //
  284. this.ma_bomversion_label.AutoSize = true;
  285. this.ma_bomversion_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.ma_bomversion_label.Location = new System.Drawing.Point(1140, 591);
  287. this.ma_bomversion_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  288. this.ma_bomversion_label.Name = "ma_bomversion_label";
  289. this.ma_bomversion_label.Size = new System.Drawing.Size(114, 31);
  290. this.ma_bomversion_label.TabIndex = 144;
  291. this.ma_bomversion_label.Text = "Bom版本";
  292. this.ma_bomversion_label.Visible = false;
  293. //
  294. // ma_craftcode
  295. //
  296. this.ma_craftcode.AutoSize = true;
  297. this.ma_craftcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.ma_craftcode.Location = new System.Drawing.Point(1131, 92);
  299. this.ma_craftcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  300. this.ma_craftcode.Name = "ma_craftcode";
  301. this.ma_craftcode.Size = new System.Drawing.Size(0, 31);
  302. this.ma_craftcode.TabIndex = 145;
  303. this.ma_craftcode.Visible = false;
  304. //
  305. // sir_remark_label
  306. //
  307. this.sir_remark_label.AutoSize = true;
  308. this.sir_remark_label.Checked = true;
  309. this.sir_remark_label.CheckState = System.Windows.Forms.CheckState.Checked;
  310. this.sir_remark_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  311. this.sir_remark_label.Location = new System.Drawing.Point(1140, 540);
  312. this.sir_remark_label.Margin = new System.Windows.Forms.Padding(4);
  313. this.sir_remark_label.Name = "sir_remark_label";
  314. this.sir_remark_label.Size = new System.Drawing.Size(136, 35);
  315. this.sir_remark_label.TabIndex = 190;
  316. this.sir_remark_label.Text = "备注信息";
  317. this.sir_remark_label.UseVisualStyleBackColor = true;
  318. this.sir_remark_label.Visible = false;
  319. //
  320. // NoteForChange
  321. //
  322. this.NoteForChange.AutoSize = true;
  323. this.NoteForChange.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.NoteForChange.Location = new System.Drawing.Point(16, 58);
  325. this.NoteForChange.Name = "NoteForChange";
  326. this.NoteForChange.Size = new System.Drawing.Size(144, 28);
  327. this.NoteForChange.TabIndex = 192;
  328. this.NoteForChange.Text = "切换工单提示";
  329. this.NoteForChange.UseVisualStyleBackColor = true;
  330. //
  331. // label2
  332. //
  333. this.label2.AutoSize = true;
  334. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.label2.Location = new System.Drawing.Point(974, 769);
  336. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  337. this.label2.Name = "label2";
  338. this.label2.Size = new System.Drawing.Size(86, 31);
  339. this.label2.TabIndex = 198;
  340. this.label2.Text = "打印机";
  341. this.label2.Visible = false;
  342. //
  343. // label1
  344. //
  345. this.label1.AutoSize = true;
  346. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.label1.Location = new System.Drawing.Point(992, 902);
  348. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  349. this.label1.Name = "label1";
  350. this.label1.Size = new System.Drawing.Size(62, 31);
  351. this.label1.TabIndex = 197;
  352. this.label1.Text = "标签";
  353. this.label1.Visible = false;
  354. //
  355. // label4
  356. //
  357. this.label4.AutoSize = true;
  358. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.label4.Location = new System.Drawing.Point(950, 844);
  360. this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  361. this.label4.Name = "label4";
  362. this.label4.Size = new System.Drawing.Size(110, 31);
  363. this.label4.TabIndex = 194;
  364. this.label4.Text = "打印张数";
  365. this.label4.Visible = false;
  366. //
  367. // checkBox1
  368. //
  369. this.checkBox1.AutoSize = true;
  370. this.checkBox1.Location = new System.Drawing.Point(1070, 704);
  371. this.checkBox1.Margin = new System.Windows.Forms.Padding(4);
  372. this.checkBox1.Name = "checkBox1";
  373. this.checkBox1.Size = new System.Drawing.Size(106, 22);
  374. this.checkBox1.TabIndex = 200;
  375. this.checkBox1.Text = "自动打印";
  376. this.checkBox1.UseVisualStyleBackColor = true;
  377. this.checkBox1.Visible = false;
  378. //
  379. // pr_detail_label
  380. //
  381. this.pr_detail_label.AutoSize = true;
  382. this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.pr_detail_label.Location = new System.Drawing.Point(878, 20);
  384. this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  385. this.pr_detail_label.Name = "pr_detail_label";
  386. this.pr_detail_label.Size = new System.Drawing.Size(62, 31);
  387. this.pr_detail_label.TabIndex = 201;
  388. this.pr_detail_label.Text = "型号";
  389. //
  390. // LabelDataGridView
  391. //
  392. this.LabelDataGridView.AllowUserToAddRows = false;
  393. this.LabelDataGridView.AllowUserToResizeRows = false;
  394. this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
  395. this.LabelDataGridView.ColumnHeadersHeight = 34;
  396. this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  397. this.序号,
  398. this.cm_makecode,
  399. this.pr_detail_,
  400. this.cm_soncode,
  401. this.cm_barcode,
  402. this.BarCode});
  403. this.LabelDataGridView.Location = new System.Drawing.Point(26, 162);
  404. this.LabelDataGridView.Margin = new System.Windows.Forms.Padding(4);
  405. this.LabelDataGridView.Name = "LabelDataGridView";
  406. this.LabelDataGridView.RowHeadersVisible = false;
  407. this.LabelDataGridView.RowHeadersWidth = 62;
  408. this.LabelDataGridView.RowTemplate.Height = 23;
  409. this.LabelDataGridView.Size = new System.Drawing.Size(1036, 340);
  410. this.LabelDataGridView.TabIndex = 203;
  411. //
  412. // dataGridViewTextBoxColumn1
  413. //
  414. this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  415. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  416. this.dataGridViewTextBoxColumn1.HeaderText = "上料料号";
  417. this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
  418. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  419. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  420. this.dataGridViewTextBoxColumn1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  421. this.dataGridViewTextBoxColumn1.Width = 50;
  422. //
  423. // dataGridViewTextBoxColumn2
  424. //
  425. this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  426. this.dataGridViewTextBoxColumn2.DataPropertyName = "pr_detail";
  427. this.dataGridViewTextBoxColumn2.HeaderText = "上料名称";
  428. this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
  429. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  430. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  431. //
  432. // dataGridViewTextBoxColumn3
  433. //
  434. this.dataGridViewTextBoxColumn3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  435. this.dataGridViewTextBoxColumn3.DataPropertyName = "cm_soncode";
  436. this.dataGridViewTextBoxColumn3.HeaderText = "前缀";
  437. this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
  438. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  439. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  440. this.dataGridViewTextBoxColumn3.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  441. //
  442. // dataGridViewTextBoxColumn4
  443. //
  444. this.dataGridViewTextBoxColumn4.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  445. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  446. this.dataGridViewTextBoxColumn4.HeaderText = "长度";
  447. this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
  448. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  449. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  450. this.dataGridViewTextBoxColumn4.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  451. this.dataGridViewTextBoxColumn4.Width = 60;
  452. //
  453. // dataGridViewTextBoxColumn5
  454. //
  455. this.dataGridViewTextBoxColumn5.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  456. this.dataGridViewTextBoxColumn5.DataPropertyName = "sp_length";
  457. this.dataGridViewTextBoxColumn5.HeaderText = "条码号";
  458. this.dataGridViewTextBoxColumn5.MinimumWidth = 300;
  459. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  460. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  461. this.dataGridViewTextBoxColumn5.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  462. this.dataGridViewTextBoxColumn5.Width = 50;
  463. //
  464. // dataGridViewTextBoxColumn6
  465. //
  466. this.dataGridViewTextBoxColumn6.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
  467. this.dataGridViewTextBoxColumn6.HeaderText = "条码号";
  468. this.dataGridViewTextBoxColumn6.MinimumWidth = 300;
  469. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  470. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  471. this.dataGridViewTextBoxColumn6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  472. this.dataGridViewTextBoxColumn6.Width = 300;
  473. //
  474. // 序号
  475. //
  476. this.序号.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
  477. this.序号.DataPropertyName = "sp_detno";
  478. this.序号.HeaderText = "序号";
  479. this.序号.MinimumWidth = 80;
  480. this.序号.Name = "序号";
  481. this.序号.ReadOnly = true;
  482. this.序号.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  483. this.序号.Width = 80;
  484. //
  485. // cm_makecode
  486. //
  487. this.cm_makecode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCellsExceptHeader;
  488. this.cm_makecode.DataPropertyName = "sp_fsoncode";
  489. this.cm_makecode.HeaderText = "上料料号";
  490. this.cm_makecode.MinimumWidth = 100;
  491. this.cm_makecode.Name = "cm_makecode";
  492. this.cm_makecode.ReadOnly = true;
  493. //
  494. // pr_detail_
  495. //
  496. this.pr_detail_.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  497. this.pr_detail_.DataPropertyName = "pr_detail";
  498. this.pr_detail_.HeaderText = "上料名称";
  499. this.pr_detail_.MinimumWidth = 100;
  500. this.pr_detail_.Name = "pr_detail_";
  501. this.pr_detail_.ReadOnly = true;
  502. //
  503. // cm_soncode
  504. //
  505. this.cm_soncode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  506. this.cm_soncode.DataPropertyName = "sp_prefix";
  507. this.cm_soncode.HeaderText = "前缀";
  508. this.cm_soncode.MinimumWidth = 60;
  509. this.cm_soncode.Name = "cm_soncode";
  510. this.cm_soncode.ReadOnly = true;
  511. this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  512. this.cm_soncode.Width = 60;
  513. //
  514. // cm_barcode
  515. //
  516. this.cm_barcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
  517. this.cm_barcode.DataPropertyName = "sp_length";
  518. this.cm_barcode.HeaderText = "长度";
  519. this.cm_barcode.MinimumWidth = 8;
  520. this.cm_barcode.Name = "cm_barcode";
  521. this.cm_barcode.ReadOnly = true;
  522. this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  523. this.cm_barcode.Width = 50;
  524. //
  525. // BarCode
  526. //
  527. this.BarCode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
  528. this.BarCode.HeaderText = "条码号";
  529. this.BarCode.MinimumWidth = 300;
  530. this.BarCode.Name = "BarCode";
  531. this.BarCode.ReadOnly = true;
  532. this.BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  533. this.BarCode.Width = 300;
  534. //
  535. // pr_spec
  536. //
  537. this.pr_spec.AutoSize = true;
  538. this.pr_spec.CutLength = "qweqwe";
  539. this.pr_spec.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  540. this.pr_spec.Location = new System.Drawing.Point(1008, 20);
  541. this.pr_spec.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  542. this.pr_spec.MaximumSize = new System.Drawing.Size(270, 0);
  543. this.pr_spec.Name = "pr_spec";
  544. this.pr_spec.Size = new System.Drawing.Size(0, 31);
  545. this.pr_spec.TabIndex = 202;
  546. //
  547. // PrintLabel
  548. //
  549. this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  550. this.PrintLabel.FormattingEnabled = true;
  551. this.PrintLabel.Location = new System.Drawing.Point(1076, 902);
  552. this.PrintLabel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  553. this.PrintLabel.Name = "PrintLabel";
  554. this.PrintLabel.Size = new System.Drawing.Size(151, 26);
  555. this.PrintLabel.TabIndex = 199;
  556. this.PrintLabel.Visible = false;
  557. //
  558. // Printer
  559. //
  560. this.Printer.Location = new System.Drawing.Point(1070, 769);
  561. this.Printer.Margin = new System.Windows.Forms.Padding(6);
  562. this.Printer.Name = "Printer";
  563. this.Printer.Size = new System.Drawing.Size(159, 38);
  564. this.Printer.TabIndex = 196;
  565. this.Printer.Visible = false;
  566. //
  567. // PrintNum
  568. //
  569. this.PrintNum.AllPower = null;
  570. this.PrintNum.BackColor = System.Drawing.Color.White;
  571. this.PrintNum.Enabled = false;
  572. this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  573. this.PrintNum.ID = null;
  574. this.PrintNum.Location = new System.Drawing.Point(1076, 840);
  575. this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
  576. this.PrintNum.Name = "PrintNum";
  577. this.PrintNum.Negative = false;
  578. this.PrintNum.Power = null;
  579. this.PrintNum.Size = new System.Drawing.Size(151, 31);
  580. this.PrintNum.Str = null;
  581. this.PrintNum.Str1 = null;
  582. this.PrintNum.Str2 = null;
  583. this.PrintNum.TabIndex = 195;
  584. this.PrintNum.Text = "1";
  585. this.PrintNum.Visible = false;
  586. //
  587. // sir_remark
  588. //
  589. this.sir_remark.AllPower = null;
  590. this.sir_remark.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  591. | System.Windows.Forms.AnchorStyles.Right)));
  592. this.sir_remark.BackColor = System.Drawing.Color.White;
  593. this.sir_remark.ID = null;
  594. this.sir_remark.Location = new System.Drawing.Point(834, 540);
  595. this.sir_remark.Margin = new System.Windows.Forms.Padding(4);
  596. this.sir_remark.Multiline = true;
  597. this.sir_remark.Name = "sir_remark";
  598. this.sir_remark.Power = null;
  599. this.sir_remark.Size = new System.Drawing.Size(295, 100);
  600. this.sir_remark.Str = null;
  601. this.sir_remark.Str1 = null;
  602. this.sir_remark.Str2 = null;
  603. this.sir_remark.TabIndex = 191;
  604. this.sir_remark.Visible = false;
  605. //
  606. // StepCount
  607. //
  608. this.StepCount.LineCode = null;
  609. this.StepCount.Location = new System.Drawing.Point(690, 516);
  610. this.StepCount.Name = "StepCount";
  611. this.StepCount.Size = new System.Drawing.Size(120, 33);
  612. this.StepCount.Source = null;
  613. this.StepCount.StepCode = null;
  614. this.StepCount.TabIndex = 189;
  615. //
  616. // ma_code
  617. //
  618. this.ma_code.AllPower = null;
  619. this.ma_code.Caller = null;
  620. this.ma_code.Condition = null;
  621. this.ma_code.DBTitle = null;
  622. this.ma_code.FormName = null;
  623. this.ma_code.Location = new System.Drawing.Point(144, 20);
  624. this.ma_code.Name = "ma_code";
  625. this.ma_code.Power = null;
  626. this.ma_code.ReturnData = null;
  627. this.ma_code.SelectField = null;
  628. this.ma_code.SetValueField = null;
  629. this.ma_code.Size = new System.Drawing.Size(222, 32);
  630. this.ma_code.TabIndex = 141;
  631. this.ma_code.TableName = null;
  632. this.ma_code.Tag = "ma_code";
  633. this.ma_code.TextBoxEnable = true;
  634. this.ma_code.UserControlTextChanged += new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
  635. //
  636. // LockMakeCode
  637. //
  638. this.LockMakeCode.AutoSize = true;
  639. this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  640. this.LockMakeCode.LeaveEvent = false;
  641. this.LockMakeCode.Location = new System.Drawing.Point(372, 22);
  642. this.LockMakeCode.Name = "LockMakeCode";
  643. this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
  644. this.LockMakeCode.TabIndex = 140;
  645. this.LockMakeCode.Text = "锁定";
  646. this.LockMakeCode.UseVisualStyleBackColor = true;
  647. //
  648. // ma_prodcode
  649. //
  650. this.ma_prodcode.AutoSize = true;
  651. this.ma_prodcode.CutLength = null;
  652. this.ma_prodcode.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  653. this.ma_prodcode.Location = new System.Drawing.Point(602, 18);
  654. this.ma_prodcode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  655. this.ma_prodcode.MaximumSize = new System.Drawing.Size(225, 0);
  656. this.ma_prodcode.Name = "ma_prodcode";
  657. this.ma_prodcode.Size = new System.Drawing.Size(0, 31);
  658. this.ma_prodcode.TabIndex = 99;
  659. this.ma_prodcode.TextChanged += new System.EventHandler(this.ma_prodcode_TextChanged);
  660. //
  661. // mcd_remainqty
  662. //
  663. this.mcd_remainqty.AutoSize = true;
  664. this.mcd_remainqty.CutLength = null;
  665. this.mcd_remainqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  666. this.mcd_remainqty.Location = new System.Drawing.Point(1011, 92);
  667. this.mcd_remainqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  668. this.mcd_remainqty.MaximumSize = new System.Drawing.Size(225, 0);
  669. this.mcd_remainqty.Name = "mcd_remainqty";
  670. this.mcd_remainqty.Size = new System.Drawing.Size(0, 31);
  671. this.mcd_remainqty.TabIndex = 97;
  672. this.mcd_remainqty.Tag = "mcd_remainqty";
  673. //
  674. // mcd_inqty
  675. //
  676. this.mcd_inqty.AutoSize = true;
  677. this.mcd_inqty.CutLength = null;
  678. this.mcd_inqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  679. this.mcd_inqty.Location = new System.Drawing.Point(602, 92);
  680. this.mcd_inqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  681. this.mcd_inqty.MaximumSize = new System.Drawing.Size(225, 0);
  682. this.mcd_inqty.Name = "mcd_inqty";
  683. this.mcd_inqty.Size = new System.Drawing.Size(0, 31);
  684. this.mcd_inqty.TabIndex = 96;
  685. //
  686. // ma_qty
  687. //
  688. this.ma_qty.AutoSize = true;
  689. this.ma_qty.CutLength = null;
  690. this.ma_qty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  691. this.ma_qty.Location = new System.Drawing.Point(144, 92);
  692. this.ma_qty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  693. this.ma_qty.MaximumSize = new System.Drawing.Size(225, 0);
  694. this.ma_qty.Name = "ma_qty";
  695. this.ma_qty.Size = new System.Drawing.Size(0, 31);
  696. this.ma_qty.TabIndex = 95;
  697. //
  698. // OperateResult
  699. //
  700. this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  701. this.OperateResult.Location = new System.Drawing.Point(818, 516);
  702. this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
  703. this.OperateResult.Name = "OperateResult";
  704. this.OperateResult.Size = new System.Drawing.Size(523, 180);
  705. this.OperateResult.TabIndex = 94;
  706. this.OperateResult.Text = "";
  707. //
  708. // Clean
  709. //
  710. this.Clean.AllPower = null;
  711. this.Clean.BackColor = System.Drawing.Color.Transparent;
  712. this.Clean.DownImage = ((System.Drawing.Image)(resources.GetObject("Clean.DownImage")));
  713. this.Clean.Image = ((System.Drawing.Image)(resources.GetObject("Clean.Image")));
  714. this.Clean.IsShowBorder = true;
  715. this.Clean.Location = new System.Drawing.Point(690, 658);
  716. this.Clean.Margin = new System.Windows.Forms.Padding(4);
  717. this.Clean.MoveImage = ((System.Drawing.Image)(resources.GetObject("Clean.MoveImage")));
  718. this.Clean.Name = "Clean";
  719. this.Clean.NormalImage = ((System.Drawing.Image)(resources.GetObject("Clean.NormalImage")));
  720. this.Clean.Power = null;
  721. this.Clean.Size = new System.Drawing.Size(90, 36);
  722. this.Clean.TabIndex = 80;
  723. this.Clean.Text = "清除";
  724. this.Clean.UseVisualStyleBackColor = true;
  725. this.Clean.Click += new System.EventHandler(this.Clean_Click);
  726. //
  727. // ma_softversion
  728. //
  729. this.ma_softversion.AllPower = null;
  730. this.ma_softversion.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  731. | System.Windows.Forms.AnchorStyles.Right)));
  732. this.ma_softversion.BackColor = System.Drawing.Color.White;
  733. this.ma_softversion.ID = null;
  734. this.ma_softversion.Location = new System.Drawing.Point(972, 627);
  735. this.ma_softversion.Margin = new System.Windows.Forms.Padding(4);
  736. this.ma_softversion.Name = "ma_softversion";
  737. this.ma_softversion.Power = null;
  738. this.ma_softversion.Size = new System.Drawing.Size(157, 28);
  739. this.ma_softversion.Str = null;
  740. this.ma_softversion.Str1 = null;
  741. this.ma_softversion.Str2 = null;
  742. this.ma_softversion.TabIndex = 78;
  743. this.ma_softversion.Visible = false;
  744. //
  745. // ma_ecncode
  746. //
  747. this.ma_ecncode.AllPower = null;
  748. this.ma_ecncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  749. | System.Windows.Forms.AnchorStyles.Right)));
  750. this.ma_ecncode.BackColor = System.Drawing.Color.White;
  751. this.ma_ecncode.ID = null;
  752. this.ma_ecncode.Location = new System.Drawing.Point(830, 627);
  753. this.ma_ecncode.Margin = new System.Windows.Forms.Padding(4);
  754. this.ma_ecncode.Name = "ma_ecncode";
  755. this.ma_ecncode.Power = null;
  756. this.ma_ecncode.Size = new System.Drawing.Size(157, 28);
  757. this.ma_ecncode.Str = null;
  758. this.ma_ecncode.Str1 = null;
  759. this.ma_ecncode.Str2 = null;
  760. this.ma_ecncode.TabIndex = 77;
  761. this.ma_ecncode.Visible = false;
  762. //
  763. // Confirm
  764. //
  765. this.Confirm.AllPower = "ifall";
  766. this.Confirm.BackColor = System.Drawing.Color.Transparent;
  767. this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
  768. this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
  769. this.Confirm.IsShowBorder = true;
  770. this.Confirm.Location = new System.Drawing.Point(434, 660);
  771. this.Confirm.Margin = new System.Windows.Forms.Padding(4);
  772. this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
  773. this.Confirm.Name = "Confirm";
  774. this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
  775. this.Confirm.Power = null;
  776. this.Confirm.Size = new System.Drawing.Size(90, 36);
  777. this.Confirm.TabIndex = 73;
  778. this.Confirm.Tag = "IfRead";
  779. this.Confirm.Text = "确认";
  780. this.Confirm.UseVisualStyleBackColor = true;
  781. this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
  782. //
  783. // code
  784. //
  785. this.code.AllPower = "ifall";
  786. this.code.BackColor = System.Drawing.Color.White;
  787. this.code.ID = null;
  788. this.code.Location = new System.Drawing.Point(147, 663);
  789. this.code.Margin = new System.Windows.Forms.Padding(4);
  790. this.code.Name = "code";
  791. this.code.Power = null;
  792. this.code.Size = new System.Drawing.Size(238, 28);
  793. this.code.Str = null;
  794. this.code.Str1 = null;
  795. this.code.Str2 = null;
  796. this.code.TabIndex = 0;
  797. this.code.Tag = "IfRead";
  798. this.code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.code_KeyDown);
  799. //
  800. // sn_code
  801. //
  802. this.sn_code.AllPower = null;
  803. this.sn_code.BackColor = System.Drawing.Color.White;
  804. this.sn_code.Enabled = false;
  805. this.sn_code.ID = null;
  806. this.sn_code.Location = new System.Drawing.Point(147, 597);
  807. this.sn_code.Margin = new System.Windows.Forms.Padding(4);
  808. this.sn_code.Name = "sn_code";
  809. this.sn_code.Power = null;
  810. this.sn_code.Size = new System.Drawing.Size(238, 28);
  811. this.sn_code.Str = null;
  812. this.sn_code.Str1 = null;
  813. this.sn_code.Str2 = null;
  814. this.sn_code.TabIndex = 65;
  815. //
  816. // ob_sendqty
  817. //
  818. this.ob_sendqty.AutoSize = true;
  819. this.ob_sendqty.CutLength = null;
  820. this.ob_sendqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  821. this.ob_sendqty.ForeColor = System.Drawing.Color.Black;
  822. this.ob_sendqty.Location = new System.Drawing.Point(1230, 280);
  823. this.ob_sendqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  824. this.ob_sendqty.MaximumSize = new System.Drawing.Size(225, 0);
  825. this.ob_sendqty.Name = "ob_sendqty";
  826. this.ob_sendqty.Size = new System.Drawing.Size(0, 31);
  827. this.ob_sendqty.TabIndex = 230;
  828. this.ob_sendqty.Tag = "ob_batchqty";
  829. //
  830. // label12
  831. //
  832. this.label12.AutoSize = true;
  833. this.label12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  834. this.label12.ForeColor = System.Drawing.Color.Black;
  835. this.label12.Location = new System.Drawing.Point(1090, 280);
  836. this.label12.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  837. this.label12.Name = "label12";
  838. this.label12.Size = new System.Drawing.Size(110, 31);
  839. this.label12.TabIndex = 229;
  840. this.label12.Text = "已送检数";
  841. //
  842. // ob_batchqty
  843. //
  844. this.ob_batchqty.AutoSize = true;
  845. this.ob_batchqty.CutLength = null;
  846. this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  847. this.ob_batchqty.ForeColor = System.Drawing.Color.Black;
  848. this.ob_batchqty.Location = new System.Drawing.Point(1230, 162);
  849. this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  850. this.ob_batchqty.MaximumSize = new System.Drawing.Size(225, 0);
  851. this.ob_batchqty.Name = "ob_batchqty";
  852. this.ob_batchqty.Size = new System.Drawing.Size(0, 31);
  853. this.ob_batchqty.TabIndex = 228;
  854. this.ob_batchqty.Tag = "ob_batchqty";
  855. //
  856. // ob_batchqty_label
  857. //
  858. this.ob_batchqty_label.AutoSize = true;
  859. this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  860. this.ob_batchqty_label.ForeColor = System.Drawing.Color.Black;
  861. this.ob_batchqty_label.Location = new System.Drawing.Point(1090, 162);
  862. this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  863. this.ob_batchqty_label.Name = "ob_batchqty_label";
  864. this.ob_batchqty_label.Size = new System.Drawing.Size(110, 31);
  865. this.ob_batchqty_label.TabIndex = 227;
  866. this.ob_batchqty_label.Text = "抽检批数";
  867. //
  868. // ob_nowcheckqty
  869. //
  870. this.ob_nowcheckqty.AutoSize = true;
  871. this.ob_nowcheckqty.CutLength = null;
  872. this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  873. this.ob_nowcheckqty.ForeColor = System.Drawing.Color.Black;
  874. this.ob_nowcheckqty.Location = new System.Drawing.Point(1226, 219);
  875. this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  876. this.ob_nowcheckqty.MaximumSize = new System.Drawing.Size(225, 0);
  877. this.ob_nowcheckqty.Name = "ob_nowcheckqty";
  878. this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 31);
  879. this.ob_nowcheckqty.TabIndex = 226;
  880. this.ob_nowcheckqty.Tag = "ob_nowcheckqty";
  881. //
  882. // ob_nowcheckqty_label
  883. //
  884. this.ob_nowcheckqty_label.AutoSize = true;
  885. this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  886. this.ob_nowcheckqty_label.ForeColor = System.Drawing.Color.Black;
  887. this.ob_nowcheckqty_label.Location = new System.Drawing.Point(1090, 219);
  888. this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  889. this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
  890. this.ob_nowcheckqty_label.Size = new System.Drawing.Size(110, 31);
  891. this.ob_nowcheckqty_label.TabIndex = 225;
  892. this.ob_nowcheckqty_label.Text = "当前批数";
  893. //
  894. // SendCheck
  895. //
  896. this.SendCheck.AllPower = null;
  897. this.SendCheck.BackColor = System.Drawing.Color.Transparent;
  898. this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
  899. this.SendCheck.Enabled = false;
  900. this.SendCheck.Image = null;
  901. this.SendCheck.IsShowBorder = true;
  902. this.SendCheck.Location = new System.Drawing.Point(1096, 334);
  903. this.SendCheck.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  904. this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
  905. this.SendCheck.Name = "SendCheck";
  906. this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
  907. this.SendCheck.Power = null;
  908. this.SendCheck.Size = new System.Drawing.Size(98, 38);
  909. this.SendCheck.TabIndex = 231;
  910. this.SendCheck.Text = "送检";
  911. this.SendCheck.UseVisualStyleBackColor = false;
  912. this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
  913. //
  914. // ob_checkno
  915. //
  916. this.ob_checkno.AutoSize = true;
  917. this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  918. this.ob_checkno.ForeColor = System.Drawing.Color.Black;
  919. this.ob_checkno.Location = new System.Drawing.Point(1101, 374);
  920. this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  921. this.ob_checkno.Name = "ob_checkno";
  922. this.ob_checkno.Size = new System.Drawing.Size(0, 31);
  923. this.ob_checkno.TabIndex = 232;
  924. this.ob_checkno.Tag = "ob_checkno";
  925. this.ob_checkno.Visible = false;
  926. this.ob_checkno.TextAlignChanged += new System.EventHandler(this.ob_checkno_TextAlignChanged);
  927. //
  928. // Make_FeedingCollection
  929. //
  930. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
  931. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  932. this.ClientSize = new System.Drawing.Size(1347, 730);
  933. this.Controls.Add(this.ob_checkno);
  934. this.Controls.Add(this.SendCheck);
  935. this.Controls.Add(this.ob_sendqty);
  936. this.Controls.Add(this.label12);
  937. this.Controls.Add(this.ob_batchqty);
  938. this.Controls.Add(this.ob_batchqty_label);
  939. this.Controls.Add(this.ob_nowcheckqty);
  940. this.Controls.Add(this.ob_nowcheckqty_label);
  941. this.Controls.Add(this.LabelDataGridView);
  942. this.Controls.Add(this.pr_spec);
  943. this.Controls.Add(this.pr_detail_label);
  944. this.Controls.Add(this.checkBox1);
  945. this.Controls.Add(this.PrintLabel);
  946. this.Controls.Add(this.label2);
  947. this.Controls.Add(this.label1);
  948. this.Controls.Add(this.Printer);
  949. this.Controls.Add(this.PrintNum);
  950. this.Controls.Add(this.label4);
  951. this.Controls.Add(this.NoteForChange);
  952. this.Controls.Add(this.sir_remark);
  953. this.Controls.Add(this.sir_remark_label);
  954. this.Controls.Add(this.StepCount);
  955. this.Controls.Add(this.ma_craftcode);
  956. this.Controls.Add(this.ma_bomversion_label);
  957. this.Controls.Add(this.ma_bomversion);
  958. this.Controls.Add(this.ms_craftcode);
  959. this.Controls.Add(this.ma_code);
  960. this.Controls.Add(this.LockMakeCode);
  961. this.Controls.Add(this.ClearSn_code);
  962. this.Controls.Add(this.ma_prodcode);
  963. this.Controls.Add(this.mcd_remainqty);
  964. this.Controls.Add(this.mcd_inqty);
  965. this.Controls.Add(this.ma_qty);
  966. this.Controls.Add(this.OperateResult);
  967. this.Controls.Add(this.Clean);
  968. this.Controls.Add(this.ma_softversion);
  969. this.Controls.Add(this.ma_ecncode);
  970. this.Controls.Add(this.ma_ecncode_label);
  971. this.Controls.Add(this.ma_softversion_label);
  972. this.Controls.Add(this.Confirm);
  973. this.Controls.Add(this.iflastsn);
  974. this.Controls.Add(this.code);
  975. this.Controls.Add(this.code_label);
  976. this.Controls.Add(this.sn_code);
  977. this.Controls.Add(this.sn_code_label);
  978. this.Controls.Add(this.UnLoading);
  979. this.Controls.Add(this.Loading);
  980. this.Controls.Add(this.mcd_restqty_label);
  981. this.Controls.Add(this.mcd_inqty_label);
  982. this.Controls.Add(this.ma_qty_label);
  983. this.Controls.Add(this.ms_makecode_label);
  984. this.Controls.Add(this.ma_prodcode_label);
  985. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  986. this.Margin = new System.Windows.Forms.Padding(4);
  987. this.Name = "Make_FeedingCollection";
  988. this.Tag = "Make!FeedingCollection";
  989. this.Text = "上料采集";
  990. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FeedingCollection_FormClosing);
  991. this.Load += new System.EventHandler(this.Make_FeedingCollection_Load);
  992. this.SizeChanged += new System.EventHandler(this.Make_FeedingCollection_SizeChanged);
  993. ((System.ComponentModel.ISupportInitialize)(this.ClearSn_code)).EndInit();
  994. ((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
  995. this.ResumeLayout(false);
  996. this.PerformLayout();
  997. }
  998. #endregion
  999. private System.Windows.Forms.Label mcd_restqty_label;
  1000. private System.Windows.Forms.Label mcd_inqty_label;
  1001. private System.Windows.Forms.Label ma_qty_label;
  1002. private System.Windows.Forms.Label ms_makecode_label;
  1003. private System.Windows.Forms.Label ma_prodcode_label;
  1004. private System.Windows.Forms.RadioButton Loading;
  1005. private System.Windows.Forms.RadioButton UnLoading;
  1006. private CustomControl.TextBoxWithIcon.EnterTextBox sn_code;
  1007. private System.Windows.Forms.Label sn_code_label;
  1008. private System.Windows.Forms.Label code_label;
  1009. private CustomControl.TextBoxWithIcon.SnCollectionBox code;
  1010. private System.Windows.Forms.CheckBox iflastsn;
  1011. private CustomControl.ButtonUtil.NormalButton Confirm;
  1012. private System.Windows.Forms.CheckBox ma_softversion_label;
  1013. private System.Windows.Forms.CheckBox ma_ecncode_label;
  1014. private CustomControl.TextBoxWithIcon.EnterTextBox ma_ecncode;
  1015. private CustomControl.TextBoxWithIcon.EnterTextBox ma_softversion;
  1016. private CustomControl.ButtonUtil.NormalButton Clean;
  1017. private CustomControl.RichText.RichTextAutoBottom OperateResult;
  1018. private CustomControl.ValueLabel.ValueLabel ma_qty;
  1019. private CustomControl.ValueLabel.ValueLabel mcd_inqty;
  1020. private CustomControl.ValueLabel.ValueLabel mcd_remainqty;
  1021. private CustomControl.ValueLabel.ValueLabel ma_prodcode;
  1022. private System.Windows.Forms.PictureBox ClearSn_code;
  1023. private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
  1024. private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
  1025. private System.Windows.Forms.Label ms_craftcode;
  1026. private System.Windows.Forms.Label ma_bomversion;
  1027. private System.Windows.Forms.Label ma_bomversion_label;
  1028. private System.Windows.Forms.Label ma_craftcode;
  1029. private CustomControl.TextBoxWithIcon.SourceStepCount StepCount;
  1030. private System.Windows.Forms.CheckBox sir_remark_label;
  1031. private CustomControl.TextBoxWithIcon.EnterTextBox sir_remark;
  1032. private System.Windows.Forms.CheckBox NoteForChange;
  1033. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  1034. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  1035. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  1036. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  1037. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  1038. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  1039. private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel;
  1040. private System.Windows.Forms.Label label2;
  1041. private System.Windows.Forms.Label label1;
  1042. private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
  1043. private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum;
  1044. private System.Windows.Forms.Label label4;
  1045. private System.Windows.Forms.CheckBox checkBox1;
  1046. private CustomControl.ValueLabel.ValueLabel pr_spec;
  1047. private System.Windows.Forms.Label pr_detail_label;
  1048. private System.Windows.Forms.DataGridView LabelDataGridView;
  1049. private System.Windows.Forms.DataGridViewTextBoxColumn 序号;
  1050. private System.Windows.Forms.DataGridViewTextBoxColumn cm_makecode;
  1051. private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
  1052. private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
  1053. private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
  1054. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1055. private CustomControl.ValueLabel.ValueLabel ob_sendqty;
  1056. private System.Windows.Forms.Label label12;
  1057. private CustomControl.ValueLabel.ValueLabel ob_batchqty;
  1058. private System.Windows.Forms.Label ob_batchqty_label;
  1059. private CustomControl.ValueLabel.ValueLabel ob_nowcheckqty;
  1060. private System.Windows.Forms.Label ob_nowcheckqty_label;
  1061. private CustomControl.ButtonUtil.NormalButton SendCheck;
  1062. private System.Windows.Forms.Label ob_checkno;
  1063. }
  1064. }