Make_FeedingCollection.Designer.cs 43 KB

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