BaoKai_202508_Wms_Jingwang_.../WMS.Frm/FrmTest.Designer.cs

628 lines
30 KiB
C#
Raw Permalink Normal View History

2025-08-24 21:52:42 +08:00
namespace WMS.Frm
{
partial class FrmTest
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmTest));
this.panel1 = new System.Windows.Forms.Panel();
this.ctrlDictonary1 = new WMS.Ctrl.CtrlDictonary();
this.bindUser = new System.Windows.Forms.BindingSource();
this.lookUpEditSystem1 = new WMS.Ctrl.LookUpEditSystem();
this.wmsCtrlTextBox1 = new WMS.Ctrl.WMSCtrlTextBox();
this.ctrlButtons1 = new WMS.Ctrl.CtrlButtons();
this.treeListCustom1 = new WMS.Ctrl.DevExpressCustom.TreeListCustom();
this.gridControlCustom1 = new WMS.Ctrl.GridControlCustom();
this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
this.colUSERNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPASSWORD = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDEP_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCOM_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colCOM_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPHONE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colQQ = new DevExpress.XtraGrid.Columns.GridColumn();
this.colEMAIL = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSER_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIP = new DevExpress.XtraGrid.Columns.GridColumn();
this.colNAMESHORT = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDEP_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colROLE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colROLE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSRINFO_STATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSER_STATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSER_NUMBER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSER_ENTRY = new DevExpress.XtraGrid.Columns.GridColumn();
this.colUSER_DRIVING = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINFO_USER = new DevExpress.XtraGrid.Columns.GridColumn();
this.colINFO_DATE = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSTORAGE_AREA_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLIST_STORAGE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colLIST_DEP_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIMG = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWORKKIND_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colWORKKIND_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colPICK_MAX = new DevExpress.XtraGrid.Columns.GridColumn();
this.colIsCheck = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDRIVE_ID = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDRIVE_STATUS = new DevExpress.XtraGrid.Columns.GridColumn();
this.colSEX = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDRIVE_ACTIVE_TIME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDRIVE_LEVEL = new DevExpress.XtraGrid.Columns.GridColumn();
this.colDRIVE_LEVEL_NAME = new DevExpress.XtraGrid.Columns.GridColumn();
this.colISDRIVER = new DevExpress.XtraGrid.Columns.GridColumn();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bindUser)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.treeListCustom1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.ctrlDictonary1);
this.panel1.Controls.Add(this.lookUpEditSystem1);
this.panel1.Controls.Add(this.wmsCtrlTextBox1);
this.panel1.Controls.Add(this.ctrlButtons1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(918, 77);
this.panel1.TabIndex = 0;
//
// ctrlDictonary1
//
this.ctrlDictonary1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.ctrlDictonary1.Cursor = System.Windows.Forms.Cursors.Default;
this.ctrlDictonary1.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bindUser, "USER_ID", true));
this.ctrlDictonary1.DictonaryTableName = WMS.Ctrl.DictonaryType.t_Base_UserInfo;
this.ctrlDictonary1.ErrText = "无数据重新查询";
this.ctrlDictonary1.IsSqlWhere = false;
this.ctrlDictonary1.Location = new System.Drawing.Point(560, 27);
this.ctrlDictonary1.Name = "ctrlDictonary1";
this.ctrlDictonary1.Number = 0;
this.ctrlDictonary1.SelectType = WMS.Ctrl.DataSlectType.RadioSelect;
this.ctrlDictonary1.ShowColumns.AddRange(new WMS.Ctrl.ColumnsItem[] {
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns1"))),
((WMS.Ctrl.ColumnsItem)(resources.GetObject("ctrlDictonary1.ShowColumns2")))});
this.ctrlDictonary1.Size = new System.Drawing.Size(183, 24);
this.ctrlDictonary1.SqlStr = null;
this.ctrlDictonary1.TabIndex = 3;
this.ctrlDictonary1.TextBoxFlag = "";
this.ctrlDictonary1.TextBoxValue = "";
//
// bindUser
//
this.bindUser.DataSource = typeof(WMS.Model.Base.UserDataModel);
//
// lookUpEditSystem1
//
this.lookUpEditSystem1.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.bindUser, "COM_ID", true));
this.lookUpEditSystem1.DataBindings.Add(new System.Windows.Forms.Binding("Tag", this.bindUser, "COM_ID", true));
this.lookUpEditSystem1.EditValue = "";
this.lookUpEditSystem1.Location = new System.Drawing.Point(364, 28);
this.lookUpEditSystem1.Name = "lookUpEditSystem1";
this.lookUpEditSystem1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEditSystem1.Size = new System.Drawing.Size(160, 20);
this.lookUpEditSystem1.TabIndex = 2;
//
// wmsCtrlTextBox1
//
this.wmsCtrlTextBox1.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.bindUser, "NAME", true));
this.wmsCtrlTextBox1.FrmSelect = false;
this.wmsCtrlTextBox1.Location = new System.Drawing.Point(200, 28);
this.wmsCtrlTextBox1.MustText = false;
this.wmsCtrlTextBox1.Name = "wmsCtrlTextBox1";
this.wmsCtrlTextBox1.Properties.Appearance.BackColor = System.Drawing.SystemColors.Window;
this.wmsCtrlTextBox1.Properties.Appearance.Font = new System.Drawing.Font("宋体", 10F);
this.wmsCtrlTextBox1.Properties.Appearance.Options.UseBackColor = true;
this.wmsCtrlTextBox1.Properties.Appearance.Options.UseFont = true;
this.wmsCtrlTextBox1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
this.wmsCtrlTextBox1.Size = new System.Drawing.Size(130, 22);
this.wmsCtrlTextBox1.StrLen = 0;
this.wmsCtrlTextBox1.TabIndex = 1;
this.wmsCtrlTextBox1.Valatt = WMS.Ctrl.ValidationAttribute.;
this.wmsCtrlTextBox1.ValText = "";
//
// ctrlButtons1
//
this.ctrlButtons1.Appearance.Font = new System.Drawing.Font("微软雅黑", 14F, System.Drawing.FontStyle.Bold);
this.ctrlButtons1.Appearance.Options.UseFont = true;
this.ctrlButtons1.BoolDiagFrm = false;
this.ctrlButtons1.ImageUri.Uri = "SaveAll;Office2013";
this.ctrlButtons1.Location = new System.Drawing.Point(12, 12);
this.ctrlButtons1.Name = "ctrlButtons1";
this.ctrlButtons1.Size = new System.Drawing.Size(150, 45);
this.ctrlButtons1.TabIndex = 0;
this.ctrlButtons1.Text = " 保存 ";
this.ctrlButtons1.typeButton = " 保存 ";
this.ctrlButtons1.Click += new System.EventHandler(this.ctrlButtons1_Click);
//
// treeListCustom1
//
this.treeListCustom1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.treeListCustom1.Appearance.EvenRow.Options.UseBackColor = true;
this.treeListCustom1.Appearance.FocusedRow.BackColor = System.Drawing.Color.LightSteelBlue;
this.treeListCustom1.Appearance.FocusedRow.Options.UseBackColor = true;
this.treeListCustom1.EnableAppearanceEvenRow = true;
this.treeListCustom1.IndicatorRowWidth = 40;
this.treeListCustom1.IndicatorWidth = 40;
this.treeListCustom1.Location = new System.Drawing.Point(12, 83);
this.treeListCustom1.Name = "treeListCustom1";
this.treeListCustom1.OptionsView.EnableAppearanceEvenRow = true;
this.treeListCustom1.ShowRowID = true;
this.treeListCustom1.Size = new System.Drawing.Size(894, 200);
this.treeListCustom1.TabIndex = 1;
//
// gridControlCustom1
//
this.gridControlCustom1.ColorApprove = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorApproveValue = null;
this.gridControlCustom1.ColorPass = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorPassValue = null;
this.gridControlCustom1.ColorRepeal = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorRepealValue = null;
this.gridControlCustom1.ColorReWork = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorReWorkValue = null;
this.gridControlCustom1.ColorSelectedRow = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorShortage = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorShortageFlagColumn = null;
this.gridControlCustom1.ColorShortageValue = null;
this.gridControlCustom1.ColorUnExecute = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorUnExecuteValue = null;
this.gridControlCustom1.ColorUnPass = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorUnPassValue = null;
this.gridControlCustom1.ColorVerify = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorVerifyFlagColumn = null;
this.gridControlCustom1.ColorVerifyValue = null;
this.gridControlCustom1.ColorWarning = System.Drawing.Color.Empty;
this.gridControlCustom1.ColorWarningValue = null;
this.gridControlCustom1.DataSource = this.bindUser;
this.gridControlCustom1.EnableAppearanceEvenRow = true;
this.gridControlCustom1.IndicatorWidth = 40;
this.gridControlCustom1.Location = new System.Drawing.Point(12, 289);
this.gridControlCustom1.MainView = this.gridView1;
this.gridControlCustom1.Name = "gridControlCustom1";
this.gridControlCustom1.ShowRowID = true;
this.gridControlCustom1.Size = new System.Drawing.Size(894, 286);
this.gridControlCustom1.TabIndex = 2;
this.gridControlCustom1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
this.gridView1});
//
// gridView1
//
this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(240)))), ((int)(((byte)(240)))), ((int)(((byte)(250)))));
this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
this.colUSERNAME,
this.colPASSWORD,
this.colDEP_ID,
this.colCOM_ID,
this.colCOM_NAME,
this.colNAME,
this.colPHONE,
this.colQQ,
this.colEMAIL,
this.colUSER_ID,
this.colIP,
this.colNAMESHORT,
this.colDEP_NAME,
this.colROLE_ID,
this.colROLE_NAME,
this.colUSRINFO_STATUS,
this.colUSER_STATUS,
this.colUSER_NUMBER,
this.colUSER_ENTRY,
this.colUSER_DRIVING,
this.colINFO_USER,
this.colINFO_DATE,
this.colSTORAGE_ID,
this.colSTORAGE_NAME,
this.colSTORAGE_AREA_ID,
this.colSTORAGE_AREA_NAME,
this.colLIST_STORAGE_ID,
this.colLIST_DEP_ID,
this.colIMG,
this.colWORKKIND_ID,
this.colWORKKIND_NAME,
this.colPICK_MAX,
this.colIsCheck,
this.colDRIVE_ID,
this.colDRIVE_STATUS,
this.colSEX,
this.colDRIVE_ACTIVE_TIME,
this.colDRIVE_LEVEL,
this.colDRIVE_LEVEL_NAME,
this.colISDRIVER});
this.gridView1.GridControl = this.gridControlCustom1;
this.gridView1.IndicatorWidth = 34;
this.gridView1.Name = "gridView1";
this.gridView1.OptionsView.ColumnAutoWidth = false;
this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
this.gridView1.OptionsView.ShowGroupPanel = false;
//
// colUSERNAME
//
this.colUSERNAME.FieldName = "USERNAME";
this.colUSERNAME.Name = "colUSERNAME";
this.colUSERNAME.Visible = true;
this.colUSERNAME.VisibleIndex = 0;
//
// colPASSWORD
//
this.colPASSWORD.FieldName = "PASSWORD";
this.colPASSWORD.Name = "colPASSWORD";
this.colPASSWORD.Visible = true;
this.colPASSWORD.VisibleIndex = 1;
//
// colDEP_ID
//
this.colDEP_ID.FieldName = "DEP_ID";
this.colDEP_ID.Name = "colDEP_ID";
this.colDEP_ID.Visible = true;
this.colDEP_ID.VisibleIndex = 2;
//
// colCOM_ID
//
this.colCOM_ID.FieldName = "COM_ID";
this.colCOM_ID.Name = "colCOM_ID";
this.colCOM_ID.Visible = true;
this.colCOM_ID.VisibleIndex = 3;
//
// colCOM_NAME
//
this.colCOM_NAME.FieldName = "COM_NAME";
this.colCOM_NAME.Name = "colCOM_NAME";
this.colCOM_NAME.Visible = true;
this.colCOM_NAME.VisibleIndex = 4;
//
// colNAME
//
this.colNAME.FieldName = "NAME";
this.colNAME.Name = "colNAME";
this.colNAME.Visible = true;
this.colNAME.VisibleIndex = 5;
//
// colPHONE
//
this.colPHONE.FieldName = "PHONE";
this.colPHONE.Name = "colPHONE";
this.colPHONE.Visible = true;
this.colPHONE.VisibleIndex = 6;
//
// colQQ
//
this.colQQ.FieldName = "QQ";
this.colQQ.Name = "colQQ";
this.colQQ.Visible = true;
this.colQQ.VisibleIndex = 7;
//
// colEMAIL
//
this.colEMAIL.FieldName = "EMAIL";
this.colEMAIL.Name = "colEMAIL";
this.colEMAIL.Visible = true;
this.colEMAIL.VisibleIndex = 8;
//
// colUSER_ID
//
this.colUSER_ID.FieldName = "USER_ID";
this.colUSER_ID.Name = "colUSER_ID";
this.colUSER_ID.Visible = true;
this.colUSER_ID.VisibleIndex = 9;
//
// colIP
//
this.colIP.FieldName = "IP";
this.colIP.Name = "colIP";
this.colIP.Visible = true;
this.colIP.VisibleIndex = 10;
//
// colNAMESHORT
//
this.colNAMESHORT.FieldName = "NAMESHORT";
this.colNAMESHORT.Name = "colNAMESHORT";
this.colNAMESHORT.Visible = true;
this.colNAMESHORT.VisibleIndex = 11;
//
// colDEP_NAME
//
this.colDEP_NAME.FieldName = "DEP_NAME";
this.colDEP_NAME.Name = "colDEP_NAME";
this.colDEP_NAME.Visible = true;
this.colDEP_NAME.VisibleIndex = 12;
//
// colROLE_ID
//
this.colROLE_ID.FieldName = "ROLE_ID";
this.colROLE_ID.Name = "colROLE_ID";
this.colROLE_ID.Visible = true;
this.colROLE_ID.VisibleIndex = 13;
//
// colROLE_NAME
//
this.colROLE_NAME.FieldName = "ROLE_NAME";
this.colROLE_NAME.Name = "colROLE_NAME";
this.colROLE_NAME.Visible = true;
this.colROLE_NAME.VisibleIndex = 14;
//
// colUSRINFO_STATUS
//
this.colUSRINFO_STATUS.FieldName = "USRINFO_STATUS";
this.colUSRINFO_STATUS.Name = "colUSRINFO_STATUS";
this.colUSRINFO_STATUS.Visible = true;
this.colUSRINFO_STATUS.VisibleIndex = 15;
//
// colUSER_STATUS
//
this.colUSER_STATUS.FieldName = "USER_STATUS";
this.colUSER_STATUS.Name = "colUSER_STATUS";
this.colUSER_STATUS.Visible = true;
this.colUSER_STATUS.VisibleIndex = 16;
//
// colUSER_NUMBER
//
this.colUSER_NUMBER.FieldName = "USER_NUMBER";
this.colUSER_NUMBER.Name = "colUSER_NUMBER";
this.colUSER_NUMBER.Visible = true;
this.colUSER_NUMBER.VisibleIndex = 17;
//
// colUSER_ENTRY
//
this.colUSER_ENTRY.FieldName = "USER_ENTRY";
this.colUSER_ENTRY.Name = "colUSER_ENTRY";
this.colUSER_ENTRY.Visible = true;
this.colUSER_ENTRY.VisibleIndex = 18;
//
// colUSER_DRIVING
//
this.colUSER_DRIVING.FieldName = "USER_DRIVING";
this.colUSER_DRIVING.Name = "colUSER_DRIVING";
this.colUSER_DRIVING.Visible = true;
this.colUSER_DRIVING.VisibleIndex = 19;
//
// colINFO_USER
//
this.colINFO_USER.FieldName = "INFO_USER";
this.colINFO_USER.Name = "colINFO_USER";
this.colINFO_USER.Visible = true;
this.colINFO_USER.VisibleIndex = 20;
//
// colINFO_DATE
//
this.colINFO_DATE.FieldName = "INFO_DATE";
this.colINFO_DATE.Name = "colINFO_DATE";
this.colINFO_DATE.Visible = true;
this.colINFO_DATE.VisibleIndex = 21;
//
// colSTORAGE_ID
//
this.colSTORAGE_ID.FieldName = "STORAGE_ID";
this.colSTORAGE_ID.Name = "colSTORAGE_ID";
this.colSTORAGE_ID.Visible = true;
this.colSTORAGE_ID.VisibleIndex = 22;
//
// colSTORAGE_NAME
//
this.colSTORAGE_NAME.FieldName = "STORAGE_NAME";
this.colSTORAGE_NAME.Name = "colSTORAGE_NAME";
this.colSTORAGE_NAME.Visible = true;
this.colSTORAGE_NAME.VisibleIndex = 23;
//
// colSTORAGE_AREA_ID
//
this.colSTORAGE_AREA_ID.FieldName = "STORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Name = "colSTORAGE_AREA_ID";
this.colSTORAGE_AREA_ID.Visible = true;
this.colSTORAGE_AREA_ID.VisibleIndex = 24;
//
// colSTORAGE_AREA_NAME
//
this.colSTORAGE_AREA_NAME.FieldName = "STORAGE_AREA_NAME";
this.colSTORAGE_AREA_NAME.Name = "colSTORAGE_AREA_NAME";
this.colSTORAGE_AREA_NAME.Visible = true;
this.colSTORAGE_AREA_NAME.VisibleIndex = 25;
//
// colLIST_STORAGE_ID
//
this.colLIST_STORAGE_ID.FieldName = "LIST_STORAGE_ID";
this.colLIST_STORAGE_ID.Name = "colLIST_STORAGE_ID";
this.colLIST_STORAGE_ID.Visible = true;
this.colLIST_STORAGE_ID.VisibleIndex = 26;
//
// colLIST_DEP_ID
//
this.colLIST_DEP_ID.FieldName = "LIST_DEP_ID";
this.colLIST_DEP_ID.Name = "colLIST_DEP_ID";
this.colLIST_DEP_ID.Visible = true;
this.colLIST_DEP_ID.VisibleIndex = 27;
//
// colIMG
//
this.colIMG.FieldName = "IMG";
this.colIMG.Name = "colIMG";
this.colIMG.Visible = true;
this.colIMG.VisibleIndex = 28;
//
// colWORKKIND_ID
//
this.colWORKKIND_ID.FieldName = "WORKKIND_ID";
this.colWORKKIND_ID.Name = "colWORKKIND_ID";
this.colWORKKIND_ID.Visible = true;
this.colWORKKIND_ID.VisibleIndex = 29;
//
// colWORKKIND_NAME
//
this.colWORKKIND_NAME.FieldName = "WORKKIND_NAME";
this.colWORKKIND_NAME.Name = "colWORKKIND_NAME";
this.colWORKKIND_NAME.Visible = true;
this.colWORKKIND_NAME.VisibleIndex = 30;
//
// colPICK_MAX
//
this.colPICK_MAX.FieldName = "PICK_MAX";
this.colPICK_MAX.Name = "colPICK_MAX";
this.colPICK_MAX.Visible = true;
this.colPICK_MAX.VisibleIndex = 31;
//
// colIsCheck
//
this.colIsCheck.FieldName = "IsCheck";
this.colIsCheck.Name = "colIsCheck";
this.colIsCheck.Visible = true;
this.colIsCheck.VisibleIndex = 32;
//
// colDRIVE_ID
//
this.colDRIVE_ID.FieldName = "DRIVE_ID";
this.colDRIVE_ID.Name = "colDRIVE_ID";
this.colDRIVE_ID.Visible = true;
this.colDRIVE_ID.VisibleIndex = 33;
//
// colDRIVE_STATUS
//
this.colDRIVE_STATUS.FieldName = "DRIVE_STATUS";
this.colDRIVE_STATUS.Name = "colDRIVE_STATUS";
this.colDRIVE_STATUS.Visible = true;
this.colDRIVE_STATUS.VisibleIndex = 34;
//
// colSEX
//
this.colSEX.FieldName = "SEX";
this.colSEX.Name = "colSEX";
this.colSEX.Visible = true;
this.colSEX.VisibleIndex = 35;
//
// colDRIVE_ACTIVE_TIME
//
this.colDRIVE_ACTIVE_TIME.FieldName = "DRIVE_ACTIVE_TIME";
this.colDRIVE_ACTIVE_TIME.Name = "colDRIVE_ACTIVE_TIME";
this.colDRIVE_ACTIVE_TIME.Visible = true;
this.colDRIVE_ACTIVE_TIME.VisibleIndex = 36;
//
// colDRIVE_LEVEL
//
this.colDRIVE_LEVEL.FieldName = "DRIVE_LEVEL";
this.colDRIVE_LEVEL.Name = "colDRIVE_LEVEL";
this.colDRIVE_LEVEL.Visible = true;
this.colDRIVE_LEVEL.VisibleIndex = 37;
//
// colDRIVE_LEVEL_NAME
//
this.colDRIVE_LEVEL_NAME.FieldName = "DRIVE_LEVEL_NAME";
this.colDRIVE_LEVEL_NAME.Name = "colDRIVE_LEVEL_NAME";
this.colDRIVE_LEVEL_NAME.Visible = true;
this.colDRIVE_LEVEL_NAME.VisibleIndex = 38;
//
// colISDRIVER
//
this.colISDRIVER.FieldName = "ISDRIVER";
this.colISDRIVER.Name = "colISDRIVER";
this.colISDRIVER.Visible = true;
this.colISDRIVER.VisibleIndex = 39;
//
// FrmTest
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(918, 587);
this.Controls.Add(this.gridControlCustom1);
this.Controls.Add(this.treeListCustom1);
this.Controls.Add(this.panel1);
this.Name = "FrmTest";
this.Text = "FrmTest";
this.panel1.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.bindUser)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEditSystem1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.wmsCtrlTextBox1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.treeListCustom1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridControlCustom1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private Ctrl.CtrlButtons ctrlButtons1;
private Ctrl.CtrlDictonary ctrlDictonary1;
private Ctrl.LookUpEditSystem lookUpEditSystem1;
private Ctrl.WMSCtrlTextBox wmsCtrlTextBox1;
private Ctrl.DevExpressCustom.TreeListCustom treeListCustom1;
private Ctrl.GridControlCustom gridControlCustom1;
private DevExpress.XtraGrid.Views.Grid.GridView gridView1;
private System.Windows.Forms.BindingSource bindUser;
private DevExpress.XtraGrid.Columns.GridColumn colUSERNAME;
private DevExpress.XtraGrid.Columns.GridColumn colPASSWORD;
private DevExpress.XtraGrid.Columns.GridColumn colDEP_ID;
private DevExpress.XtraGrid.Columns.GridColumn colCOM_ID;
private DevExpress.XtraGrid.Columns.GridColumn colCOM_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colNAME;
private DevExpress.XtraGrid.Columns.GridColumn colPHONE;
private DevExpress.XtraGrid.Columns.GridColumn colQQ;
private DevExpress.XtraGrid.Columns.GridColumn colEMAIL;
private DevExpress.XtraGrid.Columns.GridColumn colUSER_ID;
private DevExpress.XtraGrid.Columns.GridColumn colIP;
private DevExpress.XtraGrid.Columns.GridColumn colNAMESHORT;
private DevExpress.XtraGrid.Columns.GridColumn colDEP_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colROLE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colROLE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colUSRINFO_STATUS;
private DevExpress.XtraGrid.Columns.GridColumn colUSER_STATUS;
private DevExpress.XtraGrid.Columns.GridColumn colUSER_NUMBER;
private DevExpress.XtraGrid.Columns.GridColumn colUSER_ENTRY;
private DevExpress.XtraGrid.Columns.GridColumn colUSER_DRIVING;
private DevExpress.XtraGrid.Columns.GridColumn colINFO_USER;
private DevExpress.XtraGrid.Columns.GridColumn colINFO_DATE;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_ID;
private DevExpress.XtraGrid.Columns.GridColumn colSTORAGE_AREA_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colLIST_STORAGE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colLIST_DEP_ID;
private DevExpress.XtraGrid.Columns.GridColumn colIMG;
private DevExpress.XtraGrid.Columns.GridColumn colWORKKIND_ID;
private DevExpress.XtraGrid.Columns.GridColumn colWORKKIND_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colPICK_MAX;
private DevExpress.XtraGrid.Columns.GridColumn colIsCheck;
private DevExpress.XtraGrid.Columns.GridColumn colDRIVE_ID;
private DevExpress.XtraGrid.Columns.GridColumn colDRIVE_STATUS;
private DevExpress.XtraGrid.Columns.GridColumn colSEX;
private DevExpress.XtraGrid.Columns.GridColumn colDRIVE_ACTIVE_TIME;
private DevExpress.XtraGrid.Columns.GridColumn colDRIVE_LEVEL;
private DevExpress.XtraGrid.Columns.GridColumn colDRIVE_LEVEL_NAME;
private DevExpress.XtraGrid.Columns.GridColumn colISDRIVER;
}
}