frmTempImportData.Designer.cs 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976
  1. namespace NXWMS.Forms.Rule
  2. {
  3. partial class frmTempImportData
  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. this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  29. this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  30. this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  31. this.txtSearchBatchNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  32. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  33. this.cmbSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  34. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  48. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  49. this.cmbSearchStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  50. this.btnImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  51. this.btnCheck = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  52. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  53. this.txtFilePath = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  54. this.btnSelect = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  55. this.btnDownload = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  56. this.pageTool1 = new NXWMS.Client.FrmCustom.PageToolbar();
  57. this.dataGridViewBatch = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  58. this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.navigatorTool = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  72. this.pagTemplate = new ComponentFactory.Krypton.Navigator.KryptonPage();
  73. this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
  74. this.dataGridViewTemplate = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  75. this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.pagImportFile = new ComponentFactory.Krypton.Navigator.KryptonPage();
  89. this.pageTool2 = new NXWMS.Client.FrmCustom.PageToolbar();
  90. this.dataGridViewFile = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
  91. this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.pagBatch = new ComponentFactory.Krypton.Navigator.KryptonPage();
  105. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchImport)).BeginInit();
  106. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
  107. this.kryptonPanel2.SuspendLayout();
  108. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchStatus)).BeginInit();
  109. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewBatch)).BeginInit();
  110. ((System.ComponentModel.ISupportInitialize)(this.navigatorTool)).BeginInit();
  111. this.navigatorTool.SuspendLayout();
  112. ((System.ComponentModel.ISupportInitialize)(this.pagTemplate)).BeginInit();
  113. this.pagTemplate.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTemplate)).BeginInit();
  115. ((System.ComponentModel.ISupportInitialize)(this.pagImportFile)).BeginInit();
  116. this.pagImportFile.SuspendLayout();
  117. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFile)).BeginInit();
  118. ((System.ComponentModel.ISupportInitialize)(this.pagBatch)).BeginInit();
  119. this.pagBatch.SuspendLayout();
  120. this.SuspendLayout();
  121. //
  122. // btnSearchExport
  123. //
  124. this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  125. this.btnSearchExport.Location = new System.Drawing.Point(43, 25);
  126. this.btnSearchExport.Name = "btnSearchExport";
  127. this.btnSearchExport.Size = new System.Drawing.Size(10, 23);
  128. this.btnSearchExport.TabIndex = 1;
  129. this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
  130. this.btnSearchExport.Values.Text = "导出";
  131. this.btnSearchExport.Visible = false;
  132. //
  133. // btnSearch
  134. //
  135. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  136. this.btnSearch.Location = new System.Drawing.Point(11, 26);
  137. this.btnSearch.Name = "btnSearch";
  138. this.btnSearch.Size = new System.Drawing.Size(10, 21);
  139. this.btnSearch.TabIndex = 0;
  140. this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.Search;
  141. this.btnSearch.Values.Text = "查询";
  142. this.btnSearch.Visible = false;
  143. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  144. //
  145. // kryptonLabel10
  146. //
  147. this.kryptonLabel10.AutoSize = false;
  148. this.kryptonLabel10.Location = new System.Drawing.Point(25, 9);
  149. this.kryptonLabel10.Name = "kryptonLabel10";
  150. this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  151. this.kryptonLabel10.Size = new System.Drawing.Size(56, 24);
  152. this.kryptonLabel10.TabIndex = 0;
  153. this.kryptonLabel10.Values.Text = "批次号";
  154. //
  155. // txtSearchBatchNo
  156. //
  157. this.txtSearchBatchNo.Location = new System.Drawing.Point(94, 11);
  158. this.txtSearchBatchNo.Name = "txtSearchBatchNo";
  159. this.txtSearchBatchNo.Size = new System.Drawing.Size(178, 20);
  160. this.txtSearchBatchNo.TabIndex = 1;
  161. //
  162. // kryptonLabel4
  163. //
  164. this.kryptonLabel4.AutoSize = false;
  165. this.kryptonLabel4.Location = new System.Drawing.Point(269, 9);
  166. this.kryptonLabel4.Name = "kryptonLabel4";
  167. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  168. this.kryptonLabel4.Size = new System.Drawing.Size(86, 24);
  169. this.kryptonLabel4.TabIndex = 13;
  170. this.kryptonLabel4.Values.Text = "导入模版";
  171. //
  172. // cmbSearchImport
  173. //
  174. this.cmbSearchImport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  175. this.cmbSearchImport.DropDownWidth = 180;
  176. this.cmbSearchImport.Location = new System.Drawing.Point(361, 11);
  177. this.cmbSearchImport.Name = "cmbSearchImport";
  178. this.cmbSearchImport.Size = new System.Drawing.Size(168, 21);
  179. this.cmbSearchImport.TabIndex = 123;
  180. //
  181. // dataGridViewTextBoxColumn1
  182. //
  183. this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
  184. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  185. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  186. this.dataGridViewTextBoxColumn1.Width = 81;
  187. //
  188. // dataGridViewTextBoxColumn2
  189. //
  190. this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
  191. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  192. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  193. this.dataGridViewTextBoxColumn2.Width = 81;
  194. //
  195. // dataGridViewTextBoxColumn3
  196. //
  197. this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
  198. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  199. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  200. this.dataGridViewTextBoxColumn3.Width = 81;
  201. //
  202. // dataGridViewTextBoxColumn4
  203. //
  204. this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
  205. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  206. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  207. this.dataGridViewTextBoxColumn4.Width = 81;
  208. //
  209. // dataGridViewTextBoxColumn5
  210. //
  211. this.dataGridViewTextBoxColumn5.HeaderText = "性别";
  212. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  213. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  214. this.dataGridViewTextBoxColumn5.Width = 81;
  215. //
  216. // dataGridViewTextBoxColumn6
  217. //
  218. this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
  219. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  220. this.dataGridViewTextBoxColumn6.ReadOnly = true;
  221. this.dataGridViewTextBoxColumn6.Width = 81;
  222. //
  223. // dataGridViewTextBoxColumn7
  224. //
  225. this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
  226. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  227. this.dataGridViewTextBoxColumn7.ReadOnly = true;
  228. this.dataGridViewTextBoxColumn7.Width = 82;
  229. //
  230. // dataGridViewTextBoxColumn8
  231. //
  232. this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
  233. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  234. this.dataGridViewTextBoxColumn8.ReadOnly = true;
  235. this.dataGridViewTextBoxColumn8.Width = 81;
  236. //
  237. // dataGridViewTextBoxColumn9
  238. //
  239. this.dataGridViewTextBoxColumn9.HeaderText = "地址";
  240. this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
  241. this.dataGridViewTextBoxColumn9.ReadOnly = true;
  242. this.dataGridViewTextBoxColumn9.Width = 81;
  243. //
  244. // dataGridViewTextBoxColumn10
  245. //
  246. this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
  247. this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
  248. this.dataGridViewTextBoxColumn10.ReadOnly = true;
  249. this.dataGridViewTextBoxColumn10.Width = 81;
  250. //
  251. // dataGridViewTextBoxColumn11
  252. //
  253. this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
  254. this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
  255. this.dataGridViewTextBoxColumn11.ReadOnly = true;
  256. this.dataGridViewTextBoxColumn11.Width = 81;
  257. //
  258. // dataGridViewTextBoxColumn12
  259. //
  260. this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
  261. this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
  262. this.dataGridViewTextBoxColumn12.ReadOnly = true;
  263. this.dataGridViewTextBoxColumn12.Width = 81;
  264. //
  265. // dataGridViewTextBoxColumn13
  266. //
  267. this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
  268. this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
  269. this.dataGridViewTextBoxColumn13.ReadOnly = true;
  270. this.dataGridViewTextBoxColumn13.Width = 81;
  271. //
  272. // kryptonPanel2
  273. //
  274. this.kryptonPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  275. | System.Windows.Forms.AnchorStyles.Right)));
  276. this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
  277. this.kryptonPanel2.Controls.Add(this.cmbSearchStatus);
  278. this.kryptonPanel2.Controls.Add(this.btnImport);
  279. this.kryptonPanel2.Controls.Add(this.btnCheck);
  280. this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
  281. this.kryptonPanel2.Controls.Add(this.txtFilePath);
  282. this.kryptonPanel2.Controls.Add(this.btnSelect);
  283. this.kryptonPanel2.Controls.Add(this.btnDownload);
  284. this.kryptonPanel2.Controls.Add(this.kryptonLabel10);
  285. this.kryptonPanel2.Controls.Add(this.txtSearchBatchNo);
  286. this.kryptonPanel2.Controls.Add(this.btnSearch);
  287. this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
  288. this.kryptonPanel2.Controls.Add(this.cmbSearchImport);
  289. this.kryptonPanel2.Controls.Add(this.btnSearchExport);
  290. this.kryptonPanel2.Location = new System.Drawing.Point(1, 0);
  291. this.kryptonPanel2.Name = "kryptonPanel2";
  292. this.kryptonPanel2.Size = new System.Drawing.Size(1130, 76);
  293. this.kryptonPanel2.TabIndex = 89;
  294. //
  295. // kryptonLabel2
  296. //
  297. this.kryptonLabel2.AutoSize = false;
  298. this.kryptonLabel2.Location = new System.Drawing.Point(535, 9);
  299. this.kryptonLabel2.Name = "kryptonLabel2";
  300. this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  301. this.kryptonLabel2.Size = new System.Drawing.Size(76, 24);
  302. this.kryptonLabel2.TabIndex = 131;
  303. this.kryptonLabel2.Values.Text = "当前状态";
  304. //
  305. // cmbSearchStatus
  306. //
  307. this.cmbSearchStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  308. | System.Windows.Forms.AnchorStyles.Right)));
  309. this.cmbSearchStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  310. this.cmbSearchStatus.DropDownWidth = 180;
  311. this.cmbSearchStatus.Location = new System.Drawing.Point(617, 11);
  312. this.cmbSearchStatus.Name = "cmbSearchStatus";
  313. this.cmbSearchStatus.Size = new System.Drawing.Size(185, 21);
  314. this.cmbSearchStatus.TabIndex = 132;
  315. //
  316. // btnImport
  317. //
  318. this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  319. this.btnImport.Location = new System.Drawing.Point(1025, 41);
  320. this.btnImport.Name = "btnImport";
  321. this.btnImport.Size = new System.Drawing.Size(94, 30);
  322. this.btnImport.TabIndex = 130;
  323. this.btnImport.Values.Image = global::NXWMS.Properties.Resources.import;
  324. this.btnImport.Values.Text = "导入数据";
  325. this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
  326. //
  327. // btnCheck
  328. //
  329. this.btnCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  330. this.btnCheck.Location = new System.Drawing.Point(925, 41);
  331. this.btnCheck.Name = "btnCheck";
  332. this.btnCheck.Size = new System.Drawing.Size(94, 30);
  333. this.btnCheck.TabIndex = 129;
  334. this.btnCheck.Values.Image = global::NXWMS.Properties.Resources.check;
  335. this.btnCheck.Values.Text = "检查数据";
  336. this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
  337. //
  338. // kryptonLabel1
  339. //
  340. this.kryptonLabel1.Location = new System.Drawing.Point(25, 46);
  341. this.kryptonLabel1.Name = "kryptonLabel1";
  342. this.kryptonLabel1.Size = new System.Drawing.Size(63, 20);
  343. this.kryptonLabel1.TabIndex = 128;
  344. this.kryptonLabel1.Values.Text = "文件目录:";
  345. //
  346. // txtFilePath
  347. //
  348. this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  349. | System.Windows.Forms.AnchorStyles.Right)));
  350. this.txtFilePath.Location = new System.Drawing.Point(94, 46);
  351. this.txtFilePath.Name = "txtFilePath";
  352. this.txtFilePath.Size = new System.Drawing.Size(708, 20);
  353. this.txtFilePath.StateActive.Content.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. this.txtFilePath.TabIndex = 127;
  355. //
  356. // btnSelect
  357. //
  358. this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  359. this.btnSelect.Location = new System.Drawing.Point(825, 41);
  360. this.btnSelect.Name = "btnSelect";
  361. this.btnSelect.Size = new System.Drawing.Size(94, 30);
  362. this.btnSelect.TabIndex = 125;
  363. this.btnSelect.Values.Image = global::NXWMS.Properties.Resources.select;
  364. this.btnSelect.Values.Text = "选择文件";
  365. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  366. //
  367. // btnDownload
  368. //
  369. this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  370. this.btnDownload.Location = new System.Drawing.Point(825, 5);
  371. this.btnDownload.Name = "btnDownload";
  372. this.btnDownload.Size = new System.Drawing.Size(94, 30);
  373. this.btnDownload.TabIndex = 124;
  374. this.btnDownload.Values.Image = global::NXWMS.Properties.Resources.download;
  375. this.btnDownload.Values.Text = "下载模版";
  376. this.btnDownload.Visible = false;
  377. //
  378. // pageTool1
  379. //
  380. this.pageTool1._execActionMessgae = null;
  381. this.pageTool1._execActionOperation = null;
  382. this.pageTool1._LastOperation = null;
  383. this.pageTool1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  384. | System.Windows.Forms.AnchorStyles.Right)));
  385. this.pageTool1.LoadMessage = null;
  386. this.pageTool1.Location = new System.Drawing.Point(2, 562);
  387. this.pageTool1.Name = "pageTool1";
  388. this.pageTool1.PageDefault = "{0}/{1}";
  389. this.pageTool1.PageIndexSelectDefault = 1;
  390. this.pageTool1.PageInfoDefault = "共 {0} 条记录,每页";
  391. this.pageTool1.PageSize = 30;
  392. this.pageTool1.Size = new System.Drawing.Size(1127, 28);
  393. this.pageTool1.TabIndex = 86;
  394. this.pageTool1.DataCount = 0;
  395. //
  396. // dataGridViewBatch
  397. //
  398. this.dataGridViewBatch.AllowUserToAddRows = false;
  399. this.dataGridViewBatch.AllowUserToDeleteRows = false;
  400. this.dataGridViewBatch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  401. | System.Windows.Forms.AnchorStyles.Left)
  402. | System.Windows.Forms.AnchorStyles.Right)));
  403. this.dataGridViewBatch.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
  404. this.dataGridViewBatch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  405. this.dataGridViewBatch.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  406. this.dataGridViewTextBoxColumn14,
  407. this.dataGridViewTextBoxColumn15,
  408. this.dataGridViewTextBoxColumn16,
  409. this.dataGridViewTextBoxColumn17,
  410. this.dataGridViewTextBoxColumn18,
  411. this.dataGridViewTextBoxColumn19,
  412. this.dataGridViewTextBoxColumn20,
  413. this.dataGridViewTextBoxColumn21,
  414. this.dataGridViewTextBoxColumn22,
  415. this.dataGridViewTextBoxColumn23,
  416. this.dataGridViewTextBoxColumn24,
  417. this.dataGridViewTextBoxColumn25,
  418. this.dataGridViewTextBoxColumn26});
  419. this.dataGridViewBatch.Location = new System.Drawing.Point(2, 1);
  420. this.dataGridViewBatch.Name = "dataGridViewBatch";
  421. this.dataGridViewBatch.ReadOnly = true;
  422. this.dataGridViewBatch.RowTemplate.Height = 23;
  423. this.dataGridViewBatch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  424. this.dataGridViewBatch.Size = new System.Drawing.Size(1126, 556);
  425. this.dataGridViewBatch.StateCommon.Background.Color1 = System.Drawing.Color.White;
  426. this.dataGridViewBatch.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  427. this.dataGridViewBatch.TabIndex = 85;
  428. //
  429. // dataGridViewTextBoxColumn14
  430. //
  431. this.dataGridViewTextBoxColumn14.HeaderText = "用户编码";
  432. this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
  433. this.dataGridViewTextBoxColumn14.ReadOnly = true;
  434. this.dataGridViewTextBoxColumn14.Width = 84;
  435. //
  436. // dataGridViewTextBoxColumn15
  437. //
  438. this.dataGridViewTextBoxColumn15.HeaderText = "用户名称";
  439. this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
  440. this.dataGridViewTextBoxColumn15.ReadOnly = true;
  441. this.dataGridViewTextBoxColumn15.Width = 84;
  442. //
  443. // dataGridViewTextBoxColumn16
  444. //
  445. this.dataGridViewTextBoxColumn16.HeaderText = "用户昵称";
  446. this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
  447. this.dataGridViewTextBoxColumn16.ReadOnly = true;
  448. this.dataGridViewTextBoxColumn16.Width = 84;
  449. //
  450. // dataGridViewTextBoxColumn17
  451. //
  452. this.dataGridViewTextBoxColumn17.HeaderText = "职位名称";
  453. this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
  454. this.dataGridViewTextBoxColumn17.ReadOnly = true;
  455. this.dataGridViewTextBoxColumn17.Width = 84;
  456. //
  457. // dataGridViewTextBoxColumn18
  458. //
  459. this.dataGridViewTextBoxColumn18.HeaderText = "性别";
  460. this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
  461. this.dataGridViewTextBoxColumn18.ReadOnly = true;
  462. this.dataGridViewTextBoxColumn18.Width = 60;
  463. //
  464. // dataGridViewTextBoxColumn19
  465. //
  466. this.dataGridViewTextBoxColumn19.HeaderText = "所属角色";
  467. this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
  468. this.dataGridViewTextBoxColumn19.ReadOnly = true;
  469. this.dataGridViewTextBoxColumn19.Width = 84;
  470. //
  471. // dataGridViewTextBoxColumn20
  472. //
  473. this.dataGridViewTextBoxColumn20.HeaderText = "手机号码";
  474. this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
  475. this.dataGridViewTextBoxColumn20.ReadOnly = true;
  476. this.dataGridViewTextBoxColumn20.Width = 84;
  477. //
  478. // dataGridViewTextBoxColumn21
  479. //
  480. this.dataGridViewTextBoxColumn21.HeaderText = "邮箱";
  481. this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
  482. this.dataGridViewTextBoxColumn21.ReadOnly = true;
  483. this.dataGridViewTextBoxColumn21.Width = 60;
  484. //
  485. // dataGridViewTextBoxColumn22
  486. //
  487. this.dataGridViewTextBoxColumn22.HeaderText = "地址";
  488. this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
  489. this.dataGridViewTextBoxColumn22.ReadOnly = true;
  490. this.dataGridViewTextBoxColumn22.Width = 60;
  491. //
  492. // dataGridViewTextBoxColumn23
  493. //
  494. this.dataGridViewTextBoxColumn23.HeaderText = "是否启用";
  495. this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
  496. this.dataGridViewTextBoxColumn23.ReadOnly = true;
  497. this.dataGridViewTextBoxColumn23.Width = 84;
  498. //
  499. // dataGridViewTextBoxColumn24
  500. //
  501. this.dataGridViewTextBoxColumn24.HeaderText = "创建人";
  502. this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
  503. this.dataGridViewTextBoxColumn24.ReadOnly = true;
  504. this.dataGridViewTextBoxColumn24.Width = 72;
  505. //
  506. // dataGridViewTextBoxColumn25
  507. //
  508. this.dataGridViewTextBoxColumn25.HeaderText = "创建时间";
  509. this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
  510. this.dataGridViewTextBoxColumn25.ReadOnly = true;
  511. this.dataGridViewTextBoxColumn25.Width = 84;
  512. //
  513. // dataGridViewTextBoxColumn26
  514. //
  515. this.dataGridViewTextBoxColumn26.HeaderText = "更新人";
  516. this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
  517. this.dataGridViewTextBoxColumn26.ReadOnly = true;
  518. this.dataGridViewTextBoxColumn26.Width = 72;
  519. //
  520. // navigatorTool
  521. //
  522. this.navigatorTool.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  523. | System.Windows.Forms.AnchorStyles.Left)
  524. | System.Windows.Forms.AnchorStyles.Right)));
  525. this.navigatorTool.Bar.CheckButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.BreadCrumb;
  526. this.navigatorTool.Bar.ItemSizing = ComponentFactory.Krypton.Navigator.BarItemSizing.Individual;
  527. this.navigatorTool.Bar.TabBorderStyle = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
  528. this.navigatorTool.Bar.TabStyle = ComponentFactory.Krypton.Toolkit.TabStyle.Dock;
  529. this.navigatorTool.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  530. this.navigatorTool.Button.CloseButtonAction = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
  531. this.navigatorTool.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  532. this.navigatorTool.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  533. this.navigatorTool.Header.HeaderVisibleSecondary = false;
  534. this.navigatorTool.Location = new System.Drawing.Point(0, 77);
  535. this.navigatorTool.Name = "navigatorTool";
  536. this.navigatorTool.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  537. this.navigatorTool.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  538. this.pagTemplate,
  539. this.pagImportFile,
  540. this.pagBatch});
  541. this.navigatorTool.SelectedIndex = 2;
  542. this.navigatorTool.Size = new System.Drawing.Size(1132, 623);
  543. this.navigatorTool.StateCommon.HeaderGroup.HeaderPrimary.Content.Image.ImageH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Far;
  544. this.navigatorTool.TabIndex = 90;
  545. this.navigatorTool.Text = "kryptonNavigator1";
  546. //
  547. // pagTemplate
  548. //
  549. this.pagTemplate.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  550. this.pagTemplate.Controls.Add(this.pageTool);
  551. this.pagTemplate.Controls.Add(this.dataGridViewTemplate);
  552. this.pagTemplate.Flags = 65534;
  553. this.pagTemplate.ImageSmall = global::NXWMS.Properties.Resources.template;
  554. this.pagTemplate.LastVisibleSet = true;
  555. this.pagTemplate.MinimumSize = new System.Drawing.Size(50, 50);
  556. this.pagTemplate.Name = "pagTemplate";
  557. this.pagTemplate.Size = new System.Drawing.Size(1130, 592);
  558. this.pagTemplate.Text = "模版配置";
  559. this.pagTemplate.TextDescription = "";
  560. this.pagTemplate.TextTitle = "";
  561. this.pagTemplate.ToolTipTitle = "Page ToolTip";
  562. this.pagTemplate.UniqueName = "891700530D23408CEAB60DD03A7AE082";
  563. //
  564. // pageTool
  565. //
  566. this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  567. | System.Windows.Forms.AnchorStyles.Right)));
  568. this.pageTool.LoadMessage = null;
  569. this.pageTool.Location = new System.Drawing.Point(3, 563);
  570. this.pageTool.Name = "pageTool";
  571. this.pageTool.PageDefault = "{0}/{1}";
  572. this.pageTool.PageIndexSelectDefault = 1;
  573. this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
  574. this.pageTool.PageSize = 30;
  575. this.pageTool.Size = new System.Drawing.Size(1126, 28);
  576. this.pageTool.TabIndex = 87;
  577. this.pageTool.DataCount = 0;
  578. //
  579. // dataGridViewTemplate
  580. //
  581. this.dataGridViewTemplate.AllowUserToAddRows = false;
  582. this.dataGridViewTemplate.AllowUserToDeleteRows = false;
  583. this.dataGridViewTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  584. | System.Windows.Forms.AnchorStyles.Left)
  585. | System.Windows.Forms.AnchorStyles.Right)));
  586. this.dataGridViewTemplate.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  587. this.dataGridViewTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  588. this.dataGridViewTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  589. this.dataGridViewTextBoxColumn27,
  590. this.dataGridViewTextBoxColumn28,
  591. this.dataGridViewTextBoxColumn29,
  592. this.dataGridViewTextBoxColumn30,
  593. this.dataGridViewTextBoxColumn31,
  594. this.dataGridViewTextBoxColumn32,
  595. this.dataGridViewTextBoxColumn33,
  596. this.dataGridViewTextBoxColumn34,
  597. this.dataGridViewTextBoxColumn35,
  598. this.dataGridViewTextBoxColumn36,
  599. this.dataGridViewTextBoxColumn37,
  600. this.dataGridViewTextBoxColumn38,
  601. this.dataGridViewTextBoxColumn39});
  602. this.dataGridViewTemplate.Location = new System.Drawing.Point(2, 1);
  603. this.dataGridViewTemplate.Name = "dataGridViewTemplate";
  604. this.dataGridViewTemplate.ReadOnly = true;
  605. this.dataGridViewTemplate.RowTemplate.Height = 23;
  606. this.dataGridViewTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  607. this.dataGridViewTemplate.Size = new System.Drawing.Size(1126, 558);
  608. this.dataGridViewTemplate.StateCommon.Background.Color1 = System.Drawing.Color.White;
  609. this.dataGridViewTemplate.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  610. this.dataGridViewTemplate.TabIndex = 86;
  611. //
  612. // dataGridViewTextBoxColumn27
  613. //
  614. this.dataGridViewTextBoxColumn27.HeaderText = "用户编码";
  615. this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
  616. this.dataGridViewTextBoxColumn27.ReadOnly = true;
  617. //
  618. // dataGridViewTextBoxColumn28
  619. //
  620. this.dataGridViewTextBoxColumn28.HeaderText = "用户名称";
  621. this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
  622. this.dataGridViewTextBoxColumn28.ReadOnly = true;
  623. //
  624. // dataGridViewTextBoxColumn29
  625. //
  626. this.dataGridViewTextBoxColumn29.HeaderText = "用户昵称";
  627. this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
  628. this.dataGridViewTextBoxColumn29.ReadOnly = true;
  629. //
  630. // dataGridViewTextBoxColumn30
  631. //
  632. this.dataGridViewTextBoxColumn30.HeaderText = "职位名称";
  633. this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
  634. this.dataGridViewTextBoxColumn30.ReadOnly = true;
  635. //
  636. // dataGridViewTextBoxColumn31
  637. //
  638. this.dataGridViewTextBoxColumn31.HeaderText = "性别";
  639. this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
  640. this.dataGridViewTextBoxColumn31.ReadOnly = true;
  641. //
  642. // dataGridViewTextBoxColumn32
  643. //
  644. this.dataGridViewTextBoxColumn32.HeaderText = "所属角色";
  645. this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32";
  646. this.dataGridViewTextBoxColumn32.ReadOnly = true;
  647. //
  648. // dataGridViewTextBoxColumn33
  649. //
  650. this.dataGridViewTextBoxColumn33.HeaderText = "手机号码";
  651. this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33";
  652. this.dataGridViewTextBoxColumn33.ReadOnly = true;
  653. //
  654. // dataGridViewTextBoxColumn34
  655. //
  656. this.dataGridViewTextBoxColumn34.HeaderText = "邮箱";
  657. this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34";
  658. this.dataGridViewTextBoxColumn34.ReadOnly = true;
  659. //
  660. // dataGridViewTextBoxColumn35
  661. //
  662. this.dataGridViewTextBoxColumn35.HeaderText = "地址";
  663. this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35";
  664. this.dataGridViewTextBoxColumn35.ReadOnly = true;
  665. //
  666. // dataGridViewTextBoxColumn36
  667. //
  668. this.dataGridViewTextBoxColumn36.HeaderText = "是否启用";
  669. this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36";
  670. this.dataGridViewTextBoxColumn36.ReadOnly = true;
  671. //
  672. // dataGridViewTextBoxColumn37
  673. //
  674. this.dataGridViewTextBoxColumn37.HeaderText = "创建人";
  675. this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37";
  676. this.dataGridViewTextBoxColumn37.ReadOnly = true;
  677. //
  678. // dataGridViewTextBoxColumn38
  679. //
  680. this.dataGridViewTextBoxColumn38.HeaderText = "创建时间";
  681. this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38";
  682. this.dataGridViewTextBoxColumn38.ReadOnly = true;
  683. //
  684. // dataGridViewTextBoxColumn39
  685. //
  686. this.dataGridViewTextBoxColumn39.HeaderText = "更新人";
  687. this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39";
  688. this.dataGridViewTextBoxColumn39.ReadOnly = true;
  689. //
  690. // pagImportFile
  691. //
  692. this.pagImportFile.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  693. this.pagImportFile.Controls.Add(this.pageTool2);
  694. this.pagImportFile.Controls.Add(this.dataGridViewFile);
  695. this.pagImportFile.Flags = 65534;
  696. this.pagImportFile.ImageSmall = global::NXWMS.Properties.Resources.Excel;
  697. this.pagImportFile.LastVisibleSet = true;
  698. this.pagImportFile.MinimumSize = new System.Drawing.Size(50, 50);
  699. this.pagImportFile.Name = "pagImportFile";
  700. this.pagImportFile.Size = new System.Drawing.Size(1130, 592);
  701. this.pagImportFile.Text = "文件数据";
  702. this.pagImportFile.ToolTipTitle = "Page ToolTip";
  703. this.pagImportFile.UniqueName = "783C21CD94C44D945DBA0F034411CDAB";
  704. //
  705. // pageTool2
  706. //
  707. this.pageTool2._execActionMessgae = null;
  708. this.pageTool2._execActionOperation = null;
  709. this.pageTool2._LastOperation = null;
  710. this.pageTool2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  711. | System.Windows.Forms.AnchorStyles.Right)));
  712. this.pageTool2.LoadMessage = null;
  713. this.pageTool2.Location = new System.Drawing.Point(2, 562);
  714. this.pageTool2.Name = "pageTool2";
  715. this.pageTool2.PageDefault = "{0}/{1}";
  716. this.pageTool2.PageIndexSelectDefault = 1;
  717. this.pageTool2.PageInfoDefault = "共 {0} 条记录,每页";
  718. this.pageTool2.PageSize = 30;
  719. this.pageTool2.Size = new System.Drawing.Size(1127, 28);
  720. this.pageTool2.TabIndex = 86;
  721. this.pageTool2.DataCount = 0;
  722. //
  723. // dataGridViewFile
  724. //
  725. this.dataGridViewFile.AllowUserToAddRows = false;
  726. this.dataGridViewFile.AllowUserToDeleteRows = false;
  727. this.dataGridViewFile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  728. | System.Windows.Forms.AnchorStyles.Left)
  729. | System.Windows.Forms.AnchorStyles.Right)));
  730. this.dataGridViewFile.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
  731. this.dataGridViewFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  732. this.dataGridViewFile.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  733. this.Column15,
  734. this.Column16,
  735. this.Column17,
  736. this.Column18,
  737. this.Column19,
  738. this.Column20,
  739. this.Column21,
  740. this.Column22,
  741. this.Column23,
  742. this.Column24,
  743. this.Column27,
  744. this.Column25,
  745. this.Column26});
  746. this.dataGridViewFile.Location = new System.Drawing.Point(2, 1);
  747. this.dataGridViewFile.Name = "dataGridViewFile";
  748. this.dataGridViewFile.ReadOnly = true;
  749. this.dataGridViewFile.RowTemplate.Height = 23;
  750. this.dataGridViewFile.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  751. this.dataGridViewFile.Size = new System.Drawing.Size(1126, 556);
  752. this.dataGridViewFile.StateCommon.Background.Color1 = System.Drawing.Color.White;
  753. this.dataGridViewFile.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
  754. this.dataGridViewFile.TabIndex = 85;
  755. //
  756. // Column15
  757. //
  758. this.Column15.HeaderText = "用户编码";
  759. this.Column15.Name = "Column15";
  760. this.Column15.ReadOnly = true;
  761. //
  762. // Column16
  763. //
  764. this.Column16.HeaderText = "用户名称";
  765. this.Column16.Name = "Column16";
  766. this.Column16.ReadOnly = true;
  767. //
  768. // Column17
  769. //
  770. this.Column17.HeaderText = "用户昵称";
  771. this.Column17.Name = "Column17";
  772. this.Column17.ReadOnly = true;
  773. //
  774. // Column18
  775. //
  776. this.Column18.HeaderText = "职位名称";
  777. this.Column18.Name = "Column18";
  778. this.Column18.ReadOnly = true;
  779. //
  780. // Column19
  781. //
  782. this.Column19.HeaderText = "性别";
  783. this.Column19.Name = "Column19";
  784. this.Column19.ReadOnly = true;
  785. //
  786. // Column20
  787. //
  788. this.Column20.HeaderText = "所属角色";
  789. this.Column20.Name = "Column20";
  790. this.Column20.ReadOnly = true;
  791. //
  792. // Column21
  793. //
  794. this.Column21.HeaderText = "手机号码";
  795. this.Column21.Name = "Column21";
  796. this.Column21.ReadOnly = true;
  797. //
  798. // Column22
  799. //
  800. this.Column22.HeaderText = "邮箱";
  801. this.Column22.Name = "Column22";
  802. this.Column22.ReadOnly = true;
  803. //
  804. // Column23
  805. //
  806. this.Column23.HeaderText = "地址";
  807. this.Column23.Name = "Column23";
  808. this.Column23.ReadOnly = true;
  809. //
  810. // Column24
  811. //
  812. this.Column24.HeaderText = "是否启用";
  813. this.Column24.Name = "Column24";
  814. this.Column24.ReadOnly = true;
  815. //
  816. // Column27
  817. //
  818. this.Column27.HeaderText = "创建人";
  819. this.Column27.Name = "Column27";
  820. this.Column27.ReadOnly = true;
  821. //
  822. // Column25
  823. //
  824. this.Column25.HeaderText = "创建时间";
  825. this.Column25.Name = "Column25";
  826. this.Column25.ReadOnly = true;
  827. //
  828. // Column26
  829. //
  830. this.Column26.HeaderText = "更新人";
  831. this.Column26.Name = "Column26";
  832. this.Column26.ReadOnly = true;
  833. //
  834. // pagBatch
  835. //
  836. this.pagBatch.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  837. this.pagBatch.Controls.Add(this.dataGridViewBatch);
  838. this.pagBatch.Controls.Add(this.pageTool1);
  839. this.pagBatch.Flags = 65534;
  840. this.pagBatch.ImageSmall = global::NXWMS.Properties.Resources.cache;
  841. this.pagBatch.LastVisibleSet = true;
  842. this.pagBatch.MinimumSize = new System.Drawing.Size(50, 50);
  843. this.pagBatch.Name = "pagBatch";
  844. this.pagBatch.Size = new System.Drawing.Size(1130, 592);
  845. this.pagBatch.Text = "批次组列表";
  846. this.pagBatch.ToolTipTitle = "Page ToolTip";
  847. this.pagBatch.UniqueName = "36DFF3D7212E43F5AFADF6CACE4167B1";
  848. //
  849. // frmTempImportData
  850. //
  851. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  852. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  853. this.ClientSize = new System.Drawing.Size(1132, 701);
  854. this.Controls.Add(this.kryptonPanel2);
  855. this.Controls.Add(this.navigatorTool);
  856. this.MinimizeBox = false;
  857. this.Name = "frmTempImportData";
  858. this.Text = "数据导入";
  859. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchImport)).EndInit();
  860. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
  861. this.kryptonPanel2.ResumeLayout(false);
  862. this.kryptonPanel2.PerformLayout();
  863. ((System.ComponentModel.ISupportInitialize)(this.cmbSearchStatus)).EndInit();
  864. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewBatch)).EndInit();
  865. ((System.ComponentModel.ISupportInitialize)(this.navigatorTool)).EndInit();
  866. this.navigatorTool.ResumeLayout(false);
  867. ((System.ComponentModel.ISupportInitialize)(this.pagTemplate)).EndInit();
  868. this.pagTemplate.ResumeLayout(false);
  869. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTemplate)).EndInit();
  870. ((System.ComponentModel.ISupportInitialize)(this.pagImportFile)).EndInit();
  871. this.pagImportFile.ResumeLayout(false);
  872. ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFile)).EndInit();
  873. ((System.ComponentModel.ISupportInitialize)(this.pagBatch)).EndInit();
  874. this.pagBatch.ResumeLayout(false);
  875. this.ResumeLayout(false);
  876. }
  877. #endregion
  878. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
  879. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
  880. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
  881. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBatchNo;
  882. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  883. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchImport;
  884. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  885. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  886. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  887. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  888. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  889. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  890. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  891. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  892. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
  893. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
  894. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
  895. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
  896. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
  897. private Client.FrmCustom.PageToolbar pageTool1;
  898. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewBatch;
  899. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
  900. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
  901. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
  902. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
  903. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
  904. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
  905. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
  906. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
  907. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
  908. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
  909. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
  910. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
  911. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
  912. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2;
  913. private ComponentFactory.Krypton.Toolkit.KryptonButton btnDownload;
  914. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  915. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtFilePath;
  916. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSelect;
  917. private ComponentFactory.Krypton.Navigator.KryptonNavigator navigatorTool;
  918. private ComponentFactory.Krypton.Navigator.KryptonPage pagBatch;
  919. private ComponentFactory.Krypton.Navigator.KryptonPage pagImportFile;
  920. private Client.FrmCustom.PageToolbar pageTool2;
  921. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewFile;
  922. private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
  923. private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
  924. private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
  925. private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
  926. private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
  927. private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
  928. private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
  929. private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
  930. private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
  931. private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
  933. private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
  934. private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
  935. private ComponentFactory.Krypton.Toolkit.KryptonButton btnCheck;
  936. private ComponentFactory.Krypton.Toolkit.KryptonButton btnImport;
  937. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  938. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchStatus;
  939. private ComponentFactory.Krypton.Navigator.KryptonPage pagTemplate;
  940. private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewTemplate;
  941. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
  942. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
  943. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
  944. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31;
  946. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn32;
  947. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn33;
  948. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn34;
  949. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn35;
  950. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn36;
  951. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn37;
  952. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn38;
  953. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn39;
  954. private Client.FrmCustom.PageToolbar pageTool;
  955. }
  956. }