F_SAP_HEGII_0108.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.SAPDataModule.Hegii
  3. {
  4. partial class F_SAP_HEGII_0108
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SAP_HEGII_0108));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrToolStrip1 = new Dongke.WinForm.Controls.TsrToolStrip();
  34. this.tsbtnSearch = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnClearCondition = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.grpCollapsible1 = new Dongke.WinForm.Controls.GrpCollapsible();
  40. this.CBDataCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.CTxtMaterialCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.CTxtWorkshop = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dgvSemi = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.DATACODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.WORKSHOP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GOODSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.INVENTORYQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.CREATETIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.tsrToolStrip1.SuspendLayout();
  55. this.grpCollapsible1.SuspendLayout();
  56. ((System.ComponentModel.ISupportInitialize)(this.dgvSemi)).BeginInit();
  57. this.SuspendLayout();
  58. //
  59. // tsrToolStrip1
  60. //
  61. this.tsrToolStrip1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.tsrToolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.tsbtnSearch,
  64. this.tsbtnClearCondition,
  65. this.toolStripSeparator1,
  66. this.tsbtnAdaptive,
  67. this.tsbtnClose});
  68. this.tsrToolStrip1.Location = new System.Drawing.Point(0, 0);
  69. this.tsrToolStrip1.Name = "tsrToolStrip1";
  70. this.tsrToolStrip1.Size = new System.Drawing.Size(1041, 33);
  71. this.tsrToolStrip1.TabIndex = 0;
  72. this.tsrToolStrip1.Text = "tsrToolStrip1";
  73. //
  74. // tsbtnSearch
  75. //
  76. this.tsbtnSearch.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  77. this.tsbtnSearch.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnSearch.Image")));
  78. this.tsbtnSearch.ImageTransparentColor = System.Drawing.Color.Magenta;
  79. this.tsbtnSearch.Name = "tsbtnSearch";
  80. this.tsbtnSearch.Size = new System.Drawing.Size(51, 30);
  81. this.tsbtnSearch.Text = "查询(&Q)";
  82. this.tsbtnSearch.Click += new System.EventHandler(this.tsbtnSearch_Click);
  83. //
  84. // tsbtnClearCondition
  85. //
  86. this.tsbtnClearCondition.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  87. this.tsbtnClearCondition.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClearCondition.Image")));
  88. this.tsbtnClearCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  89. this.tsbtnClearCondition.Name = "tsbtnClearCondition";
  90. this.tsbtnClearCondition.Size = new System.Drawing.Size(75, 30);
  91. this.tsbtnClearCondition.Text = "清空条件(&C)";
  92. this.tsbtnClearCondition.Click += new System.EventHandler(this.tsbtnClearCondition_Click);
  93. //
  94. // toolStripSeparator1
  95. //
  96. this.toolStripSeparator1.Name = "toolStripSeparator1";
  97. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 33);
  98. //
  99. // tsbtnAdaptive
  100. //
  101. this.tsbtnAdaptive.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  102. this.tsbtnAdaptive.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnAdaptive.Image")));
  103. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  104. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  105. this.tsbtnAdaptive.Size = new System.Drawing.Size(87, 30);
  106. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  107. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  108. //
  109. // tsbtnClose
  110. //
  111. this.tsbtnClose.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  112. this.tsbtnClose.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnClose.Image")));
  113. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnClose.Name = "tsbtnClose";
  115. this.tsbtnClose.Size = new System.Drawing.Size(51, 30);
  116. this.tsbtnClose.Text = "关闭(&X)";
  117. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  118. //
  119. // grpCollapsible1
  120. //
  121. this.grpCollapsible1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  122. | System.Windows.Forms.AnchorStyles.Right)));
  123. this.grpCollapsible1.Controls.Add(this.CBDataCode);
  124. this.grpCollapsible1.Controls.Add(this.c_Label3);
  125. this.grpCollapsible1.Controls.Add(this.CTxtMaterialCode);
  126. this.grpCollapsible1.Controls.Add(this.c_Label2);
  127. this.grpCollapsible1.Controls.Add(this.CTxtWorkshop);
  128. this.grpCollapsible1.Controls.Add(this.c_Label1);
  129. this.grpCollapsible1.Location = new System.Drawing.Point(0, 37);
  130. this.grpCollapsible1.Name = "grpCollapsible1";
  131. this.grpCollapsible1.Size = new System.Drawing.Size(1041, 54);
  132. this.grpCollapsible1.TabIndex = 1;
  133. this.grpCollapsible1.TabStop = false;
  134. this.grpCollapsible1.Text = "查询条件";
  135. //
  136. // CBDataCode
  137. //
  138. this.CBDataCode.BackColor = System.Drawing.SystemColors.Window;
  139. this.CBDataCode.BackgroundColor = System.Drawing.SystemColors.Window;
  140. this.CBDataCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.CBDataCode.FormattingEnabled = true;
  142. this.CBDataCode.Location = new System.Drawing.Point(381, 24);
  143. this.CBDataCode.Name = "CBDataCode";
  144. this.CBDataCode.Size = new System.Drawing.Size(121, 20);
  145. this.CBDataCode.TabIndex = 5;
  146. //
  147. // c_Label3
  148. //
  149. this.c_Label3.AutoSize = true;
  150. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  151. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.c_Label3.Location = new System.Drawing.Point(321, 27);
  153. this.c_Label3.Name = "c_Label3";
  154. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  155. this.c_Label3.TabIndex = 4;
  156. this.c_Label3.Text = "数据节点";
  157. //
  158. // CTxtMaterialCode
  159. //
  160. this.CTxtMaterialCode.BackColor = System.Drawing.SystemColors.Window;
  161. this.CTxtMaterialCode.BackgroundColor = System.Drawing.SystemColors.Window;
  162. this.CTxtMaterialCode.ErrorMessage = "";
  163. this.CTxtMaterialCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.CTxtMaterialCode.Location = new System.Drawing.Point(214, 24);
  165. this.CTxtMaterialCode.Name = "CTxtMaterialCode";
  166. this.CTxtMaterialCode.Size = new System.Drawing.Size(100, 21);
  167. this.CTxtMaterialCode.TabIndex = 3;
  168. this.CTxtMaterialCode.TextValue = "";
  169. //
  170. // c_Label2
  171. //
  172. this.c_Label2.AutoSize = true;
  173. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  174. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.c_Label2.Location = new System.Drawing.Point(154, 27);
  176. this.c_Label2.Name = "c_Label2";
  177. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  178. this.c_Label2.TabIndex = 2;
  179. this.c_Label2.Text = "物料编码";
  180. //
  181. // CTxtWorkshop
  182. //
  183. this.CTxtWorkshop.BackColor = System.Drawing.SystemColors.Window;
  184. this.CTxtWorkshop.BackgroundColor = System.Drawing.SystemColors.Window;
  185. this.CTxtWorkshop.ErrorMessage = "";
  186. this.CTxtWorkshop.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.CTxtWorkshop.Location = new System.Drawing.Point(47, 24);
  188. this.CTxtWorkshop.Name = "CTxtWorkshop";
  189. this.CTxtWorkshop.Size = new System.Drawing.Size(100, 21);
  190. this.CTxtWorkshop.TabIndex = 1;
  191. this.CTxtWorkshop.TextValue = "";
  192. //
  193. // c_Label1
  194. //
  195. this.c_Label1.AutoSize = true;
  196. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  197. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.c_Label1.Location = new System.Drawing.Point(12, 27);
  199. this.c_Label1.Name = "c_Label1";
  200. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  201. this.c_Label1.TabIndex = 0;
  202. this.c_Label1.Text = "车间";
  203. //
  204. // dgvSemi
  205. //
  206. this.dgvSemi.AllowUserToAddRows = false;
  207. this.dgvSemi.AllowUserToDeleteRows = false;
  208. this.dgvSemi.AllowUserToModifyRows = true;
  209. this.dgvSemi.AllowUserToOrderColumns = true;
  210. this.dgvSemi.AllowUserToSortRows = false;
  211. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  212. this.dgvSemi.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  213. this.dgvSemi.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  214. | System.Windows.Forms.AnchorStyles.Left)
  215. | System.Windows.Forms.AnchorStyles.Right)));
  216. this.dgvSemi.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  217. this.dgvSemi.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  218. this.dgvSemi.CellHeight = 23;
  219. this.dgvSemi.ChildNodeColumnName = null;
  220. this.dgvSemi.ChildNodeColumnText = null;
  221. this.dgvSemi.ColumnDeep = 1;
  222. this.dgvSemi.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  223. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  224. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  225. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  227. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  228. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  229. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  230. this.dgvSemi.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  231. this.dgvSemi.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  232. this.dgvSemi.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  233. this.DATACODE,
  234. this.WORKSHOP,
  235. this.MATERIALCODE,
  236. this.GOODSCODE,
  237. this.GOODSNAME,
  238. this.INVENTORYQUANTITY,
  239. this.CREATETIME});
  240. this.dgvSemi.ColumnTreeView = null;
  241. this.dgvSemi.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  242. this.dgvSemi.DynamicColumnName = "";
  243. this.dgvSemi.EnableHeadersVisualStyles = false;
  244. this.dgvSemi.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.dgvSemi.FormatQuantityColumns = null;
  246. this.dgvSemi.HorizontalMergeColumn = null;
  247. this.dgvSemi.IsAutoCountSum = true;
  248. this.dgvSemi.IsAutoResizeColumns = false;
  249. this.dgvSemi.IsClickF12 = false;
  250. this.dgvSemi.IsOpenMergeCellFlag = false;
  251. this.dgvSemi.IsSubTotalFlag = false;
  252. this.dgvSemi.IsTopDeep = false;
  253. this.dgvSemi.Location = new System.Drawing.Point(0, 97);
  254. this.dgvSemi.MergeColumnNames = null;
  255. this.dgvSemi.MergeDetailColumnNames = null;
  256. this.dgvSemi.MergeDetailOnlyColumn = null;
  257. this.dgvSemi.MergeOnlyColumn = null;
  258. this.dgvSemi.Name = "dgvSemi";
  259. this.dgvSemi.ReadOnly = true;
  260. this.dgvSemi.RefreshAtHscroll = false;
  261. this.dgvSemi.RowHeadersWidth = 50;
  262. this.dgvSemi.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  263. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  264. this.dgvSemi.RowsDefaultCellStyle = dataGridViewCellStyle3;
  265. this.dgvSemi.RowTemplate.Height = 21;
  266. this.dgvSemi.Size = new System.Drawing.Size(1041, 378);
  267. this.dgvSemi.SortOrderColumnName = null;
  268. this.dgvSemi.TabIndex = 2;
  269. this.dgvSemi.Tag = true;
  270. this.dgvSemi.TotalSumColumns = null;
  271. this.dgvSemi.ViewRowFilter = "";
  272. //
  273. // DATACODE
  274. //
  275. this.DATACODE.DataPropertyName = "DATACODE";
  276. this.DATACODE.HeaderText = "数据节点";
  277. this.DATACODE.Name = "DATACODE";
  278. this.DATACODE.ReadOnly = true;
  279. //
  280. // WORKSHOP
  281. //
  282. this.WORKSHOP.DataPropertyName = "WORKSHOP";
  283. this.WORKSHOP.HeaderText = "车间";
  284. this.WORKSHOP.Name = "WORKSHOP";
  285. this.WORKSHOP.ReadOnly = true;
  286. //
  287. // MATERIALCODE
  288. //
  289. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  290. this.MATERIALCODE.HeaderText = "物料编码";
  291. this.MATERIALCODE.Name = "MATERIALCODE";
  292. this.MATERIALCODE.ReadOnly = true;
  293. //
  294. // GOODSCODE
  295. //
  296. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  297. this.GOODSCODE.HeaderText = "产品编码";
  298. this.GOODSCODE.Name = "GOODSCODE";
  299. this.GOODSCODE.ReadOnly = true;
  300. //
  301. // GOODSNAME
  302. //
  303. this.GOODSNAME.DataPropertyName = "GOODSNAME";
  304. this.GOODSNAME.HeaderText = "产品名称";
  305. this.GOODSNAME.Name = "GOODSNAME";
  306. this.GOODSNAME.ReadOnly = true;
  307. //
  308. // INVENTORYQUANTITY
  309. //
  310. this.INVENTORYQUANTITY.DataPropertyName = "INVENTORYQUANTITY";
  311. this.INVENTORYQUANTITY.HeaderText = "库存量";
  312. this.INVENTORYQUANTITY.Name = "INVENTORYQUANTITY";
  313. this.INVENTORYQUANTITY.ReadOnly = true;
  314. //
  315. // CREATETIME
  316. //
  317. this.CREATETIME.DataPropertyName = "CREATETIME";
  318. this.CREATETIME.HeaderText = "查询时间";
  319. this.CREATETIME.Name = "CREATETIME";
  320. this.CREATETIME.ReadOnly = true;
  321. //
  322. // F_SAP_HEGII_0108
  323. //
  324. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  325. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  326. this.ClientSize = new System.Drawing.Size(1041, 487);
  327. this.Controls.Add(this.dgvSemi);
  328. this.Controls.Add(this.grpCollapsible1);
  329. this.Controls.Add(this.tsrToolStrip1);
  330. this.Name = "F_SAP_HEGII_0108";
  331. this.Text = "半成品库存";
  332. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_SAP_HEGII_0108_FormClosed);
  333. this.Load += new System.EventHandler(this.F_SAP_HEGII_0108_Load);
  334. this.tsrToolStrip1.ResumeLayout(false);
  335. this.tsrToolStrip1.PerformLayout();
  336. this.grpCollapsible1.ResumeLayout(false);
  337. this.grpCollapsible1.PerformLayout();
  338. ((System.ComponentModel.ISupportInitialize)(this.dgvSemi)).EndInit();
  339. this.ResumeLayout(false);
  340. }
  341. #endregion
  342. private WinForm.Controls.TsrToolStrip tsrToolStrip1;
  343. private System.Windows.Forms.ToolStripButton tsbtnSearch;
  344. private System.Windows.Forms.ToolStripButton tsbtnClearCondition;
  345. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  346. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  347. private System.Windows.Forms.ToolStripButton tsbtnClose;
  348. private WinForm.Controls.GrpCollapsible grpCollapsible1;
  349. private Basics.BaseControls.C_DataGridView dgvSemi;
  350. private Basics.BaseControls.C_Label c_Label1;
  351. private Basics.BaseControls.C_TextBox CTxtWorkshop;
  352. private Basics.BaseControls.C_TextBox CTxtMaterialCode;
  353. private Basics.BaseControls.C_Label c_Label2;
  354. private Basics.BaseControls.C_Label c_Label3;
  355. private Basics.BaseControls.C_ComboBox CBDataCode;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn DATACODE;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn WORKSHOP;
  358. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  359. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  360. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSNAME;
  361. private System.Windows.Forms.DataGridViewTextBoxColumn INVENTORYQUANTITY;
  362. private System.Windows.Forms.DataGridViewTextBoxColumn CREATETIME;
  363. }
  364. }