Make_FeedingCollection.Designer.cs 52 KB

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