123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976 |
- namespace NXWMS.Forms.Rule
- {
- partial class frmTempImportData
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.btnSearchExport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnSearch = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kryptonLabel10 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtSearchBatchNo = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.cmbSearchImport = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn9 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn10 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn11 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn12 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn13 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.kryptonPanel2 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
- this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.cmbSearchStatus = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
- this.btnImport = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnCheck = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
- this.txtFilePath = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
- this.btnSelect = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.btnDownload = new ComponentFactory.Krypton.Toolkit.KryptonButton();
- this.pageTool1 = new NXWMS.Client.FrmCustom.PageToolbar();
- this.dataGridViewBatch = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.dataGridViewTextBoxColumn14 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.navigatorTool = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
- this.pagTemplate = new ComponentFactory.Krypton.Navigator.KryptonPage();
- this.pageTool = new NXWMS.Client.FrmCustom.PageToolbar();
- this.dataGridViewTemplate = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.dataGridViewTextBoxColumn27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn28 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn29 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn30 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn31 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn32 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn33 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn34 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn35 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn36 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn37 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn38 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.dataGridViewTextBoxColumn39 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pagImportFile = new ComponentFactory.Krypton.Navigator.KryptonPage();
- this.pageTool2 = new NXWMS.Client.FrmCustom.PageToolbar();
- this.dataGridViewFile = new ComponentFactory.Krypton.Toolkit.KryptonDataGridView();
- this.Column15 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column16 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column17 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column18 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column19 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column20 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column21 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column22 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column23 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column24 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column27 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column25 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.Column26 = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.pagBatch = new ComponentFactory.Krypton.Navigator.KryptonPage();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchImport)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).BeginInit();
- this.kryptonPanel2.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchStatus)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewBatch)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.navigatorTool)).BeginInit();
- this.navigatorTool.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pagTemplate)).BeginInit();
- this.pagTemplate.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTemplate)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pagImportFile)).BeginInit();
- this.pagImportFile.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFile)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pagBatch)).BeginInit();
- this.pagBatch.SuspendLayout();
- this.SuspendLayout();
- //
- // btnSearchExport
- //
- this.btnSearchExport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearchExport.Location = new System.Drawing.Point(43, 25);
- this.btnSearchExport.Name = "btnSearchExport";
- this.btnSearchExport.Size = new System.Drawing.Size(10, 23);
- this.btnSearchExport.TabIndex = 1;
- this.btnSearchExport.Values.Image = global::NXWMS.Properties.Resources.export;
- this.btnSearchExport.Values.Text = "导出";
- this.btnSearchExport.Visible = false;
- //
- // btnSearch
- //
- this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSearch.Location = new System.Drawing.Point(11, 26);
- this.btnSearch.Name = "btnSearch";
- this.btnSearch.Size = new System.Drawing.Size(10, 21);
- this.btnSearch.TabIndex = 0;
- this.btnSearch.Values.Image = global::NXWMS.Properties.Resources.Search;
- this.btnSearch.Values.Text = "查询";
- this.btnSearch.Visible = false;
- this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
- //
- // kryptonLabel10
- //
- this.kryptonLabel10.AutoSize = false;
- this.kryptonLabel10.Location = new System.Drawing.Point(25, 9);
- this.kryptonLabel10.Name = "kryptonLabel10";
- this.kryptonLabel10.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel10.Size = new System.Drawing.Size(56, 24);
- this.kryptonLabel10.TabIndex = 0;
- this.kryptonLabel10.Values.Text = "批次号";
- //
- // txtSearchBatchNo
- //
- this.txtSearchBatchNo.Location = new System.Drawing.Point(94, 11);
- this.txtSearchBatchNo.Name = "txtSearchBatchNo";
- this.txtSearchBatchNo.Size = new System.Drawing.Size(178, 20);
- this.txtSearchBatchNo.TabIndex = 1;
- //
- // kryptonLabel4
- //
- this.kryptonLabel4.AutoSize = false;
- this.kryptonLabel4.Location = new System.Drawing.Point(269, 9);
- this.kryptonLabel4.Name = "kryptonLabel4";
- this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel4.Size = new System.Drawing.Size(86, 24);
- this.kryptonLabel4.TabIndex = 13;
- this.kryptonLabel4.Values.Text = "导入模版";
- //
- // cmbSearchImport
- //
- this.cmbSearchImport.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSearchImport.DropDownWidth = 180;
- this.cmbSearchImport.Location = new System.Drawing.Point(361, 11);
- this.cmbSearchImport.Name = "cmbSearchImport";
- this.cmbSearchImport.Size = new System.Drawing.Size(168, 21);
- this.cmbSearchImport.TabIndex = 123;
- //
- // dataGridViewTextBoxColumn1
- //
- this.dataGridViewTextBoxColumn1.HeaderText = "用户编码";
- this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
- this.dataGridViewTextBoxColumn1.ReadOnly = true;
- this.dataGridViewTextBoxColumn1.Width = 81;
- //
- // dataGridViewTextBoxColumn2
- //
- this.dataGridViewTextBoxColumn2.HeaderText = "用户名称";
- this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
- this.dataGridViewTextBoxColumn2.ReadOnly = true;
- this.dataGridViewTextBoxColumn2.Width = 81;
- //
- // dataGridViewTextBoxColumn3
- //
- this.dataGridViewTextBoxColumn3.HeaderText = "用户昵称";
- this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
- this.dataGridViewTextBoxColumn3.ReadOnly = true;
- this.dataGridViewTextBoxColumn3.Width = 81;
- //
- // dataGridViewTextBoxColumn4
- //
- this.dataGridViewTextBoxColumn4.HeaderText = "职位名称";
- this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
- this.dataGridViewTextBoxColumn4.ReadOnly = true;
- this.dataGridViewTextBoxColumn4.Width = 81;
- //
- // dataGridViewTextBoxColumn5
- //
- this.dataGridViewTextBoxColumn5.HeaderText = "性别";
- this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
- this.dataGridViewTextBoxColumn5.ReadOnly = true;
- this.dataGridViewTextBoxColumn5.Width = 81;
- //
- // dataGridViewTextBoxColumn6
- //
- this.dataGridViewTextBoxColumn6.HeaderText = "所属角色";
- this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
- this.dataGridViewTextBoxColumn6.ReadOnly = true;
- this.dataGridViewTextBoxColumn6.Width = 81;
- //
- // dataGridViewTextBoxColumn7
- //
- this.dataGridViewTextBoxColumn7.HeaderText = "手机号码";
- this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
- this.dataGridViewTextBoxColumn7.ReadOnly = true;
- this.dataGridViewTextBoxColumn7.Width = 82;
- //
- // dataGridViewTextBoxColumn8
- //
- this.dataGridViewTextBoxColumn8.HeaderText = "邮箱";
- this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
- this.dataGridViewTextBoxColumn8.ReadOnly = true;
- this.dataGridViewTextBoxColumn8.Width = 81;
- //
- // dataGridViewTextBoxColumn9
- //
- this.dataGridViewTextBoxColumn9.HeaderText = "地址";
- this.dataGridViewTextBoxColumn9.Name = "dataGridViewTextBoxColumn9";
- this.dataGridViewTextBoxColumn9.ReadOnly = true;
- this.dataGridViewTextBoxColumn9.Width = 81;
- //
- // dataGridViewTextBoxColumn10
- //
- this.dataGridViewTextBoxColumn10.HeaderText = "是否启用";
- this.dataGridViewTextBoxColumn10.Name = "dataGridViewTextBoxColumn10";
- this.dataGridViewTextBoxColumn10.ReadOnly = true;
- this.dataGridViewTextBoxColumn10.Width = 81;
- //
- // dataGridViewTextBoxColumn11
- //
- this.dataGridViewTextBoxColumn11.HeaderText = "创建人";
- this.dataGridViewTextBoxColumn11.Name = "dataGridViewTextBoxColumn11";
- this.dataGridViewTextBoxColumn11.ReadOnly = true;
- this.dataGridViewTextBoxColumn11.Width = 81;
- //
- // dataGridViewTextBoxColumn12
- //
- this.dataGridViewTextBoxColumn12.HeaderText = "创建时间";
- this.dataGridViewTextBoxColumn12.Name = "dataGridViewTextBoxColumn12";
- this.dataGridViewTextBoxColumn12.ReadOnly = true;
- this.dataGridViewTextBoxColumn12.Width = 81;
- //
- // dataGridViewTextBoxColumn13
- //
- this.dataGridViewTextBoxColumn13.HeaderText = "更新人";
- this.dataGridViewTextBoxColumn13.Name = "dataGridViewTextBoxColumn13";
- this.dataGridViewTextBoxColumn13.ReadOnly = true;
- this.dataGridViewTextBoxColumn13.Width = 81;
- //
- // kryptonPanel2
- //
- this.kryptonPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.kryptonPanel2.Controls.Add(this.kryptonLabel2);
- this.kryptonPanel2.Controls.Add(this.cmbSearchStatus);
- this.kryptonPanel2.Controls.Add(this.btnImport);
- this.kryptonPanel2.Controls.Add(this.btnCheck);
- this.kryptonPanel2.Controls.Add(this.kryptonLabel1);
- this.kryptonPanel2.Controls.Add(this.txtFilePath);
- this.kryptonPanel2.Controls.Add(this.btnSelect);
- this.kryptonPanel2.Controls.Add(this.btnDownload);
- this.kryptonPanel2.Controls.Add(this.kryptonLabel10);
- this.kryptonPanel2.Controls.Add(this.txtSearchBatchNo);
- this.kryptonPanel2.Controls.Add(this.btnSearch);
- this.kryptonPanel2.Controls.Add(this.kryptonLabel4);
- this.kryptonPanel2.Controls.Add(this.cmbSearchImport);
- this.kryptonPanel2.Controls.Add(this.btnSearchExport);
- this.kryptonPanel2.Location = new System.Drawing.Point(1, 0);
- this.kryptonPanel2.Name = "kryptonPanel2";
- this.kryptonPanel2.Size = new System.Drawing.Size(1130, 76);
- this.kryptonPanel2.TabIndex = 89;
- //
- // kryptonLabel2
- //
- this.kryptonLabel2.AutoSize = false;
- this.kryptonLabel2.Location = new System.Drawing.Point(535, 9);
- this.kryptonLabel2.Name = "kryptonLabel2";
- this.kryptonLabel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.kryptonLabel2.Size = new System.Drawing.Size(76, 24);
- this.kryptonLabel2.TabIndex = 131;
- this.kryptonLabel2.Values.Text = "当前状态";
- //
- // cmbSearchStatus
- //
- this.cmbSearchStatus.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.cmbSearchStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.cmbSearchStatus.DropDownWidth = 180;
- this.cmbSearchStatus.Location = new System.Drawing.Point(617, 11);
- this.cmbSearchStatus.Name = "cmbSearchStatus";
- this.cmbSearchStatus.Size = new System.Drawing.Size(185, 21);
- this.cmbSearchStatus.TabIndex = 132;
- //
- // btnImport
- //
- this.btnImport.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnImport.Location = new System.Drawing.Point(1025, 41);
- this.btnImport.Name = "btnImport";
- this.btnImport.Size = new System.Drawing.Size(94, 30);
- this.btnImport.TabIndex = 130;
- this.btnImport.Values.Image = global::NXWMS.Properties.Resources.import;
- this.btnImport.Values.Text = "导入数据";
- this.btnImport.Click += new System.EventHandler(this.btnImport_Click);
- //
- // btnCheck
- //
- this.btnCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnCheck.Location = new System.Drawing.Point(925, 41);
- this.btnCheck.Name = "btnCheck";
- this.btnCheck.Size = new System.Drawing.Size(94, 30);
- this.btnCheck.TabIndex = 129;
- this.btnCheck.Values.Image = global::NXWMS.Properties.Resources.check;
- this.btnCheck.Values.Text = "检查数据";
- this.btnCheck.Click += new System.EventHandler(this.btnCheck_Click);
- //
- // kryptonLabel1
- //
- this.kryptonLabel1.Location = new System.Drawing.Point(25, 46);
- this.kryptonLabel1.Name = "kryptonLabel1";
- this.kryptonLabel1.Size = new System.Drawing.Size(63, 20);
- this.kryptonLabel1.TabIndex = 128;
- this.kryptonLabel1.Values.Text = "文件目录:";
- //
- // txtFilePath
- //
- this.txtFilePath.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.txtFilePath.Location = new System.Drawing.Point(94, 46);
- this.txtFilePath.Name = "txtFilePath";
- this.txtFilePath.Size = new System.Drawing.Size(708, 20);
- this.txtFilePath.StateActive.Content.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.txtFilePath.TabIndex = 127;
- //
- // btnSelect
- //
- this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnSelect.Location = new System.Drawing.Point(825, 41);
- this.btnSelect.Name = "btnSelect";
- this.btnSelect.Size = new System.Drawing.Size(94, 30);
- this.btnSelect.TabIndex = 125;
- this.btnSelect.Values.Image = global::NXWMS.Properties.Resources.select;
- this.btnSelect.Values.Text = "选择文件";
- this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
- //
- // btnDownload
- //
- this.btnDownload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.btnDownload.Location = new System.Drawing.Point(825, 5);
- this.btnDownload.Name = "btnDownload";
- this.btnDownload.Size = new System.Drawing.Size(94, 30);
- this.btnDownload.TabIndex = 124;
- this.btnDownload.Values.Image = global::NXWMS.Properties.Resources.download;
- this.btnDownload.Values.Text = "下载模版";
- this.btnDownload.Visible = false;
- //
- // pageTool1
- //
- this.pageTool1._execActionMessgae = null;
- this.pageTool1._execActionOperation = null;
- this.pageTool1._LastOperation = null;
- this.pageTool1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
-
- this.pageTool1.LoadMessage = null;
- this.pageTool1.Location = new System.Drawing.Point(2, 562);
- this.pageTool1.Name = "pageTool1";
- this.pageTool1.PageDefault = "{0}/{1}";
-
- this.pageTool1.PageIndexSelectDefault = 1;
- this.pageTool1.PageInfoDefault = "共 {0} 条记录,每页";
- this.pageTool1.PageSize = 30;
-
-
- this.pageTool1.Size = new System.Drawing.Size(1127, 28);
- this.pageTool1.TabIndex = 86;
- this.pageTool1.DataCount = 0;
- //
- // dataGridViewBatch
- //
- this.dataGridViewBatch.AllowUserToAddRows = false;
- this.dataGridViewBatch.AllowUserToDeleteRows = false;
- this.dataGridViewBatch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dataGridViewBatch.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells;
- this.dataGridViewBatch.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridViewBatch.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn14,
- this.dataGridViewTextBoxColumn15,
- this.dataGridViewTextBoxColumn16,
- this.dataGridViewTextBoxColumn17,
- this.dataGridViewTextBoxColumn18,
- this.dataGridViewTextBoxColumn19,
- this.dataGridViewTextBoxColumn20,
- this.dataGridViewTextBoxColumn21,
- this.dataGridViewTextBoxColumn22,
- this.dataGridViewTextBoxColumn23,
- this.dataGridViewTextBoxColumn24,
- this.dataGridViewTextBoxColumn25,
- this.dataGridViewTextBoxColumn26});
- this.dataGridViewBatch.Location = new System.Drawing.Point(2, 1);
- this.dataGridViewBatch.Name = "dataGridViewBatch";
- this.dataGridViewBatch.ReadOnly = true;
- this.dataGridViewBatch.RowTemplate.Height = 23;
- this.dataGridViewBatch.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewBatch.Size = new System.Drawing.Size(1126, 556);
- this.dataGridViewBatch.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.dataGridViewBatch.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
- this.dataGridViewBatch.TabIndex = 85;
- //
- // dataGridViewTextBoxColumn14
- //
- this.dataGridViewTextBoxColumn14.HeaderText = "用户编码";
- this.dataGridViewTextBoxColumn14.Name = "dataGridViewTextBoxColumn14";
- this.dataGridViewTextBoxColumn14.ReadOnly = true;
- this.dataGridViewTextBoxColumn14.Width = 84;
- //
- // dataGridViewTextBoxColumn15
- //
- this.dataGridViewTextBoxColumn15.HeaderText = "用户名称";
- this.dataGridViewTextBoxColumn15.Name = "dataGridViewTextBoxColumn15";
- this.dataGridViewTextBoxColumn15.ReadOnly = true;
- this.dataGridViewTextBoxColumn15.Width = 84;
- //
- // dataGridViewTextBoxColumn16
- //
- this.dataGridViewTextBoxColumn16.HeaderText = "用户昵称";
- this.dataGridViewTextBoxColumn16.Name = "dataGridViewTextBoxColumn16";
- this.dataGridViewTextBoxColumn16.ReadOnly = true;
- this.dataGridViewTextBoxColumn16.Width = 84;
- //
- // dataGridViewTextBoxColumn17
- //
- this.dataGridViewTextBoxColumn17.HeaderText = "职位名称";
- this.dataGridViewTextBoxColumn17.Name = "dataGridViewTextBoxColumn17";
- this.dataGridViewTextBoxColumn17.ReadOnly = true;
- this.dataGridViewTextBoxColumn17.Width = 84;
- //
- // dataGridViewTextBoxColumn18
- //
- this.dataGridViewTextBoxColumn18.HeaderText = "性别";
- this.dataGridViewTextBoxColumn18.Name = "dataGridViewTextBoxColumn18";
- this.dataGridViewTextBoxColumn18.ReadOnly = true;
- this.dataGridViewTextBoxColumn18.Width = 60;
- //
- // dataGridViewTextBoxColumn19
- //
- this.dataGridViewTextBoxColumn19.HeaderText = "所属角色";
- this.dataGridViewTextBoxColumn19.Name = "dataGridViewTextBoxColumn19";
- this.dataGridViewTextBoxColumn19.ReadOnly = true;
- this.dataGridViewTextBoxColumn19.Width = 84;
- //
- // dataGridViewTextBoxColumn20
- //
- this.dataGridViewTextBoxColumn20.HeaderText = "手机号码";
- this.dataGridViewTextBoxColumn20.Name = "dataGridViewTextBoxColumn20";
- this.dataGridViewTextBoxColumn20.ReadOnly = true;
- this.dataGridViewTextBoxColumn20.Width = 84;
- //
- // dataGridViewTextBoxColumn21
- //
- this.dataGridViewTextBoxColumn21.HeaderText = "邮箱";
- this.dataGridViewTextBoxColumn21.Name = "dataGridViewTextBoxColumn21";
- this.dataGridViewTextBoxColumn21.ReadOnly = true;
- this.dataGridViewTextBoxColumn21.Width = 60;
- //
- // dataGridViewTextBoxColumn22
- //
- this.dataGridViewTextBoxColumn22.HeaderText = "地址";
- this.dataGridViewTextBoxColumn22.Name = "dataGridViewTextBoxColumn22";
- this.dataGridViewTextBoxColumn22.ReadOnly = true;
- this.dataGridViewTextBoxColumn22.Width = 60;
- //
- // dataGridViewTextBoxColumn23
- //
- this.dataGridViewTextBoxColumn23.HeaderText = "是否启用";
- this.dataGridViewTextBoxColumn23.Name = "dataGridViewTextBoxColumn23";
- this.dataGridViewTextBoxColumn23.ReadOnly = true;
- this.dataGridViewTextBoxColumn23.Width = 84;
- //
- // dataGridViewTextBoxColumn24
- //
- this.dataGridViewTextBoxColumn24.HeaderText = "创建人";
- this.dataGridViewTextBoxColumn24.Name = "dataGridViewTextBoxColumn24";
- this.dataGridViewTextBoxColumn24.ReadOnly = true;
- this.dataGridViewTextBoxColumn24.Width = 72;
- //
- // dataGridViewTextBoxColumn25
- //
- this.dataGridViewTextBoxColumn25.HeaderText = "创建时间";
- this.dataGridViewTextBoxColumn25.Name = "dataGridViewTextBoxColumn25";
- this.dataGridViewTextBoxColumn25.ReadOnly = true;
- this.dataGridViewTextBoxColumn25.Width = 84;
- //
- // dataGridViewTextBoxColumn26
- //
- this.dataGridViewTextBoxColumn26.HeaderText = "更新人";
- this.dataGridViewTextBoxColumn26.Name = "dataGridViewTextBoxColumn26";
- this.dataGridViewTextBoxColumn26.ReadOnly = true;
- this.dataGridViewTextBoxColumn26.Width = 72;
- //
- // navigatorTool
- //
- this.navigatorTool.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.navigatorTool.Bar.CheckButtonStyle = ComponentFactory.Krypton.Toolkit.ButtonStyle.BreadCrumb;
- this.navigatorTool.Bar.ItemSizing = ComponentFactory.Krypton.Navigator.BarItemSizing.Individual;
- this.navigatorTool.Bar.TabBorderStyle = ComponentFactory.Krypton.Toolkit.TabBorderStyle.OneNote;
- this.navigatorTool.Bar.TabStyle = ComponentFactory.Krypton.Toolkit.TabStyle.Dock;
- this.navigatorTool.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
- this.navigatorTool.Button.CloseButtonAction = ComponentFactory.Krypton.Navigator.CloseButtonAction.None;
- this.navigatorTool.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
- this.navigatorTool.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
- this.navigatorTool.Header.HeaderVisibleSecondary = false;
- this.navigatorTool.Location = new System.Drawing.Point(0, 77);
- this.navigatorTool.Name = "navigatorTool";
- this.navigatorTool.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
- this.navigatorTool.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
- this.pagTemplate,
- this.pagImportFile,
- this.pagBatch});
- this.navigatorTool.SelectedIndex = 2;
- this.navigatorTool.Size = new System.Drawing.Size(1132, 623);
- this.navigatorTool.StateCommon.HeaderGroup.HeaderPrimary.Content.Image.ImageH = ComponentFactory.Krypton.Toolkit.PaletteRelativeAlign.Far;
- this.navigatorTool.TabIndex = 90;
- this.navigatorTool.Text = "kryptonNavigator1";
- //
- // pagTemplate
- //
- this.pagTemplate.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
- this.pagTemplate.Controls.Add(this.pageTool);
- this.pagTemplate.Controls.Add(this.dataGridViewTemplate);
- this.pagTemplate.Flags = 65534;
- this.pagTemplate.ImageSmall = global::NXWMS.Properties.Resources.template;
- this.pagTemplate.LastVisibleSet = true;
- this.pagTemplate.MinimumSize = new System.Drawing.Size(50, 50);
- this.pagTemplate.Name = "pagTemplate";
- this.pagTemplate.Size = new System.Drawing.Size(1130, 592);
- this.pagTemplate.Text = "模版配置";
- this.pagTemplate.TextDescription = "";
- this.pagTemplate.TextTitle = "";
- this.pagTemplate.ToolTipTitle = "Page ToolTip";
- this.pagTemplate.UniqueName = "891700530D23408CEAB60DD03A7AE082";
- //
- // pageTool
- //
-
-
-
- this.pageTool.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
-
- this.pageTool.LoadMessage = null;
- this.pageTool.Location = new System.Drawing.Point(3, 563);
- this.pageTool.Name = "pageTool";
- this.pageTool.PageDefault = "{0}/{1}";
-
- this.pageTool.PageIndexSelectDefault = 1;
- this.pageTool.PageInfoDefault = "共 {0} 条记录,每页";
- this.pageTool.PageSize = 30;
-
-
- this.pageTool.Size = new System.Drawing.Size(1126, 28);
- this.pageTool.TabIndex = 87;
- this.pageTool.DataCount = 0;
- //
- // dataGridViewTemplate
- //
- this.dataGridViewTemplate.AllowUserToAddRows = false;
- this.dataGridViewTemplate.AllowUserToDeleteRows = false;
- this.dataGridViewTemplate.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dataGridViewTemplate.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridViewTemplate.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridViewTemplate.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.dataGridViewTextBoxColumn27,
- this.dataGridViewTextBoxColumn28,
- this.dataGridViewTextBoxColumn29,
- this.dataGridViewTextBoxColumn30,
- this.dataGridViewTextBoxColumn31,
- this.dataGridViewTextBoxColumn32,
- this.dataGridViewTextBoxColumn33,
- this.dataGridViewTextBoxColumn34,
- this.dataGridViewTextBoxColumn35,
- this.dataGridViewTextBoxColumn36,
- this.dataGridViewTextBoxColumn37,
- this.dataGridViewTextBoxColumn38,
- this.dataGridViewTextBoxColumn39});
- this.dataGridViewTemplate.Location = new System.Drawing.Point(2, 1);
- this.dataGridViewTemplate.Name = "dataGridViewTemplate";
- this.dataGridViewTemplate.ReadOnly = true;
- this.dataGridViewTemplate.RowTemplate.Height = 23;
- this.dataGridViewTemplate.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewTemplate.Size = new System.Drawing.Size(1126, 558);
- this.dataGridViewTemplate.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.dataGridViewTemplate.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
- this.dataGridViewTemplate.TabIndex = 86;
- //
- // dataGridViewTextBoxColumn27
- //
- this.dataGridViewTextBoxColumn27.HeaderText = "用户编码";
- this.dataGridViewTextBoxColumn27.Name = "dataGridViewTextBoxColumn27";
- this.dataGridViewTextBoxColumn27.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn28
- //
- this.dataGridViewTextBoxColumn28.HeaderText = "用户名称";
- this.dataGridViewTextBoxColumn28.Name = "dataGridViewTextBoxColumn28";
- this.dataGridViewTextBoxColumn28.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn29
- //
- this.dataGridViewTextBoxColumn29.HeaderText = "用户昵称";
- this.dataGridViewTextBoxColumn29.Name = "dataGridViewTextBoxColumn29";
- this.dataGridViewTextBoxColumn29.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn30
- //
- this.dataGridViewTextBoxColumn30.HeaderText = "职位名称";
- this.dataGridViewTextBoxColumn30.Name = "dataGridViewTextBoxColumn30";
- this.dataGridViewTextBoxColumn30.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn31
- //
- this.dataGridViewTextBoxColumn31.HeaderText = "性别";
- this.dataGridViewTextBoxColumn31.Name = "dataGridViewTextBoxColumn31";
- this.dataGridViewTextBoxColumn31.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn32
- //
- this.dataGridViewTextBoxColumn32.HeaderText = "所属角色";
- this.dataGridViewTextBoxColumn32.Name = "dataGridViewTextBoxColumn32";
- this.dataGridViewTextBoxColumn32.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn33
- //
- this.dataGridViewTextBoxColumn33.HeaderText = "手机号码";
- this.dataGridViewTextBoxColumn33.Name = "dataGridViewTextBoxColumn33";
- this.dataGridViewTextBoxColumn33.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn34
- //
- this.dataGridViewTextBoxColumn34.HeaderText = "邮箱";
- this.dataGridViewTextBoxColumn34.Name = "dataGridViewTextBoxColumn34";
- this.dataGridViewTextBoxColumn34.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn35
- //
- this.dataGridViewTextBoxColumn35.HeaderText = "地址";
- this.dataGridViewTextBoxColumn35.Name = "dataGridViewTextBoxColumn35";
- this.dataGridViewTextBoxColumn35.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn36
- //
- this.dataGridViewTextBoxColumn36.HeaderText = "是否启用";
- this.dataGridViewTextBoxColumn36.Name = "dataGridViewTextBoxColumn36";
- this.dataGridViewTextBoxColumn36.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn37
- //
- this.dataGridViewTextBoxColumn37.HeaderText = "创建人";
- this.dataGridViewTextBoxColumn37.Name = "dataGridViewTextBoxColumn37";
- this.dataGridViewTextBoxColumn37.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn38
- //
- this.dataGridViewTextBoxColumn38.HeaderText = "创建时间";
- this.dataGridViewTextBoxColumn38.Name = "dataGridViewTextBoxColumn38";
- this.dataGridViewTextBoxColumn38.ReadOnly = true;
- //
- // dataGridViewTextBoxColumn39
- //
- this.dataGridViewTextBoxColumn39.HeaderText = "更新人";
- this.dataGridViewTextBoxColumn39.Name = "dataGridViewTextBoxColumn39";
- this.dataGridViewTextBoxColumn39.ReadOnly = true;
- //
- // pagImportFile
- //
- this.pagImportFile.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
- this.pagImportFile.Controls.Add(this.pageTool2);
- this.pagImportFile.Controls.Add(this.dataGridViewFile);
- this.pagImportFile.Flags = 65534;
- this.pagImportFile.ImageSmall = global::NXWMS.Properties.Resources.Excel;
- this.pagImportFile.LastVisibleSet = true;
- this.pagImportFile.MinimumSize = new System.Drawing.Size(50, 50);
- this.pagImportFile.Name = "pagImportFile";
- this.pagImportFile.Size = new System.Drawing.Size(1130, 592);
- this.pagImportFile.Text = "文件数据";
- this.pagImportFile.ToolTipTitle = "Page ToolTip";
- this.pagImportFile.UniqueName = "783C21CD94C44D945DBA0F034411CDAB";
- //
- // pageTool2
- //
- this.pageTool2._execActionMessgae = null;
- this.pageTool2._execActionOperation = null;
- this.pageTool2._LastOperation = null;
- this.pageTool2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
-
- this.pageTool2.LoadMessage = null;
- this.pageTool2.Location = new System.Drawing.Point(2, 562);
- this.pageTool2.Name = "pageTool2";
- this.pageTool2.PageDefault = "{0}/{1}";
-
- this.pageTool2.PageIndexSelectDefault = 1;
- this.pageTool2.PageInfoDefault = "共 {0} 条记录,每页";
- this.pageTool2.PageSize = 30;
-
-
- this.pageTool2.Size = new System.Drawing.Size(1127, 28);
- this.pageTool2.TabIndex = 86;
- this.pageTool2.DataCount = 0;
- //
- // dataGridViewFile
- //
- this.dataGridViewFile.AllowUserToAddRows = false;
- this.dataGridViewFile.AllowUserToDeleteRows = false;
- this.dataGridViewFile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.dataGridViewFile.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill;
- this.dataGridViewFile.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
- this.dataGridViewFile.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.Column15,
- this.Column16,
- this.Column17,
- this.Column18,
- this.Column19,
- this.Column20,
- this.Column21,
- this.Column22,
- this.Column23,
- this.Column24,
- this.Column27,
- this.Column25,
- this.Column26});
- this.dataGridViewFile.Location = new System.Drawing.Point(2, 1);
- this.dataGridViewFile.Name = "dataGridViewFile";
- this.dataGridViewFile.ReadOnly = true;
- this.dataGridViewFile.RowTemplate.Height = 23;
- this.dataGridViewFile.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
- this.dataGridViewFile.Size = new System.Drawing.Size(1126, 556);
- this.dataGridViewFile.StateCommon.Background.Color1 = System.Drawing.Color.White;
- this.dataGridViewFile.StateCommon.BackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.GridBackgroundList;
- this.dataGridViewFile.TabIndex = 85;
- //
- // Column15
- //
- this.Column15.HeaderText = "用户编码";
- this.Column15.Name = "Column15";
- this.Column15.ReadOnly = true;
- //
- // Column16
- //
- this.Column16.HeaderText = "用户名称";
- this.Column16.Name = "Column16";
- this.Column16.ReadOnly = true;
- //
- // Column17
- //
- this.Column17.HeaderText = "用户昵称";
- this.Column17.Name = "Column17";
- this.Column17.ReadOnly = true;
- //
- // Column18
- //
- this.Column18.HeaderText = "职位名称";
- this.Column18.Name = "Column18";
- this.Column18.ReadOnly = true;
- //
- // Column19
- //
- this.Column19.HeaderText = "性别";
- this.Column19.Name = "Column19";
- this.Column19.ReadOnly = true;
- //
- // Column20
- //
- this.Column20.HeaderText = "所属角色";
- this.Column20.Name = "Column20";
- this.Column20.ReadOnly = true;
- //
- // Column21
- //
- this.Column21.HeaderText = "手机号码";
- this.Column21.Name = "Column21";
- this.Column21.ReadOnly = true;
- //
- // Column22
- //
- this.Column22.HeaderText = "邮箱";
- this.Column22.Name = "Column22";
- this.Column22.ReadOnly = true;
- //
- // Column23
- //
- this.Column23.HeaderText = "地址";
- this.Column23.Name = "Column23";
- this.Column23.ReadOnly = true;
- //
- // Column24
- //
- this.Column24.HeaderText = "是否启用";
- this.Column24.Name = "Column24";
- this.Column24.ReadOnly = true;
- //
- // Column27
- //
- this.Column27.HeaderText = "创建人";
- this.Column27.Name = "Column27";
- this.Column27.ReadOnly = true;
- //
- // Column25
- //
- this.Column25.HeaderText = "创建时间";
- this.Column25.Name = "Column25";
- this.Column25.ReadOnly = true;
- //
- // Column26
- //
- this.Column26.HeaderText = "更新人";
- this.Column26.Name = "Column26";
- this.Column26.ReadOnly = true;
- //
- // pagBatch
- //
- this.pagBatch.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
- this.pagBatch.Controls.Add(this.dataGridViewBatch);
- this.pagBatch.Controls.Add(this.pageTool1);
- this.pagBatch.Flags = 65534;
- this.pagBatch.ImageSmall = global::NXWMS.Properties.Resources.cache;
- this.pagBatch.LastVisibleSet = true;
- this.pagBatch.MinimumSize = new System.Drawing.Size(50, 50);
- this.pagBatch.Name = "pagBatch";
- this.pagBatch.Size = new System.Drawing.Size(1130, 592);
- this.pagBatch.Text = "批次组列表";
- this.pagBatch.ToolTipTitle = "Page ToolTip";
- this.pagBatch.UniqueName = "36DFF3D7212E43F5AFADF6CACE4167B1";
- //
- // frmTempImportData
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1132, 701);
- this.Controls.Add(this.kryptonPanel2);
- this.Controls.Add(this.navigatorTool);
- this.MinimizeBox = false;
- this.Name = "frmTempImportData";
- this.Text = "数据导入";
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchImport)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel2)).EndInit();
- this.kryptonPanel2.ResumeLayout(false);
- this.kryptonPanel2.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.cmbSearchStatus)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewBatch)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.navigatorTool)).EndInit();
- this.navigatorTool.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pagTemplate)).EndInit();
- this.pagTemplate.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewTemplate)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pagImportFile)).EndInit();
- this.pagImportFile.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.dataGridViewFile)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pagBatch)).EndInit();
- this.pagBatch.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearchExport;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSearch;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel10;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtSearchBatchNo;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchImport;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn9;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn10;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn11;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn12;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn13;
- private Client.FrmCustom.PageToolbar pageTool1;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewBatch;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn14;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn15;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn16;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn17;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn18;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn19;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn20;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn23;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn24;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn25;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn26;
- private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel2;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnDownload;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
- private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtFilePath;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnSelect;
- private ComponentFactory.Krypton.Navigator.KryptonNavigator navigatorTool;
- private ComponentFactory.Krypton.Navigator.KryptonPage pagBatch;
- private ComponentFactory.Krypton.Navigator.KryptonPage pagImportFile;
- private Client.FrmCustom.PageToolbar pageTool2;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewFile;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column15;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column16;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column17;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column18;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column19;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column20;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column21;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column22;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column23;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column24;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column27;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column25;
- private System.Windows.Forms.DataGridViewTextBoxColumn Column26;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnCheck;
- private ComponentFactory.Krypton.Toolkit.KryptonButton btnImport;
- private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
- private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbSearchStatus;
- private ComponentFactory.Krypton.Navigator.KryptonPage pagTemplate;
- private ComponentFactory.Krypton.Toolkit.KryptonDataGridView dataGridViewTemplate;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn27;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn28;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn29;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn30;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn31;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn32;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn33;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn34;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn35;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn36;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn37;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn38;
- private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn39;
- private Client.FrmCustom.PageToolbar pageTool;
- }
- }
|