frmMateriel.Designer.cs 49 KB

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