frmCustomer.Designer.cs 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766
  1. namespace NXWMS.Forms.Base
  2. {
  3. partial class frmCustomer
  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(frmCustomer));
  29. this.kryptonGroupBox2 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelSearch = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
  32. this.btnRemove = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  33. this.btnEdit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  34. this.btnAdd = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
  36. this.kryptonButton1 = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  37. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  38. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  39. this.btnSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  40. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  41. this.chkSearchUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  42. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  43. this.cmbSearchCity = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  44. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  45. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  46. this.txtSearchCustomerName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  47. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  48. this.kryptonLabel18 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.kryptonLabel5 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  50. this.txtSearchCustomerCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  51. this.cmbSearchCustomerType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  52. this.cmbSearchProvince = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  53. this.dataGridView = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  54. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  81. this.kryptonGroupBox1 = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  82. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).BeginInit();
  83. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).BeginInit();
  84. this.kryptonGroupBox2.Panel.SuspendLayout();
  85. this.kryptonGroupBox2.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).BeginInit();
  87. this.kryptonPanelSearch.SuspendLayout();
  88. this.tableLayoutPanel4.SuspendLayout();
  89. this.tableLayoutPanel3.SuspendLayout();
  90. this.tableLayoutPanel1.SuspendLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchCity)).BeginInit();
  92. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchCustomerType)).BeginInit();
  93. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchProvince)).BeginInit();
  94. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).BeginInit();
  95. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).BeginInit();
  96. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).BeginInit();
  97. this.kryptonGroupBox1.Panel.SuspendLayout();
  98. this.kryptonGroupBox1.SuspendLayout();
  99. this.SuspendLayout();
  100. //
  101. // kryptonGroupBox2
  102. //
  103. this.kryptonGroupBox2.CaptionOverlap = 0D;
  104. this.kryptonGroupBox2.Dock = System.Windows.Forms.DockStyle.Top;
  105. this.kryptonGroupBox2.Location = new System.Drawing.Point(0, 0);
  106. this.kryptonGroupBox2.Name = "kryptonGroupBox2";
  107. //
  108. // kryptonGroupBox2.Panel
  109. //
  110. this.kryptonGroupBox2.Panel.Controls.Add(this.kryptonPanelSearch);
  111. this.kryptonGroupBox2.Size = new System.Drawing.Size(1368, 136);
  112. this.kryptonGroupBox2.StateCommon.Border.DrawBorders = ((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders)((((ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Top | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Bottom)
  113. | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Left)
  114. | ComponentFactory.Krypton.Toolkit.PaletteDrawBorders.Right)));
  115. this.kryptonGroupBox2.StateCommon.Border.Rounding = 0;
  116. this.kryptonGroupBox2.TabIndex = 56;
  117. this.kryptonGroupBox2.Values.Heading = "查询";
  118. this.kryptonGroupBox2.Values.Image = ((System.Drawing.Image)(resources.GetObject("kryptonGroupBox2.Values.Image")));
  119. //
  120. // kryptonPanelSearch
  121. //
  122. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel4);
  123. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel3);
  124. this.kryptonPanelSearch.Controls.Add(this.tableLayoutPanel1);
  125. this.kryptonPanelSearch.Dock = System.Windows.Forms.DockStyle.Top;
  126. this.kryptonPanelSearch.Location = new System.Drawing.Point(0, 0);
  127. this.kryptonPanelSearch.Name = "kryptonPanelSearch";
  128. this.kryptonPanelSearch.Size = new System.Drawing.Size(1366, 116);
  129. this.kryptonPanelSearch.TabIndex = 46;
  130. //
  131. // tableLayoutPanel4
  132. //
  133. this.tableLayoutPanel4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  134. | System.Windows.Forms.AnchorStyles.Left)));
  135. this.tableLayoutPanel4.BackColor = System.Drawing.Color.Transparent;
  136. this.tableLayoutPanel4.ColumnCount = 3;
  137. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  138. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  139. this.tableLayoutPanel4.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  140. this.tableLayoutPanel4.Controls.Add(this.btnRemove, 2, 0);
  141. this.tableLayoutPanel4.Controls.Add(this.btnEdit, 1, 0);
  142. this.tableLayoutPanel4.Controls.Add(this.btnAdd, 0, 0);
  143. this.tableLayoutPanel4.Location = new System.Drawing.Point(3, 70);
  144. this.tableLayoutPanel4.Name = "tableLayoutPanel4";
  145. this.tableLayoutPanel4.RowCount = 1;
  146. this.tableLayoutPanel4.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  147. this.tableLayoutPanel4.Size = new System.Drawing.Size(272, 37);
  148. this.tableLayoutPanel4.TabIndex = 3;
  149. //
  150. // btnRemove
  151. //
  152. this.btnRemove.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  153. | System.Windows.Forms.AnchorStyles.Left)
  154. | System.Windows.Forms.AnchorStyles.Right)));
  155. this.btnRemove.Location = new System.Drawing.Point(183, 3);
  156. this.btnRemove.Name = "btnRemove";
  157. this.btnRemove.Size = new System.Drawing.Size(86, 31);
  158. this.btnRemove.TabIndex = 2;
  159. this.btnRemove.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnRemove.Values.Image")));
  160. this.btnRemove.Values.Text = "删除";
  161. this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
  162. //
  163. // btnEdit
  164. //
  165. this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  166. | System.Windows.Forms.AnchorStyles.Left)
  167. | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnEdit.Location = new System.Drawing.Point(93, 3);
  169. this.btnEdit.Name = "btnEdit";
  170. this.btnEdit.Size = new System.Drawing.Size(84, 31);
  171. this.btnEdit.TabIndex = 1;
  172. this.btnEdit.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnEdit.Values.Image")));
  173. this.btnEdit.Values.Text = "编辑";
  174. this.btnEdit.Click += new System.EventHandler(this.btnEdit_Click);
  175. //
  176. // btnAdd
  177. //
  178. this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  179. | System.Windows.Forms.AnchorStyles.Left)
  180. | System.Windows.Forms.AnchorStyles.Right)));
  181. this.btnAdd.Location = new System.Drawing.Point(3, 3);
  182. this.btnAdd.Name = "btnAdd";
  183. this.btnAdd.Size = new System.Drawing.Size(84, 31);
  184. this.btnAdd.TabIndex = 0;
  185. this.btnAdd.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnAdd.Values.Image")));
  186. this.btnAdd.Values.Text = "新增";
  187. this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
  188. //
  189. // tableLayoutPanel3
  190. //
  191. this.tableLayoutPanel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  192. | System.Windows.Forms.AnchorStyles.Right)));
  193. this.tableLayoutPanel3.BackColor = System.Drawing.Color.Transparent;
  194. this.tableLayoutPanel3.ColumnCount = 4;
  195. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  196. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  197. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  198. this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F));
  199. this.tableLayoutPanel3.Controls.Add(this.kryptonButton1, 0, 0);
  200. this.tableLayoutPanel3.Controls.Add(this.btnSearch, 0, 0);
  201. this.tableLayoutPanel3.Controls.Add(this.btnSearchExport, 3, 0);
  202. this.tableLayoutPanel3.Controls.Add(this.btnSearchImport, 2, 0);
  203. this.tableLayoutPanel3.Location = new System.Drawing.Point(1022, 70);
  204. this.tableLayoutPanel3.Name = "tableLayoutPanel3";
  205. this.tableLayoutPanel3.RowCount = 1;
  206. this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  207. this.tableLayoutPanel3.Size = new System.Drawing.Size(341, 37);
  208. this.tableLayoutPanel3.TabIndex = 1;
  209. //
  210. // kryptonButton1
  211. //
  212. this.kryptonButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  213. | System.Windows.Forms.AnchorStyles.Left)
  214. | System.Windows.Forms.AnchorStyles.Right)));
  215. this.kryptonButton1.Location = new System.Drawing.Point(88, 3);
  216. this.kryptonButton1.Name = "kryptonButton1";
  217. this.kryptonButton1.Size = new System.Drawing.Size(79, 31);
  218. this.kryptonButton1.TabIndex = 3;
  219. this.kryptonButton1.Values.Image = ((System.Drawing.Image)(resources.GetObject("kryptonButton1.Values.Image")));
  220. this.kryptonButton1.Values.Text = "导入";
  221. //
  222. // btnSearch
  223. //
  224. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  225. | System.Windows.Forms.AnchorStyles.Left)
  226. | System.Windows.Forms.AnchorStyles.Right)));
  227. this.btnSearch.Location = new System.Drawing.Point(3, 3);
  228. this.btnSearch.Name = "btnSearch";
  229. this.btnSearch.Size = new System.Drawing.Size(79, 31);
  230. this.btnSearch.TabIndex = 0;
  231. this.btnSearch.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSearch.Values.Image")));
  232. this.btnSearch.Values.Text = "查询";
  233. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  234. //
  235. // btnSearchExport
  236. //
  237. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  238. | System.Windows.Forms.AnchorStyles.Left)
  239. | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btnSearchExport.Location = new System.Drawing.Point(258, 3);
  241. this.btnSearchExport.Name = "btnSearchExport";
  242. this.btnSearchExport.Size = new System.Drawing.Size(80, 31);
  243. this.btnSearchExport.TabIndex = 1;
  244. this.btnSearchExport.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchExport.Values.Image")));
  245. this.btnSearchExport.Values.Text = "导出";
  246. this.btnSearchExport.Click += new System.EventHandler(this.btnSearchExport_Click);
  247. //
  248. // btnSearchImport
  249. //
  250. this.btnSearchImport.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  251. | System.Windows.Forms.AnchorStyles.Left)
  252. | System.Windows.Forms.AnchorStyles.Right)));
  253. this.btnSearchImport.Location = new System.Drawing.Point(173, 3);
  254. this.btnSearchImport.Name = "btnSearchImport";
  255. this.btnSearchImport.Size = new System.Drawing.Size(79, 31);
  256. this.btnSearchImport.TabIndex = 2;
  257. this.btnSearchImport.Values.Image = ((System.Drawing.Image)(resources.GetObject("btnSearchImport.Values.Image")));
  258. this.btnSearchImport.Values.Text = "同步ERP";
  259. this.btnSearchImport.Click += new System.EventHandler(this.btnSearchImport_Click);
  260. //
  261. // tableLayoutPanel1
  262. //
  263. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  264. | System.Windows.Forms.AnchorStyles.Left)
  265. | System.Windows.Forms.AnchorStyles.Right)));
  266. this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  267. this.tableLayoutPanel1.ColumnCount = 10;
  268. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  269. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  270. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  271. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  272. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  273. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  274. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 60F));
  275. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  276. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 50F));
  277. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 20F));
  278. this.tableLayoutPanel1.Controls.Add(this.chkSearchUse, 1, 1);
  279. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel16, 8, 0);
  280. this.tableLayoutPanel1.Controls.Add(this.cmbSearchCity, 9, 0);
  281. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel3, 6, 0);
  282. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel2, 2, 0);
  283. this.tableLayoutPanel1.Controls.Add(this.txtSearchCustomerName, 3, 0);
  284. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel1, 0, 0);
  285. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel18, 4, 0);
  286. this.tableLayoutPanel1.Controls.Add(this.kryptonLabel5, 0, 1);
  287. this.tableLayoutPanel1.Controls.Add(this.txtSearchCustomerCode, 1, 0);
  288. this.tableLayoutPanel1.Controls.Add(this.cmbSearchCustomerType, 5, 0);
  289. this.tableLayoutPanel1.Controls.Add(this.cmbSearchProvince, 7, 0);
  290. this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  291. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  292. this.tableLayoutPanel1.RowCount = 2;
  293. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  294. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
  295. this.tableLayoutPanel1.Size = new System.Drawing.Size(1366, 66);
  296. this.tableLayoutPanel1.TabIndex = 0;
  297. //
  298. // chkSearchUse
  299. //
  300. this.chkSearchUse.Checked = true;
  301. this.chkSearchUse.CheckState = System.Windows.Forms.CheckState.Checked;
  302. this.chkSearchUse.Dock = System.Windows.Forms.DockStyle.Fill;
  303. this.chkSearchUse.Location = new System.Drawing.Point(85, 36);
  304. this.chkSearchUse.Name = "chkSearchUse";
  305. this.chkSearchUse.Size = new System.Drawing.Size(196, 27);
  306. this.chkSearchUse.TabIndex = 46;
  307. this.chkSearchUse.Tag = "";
  308. this.chkSearchUse.Values.Text = "";
  309. //
  310. // kryptonLabel16
  311. //
  312. this.kryptonLabel16.AutoSize = false;
  313. this.kryptonLabel16.Dock = System.Windows.Forms.DockStyle.Fill;
  314. this.kryptonLabel16.Location = new System.Drawing.Point(1117, 3);
  315. this.kryptonLabel16.Name = "kryptonLabel16";
  316. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.No;
  317. this.kryptonLabel16.Size = new System.Drawing.Size(44, 27);
  318. this.kryptonLabel16.TabIndex = 41;
  319. this.kryptonLabel16.Values.Text = "市:";
  320. //
  321. // cmbSearchCity
  322. //
  323. this.cmbSearchCity.Anchor = System.Windows.Forms.AnchorStyles.None;
  324. this.cmbSearchCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  325. this.cmbSearchCity.DropDownWidth = 121;
  326. this.cmbSearchCity.Location = new System.Drawing.Point(1174, 6);
  327. this.cmbSearchCity.Name = "cmbSearchCity";
  328. this.cmbSearchCity.Size = new System.Drawing.Size(182, 21);
  329. this.cmbSearchCity.TabIndex = 42;
  330. this.cmbSearchCity.Tag = "AREA_CODE";
  331. //
  332. // kryptonLabel3
  333. //
  334. this.kryptonLabel3.AutoSize = false;
  335. this.kryptonLabel3.Dock = System.Windows.Forms.DockStyle.Fill;
  336. this.kryptonLabel3.Location = new System.Drawing.Point(855, 3);
  337. this.kryptonLabel3.Name = "kryptonLabel3";
  338. this.kryptonLabel3.RightToLeft = System.Windows.Forms.RightToLeft.No;
  339. this.kryptonLabel3.Size = new System.Drawing.Size(54, 27);
  340. this.kryptonLabel3.TabIndex = 28;
  341. this.kryptonLabel3.Values.Text = "省份:";
  342. //
  343. // kryptonLabel2
  344. //
  345. this.kryptonLabel2.AutoSize = false;
  346. this.kryptonLabel2.Dock = System.Windows.Forms.DockStyle.Fill;
  347. this.kryptonLabel2.Location = new System.Drawing.Point(287, 3);
  348. this.kryptonLabel2.Name = "kryptonLabel2";
  349. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  350. this.kryptonLabel2.Size = new System.Drawing.Size(76, 27);
  351. this.kryptonLabel2.TabIndex = 2;
  352. this.kryptonLabel2.Values.Text = "客户名称:";
  353. //
  354. // txtSearchCustomerName
  355. //
  356. this.txtSearchCustomerName.Anchor = System.Windows.Forms.AnchorStyles.None;
  357. this.txtSearchCustomerName.Location = new System.Drawing.Point(376, 5);
  358. this.txtSearchCustomerName.Name = "txtSearchCustomerName";
  359. this.txtSearchCustomerName.Size = new System.Drawing.Size(182, 23);
  360. this.txtSearchCustomerName.TabIndex = 3;
  361. this.txtSearchCustomerName.Tag = "";
  362. //
  363. // kryptonLabel1
  364. //
  365. this.kryptonLabel1.AutoSize = false;
  366. this.kryptonLabel1.Dock = System.Windows.Forms.DockStyle.Fill;
  367. this.kryptonLabel1.Location = new System.Drawing.Point(3, 3);
  368. this.kryptonLabel1.Name = "kryptonLabel1";
  369. this.kryptonLabel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
  370. this.kryptonLabel1.Size = new System.Drawing.Size(76, 27);
  371. this.kryptonLabel1.TabIndex = 0;
  372. this.kryptonLabel1.Values.Text = "客户编号:";
  373. //
  374. // kryptonLabel18
  375. //
  376. this.kryptonLabel18.AutoSize = false;
  377. this.kryptonLabel18.Dock = System.Windows.Forms.DockStyle.Fill;
  378. this.kryptonLabel18.Location = new System.Drawing.Point(571, 3);
  379. this.kryptonLabel18.Name = "kryptonLabel18";
  380. this.kryptonLabel18.RightToLeft = System.Windows.Forms.RightToLeft.No;
  381. this.kryptonLabel18.Size = new System.Drawing.Size(76, 27);
  382. this.kryptonLabel18.TabIndex = 26;
  383. this.kryptonLabel18.Values.Text = "客户类型:";
  384. //
  385. // kryptonLabel5
  386. //
  387. this.kryptonLabel5.AutoSize = false;
  388. this.kryptonLabel5.Dock = System.Windows.Forms.DockStyle.Fill;
  389. this.kryptonLabel5.Location = new System.Drawing.Point(3, 36);
  390. this.kryptonLabel5.Name = "kryptonLabel5";
  391. this.kryptonLabel5.RightToLeft = System.Windows.Forms.RightToLeft.No;
  392. this.kryptonLabel5.Size = new System.Drawing.Size(76, 27);
  393. this.kryptonLabel5.TabIndex = 47;
  394. this.kryptonLabel5.Values.Text = "使用标识:";
  395. this.kryptonLabel5.Paint += new System.Windows.Forms.PaintEventHandler(this.kryptonLabel5_Paint);
  396. //
  397. // txtSearchCustomerCode
  398. //
  399. this.txtSearchCustomerCode.Anchor = System.Windows.Forms.AnchorStyles.None;
  400. this.txtSearchCustomerCode.Location = new System.Drawing.Point(92, 5);
  401. this.txtSearchCustomerCode.Name = "txtSearchCustomerCode";
  402. this.txtSearchCustomerCode.Size = new System.Drawing.Size(182, 23);
  403. this.txtSearchCustomerCode.TabIndex = 48;
  404. this.txtSearchCustomerCode.Tag = "";
  405. //
  406. // cmbSearchCustomerType
  407. //
  408. this.cmbSearchCustomerType.Anchor = System.Windows.Forms.AnchorStyles.None;
  409. this.cmbSearchCustomerType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  410. this.cmbSearchCustomerType.DropDownWidth = 121;
  411. this.cmbSearchCustomerType.Location = new System.Drawing.Point(660, 6);
  412. this.cmbSearchCustomerType.Name = "cmbSearchCustomerType";
  413. this.cmbSearchCustomerType.Size = new System.Drawing.Size(182, 21);
  414. this.cmbSearchCustomerType.TabIndex = 49;
  415. this.cmbSearchCustomerType.Tag = "AREA_CODE";
  416. //
  417. // cmbSearchProvince
  418. //
  419. this.cmbSearchProvince.Anchor = System.Windows.Forms.AnchorStyles.None;
  420. this.cmbSearchProvince.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  421. this.cmbSearchProvince.DropDownWidth = 121;
  422. this.cmbSearchProvince.Location = new System.Drawing.Point(922, 6);
  423. this.cmbSearchProvince.Name = "cmbSearchProvince";
  424. this.cmbSearchProvince.Size = new System.Drawing.Size(182, 21);
  425. this.cmbSearchProvince.TabIndex = 50;
  426. this.cmbSearchProvince.Tag = "AREA_CODE";
  427. //
  428. // dataGridView
  429. //
  430. this.dataGridView.AllowUserToAddRows = false;
  431. this.dataGridView.AllowUserToDeleteRows = false;
  432. this.dataGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  433. this.dataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  434. this.Column15,
  435. this.Column16,
  436. this.Column17,
  437. this.Column18,
  438. this.Column19,
  439. this.Column20,
  440. this.Column21,
  441. this.Column22,
  442. this.Column23,
  443. this.Column24,
  444. this.Column27,
  445. this.Column25,
  446. this.Column26});
  447. this.dataGridView.Dock = System.Windows.Forms.DockStyle.Fill;
  448. this.dataGridView.Location = new System.Drawing.Point(0, 0);
  449. this.dataGridView.Name = "dataGridView";
  450. this.dataGridView.ReadOnly = true;
  451. this.dataGridView.RowHeadersVisible = false;
  452. this.dataGridView.RowTemplate.Height = 23;
  453. this.dataGridView.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  454. this.dataGridView.Size = new System.Drawing.Size(1364, 577);
  455. this.dataGridView.TabIndex = 62;
  456. this.dataGridView.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellDoubleClick);
  457. this.dataGridView.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView_RowStateChanged);
  458. //
  459. // Column15
  460. //
  461. this.Column15.HeaderText = "用户编码";
  462. this.Column15.Name = "Column15";
  463. this.Column15.ReadOnly = true;
  464. this.Column15.Width = 86;
  465. //
  466. // Column16
  467. //
  468. this.Column16.HeaderText = "用户名称";
  469. this.Column16.Name = "Column16";
  470. this.Column16.ReadOnly = true;
  471. this.Column16.Width = 86;
  472. //
  473. // Column17
  474. //
  475. this.Column17.HeaderText = "用户昵称";
  476. this.Column17.Name = "Column17";
  477. this.Column17.ReadOnly = true;
  478. this.Column17.Width = 86;
  479. //
  480. // Column18
  481. //
  482. this.Column18.HeaderText = "职位名称";
  483. this.Column18.Name = "Column18";
  484. this.Column18.ReadOnly = true;
  485. this.Column18.Width = 87;
  486. //
  487. // Column19
  488. //
  489. this.Column19.HeaderText = "性别";
  490. this.Column19.Name = "Column19";
  491. this.Column19.ReadOnly = true;
  492. this.Column19.Width = 86;
  493. //
  494. // Column20
  495. //
  496. this.Column20.HeaderText = "所属角色";
  497. this.Column20.Name = "Column20";
  498. this.Column20.ReadOnly = true;
  499. this.Column20.Width = 86;
  500. //
  501. // Column21
  502. //
  503. this.Column21.HeaderText = "手机号码";
  504. this.Column21.Name = "Column21";
  505. this.Column21.ReadOnly = true;
  506. this.Column21.Width = 86;
  507. //
  508. // Column22
  509. //
  510. this.Column22.HeaderText = "邮箱";
  511. this.Column22.Name = "Column22";
  512. this.Column22.ReadOnly = true;
  513. this.Column22.Width = 86;
  514. //
  515. // Column23
  516. //
  517. this.Column23.HeaderText = "地址";
  518. this.Column23.Name = "Column23";
  519. this.Column23.ReadOnly = true;
  520. this.Column23.Width = 86;
  521. //
  522. // Column24
  523. //
  524. this.Column24.HeaderText = "是否启用";
  525. this.Column24.Name = "Column24";
  526. this.Column24.ReadOnly = true;
  527. this.Column24.Width = 87;
  528. //
  529. // Column27
  530. //
  531. this.Column27.HeaderText = "创建人";
  532. this.Column27.Name = "Column27";
  533. this.Column27.ReadOnly = true;
  534. this.Column27.Width = 86;
  535. //
  536. // Column25
  537. //
  538. this.Column25.HeaderText = "创建时间";
  539. this.Column25.Name = "Column25";
  540. this.Column25.ReadOnly = true;
  541. this.Column25.Width = 86;
  542. //
  543. // Column26
  544. //
  545. this.Column26.HeaderText = "更新人";
  546. this.Column26.Name = "Column26";
  547. this.Column26.ReadOnly = true;
  548. this.Column26.Width = 86;
  549. //
  550. // dataGridViewTextBoxColumn1
  551. //
  552. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  553. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  554. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  555. this.dataGridViewTextBoxColumn1.Width = 86;
  556. //
  557. // dataGridViewTextBoxColumn2
  558. //
  559. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  560. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  561. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  562. this.dataGridViewTextBoxColumn2.Width = 86;
  563. //
  564. // dataGridViewTextBoxColumn3
  565. //
  566. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  567. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  568. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  569. this.dataGridViewTextBoxColumn3.Width = 86;
  570. //
  571. // dataGridViewTextBoxColumn4
  572. //
  573. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  574. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  575. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  576. this.dataGridViewTextBoxColumn4.Width = 87;
  577. //
  578. // dataGridViewTextBoxColumn5
  579. //
  580. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  581. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  582. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  583. this.dataGridViewTextBoxColumn5.Width = 86;
  584. //
  585. // dataGridViewTextBoxColumn6
  586. //
  587. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  588. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  589. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  590. this.dataGridViewTextBoxColumn6.Width = 86;
  591. //
  592. // dataGridViewTextBoxColumn7
  593. //
  594. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  595. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  596. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  597. this.dataGridViewTextBoxColumn7.Width = 86;
  598. //
  599. // dataGridViewTextBoxColumn8
  600. //
  601. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  602. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  603. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  604. this.dataGridViewTextBoxColumn8.Width = 86;
  605. //
  606. // dataGridViewTextBoxColumn9
  607. //
  608. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  609. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  610. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  611. this.dataGridViewTextBoxColumn9.Width = 86;
  612. //
  613. // dataGridViewTextBoxColumn10
  614. //
  615. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  616. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  617. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  618. this.dataGridViewTextBoxColumn10.Width = 87;
  619. //
  620. // dataGridViewTextBoxColumn11
  621. //
  622. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  623. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  624. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  625. this.dataGridViewTextBoxColumn11.Width = 86;
  626. //
  627. // dataGridViewTextBoxColumn12
  628. //
  629. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  630. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  631. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  632. this.dataGridViewTextBoxColumn12.Width = 86;
  633. //
  634. // dataGridViewTextBoxColumn13
  635. //
  636. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  637. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  638. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  639. this.dataGridViewTextBoxColumn13.Width = 86;
  640. //
  641. // pageTool
  642. //
  643. this.pageTool._execActionMessgae = null;
  644. this.pageTool._execActionOperation = null;
  645. this.pageTool._LastOperation = null;
  646. this.pageTool.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(205)))), ((int)(((byte)(212)))), ((int)(((byte)(221)))));
  647. this.pageTool.DataCount = 0;
  648. this.pageTool.Dock = System.Windows.Forms.DockStyle.Bottom;
  649. this.pageTool.LoadMessage = null;
  650. this.pageTool.Location = new System.Drawing.Point(0, 737);
  651. this.pageTool.Name = "pageTool";
  652. this.pageTool.PageDefault = "{0}/{1}";
  653. this.pageTool.PageIndexSelectDefault = 1;
  654. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  655. this.pageTool.PageSize = 30;
  656. this.pageTool.PageSizeSelectList = ((System.Collections.Generic.List<string>)(resources.GetObject("pageTool.PageSizeSelectList")));
  657. this.pageTool.Size = new System.Drawing.Size(1368, 27);
  658. this.pageTool.TabIndex = 75;
  659. this.pageTool.OnPageChange += new NXWMS.Client.FrmCustom.PageToolbar.PageChange(this.pageTool_OnPageChange);
  660. //
  661. // kryptonGroupBox1
  662. //
  663. this.kryptonGroupBox1.CaptionOverlap = 0D;
  664. this.kryptonGroupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  665. this.kryptonGroupBox1.Location = new System.Drawing.Point(0, 136);
  666. this.kryptonGroupBox1.Name = "kryptonGroupBox1";
  667. //
  668. // kryptonGroupBox1.Panel
  669. //
  670. this.kryptonGroupBox1.Panel.Controls.Add(this.dataGridView);
  671. this.kryptonGroupBox1.Size = new System.Drawing.Size(1368, 601);
  672. this.kryptonGroupBox1.TabIndex = 76;
  673. this.kryptonGroupBox1.Values.Heading = "客户列表:";
  674. //
  675. // frmCustomer
  676. //
  677. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  678. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  679. this.ClientSize = new System.Drawing.Size(1368, 764);
  680. this.Controls.Add(this.kryptonGroupBox1);
  681. this.Controls.Add(this.pageTool);
  682. this.Controls.Add(this.kryptonGroupBox2);
  683. this.Name = "frmCustomer";
  684. this.Text = "客户档案";
  685. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2.Panel)).EndInit();
  686. this.kryptonGroupBox2.Panel.ResumeLayout(false);
  687. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox2)).EndInit();
  688. this.kryptonGroupBox2.ResumeLayout(false);
  689. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelSearch)).EndInit();
  690. this.kryptonPanelSearch.ResumeLayout(false);
  691. this.tableLayoutPanel4.ResumeLayout(false);
  692. this.tableLayoutPanel3.ResumeLayout(false);
  693. this.tableLayoutPanel1.ResumeLayout(false);
  694. this.tableLayoutPanel1.PerformLayout();
  695. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchCity)).EndInit();
  696. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchCustomerType)).EndInit();
  697. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchProvince)).EndInit();
  698. ((System.ComponentModel.ISupportInitialize)(this.dataGridView)).EndInit();
  699. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1.Panel)).EndInit();
  700. this.kryptonGroupBox1.Panel.ResumeLayout(false);
  701. ((System.ComponentModel.ISupportInitialize)(this.kryptonGroupBox1)).EndInit();
  702. this.kryptonGroupBox1.ResumeLayout(false);
  703. this.ResumeLayout(false);
  704. }
  705. #endregion
  706. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox2;
  707. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelSearch;
  708. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
  709. private ComponentFactory.Krypton.Toolkit.KryptonButton btnRemove;
  710. private ComponentFactory.Krypton.Toolkit.KryptonButton btnEdit;
  711. private ComponentFactory.Krypton.Toolkit.KryptonButton btnAdd;
  712. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
  713. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchImport;
  714. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  715. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  716. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  717. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkSearchUse;
  718. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  719. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchCity;
  720. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  721. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  722. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchCustomerName;
  723. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  724. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel18;
  725. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel5;
  726. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridView;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  739. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  740. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchCustomerCode;
  741. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchCustomerType;
  742. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchProvince;
  743. private Client.FrmCustom.PageToolbar pageTool;
  744. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  745. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  746. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  747. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  748. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  749. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  750. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  751. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  752. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  753. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  754. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  755. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  756. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  757. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton1;
  758. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox kryptonGroupBox1;
  759. }
  760. }