frmCloudProductInfo.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmCloudProductInfo
  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(frmCloudProductInfo));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.btn_Search = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.tb_SearchText = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.btn_Product = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.btn_Dress = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  38. this.btn_Delete = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  40. this.btn_Print = new LYFZ.ComponentLibrary.ButtonEx();
  41. this.panelEx5 = new LYFZ.ComponentLibrary.PanelEx();
  42. this.dataGridView_Data = new LYFZ.ComponentLibrary.DataGridViewEx();
  43. this.选择项 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  44. this.企业编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.商品类型 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.所属分类 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.商品编号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.商品名称 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.plExMainContainer.SuspendLayout();
  50. this.plFormMainContent.SuspendLayout();
  51. this.panelEx1.SuspendLayout();
  52. this.panelEx5.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // plExMainContainer
  57. //
  58. this.plExMainContainer.Controls.Add(this.panelEx5);
  59. this.plExMainContainer.Controls.Add(this.panelEx1);
  60. this.plExMainContainer.Size = new System.Drawing.Size(1088, 689);
  61. //
  62. // plFormMainContent
  63. //
  64. this.plFormMainContent.Size = new System.Drawing.Size(1088, 689);
  65. //
  66. // btnAppFormMaximize
  67. //
  68. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  69. this.btnAppFormMaximize.Location = new System.Drawing.Point(1029, 0);
  70. //
  71. // btnAppFormExit
  72. //
  73. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  74. this.btnAppFormExit.Location = new System.Drawing.Point(1056, 0);
  75. //
  76. // btnAppFormMinimize
  77. //
  78. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  79. this.btnAppFormMinimize.Location = new System.Drawing.Point(1002, 0);
  80. //
  81. // panelEx1
  82. //
  83. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  84. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  85. this.panelEx1.BorderWidth = 1;
  86. this.panelEx1.Controls.Add(this.btn_Search);
  87. this.panelEx1.Controls.Add(this.tb_SearchText);
  88. this.panelEx1.Controls.Add(this.btn_Product);
  89. this.panelEx1.Controls.Add(this.panelEx4);
  90. this.panelEx1.Controls.Add(this.btn_Dress);
  91. this.panelEx1.Controls.Add(this.panelEx3);
  92. this.panelEx1.Controls.Add(this.btn_Delete);
  93. this.panelEx1.Controls.Add(this.panelEx2);
  94. this.panelEx1.Controls.Add(this.btn_Print);
  95. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
  96. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  97. this.panelEx1.Name = "panelEx1";
  98. this.panelEx1.Padding = new System.Windows.Forms.Padding(5);
  99. this.panelEx1.Size = new System.Drawing.Size(1088, 40);
  100. this.panelEx1.TabIndex = 0;
  101. //
  102. // btn_Search
  103. //
  104. this.btn_Search.BackColor = System.Drawing.Color.Transparent;
  105. this.btn_Search.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Search.BackImg")));
  106. this.btn_Search.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btn_Search.Dock = System.Windows.Forms.DockStyle.Left;
  108. this.btn_Search.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  109. this.btn_Search.ForeColor = System.Drawing.Color.White;
  110. this.btn_Search.IsCustomBackImg = false;
  111. this.btn_Search.IsShowText = true;
  112. this.btn_Search.Location = new System.Drawing.Point(138, 5);
  113. this.btn_Search.Name = "btn_Search";
  114. this.btn_Search.Size = new System.Drawing.Size(75, 30);
  115. this.btn_Search.TabIndex = 8;
  116. this.btn_Search.Text = " 搜索";
  117. this.btn_Search.UseVisualStyleBackColor = false;
  118. //
  119. // tb_SearchText
  120. //
  121. this.tb_SearchText.BackColor = System.Drawing.Color.Transparent;
  122. this.tb_SearchText.Dock = System.Windows.Forms.DockStyle.Left;
  123. this.tb_SearchText.Icon = null;
  124. this.tb_SearchText.IconIsButton = false;
  125. this.tb_SearchText.IsPasswordChat = '\0';
  126. this.tb_SearchText.IsSystemPasswordChar = false;
  127. this.tb_SearchText.Lines = new string[0];
  128. this.tb_SearchText.Location = new System.Drawing.Point(5, 5);
  129. this.tb_SearchText.Margin = new System.Windows.Forms.Padding(0);
  130. this.tb_SearchText.MaxLength = 32767;
  131. this.tb_SearchText.MinimumSize = new System.Drawing.Size(0, 26);
  132. this.tb_SearchText.MouseBack = null;
  133. this.tb_SearchText.Multiline = true;
  134. this.tb_SearchText.Name = "tb_SearchText";
  135. this.tb_SearchText.NormlBack = null;
  136. this.tb_SearchText.Padding = new System.Windows.Forms.Padding(5);
  137. this.tb_SearchText.ReadOnly = false;
  138. this.tb_SearchText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  139. this.tb_SearchText.Size = new System.Drawing.Size(133, 30);
  140. this.tb_SearchText.TabIndex = 7;
  141. this.tb_SearchText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  142. this.tb_SearchText.WaterColor = System.Drawing.Color.DarkGray;
  143. this.tb_SearchText.WaterText = "编号,名称";
  144. this.tb_SearchText.WordWrap = true;
  145. //
  146. // btn_Product
  147. //
  148. this.btn_Product.BackColor = System.Drawing.Color.Transparent;
  149. this.btn_Product.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Product.BackImg")));
  150. this.btn_Product.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  151. this.btn_Product.Dock = System.Windows.Forms.DockStyle.Right;
  152. this.btn_Product.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  153. this.btn_Product.ForeColor = System.Drawing.Color.White;
  154. this.btn_Product.IsCustomBackImg = false;
  155. this.btn_Product.IsShowText = true;
  156. this.btn_Product.Location = new System.Drawing.Point(728, 5);
  157. this.btn_Product.Name = "btn_Product";
  158. this.btn_Product.Size = new System.Drawing.Size(85, 30);
  159. this.btn_Product.TabIndex = 6;
  160. this.btn_Product.Text = " 产品";
  161. this.btn_Product.UseVisualStyleBackColor = false;
  162. //
  163. // panelEx4
  164. //
  165. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  166. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  167. this.panelEx4.BorderWidth = 1;
  168. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Right;
  169. this.panelEx4.Location = new System.Drawing.Point(813, 5);
  170. this.panelEx4.Name = "panelEx4";
  171. this.panelEx4.Size = new System.Drawing.Size(5, 30);
  172. this.panelEx4.TabIndex = 5;
  173. //
  174. // btn_Dress
  175. //
  176. this.btn_Dress.BackColor = System.Drawing.Color.Transparent;
  177. this.btn_Dress.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Dress.BackImg")));
  178. this.btn_Dress.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  179. this.btn_Dress.Dock = System.Windows.Forms.DockStyle.Right;
  180. this.btn_Dress.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  181. this.btn_Dress.ForeColor = System.Drawing.Color.White;
  182. this.btn_Dress.IsCustomBackImg = false;
  183. this.btn_Dress.IsShowText = true;
  184. this.btn_Dress.Location = new System.Drawing.Point(818, 5);
  185. this.btn_Dress.Name = "btn_Dress";
  186. this.btn_Dress.Size = new System.Drawing.Size(85, 30);
  187. this.btn_Dress.TabIndex = 4;
  188. this.btn_Dress.Text = " 礼服";
  189. this.btn_Dress.UseVisualStyleBackColor = false;
  190. //
  191. // panelEx3
  192. //
  193. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  194. this.panelEx3.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  195. this.panelEx3.BorderWidth = 1;
  196. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Right;
  197. this.panelEx3.Location = new System.Drawing.Point(903, 5);
  198. this.panelEx3.Name = "panelEx3";
  199. this.panelEx3.Size = new System.Drawing.Size(5, 30);
  200. this.panelEx3.TabIndex = 3;
  201. //
  202. // btn_Delete
  203. //
  204. this.btn_Delete.BackColor = System.Drawing.Color.Transparent;
  205. this.btn_Delete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Delete.BackImg")));
  206. this.btn_Delete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  207. this.btn_Delete.Dock = System.Windows.Forms.DockStyle.Right;
  208. this.btn_Delete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  209. this.btn_Delete.ForeColor = System.Drawing.Color.White;
  210. this.btn_Delete.IsCustomBackImg = false;
  211. this.btn_Delete.IsShowText = true;
  212. this.btn_Delete.Location = new System.Drawing.Point(908, 5);
  213. this.btn_Delete.Name = "btn_Delete";
  214. this.btn_Delete.Size = new System.Drawing.Size(85, 30);
  215. this.btn_Delete.TabIndex = 2;
  216. this.btn_Delete.Text = " 删除";
  217. this.btn_Delete.UseVisualStyleBackColor = false;
  218. //
  219. // panelEx2
  220. //
  221. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  222. this.panelEx2.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  223. this.panelEx2.BorderWidth = 1;
  224. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Right;
  225. this.panelEx2.Location = new System.Drawing.Point(993, 5);
  226. this.panelEx2.Name = "panelEx2";
  227. this.panelEx2.Size = new System.Drawing.Size(5, 30);
  228. this.panelEx2.TabIndex = 1;
  229. //
  230. // btn_Print
  231. //
  232. this.btn_Print.BackColor = System.Drawing.Color.Transparent;
  233. this.btn_Print.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btn_Print.BackImg")));
  234. this.btn_Print.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  235. this.btn_Print.Dock = System.Windows.Forms.DockStyle.Right;
  236. this.btn_Print.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  237. this.btn_Print.ForeColor = System.Drawing.Color.White;
  238. this.btn_Print.IsCustomBackImg = false;
  239. this.btn_Print.IsShowText = true;
  240. this.btn_Print.Location = new System.Drawing.Point(998, 5);
  241. this.btn_Print.Name = "btn_Print";
  242. this.btn_Print.Size = new System.Drawing.Size(85, 30);
  243. this.btn_Print.TabIndex = 0;
  244. this.btn_Print.Text = " 打印二维码";
  245. this.btn_Print.UseVisualStyleBackColor = false;
  246. //
  247. // panelEx5
  248. //
  249. this.panelEx5.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  250. this.panelEx5.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  251. this.panelEx5.BorderWidth = 1;
  252. this.panelEx5.Controls.Add(this.dataGridView_Data);
  253. this.panelEx5.Dock = System.Windows.Forms.DockStyle.Fill;
  254. this.panelEx5.Location = new System.Drawing.Point(0, 40);
  255. this.panelEx5.Name = "panelEx5";
  256. this.panelEx5.Padding = new System.Windows.Forms.Padding(5);
  257. this.panelEx5.Size = new System.Drawing.Size(1088, 649);
  258. this.panelEx5.TabIndex = 1;
  259. //
  260. // dataGridView_Data
  261. //
  262. this.dataGridView_Data.AllowUserToAddRows = false;
  263. this.dataGridView_Data.AllowUserToDeleteRows = false;
  264. this.dataGridView_Data.AllowUserToResizeRows = false;
  265. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  266. this.dataGridView_Data.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  267. this.dataGridView_Data.BackgroundColor = System.Drawing.Color.White;
  268. this.dataGridView_Data.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  269. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  270. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  271. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  273. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  274. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  275. this.dataGridView_Data.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  276. this.dataGridView_Data.ColumnHeadersHeight = 25;
  277. this.dataGridView_Data.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  278. this.dataGridView_Data.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  279. this.选择项,
  280. this.企业编号,
  281. this.商品类型,
  282. this.所属分类,
  283. this.商品编号,
  284. this.商品名称});
  285. this.dataGridView_Data.Dock = System.Windows.Forms.DockStyle.Fill;
  286. this.dataGridView_Data.EnableHeadersVisualStyles = false;
  287. this.dataGridView_Data.EraseCell = false;
  288. this.dataGridView_Data.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  289. this.dataGridView_Data.GridViewUniquelyIdentify = "_dataGridView_Data_dataGridView_Data_dataGridView_Data";
  290. this.dataGridView_Data.IsCompleteBonding = false;
  291. this.dataGridView_Data.IsCopyCellValue = true;
  292. this.dataGridView_Data.Location = new System.Drawing.Point(5, 5);
  293. this.dataGridView_Data.Name = "dataGridView_Data";
  294. this.dataGridView_Data.RowHeadersVisible = false;
  295. this.dataGridView_Data.RowTemplate.Height = 30;
  296. this.dataGridView_Data.RowTemplate.ReadOnly = true;
  297. this.dataGridView_Data.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  298. this.dataGridView_Data.Size = new System.Drawing.Size(1078, 639);
  299. this.dataGridView_Data.TabIndex = 0;
  300. //
  301. // 选择项
  302. //
  303. this.选择项.FalseValue = "false";
  304. this.选择项.HeaderText = "";
  305. this.选择项.Name = "选择项";
  306. this.选择项.TrueValue = "true";
  307. this.选择项.Width = 50;
  308. //
  309. // 企业编号
  310. //
  311. this.企业编号.HeaderText = "企业编号";
  312. this.企业编号.Name = "企业编号";
  313. this.企业编号.ReadOnly = true;
  314. this.企业编号.Width = 150;
  315. //
  316. // 商品类型
  317. //
  318. this.商品类型.HeaderText = "商品类型";
  319. this.商品类型.Name = "商品类型";
  320. this.商品类型.ReadOnly = true;
  321. //
  322. // 所属分类
  323. //
  324. this.所属分类.HeaderText = "所属分类";
  325. this.所属分类.Name = "所属分类";
  326. this.所属分类.ReadOnly = true;
  327. this.所属分类.Width = 150;
  328. //
  329. // 商品编号
  330. //
  331. this.商品编号.HeaderText = "商品编号";
  332. this.商品编号.Name = "商品编号";
  333. this.商品编号.ReadOnly = true;
  334. this.商品编号.Width = 200;
  335. //
  336. // 商品名称
  337. //
  338. this.商品名称.HeaderText = "商品名称";
  339. this.商品名称.Name = "商品名称";
  340. this.商品名称.ReadOnly = true;
  341. this.商品名称.Width = 325;
  342. //
  343. // frmCloudProductInfo
  344. //
  345. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  346. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  347. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  348. this.ClientSize = new System.Drawing.Size(1088, 754);
  349. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  350. this.Name = "frmCloudProductInfo";
  351. this.Text = "云产品列表";
  352. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  353. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  354. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  355. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  356. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  357. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  358. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  359. this.plExMainContainer.ResumeLayout(false);
  360. this.plFormMainContent.ResumeLayout(false);
  361. this.panelEx1.ResumeLayout(false);
  362. this.panelEx5.ResumeLayout(false);
  363. ((System.ComponentModel.ISupportInitialize)(this.dataGridView_Data)).EndInit();
  364. this.ResumeLayout(false);
  365. }
  366. #endregion
  367. private ComponentLibrary.PanelEx panelEx1;
  368. private ComponentLibrary.PanelEx panelEx5;
  369. private ComponentLibrary.PanelEx panelEx4;
  370. private ComponentLibrary.PanelEx panelEx3;
  371. private ComponentLibrary.PanelEx panelEx2;
  372. protected internal ComponentLibrary.ButtonEx btn_Print;
  373. protected internal ComponentLibrary.DataGridViewEx dataGridView_Data;
  374. protected internal ComponentLibrary.ButtonEx btn_Search;
  375. protected internal ComponentLibrary.TextBoxEx tb_SearchText;
  376. protected internal ComponentLibrary.ButtonEx btn_Product;
  377. protected internal ComponentLibrary.ButtonEx btn_Dress;
  378. protected internal ComponentLibrary.ButtonEx btn_Delete;
  379. private System.Windows.Forms.DataGridViewCheckBoxColumn 选择项;
  380. private System.Windows.Forms.DataGridViewTextBoxColumn 企业编号;
  381. private System.Windows.Forms.DataGridViewTextBoxColumn 商品类型;
  382. private System.Windows.Forms.DataGridViewTextBoxColumn 所属分类;
  383. private System.Windows.Forms.DataGridViewTextBoxColumn 商品编号;
  384. private System.Windows.Forms.DataGridViewTextBoxColumn 商品名称;
  385. }
  386. }