S_CMN_002.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357
  1. namespace Dongke.IBOSS.PRD.Client.Controls
  2. {
  3. partial class S_CMN_002
  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(S_CMN_002));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.txtGoodsTypeName = new System.Windows.Forms.TextBox();
  36. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  37. this.txtGoodsTypeCode = new System.Windows.Forms.TextBox();
  38. this.dgvGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.lblGoodsTypeCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.lblGoodsTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.chkChooseAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.GoodsTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  45. this.GoodsTypeCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GoodsTypeFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).BeginInit();
  49. this.SuspendLayout();
  50. //
  51. // btnOK
  52. //
  53. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  54. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  55. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  56. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  57. this.btnOK.ForeColor = System.Drawing.Color.White;
  58. this.btnOK.Location = new System.Drawing.Point(441, 436);
  59. this.btnOK.Name = "btnOK";
  60. this.btnOK.Size = new System.Drawing.Size(85, 30);
  61. this.btnOK.TabIndex = 8;
  62. this.btnOK.Text = "确定";
  63. this.btnOK.UseVisualStyleBackColor = true;
  64. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  65. //
  66. // btnClose
  67. //
  68. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  69. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  70. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  71. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  72. this.btnClose.Font = new System.Drawing.Font("宋体", 9F);
  73. this.btnClose.ForeColor = System.Drawing.Color.White;
  74. this.btnClose.Location = new System.Drawing.Point(532, 436);
  75. this.btnClose.Name = "btnClose";
  76. this.btnClose.Size = new System.Drawing.Size(85, 30);
  77. this.btnClose.TabIndex = 9;
  78. this.btnClose.Text = "取消";
  79. this.btnClose.UseVisualStyleBackColor = true;
  80. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  81. //
  82. // txtGoodsTypeName
  83. //
  84. this.txtGoodsTypeName.Font = new System.Drawing.Font("宋体", 9F);
  85. this.txtGoodsTypeName.Location = new System.Drawing.Point(303, 14);
  86. this.txtGoodsTypeName.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  87. this.txtGoodsTypeName.MaxLength = 20;
  88. this.txtGoodsTypeName.Name = "txtGoodsTypeName";
  89. this.txtGoodsTypeName.Size = new System.Drawing.Size(122, 21);
  90. this.txtGoodsTypeName.TabIndex = 3;
  91. //
  92. // btnSearch
  93. //
  94. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  95. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  96. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  97. this.btnSearch.ForeColor = System.Drawing.Color.White;
  98. this.btnSearch.Location = new System.Drawing.Point(441, 9);
  99. this.btnSearch.Name = "btnSearch";
  100. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  101. this.btnSearch.TabIndex = 4;
  102. this.btnSearch.Text = "查询";
  103. this.btnSearch.UseVisualStyleBackColor = true;
  104. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  105. //
  106. // txtGoodsTypeCode
  107. //
  108. this.txtGoodsTypeCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  109. this.txtGoodsTypeCode.Font = new System.Drawing.Font("宋体", 9F);
  110. this.txtGoodsTypeCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  111. this.txtGoodsTypeCode.Location = new System.Drawing.Point(92, 14);
  112. this.txtGoodsTypeCode.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  113. this.txtGoodsTypeCode.MaxLength = 21;
  114. this.txtGoodsTypeCode.Name = "txtGoodsTypeCode";
  115. this.txtGoodsTypeCode.Size = new System.Drawing.Size(122, 21);
  116. this.txtGoodsTypeCode.TabIndex = 1;
  117. //
  118. // dgvGoodsType
  119. //
  120. this.dgvGoodsType.AllowUserToAddRows = false;
  121. this.dgvGoodsType.AllowUserToDeleteRows = false;
  122. this.dgvGoodsType.AllowUserToModifyRows = true;
  123. this.dgvGoodsType.AllowUserToOrderColumns = true;
  124. this.dgvGoodsType.AllowUserToResizeRows = false;
  125. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  126. this.dgvGoodsType.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  127. this.dgvGoodsType.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  128. | System.Windows.Forms.AnchorStyles.Left)
  129. | System.Windows.Forms.AnchorStyles.Right)));
  130. this.dgvGoodsType.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  131. this.dgvGoodsType.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  132. this.dgvGoodsType.CellHeight = 23;
  133. this.dgvGoodsType.ChildNodeColumnName = null;
  134. this.dgvGoodsType.ChildNodeColumnText = null;
  135. this.dgvGoodsType.ColumnDeep = 1;
  136. this.dgvGoodsType.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  137. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  138. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  139. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  141. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  142. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  143. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  144. this.dgvGoodsType.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  145. this.dgvGoodsType.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  146. this.dgvGoodsType.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  147. this.GoodsTypeID,
  148. this.Sel,
  149. this.GoodsTypeCode,
  150. this.GoodsTypeName,
  151. this.GoodsTypeFullName});
  152. this.dgvGoodsType.ColumnTreeView = null;
  153. this.dgvGoodsType.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  154. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  155. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  156. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  158. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  161. this.dgvGoodsType.DefaultCellStyle = dataGridViewCellStyle3;
  162. this.dgvGoodsType.DynamicColumnName = "";
  163. this.dgvGoodsType.EnableHeadersVisualStyles = false;
  164. this.dgvGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dgvGoodsType.HorizontalMergeColumn = null;
  166. this.dgvGoodsType.IsAutoCountSum = true;
  167. this.dgvGoodsType.IsAutoResizeColumns = false;
  168. this.dgvGoodsType.IsClickF12 = false;
  169. this.dgvGoodsType.IsOpenMergeCellFlag = false;
  170. this.dgvGoodsType.IsSubTotalFlag = false;
  171. this.dgvGoodsType.IsTopDeep = false;
  172. this.dgvGoodsType.Location = new System.Drawing.Point(12, 44);
  173. this.dgvGoodsType.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  174. this.dgvGoodsType.MergeColumnNames = null;
  175. this.dgvGoodsType.MergeDetailColumnNames = null;
  176. this.dgvGoodsType.MergeDetailOnlyColumn = null;
  177. this.dgvGoodsType.MergeOnlyColumn = null;
  178. this.dgvGoodsType.MultiSelect = false;
  179. this.dgvGoodsType.Name = "dgvGoodsType";
  180. this.dgvGoodsType.RefreshAtHscroll = false;
  181. this.dgvGoodsType.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  182. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  183. this.dgvGoodsType.RowsDefaultCellStyle = dataGridViewCellStyle4;
  184. this.dgvGoodsType.RowTemplate.Height = 21;
  185. this.dgvGoodsType.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  186. this.dgvGoodsType.Size = new System.Drawing.Size(605, 387);
  187. this.dgvGoodsType.SortOrderColumnName = null;
  188. this.dgvGoodsType.TabIndex = 6;
  189. this.dgvGoodsType.Tag = true;
  190. this.dgvGoodsType.TotalSumColumns = null;
  191. this.dgvGoodsType.ViewRowFilter = "";
  192. this.dgvGoodsType.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvGoodsType_CellMouseDoubleClick);
  193. this.dgvGoodsType.KeyDown += new System.Windows.Forms.KeyEventHandler(this.dgvGoodsType_KeyDown);
  194. //
  195. // lblGoodsTypeCode
  196. //
  197. this.lblGoodsTypeCode.AutoSize = true;
  198. this.lblGoodsTypeCode.BackColor = System.Drawing.Color.Transparent;
  199. this.lblGoodsTypeCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lblGoodsTypeCode.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this.lblGoodsTypeCode.Location = new System.Drawing.Point(12, 18);
  202. this.lblGoodsTypeCode.Name = "lblGoodsTypeCode";
  203. this.lblGoodsTypeCode.Size = new System.Drawing.Size(77, 12);
  204. this.lblGoodsTypeCode.TabIndex = 0;
  205. this.lblGoodsTypeCode.Text = "产品类别编码";
  206. //
  207. // lblGoodsTypeName
  208. //
  209. this.lblGoodsTypeName.AutoSize = true;
  210. this.lblGoodsTypeName.BackColor = System.Drawing.Color.Transparent;
  211. this.lblGoodsTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  212. this.lblGoodsTypeName.ForeColor = System.Drawing.SystemColors.ControlText;
  213. this.lblGoodsTypeName.Location = new System.Drawing.Point(220, 18);
  214. this.lblGoodsTypeName.Name = "lblGoodsTypeName";
  215. this.lblGoodsTypeName.Size = new System.Drawing.Size(77, 12);
  216. this.lblGoodsTypeName.TabIndex = 2;
  217. this.lblGoodsTypeName.Text = "产品类别名称";
  218. //
  219. // chkChooseAll
  220. //
  221. this.chkChooseAll.AutoSize = true;
  222. this.chkChooseAll.BackColor = System.Drawing.Color.Transparent;
  223. this.chkChooseAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  224. this.chkChooseAll.Location = new System.Drawing.Point(12, 436);
  225. this.chkChooseAll.Name = "chkChooseAll";
  226. this.chkChooseAll.Size = new System.Drawing.Size(48, 16);
  227. this.chkChooseAll.TabIndex = 7;
  228. this.chkChooseAll.Text = "全选";
  229. this.chkChooseAll.UseVisualStyleBackColor = false;
  230. this.chkChooseAll.Visible = false;
  231. this.chkChooseAll.CheckedChanged += new System.EventHandler(this.chkChooseAll_CheckedChanged);
  232. //
  233. // btnClearCondition
  234. //
  235. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  236. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  237. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  238. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  240. this.btnClearCondition.Location = new System.Drawing.Point(532, 9);
  241. this.btnClearCondition.Name = "btnClearCondition";
  242. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  243. this.btnClearCondition.TabIndex = 5;
  244. this.btnClearCondition.Text = "清空条件";
  245. this.btnClearCondition.UseVisualStyleBackColor = false;
  246. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  247. //
  248. // GoodsTypeID
  249. //
  250. this.GoodsTypeID.DataPropertyName = "GoodsTypeID";
  251. this.GoodsTypeID.HeaderText = "GoodsTypeID";
  252. this.GoodsTypeID.Name = "GoodsTypeID";
  253. this.GoodsTypeID.ReadOnly = true;
  254. this.GoodsTypeID.Visible = false;
  255. //
  256. // Sel
  257. //
  258. this.Sel.DataPropertyName = "Sel";
  259. this.Sel.FalseValue = "0";
  260. this.Sel.HeaderText = "选择";
  261. this.Sel.IndeterminateValue = "0";
  262. this.Sel.Name = "Sel";
  263. this.Sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  264. this.Sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  265. this.Sel.TrueValue = "1";
  266. this.Sel.Visible = false;
  267. //
  268. // GoodsTypeCode
  269. //
  270. this.GoodsTypeCode.DataPropertyName = "GoodsTypeCode";
  271. this.GoodsTypeCode.HeaderText = "产品类别编码";
  272. this.GoodsTypeCode.Name = "GoodsTypeCode";
  273. this.GoodsTypeCode.ReadOnly = true;
  274. this.GoodsTypeCode.Width = 120;
  275. //
  276. // GoodsTypeName
  277. //
  278. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  279. this.GoodsTypeName.HeaderText = "产品类别名称";
  280. this.GoodsTypeName.Name = "GoodsTypeName";
  281. this.GoodsTypeName.ReadOnly = true;
  282. this.GoodsTypeName.Width = 120;
  283. //
  284. // GoodsTypeFullName
  285. //
  286. this.GoodsTypeFullName.DataPropertyName = "GoodsTypeFullName";
  287. this.GoodsTypeFullName.HeaderText = "产品类别全称";
  288. this.GoodsTypeFullName.Name = "GoodsTypeFullName";
  289. this.GoodsTypeFullName.ReadOnly = true;
  290. this.GoodsTypeFullName.Width = 245;
  291. //
  292. // S_CMN_002
  293. //
  294. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  295. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  296. this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
  297. this.CancelButton = this.btnClose;
  298. this.ClientSize = new System.Drawing.Size(629, 491);
  299. this.Controls.Add(this.btnClearCondition);
  300. this.Controls.Add(this.chkChooseAll);
  301. this.Controls.Add(this.lblGoodsTypeName);
  302. this.Controls.Add(this.lblGoodsTypeCode);
  303. this.Controls.Add(this.txtGoodsTypeName);
  304. this.Controls.Add(this.dgvGoodsType);
  305. this.Controls.Add(this.btnSearch);
  306. this.Controls.Add(this.txtGoodsTypeCode);
  307. this.Controls.Add(this.btnOK);
  308. this.Controls.Add(this.btnClose);
  309. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  310. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  311. this.IsSaveFormSize = false;
  312. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  313. this.MaximizeBox = false;
  314. this.MinimizeBox = false;
  315. this.Name = "S_CMN_002";
  316. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  317. this.StatusSizingGrip = false;
  318. this.Text = "选择产品类别";
  319. this.Load += new System.EventHandler(this.S_CMN_002_Load);
  320. this.Controls.SetChildIndex(this.btnClose, 0);
  321. this.Controls.SetChildIndex(this.btnOK, 0);
  322. this.Controls.SetChildIndex(this.txtGoodsTypeCode, 0);
  323. this.Controls.SetChildIndex(this.btnSearch, 0);
  324. this.Controls.SetChildIndex(this.dgvGoodsType, 0);
  325. this.Controls.SetChildIndex(this.txtGoodsTypeName, 0);
  326. this.Controls.SetChildIndex(this.lblGoodsTypeCode, 0);
  327. this.Controls.SetChildIndex(this.lblGoodsTypeName, 0);
  328. this.Controls.SetChildIndex(this.chkChooseAll, 0);
  329. this.Controls.SetChildIndex(this.btnClearCondition, 0);
  330. ((System.ComponentModel.ISupportInitialize)(this.dgvGoodsType)).EndInit();
  331. this.ResumeLayout(false);
  332. this.PerformLayout();
  333. }
  334. #endregion
  335. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnOK;
  336. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnClose;
  337. private System.Windows.Forms.TextBox txtGoodsTypeName;
  338. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSearch;
  339. private System.Windows.Forms.TextBox txtGoodsTypeCode;
  340. private Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView dgvGoodsType;
  341. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblGoodsTypeCode;
  342. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblGoodsTypeName;
  343. private Basics.BaseControls.C_CheckBox chkChooseAll;
  344. private Basics.BaseControls.C_Button btnClearCondition;
  345. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeID;
  346. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  347. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeCode;
  348. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  349. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeFullName;
  350. }
  351. }