frmSupplier.Designer.cs 37 KB

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