示例#1
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAgent));
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            Srvtools.FieldItem fieldItem1 = new Srvtools.FieldItem();
            Srvtools.FieldItem fieldItem2 = new Srvtools.FieldItem();
            Srvtools.FieldItem fieldItem3 = new Srvtools.FieldItem();
            Srvtools.FieldItem fieldItem4 = new Srvtools.FieldItem();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            this.dsRoleAgent = new Srvtools.InfoDataSet(this.components);
            this.bsRoleAgent = new Srvtools.InfoBindingSource(this.components);
            this.navRoleAgent = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.bsUsers = new Srvtools.InfoBindingSource(this.components);
            this.dsUsers = new Srvtools.InfoDataSet(this.components);
            this.rvUsers = new Srvtools.InfoRefVal();
            this.dvRoleAgent = new Srvtools.DefaultValidate(this.components);
            this.txtRoleId = new System.Windows.Forms.TextBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.txtRoleName = new System.Windows.Forms.TextBox();
            this.lblRoleName = new System.Windows.Forms.Label();
            this.lblRoleId = new System.Windows.Forms.Label();
            this.infoDataGridView1 = new Srvtools.InfoDataGridView();
            this.colAgent = new Srvtools.InfoDataGridViewRefValColumn();
            this.colFlowDesc = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.colSDate = new Srvtools.InfoDataGridViewCalendarColumn();
            this.colSTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colEDate = new Srvtools.InfoDataGridViewCalendarColumn();
            this.colETime = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colParAgent = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.colRemark = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.dsRoleAgent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsRoleAgent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.navRoleAgent)).BeginInit();
            this.navRoleAgent.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rvUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dvRoleAgent)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // dsRoleAgent
            // 
            this.dsRoleAgent.Active = true;
            this.dsRoleAgent.AlwaysClose = false;
            this.dsRoleAgent.DataCompressed = false;
            this.dsRoleAgent.DeleteIncomplete = true;
            this.dsRoleAgent.LastKeyValues = null;
            this.dsRoleAgent.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.dsRoleAgent.PacketRecords = -1;
            this.dsRoleAgent.Position = -1;
            this.dsRoleAgent.RemoteName = "GLModule.cmdRoleAgent";
            this.dsRoleAgent.ServerModify = false;
            // 
            // bsRoleAgent
            // 
            this.bsRoleAgent.AllowAdd = true;
            this.bsRoleAgent.AllowDelete = true;
            this.bsRoleAgent.AllowPrint = true;
            this.bsRoleAgent.AllowUpdate = true;
            this.bsRoleAgent.AutoApply = false;
            this.bsRoleAgent.AutoApplyMaster = false;
            this.bsRoleAgent.AutoDisableControl = true;
            this.bsRoleAgent.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsRoleAgent.AutoRecordLock = false;
            this.bsRoleAgent.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsRoleAgent.CloseProtect = false;
            this.bsRoleAgent.DataMember = "cmdRoleAgent";
            this.bsRoleAgent.DataSource = this.dsRoleAgent;
            this.bsRoleAgent.DelayInterval = 300;
            this.bsRoleAgent.DisableKeyFields = false;
            this.bsRoleAgent.EnableFlag = false;
            this.bsRoleAgent.FocusedControl = null;
            this.bsRoleAgent.OwnerComp = null;
            this.bsRoleAgent.RelationDelay = false;
            this.bsRoleAgent.ServerModifyCache = false;
            this.bsRoleAgent.text = "bsRoleAgent";
            // 
            // navRoleAgent
            // 
            this.navRoleAgent.AbortItem = this.bindingNavigatorAbortItem;
            this.navRoleAgent.AddNewItem = this.bindingNavigatorAddNewItem;
            this.navRoleAgent.AnyQueryID = "navRoleAgent";
            this.navRoleAgent.ApplyItem = this.bindingNavigatorApplyItem;
            this.navRoleAgent.BindingSource = this.bsRoleAgent;
            this.navRoleAgent.BeforeItemClick += new BeforeItemClickEventHandler(navRoleAgent_BeforeItemClick);
            this.navRoleAgent.CancelItem = this.bindingNavigatorCancelItem;
            this.navRoleAgent.CopyItem = null;
            this.navRoleAgent.CountItem = null;
            this.navRoleAgent.DeleteItem = this.bindingNavigatorDeleteItem;
            this.navRoleAgent.DescriptionItem = null;
            this.navRoleAgent.DetailBindingSource = null;
            this.navRoleAgent.DetailKeyField = null;
            this.navRoleAgent.EditItem = this.bindingNavigatorEditItem;
            this.navRoleAgent.ExportItem = this.bindingNavigatorExportItem;
            this.navRoleAgent.ForeColors = System.Drawing.Color.Empty;
            this.navRoleAgent.GetRealRecordsCount = false;
            this.navRoleAgent.GetServerText = false;
            this.navRoleAgent.HideItemStates = false;
            this.navRoleAgent.InternalQuery = true;
            this.navRoleAgent.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bindingNavigatorEditItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorOKItem,
            this.bindingNavigatorCancelItem,
            this.bindingNavigatorApplyItem,
            this.bindingNavigatorAbortItem,
            this.bindingNavigatorSeparator3,
            this.bindingNavigatorRefreshItem,
            this.bindingNavigatorQueryItem,
            this.bindingNavigatorPrintItem,
            this.bindingNavigatorExportItem,
            this.bindingNavigatorSeparator4,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem});
            this.navRoleAgent.Location = new System.Drawing.Point(0, 0);
            this.navRoleAgent.MoveFirstItem = null;
            this.navRoleAgent.MoveLastItem = null;
            this.navRoleAgent.MoveNextItem = null;
            this.navRoleAgent.MovePreviousItem = null;
            this.navRoleAgent.MultiLanguage = false;
            this.navRoleAgent.Name = "navRoleAgent";
            this.navRoleAgent.OKItem = this.bindingNavigatorOKItem;
            this.navRoleAgent.PositionItem = null;
            this.navRoleAgent.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("navRoleAgent.PreQueryCondition")));
            this.navRoleAgent.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("navRoleAgent.PreQueryField")));
            this.navRoleAgent.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("navRoleAgent.PreQueryValue")));
            this.navRoleAgent.PrintItem = this.bindingNavigatorPrintItem;
            this.navRoleAgent.QueryFont = new System.Drawing.Font("SimSun", 9F);
            this.navRoleAgent.QueryKeepCondition = false;
            this.navRoleAgent.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.navRoleAgent.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.navRoleAgent.QuerySQLSend = true;
            this.navRoleAgent.Size = new System.Drawing.Size(729, 25);
            stateItem1.Description = null;
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = null;
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = null;
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = null;
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = null;
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = null;
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = null;
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = null;
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.navRoleAgent.States.Add(stateItem1);
            this.navRoleAgent.States.Add(stateItem2);
            this.navRoleAgent.States.Add(stateItem3);
            this.navRoleAgent.States.Add(stateItem4);
            this.navRoleAgent.States.Add(stateItem5);
            this.navRoleAgent.States.Add(stateItem6);
            this.navRoleAgent.States.Add(stateItem7);
            this.navRoleAgent.States.Add(stateItem8);
            this.navRoleAgent.StatusStrip = null;
            this.navRoleAgent.SureAbort = false;
            this.navRoleAgent.SureDelete = true;
            this.navRoleAgent.SureDeleteText = null;
            this.navRoleAgent.SureInsert = false;
            this.navRoleAgent.SureInsertText = null;
            this.navRoleAgent.TabIndex = 1;
            this.navRoleAgent.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.navRoleAgent.ViewBindingSource = null;
            this.navRoleAgent.ViewCountItem = this.bindingNavigatorCountItem;
            this.navRoleAgent.ViewCountItemFormat = "of {0}";
            this.navRoleAgent.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.navRoleAgent.ViewMoveLastItem = this.bindingNavigatorMoveLastItem;
            this.navRoleAgent.ViewMoveNextItem = this.bindingNavigatorMoveNextItem;
            this.navRoleAgent.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.navRoleAgent.ViewPositionItem = this.bindingNavigatorPositionItem;
            this.navRoleAgent.ViewQueryItem = this.bindingNavigatorQueryItem;
            this.navRoleAgent.ViewRefreshItem = this.bindingNavigatorRefreshItem;
            this.navRoleAgent.ViewScrollProtect = false;
            // 
            // bindingNavigatorAbortItem
            // 
            this.bindingNavigatorAbortItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAbortItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem.Image")));
            this.bindingNavigatorAbortItem.Name = "bindingNavigatorAbortItem";
            this.bindingNavigatorAbortItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAbortItem.Text = "abort";
            this.bindingNavigatorAbortItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "add";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorApplyItem
            // 
            this.bindingNavigatorApplyItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorApplyItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem.Image")));
            this.bindingNavigatorApplyItem.Name = "bindingNavigatorApplyItem";
            this.bindingNavigatorApplyItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorApplyItem.Text = "apply";
            this.bindingNavigatorApplyItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorCancelItem
            // 
            this.bindingNavigatorCancelItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorCancelItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem.Image")));
            this.bindingNavigatorCancelItem.Name = "bindingNavigatorCancelItem";
            this.bindingNavigatorCancelItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorCancelItem.Text = "cancel";
            this.bindingNavigatorCancelItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "delete";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorEditItem
            // 
            this.bindingNavigatorEditItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorEditItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem.Image")));
            this.bindingNavigatorEditItem.Name = "bindingNavigatorEditItem";
            this.bindingNavigatorEditItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorEditItem.Text = "edit";
            this.bindingNavigatorEditItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorExportItem
            // 
            this.bindingNavigatorExportItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorExportItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem.Image")));
            this.bindingNavigatorExportItem.Name = "bindingNavigatorExportItem";
            this.bindingNavigatorExportItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorExportItem.Text = "export";
            this.bindingNavigatorExportItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Enabled = false;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "first";
            this.bindingNavigatorMoveFirstItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Enabled = false;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "previous";
            this.bindingNavigatorMovePreviousItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Enabled = false;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "next";
            this.bindingNavigatorMoveNextItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Enabled = false;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "last";
            this.bindingNavigatorMoveLastItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorOKItem
            // 
            this.bindingNavigatorOKItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorOKItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem.Image")));
            this.bindingNavigatorOKItem.Name = "bindingNavigatorOKItem";
            this.bindingNavigatorOKItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorOKItem.Text = "ok";
            this.bindingNavigatorOKItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator3
            // 
            this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
            this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorRefreshItem
            // 
            this.bindingNavigatorRefreshItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorRefreshItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem.Image")));
            this.bindingNavigatorRefreshItem.Name = "bindingNavigatorRefreshItem";
            this.bindingNavigatorRefreshItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorRefreshItem.Text = "refresh";
            this.bindingNavigatorRefreshItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorQueryItem
            // 
            this.bindingNavigatorQueryItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorQueryItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem.Image")));
            this.bindingNavigatorQueryItem.Name = "bindingNavigatorQueryItem";
            this.bindingNavigatorQueryItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorQueryItem.Text = "query";
            this.bindingNavigatorQueryItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorPrintItem
            // 
            this.bindingNavigatorPrintItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorPrintItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem.Image")));
            this.bindingNavigatorPrintItem.Name = "bindingNavigatorPrintItem";
            this.bindingNavigatorPrintItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorPrintItem.Text = "print";
            this.bindingNavigatorPrintItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator4
            // 
            this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
            this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25);
            this.bindingNavigatorPositionItem.Text = "1";
            this.bindingNavigatorPositionItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorPositionItem.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(39, 22);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCountItem.ToolTipText = "count";
            // 
            // bsUsers
            // 
            this.bsUsers.AllowAdd = true;
            this.bsUsers.AllowDelete = true;
            this.bsUsers.AllowPrint = true;
            this.bsUsers.AllowUpdate = true;
            this.bsUsers.AutoApply = false;
            this.bsUsers.AutoApplyMaster = false;
            this.bsUsers.AutoDisableControl = false;
            this.bsUsers.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsUsers.AutoRecordLock = false;
            this.bsUsers.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsUsers.CloseProtect = false;
            this.bsUsers.DataMember = "userInfo";
            this.bsUsers.DataSource = this.dsUsers;
            this.bsUsers.DelayInterval = 300;
            this.bsUsers.DisableKeyFields = false;
            this.bsUsers.EnableFlag = false;
            this.bsUsers.FocusedControl = null;
            this.bsUsers.OwnerComp = null;
            this.bsUsers.RelationDelay = false;
            this.bsUsers.ServerModifyCache = false;
            this.bsUsers.text = "bsUsers";
            // 
            // dsUsers
            // 
            this.dsUsers.Active = true;
            this.dsUsers.AlwaysClose = false;
            this.dsUsers.DataCompressed = false;
            this.dsUsers.DeleteIncomplete = true;
            this.dsUsers.LastKeyValues = null;
            this.dsUsers.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.dsUsers.PacketRecords = -1;
            this.dsUsers.Position = -1;
            this.dsUsers.RemoteName = "GLModule.userInfo";
            this.dsUsers.ServerModify = false;
            // 
            // rvUsers
            // 
            this.rvUsers.ActiveBox = null;
            this.rvUsers.ActiveColumn = null;
            this.rvUsers.AllowAddData = false;
            this.rvUsers.AlwaysClose = false;
            this.rvUsers.AutoGridSize = false;
            this.rvUsers.AutoLocate = true;
            this.rvUsers.Caption = null;
            this.rvUsers.CheckData = false;
            this.rvUsers.DataSource = this.bsUsers;
            this.rvUsers.DisplayMember = "USERNAME";
            this.rvUsers.EditingDisplayMember = "USERID";
            this.rvUsers.FLookupValue = "";
            this.rvUsers.Font = new System.Drawing.Font("SimSun", 9F);
            this.rvUsers.FormSize = new System.Drawing.Size(410, 255);
            this.rvUsers.IgnoreCase = false;
            this.rvUsers.MultiLanguage = false;
            this.rvUsers.PacketRecords = -1;
            this.rvUsers.RefByWhere = false;
            this.rvUsers.SelectAlias = null;
            this.rvUsers.SelectCommand = null;
            this.rvUsers.SelectTop = null;
            this.rvUsers.Styles = Srvtools.InfoRefVal.ShowStyle.gridStyle;
            this.rvUsers.ValueMember = "USERID";
            this.rvUsers.WhereItemCache = true;
            // 
            // dvRoleAgent
            // 
            this.dvRoleAgent.BindingSource = this.bsRoleAgent;
            this.dvRoleAgent.CarryOn = false;
            this.dvRoleAgent.CheckKeyFieldEmpty = true;
            this.dvRoleAgent.DefaultActive = true;
            this.dvRoleAgent.DuplicateCheck = false;
            this.dvRoleAgent.DuplicateCheckMode = Srvtools.DefaultValidate.DupCheckMode.ByLocal;
            fieldItem1.CarryOn = false;
            fieldItem1.CheckNull = false;
            fieldItem1.CheckRangeFrom = "";
            fieldItem1.CheckRangeTo = "";
            fieldItem1.DefaultValue = "DefRoleId()";
            fieldItem1.FieldName = "ROLE_ID";
            fieldItem1.Validate = "";
            fieldItem1.ValidateLabelLink = "";
            fieldItem1.WarningMsg = "";
            fieldItem2.CarryOn = false;
            fieldItem2.CheckNull = false;
            fieldItem2.CheckRangeFrom = "";
            fieldItem2.CheckRangeTo = "";
            fieldItem2.DefaultValue = "000000";
            fieldItem2.FieldName = "START_TIME";
            fieldItem2.Validate = "";
            fieldItem2.ValidateLabelLink = "";
            fieldItem2.WarningMsg = "";
            fieldItem3.CarryOn = false;
            fieldItem3.CheckNull = false;
            fieldItem3.CheckRangeFrom = "";
            fieldItem3.CheckRangeTo = "";
            fieldItem3.DefaultValue = "235959";
            fieldItem3.FieldName = "END_TIME";
            fieldItem3.Validate = "";
            fieldItem3.ValidateLabelLink = "";
            fieldItem3.WarningMsg = "";
            fieldItem4.CarryOn = false;
            fieldItem4.CheckNull = false;
            fieldItem4.CheckRangeFrom = "";
            fieldItem4.CheckRangeTo = "";
            fieldItem4.DefaultValue = "*";
            fieldItem4.FieldName = "FLOW_DESC";
            fieldItem4.Validate = "";
            fieldItem4.ValidateLabelLink = "";
            fieldItem4.WarningMsg = "";
            this.dvRoleAgent.FieldItems.Add(fieldItem1);
            this.dvRoleAgent.FieldItems.Add(fieldItem2);
            this.dvRoleAgent.FieldItems.Add(fieldItem3);
            this.dvRoleAgent.FieldItems.Add(fieldItem4);
            this.dvRoleAgent.LeaveValidation = false;
            this.dvRoleAgent.MultiLanguage = false;
            this.dvRoleAgent.ValidActive = false;
            this.dvRoleAgent.ValidateChar = "*";
            this.dvRoleAgent.ValidateColor = System.Drawing.Color.Red;
            this.dvRoleAgent.ValidateListBox = null;
            this.dvRoleAgent.ValidateMode = Srvtools.DefaultValidate.ValidMode.All;
            // 
            // txtRoleId
            // 
            this.txtRoleId.BackColor = System.Drawing.SystemColors.Window;
            this.txtRoleId.Location = new System.Drawing.Point(68, 18);
            this.txtRoleId.Name = "txtRoleId";
            this.txtRoleId.ReadOnly = true;
            this.txtRoleId.Size = new System.Drawing.Size(116, 21);
            this.txtRoleId.TabIndex = 3;
            this.txtRoleId.WordWrap = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.txtRoleName);
            this.panel1.Controls.Add(this.lblRoleName);
            this.panel1.Controls.Add(this.lblRoleId);
            this.panel1.Controls.Add(this.txtRoleId);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(0, 25);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(729, 45);
            this.panel1.TabIndex = 6;
            // 
            // txtRoleName
            // 
            this.txtRoleName.BackColor = System.Drawing.SystemColors.Window;
            this.txtRoleName.Location = new System.Drawing.Point(286, 18);
            this.txtRoleName.Name = "txtRoleName";
            this.txtRoleName.ReadOnly = true;
            this.txtRoleName.Size = new System.Drawing.Size(116, 21);
            this.txtRoleName.TabIndex = 6;
            this.txtRoleName.WordWrap = false;
            // 
            // lblRoleName
            // 
            this.lblRoleName.AutoSize = true;
            this.lblRoleName.Location = new System.Drawing.Point(217, 21);
            this.lblRoleName.Name = "lblRoleName";
            this.lblRoleName.Size = new System.Drawing.Size(53, 12);
            this.lblRoleName.TabIndex = 5;
            this.lblRoleName.Text = "RoleName";
            // 
            // lblRoleId
            // 
            this.lblRoleId.AutoSize = true;
            this.lblRoleId.Location = new System.Drawing.Point(12, 21);
            this.lblRoleId.Name = "lblRoleId";
            this.lblRoleId.Size = new System.Drawing.Size(41, 12);
            this.lblRoleId.TabIndex = 4;
            this.lblRoleId.Text = "RoleId";
            // 
            // infoDataGridView1
            // 
            this.infoDataGridView1.AutoGenerateColumns = false;
            this.infoDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.infoDataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colAgent,
            this.colFlowDesc,
            this.colSDate,
            this.colSTime,
            this.colEDate,
            this.colETime,
            this.colParAgent,
            this.colRemark});
            this.infoDataGridView1.DataSource = this.bsRoleAgent;
            this.infoDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.infoDataGridView1.EnterEnable = true;
            this.infoDataGridView1.EnterRefValControl = false;
            this.infoDataGridView1.Location = new System.Drawing.Point(0, 70);
            this.infoDataGridView1.Name = "infoDataGridView1";
            this.infoDataGridView1.RowTemplate.Height = 23;
            this.infoDataGridView1.Size = new System.Drawing.Size(729, 260);
            this.infoDataGridView1.SureDelete = false;
            this.infoDataGridView1.TabIndex = 7;
            this.infoDataGridView1.TotalActive = false;
            this.infoDataGridView1.TotalBackColor = System.Drawing.SystemColors.Info;
            this.infoDataGridView1.TotalCaption = null;
            this.infoDataGridView1.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.infoDataGridView1.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // colAgent
            // 
            this.colAgent.DataPropertyName = "AGENT";
            this.colAgent.DataSource = this.dsUsers;
            this.colAgent.DisplayMember = "USERNAME";
            this.colAgent.ExternalRefVal = null;
            this.colAgent.HeaderCellStyle = dataGridViewCellStyle1;
            this.colAgent.HeaderText = "AGENT";
            this.colAgent.Name = "colAgent";
            this.colAgent.RefValue = this.rvUsers;
            this.colAgent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.colAgent.ValueMember = "USERID";
            // 
            // colFlowDesc
            // 
            this.colFlowDesc.DataPropertyName = "FLOW_DESC";
            this.colFlowDesc.HeaderText = "FLOW_DESC";
            this.colFlowDesc.Name = "colFlowDesc";
            this.colFlowDesc.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.colFlowDesc.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // colSDate
            // 
            this.colSDate.DataPropertyName = "START_DATE";
            this.colSDate.HeaderCellStyle = dataGridViewCellStyle2;
            this.colSDate.HeaderText = "START_DATE";
            this.colSDate.Name = "colSDate";
            this.colSDate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.colSDate.ShowCheckBox = false;
            this.colSDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.colSDate.Width = 80;
            // 
            // colSTime
            // 
            this.colSTime.DataPropertyName = "START_TIME";
            this.colSTime.HeaderText = "START_TIME";
            this.colSTime.Name = "colSTime";
            this.colSTime.Width = 80;
            // 
            // colEDate
            // 
            this.colEDate.DataPropertyName = "END_DATE";
            this.colEDate.HeaderCellStyle = dataGridViewCellStyle3;
            this.colEDate.HeaderText = "END_DATE";
            this.colEDate.Name = "colEDate";
            this.colEDate.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.colEDate.ShowCheckBox = false;
            this.colEDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.colEDate.Width = 80;
            // 
            // colETime
            // 
            this.colETime.DataPropertyName = "END_TIME";
            this.colETime.HeaderText = "END_TIME";
            this.colETime.Name = "colETime";
            this.colETime.Width = 80;
            // 
            // colParAgent
            // 
            this.colParAgent.DataPropertyName = "PAR_AGENT";
            this.colParAgent.HeaderText = "PAR_AGENT";
            this.colParAgent.Items.AddRange(new object[] {
            "Y",
            "N"});
            this.colParAgent.Name = "colParAgent";
            this.colParAgent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.colParAgent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // colRemark
            // 
            this.colRemark.DataPropertyName = "REMARK";
            this.colRemark.HeaderText = "REMARK";
            this.colRemark.Name = "colRemark";
            // 
            // frmAgent
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(729, 330);
            this.Controls.Add(this.infoDataGridView1);
            this.Controls.Add(this.panel1);
            this.Controls.Add(this.navRoleAgent);
            this.Name = "frmAgent";
            this.Text = "frmAgent";
            this.Load += new System.EventHandler(this.frmAgent_Load);
            ((System.ComponentModel.ISupportInitialize)(this.dsRoleAgent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsRoleAgent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.navRoleAgent)).EndInit();
            this.navRoleAgent.ResumeLayout(false);
            this.navRoleAgent.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rvUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dvRoleAgent)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#2
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TAG_FORMNAME));
            this.infoStatusStrip1 = new Srvtools.InfoStatusStrip(this.components);
            this.infoNavigator1 = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorEditItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.scMaster = new System.Windows.Forms.SplitContainer();
            ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).BeginInit();
            this.infoNavigator1.SuspendLayout();
            this.scMaster.SuspendLayout();
            this.SuspendLayout();
            // 
            // infoStatusStrip1
            // 
            this.infoStatusStrip1.Location = new System.Drawing.Point(0, 404);
            this.infoStatusStrip1.Name = "infoStatusStrip1";
            this.infoStatusStrip1.ShowCompany = false;
            this.infoStatusStrip1.ShowDate = true;
            this.infoStatusStrip1.ShowEEPAlias = true;
            this.infoStatusStrip1.ShowNavigatorStatus = true;
            this.infoStatusStrip1.ShowSolution = true;
            this.infoStatusStrip1.ShowUserID = true;
            this.infoStatusStrip1.ShowUserName = true;
            this.infoStatusStrip1.Size = new System.Drawing.Size(644, 22);
            this.infoStatusStrip1.TabIndex = 4;
            this.infoStatusStrip1.Text = "infoStatusStrip1";
            // 
            // infoNavigator1
            // 
            this.infoNavigator1.AbortItem = this.bindingNavigatorAbortItem;
            this.infoNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
            this.infoNavigator1.ApplyItem = this.bindingNavigatorApplyItem;
            this.infoNavigator1.CancelItem = this.bindingNavigatorCancelItem;
            this.infoNavigator1.CountItem = null;
            this.infoNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
            this.infoNavigator1.DescriptionItem = this.toolStripLabel1;
            this.infoNavigator1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.infoNavigator1.EditItem = this.bindingNavigatorEditItem;
            this.infoNavigator1.ForeColors = System.Drawing.Color.Empty;
            this.infoNavigator1.GetServerText = true;
            this.infoNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bindingNavigatorEditItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorOKItem,
            this.bindingNavigatorCancelItem,
            this.bindingNavigatorApplyItem,
            this.bindingNavigatorAbortItem,
            this.bindingNavigatorSeparator3,
            this.bindingNavigatorRefreshItem,
            this.bindingNavigatorQueryItem,
            this.bindingNavigatorPrintItem,
            this.bindingNavigatorSeparator4,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.toolStripLabel1});
            this.infoNavigator1.Location = new System.Drawing.Point(0, 0);
            this.infoNavigator1.MoveFirstItem = null;
            this.infoNavigator1.MoveLastItem = null;
            this.infoNavigator1.MoveNextItem = null;
            this.infoNavigator1.MovePreviousItem = null;
            this.infoNavigator1.Name = "infoNavigator1";
            this.infoNavigator1.OKItem = this.bindingNavigatorOKItem;
            this.infoNavigator1.PositionItem = null;
            this.infoNavigator1.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryCondition")));
            this.infoNavigator1.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryField")));
            this.infoNavigator1.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryValue")));
            this.infoNavigator1.PrintItem = this.bindingNavigatorPrintItem;
            this.infoNavigator1.QueryKeepCondition = false;
            this.infoNavigator1.QuerySQLSend = true;
            this.infoNavigator1.Size = new System.Drawing.Size(644, 35);
            stateItem1.Description = "Initial"; 
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = "Browsed";
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = "Inserting";
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = "Editing";
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = "Applying";
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = "Changing";
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = "Querying";
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = "Printing";
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.infoNavigator1.States.Add(stateItem1);
            this.infoNavigator1.States.Add(stateItem2);
            this.infoNavigator1.States.Add(stateItem3);
            this.infoNavigator1.States.Add(stateItem4);
            this.infoNavigator1.States.Add(stateItem5);
            this.infoNavigator1.States.Add(stateItem6);
            this.infoNavigator1.States.Add(stateItem7);
            this.infoNavigator1.States.Add(stateItem8);
            this.infoNavigator1.StatusStrip = this.infoStatusStrip1;
            this.infoNavigator1.Stretch = true;
            this.infoNavigator1.SureDelete = true;
            this.infoNavigator1.SureDeleteText = "Are you sure to delete current record?";
            this.infoNavigator1.SureInsert = false;
            this.infoNavigator1.SureInsertText = "Are you sure to insert record?";
            this.infoNavigator1.TabIndex = 5;
            this.infoNavigator1.Text = "infoNavigator1";
            this.infoNavigator1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.infoNavigator1.ViewBindingSource = null;
            this.infoNavigator1.ViewCountItem = this.bindingNavigatorCountItem;
            this.infoNavigator1.ViewCountItemFormat = "of {0}";
            this.infoNavigator1.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.infoNavigator1.ViewMoveLastItem = this.bindingNavigatorMoveLastItem;
            this.infoNavigator1.ViewMoveNextItem = this.bindingNavigatorMoveNextItem;
            this.infoNavigator1.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.infoNavigator1.ViewPositionItem = this.bindingNavigatorPositionItem;
            this.infoNavigator1.ViewQueryItem = this.bindingNavigatorQueryItem;
            this.infoNavigator1.ViewRefreshItem = this.bindingNavigatorRefreshItem;
            // 
            // bindingNavigatorAbortItem
            // 
            this.bindingNavigatorAbortItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem.Image")));
            this.bindingNavigatorAbortItem.Name = "bindingNavigatorAbortItem";
            this.bindingNavigatorAbortItem.Size = new System.Drawing.Size(33, 32);
            this.bindingNavigatorAbortItem.Text = "abort";
            this.bindingNavigatorAbortItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(26, 32);
            this.bindingNavigatorAddNewItem.Text = "add";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorApplyItem
            // 
            this.bindingNavigatorApplyItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem.Image")));
            this.bindingNavigatorApplyItem.Name = "bindingNavigatorApplyItem";
            this.bindingNavigatorApplyItem.Size = new System.Drawing.Size(35, 32);
            this.bindingNavigatorApplyItem.Text = "apply";
            this.bindingNavigatorApplyItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorCancelItem
            // 
            this.bindingNavigatorCancelItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem.Image")));
            this.bindingNavigatorCancelItem.Name = "bindingNavigatorCancelItem";
            this.bindingNavigatorCancelItem.Size = new System.Drawing.Size(38, 32);
            this.bindingNavigatorCancelItem.Text = "cancel";
            this.bindingNavigatorCancelItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(36, 32);
            this.bindingNavigatorDeleteItem.Text = "delete";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(77, 12);
            this.toolStripLabel1.Text = "toolStripLabel1";
            this.toolStripLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorEditItem
            // 
            this.bindingNavigatorEditItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem.Image")));
            this.bindingNavigatorEditItem.Name = "bindingNavigatorEditItem";
            this.bindingNavigatorEditItem.Size = new System.Drawing.Size(26, 32);
            this.bindingNavigatorEditItem.Text = "edit";
            this.bindingNavigatorEditItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(27, 32);
            this.bindingNavigatorMoveFirstItem.Text = "first";
            this.bindingNavigatorMoveFirstItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(49, 32);
            this.bindingNavigatorMovePreviousItem.Text = "previous";
            this.bindingNavigatorMovePreviousItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.Enabled = false;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(29, 32);
            this.bindingNavigatorMoveNextItem.Text = "next";
            this.bindingNavigatorMoveNextItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.Enabled = false;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(24, 32);
            this.bindingNavigatorMoveLastItem.Text = "last";
            this.bindingNavigatorMoveLastItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorOKItem
            // 
            this.bindingNavigatorOKItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem.Image")));
            this.bindingNavigatorOKItem.Name = "bindingNavigatorOKItem";
            this.bindingNavigatorOKItem.Size = new System.Drawing.Size(23, 32);
            this.bindingNavigatorOKItem.Text = "ok";
            this.bindingNavigatorOKItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator3
            // 
            this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
            this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorRefreshItem
            // 
            this.bindingNavigatorRefreshItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem.Image")));
            this.bindingNavigatorRefreshItem.Name = "bindingNavigatorRefreshItem";
            this.bindingNavigatorRefreshItem.Size = new System.Drawing.Size(41, 32);
            this.bindingNavigatorRefreshItem.Text = "refresh";
            this.bindingNavigatorRefreshItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorQueryItem
            // 
            this.bindingNavigatorQueryItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem.Image")));
            this.bindingNavigatorQueryItem.Name = "bindingNavigatorQueryItem";
            this.bindingNavigatorQueryItem.Size = new System.Drawing.Size(36, 32);
            this.bindingNavigatorQueryItem.Text = "query";
            this.bindingNavigatorQueryItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorPrintItem
            // 
            this.bindingNavigatorPrintItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem.Image")));
            this.bindingNavigatorPrintItem.Name = "bindingNavigatorPrintItem";
            this.bindingNavigatorPrintItem.Size = new System.Drawing.Size(31, 32);
            this.bindingNavigatorPrintItem.Text = "print";
            this.bindingNavigatorPrintItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator4
            // 
            this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
            this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 35);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorPositionItem.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(34, 32);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorCountItem.ToolTipText = "count";
            // 
            // scMaster
            // 
            this.scMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scMaster.Location = new System.Drawing.Point(0, 35);
            this.scMaster.Name = "scMaster";
            this.scMaster.Size = new System.Drawing.Size(644, 369);
            this.scMaster.SplitterDistance = 214;
            this.scMaster.TabIndex = 6;
            // 
            // TAG_FORMNAME
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(644, 426);
            this.Controls.Add(this.scMaster);
            this.Controls.Add(this.infoNavigator1);
            this.Controls.Add(this.infoStatusStrip1);
            this.Name = "TAG_FORMNAME";
            ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).EndInit();
            this.infoNavigator1.ResumeLayout(false);
            this.infoNavigator1.PerformLayout();
            this.scMaster.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            Srvtools.InfoRelation infoRelation1 = new Srvtools.InfoRelation();
            Srvtools.InfoKeyField infoKeyField1 = new Srvtools.InfoKeyField();
            Srvtools.InfoKeyField infoKeyField2 = new Srvtools.InfoKeyField();
            this.Master = new Srvtools.InfoDataSet(this.components);
            this.ibsMaster = new Srvtools.InfoBindingSource(this.components);
            this.ibsDetail = new Srvtools.InfoBindingSource(this.components);
            this.panel3 = new System.Windows.Forms.Panel();
            this.infoDataGridView3 = new Srvtools.InfoDataGridView();
            this.panel4 = new System.Windows.Forms.Panel();
            this.splitter1 = new System.Windows.Forms.Splitter();
            this.panel2 = new System.Windows.Forms.Panel();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.infoDataGridView1 = new Srvtools.InfoDataGridView();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.infoDataGridView2 = new Srvtools.InfoDataGridView();
            this.infoStatusStrip1 = new Srvtools.InfoStatusStrip(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.infoNavigator1 = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.bindingNavigatorEditItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.ibsDetail2 = new Srvtools.InfoBindingSource(this.components);
            this.idView = new Srvtools.InfoDataSet(this.components);
            this.ibsView = new Srvtools.InfoBindingSource(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.Master)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ibsMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ibsDetail)).BeginInit();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView3)).BeginInit();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView1)).BeginInit();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView2)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).BeginInit();
            this.infoNavigator1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ibsDetail2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.idView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ibsView)).BeginInit();
            this.SuspendLayout();
            // 
            // Master
            // 
            this.Master.Active = false;
            this.Master.AlwaysClose = false;
            this.Master.DeleteIncomplete = true;
            this.Master.LastKeyValues = null;
            this.Master.PacketRecords = 100;
            this.Master.Position = -1;
            this.Master.RemoteName = null;
            this.Master.ServerModify = false;
            // 
            // ibsMaster
            // 
            this.ibsMaster.AllowAdd = true;
            this.ibsMaster.AllowDelete = true;
            this.ibsMaster.AllowPrint = true;
            this.ibsMaster.AllowUpdate = true;
            this.ibsMaster.AutoApply = true;
            this.ibsMaster.AutoApplyMaster = false;
            this.ibsMaster.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.ibsMaster.AutoDisibleControl = false;
            this.ibsMaster.AutoRecordLock = false;
            this.ibsMaster.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.ibsMaster.CloseProtect = false;
            this.ibsMaster.DataSource = this.Master;
            this.ibsMaster.DelayInterval = 300;
            this.ibsMaster.DisableKeyFields = false;
            this.ibsMaster.EnableFlag = false;
            this.ibsMaster.FocusedControl = null;
            this.ibsMaster.OwnerComp = null;
            this.ibsMaster.Position = 0;
            this.ibsMaster.RelationDelay = false;
            this.ibsMaster.text = "ibsMaster";
            // 
            // ibsDetail
            // 
            this.ibsDetail.AllowAdd = true;
            this.ibsDetail.AllowDelete = true;
            this.ibsDetail.AllowPrint = true;
            this.ibsDetail.AllowUpdate = true;
            this.ibsDetail.AutoApply = false;
            this.ibsDetail.AutoApplyMaster = false;
            this.ibsDetail.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.ibsDetail.AutoDisibleControl = false;
            this.ibsDetail.AutoRecordLock = false;
            this.ibsDetail.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.ibsDetail.CloseProtect = false;
            this.ibsDetail.DataSource = this.ibsMaster;
            this.ibsDetail.DelayInterval = 300;
            this.ibsDetail.DisableKeyFields = false;
            this.ibsDetail.EnableFlag = false;
            this.ibsDetail.FocusedControl = null;
            this.ibsDetail.OwnerComp = null;
            this.ibsDetail.Position = 0;
            this.ibsDetail.RelationDelay = false;
            this.ibsDetail.text = "ibsDetail";
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.infoDataGridView3);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(217, 467);
            this.panel3.TabIndex = 4;
            // 
            // infoDataGridView3
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.infoDataGridView3.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.infoDataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.infoDataGridView3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.infoDataGridView3.EnterEnable = true;
            this.infoDataGridView3.EnterRefValControl = false;
            this.infoDataGridView3.Location = new System.Drawing.Point(0, 0);
            this.infoDataGridView3.Name = "infoDataGridView3";
            this.infoDataGridView3.RowHeadersWidth = 25;
            this.infoDataGridView3.RowTemplate.Height = 23;
            this.infoDataGridView3.Size = new System.Drawing.Size(217, 467);
            this.infoDataGridView3.SureDelete = false;
            this.infoDataGridView3.TabIndex = 2;
            this.infoDataGridView3.TotalActive = false;
            this.infoDataGridView3.TotalBackColor = System.Drawing.SystemColors.Info;
            this.infoDataGridView3.TotalCaption = null;
            this.infoDataGridView3.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.infoDataGridView3.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // panel4
            // 
            this.panel4.Controls.Add(this.splitter1);
            this.panel4.Controls.Add(this.panel2);
            this.panel4.Controls.Add(this.panel1);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(217, 0);
            this.panel4.Name = "panel4";
            this.panel4.Size = new System.Drawing.Size(795, 467);
            this.panel4.TabIndex = 5;
            // 
            // splitter1
            // 
            this.splitter1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitter1.Location = new System.Drawing.Point(0, 222);
            this.splitter1.Name = "splitter1";
            this.splitter1.Size = new System.Drawing.Size(795, 2);
            this.splitter1.TabIndex = 4;
            this.splitter1.TabStop = false;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.tabControl1);
            this.panel2.Controls.Add(this.infoStatusStrip1);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(0, 222);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(795, 245);
            this.panel2.TabIndex = 3;
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(795, 223);
            this.tabControl1.TabIndex = 3;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.infoDataGridView1);
            this.tabPage1.Location = new System.Drawing.Point(4, 21);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(787, 198);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "Detail";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // infoDataGridView1
            // 
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.infoDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
            this.infoDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.infoDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.infoDataGridView1.EnterEnable = true;
            this.infoDataGridView1.EnterRefValControl = false;
            this.infoDataGridView1.Location = new System.Drawing.Point(3, 3);
            this.infoDataGridView1.Name = "infoDataGridView1";
            this.infoDataGridView1.RowHeadersWidth = 25;
            this.infoDataGridView1.RowTemplate.Height = 23;
            this.infoDataGridView1.Size = new System.Drawing.Size(781, 192);
            this.infoDataGridView1.SureDelete = false;
            this.infoDataGridView1.TabIndex = 1;
            this.infoDataGridView1.TotalActive = false;
            this.infoDataGridView1.TotalBackColor = System.Drawing.SystemColors.Info;
            this.infoDataGridView1.TotalCaption = null;
            this.infoDataGridView1.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.infoDataGridView1.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.infoDataGridView2);
            this.tabPage2.Location = new System.Drawing.Point(4, 21);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(820, 198);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Detail2";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // infoDataGridView2
            // 
            dataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.infoDataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
            this.infoDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.infoDataGridView2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.infoDataGridView2.EnterEnable = true;
            this.infoDataGridView2.EnterRefValControl = false;
            this.infoDataGridView2.Location = new System.Drawing.Point(3, 3);
            this.infoDataGridView2.Name = "infoDataGridView2";
            this.infoDataGridView2.RowHeadersWidth = 25;
            this.infoDataGridView2.RowTemplate.Height = 23;
            this.infoDataGridView2.Size = new System.Drawing.Size(814, 192);
            this.infoDataGridView2.SureDelete = false;
            this.infoDataGridView2.TabIndex = 2;
            this.infoDataGridView2.TotalActive = false;
            this.infoDataGridView2.TotalBackColor = System.Drawing.SystemColors.Info;
            this.infoDataGridView2.TotalCaption = null;
            this.infoDataGridView2.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.infoDataGridView2.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // infoStatusStrip1
            // 
            this.infoStatusStrip1.Location = new System.Drawing.Point(0, 223);
            this.infoStatusStrip1.Name = "infoStatusStrip1";
            this.infoStatusStrip1.ShowCompany = false;
            this.infoStatusStrip1.ShowDate = true;
            this.infoStatusStrip1.ShowEEPAlias = true;
            this.infoStatusStrip1.ShowNavigatorStatus = true;
            this.infoStatusStrip1.ShowProgress = false;
            this.infoStatusStrip1.ShowSolution = true;
            this.infoStatusStrip1.ShowUserID = true;
            this.infoStatusStrip1.ShowUserName = true;
            this.infoStatusStrip1.Size = new System.Drawing.Size(795, 22);
            this.infoStatusStrip1.TabIndex = 2;
            this.infoStatusStrip1.Text = "infoStatusStrip1";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.infoNavigator1);
            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(795, 222);
            this.panel1.TabIndex = 2;
            // 
            // infoNavigator1
            // 
            this.infoNavigator1.AbortItem = this.bindingNavigatorAbortItem;
            this.infoNavigator1.AddNewItem = this.bindingNavigatorAddNewItem;
            this.infoNavigator1.ApplyItem = this.bindingNavigatorApplyItem;
            this.infoNavigator1.BindingSource = this.ibsMaster;
            this.infoNavigator1.CancelItem = this.bindingNavigatorCancelItem;
            this.infoNavigator1.CountItem = null;
            this.infoNavigator1.DeleteItem = this.bindingNavigatorDeleteItem;
            this.infoNavigator1.DescriptionItem = this.toolStripLabel1;
            this.infoNavigator1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.infoNavigator1.EditItem = this.bindingNavigatorEditItem;
            this.infoNavigator1.ExportItem = null;
            this.infoNavigator1.ForeColors = System.Drawing.Color.Empty;
            this.infoNavigator1.GetRealRecordsCount = false;
            this.infoNavigator1.GetServerText = true;
            this.infoNavigator1.HideItemStates = false;
            this.infoNavigator1.InternalQuery = true;
            this.infoNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bindingNavigatorEditItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorOKItem,
            this.bindingNavigatorCancelItem,
            this.bindingNavigatorApplyItem,
            this.bindingNavigatorAbortItem,
            this.bindingNavigatorSeparator3,
            this.bindingNavigatorRefreshItem,
            this.bindingNavigatorQueryItem,
            this.bindingNavigatorPrintItem,
            this.bindingNavigatorSeparator4,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem,
            this.toolStripLabel1});
            this.infoNavigator1.Location = new System.Drawing.Point(0, 0);
            this.infoNavigator1.MoveFirstItem = null;
            this.infoNavigator1.MoveLastItem = null;
            this.infoNavigator1.MoveNextItem = null;
            this.infoNavigator1.MovePreviousItem = null;
            this.infoNavigator1.MultiLanguage = false;
            this.infoNavigator1.Name = "infoNavigator1";
            this.infoNavigator1.OKItem = this.bindingNavigatorOKItem;
            this.infoNavigator1.PositionItem = null;
            this.infoNavigator1.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryCondition")));
            this.infoNavigator1.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryField")));
            this.infoNavigator1.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryValue")));
            this.infoNavigator1.PrintItem = this.bindingNavigatorPrintItem;
            this.infoNavigator1.QueryFont = new System.Drawing.Font("SimSun", 9F);
            this.infoNavigator1.QueryKeepCondition = false;
            this.infoNavigator1.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.infoNavigator1.QuerySQLSend = true;
            this.infoNavigator1.Size = new System.Drawing.Size(795, 35);
            stateItem1.Description = "起始";
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = "瀏覽";
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = "新增中";
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = "編輯中";
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = "存檔中";
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = "已改變";
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = "查詢中";
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = "列印中";
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.infoNavigator1.States.Add(stateItem1);
            this.infoNavigator1.States.Add(stateItem2);
            this.infoNavigator1.States.Add(stateItem3);
            this.infoNavigator1.States.Add(stateItem4);
            this.infoNavigator1.States.Add(stateItem5);
            this.infoNavigator1.States.Add(stateItem6);
            this.infoNavigator1.States.Add(stateItem7);
            this.infoNavigator1.States.Add(stateItem8);
            this.infoNavigator1.StatusStrip = null;
            this.infoNavigator1.SureAbort = false;
            this.infoNavigator1.SureDelete = true;
            this.infoNavigator1.SureDeleteText = "Are you sure to delete current record?";
            this.infoNavigator1.SureInsert = false;
            this.infoNavigator1.SureInsertText = "Are you sure to insert record?";
            this.infoNavigator1.TabIndex = 0;
            this.infoNavigator1.Text = "infoNavigator1";
            this.infoNavigator1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.infoNavigator1.ViewBindingSource = null;
            this.infoNavigator1.ViewCountItem = this.bindingNavigatorCountItem;
            this.infoNavigator1.ViewCountItemFormat = "of {0}";
            this.infoNavigator1.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.infoNavigator1.ViewMoveLastItem = this.bindingNavigatorMoveLastItem;
            this.infoNavigator1.ViewMoveNextItem = this.bindingNavigatorMoveNextItem;
            this.infoNavigator1.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.infoNavigator1.ViewPositionItem = this.bindingNavigatorPositionItem;
            this.infoNavigator1.ViewQueryItem = this.bindingNavigatorQueryItem;
            this.infoNavigator1.ViewRefreshItem = this.bindingNavigatorRefreshItem;
            this.infoNavigator1.ViewScrollProtect = false;
            // 
            // bindingNavigatorAbortItem
            // 
            this.bindingNavigatorAbortItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem.Image")));
            this.bindingNavigatorAbortItem.Name = "bindingNavigatorAbortItem";
            this.bindingNavigatorAbortItem.Size = new System.Drawing.Size(33, 32);
            this.bindingNavigatorAbortItem.Text = "abort";
            this.bindingNavigatorAbortItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(26, 32);
            this.bindingNavigatorAddNewItem.Text = "add";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorApplyItem
            // 
            this.bindingNavigatorApplyItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem.Image")));
            this.bindingNavigatorApplyItem.Name = "bindingNavigatorApplyItem";
            this.bindingNavigatorApplyItem.Size = new System.Drawing.Size(35, 32);
            this.bindingNavigatorApplyItem.Text = "apply";
            this.bindingNavigatorApplyItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorCancelItem
            // 
            this.bindingNavigatorCancelItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem.Image")));
            this.bindingNavigatorCancelItem.Name = "bindingNavigatorCancelItem";
            this.bindingNavigatorCancelItem.Size = new System.Drawing.Size(38, 32);
            this.bindingNavigatorCancelItem.Text = "cancel";
            this.bindingNavigatorCancelItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(36, 32);
            this.bindingNavigatorDeleteItem.Text = "delete";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(77, 32);
            this.toolStripLabel1.Text = "toolStripLabel1";
            this.toolStripLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorEditItem
            // 
            this.bindingNavigatorEditItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem.Image")));
            this.bindingNavigatorEditItem.Name = "bindingNavigatorEditItem";
            this.bindingNavigatorEditItem.Size = new System.Drawing.Size(26, 32);
            this.bindingNavigatorEditItem.Text = "edit";
            this.bindingNavigatorEditItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(27, 32);
            this.bindingNavigatorMoveFirstItem.Text = "first";
            this.bindingNavigatorMoveFirstItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(49, 32);
            this.bindingNavigatorMovePreviousItem.Text = "previous";
            this.bindingNavigatorMovePreviousItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(29, 32);
            this.bindingNavigatorMoveNextItem.Text = "next";
            this.bindingNavigatorMoveNextItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(24, 32);
            this.bindingNavigatorMoveLastItem.Text = "last";
            this.bindingNavigatorMoveLastItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorOKItem
            // 
            this.bindingNavigatorOKItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem.Image")));
            this.bindingNavigatorOKItem.Name = "bindingNavigatorOKItem";
            this.bindingNavigatorOKItem.Size = new System.Drawing.Size(23, 32);
            this.bindingNavigatorOKItem.Text = "ok";
            this.bindingNavigatorOKItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator3
            // 
            this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
            this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorRefreshItem
            // 
            this.bindingNavigatorRefreshItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem.Image")));
            this.bindingNavigatorRefreshItem.Name = "bindingNavigatorRefreshItem";
            this.bindingNavigatorRefreshItem.Size = new System.Drawing.Size(41, 32);
            this.bindingNavigatorRefreshItem.Text = "refresh";
            this.bindingNavigatorRefreshItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorQueryItem
            // 
            this.bindingNavigatorQueryItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem.Image")));
            this.bindingNavigatorQueryItem.Name = "bindingNavigatorQueryItem";
            this.bindingNavigatorQueryItem.Size = new System.Drawing.Size(36, 32);
            this.bindingNavigatorQueryItem.Text = "query";
            this.bindingNavigatorQueryItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorPrintItem
            // 
            this.bindingNavigatorPrintItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem.Image")));
            this.bindingNavigatorPrintItem.Name = "bindingNavigatorPrintItem";
            this.bindingNavigatorPrintItem.Size = new System.Drawing.Size(31, 32);
            this.bindingNavigatorPrintItem.Text = "print";
            this.bindingNavigatorPrintItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator4
            // 
            this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
            this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 35);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 35);
            this.bindingNavigatorPositionItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorPositionItem.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(34, 32);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorCountItem.ToolTipText = "count";
            // 
            // ibsDetail2
            // 
            this.ibsDetail2.AllowAdd = true;
            this.ibsDetail2.AllowDelete = true;
            this.ibsDetail2.AllowPrint = true;
            this.ibsDetail2.AllowUpdate = true;
            this.ibsDetail2.AutoApply = false;
            this.ibsDetail2.AutoApplyMaster = false;
            this.ibsDetail2.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.ibsDetail2.AutoDisibleControl = false;
            this.ibsDetail2.AutoRecordLock = false;
            this.ibsDetail2.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.ibsDetail2.CloseProtect = false;
            this.ibsDetail2.DataSource = this.ibsMaster;
            this.ibsDetail2.DelayInterval = 300;
            this.ibsDetail2.DisableKeyFields = false;
            this.ibsDetail2.EnableFlag = false;
            this.ibsDetail2.FocusedControl = null;
            this.ibsDetail2.OwnerComp = null;
            this.ibsDetail2.Position = 0;
            this.ibsDetail2.RelationDelay = false;
            this.ibsDetail2.text = "ibsDetail2";
            // 
            // idView
            // 
            this.idView.Active = false;
            this.idView.AlwaysClose = false;
            this.idView.DeleteIncomplete = true;
            this.idView.LastKeyValues = null;
            this.idView.PacketRecords = 100;
            this.idView.Position = -1;
            this.idView.RemoteName = null;
            this.idView.ServerModify = false;
            // 
            // ibsView
            // 
            this.ibsView.AllowAdd = true;
            this.ibsView.AllowDelete = true;
            this.ibsView.AllowPrint = true;
            this.ibsView.AllowUpdate = true;
            this.ibsView.AutoApply = true;
            this.ibsView.AutoApplyMaster = false;
            this.ibsView.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.ibsView.AutoDisibleControl = false;
            this.ibsView.AutoRecordLock = false;
            this.ibsView.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.ibsView.CloseProtect = false;
            this.ibsView.DataSource = this.idView;
            this.ibsView.DelayInterval = 300;
            this.ibsView.DisableKeyFields = false;
            this.ibsView.EnableFlag = false;
            this.ibsView.FocusedControl = null;
            this.ibsView.OwnerComp = null;
            this.ibsView.Position = 0;
            this.ibsView.RelationDelay = false;
            infoRelation1.Active = true;
            infoRelation1.RelationDataSet = this.Master;
            infoKeyField1.FieldName = "";
            infoRelation1.SourceKeyFields.Add(infoKeyField1);
            infoKeyField2.FieldName = "";
            infoRelation1.TargetKeyFields.Add(infoKeyField2);
            this.ibsView.Relations.Add(infoRelation1);
            this.ibsView.text = "ibsView";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(1012, 467);
            this.Controls.Add(this.panel4);
            this.Controls.Add(this.panel3);
            this.Name = "Form1";
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.Master)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ibsMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ibsDetail)).EndInit();
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView3)).EndInit();
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView1)).EndInit();
            this.tabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView2)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).EndInit();
            this.infoNavigator1.ResumeLayout(false);
            this.infoNavigator1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ibsDetail2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.idView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ibsView)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSecurityMain));
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem9 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem10 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem11 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem12 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem13 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem14 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem15 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem16 = new Srvtools.StateItem();
            this.tabControl = new System.Windows.Forms.TabControl();
            this.tpUG = new System.Windows.Forms.TabPage();
            this.ugControl1 = new Srvtools.UGControl();
            this.tpMG = new System.Windows.Forms.TabPage();
            this.mgControl1 = new Srvtools.MGControl();
#if UseFL
            this.tpOrg = new System.Windows.Forms.TabPage();
            this.panel3 = new System.Windows.Forms.Panel();
            this.cmbOrgKind = new System.Windows.Forms.ComboBox();
            this.txtQuery = new System.Windows.Forms.TextBox();
            this.tView = new System.Windows.Forms.TreeView();
            this.btnQuery = new System.Windows.Forms.Button();
            this.btnReload = new System.Windows.Forms.Button();
            this.panel2 = new System.Windows.Forms.Panel();
            this.lblOrgNo = new System.Windows.Forms.Label();
            this.panel1 = new System.Windows.Forms.Panel();
            this.dgvOrgRoles = new Srvtools.InfoDataGridView();
            this.colRoleId = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.colGroupName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bsOrgRoles = new Srvtools.InfoBindingSource(this.components);
            this.dsOrgRoles = new Srvtools.InfoDataSet(this.components);
            this.btnRoleAdd = new System.Windows.Forms.Button();
            this.btnRoleDelete = new System.Windows.Forms.Button();
            this.lblOrgDesc = new System.Windows.Forms.Label();
            this.lblUpperOrg = new System.Windows.Forms.Label();
            this.lblUser = new System.Windows.Forms.Label();
            this.lblOrgManager = new System.Windows.Forms.Label();
            this.btnCancel = new System.Windows.Forms.Button();
            this.lblLevelNo = new System.Windows.Forms.Label();
            this.btnOK = new System.Windows.Forms.Button();
            this.txtOrgNo = new System.Windows.Forms.TextBox();
            this.btnOrgDelete = new System.Windows.Forms.Button();
            this.txtOrgDesc = new System.Windows.Forms.TextBox();
            this.btnOrgUpdate = new System.Windows.Forms.Button();
            this.cmbUpperOrg = new System.Windows.Forms.ComboBox();
            this.btnOrgAdd = new System.Windows.Forms.Button();
            this.cmbOrgManager = new System.Windows.Forms.ComboBox();
            this.cmbLevelNo = new System.Windows.Forms.ComboBox();
            this.tpOL = new System.Windows.Forms.TabPage();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.dgvOrgLevel = new Srvtools.InfoDataGridView();
            this.colLevelNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colLevelDesc = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bsOrgLevel = new Srvtools.InfoBindingSource(this.components);
            this.dsOrgLevel = new Srvtools.InfoDataSet(this.components);
            this.navOrgLevel = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.dgvOrgKind = new Srvtools.InfoDataGridView();
            this.colOrgKind = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.colKindDesc = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.bsOrgKind = new Srvtools.InfoBindingSource(this.components);
            this.dsOrgKind = new Srvtools.InfoDataSet(this.components);
            this.navOrgKind = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator12 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator22 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator32 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator42 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem2 = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem2 = new System.Windows.Forms.ToolStripLabel();
#endif
            this.tabControl.SuspendLayout();
            this.tpUG.SuspendLayout();
            this.tpMG.SuspendLayout();
#if UseFL
            this.tpOrg.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel2.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOrgRoles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsOrgRoles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsOrgRoles)).BeginInit();
            this.tpOL.SuspendLayout();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOrgLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsOrgLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsOrgLevel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.navOrgLevel)).BeginInit();
            this.navOrgLevel.SuspendLayout();
            this.tabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOrgKind)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsOrgKind)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsOrgKind)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.navOrgKind)).BeginInit();
            this.navOrgKind.SuspendLayout();
#endif
            this.SuspendLayout();
            // 
            // tabControl
            // 
            this.tabControl.Controls.Add(this.tpUG);
            this.tabControl.Controls.Add(this.tpMG);
#if UseFL
            this.tabControl.Controls.Add(this.tpOrg);
            this.tabControl.Controls.Add(this.tpOL);
#endif
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.tabControl.Location = new System.Drawing.Point(0, 0);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedIndex = 0;
            this.tabControl.Size = new System.Drawing.Size(640, 525);
            this.tabControl.TabIndex = 0;
            this.tabControl.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
            // 
            // tpUG
            // 
            this.tpUG.Controls.Add(this.ugControl1);
            this.tpUG.Location = new System.Drawing.Point(4, 24);
            this.tpUG.Name = "tpUG";
            this.tpUG.Padding = new System.Windows.Forms.Padding(3);
            this.tpUG.Size = new System.Drawing.Size(632, 497);
            this.tpUG.TabIndex = 0;
            this.tpUG.Text = "Users & Groups";
            this.tpUG.UseVisualStyleBackColor = true;
            // 
            // ugControl1
            // 
            this.ugControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ugControl1.Location = new System.Drawing.Point(3, 3);
            this.ugControl1.Name = "ugControl1";
            this.ugControl1.Size = new System.Drawing.Size(626, 491);
            this.ugControl1.TabIndex = 0;
            // 
            // tpMG
            // 
            this.tpMG.Controls.Add(this.mgControl1);
            this.tpMG.Location = new System.Drawing.Point(4, 24);
            this.tpMG.Name = "tpMG";
            this.tpMG.Padding = new System.Windows.Forms.Padding(3);
            this.tpMG.Size = new System.Drawing.Size(632, 497);
            this.tpMG.TabIndex = 1;
            this.tpMG.Text = "Menu Utility";
            this.tpMG.UseVisualStyleBackColor = true;
#if UseFL
            // 
            // tpOrg
            // 
            this.tpOrg.Controls.Add(this.panel3);
            this.tpOrg.Controls.Add(this.panel2);
            this.tpOrg.Location = new System.Drawing.Point(4, 24);
            this.tpOrg.Name = "tpOrg";
            this.tpOrg.Size = new System.Drawing.Size(632, 497);
            this.tpOrg.TabIndex = 2;
            this.tpOrg.Text = "Organization";
            this.tpOrg.UseVisualStyleBackColor = true;
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.cmbOrgKind);
            this.panel3.Controls.Add(this.txtQuery);
            this.panel3.Controls.Add(this.tView);
            this.panel3.Controls.Add(this.btnQuery);
            this.panel3.Controls.Add(this.btnReload);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel3.Location = new System.Drawing.Point(0, 0);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(280, 497);
            this.panel3.TabIndex = 26;
            // 
            // cmbOrgKind
            // 
            this.cmbOrgKind.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOrgKind.FormattingEnabled = true;
            this.cmbOrgKind.Location = new System.Drawing.Point(5, 14);
            this.cmbOrgKind.Name = "cmbOrgKind";
            this.cmbOrgKind.Size = new System.Drawing.Size(255, 23);
            this.cmbOrgKind.TabIndex = 0;
            this.cmbOrgKind.SelectedIndexChanged += new System.EventHandler(this.cmbOrgKind_SelectedIndexChanged);
            // 
            // txtQuery
            // 
            this.txtQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.txtQuery.Location = new System.Drawing.Point(5, 433);
            this.txtQuery.Name = "txtQuery";
            this.txtQuery.Size = new System.Drawing.Size(194, 21);
            this.txtQuery.TabIndex = 24;
            // 
            // tView
            // 
            this.tView.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.tView.Location = new System.Drawing.Point(5, 48);
            this.tView.Name = "tView";
            this.tView.Size = new System.Drawing.Size(269, 367);
            this.tView.TabIndex = 1;
            this.tView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tView_AfterSelect);
            // 
            // btnQuery
            // 
            this.btnQuery.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnQuery.Location = new System.Drawing.Point(205, 434);
            this.btnQuery.Name = "btnQuery";
            this.btnQuery.Size = new System.Drawing.Size(53, 25);
            this.btnQuery.TabIndex = 13;
            this.btnQuery.Text = "query";
            this.btnQuery.UseVisualStyleBackColor = true;
            this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
            // 
            // btnReload
            // 
            this.btnReload.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnReload.Location = new System.Drawing.Point(109, 461);
            this.btnReload.Name = "btnReload";
            this.btnReload.Size = new System.Drawing.Size(62, 25);
            this.btnReload.TabIndex = 12;
            this.btnReload.Text = "reload";
            this.btnReload.UseVisualStyleBackColor = true;
            this.btnReload.Click += new System.EventHandler(this.btnReload_Click);
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.lblOrgNo);
            this.panel2.Controls.Add(this.panel1);
            this.panel2.Controls.Add(this.lblOrgDesc);
            this.panel2.Controls.Add(this.lblUpperOrg);
            this.panel2.Controls.Add(this.lblUser);
            this.panel2.Controls.Add(this.lblOrgManager);
            this.panel2.Controls.Add(this.btnCancel);
            this.panel2.Controls.Add(this.lblLevelNo);
            this.panel2.Controls.Add(this.btnOK);
            this.panel2.Controls.Add(this.txtOrgNo);
            this.panel2.Controls.Add(this.btnOrgDelete);
            this.panel2.Controls.Add(this.txtOrgDesc);
            this.panel2.Controls.Add(this.btnOrgUpdate);
            this.panel2.Controls.Add(this.cmbUpperOrg);
            this.panel2.Controls.Add(this.btnOrgAdd);
            this.panel2.Controls.Add(this.cmbOrgManager);
            this.panel2.Controls.Add(this.cmbLevelNo);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
            this.panel2.Location = new System.Drawing.Point(280, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(352, 497);
            this.panel2.TabIndex = 26;
            // 
            // lblOrgNo
            // 
            this.lblOrgNo.AutoSize = true;
            this.lblOrgNo.Location = new System.Drawing.Point(12, 17);
            this.lblOrgNo.Name = "lblOrgNo";
            this.lblOrgNo.Size = new System.Drawing.Size(43, 15);
            this.lblOrgNo.TabIndex = 2;
            this.lblOrgNo.Text = "OrgNo";
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left)));
            this.panel1.BackColor = System.Drawing.Color.WhiteSmoke;
            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.panel1.Controls.Add(this.dgvOrgRoles);
            this.panel1.Controls.Add(this.btnRoleAdd);
            this.panel1.Controls.Add(this.btnRoleDelete);
            this.panel1.Location = new System.Drawing.Point(11, 209);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(333, 249);
            this.panel1.TabIndex = 25;
            // 
            // dgvOrgRoles
            // 
            this.dgvOrgRoles.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.dgvOrgRoles.AutoGenerateColumns = false;
            this.dgvOrgRoles.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOrgRoles.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colRoleId,
            this.colGroupName});
            this.dgvOrgRoles.DataSource = this.bsOrgRoles;
            this.dgvOrgRoles.EnterEnable = true;
            this.dgvOrgRoles.EnterRefValControl = false;
            this.dgvOrgRoles.Location = new System.Drawing.Point(3, 3);
            this.dgvOrgRoles.Name = "dgvOrgRoles";
            this.dgvOrgRoles.RowTemplate.Height = 23;
            this.dgvOrgRoles.Size = new System.Drawing.Size(261, 241);
            this.dgvOrgRoles.SureDelete = false;
            this.dgvOrgRoles.TabIndex = 22;
            this.dgvOrgRoles.TotalActive = false;
            this.dgvOrgRoles.TotalBackColor = System.Drawing.SystemColors.Info;
            this.dgvOrgRoles.TotalCaption = null;
            this.dgvOrgRoles.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.dgvOrgRoles.TotalFont = new System.Drawing.Font("SimSun", 9F);
            this.dgvOrgRoles.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvOrgRoles_CellValueChanged);
            // 
            // colRoleId
            // 
            this.colRoleId.DataPropertyName = "ROLE_ID";
            this.colRoleId.HeaderText = "ROLE_ID";
            this.colRoleId.Name = "colRoleId";
            this.colRoleId.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // colGroupName
            // 
            this.colGroupName.DataPropertyName = "GROUPNAME";
            this.colGroupName.HeaderText = "GROUPNAME";
            this.colGroupName.Name = "colGroupName";
            this.colGroupName.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            // 
            // bsOrgRoles
            // 
            this.bsOrgRoles.AllowAdd = true;
            this.bsOrgRoles.AllowDelete = true;
            this.bsOrgRoles.AllowPrint = true;
            this.bsOrgRoles.AllowUpdate = true;
            this.bsOrgRoles.AutoApply = false;
            this.bsOrgRoles.AutoApplyMaster = false;
            this.bsOrgRoles.AutoDisableControl = false;
            this.bsOrgRoles.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsOrgRoles.AutoRecordLock = false;
            this.bsOrgRoles.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsOrgRoles.CloseProtect = false;
            this.bsOrgRoles.DataMember = "cmdOrgRoles";
            this.bsOrgRoles.DataSource = this.dsOrgRoles;
            this.bsOrgRoles.DelayInterval = 300;
            this.bsOrgRoles.DisableKeyFields = false;
            this.bsOrgRoles.EnableFlag = false;
            this.bsOrgRoles.FocusedControl = null;
            this.bsOrgRoles.OwnerComp = null;
            this.bsOrgRoles.RelationDelay = false;
            this.bsOrgRoles.ServerModifyCache = false;
            this.bsOrgRoles.text = "bsOrgRoles";
            // 
            // dsOrgRoles
            // 
            this.dsOrgRoles.Active = true;
            this.dsOrgRoles.AlwaysClose = false;
            this.dsOrgRoles.DataCompressed = false;
            this.dsOrgRoles.DeleteIncomplete = true;
            this.dsOrgRoles.LastKeyValues = null;
            this.dsOrgRoles.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.dsOrgRoles.PacketRecords = -1;
            this.dsOrgRoles.Position = -1;
            this.dsOrgRoles.RemoteName = "GLModule.cmdOrgRoles";
            this.dsOrgRoles.ServerModify = false;
            // 
            // btnRoleAdd
            // 
            this.btnRoleAdd.Location = new System.Drawing.Point(270, 3);
            this.btnRoleAdd.Name = "btnRoleAdd";
            this.btnRoleAdd.Size = new System.Drawing.Size(58, 23);
            this.btnRoleAdd.TabIndex = 15;
            this.btnRoleAdd.Text = "add";
            this.btnRoleAdd.UseVisualStyleBackColor = true;
            this.btnRoleAdd.Click += new System.EventHandler(this.btnRoleAdd_Click);
            // 
            // btnRoleDelete
            // 
            this.btnRoleDelete.Location = new System.Drawing.Point(270, 32);
            this.btnRoleDelete.Name = "btnRoleDelete";
            this.btnRoleDelete.Size = new System.Drawing.Size(59, 23);
            this.btnRoleDelete.TabIndex = 16;
            this.btnRoleDelete.Text = "delete";
            this.btnRoleDelete.UseVisualStyleBackColor = true;
            this.btnRoleDelete.Click += new System.EventHandler(this.btnRoleDelete_Click);
            // 
            // lblOrgDesc
            // 
            this.lblOrgDesc.AutoSize = true;
            this.lblOrgDesc.Location = new System.Drawing.Point(12, 49);
            this.lblOrgDesc.Name = "lblOrgDesc";
            this.lblOrgDesc.Size = new System.Drawing.Size(55, 15);
            this.lblOrgDesc.TabIndex = 3;
            this.lblOrgDesc.Text = "OrgDesc";
            // 
            // lblUpperOrg
            // 
            this.lblUpperOrg.AutoSize = true;
            this.lblUpperOrg.Location = new System.Drawing.Point(12, 80);
            this.lblUpperOrg.Name = "lblUpperOrg";
            this.lblUpperOrg.Size = new System.Drawing.Size(61, 15);
            this.lblUpperOrg.TabIndex = 4;
            this.lblUpperOrg.Text = "UpperOrg";
            // 
            // lblUser
            // 
            this.lblUser.BackColor = System.Drawing.Color.Transparent;
            this.lblUser.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.lblUser.Location = new System.Drawing.Point(98, 143);
            this.lblUser.Name = "lblUser";
            this.lblUser.Size = new System.Drawing.Size(225, 23);
            this.lblUser.TabIndex = 23;
            // 
            // lblOrgManager
            // 
            this.lblOrgManager.AutoSize = true;
            this.lblOrgManager.Location = new System.Drawing.Point(12, 113);
            this.lblOrgManager.Name = "lblOrgManager";
            this.lblOrgManager.Size = new System.Drawing.Size(77, 15);
            this.lblOrgManager.TabIndex = 5;
            this.lblOrgManager.Text = "OrgManager";
            // 
            // btnCancel
            // 
            this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnCancel.Location = new System.Drawing.Point(286, 464);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(58, 25);
            this.btnCancel.TabIndex = 21;
            this.btnCancel.Text = "Cancel";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // lblLevelNo
            // 
            this.lblLevelNo.AutoSize = true;
            this.lblLevelNo.Location = new System.Drawing.Point(12, 179);
            this.lblLevelNo.Name = "lblLevelNo";
            this.lblLevelNo.Size = new System.Drawing.Size(52, 15);
            this.lblLevelNo.TabIndex = 6;
            this.lblLevelNo.Text = "LevelNo";
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnOK.Location = new System.Drawing.Point(218, 464);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(58, 25);
            this.btnOK.TabIndex = 20;
            this.btnOK.Text = "OK";
            this.btnOK.UseVisualStyleBackColor = true;
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // txtOrgNo
            // 
            this.txtOrgNo.Location = new System.Drawing.Point(98, 14);
            this.txtOrgNo.Name = "txtOrgNo";
            this.txtOrgNo.Size = new System.Drawing.Size(225, 21);
            this.txtOrgNo.TabIndex = 7;
            this.txtOrgNo.TextChanged += new System.EventHandler(this.txtOrgNo_TextChanged);
            // 
            // btnOrgDelete
            // 
            this.btnOrgDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnOrgDelete.Location = new System.Drawing.Point(150, 464);
            this.btnOrgDelete.Name = "btnOrgDelete";
            this.btnOrgDelete.Size = new System.Drawing.Size(53, 25);
            this.btnOrgDelete.TabIndex = 19;
            this.btnOrgDelete.Text = "delete";
            this.btnOrgDelete.UseVisualStyleBackColor = true;
            this.btnOrgDelete.Click += new System.EventHandler(this.btnOrgDelete_Click);
            // 
            // txtOrgDesc
            // 
            this.txtOrgDesc.Location = new System.Drawing.Point(98, 46);
            this.txtOrgDesc.Name = "txtOrgDesc";
            this.txtOrgDesc.Size = new System.Drawing.Size(225, 21);
            this.txtOrgDesc.TabIndex = 8;
            // 
            // btnOrgUpdate
            // 
            this.btnOrgUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnOrgUpdate.Location = new System.Drawing.Point(85, 464);
            this.btnOrgUpdate.Name = "btnOrgUpdate";
            this.btnOrgUpdate.Size = new System.Drawing.Size(53, 25);
            this.btnOrgUpdate.TabIndex = 18;
            this.btnOrgUpdate.Text = "update";
            this.btnOrgUpdate.UseVisualStyleBackColor = true;
            this.btnOrgUpdate.Click += new System.EventHandler(this.btnOrgUpdate_Click);
            // 
            // cmbUpperOrg
            // 
            this.cmbUpperOrg.FormattingEnabled = true;
            this.cmbUpperOrg.Location = new System.Drawing.Point(98, 77);
            this.cmbUpperOrg.Name = "cmbUpperOrg";
            this.cmbUpperOrg.Size = new System.Drawing.Size(225, 23);
            this.cmbUpperOrg.TabIndex = 9;
            // 
            // btnOrgAdd
            // 
            this.btnOrgAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnOrgAdd.Location = new System.Drawing.Point(20, 464);
            this.btnOrgAdd.Name = "btnOrgAdd";
            this.btnOrgAdd.Size = new System.Drawing.Size(53, 25);
            this.btnOrgAdd.TabIndex = 17;
            this.btnOrgAdd.Text = "add";
            this.btnOrgAdd.UseVisualStyleBackColor = true;
            this.btnOrgAdd.Click += new System.EventHandler(this.btnOrgAdd_Click);
            // 
            // cmbOrgManager
            // 
            this.cmbOrgManager.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbOrgManager.FormattingEnabled = true;
            this.cmbOrgManager.Location = new System.Drawing.Point(98, 110);
            this.cmbOrgManager.Name = "cmbOrgManager";
            this.cmbOrgManager.Size = new System.Drawing.Size(225, 23);
            this.cmbOrgManager.TabIndex = 10;
            this.cmbOrgManager.SelectedIndexChanged += new System.EventHandler(this.cmbOrgManager_SelectedIndexChanged);
            // 
            // cmbLevelNo
            // 
            this.cmbLevelNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbLevelNo.FormattingEnabled = true;
            this.cmbLevelNo.Location = new System.Drawing.Point(98, 176);
            this.cmbLevelNo.Name = "cmbLevelNo";
            this.cmbLevelNo.Size = new System.Drawing.Size(225, 23);
            this.cmbLevelNo.TabIndex = 11;
            // 
            // tpOL
            // 
            this.tpOL.Controls.Add(this.tabControl1);
            this.tpOL.Location = new System.Drawing.Point(4, 24);
            this.tpOL.Name = "tpOL";
            this.tpOL.Size = new System.Drawing.Size(632, 497);
            this.tpOL.TabIndex = 3;
            this.tpOL.Text = "OrgLevel";
            this.tpOL.UseVisualStyleBackColor = true;
            // 
            // tabControl1
            // 
            this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(192, 72);
            this.tabControl1.TabIndex = 0;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.dgvOrgLevel);
            this.tabPage1.Controls.Add(this.navOrgLevel);
            this.tabPage1.Location = new System.Drawing.Point(4, 27);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(184, 41);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "OrgLevel";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // dgvOrgLevel
            // 
            this.dgvOrgLevel.AutoGenerateColumns = false;
            this.dgvOrgLevel.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOrgLevel.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colLevelNo,
            this.colLevelDesc});
            this.dgvOrgLevel.DataSource = this.bsOrgLevel;
            this.dgvOrgLevel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvOrgLevel.EnterEnable = true;
            this.dgvOrgLevel.EnterRefValControl = false;
            this.dgvOrgLevel.Location = new System.Drawing.Point(3, 28);
            this.dgvOrgLevel.Name = "dgvOrgLevel";
            this.dgvOrgLevel.RowTemplate.Height = 23;
            this.dgvOrgLevel.Size = new System.Drawing.Size(178, 10);
            this.dgvOrgLevel.SureDelete = false;
            this.dgvOrgLevel.TabIndex = 1;
            this.dgvOrgLevel.TotalActive = false;
            this.dgvOrgLevel.TotalBackColor = System.Drawing.SystemColors.Info;
            this.dgvOrgLevel.TotalCaption = null;
            this.dgvOrgLevel.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.dgvOrgLevel.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // colLevelNo
            // 
            this.colLevelNo.DataPropertyName = "LEVEL_NO";
            this.colLevelNo.HeaderText = "LEVEL_NO";
            this.colLevelNo.Name = "colLevelNo";
            this.colLevelNo.Width = 150;
            // 
            // colLevelDesc
            // 
            this.colLevelDesc.DataPropertyName = "LEVEL_DESC";
            this.colLevelDesc.HeaderText = "LEVEL_DESC";
            this.colLevelDesc.Name = "colLevelDesc";
            this.colLevelDesc.Width = 150;
            // 
            // bsOrgLevel
            // 
            this.bsOrgLevel.AllowAdd = true;
            this.bsOrgLevel.AllowDelete = true;
            this.bsOrgLevel.AllowPrint = true;
            this.bsOrgLevel.AllowUpdate = true;
            this.bsOrgLevel.AutoApply = true;
            this.bsOrgLevel.AutoApplyMaster = false;
            this.bsOrgLevel.AutoDisableControl = false;
            this.bsOrgLevel.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsOrgLevel.AutoRecordLock = false;
            this.bsOrgLevel.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsOrgLevel.CloseProtect = false;
            this.bsOrgLevel.DataMember = "cmdOrgLevel";
            this.bsOrgLevel.DataSource = this.dsOrgLevel;
            this.bsOrgLevel.DelayInterval = 300;
            this.bsOrgLevel.DisableKeyFields = false;
            this.bsOrgLevel.EnableFlag = false;
            this.bsOrgLevel.FocusedControl = null;
            this.bsOrgLevel.OwnerComp = null;
            this.bsOrgLevel.RelationDelay = false;
            this.bsOrgLevel.ServerModifyCache = false;
            this.bsOrgLevel.text = "bsOrgLevel";
            // 
            // dsOrgLevel
            // 
            this.dsOrgLevel.Active = true;
            this.dsOrgLevel.AlwaysClose = false;
            this.dsOrgLevel.DataCompressed = false;
            this.dsOrgLevel.DeleteIncomplete = true;
            this.dsOrgLevel.LastKeyValues = null;
            this.dsOrgLevel.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.dsOrgLevel.PacketRecords = -1;
            this.dsOrgLevel.Position = -1;
            this.dsOrgLevel.RemoteName = "GLModule.cmdOrgLevel";
            this.dsOrgLevel.ServerModify = false;
            // 
            // navOrgLevel
            // 
            this.navOrgLevel.AbortItem = this.bindingNavigatorAbortItem;
            this.navOrgLevel.AddNewItem = this.bindingNavigatorAddNewItem;
            this.navOrgLevel.AnyQueryID = "";
            this.navOrgLevel.ApplyItem = this.bindingNavigatorApplyItem;
            this.navOrgLevel.BindingSource = this.bsOrgLevel;
            this.navOrgLevel.CancelItem = this.bindingNavigatorCancelItem;
            this.navOrgLevel.CopyItem = null;
            this.navOrgLevel.CountItem = null;
            this.navOrgLevel.DeleteItem = this.bindingNavigatorDeleteItem;
            this.navOrgLevel.DescriptionItem = null;
            this.navOrgLevel.DetailBindingSource = null;
            this.navOrgLevel.DetailKeyField = null;
            this.navOrgLevel.EditItem = this.bindingNavigatorEditItem;
            this.navOrgLevel.ExportItem = this.bindingNavigatorExportItem;
            this.navOrgLevel.ForeColors = System.Drawing.Color.Empty;
            this.navOrgLevel.GetRealRecordsCount = false;
            this.navOrgLevel.GetServerText = false;
            this.navOrgLevel.HideItemStates = false;
            this.navOrgLevel.InternalQuery = true;
            this.navOrgLevel.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bindingNavigatorEditItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorOKItem,
            this.bindingNavigatorCancelItem,
            this.bindingNavigatorApplyItem,
            this.bindingNavigatorAbortItem,
            this.bindingNavigatorSeparator3,
            this.bindingNavigatorRefreshItem,
            this.bindingNavigatorQueryItem,
            this.bindingNavigatorPrintItem,
            this.bindingNavigatorExportItem,
            this.bindingNavigatorSeparator4,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem});
            this.navOrgLevel.Location = new System.Drawing.Point(3, 3);
            this.navOrgLevel.MoveFirstItem = null;
            this.navOrgLevel.MoveLastItem = null;
            this.navOrgLevel.MoveNextItem = null;
            this.navOrgLevel.MovePreviousItem = null;
            this.navOrgLevel.MultiLanguage = false;
            this.navOrgLevel.Name = "navOrgLevel";
            this.navOrgLevel.OKItem = this.bindingNavigatorOKItem;
            this.navOrgLevel.PositionItem = null;
            this.navOrgLevel.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("navOrgLevel.PreQueryCondition")));
            this.navOrgLevel.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("navOrgLevel.PreQueryField")));
            this.navOrgLevel.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("navOrgLevel.PreQueryValue")));
            this.navOrgLevel.PrintItem = this.bindingNavigatorPrintItem;
            this.navOrgLevel.QueryFont = new System.Drawing.Font("SimSun", 9F);
            this.navOrgLevel.QueryKeepCondition = false;
            this.navOrgLevel.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.navOrgLevel.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.navOrgLevel.QuerySQLSend = true;
            this.navOrgLevel.Size = new System.Drawing.Size(178, 25);
            stateItem1.Description = null;
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = null;
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = null;
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = null;
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = null;
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = null;
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = null;
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = null;
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.navOrgLevel.States.Add(stateItem1);
            this.navOrgLevel.States.Add(stateItem2);
            this.navOrgLevel.States.Add(stateItem3);
            this.navOrgLevel.States.Add(stateItem4);
            this.navOrgLevel.States.Add(stateItem5);
            this.navOrgLevel.States.Add(stateItem6);
            this.navOrgLevel.States.Add(stateItem7);
            this.navOrgLevel.States.Add(stateItem8);
            this.navOrgLevel.StatusStrip = null;
            this.navOrgLevel.SureAbort = false;
            this.navOrgLevel.SureDelete = true;
            this.navOrgLevel.SureDeleteText = null;
            this.navOrgLevel.SureInsert = false;
            this.navOrgLevel.SureInsertText = null;
            this.navOrgLevel.TabIndex = 2;
            this.navOrgLevel.Text = "infoNavigator1";
            this.navOrgLevel.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.navOrgLevel.ViewBindingSource = null;
            this.navOrgLevel.ViewCountItem = this.bindingNavigatorCountItem;
            this.navOrgLevel.ViewCountItemFormat = "of {0}";
            this.navOrgLevel.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.navOrgLevel.ViewMoveLastItem = this.bindingNavigatorMoveLastItem;
            this.navOrgLevel.ViewMoveNextItem = this.bindingNavigatorMoveNextItem;
            this.navOrgLevel.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.navOrgLevel.ViewPositionItem = this.bindingNavigatorPositionItem;
            this.navOrgLevel.ViewQueryItem = this.bindingNavigatorQueryItem;
            this.navOrgLevel.ViewRefreshItem = this.bindingNavigatorRefreshItem;
            this.navOrgLevel.ViewScrollProtect = false;
            // 
            // bindingNavigatorAbortItem
            // 
            this.bindingNavigatorAbortItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAbortItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem.Image")));
            this.bindingNavigatorAbortItem.Name = "bindingNavigatorAbortItem";
            this.bindingNavigatorAbortItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorAbortItem.Text = "abort";
            this.bindingNavigatorAbortItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "add";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorApplyItem
            // 
            this.bindingNavigatorApplyItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorApplyItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem.Image")));
            this.bindingNavigatorApplyItem.Name = "bindingNavigatorApplyItem";
            this.bindingNavigatorApplyItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorApplyItem.Text = "apply";
            this.bindingNavigatorApplyItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorCancelItem
            // 
            this.bindingNavigatorCancelItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorCancelItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem.Image")));
            this.bindingNavigatorCancelItem.Name = "bindingNavigatorCancelItem";
            this.bindingNavigatorCancelItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorCancelItem.Text = "cancel";
            this.bindingNavigatorCancelItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "delete";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorEditItem
            // 
            this.bindingNavigatorEditItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorEditItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem.Image")));
            this.bindingNavigatorEditItem.Name = "bindingNavigatorEditItem";
            this.bindingNavigatorEditItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorEditItem.Text = "edit";
            this.bindingNavigatorEditItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorExportItem
            // 
            this.bindingNavigatorExportItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorExportItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem.Image")));
            this.bindingNavigatorExportItem.Name = "bindingNavigatorExportItem";
            this.bindingNavigatorExportItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorExportItem.Text = "export";
            this.bindingNavigatorExportItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "first";
            this.bindingNavigatorMoveFirstItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "previous";
            this.bindingNavigatorMovePreviousItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Enabled = false;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "next";
            this.bindingNavigatorMoveNextItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Enabled = false;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "last";
            this.bindingNavigatorMoveLastItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorOKItem
            // 
            this.bindingNavigatorOKItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorOKItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem.Image")));
            this.bindingNavigatorOKItem.Name = "bindingNavigatorOKItem";
            this.bindingNavigatorOKItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorOKItem.Text = "ok";
            this.bindingNavigatorOKItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator3
            // 
            this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
            this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorRefreshItem
            // 
            this.bindingNavigatorRefreshItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorRefreshItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem.Image")));
            this.bindingNavigatorRefreshItem.Name = "bindingNavigatorRefreshItem";
            this.bindingNavigatorRefreshItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorRefreshItem.Text = "refresh";
            this.bindingNavigatorRefreshItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorQueryItem
            // 
            this.bindingNavigatorQueryItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorQueryItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem.Image")));
            this.bindingNavigatorQueryItem.Name = "bindingNavigatorQueryItem";
            this.bindingNavigatorQueryItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorQueryItem.Text = "query";
            this.bindingNavigatorQueryItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorPrintItem
            // 
            this.bindingNavigatorPrintItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorPrintItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem.Image")));
            this.bindingNavigatorPrintItem.Name = "bindingNavigatorPrintItem";
            this.bindingNavigatorPrintItem.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorPrintItem.Text = "print";
            this.bindingNavigatorPrintItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator4
            // 
            this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
            this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
            this.bindingNavigatorPositionItem.Text = "0";
            this.bindingNavigatorPositionItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorPositionItem.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(39, 17);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCountItem.ToolTipText = "count";
            // 
            // tabPage2
            // 
            this.tabPage2.Controls.Add(this.dgvOrgKind);
            this.tabPage2.Controls.Add(this.navOrgKind);
            this.tabPage2.Location = new System.Drawing.Point(4, 27);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(184, 41);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "OrgKind";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // dgvOrgKind
            // 
            this.dgvOrgKind.AutoGenerateColumns = false;
            this.dgvOrgKind.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvOrgKind.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.colOrgKind,
            this.colKindDesc});
            this.dgvOrgKind.DataSource = this.bsOrgKind;
            this.dgvOrgKind.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvOrgKind.EnterEnable = true;
            this.dgvOrgKind.EnterRefValControl = false;
            this.dgvOrgKind.Location = new System.Drawing.Point(3, 28);
            this.dgvOrgKind.Name = "dgvOrgKind";
            this.dgvOrgKind.RowTemplate.Height = 23;
            this.dgvOrgKind.Size = new System.Drawing.Size(178, 10);
            this.dgvOrgKind.SureDelete = false;
            this.dgvOrgKind.TabIndex = 2;
            this.dgvOrgKind.TotalActive = false;
            this.dgvOrgKind.TotalBackColor = System.Drawing.SystemColors.Info;
            this.dgvOrgKind.TotalCaption = null;
            this.dgvOrgKind.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.dgvOrgKind.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // colOrgKind
            // 
            this.colOrgKind.DataPropertyName = "ORG_KIND";
            this.colOrgKind.HeaderText = "ORG_KIND";
            this.colOrgKind.Name = "colOrgKind";
            this.colOrgKind.Width = 150;
            // 
            // colKindDesc
            // 
            this.colKindDesc.DataPropertyName = "KIND_DESC";
            this.colKindDesc.HeaderText = "KIND_DESC";
            this.colKindDesc.Name = "colKindDesc";
            this.colKindDesc.Width = 150;
            // 
            // bsOrgKind
            // 
            this.bsOrgKind.AllowAdd = true;
            this.bsOrgKind.AllowDelete = true;
            this.bsOrgKind.AllowPrint = true;
            this.bsOrgKind.AllowUpdate = true;
            this.bsOrgKind.AutoApply = true;
            this.bsOrgKind.AutoApplyMaster = false;
            this.bsOrgKind.AutoDisableControl = false;
            this.bsOrgKind.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsOrgKind.AutoRecordLock = false;
            this.bsOrgKind.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsOrgKind.CloseProtect = false;
            this.bsOrgKind.DataMember = "cmdOrgKind";
            this.bsOrgKind.DataSource = this.dsOrgKind;
            this.bsOrgKind.DelayInterval = 300;
            this.bsOrgKind.DisableKeyFields = false;
            this.bsOrgKind.EnableFlag = false;
            this.bsOrgKind.FocusedControl = null;
            this.bsOrgKind.OwnerComp = null;
            this.bsOrgKind.RelationDelay = false;
            this.bsOrgKind.ServerModifyCache = false;
            this.bsOrgKind.text = "bsOrgKind";
            // 
            // dsOrgKind
            // 
            this.dsOrgKind.Active = true;
            this.dsOrgKind.AlwaysClose = false;
            this.dsOrgKind.DataCompressed = false;
            this.dsOrgKind.DeleteIncomplete = true;
            this.dsOrgKind.LastKeyValues = null;
            this.dsOrgKind.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.dsOrgKind.PacketRecords = -1;
            this.dsOrgKind.Position = -1;
            this.dsOrgKind.RemoteName = "GLModule.cmdOrgKind";
            this.dsOrgKind.ServerModify = false;
            // 
            // navOrgKind
            // 
            this.navOrgKind.AbortItem = this.bindingNavigatorAbortItem2;
            this.navOrgKind.AddNewItem = this.bindingNavigatorAddNewItem2;
            this.navOrgKind.AnyQueryID = "";
            this.navOrgKind.ApplyItem = this.bindingNavigatorApplyItem2;
            this.navOrgKind.BindingSource = this.bsOrgKind;
            this.navOrgKind.CancelItem = this.bindingNavigatorCancelItem2;
            this.navOrgKind.CopyItem = null;
            this.navOrgKind.CountItem = null;
            this.navOrgKind.DeleteItem = this.bindingNavigatorDeleteItem2;
            this.navOrgKind.DescriptionItem = null;
            this.navOrgKind.DetailBindingSource = null;
            this.navOrgKind.DetailKeyField = null;
            this.navOrgKind.EditItem = this.bindingNavigatorEditItem2;
            this.navOrgKind.ExportItem = this.bindingNavigatorExportItem2;
            this.navOrgKind.ForeColors = System.Drawing.Color.Empty;
            this.navOrgKind.GetRealRecordsCount = false;
            this.navOrgKind.GetServerText = false;
            this.navOrgKind.HideItemStates = false;
            this.navOrgKind.InternalQuery = true;
            this.navOrgKind.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem2,
            this.bindingNavigatorMovePreviousItem2,
            this.bindingNavigatorMoveNextItem2,
            this.bindingNavigatorMoveLastItem2,
            this.bindingNavigatorSeparator12,
            this.bindingNavigatorAddNewItem2,
            this.bindingNavigatorDeleteItem2,
            this.bindingNavigatorEditItem2,
            this.bindingNavigatorSeparator22,
            this.bindingNavigatorOKItem2,
            this.bindingNavigatorCancelItem2,
            this.bindingNavigatorApplyItem2,
            this.bindingNavigatorAbortItem2,
            this.bindingNavigatorSeparator32,
            this.bindingNavigatorRefreshItem2,
            this.bindingNavigatorQueryItem2,
            this.bindingNavigatorPrintItem2,
            this.bindingNavigatorExportItem2,
            this.bindingNavigatorSeparator42,
            this.bindingNavigatorPositionItem2,
            this.bindingNavigatorCountItem2});
            this.navOrgKind.Location = new System.Drawing.Point(3, 3);
            this.navOrgKind.MoveFirstItem = null;
            this.navOrgKind.MoveLastItem = null;
            this.navOrgKind.MoveNextItem = null;
            this.navOrgKind.MovePreviousItem = null;
            this.navOrgKind.MultiLanguage = false;
            this.navOrgKind.Name = "navOrgKind";
            this.navOrgKind.OKItem = this.bindingNavigatorOKItem2;
            this.navOrgKind.PositionItem = null;
            this.navOrgKind.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("navOrgKind.PreQueryCondition")));
            this.navOrgKind.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("navOrgKind.PreQueryField")));
            this.navOrgKind.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("navOrgKind.PreQueryValue")));
            this.navOrgKind.PrintItem = this.bindingNavigatorPrintItem2;
            this.navOrgKind.QueryFont = new System.Drawing.Font("SimSun", 9F);
            this.navOrgKind.QueryKeepCondition = false;
            this.navOrgKind.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.navOrgKind.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.navOrgKind.QuerySQLSend = true;
            this.navOrgKind.Size = new System.Drawing.Size(178, 25);
            stateItem9.Description = null;
            stateItem9.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem9.EnabledControls")));
            stateItem9.EnabledControlsEdited = false;
            stateItem9.StateText = "Initial";
            stateItem10.Description = null;
            stateItem10.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem10.EnabledControls")));
            stateItem10.EnabledControlsEdited = false;
            stateItem10.StateText = "Browsed";
            stateItem11.Description = null;
            stateItem11.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem11.EnabledControls")));
            stateItem11.EnabledControlsEdited = false;
            stateItem11.StateText = "Inserting";
            stateItem12.Description = null;
            stateItem12.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem12.EnabledControls")));
            stateItem12.EnabledControlsEdited = false;
            stateItem12.StateText = "Editing";
            stateItem13.Description = null;
            stateItem13.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem13.EnabledControls")));
            stateItem13.EnabledControlsEdited = false;
            stateItem13.StateText = "Applying";
            stateItem14.Description = null;
            stateItem14.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem14.EnabledControls")));
            stateItem14.EnabledControlsEdited = false;
            stateItem14.StateText = "Changing";
            stateItem15.Description = null;
            stateItem15.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem15.EnabledControls")));
            stateItem15.EnabledControlsEdited = false;
            stateItem15.StateText = "Querying";
            stateItem16.Description = null;
            stateItem16.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem16.EnabledControls")));
            stateItem16.EnabledControlsEdited = false;
            stateItem16.StateText = "Printing";
            this.navOrgKind.States.Add(stateItem9);
            this.navOrgKind.States.Add(stateItem10);
            this.navOrgKind.States.Add(stateItem11);
            this.navOrgKind.States.Add(stateItem12);
            this.navOrgKind.States.Add(stateItem13);
            this.navOrgKind.States.Add(stateItem14);
            this.navOrgKind.States.Add(stateItem15);
            this.navOrgKind.States.Add(stateItem16);
            this.navOrgKind.StatusStrip = null;
            this.navOrgKind.SureAbort = false;
            this.navOrgKind.SureDelete = true;
            this.navOrgKind.SureDeleteText = null;
            this.navOrgKind.SureInsert = false;
            this.navOrgKind.SureInsertText = null;
            this.navOrgKind.TabIndex = 1;
            this.navOrgKind.Text = "infoNavigator1";
            this.navOrgKind.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.navOrgKind.ViewBindingSource = null;
            this.navOrgKind.ViewCountItem = this.bindingNavigatorCountItem2;
            this.navOrgKind.ViewCountItemFormat = "of {0}";
            this.navOrgKind.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem2;
            this.navOrgKind.ViewMoveLastItem = this.bindingNavigatorMoveLastItem2;
            this.navOrgKind.ViewMoveNextItem = this.bindingNavigatorMoveNextItem2;
            this.navOrgKind.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem2;
            this.navOrgKind.ViewPositionItem = this.bindingNavigatorPositionItem2;
            this.navOrgKind.ViewQueryItem = this.bindingNavigatorQueryItem2;
            this.navOrgKind.ViewRefreshItem = this.bindingNavigatorRefreshItem2;
            this.navOrgKind.ViewScrollProtect = false;
            // 
            // bindingNavigatorAbortItem2
            // 
            this.bindingNavigatorAbortItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAbortItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem2.Image")));
            this.bindingNavigatorAbortItem2.Name = "bindingNavigatorAbortItem2";
            this.bindingNavigatorAbortItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorAbortItem2.Text = "abort";
            this.bindingNavigatorAbortItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorAddNewItem2
            // 
            this.bindingNavigatorAddNewItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem2.Image")));
            this.bindingNavigatorAddNewItem2.Name = "bindingNavigatorAddNewItem2";
            this.bindingNavigatorAddNewItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem2.Text = "add";
            this.bindingNavigatorAddNewItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorApplyItem2
            // 
            this.bindingNavigatorApplyItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorApplyItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem2.Image")));
            this.bindingNavigatorApplyItem2.Name = "bindingNavigatorApplyItem2";
            this.bindingNavigatorApplyItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorApplyItem2.Text = "apply";
            this.bindingNavigatorApplyItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorCancelItem2
            // 
            this.bindingNavigatorCancelItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorCancelItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem2.Image")));
            this.bindingNavigatorCancelItem2.Name = "bindingNavigatorCancelItem2";
            this.bindingNavigatorCancelItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorCancelItem2.Text = "cancel";
            this.bindingNavigatorCancelItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorDeleteItem2
            // 
            this.bindingNavigatorDeleteItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem2.Image")));
            this.bindingNavigatorDeleteItem2.Name = "bindingNavigatorDeleteItem2";
            this.bindingNavigatorDeleteItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem2.Text = "delete";
            this.bindingNavigatorDeleteItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorEditItem2
            // 
            this.bindingNavigatorEditItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorEditItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem2.Image")));
            this.bindingNavigatorEditItem2.Name = "bindingNavigatorEditItem2";
            this.bindingNavigatorEditItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorEditItem2.Text = "edit";
            this.bindingNavigatorEditItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorExportItem2
            // 
            this.bindingNavigatorExportItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorExportItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem2.Image")));
            this.bindingNavigatorExportItem2.Name = "bindingNavigatorExportItem2";
            this.bindingNavigatorExportItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorExportItem2.Text = "export";
            this.bindingNavigatorExportItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveFirstItem2
            // 
            this.bindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem2.Image")));
            this.bindingNavigatorMoveFirstItem2.Name = "bindingNavigatorMoveFirstItem2";
            this.bindingNavigatorMoveFirstItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem2.Text = "first";
            this.bindingNavigatorMoveFirstItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMovePreviousItem2
            // 
            this.bindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem2.Image")));
            this.bindingNavigatorMovePreviousItem2.Name = "bindingNavigatorMovePreviousItem2";
            this.bindingNavigatorMovePreviousItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem2.Text = "previous";
            this.bindingNavigatorMovePreviousItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveNextItem2
            // 
            this.bindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem2.Enabled = false;
            this.bindingNavigatorMoveNextItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem2.Image")));
            this.bindingNavigatorMoveNextItem2.Name = "bindingNavigatorMoveNextItem2";
            this.bindingNavigatorMoveNextItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem2.Text = "next";
            this.bindingNavigatorMoveNextItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveLastItem2
            // 
            this.bindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem2.Enabled = false;
            this.bindingNavigatorMoveLastItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem2.Image")));
            this.bindingNavigatorMoveLastItem2.Name = "bindingNavigatorMoveLastItem2";
            this.bindingNavigatorMoveLastItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem2.Text = "last";
            this.bindingNavigatorMoveLastItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator12
            // 
            this.bindingNavigatorSeparator12.Name = "bindingNavigatorSeparator12";
            this.bindingNavigatorSeparator12.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorSeparator22
            // 
            this.bindingNavigatorSeparator22.Name = "bindingNavigatorSeparator22";
            this.bindingNavigatorSeparator22.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorOKItem2
            // 
            this.bindingNavigatorOKItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorOKItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem2.Image")));
            this.bindingNavigatorOKItem2.Name = "bindingNavigatorOKItem2";
            this.bindingNavigatorOKItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorOKItem2.Text = "ok";
            this.bindingNavigatorOKItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator32
            // 
            this.bindingNavigatorSeparator32.Name = "bindingNavigatorSeparator32";
            this.bindingNavigatorSeparator32.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorRefreshItem2
            // 
            this.bindingNavigatorRefreshItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorRefreshItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem2.Image")));
            this.bindingNavigatorRefreshItem2.Name = "bindingNavigatorRefreshItem2";
            this.bindingNavigatorRefreshItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorRefreshItem2.Text = "refresh";
            this.bindingNavigatorRefreshItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorQueryItem2
            // 
            this.bindingNavigatorQueryItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorQueryItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem2.Image")));
            this.bindingNavigatorQueryItem2.Name = "bindingNavigatorQueryItem2";
            this.bindingNavigatorQueryItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorQueryItem2.Text = "query";
            this.bindingNavigatorQueryItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorPrintItem2
            // 
            this.bindingNavigatorPrintItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorPrintItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem2.Image")));
            this.bindingNavigatorPrintItem2.Name = "bindingNavigatorPrintItem2";
            this.bindingNavigatorPrintItem2.Size = new System.Drawing.Size(23, 20);
            this.bindingNavigatorPrintItem2.Text = "print";
            this.bindingNavigatorPrintItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator42
            // 
            this.bindingNavigatorSeparator42.Name = "bindingNavigatorSeparator42";
            this.bindingNavigatorSeparator42.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem2
            // 
            this.bindingNavigatorPositionItem2.Name = "bindingNavigatorPositionItem2";
            this.bindingNavigatorPositionItem2.Size = new System.Drawing.Size(50, 23);
            this.bindingNavigatorPositionItem2.Text = "0";
            this.bindingNavigatorPositionItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorPositionItem2.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem2
            // 
            this.bindingNavigatorCountItem2.Name = "bindingNavigatorCountItem2";
            this.bindingNavigatorCountItem2.Size = new System.Drawing.Size(39, 17);
            this.bindingNavigatorCountItem2.Text = "of {0}";
            this.bindingNavigatorCountItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCountItem2.ToolTipText = "count";
#endif
            // 
            // mgControl1
            // 
            this.mgControl1.AutoSize = true;
            this.mgControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mgControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.mgControl1.Location = new System.Drawing.Point(3, 3);
            this.mgControl1.Margin = new System.Windows.Forms.Padding(4);
            this.mgControl1.Name = "mgControl1";
            this.mgControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
            this.mgControl1.Size = new System.Drawing.Size(626, 491);
            this.mgControl1.TabIndex = 3;
            // 
            // frmSecurityMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.AutoSize = true;
            this.ClientSize = new System.Drawing.Size(640, 525);
            this.Controls.Add(this.tabControl);
            this.Name = "frmSecurityMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Security";
            this.Load += new System.EventHandler(this.frmSecurityMain_Load);
            this.tabControl.ResumeLayout(false);
            this.tpUG.ResumeLayout(false);
            this.tpMG.ResumeLayout(false);
            this.tpMG.PerformLayout();
#if UseFL
            this.tpOrg.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvOrgRoles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsOrgRoles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsOrgRoles)).EndInit();
            this.tpOL.ResumeLayout(false);
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.tabPage1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOrgLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsOrgLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsOrgLevel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.navOrgLevel)).EndInit();
            this.navOrgLevel.ResumeLayout(false);
            this.navOrgLevel.PerformLayout();
            this.tabPage2.ResumeLayout(false);
            this.tabPage2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvOrgKind)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bsOrgKind)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dsOrgKind)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.navOrgKind)).EndInit();
            this.navOrgKind.ResumeLayout(false);
            this.navOrgKind.PerformLayout();
#endif
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDataDictonary));
            Srvtools.FieldItem fieldItem1 = new Srvtools.FieldItem();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            this.infoBsDetails = new Srvtools.InfoBindingSource(this.components);
            this.infoDsDetails = new Srvtools.InfoDataSet(this.components);
            this.panel1 = new System.Windows.Forms.Panel();
            this.lstTabName = new System.Windows.Forms.ListBox();
            this.panel3 = new System.Windows.Forms.Panel();
            this.btnRefresh = new System.Windows.Forms.Button();
            this.btnRemove = new System.Windows.Forms.Button();
            this.btnAdd = new System.Windows.Forms.Button();
            this.defValid = new Srvtools.DefaultValidate(this.components);
            this.infoDsTables = new Srvtools.InfoDataSet(this.components);
            this.panel2 = new System.Windows.Forms.Panel();
            this.dgvColDEF = new Srvtools.InfoDataGridView();
            this.Navigator = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.fIELDNAMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.tABLENAMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cAPTIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.sEQDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.fIELDTYPEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.NEEDBOX = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.EDITMASK = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.iSKEYDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.fIELDLENGTHDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dDNAMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CHECK_NULL = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.DEFAULT_VALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.QUERYMODE = new System.Windows.Forms.DataGridViewComboBoxColumn();
            this.CAPTION1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.CAPTION8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            ((System.ComponentModel.ISupportInitialize)(this.infoBsDetails)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsDetails)).BeginInit();
            this.panel1.SuspendLayout();
            this.panel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.defValid)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsTables)).BeginInit();
            this.panel2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvColDEF)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Navigator)).BeginInit();
            this.Navigator.SuspendLayout();
            this.SuspendLayout();
            // 
            // infoBsDetails
            // 
            this.infoBsDetails.AllowAdd = true;
            this.infoBsDetails.AllowDelete = true;
            this.infoBsDetails.AllowPrint = true;
            this.infoBsDetails.AllowUpdate = true;
            this.infoBsDetails.AutoApply = false;
            this.infoBsDetails.AutoApplyMaster = false;
            this.infoBsDetails.AutoDisableControl = false;
            this.infoBsDetails.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.infoBsDetails.AutoDisibleControl = false;
            this.infoBsDetails.AutoRecordLock = false;
            this.infoBsDetails.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.infoBsDetails.CloseProtect = false;
            this.infoBsDetails.DataMember = "cmdColDEF_Details";
            this.infoBsDetails.DataSource = this.infoDsDetails;
            this.infoBsDetails.DelayInterval = 300;
            this.infoBsDetails.DisableKeyFields = false;
            this.infoBsDetails.EnableFlag = false;
            this.infoBsDetails.FocusedControl = null;
            this.infoBsDetails.OwnerComp = null;
            this.infoBsDetails.RelationDelay = false;
            this.infoBsDetails.text = "infoBsDetails";
            // 
            // infoDsDetails
            // 
            this.infoDsDetails.Active = true;
            this.infoDsDetails.AlwaysClose = false;
            this.infoDsDetails.DeleteIncomplete = true;
            this.infoDsDetails.LastKeyValues = null;
            this.infoDsDetails.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.infoDsDetails.PacketRecords = -1;
            this.infoDsDetails.Position = -1;
            this.infoDsDetails.RemoteName = "GLModule.cmdColDEF_Details";
            this.infoDsDetails.ServerModify = false;
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.lstTabName);
            this.panel1.Controls.Add(this.panel3);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
            this.panel1.Location = new System.Drawing.Point(0, 0);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(182, 372);
            this.panel1.TabIndex = 1;
            // 
            // lstTabName
            // 
            this.lstTabName.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.lstTabName.BackColor = System.Drawing.Color.WhiteSmoke;
            this.lstTabName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lstTabName.FormattingEnabled = true;
            this.lstTabName.ItemHeight = 15;
            this.lstTabName.Location = new System.Drawing.Point(0, 0);
            this.lstTabName.Name = "lstTabName";
            this.lstTabName.Size = new System.Drawing.Size(182, 304);
            this.lstTabName.TabIndex = 0;
            this.lstTabName.SelectedIndexChanged += new System.EventHandler(this.lstTabName_SelectedIndexChanged);
            // 
            // panel3
            // 
            this.panel3.Controls.Add(this.btnRefresh);
            this.panel3.Controls.Add(this.btnRemove);
            this.panel3.Controls.Add(this.btnAdd);
            this.panel3.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel3.Location = new System.Drawing.Point(0, 309);
            this.panel3.Name = "panel3";
            this.panel3.Size = new System.Drawing.Size(182, 63);
            this.panel3.TabIndex = 5;
            // 
            // btnRefresh
            // 
            this.btnRefresh.Location = new System.Drawing.Point(63, 25);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(55, 21);
            this.btnRefresh.TabIndex = 6;
            this.btnRefresh.Text = "refresh";
            this.btnRefresh.UseVisualStyleBackColor = true;
            this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
            // 
            // btnRemove
            // 
            this.btnRemove.Location = new System.Drawing.Point(122, 25);
            this.btnRemove.Name = "btnRemove";
            this.btnRemove.Size = new System.Drawing.Size(55, 21);
            this.btnRemove.TabIndex = 5;
            this.btnRemove.Text = "remove";
            this.btnRemove.UseVisualStyleBackColor = true;
            this.btnRemove.Click += new System.EventHandler(this.btnRemove_Click);
            // 
            // btnAdd
            // 
            this.btnAdd.Location = new System.Drawing.Point(3, 25);
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.Size = new System.Drawing.Size(55, 21);
            this.btnAdd.TabIndex = 4;
            this.btnAdd.Text = "add";
            this.btnAdd.UseVisualStyleBackColor = true;
            this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
            // 
            // defValid
            // 
            this.defValid.BindingSource = this.infoBsDetails;
            this.defValid.CarryOn = false;
            this.defValid.CheckKeyFieldEmpty = true;
            this.defValid.DefaultActive = true;
            this.defValid.DuplicateCheck = false;
            this.defValid.DuplicateCheckMode = Srvtools.DefaultValidate.DupCheckMode.ByLocal;
            fieldItem1.CarryOn = false;
            fieldItem1.CheckNull = false;
            fieldItem1.CheckRangeFrom = "";
            fieldItem1.CheckRangeTo = "";
            fieldItem1.DefaultValue = "GetTableName()";
            fieldItem1.FieldName = "TABLE_NAME";
            fieldItem1.Validate = "";
            fieldItem1.ValidateLabelLink = "";
            fieldItem1.WarningMsg = "";
            this.defValid.FieldItems.Add(fieldItem1);
            this.defValid.MultiLanguage = false;
            this.defValid.ValidActive = false;
            this.defValid.ValidateChar = "*";
            this.defValid.ValidateColor = System.Drawing.Color.Red;
            this.defValid.ValidateListBox = null;
            this.defValid.ValidateMode = Srvtools.DefaultValidate.ValidMode.All;
            // 
            // infoDsTables
            // 
            this.infoDsTables.Active = true;
            this.infoDsTables.AlwaysClose = false;
            this.infoDsTables.DeleteIncomplete = true;
            this.infoDsTables.LastKeyValues = null;
            this.infoDsTables.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.infoDsTables.PacketRecords = -1;
            this.infoDsTables.Position = -1;
            this.infoDsTables.RemoteName = "GLModule.cmdColDEF";
            this.infoDsTables.ServerModify = false;
            // 
            // panel2
            // 
            this.panel2.Controls.Add(this.dgvColDEF);
            this.panel2.Controls.Add(this.Navigator);
            this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel2.Location = new System.Drawing.Point(182, 0);
            this.panel2.Name = "panel2";
            this.panel2.Size = new System.Drawing.Size(479, 372);
            this.panel2.TabIndex = 3;
            // 
            // dgvColDEF
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Blue;
            this.dgvColDEF.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgvColDEF.AutoGenerateColumns = false;
            this.dgvColDEF.BackgroundColor = System.Drawing.Color.Linen;
            this.dgvColDEF.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvColDEF.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
            this.dgvColDEF.ColumnHeadersHeight = 25;
            this.dgvColDEF.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.fIELDNAMEDataGridViewTextBoxColumn,
            this.tABLENAMEDataGridViewTextBoxColumn,
            this.cAPTIONDataGridViewTextBoxColumn,
            this.sEQDataGridViewTextBoxColumn,
            this.fIELDTYPEDataGridViewTextBoxColumn,
            this.NEEDBOX,
            this.EDITMASK,
            this.iSKEYDataGridViewTextBoxColumn,
            this.fIELDLENGTHDataGridViewTextBoxColumn,
            this.dDNAMEDataGridViewTextBoxColumn,
            this.CHECK_NULL,
            this.DEFAULT_VALUE,
            this.QUERYMODE,
            this.CAPTION1,
            this.CAPTION2,
            this.CAPTION3,
            this.CAPTION4,
            this.CAPTION5,
            this.CAPTION6,
            this.CAPTION7,
            this.CAPTION8});
            this.dgvColDEF.DataSource = this.infoBsDetails;
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgvColDEF.DefaultCellStyle = dataGridViewCellStyle3;
            this.dgvColDEF.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvColDEF.EnterEnable = true;
            this.dgvColDEF.EnterRefValControl = false;
            this.dgvColDEF.Location = new System.Drawing.Point(0, 25);
            this.dgvColDEF.Name = "dgvColDEF";
            dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgvColDEF.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
            this.dgvColDEF.RowHeadersWidth = 25;
            this.dgvColDEF.RowTemplate.Height = 23;
            this.dgvColDEF.Size = new System.Drawing.Size(479, 347);
            this.dgvColDEF.SureDelete = false;
            this.dgvColDEF.TabIndex = 6;
            this.dgvColDEF.TotalActive = false;
            this.dgvColDEF.TotalBackColor = System.Drawing.SystemColors.Info;
            this.dgvColDEF.TotalCaption = null;
            this.dgvColDEF.TotalCaptionFont = new System.Drawing.Font("宋体", 9F);
            this.dgvColDEF.TotalFont = new System.Drawing.Font("宋体", 9F);
            // 
            // Navigator
            // 
            this.Navigator.AbortItem = this.bindingNavigatorAbortItem;
            this.Navigator.AddNewItem = this.bindingNavigatorAddNewItem;
            this.Navigator.AnyQueryID = "";
            this.Navigator.ApplyItem = this.bindingNavigatorApplyItem;
            this.Navigator.BindingSource = this.infoBsDetails;
            this.Navigator.CancelItem = this.bindingNavigatorCancelItem;
            this.Navigator.CopyItem = null;
            this.Navigator.CountItem = null;
            this.Navigator.DeleteItem = this.bindingNavigatorDeleteItem;
            this.Navigator.DescriptionItem = null;
            this.Navigator.DetailBindingSource = null;
            this.Navigator.DetailKeyField = null;
            this.Navigator.EditItem = this.bindingNavigatorEditItem;
            this.Navigator.ExportItem = this.bindingNavigatorExportItem;
            this.Navigator.ForeColors = System.Drawing.Color.Empty;
            this.Navigator.GetRealRecordsCount = false;
            this.Navigator.GetServerText = false;
            this.Navigator.HideItemStates = false;
            this.Navigator.InternalQuery = true;
            this.Navigator.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bindingNavigatorEditItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorOKItem,
            this.bindingNavigatorCancelItem,
            this.bindingNavigatorApplyItem,
            this.bindingNavigatorAbortItem,
            this.bindingNavigatorSeparator3,
            this.bindingNavigatorRefreshItem,
            this.bindingNavigatorQueryItem,
            this.bindingNavigatorPrintItem,
            this.bindingNavigatorExportItem,
            this.bindingNavigatorSeparator4,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem});
            this.Navigator.Location = new System.Drawing.Point(0, 0);
            this.Navigator.MoveFirstItem = null;
            this.Navigator.MoveLastItem = null;
            this.Navigator.MoveNextItem = null;
            this.Navigator.MovePreviousItem = null;
            this.Navigator.MultiLanguage = false;
            this.Navigator.Name = "Navigator";
            this.Navigator.OKItem = this.bindingNavigatorOKItem;
            this.Navigator.PositionItem = null;
            this.Navigator.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("Navigator.PreQueryCondition")));
            this.Navigator.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("Navigator.PreQueryField")));
            this.Navigator.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("Navigator.PreQueryValue")));
            this.Navigator.PrintItem = this.bindingNavigatorPrintItem;
            this.Navigator.QueryFont = new System.Drawing.Font("宋体", 9F);
            this.Navigator.QueryKeepCondition = false;
            this.Navigator.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.Navigator.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.Navigator.QuerySQLSend = true;
            this.Navigator.Size = new System.Drawing.Size(479, 25);
            stateItem1.Description = null;
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = null;
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = null;
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = null;
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = null;
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = null;
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = null;
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = null;
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.Navigator.States.Add(stateItem1);
            this.Navigator.States.Add(stateItem2);
            this.Navigator.States.Add(stateItem3);
            this.Navigator.States.Add(stateItem4);
            this.Navigator.States.Add(stateItem5);
            this.Navigator.States.Add(stateItem6);
            this.Navigator.States.Add(stateItem7);
            this.Navigator.States.Add(stateItem8);
            this.Navigator.StatusStrip = null;
            this.Navigator.SureAbort = false;
            this.Navigator.SureDelete = true;
            this.Navigator.SureDeleteText = null;
            this.Navigator.SureInsert = false;
            this.Navigator.SureInsertText = null;
            this.Navigator.TabIndex = 7;
            this.Navigator.Text = "infoNavigator1";
            this.Navigator.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.Navigator.ViewBindingSource = null;
            this.Navigator.ViewCountItem = this.bindingNavigatorCountItem;
            this.Navigator.ViewCountItemFormat = "of {0}";
            this.Navigator.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.Navigator.ViewMoveLastItem = this.bindingNavigatorMoveLastItem;
            this.Navigator.ViewMoveNextItem = this.bindingNavigatorMoveNextItem;
            this.Navigator.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.Navigator.ViewPositionItem = this.bindingNavigatorPositionItem;
            this.Navigator.ViewQueryItem = this.bindingNavigatorQueryItem;
            this.Navigator.ViewRefreshItem = this.bindingNavigatorRefreshItem;
            this.Navigator.ViewScrollProtect = false;
            // 
            // bindingNavigatorAbortItem
            // 
            this.bindingNavigatorAbortItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAbortItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem.Image")));
            this.bindingNavigatorAbortItem.Name = "bindingNavigatorAbortItem";
            this.bindingNavigatorAbortItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAbortItem.Text = "abort";
            this.bindingNavigatorAbortItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "add";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorApplyItem
            // 
            this.bindingNavigatorApplyItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorApplyItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem.Image")));
            this.bindingNavigatorApplyItem.Name = "bindingNavigatorApplyItem";
            this.bindingNavigatorApplyItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorApplyItem.Text = "apply";
            this.bindingNavigatorApplyItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorCancelItem
            // 
            this.bindingNavigatorCancelItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorCancelItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem.Image")));
            this.bindingNavigatorCancelItem.Name = "bindingNavigatorCancelItem";
            this.bindingNavigatorCancelItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorCancelItem.Text = "cancel";
            this.bindingNavigatorCancelItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCancelItem.Visible = false;
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "delete";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorEditItem
            // 
            this.bindingNavigatorEditItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorEditItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem.Image")));
            this.bindingNavigatorEditItem.Name = "bindingNavigatorEditItem";
            this.bindingNavigatorEditItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorEditItem.Text = "edit";
            this.bindingNavigatorEditItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorExportItem
            // 
            this.bindingNavigatorExportItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorExportItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem.Image")));
            this.bindingNavigatorExportItem.Name = "bindingNavigatorExportItem";
            this.bindingNavigatorExportItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorExportItem.Text = "export";
            this.bindingNavigatorExportItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "first";
            this.bindingNavigatorMoveFirstItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "previous";
            this.bindingNavigatorMovePreviousItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "next";
            this.bindingNavigatorMoveNextItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "last";
            this.bindingNavigatorMoveLastItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorOKItem
            // 
            this.bindingNavigatorOKItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorOKItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem.Image")));
            this.bindingNavigatorOKItem.Name = "bindingNavigatorOKItem";
            this.bindingNavigatorOKItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorOKItem.Text = "ok";
            this.bindingNavigatorOKItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorOKItem.Visible = false;
            // 
            // bindingNavigatorSeparator3
            // 
            this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
            this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorRefreshItem
            // 
            this.bindingNavigatorRefreshItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorRefreshItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem.Image")));
            this.bindingNavigatorRefreshItem.Name = "bindingNavigatorRefreshItem";
            this.bindingNavigatorRefreshItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorRefreshItem.Text = "refresh";
            this.bindingNavigatorRefreshItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorQueryItem
            // 
            this.bindingNavigatorQueryItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorQueryItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem.Image")));
            this.bindingNavigatorQueryItem.Name = "bindingNavigatorQueryItem";
            this.bindingNavigatorQueryItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorQueryItem.Text = "query";
            this.bindingNavigatorQueryItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorPrintItem
            // 
            this.bindingNavigatorPrintItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorPrintItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem.Image")));
            this.bindingNavigatorPrintItem.Name = "bindingNavigatorPrintItem";
            this.bindingNavigatorPrintItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorPrintItem.Text = "print";
            this.bindingNavigatorPrintItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator4
            // 
            this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
            this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25);
            this.bindingNavigatorPositionItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorPositionItem.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(39, 22);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCountItem.ToolTipText = "count";
            // 
            // fIELDNAMEDataGridViewTextBoxColumn
            // 
            this.fIELDNAMEDataGridViewTextBoxColumn.DataPropertyName = "FIELD_NAME";
            this.fIELDNAMEDataGridViewTextBoxColumn.Frozen = true;
            this.fIELDNAMEDataGridViewTextBoxColumn.HeaderText = "Field Name";
            this.fIELDNAMEDataGridViewTextBoxColumn.Name = "fIELDNAMEDataGridViewTextBoxColumn";
            // 
            // tABLENAMEDataGridViewTextBoxColumn
            // 
            this.tABLENAMEDataGridViewTextBoxColumn.DataPropertyName = "TABLE_NAME";
            this.tABLENAMEDataGridViewTextBoxColumn.HeaderText = "Table Name";
            this.tABLENAMEDataGridViewTextBoxColumn.Name = "tABLENAMEDataGridViewTextBoxColumn";
            // 
            // cAPTIONDataGridViewTextBoxColumn
            // 
            this.cAPTIONDataGridViewTextBoxColumn.DataPropertyName = "CAPTION";
            this.cAPTIONDataGridViewTextBoxColumn.HeaderText = "Caption";
            this.cAPTIONDataGridViewTextBoxColumn.Name = "cAPTIONDataGridViewTextBoxColumn";
            // 
            // sEQDataGridViewTextBoxColumn
            // 
            this.sEQDataGridViewTextBoxColumn.DataPropertyName = "SEQ";
            this.sEQDataGridViewTextBoxColumn.HeaderText = "Seq";
            this.sEQDataGridViewTextBoxColumn.Name = "sEQDataGridViewTextBoxColumn";
            this.sEQDataGridViewTextBoxColumn.Width = 50;
            // 
            // fIELDTYPEDataGridViewTextBoxColumn
            // 
            this.fIELDTYPEDataGridViewTextBoxColumn.DataPropertyName = "FIELD_TYPE";
            this.fIELDTYPEDataGridViewTextBoxColumn.HeaderText = "Type";
            this.fIELDTYPEDataGridViewTextBoxColumn.Name = "fIELDTYPEDataGridViewTextBoxColumn";
            this.fIELDTYPEDataGridViewTextBoxColumn.Width = 50;
            // 
            // NEEDBOX
            // 
            this.NEEDBOX.DataPropertyName = "NEEDBOX";
            this.NEEDBOX.HeaderText = "Control Type";
            this.NEEDBOX.Items.AddRange(new object[] {
            "TextBox",
            "ComboBox",
            "RefValBox",
            "DateTimeBox",
            "ValidateBox",
            "CheckBox"});
            this.NEEDBOX.Name = "NEEDBOX";
            // 
            // EDITMASK
            // 
            this.EDITMASK.DataPropertyName = "EDITMASK";
            this.EDITMASK.HeaderText = "EDITMASK";
            this.EDITMASK.Name = "EDITMASK";
            // 
            // iSKEYDataGridViewTextBoxColumn
            // 
            this.iSKEYDataGridViewTextBoxColumn.DataPropertyName = "IS_KEY";
            this.iSKEYDataGridViewTextBoxColumn.HeaderText = "IsKey";
            this.iSKEYDataGridViewTextBoxColumn.Items.AddRange(new object[] {
            "Y",
            "N"});
            this.iSKEYDataGridViewTextBoxColumn.Name = "iSKEYDataGridViewTextBoxColumn";
            this.iSKEYDataGridViewTextBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.iSKEYDataGridViewTextBoxColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            this.iSKEYDataGridViewTextBoxColumn.Width = 50;
            // 
            // fIELDLENGTHDataGridViewTextBoxColumn
            // 
            this.fIELDLENGTHDataGridViewTextBoxColumn.DataPropertyName = "FIELD_LENGTH";
            this.fIELDLENGTHDataGridViewTextBoxColumn.HeaderText = "Length";
            this.fIELDLENGTHDataGridViewTextBoxColumn.Name = "fIELDLENGTHDataGridViewTextBoxColumn";
            this.fIELDLENGTHDataGridViewTextBoxColumn.Width = 60;
            // 
            // dDNAMEDataGridViewTextBoxColumn
            // 
            this.dDNAMEDataGridViewTextBoxColumn.DataPropertyName = "DD_NAME";
            this.dDNAMEDataGridViewTextBoxColumn.HeaderText = "DD Doman";
            this.dDNAMEDataGridViewTextBoxColumn.Name = "dDNAMEDataGridViewTextBoxColumn";
            // 
            // CHECK_NULL
            // 
            this.CHECK_NULL.DataPropertyName = "CHECK_NULL";
            this.CHECK_NULL.HeaderText = "CHECK_NULL";
            this.CHECK_NULL.Items.AddRange(new object[] {
            "Y",
            "N"});
            this.CHECK_NULL.Name = "CHECK_NULL";
            this.CHECK_NULL.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.CHECK_NULL.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // DEFAULT_VALUE
            // 
            this.DEFAULT_VALUE.DataPropertyName = "DEFAULT_VALUE";
            this.DEFAULT_VALUE.HeaderText = "DEFAULT_VALUE";
            this.DEFAULT_VALUE.Name = "DEFAULT_VALUE";
            // 
            // QUERYMODE
            // 
            this.QUERYMODE.DataPropertyName = "QUERYMODE";
            this.QUERYMODE.HeaderText = "QueryMode";
            this.QUERYMODE.Items.AddRange(new object[] {
            "Normal",
            "None",
            "Range"});
            this.QUERYMODE.Name = "QUERYMODE";
            this.QUERYMODE.Resizable = System.Windows.Forms.DataGridViewTriState.True;
            this.QUERYMODE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
            // 
            // CAPTION1
            // 
            this.CAPTION1.DataPropertyName = "CAPTION1";
            this.CAPTION1.HeaderText = "CAPTION1";
            this.CAPTION1.Name = "CAPTION1";
            // 
            // CAPTION2
            // 
            this.CAPTION2.DataPropertyName = "CAPTION2";
            this.CAPTION2.HeaderText = "CAPTION2";
            this.CAPTION2.Name = "CAPTION2";
            // 
            // CAPTION3
            // 
            this.CAPTION3.DataPropertyName = "CAPTION3";
            this.CAPTION3.HeaderText = "CAPTION3";
            this.CAPTION3.Name = "CAPTION3";
            // 
            // CAPTION4
            // 
            this.CAPTION4.DataPropertyName = "CAPTION4";
            this.CAPTION4.HeaderText = "CAPTION4";
            this.CAPTION4.Name = "CAPTION4";
            // 
            // CAPTION5
            // 
            this.CAPTION5.DataPropertyName = "CAPTION5";
            this.CAPTION5.HeaderText = "CAPTION5";
            this.CAPTION5.Name = "CAPTION5";
            // 
            // CAPTION6
            // 
            this.CAPTION6.DataPropertyName = "CAPTION6";
            this.CAPTION6.HeaderText = "CAPTION6";
            this.CAPTION6.Name = "CAPTION6";
            // 
            // CAPTION7
            // 
            this.CAPTION7.DataPropertyName = "CAPTION7";
            this.CAPTION7.HeaderText = "CAPTION7";
            this.CAPTION7.Name = "CAPTION7";
            // 
            // CAPTION8
            // 
            this.CAPTION8.DataPropertyName = "CAPTION8";
            this.CAPTION8.HeaderText = "CAPTION8";
            this.CAPTION8.Name = "CAPTION8";
            // 
            // frmDataDictonary
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(661, 372);
            this.Controls.Add(this.panel2);
            this.Controls.Add(this.panel1);
            this.Name = "frmDataDictonary";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Data Dictionary";
            this.Load += new System.EventHandler(this.frmDataDictonary_Load);
            ((System.ComponentModel.ISupportInitialize)(this.infoBsDetails)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsDetails)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.defValid)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsTables)).EndInit();
            this.panel2.ResumeLayout(false);
            this.panel2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvColDEF)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Navigator)).EndInit();
            this.Navigator.ResumeLayout(false);
            this.Navigator.PerformLayout();
            this.ResumeLayout(false);

        }
示例#6
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TAG_FORMNAME));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            this.infoStatusStrip1 = new Srvtools.InfoStatusStrip(this.components);
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.infoNavigator1 = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorCancelItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator11 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator21 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator31 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator41 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
            this.scMaster = new System.Windows.Forms.SplitContainer();
            this.Query = new Srvtools.InfoDataSet(this.components);
            this.clientQuery1 = new Srvtools.ClientQuery(this.components);
            this.easilyReport1 = new Infolight.EasilyReportTools.EasilyReport();
            this.btnPrint = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button1 = new System.Windows.Forms.Button();
            this.infoDataGridView1 = new Srvtools.InfoDataGridView();
            this.infoDataGridView2 = new Srvtools.InfoDataGridView();
            ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).BeginInit();
            this.infoNavigator1.SuspendLayout();
            this.scMaster.Panel1.SuspendLayout();
            this.scMaster.Panel2.SuspendLayout();
            this.scMaster.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Query)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView2)).BeginInit();
            this.SuspendLayout();
            // 
            // infoStatusStrip1
            // 
            this.infoStatusStrip1.Location = new System.Drawing.Point(0, 400);
            this.infoStatusStrip1.Name = "infoStatusStrip1";
            this.infoStatusStrip1.ShowCompany = false;
            this.infoStatusStrip1.ShowDate = true;
            this.infoStatusStrip1.ShowEEPAlias = true;
            this.infoStatusStrip1.ShowNavigatorStatus = true;
            this.infoStatusStrip1.ShowProgress = false;
            this.infoStatusStrip1.ShowSolution = true;
            this.infoStatusStrip1.ShowUserID = true;
            this.infoStatusStrip1.ShowUserName = true;
            this.infoStatusStrip1.Size = new System.Drawing.Size(644, 26);
            this.infoStatusStrip1.TabIndex = 4;
            this.infoStatusStrip1.Text = "infoStatusStrip1";
            // 
            // toolStripLabel1
            // 
            this.toolStripLabel1.Name = "toolStripLabel1";
            this.toolStripLabel1.Size = new System.Drawing.Size(32, 17);
            this.toolStripLabel1.Text = "°_©l";
            this.toolStripLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // infoNavigator1
            // 
            this.infoNavigator1.AbortItem = this.bindingNavigatorAbortItem1;
            this.infoNavigator1.AddNewItem = this.bindingNavigatorAddNewItem1;
            this.infoNavigator1.AnyQueryID = "";
            this.infoNavigator1.ApplyItem = this.bindingNavigatorApplyItem1;
            this.infoNavigator1.BindingSource = null;
            this.infoNavigator1.CancelItem = this.bindingNavigatorCancelItem1;
            this.infoNavigator1.CopyItem = null;
            this.infoNavigator1.CountItem = null;
            this.infoNavigator1.DeleteItem = this.bindingNavigatorDeleteItem1;
            this.infoNavigator1.DescriptionItem = this.toolStripLabel1;
            this.infoNavigator1.DetailBindingSource = null;
            this.infoNavigator1.DetailKeyField = null;
            this.infoNavigator1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
            this.infoNavigator1.EditItem = this.bindingNavigatorEditItem1;
            this.infoNavigator1.ExportItem = this.bindingNavigatorExportItem;
            this.infoNavigator1.ForeColors = System.Drawing.Color.Empty;
            this.infoNavigator1.GetRealRecordsCount = false;
            this.infoNavigator1.GetServerText = true;
            this.infoNavigator1.HideItemStates = false;
            this.infoNavigator1.InternalQuery = true;
            this.infoNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem1,
            this.bindingNavigatorMovePreviousItem1,
            this.bindingNavigatorMoveNextItem1,
            this.bindingNavigatorMoveLastItem1,
            this.bindingNavigatorSeparator11,
            this.bindingNavigatorAddNewItem1,
            this.bindingNavigatorDeleteItem1,
            this.bindingNavigatorEditItem1,
            this.bindingNavigatorSeparator21,
            this.bindingNavigatorOKItem1,
            this.bindingNavigatorCancelItem1,
            this.bindingNavigatorApplyItem1,
            this.bindingNavigatorAbortItem1,
            this.bindingNavigatorSeparator31,
            this.bindingNavigatorRefreshItem1,
            this.bindingNavigatorQueryItem1,
            this.bindingNavigatorPrintItem1,
            this.bindingNavigatorExportItem,
            this.bindingNavigatorSeparator41,
            this.bindingNavigatorPositionItem1,
            this.bindingNavigatorCountItem1,
            this.toolStripLabel1});
            this.infoNavigator1.Location = new System.Drawing.Point(0, 0);
            this.infoNavigator1.MoveFirstItem = null;
            this.infoNavigator1.MoveLastItem = null;
            this.infoNavigator1.MoveNextItem = null;
            this.infoNavigator1.MovePreviousItem = null;
            this.infoNavigator1.MultiLanguage = false;
            this.infoNavigator1.Name = "infoNavigator1";
            this.infoNavigator1.OKItem = this.bindingNavigatorOKItem1;
            this.infoNavigator1.PositionItem = null;
            this.infoNavigator1.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryCondition")));
            this.infoNavigator1.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryField")));
            this.infoNavigator1.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryValue")));
            this.infoNavigator1.PrintItem = this.bindingNavigatorPrintItem1;
            this.infoNavigator1.QueryFont = new System.Drawing.Font("SimSun", 9F);
            this.infoNavigator1.QueryKeepCondition = false;
            this.infoNavigator1.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.infoNavigator1.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.infoNavigator1.QuerySQLSend = true;
            this.infoNavigator1.Size = new System.Drawing.Size(644, 40);
            stateItem1.Description = "Initial";
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = "Browsed";
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = "Inserting";
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = "Editing";
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = "Applying";
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = "Changing";
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = "Querying";
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = "Printing";
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.infoNavigator1.States.Add(stateItem1);
            this.infoNavigator1.States.Add(stateItem2);
            this.infoNavigator1.States.Add(stateItem3);
            this.infoNavigator1.States.Add(stateItem4);
            this.infoNavigator1.States.Add(stateItem5);
            this.infoNavigator1.States.Add(stateItem6);
            this.infoNavigator1.States.Add(stateItem7);
            this.infoNavigator1.States.Add(stateItem8);
            this.infoNavigator1.StatusStrip = this.infoStatusStrip1;
            this.infoNavigator1.SureAbort = false;
            this.infoNavigator1.SureDelete = true;
            this.infoNavigator1.SureDeleteText = "Are you sure to delete current record?";
            this.infoNavigator1.SureInsert = false;
            this.infoNavigator1.SureInsertText = "Are you sure to insert record?";
            this.infoNavigator1.TabIndex = 7;
            this.infoNavigator1.Text = "infoNavigator1";
            this.infoNavigator1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.infoNavigator1.ViewBindingSource = null;
            this.infoNavigator1.ViewCountItem = this.bindingNavigatorCountItem1;
            this.infoNavigator1.ViewCountItemFormat = "of {0}";
            this.infoNavigator1.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem1;
            this.infoNavigator1.ViewMoveLastItem = this.bindingNavigatorMoveLastItem1;
            this.infoNavigator1.ViewMoveNextItem = this.bindingNavigatorMoveNextItem1;
            this.infoNavigator1.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem1;
            this.infoNavigator1.ViewPositionItem = this.bindingNavigatorPositionItem1;
            this.infoNavigator1.ViewQueryItem = this.bindingNavigatorQueryItem1;
            this.infoNavigator1.ViewRefreshItem = this.bindingNavigatorRefreshItem1;
            this.infoNavigator1.ViewScrollProtect = false;
            // 
            // bindingNavigatorAbortItem1
            // 
            this.bindingNavigatorAbortItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem1.Image")));
            this.bindingNavigatorAbortItem1.Name = "bindingNavigatorAbortItem1";
            this.bindingNavigatorAbortItem1.Size = new System.Drawing.Size(44, 37);
            this.bindingNavigatorAbortItem1.Text = "abort";
            this.bindingNavigatorAbortItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorAddNewItem1
            // 
            this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image")));
            this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem1";
            this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(35, 37);
            this.bindingNavigatorAddNewItem1.Text = "add";
            this.bindingNavigatorAddNewItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorApplyItem1
            // 
            this.bindingNavigatorApplyItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem1.Image")));
            this.bindingNavigatorApplyItem1.Name = "bindingNavigatorApplyItem1";
            this.bindingNavigatorApplyItem1.Size = new System.Drawing.Size(44, 37);
            this.bindingNavigatorApplyItem1.Text = "apply";
            this.bindingNavigatorApplyItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorCancelItem1
            // 
            this.bindingNavigatorCancelItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem1.Image")));
            this.bindingNavigatorCancelItem1.Name = "bindingNavigatorCancelItem1";
            this.bindingNavigatorCancelItem1.Size = new System.Drawing.Size(48, 37);
            this.bindingNavigatorCancelItem1.Text = "cancel";
            this.bindingNavigatorCancelItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorDeleteItem1
            // 
            this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
            this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1";
            this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(48, 37);
            this.bindingNavigatorDeleteItem1.Text = "delete";
            this.bindingNavigatorDeleteItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorEditItem1
            // 
            this.bindingNavigatorEditItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem1.Image")));
            this.bindingNavigatorEditItem1.Name = "bindingNavigatorEditItem1";
            this.bindingNavigatorEditItem1.Size = new System.Drawing.Size(34, 37);
            this.bindingNavigatorEditItem1.Text = "edit";
            this.bindingNavigatorEditItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorExportItem
            // 
            this.bindingNavigatorExportItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem.Image")));
            this.bindingNavigatorExportItem.Name = "bindingNavigatorExportItem";
            this.bindingNavigatorExportItem.Size = new System.Drawing.Size(50, 37);
            this.bindingNavigatorExportItem.Text = "export";
            this.bindingNavigatorExportItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveFirstItem1
            // 
            this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
            this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
            this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(34, 37);
            this.bindingNavigatorMoveFirstItem1.Text = "first";
            this.bindingNavigatorMoveFirstItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMovePreviousItem1
            // 
            this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
            this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
            this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(62, 37);
            this.bindingNavigatorMovePreviousItem1.Text = "previous";
            this.bindingNavigatorMovePreviousItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveNextItem1
            // 
            this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
            this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
            this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(36, 37);
            this.bindingNavigatorMoveNextItem1.Text = "next";
            this.bindingNavigatorMoveNextItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorMoveLastItem1
            // 
            this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
            this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
            this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(32, 37);
            this.bindingNavigatorMoveLastItem1.Text = "last";
            this.bindingNavigatorMoveLastItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator11
            // 
            this.bindingNavigatorSeparator11.Name = "bindingNavigatorSeparator11";
            this.bindingNavigatorSeparator11.Size = new System.Drawing.Size(6, 40);
            // 
            // bindingNavigatorSeparator21
            // 
            this.bindingNavigatorSeparator21.Name = "bindingNavigatorSeparator21";
            this.bindingNavigatorSeparator21.Size = new System.Drawing.Size(6, 40);
            // 
            // bindingNavigatorOKItem1
            // 
            this.bindingNavigatorOKItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem1.Image")));
            this.bindingNavigatorOKItem1.Name = "bindingNavigatorOKItem1";
            this.bindingNavigatorOKItem1.Size = new System.Drawing.Size(27, 37);
            this.bindingNavigatorOKItem1.Text = "ok";
            this.bindingNavigatorOKItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator31
            // 
            this.bindingNavigatorSeparator31.Name = "bindingNavigatorSeparator31";
            this.bindingNavigatorSeparator31.Size = new System.Drawing.Size(6, 40);
            // 
            // bindingNavigatorRefreshItem1
            // 
            this.bindingNavigatorRefreshItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem1.Image")));
            this.bindingNavigatorRefreshItem1.Name = "bindingNavigatorRefreshItem1";
            this.bindingNavigatorRefreshItem1.Size = new System.Drawing.Size(53, 37);
            this.bindingNavigatorRefreshItem1.Text = "refresh";
            this.bindingNavigatorRefreshItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorQueryItem1
            // 
            this.bindingNavigatorQueryItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem1.Image")));
            this.bindingNavigatorQueryItem1.Name = "bindingNavigatorQueryItem1";
            this.bindingNavigatorQueryItem1.Size = new System.Drawing.Size(45, 37);
            this.bindingNavigatorQueryItem1.Text = "query";
            this.bindingNavigatorQueryItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorPrintItem1
            // 
            this.bindingNavigatorPrintItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem1.Image")));
            this.bindingNavigatorPrintItem1.Name = "bindingNavigatorPrintItem1";
            this.bindingNavigatorPrintItem1.Size = new System.Drawing.Size(39, 37);
            this.bindingNavigatorPrintItem1.Text = "print";
            this.bindingNavigatorPrintItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            // 
            // bindingNavigatorSeparator41
            // 
            this.bindingNavigatorSeparator41.Name = "bindingNavigatorSeparator41";
            this.bindingNavigatorSeparator41.Size = new System.Drawing.Size(6, 36);
            // 
            // bindingNavigatorPositionItem1
            // 
            this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
            this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(50, 23);
            this.bindingNavigatorPositionItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorPositionItem1.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem1
            // 
            this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
            this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(39, 17);
            this.bindingNavigatorCountItem1.Text = "of {0}";
            this.bindingNavigatorCountItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
            this.bindingNavigatorCountItem1.ToolTipText = "count";
            // 
            // scMaster
            // 
            this.scMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.scMaster.Location = new System.Drawing.Point(0, 40);
            this.scMaster.Name = "scMaster";
            // 
            // scMaster.Panel1
            // 
            this.scMaster.Panel1.Controls.Add(this.infoDataGridView1);
            // 
            // scMaster.Panel2
            // 
            this.scMaster.Panel2.Controls.Add(this.infoDataGridView2);
            this.scMaster.Panel2.Controls.Add(this.btnPrint);
            this.scMaster.Panel2.Controls.Add(this.button2);
            this.scMaster.Panel2.Controls.Add(this.button1);
            this.scMaster.Size = new System.Drawing.Size(644, 360);
            this.scMaster.SplitterDistance = 214;
            this.scMaster.TabIndex = 8;
            // 
            // Query
            // 
            this.Query.Active = false;
            this.Query.AlwaysClose = false;
            this.Query.DeleteIncomplete = true;
            this.Query.LastKeyValues = null;
            this.Query.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.Query.PacketRecords = 100;
            this.Query.Position = -1;
            this.Query.RemoteName = "";
            this.Query.ServerModify = false;
            // 
            // clientQuery1
            // 
            this.clientQuery1.BindingSource = null;
            this.clientQuery1.Caption = "";
            this.clientQuery1.Font = new System.Drawing.Font("SimSun", 9F);
            this.clientQuery1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.clientQuery1.GapHorizontal = 80;
            this.clientQuery1.GapVertical = 20;
            this.clientQuery1.isShow = null;
            this.clientQuery1.isShowInsp = false;
            this.clientQuery1.KeepCondition = false;
            this.clientQuery1.Margin = new System.Drawing.Printing.Margins(100, 30, 30, 30);
            this.clientQuery1.TextColor = System.Drawing.SystemColors.ControlText;
            // 
            // easilyReport1
            // 
            this.easilyReport1.BindingSource = null;
            this.easilyReport1.Description = null;
            this.easilyReport1.FieldFont = new System.Drawing.Font("SimSun", 9F);
            this.easilyReport1.FilePath = "C:\\EasilyReport20090624.xls";
            this.easilyReport1.FooterFont = new System.Drawing.Font("SimSun", 9F);
            this.easilyReport1.Format.ColumnGap = 0;
            this.easilyReport1.Format.ColumnGridLine = false;
            this.easilyReport1.Format.ColumnInsideGridLine = false;
            this.easilyReport1.Format.DateFormat = Infolight.EasilyReportTools.ReportFormat.DateFormatType.Date;
            this.easilyReport1.Format.ExportFormat = Infolight.EasilyReportTools.ReportFormat.ExportType.Excel;
            this.easilyReport1.Format.MarginBottom = 0;
            this.easilyReport1.Format.MarginLeft = 0;
            this.easilyReport1.Format.MarginRight = 0;
            this.easilyReport1.Format.MarginTop = 0;
            this.easilyReport1.Format.Orientation = System.Windows.Forms.Orientation.Vertical;
            this.easilyReport1.Format.PageHeight = 0;
            this.easilyReport1.Format.PageIndexFormat = Infolight.EasilyReportTools.ReportFormat.PageIndexFormatType.Current;
            this.easilyReport1.Format.PageRecords = 30;
            this.easilyReport1.Format.PageSize = Infolight.EasilyReportTools.ReportFormat.PageType.A4;
            this.easilyReport1.Format.RowGap = 0;
            this.easilyReport1.Format.RowGridLine = false;
            this.easilyReport1.Format.UserFormat = Infolight.EasilyReportTools.ReportFormat.UserFormatType.ID;
            this.easilyReport1.HeaderBindingSource = null;
            this.easilyReport1.HeaderFont = new System.Drawing.Font("SimSun", 9F);
            this.easilyReport1.MailSetting.Body = null;
            this.easilyReport1.MailSetting.Encoding = "gb2312";
            this.easilyReport1.MailSetting.Host = null;
            this.easilyReport1.MailSetting.MailFrom = null;
            this.easilyReport1.MailSetting.MailTo = null;
            this.easilyReport1.MailSetting.Password = null;
            this.easilyReport1.MailSetting.Port = 25;
            this.easilyReport1.MailSetting.Subject = null;
            this.easilyReport1.OutputMode = Infolight.EasilyReportTools.OutputModeType.None;
            this.easilyReport1.ReportID = "EasilyReport";
            this.easilyReport1.ReportName = "EasilyReport20090624";
            this.easilyReport1.Setting.CaptionStyle = Infolight.EasilyReportTools.ReportSetting.CaptionStyleType.ColumnHeader;
            this.easilyReport1.Setting.GroupGap = Infolight.EasilyReportTools.ReportSetting.GroupGapType.None;
            this.easilyReport1.Setting.GroupTotal = false;
            this.easilyReport1.Setting.GroupTotalCaption = null;
            this.easilyReport1.Setting.TotalCaption = null;
            // 
            // btnPrint
            // 
            this.btnPrint.Location = new System.Drawing.Point(326, 90);
            this.btnPrint.Name = "btnPrint";
            this.btnPrint.Size = new System.Drawing.Size(88, 32);
            this.btnPrint.TabIndex = 8;
            this.btnPrint.Text = "Print";
            this.btnPrint.UseVisualStyleBackColor = true;
            this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
            // 
            // button2
            // 
            this.button2.Image = ((System.Drawing.Image)(resources.GetObject("button2.Image")));
            this.button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button2.Location = new System.Drawing.Point(326, 54);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(88, 30);
            this.button2.TabIndex = 7;
            this.button2.Text = "Clear";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click);
            // 
            // button1
            // 
            this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
            this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.button1.Location = new System.Drawing.Point(326, 16);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(88, 32);
            this.button1.TabIndex = 6;
            this.button1.Text = "Query";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // infoDataGridView1
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.infoDataGridView1.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.infoDataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.infoDataGridView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.infoDataGridView1.EnterEnable = true;
            this.infoDataGridView1.EnterRefValControl = false;
            this.infoDataGridView1.Location = new System.Drawing.Point(0, 0);
            this.infoDataGridView1.Name = "infoDataGridView1";
            this.infoDataGridView1.RowHeadersWidth = 25;
            this.infoDataGridView1.RowTemplate.Height = 24;
            this.infoDataGridView1.Size = new System.Drawing.Size(214, 360);
            this.infoDataGridView1.SureDelete = false;
            this.infoDataGridView1.TabIndex = 1;
            this.infoDataGridView1.TotalActive = true;
            this.infoDataGridView1.TotalBackColor = System.Drawing.SystemColors.Info;
            this.infoDataGridView1.TotalCaption = null;
            this.infoDataGridView1.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.infoDataGridView1.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // infoDataGridView2
            // 
            dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.infoDataGridView2.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle2;
            this.infoDataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.infoDataGridView2.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.infoDataGridView2.EnterEnable = true;
            this.infoDataGridView2.EnterRefValControl = false;
            this.infoDataGridView2.Location = new System.Drawing.Point(0, 149);
            this.infoDataGridView2.Name = "infoDataGridView2";
            this.infoDataGridView2.RowHeadersWidth = 25;
            this.infoDataGridView2.RowTemplate.Height = 24;
            this.infoDataGridView2.Size = new System.Drawing.Size(426, 211);
            this.infoDataGridView2.SureDelete = false;
            this.infoDataGridView2.TabIndex = 9;
            this.infoDataGridView2.TotalActive = true;
            this.infoDataGridView2.TotalBackColor = System.Drawing.SystemColors.Info;
            this.infoDataGridView2.TotalCaption = null;
            this.infoDataGridView2.TotalCaptionFont = new System.Drawing.Font("SimSun", 9F);
            this.infoDataGridView2.TotalFont = new System.Drawing.Font("SimSun", 9F);
            // 
            // TAG_FORMNAME
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.ClientSize = new System.Drawing.Size(644, 426);
            this.Controls.Add(this.scMaster);
            this.Controls.Add(this.infoNavigator1);
            this.Controls.Add(this.infoStatusStrip1);
            this.Name = "TAG_FORMNAME";
            this.Load += new System.EventHandler(this.TAG_FORMNAME_Load);
            ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).EndInit();
            this.infoNavigator1.ResumeLayout(false);
            this.infoNavigator1.PerformLayout();
            this.scMaster.Panel1.ResumeLayout(false);
            this.scMaster.Panel2.ResumeLayout(false);
            this.scMaster.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Query)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDataGridView2)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
示例#7
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UGControl));
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
            Srvtools.StateItem stateItem9 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem10 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem11 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem12 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem13 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem14 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem15 = new Srvtools.StateItem();
            Srvtools.StateItem stateItem16 = new Srvtools.StateItem();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
            System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPageUsers = new System.Windows.Forms.TabPage();
            this.btnResetPWD = new System.Windows.Forms.Button();
            this.labPassword = new System.Windows.Forms.Label();
            this.NavigatorUsers = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem = new System.Windows.Forms.ToolStripButton();
            this.bsUsers = new Srvtools.InfoBindingSource(this.components);
            this.infoDsUsers = new Srvtools.InfoDataSet(this.components);
            this.bindingNavigatorCancelItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
            this.btnAMUser = new System.Windows.Forms.Button();
            this.btnGetADUser = new System.Windows.Forms.Button();
            this.dgViewUsers = new Srvtools.InfoDataGridView();
            this.uSERIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.uSERNAMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.aGENTDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.pWDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.cREATEDATEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dESCRIPTIONDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.eMAILDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MSAD = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.AUTOLOGIN = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.lblPassword = new System.Windows.Forms.Label();
            this.txtPassword = new System.Windows.Forms.TextBox();
            this.tabPageGroups = new System.Windows.Forms.TabPage();
            this.panel1 = new System.Windows.Forms.Panel();
            this.NavigatorGroups = new Srvtools.InfoNavigator();
            this.bindingNavigatorAbortItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorAddNewItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorApplyItem2 = new System.Windows.Forms.ToolStripButton();
            this.bsGroups = new Srvtools.InfoBindingSource(this.components);
            this.infoDsGroups = new Srvtools.InfoDataSet(this.components);
            this.bindingNavigatorCancelItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorDeleteItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorEditItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorExportItem1 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveFirstItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMovePreviousItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveNextItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorMoveLastItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator12 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorSeparator22 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorOKItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator32 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorRefreshItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorQueryItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorPrintItem2 = new System.Windows.Forms.ToolStripButton();
            this.bindingNavigatorSeparator42 = new System.Windows.Forms.ToolStripSeparator();
            this.bindingNavigatorPositionItem2 = new System.Windows.Forms.ToolStripTextBox();
            this.bindingNavigatorCountItem2 = new System.Windows.Forms.ToolStripLabel();
            this.btnRefresh = new System.Windows.Forms.Button();
            this.txtChoosed = new System.Windows.Forms.TextBox();
            this.txtAll = new System.Windows.Forms.TextBox();
            this.btnAgent = new System.Windows.Forms.Button();
            this.btnSave = new System.Windows.Forms.Button();
            this.labelChoosed = new System.Windows.Forms.Label();
            this.labelUnchecked = new System.Windows.Forms.Label();
            this.btnLeftAll = new System.Windows.Forms.Button();
            this.btnLeft = new System.Windows.Forms.Button();
            this.btnRight = new System.Windows.Forms.Button();
            this.btnRightAll = new System.Windows.Forms.Button();
            this.listBox2 = new System.Windows.Forms.ListBox();
            this.bindingSourceUserSelected = new System.Windows.Forms.BindingSource(this.components);
            this.dataSetGroupUsers = new System.Data.DataSet();
            this.dataTableSelected = new System.Data.DataTable();
            this.UserIDSelected = new System.Data.DataColumn();
            this.UserNameSelected = new System.Data.DataColumn();
            this.UserIDNameSelected = new System.Data.DataColumn();
            this.dataTableUnSelected = new System.Data.DataTable();
            this.UserIDUnSelected = new System.Data.DataColumn();
            this.UserNameUnSelected = new System.Data.DataColumn();
            this.UserIDNameUnSelected = new System.Data.DataColumn();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.bindingSourceUserUnSelected = new System.Windows.Forms.BindingSource(this.components);
            this.btnAM = new System.Windows.Forms.Button();
            this.btnGetADGroup = new System.Windows.Forms.Button();
            this.dgViewGroups = new Srvtools.InfoDataGridView();
            this.gROUPIDDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.gROUPNAMEDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.dESCRIPTIONDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.MSADGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.infoRefVal1 = new Srvtools.InfoRefVal();
            this.tabControl1.SuspendLayout();
            this.tabPageUsers.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NavigatorUsers)).BeginInit();
            this.NavigatorUsers.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgViewUsers)).BeginInit();
            this.tabPageGroups.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NavigatorGroups)).BeginInit();
            this.NavigatorGroups.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsGroups)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsGroups)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceUserSelected)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSetGroupUsers)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTableSelected)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTableUnSelected)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceUserUnSelected)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgViewGroups)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoRefVal1)).BeginInit();
            this.SuspendLayout();
            // 
            // tabControl1
            // 
            this.tabControl1.Appearance = System.Windows.Forms.TabAppearance.FlatButtons;
            this.tabControl1.Controls.Add(this.tabPageUsers);
            this.tabControl1.Controls.Add(this.tabPageGroups);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Location = new System.Drawing.Point(0, 0);
            this.tabControl1.Multiline = true;
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(605, 365);
            this.tabControl1.TabIndex = 5;
            this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
            // 
            // tabPageUsers
            // 
            this.tabPageUsers.Controls.Add(this.btnResetPWD);
            this.tabPageUsers.Controls.Add(this.labPassword);
            this.tabPageUsers.Controls.Add(this.NavigatorUsers);
            this.tabPageUsers.Controls.Add(this.btnAMUser);
            this.tabPageUsers.Controls.Add(this.btnGetADUser);
            this.tabPageUsers.Controls.Add(this.dgViewUsers);
            this.tabPageUsers.Controls.Add(this.lblPassword);
            this.tabPageUsers.Controls.Add(this.txtPassword);
            this.tabPageUsers.Location = new System.Drawing.Point(4, 25);
            this.tabPageUsers.Name = "tabPageUsers";
            this.tabPageUsers.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageUsers.Size = new System.Drawing.Size(597, 336);
            this.tabPageUsers.TabIndex = 0;
            this.tabPageUsers.Text = "Users";
            // 
            // btnResetPWD
            // 
            this.btnResetPWD.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnResetPWD.Location = new System.Drawing.Point(6, 305);
            this.btnResetPWD.Name = "btnResetPWD";
            this.btnResetPWD.Size = new System.Drawing.Size(64, 23);
            this.btnResetPWD.TabIndex = 16;
            this.btnResetPWD.Text = "ResetPWD";
            this.btnResetPWD.UseVisualStyleBackColor = true;
            this.btnResetPWD.Click += new System.EventHandler(this.btnResetPWD_Click);
            // 
            // labPassword
            // 
            this.labPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.labPassword.AutoSize = true;
            this.labPassword.Location = new System.Drawing.Point(213, 310);
            this.labPassword.Name = "labPassword";
            this.labPassword.Size = new System.Drawing.Size(0, 12);
            this.labPassword.TabIndex = 15;
            // 
            // NavigatorUsers
            // 
            this.NavigatorUsers.AbortItem = this.bindingNavigatorAbortItem;
            this.NavigatorUsers.AddNewItem = this.bindingNavigatorAddNewItem;
            this.NavigatorUsers.AnyQueryID = "NavigatorUsers";
            this.NavigatorUsers.ApplyItem = this.bindingNavigatorApplyItem;
            this.NavigatorUsers.BindingSource = this.bsUsers;
            this.NavigatorUsers.CancelItem = this.bindingNavigatorCancelItem;
            this.NavigatorUsers.CopyItem = null;
            this.NavigatorUsers.CountItem = null;
            this.NavigatorUsers.DeleteItem = this.bindingNavigatorDeleteItem;
            this.NavigatorUsers.DescriptionItem = null;
            this.NavigatorUsers.DetailBindingSource = null;
            this.NavigatorUsers.DetailKeyField = null;
            this.NavigatorUsers.EditItem = this.bindingNavigatorEditItem;
            this.NavigatorUsers.ExportItem = this.bindingNavigatorExportItem;
            this.NavigatorUsers.ForeColors = System.Drawing.Color.Empty;
            this.NavigatorUsers.GetRealRecordsCount = false;
            this.NavigatorUsers.GetServerText = false;
            this.NavigatorUsers.HideItemStates = false;
            this.NavigatorUsers.InternalQuery = true;
            this.NavigatorUsers.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem,
            this.bindingNavigatorMovePreviousItem,
            this.bindingNavigatorMoveNextItem,
            this.bindingNavigatorMoveLastItem,
            this.bindingNavigatorSeparator1,
            this.bindingNavigatorAddNewItem,
            this.bindingNavigatorDeleteItem,
            this.bindingNavigatorEditItem,
            this.bindingNavigatorSeparator2,
            this.bindingNavigatorOKItem,
            this.bindingNavigatorCancelItem,
            this.bindingNavigatorApplyItem,
            this.bindingNavigatorAbortItem,
            this.bindingNavigatorSeparator3,
            this.bindingNavigatorRefreshItem,
            this.bindingNavigatorQueryItem,
            this.bindingNavigatorPrintItem,
            this.bindingNavigatorExportItem,
            this.bindingNavigatorSeparator4,
            this.bindingNavigatorPositionItem,
            this.bindingNavigatorCountItem});
            this.NavigatorUsers.Location = new System.Drawing.Point(3, 3);
            this.NavigatorUsers.MasterDetailField = null;
            this.NavigatorUsers.MoveFirstItem = null;
            this.NavigatorUsers.MoveLastItem = null;
            this.NavigatorUsers.MoveNextItem = null;
            this.NavigatorUsers.MovePreviousItem = null;
            this.NavigatorUsers.MultiLanguage = false;
            this.NavigatorUsers.Name = "NavigatorUsers";
            this.NavigatorUsers.OKItem = this.bindingNavigatorOKItem;
            this.NavigatorUsers.PositionItem = null;
            this.NavigatorUsers.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("NavigatorUsers.PreQueryCondition")));
            this.NavigatorUsers.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("NavigatorUsers.PreQueryField")));
            this.NavigatorUsers.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("NavigatorUsers.PreQueryValue")));
            this.NavigatorUsers.PrintItem = this.bindingNavigatorPrintItem;
            this.NavigatorUsers.QueryFont = new System.Drawing.Font("宋体", 9F);
            this.NavigatorUsers.QueryKeepCondition = false;
            this.NavigatorUsers.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.NavigatorUsers.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.NavigatorUsers.QuerySQLSend = true;
            this.NavigatorUsers.Size = new System.Drawing.Size(591, 25);
            stateItem1.Description = null;
            stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
            stateItem1.EnabledControlsEdited = false;
            stateItem1.StateText = "Initial";
            stateItem2.Description = null;
            stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
            stateItem2.EnabledControlsEdited = false;
            stateItem2.StateText = "Browsed";
            stateItem3.Description = null;
            stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
            stateItem3.EnabledControlsEdited = false;
            stateItem3.StateText = "Inserting";
            stateItem4.Description = null;
            stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
            stateItem4.EnabledControlsEdited = false;
            stateItem4.StateText = "Editing";
            stateItem5.Description = null;
            stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
            stateItem5.EnabledControlsEdited = false;
            stateItem5.StateText = "Applying";
            stateItem6.Description = null;
            stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
            stateItem6.EnabledControlsEdited = false;
            stateItem6.StateText = "Changing";
            stateItem7.Description = null;
            stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
            stateItem7.EnabledControlsEdited = false;
            stateItem7.StateText = "Querying";
            stateItem8.Description = null;
            stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
            stateItem8.EnabledControlsEdited = false;
            stateItem8.StateText = "Printing";
            this.NavigatorUsers.States.Add(stateItem1);
            this.NavigatorUsers.States.Add(stateItem2);
            this.NavigatorUsers.States.Add(stateItem3);
            this.NavigatorUsers.States.Add(stateItem4);
            this.NavigatorUsers.States.Add(stateItem5);
            this.NavigatorUsers.States.Add(stateItem6);
            this.NavigatorUsers.States.Add(stateItem7);
            this.NavigatorUsers.States.Add(stateItem8);
            this.NavigatorUsers.StatusStrip = null;
            this.NavigatorUsers.SureAbort = false;
            this.NavigatorUsers.SureDelete = true;
            this.NavigatorUsers.SureDeleteText = null;
            this.NavigatorUsers.SureInsert = false;
            this.NavigatorUsers.SureInsertText = null;
            this.NavigatorUsers.TabIndex = 14;
            this.NavigatorUsers.Text = "infoNavigator1";
            this.NavigatorUsers.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.NavigatorUsers.ViewBindingSource = null;
            this.NavigatorUsers.ViewCountItem = this.bindingNavigatorCountItem;
            this.NavigatorUsers.ViewCountItemFormat = "of {0}";
            this.NavigatorUsers.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem;
            this.NavigatorUsers.ViewMoveLastItem = this.bindingNavigatorMoveLastItem;
            this.NavigatorUsers.ViewMoveNextItem = this.bindingNavigatorMoveNextItem;
            this.NavigatorUsers.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem;
            this.NavigatorUsers.ViewPositionItem = this.bindingNavigatorPositionItem;
            this.NavigatorUsers.ViewQueryItem = this.bindingNavigatorQueryItem;
            this.NavigatorUsers.ViewRefreshItem = this.bindingNavigatorRefreshItem;
            this.NavigatorUsers.ViewScrollProtect = false;
            this.NavigatorUsers.BeforeItemClick += new Srvtools.BeforeItemClickEventHandler(this.NavigatorUsers_BeforeItemClick);
            this.NavigatorUsers.AfterItemClick += new Srvtools.AfterItemClickEventHandler(this.NavigatorUsers_AfterItemClick);
            // 
            // bindingNavigatorAbortItem
            // 
            this.bindingNavigatorAbortItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAbortItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem.Image")));
            this.bindingNavigatorAbortItem.Name = "bindingNavigatorAbortItem";
            this.bindingNavigatorAbortItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAbortItem.Text = "abort";
            this.bindingNavigatorAbortItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorAddNewItem
            // 
            this.bindingNavigatorAddNewItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem.Image")));
            this.bindingNavigatorAddNewItem.Name = "bindingNavigatorAddNewItem";
            this.bindingNavigatorAddNewItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem.Text = "add";
            this.bindingNavigatorAddNewItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorApplyItem
            // 
            this.bindingNavigatorApplyItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorApplyItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem.Image")));
            this.bindingNavigatorApplyItem.Name = "bindingNavigatorApplyItem";
            this.bindingNavigatorApplyItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorApplyItem.Text = "apply";
            this.bindingNavigatorApplyItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bsUsers
            // 
            this.bsUsers.AllowAdd = true;
            this.bsUsers.AllowDelete = true;
            this.bsUsers.AllowPrint = true;
            this.bsUsers.AllowUpdate = true;
            this.bsUsers.AutoApply = false;
            this.bsUsers.AutoApplyMaster = false;
            this.bsUsers.AutoDisableControl = false;
            this.bsUsers.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsUsers.AutoRecordLock = false;
            this.bsUsers.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsUsers.CloseProtect = false;
            this.bsUsers.DataMember = "userInfo";
            this.bsUsers.DataSource = this.infoDsUsers;
            this.bsUsers.DelayInterval = 300;
            this.bsUsers.DisableKeyFields = false;
            this.bsUsers.EnableFlag = false;
            this.bsUsers.FocusedControl = null;
            this.bsUsers.OwnerComp = null;
            this.bsUsers.RelationDelay = false;
            this.bsUsers.ServerModifyCache = false;
            this.bsUsers.text = "bsUsers";
            this.bsUsers.AddingNew += new System.ComponentModel.AddingNewEventHandler(this.bsUsers_AddingNew);
            // 
            // infoDsUsers
            // 
            this.infoDsUsers.Active = true;
            this.infoDsUsers.AlwaysClose = false;
            this.infoDsUsers.DataCompressed = false;
            this.infoDsUsers.DeleteIncomplete = true;
            this.infoDsUsers.LastKeyValues = null;
            this.infoDsUsers.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.infoDsUsers.PacketRecords = -1;
            this.infoDsUsers.Position = -1;
            this.infoDsUsers.RemoteName = "GLModule.userInfo";
            this.infoDsUsers.ServerModify = false;
            this.infoDsUsers.AfterApplyUpdates += new System.EventHandler(this.infoDsUsers_AfterApplyUpdates);
            // 
            // bindingNavigatorCancelItem
            // 
            this.bindingNavigatorCancelItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorCancelItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem.Image")));
            this.bindingNavigatorCancelItem.Name = "bindingNavigatorCancelItem";
            this.bindingNavigatorCancelItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorCancelItem.Text = "cancel";
            this.bindingNavigatorCancelItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorDeleteItem
            // 
            this.bindingNavigatorDeleteItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem.Image")));
            this.bindingNavigatorDeleteItem.Name = "bindingNavigatorDeleteItem";
            this.bindingNavigatorDeleteItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem.Text = "delete";
            this.bindingNavigatorDeleteItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorEditItem
            // 
            this.bindingNavigatorEditItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorEditItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem.Image")));
            this.bindingNavigatorEditItem.Name = "bindingNavigatorEditItem";
            this.bindingNavigatorEditItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorEditItem.Text = "edit";
            this.bindingNavigatorEditItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorExportItem
            // 
            this.bindingNavigatorExportItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorExportItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem.Image")));
            this.bindingNavigatorExportItem.Name = "bindingNavigatorExportItem";
            this.bindingNavigatorExportItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorExportItem.Text = "export";
            this.bindingNavigatorExportItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveFirstItem
            // 
            this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
            this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
            this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem.Text = "first";
            this.bindingNavigatorMoveFirstItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMovePreviousItem
            // 
            this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
            this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
            this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem.Text = "previous";
            this.bindingNavigatorMovePreviousItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveNextItem
            // 
            this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
            this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
            this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem.Text = "next";
            this.bindingNavigatorMoveNextItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveLastItem
            // 
            this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
            this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
            this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem.Text = "last";
            this.bindingNavigatorMoveLastItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator1
            // 
            this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
            this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorSeparator2
            // 
            this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
            this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorOKItem
            // 
            this.bindingNavigatorOKItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorOKItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem.Image")));
            this.bindingNavigatorOKItem.Name = "bindingNavigatorOKItem";
            this.bindingNavigatorOKItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorOKItem.Text = "ok";
            this.bindingNavigatorOKItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator3
            // 
            this.bindingNavigatorSeparator3.Name = "bindingNavigatorSeparator3";
            this.bindingNavigatorSeparator3.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorRefreshItem
            // 
            this.bindingNavigatorRefreshItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorRefreshItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem.Image")));
            this.bindingNavigatorRefreshItem.Name = "bindingNavigatorRefreshItem";
            this.bindingNavigatorRefreshItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorRefreshItem.Text = "refresh";
            this.bindingNavigatorRefreshItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorQueryItem
            // 
            this.bindingNavigatorQueryItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorQueryItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem.Image")));
            this.bindingNavigatorQueryItem.Name = "bindingNavigatorQueryItem";
            this.bindingNavigatorQueryItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorQueryItem.Text = "query";
            this.bindingNavigatorQueryItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorPrintItem
            // 
            this.bindingNavigatorPrintItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorPrintItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem.Image")));
            this.bindingNavigatorPrintItem.Name = "bindingNavigatorPrintItem";
            this.bindingNavigatorPrintItem.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorPrintItem.Text = "print";
            this.bindingNavigatorPrintItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator4
            // 
            this.bindingNavigatorSeparator4.Name = "bindingNavigatorSeparator4";
            this.bindingNavigatorSeparator4.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem
            // 
            this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
            this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 25);
            this.bindingNavigatorPositionItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorPositionItem.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem
            // 
            this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
            this.bindingNavigatorCountItem.Size = new System.Drawing.Size(41, 22);
            this.bindingNavigatorCountItem.Text = "of {0}";
            this.bindingNavigatorCountItem.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCountItem.ToolTipText = "count";
            // 
            // btnAMUser
            // 
            this.btnAMUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnAMUser.Location = new System.Drawing.Point(514, 305);
            this.btnAMUser.Name = "btnAMUser";
            this.btnAMUser.Size = new System.Drawing.Size(79, 23);
            this.btnAMUser.TabIndex = 13;
            this.btnAMUser.Text = "Access Menu";
            this.btnAMUser.UseVisualStyleBackColor = true;
            this.btnAMUser.Click += new System.EventHandler(this.btnAMUser_Click);
            // 
            // btnGetADUser
            // 
            this.btnGetADUser.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnGetADUser.Location = new System.Drawing.Point(444, 305);
            this.btnGetADUser.Name = "btnGetADUser";
            this.btnGetADUser.Size = new System.Drawing.Size(67, 23);
            this.btnGetADUser.TabIndex = 12;
            this.btnGetADUser.Text = "GetADUser";
            this.btnGetADUser.UseVisualStyleBackColor = true;
            this.btnGetADUser.Click += new System.EventHandler(this.btnGetADUser_Click);
            // 
            // dgViewUsers
            // 
            dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Blue;
            this.dgViewUsers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
            this.dgViewUsers.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.dgViewUsers.AutoGenerateColumns = false;
            this.dgViewUsers.BackgroundColor = System.Drawing.Color.Linen;
            this.dgViewUsers.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            this.dgViewUsers.ColumnHeadersHeight = 25;
            this.dgViewUsers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.uSERIDDataGridViewTextBoxColumn,
            this.uSERNAMEDataGridViewTextBoxColumn,
            this.aGENTDataGridViewTextBoxColumn,
            this.pWDDataGridViewTextBoxColumn,
            this.cREATEDATEDataGridViewTextBoxColumn,
            this.dESCRIPTIONDataGridViewTextBoxColumn,
            this.eMAILDataGridViewTextBoxColumn,
            this.MSAD,
            this.AUTOLOGIN});
            this.dgViewUsers.DataSource = this.bsUsers;
            dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle2.Font = new System.Drawing.Font("PMingLiU", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgViewUsers.DefaultCellStyle = dataGridViewCellStyle2;
            this.dgViewUsers.EnterEnable = true;
            this.dgViewUsers.EnterRefValControl = false;
            this.dgViewUsers.Location = new System.Drawing.Point(3, 28);
            this.dgViewUsers.Name = "dgViewUsers";
            dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Control;
            dataGridViewCellStyle3.Font = new System.Drawing.Font("PMingLiU", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.WindowText;
            dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
            this.dgViewUsers.RowHeadersDefaultCellStyle = dataGridViewCellStyle3;
            this.dgViewUsers.RowHeadersWidth = 25;
            this.dgViewUsers.RowTemplate.Height = 23;
            this.dgViewUsers.Size = new System.Drawing.Size(588, 271);
            this.dgViewUsers.SureDelete = false;
            this.dgViewUsers.TabIndex = 10;
            this.dgViewUsers.TotalActive = false;
            this.dgViewUsers.TotalBackColor = System.Drawing.SystemColors.Info;
            this.dgViewUsers.TotalCaption = null;
            this.dgViewUsers.TotalCaptionFont = new System.Drawing.Font("宋体", 9F);
            this.dgViewUsers.TotalFont = new System.Drawing.Font("宋体", 9F);
            this.dgViewUsers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgViewUsers_CellValueChanged);
            this.dgViewUsers.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgViewUsers_UserDeletingRow);
            // 
            // uSERIDDataGridViewTextBoxColumn
            // 
            this.uSERIDDataGridViewTextBoxColumn.DataPropertyName = "USERID";
            this.uSERIDDataGridViewTextBoxColumn.HeaderText = "User ID";
            this.uSERIDDataGridViewTextBoxColumn.Name = "uSERIDDataGridViewTextBoxColumn";
            this.uSERIDDataGridViewTextBoxColumn.Width = 80;
            // 
            // uSERNAMEDataGridViewTextBoxColumn
            // 
            this.uSERNAMEDataGridViewTextBoxColumn.DataPropertyName = "USERNAME";
            this.uSERNAMEDataGridViewTextBoxColumn.HeaderText = "User Name";
            this.uSERNAMEDataGridViewTextBoxColumn.Name = "uSERNAMEDataGridViewTextBoxColumn";
            this.uSERNAMEDataGridViewTextBoxColumn.Width = 70;
            // 
            // aGENTDataGridViewTextBoxColumn
            // 
            this.aGENTDataGridViewTextBoxColumn.DataPropertyName = "AGENT";
            this.aGENTDataGridViewTextBoxColumn.HeaderText = "Agent";
            this.aGENTDataGridViewTextBoxColumn.Name = "aGENTDataGridViewTextBoxColumn";
            this.aGENTDataGridViewTextBoxColumn.Visible = false;
            this.aGENTDataGridViewTextBoxColumn.Width = 70;
            // 
            // pWDDataGridViewTextBoxColumn
            // 
            this.pWDDataGridViewTextBoxColumn.DataPropertyName = "PWD";
            this.pWDDataGridViewTextBoxColumn.HeaderText = "Pass Word";
            this.pWDDataGridViewTextBoxColumn.Name = "pWDDataGridViewTextBoxColumn";
            this.pWDDataGridViewTextBoxColumn.Visible = false;
            this.pWDDataGridViewTextBoxColumn.Width = 79;
            // 
            // cREATEDATEDataGridViewTextBoxColumn
            // 
            this.cREATEDATEDataGridViewTextBoxColumn.DataPropertyName = "CREATEDATE";
            this.cREATEDATEDataGridViewTextBoxColumn.HeaderText = "Created Date";
            this.cREATEDATEDataGridViewTextBoxColumn.Name = "cREATEDATEDataGridViewTextBoxColumn";
            this.cREATEDATEDataGridViewTextBoxColumn.Width = 90;
            // 
            // dESCRIPTIONDataGridViewTextBoxColumn
            // 
            this.dESCRIPTIONDataGridViewTextBoxColumn.DataPropertyName = "DESCRIPTION";
            this.dESCRIPTIONDataGridViewTextBoxColumn.HeaderText = "Description";
            this.dESCRIPTIONDataGridViewTextBoxColumn.Name = "dESCRIPTIONDataGridViewTextBoxColumn";
            this.dESCRIPTIONDataGridViewTextBoxColumn.Width = 90;
            // 
            // eMAILDataGridViewTextBoxColumn
            // 
            this.eMAILDataGridViewTextBoxColumn.DataPropertyName = "EMAIL";
            this.eMAILDataGridViewTextBoxColumn.HeaderText = "EMail Address";
            this.eMAILDataGridViewTextBoxColumn.Name = "eMAILDataGridViewTextBoxColumn";
            this.eMAILDataGridViewTextBoxColumn.Width = 90;
            // 
            // MSAD
            // 
            this.MSAD.DataPropertyName = "MSAD";
            this.MSAD.HeaderText = "MSAD";
            this.MSAD.Name = "MSAD";
            this.MSAD.Width = 60;
            // 
            // AUTOLOGIN
            // 
            this.AUTOLOGIN.DataPropertyName = "AUTOLOGIN";
            this.AUTOLOGIN.HeaderText = "User Type";
            this.AUTOLOGIN.Name = "AUTOLOGIN";
            // 
            // lblPassword
            // 
            this.lblPassword.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.lblPassword.AutoSize = true;
            this.lblPassword.Location = new System.Drawing.Point(69, 310);
            this.lblPassword.Name = "lblPassword";
            this.lblPassword.Size = new System.Drawing.Size(59, 12);
            this.lblPassword.TabIndex = 9;
            this.lblPassword.Text = "Password:"******"txtPassword";
            this.txtPassword.PasswordChar = '*';
            this.txtPassword.Size = new System.Drawing.Size(80, 21);
            this.txtPassword.TabIndex = 8;
            this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress);
            this.txtPassword.Leave += new System.EventHandler(this.txtPassword_Leave);
            // 
            // tabPageGroups
            // 
            this.tabPageGroups.Controls.Add(this.panel1);
            this.tabPageGroups.Location = new System.Drawing.Point(4, 25);
            this.tabPageGroups.Name = "tabPageGroups";
            this.tabPageGroups.Padding = new System.Windows.Forms.Padding(3);
            this.tabPageGroups.Size = new System.Drawing.Size(597, 336);
            this.tabPageGroups.TabIndex = 1;
            this.tabPageGroups.Text = "Groups";
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.NavigatorGroups);
            this.panel1.Controls.Add(this.btnRefresh);
            this.panel1.Controls.Add(this.txtChoosed);
            this.panel1.Controls.Add(this.txtAll);
            this.panel1.Controls.Add(this.btnAgent);
            this.panel1.Controls.Add(this.btnSave);
            this.panel1.Controls.Add(this.labelChoosed);
            this.panel1.Controls.Add(this.labelUnchecked);
            this.panel1.Controls.Add(this.btnLeftAll);
            this.panel1.Controls.Add(this.btnLeft);
            this.panel1.Controls.Add(this.btnRight);
            this.panel1.Controls.Add(this.btnRightAll);
            this.panel1.Controls.Add(this.listBox2);
            this.panel1.Controls.Add(this.listBox1);
            this.panel1.Controls.Add(this.btnAM);
            this.panel1.Controls.Add(this.btnGetADGroup);
            this.panel1.Controls.Add(this.dgViewGroups);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel1.Location = new System.Drawing.Point(3, 3);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(591, 330);
            this.panel1.TabIndex = 20;
            // 
            // NavigatorGroups
            // 
            this.NavigatorGroups.AbortItem = this.bindingNavigatorAbortItem2;
            this.NavigatorGroups.AddNewItem = this.bindingNavigatorAddNewItem2;
            this.NavigatorGroups.AnyQueryID = "NavigatorGroups";
            this.NavigatorGroups.ApplyItem = this.bindingNavigatorApplyItem2;
            this.NavigatorGroups.BindingSource = this.bsGroups;
            this.NavigatorGroups.CancelItem = this.bindingNavigatorCancelItem2;
            this.NavigatorGroups.CopyItem = null;
            this.NavigatorGroups.CountItem = null;
            this.NavigatorGroups.DeleteItem = this.bindingNavigatorDeleteItem2;
            this.NavigatorGroups.DescriptionItem = null;
            this.NavigatorGroups.DetailBindingSource = null;
            this.NavigatorGroups.DetailKeyField = null;
            this.NavigatorGroups.EditItem = this.bindingNavigatorEditItem2;
            this.NavigatorGroups.ExportItem = this.bindingNavigatorExportItem1;
            this.NavigatorGroups.ForeColors = System.Drawing.Color.Empty;
            this.NavigatorGroups.GetRealRecordsCount = false;
            this.NavigatorGroups.GetServerText = false;
            this.NavigatorGroups.HideItemStates = false;
            this.NavigatorGroups.InternalQuery = true;
            this.NavigatorGroups.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.bindingNavigatorMoveFirstItem2,
            this.bindingNavigatorMovePreviousItem2,
            this.bindingNavigatorMoveNextItem2,
            this.bindingNavigatorMoveLastItem2,
            this.bindingNavigatorSeparator12,
            this.bindingNavigatorAddNewItem2,
            this.bindingNavigatorDeleteItem2,
            this.bindingNavigatorEditItem2,
            this.bindingNavigatorSeparator22,
            this.bindingNavigatorOKItem2,
            this.bindingNavigatorCancelItem2,
            this.bindingNavigatorApplyItem2,
            this.bindingNavigatorAbortItem2,
            this.bindingNavigatorSeparator32,
            this.bindingNavigatorRefreshItem2,
            this.bindingNavigatorQueryItem2,
            this.bindingNavigatorPrintItem2,
            this.bindingNavigatorExportItem1,
            this.bindingNavigatorSeparator42,
            this.bindingNavigatorPositionItem2,
            this.bindingNavigatorCountItem2});
            this.NavigatorGroups.Location = new System.Drawing.Point(0, 0);
            this.NavigatorGroups.MasterDetailField = null;
            this.NavigatorGroups.MoveFirstItem = null;
            this.NavigatorGroups.MoveLastItem = null;
            this.NavigatorGroups.MoveNextItem = null;
            this.NavigatorGroups.MovePreviousItem = null;
            this.NavigatorGroups.MultiLanguage = false;
            this.NavigatorGroups.Name = "NavigatorGroups";
            this.NavigatorGroups.OKItem = this.bindingNavigatorOKItem2;
            this.NavigatorGroups.PositionItem = null;
            this.NavigatorGroups.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("NavigatorGroups.PreQueryCondition")));
            this.NavigatorGroups.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("NavigatorGroups.PreQueryField")));
            this.NavigatorGroups.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("NavigatorGroups.PreQueryValue")));
            this.NavigatorGroups.PrintItem = this.bindingNavigatorPrintItem2;
            this.NavigatorGroups.QueryFont = new System.Drawing.Font("宋体", 9F);
            this.NavigatorGroups.QueryKeepCondition = false;
            this.NavigatorGroups.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
            this.NavigatorGroups.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
            this.NavigatorGroups.QuerySQLSend = true;
            this.NavigatorGroups.Size = new System.Drawing.Size(591, 25);
            stateItem9.Description = null;
            stateItem9.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem9.EnabledControls")));
            stateItem9.EnabledControlsEdited = false;
            stateItem9.StateText = "Initial";
            stateItem10.Description = null;
            stateItem10.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem10.EnabledControls")));
            stateItem10.EnabledControlsEdited = false;
            stateItem10.StateText = "Browsed";
            stateItem11.Description = null;
            stateItem11.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem11.EnabledControls")));
            stateItem11.EnabledControlsEdited = false;
            stateItem11.StateText = "Inserting";
            stateItem12.Description = null;
            stateItem12.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem12.EnabledControls")));
            stateItem12.EnabledControlsEdited = false;
            stateItem12.StateText = "Editing";
            stateItem13.Description = null;
            stateItem13.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem13.EnabledControls")));
            stateItem13.EnabledControlsEdited = false;
            stateItem13.StateText = "Applying";
            stateItem14.Description = null;
            stateItem14.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem14.EnabledControls")));
            stateItem14.EnabledControlsEdited = false;
            stateItem14.StateText = "Changing";
            stateItem15.Description = null;
            stateItem15.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem15.EnabledControls")));
            stateItem15.EnabledControlsEdited = false;
            stateItem15.StateText = "Querying";
            stateItem16.Description = null;
            stateItem16.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem16.EnabledControls")));
            stateItem16.EnabledControlsEdited = false;
            stateItem16.StateText = "Printing";
            this.NavigatorGroups.States.Add(stateItem9);
            this.NavigatorGroups.States.Add(stateItem10);
            this.NavigatorGroups.States.Add(stateItem11);
            this.NavigatorGroups.States.Add(stateItem12);
            this.NavigatorGroups.States.Add(stateItem13);
            this.NavigatorGroups.States.Add(stateItem14);
            this.NavigatorGroups.States.Add(stateItem15);
            this.NavigatorGroups.States.Add(stateItem16);
            this.NavigatorGroups.StatusStrip = null;
            this.NavigatorGroups.SureAbort = false;
            this.NavigatorGroups.SureDelete = true;
            this.NavigatorGroups.SureDeleteText = null;
            this.NavigatorGroups.SureInsert = false;
            this.NavigatorGroups.SureInsertText = null;
            this.NavigatorGroups.TabIndex = 40;
            this.NavigatorGroups.Text = "NavigatorGroups";
            this.NavigatorGroups.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.NavigatorGroups.ViewBindingSource = null;
            this.NavigatorGroups.ViewCountItem = this.bindingNavigatorCountItem2;
            this.NavigatorGroups.ViewCountItemFormat = "of {0}";
            this.NavigatorGroups.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem2;
            this.NavigatorGroups.ViewMoveLastItem = this.bindingNavigatorMoveLastItem2;
            this.NavigatorGroups.ViewMoveNextItem = this.bindingNavigatorMoveNextItem2;
            this.NavigatorGroups.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem2;
            this.NavigatorGroups.ViewPositionItem = this.bindingNavigatorPositionItem2;
            this.NavigatorGroups.ViewQueryItem = this.bindingNavigatorQueryItem2;
            this.NavigatorGroups.ViewRefreshItem = this.bindingNavigatorRefreshItem2;
            this.NavigatorGroups.ViewScrollProtect = false;
            this.NavigatorGroups.BeforeItemClick += new Srvtools.BeforeItemClickEventHandler(this.NavigatorGroups_BeforeItemClick);
            this.NavigatorGroups.AfterItemClick += new Srvtools.AfterItemClickEventHandler(this.NavigatorGroups_AfterItemClick);
            // 
            // bindingNavigatorAbortItem2
            // 
            this.bindingNavigatorAbortItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAbortItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem2.Image")));
            this.bindingNavigatorAbortItem2.Name = "bindingNavigatorAbortItem2";
            this.bindingNavigatorAbortItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAbortItem2.Text = "abort";
            this.bindingNavigatorAbortItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorAddNewItem2
            // 
            this.bindingNavigatorAddNewItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorAddNewItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem2.Image")));
            this.bindingNavigatorAddNewItem2.Name = "bindingNavigatorAddNewItem2";
            this.bindingNavigatorAddNewItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorAddNewItem2.Text = "add";
            this.bindingNavigatorAddNewItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorApplyItem2
            // 
            this.bindingNavigatorApplyItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorApplyItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem2.Image")));
            this.bindingNavigatorApplyItem2.Name = "bindingNavigatorApplyItem2";
            this.bindingNavigatorApplyItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorApplyItem2.Text = "apply";
            this.bindingNavigatorApplyItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bsGroups
            // 
            this.bsGroups.AllowAdd = true;
            this.bsGroups.AllowDelete = true;
            this.bsGroups.AllowPrint = true;
            this.bsGroups.AllowUpdate = true;
            this.bsGroups.AutoApply = false;
            this.bsGroups.AutoApplyMaster = false;
            this.bsGroups.AutoDisableControl = false;
            this.bsGroups.AutoDisableStyle = Srvtools.InfoBindingSource.AutoDisableStyleType.Enabled;
            this.bsGroups.AutoRecordLock = false;
            this.bsGroups.AutoRecordLockMode = Srvtools.InfoBindingSource.LockMode.NoneReload;
            this.bsGroups.CloseProtect = false;
            this.bsGroups.DataMember = "groupInfo";
            this.bsGroups.DataSource = this.infoDsGroups;
            this.bsGroups.DelayInterval = 300;
            this.bsGroups.DisableKeyFields = false;
            this.bsGroups.EnableFlag = false;
            this.bsGroups.FocusedControl = null;
            this.bsGroups.OwnerComp = null;
            this.bsGroups.RelationDelay = false;
            this.bsGroups.ServerModifyCache = false;
            this.bsGroups.text = "bsGroups";
            this.bsGroups.AddingNew += new System.ComponentModel.AddingNewEventHandler(this.bsGroups_AddingNew);
            // 
            // infoDsGroups
            // 
            this.infoDsGroups.Active = true;
            this.infoDsGroups.AlwaysClose = false;
            this.infoDsGroups.DataCompressed = false;
            this.infoDsGroups.DeleteIncomplete = true;
            this.infoDsGroups.LastKeyValues = null;
            this.infoDsGroups.Locale = new System.Globalization.CultureInfo("zh-CN");
            this.infoDsGroups.PacketRecords = -1;
            this.infoDsGroups.Position = -1;
            this.infoDsGroups.RemoteName = "GLModule.groupInfo";
            this.infoDsGroups.ServerModify = false;
            this.infoDsGroups.AfterApplyUpdates += new System.EventHandler(this.infoDsGroups_AfterApplyUpdates);
            // 
            // bindingNavigatorCancelItem2
            // 
            this.bindingNavigatorCancelItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorCancelItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem2.Image")));
            this.bindingNavigatorCancelItem2.Name = "bindingNavigatorCancelItem2";
            this.bindingNavigatorCancelItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorCancelItem2.Text = "cancel";
            this.bindingNavigatorCancelItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCancelItem2.Visible = false;
            // 
            // bindingNavigatorDeleteItem2
            // 
            this.bindingNavigatorDeleteItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorDeleteItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem2.Image")));
            this.bindingNavigatorDeleteItem2.Name = "bindingNavigatorDeleteItem2";
            this.bindingNavigatorDeleteItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorDeleteItem2.Text = "delete";
            this.bindingNavigatorDeleteItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorEditItem2
            // 
            this.bindingNavigatorEditItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorEditItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem2.Image")));
            this.bindingNavigatorEditItem2.Name = "bindingNavigatorEditItem2";
            this.bindingNavigatorEditItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorEditItem2.Text = "edit";
            this.bindingNavigatorEditItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorExportItem1
            // 
            this.bindingNavigatorExportItem1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorExportItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem1.Image")));
            this.bindingNavigatorExportItem1.Name = "bindingNavigatorExportItem1";
            this.bindingNavigatorExportItem1.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorExportItem1.Text = "export";
            this.bindingNavigatorExportItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveFirstItem2
            // 
            this.bindingNavigatorMoveFirstItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveFirstItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem2.Image")));
            this.bindingNavigatorMoveFirstItem2.Name = "bindingNavigatorMoveFirstItem2";
            this.bindingNavigatorMoveFirstItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveFirstItem2.Text = "first";
            this.bindingNavigatorMoveFirstItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMovePreviousItem2
            // 
            this.bindingNavigatorMovePreviousItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMovePreviousItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem2.Image")));
            this.bindingNavigatorMovePreviousItem2.Name = "bindingNavigatorMovePreviousItem2";
            this.bindingNavigatorMovePreviousItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMovePreviousItem2.Text = "previous";
            this.bindingNavigatorMovePreviousItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveNextItem2
            // 
            this.bindingNavigatorMoveNextItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveNextItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem2.Image")));
            this.bindingNavigatorMoveNextItem2.Name = "bindingNavigatorMoveNextItem2";
            this.bindingNavigatorMoveNextItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveNextItem2.Text = "next";
            this.bindingNavigatorMoveNextItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorMoveLastItem2
            // 
            this.bindingNavigatorMoveLastItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorMoveLastItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem2.Image")));
            this.bindingNavigatorMoveLastItem2.Name = "bindingNavigatorMoveLastItem2";
            this.bindingNavigatorMoveLastItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorMoveLastItem2.Text = "last";
            this.bindingNavigatorMoveLastItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator12
            // 
            this.bindingNavigatorSeparator12.Name = "bindingNavigatorSeparator12";
            this.bindingNavigatorSeparator12.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorSeparator22
            // 
            this.bindingNavigatorSeparator22.Name = "bindingNavigatorSeparator22";
            this.bindingNavigatorSeparator22.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorOKItem2
            // 
            this.bindingNavigatorOKItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorOKItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem2.Image")));
            this.bindingNavigatorOKItem2.Name = "bindingNavigatorOKItem2";
            this.bindingNavigatorOKItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorOKItem2.Text = "ok";
            this.bindingNavigatorOKItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorOKItem2.Visible = false;
            // 
            // bindingNavigatorSeparator32
            // 
            this.bindingNavigatorSeparator32.Name = "bindingNavigatorSeparator32";
            this.bindingNavigatorSeparator32.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorRefreshItem2
            // 
            this.bindingNavigatorRefreshItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorRefreshItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem2.Image")));
            this.bindingNavigatorRefreshItem2.Name = "bindingNavigatorRefreshItem2";
            this.bindingNavigatorRefreshItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorRefreshItem2.Text = "refresh";
            this.bindingNavigatorRefreshItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorQueryItem2
            // 
            this.bindingNavigatorQueryItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorQueryItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem2.Image")));
            this.bindingNavigatorQueryItem2.Name = "bindingNavigatorQueryItem2";
            this.bindingNavigatorQueryItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorQueryItem2.Text = "query";
            this.bindingNavigatorQueryItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorPrintItem2
            // 
            this.bindingNavigatorPrintItem2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
            this.bindingNavigatorPrintItem2.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem2.Image")));
            this.bindingNavigatorPrintItem2.Name = "bindingNavigatorPrintItem2";
            this.bindingNavigatorPrintItem2.Size = new System.Drawing.Size(23, 22);
            this.bindingNavigatorPrintItem2.Text = "print";
            this.bindingNavigatorPrintItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            // 
            // bindingNavigatorSeparator42
            // 
            this.bindingNavigatorSeparator42.Name = "bindingNavigatorSeparator42";
            this.bindingNavigatorSeparator42.Size = new System.Drawing.Size(6, 25);
            // 
            // bindingNavigatorPositionItem2
            // 
            this.bindingNavigatorPositionItem2.Name = "bindingNavigatorPositionItem2";
            this.bindingNavigatorPositionItem2.Size = new System.Drawing.Size(50, 25);
            this.bindingNavigatorPositionItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorPositionItem2.ToolTipText = "position";
            // 
            // bindingNavigatorCountItem2
            // 
            this.bindingNavigatorCountItem2.Name = "bindingNavigatorCountItem2";
            this.bindingNavigatorCountItem2.Size = new System.Drawing.Size(41, 22);
            this.bindingNavigatorCountItem2.Text = "of {0}";
            this.bindingNavigatorCountItem2.TextImageRelation = System.Windows.Forms.TextImageRelation.Overlay;
            this.bindingNavigatorCountItem2.ToolTipText = "count";
            // 
            // btnRefresh
            // 
            this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRefresh.Image = ((System.Drawing.Image)(resources.GetObject("btnRefresh.Image")));
            this.btnRefresh.Location = new System.Drawing.Point(456, 67);
            this.btnRefresh.Name = "btnRefresh";
            this.btnRefresh.Size = new System.Drawing.Size(25, 21);
            this.btnRefresh.TabIndex = 39;
            this.btnRefresh.UseVisualStyleBackColor = true;
            this.btnRefresh.Click += new System.EventHandler(this.dgViewGroups_SelectionChanged);
            // 
            // txtChoosed
            // 
            this.txtChoosed.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtChoosed.Location = new System.Drawing.Point(487, 67);
            this.txtChoosed.Name = "txtChoosed";
            this.txtChoosed.Size = new System.Drawing.Size(95, 21);
            this.txtChoosed.TabIndex = 36;
            this.txtChoosed.TextChanged += new System.EventHandler(this.txtChoosed_TextChanged);
            // 
            // txtAll
            // 
            this.txtAll.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.txtAll.Location = new System.Drawing.Point(352, 67);
            this.txtAll.Name = "txtAll";
            this.txtAll.Size = new System.Drawing.Size(95, 21);
            this.txtAll.TabIndex = 35;
            this.txtAll.TextChanged += new System.EventHandler(this.txtAll_TextChanged);
            // 
            // btnAgent
            // 
            this.btnAgent.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAgent.Location = new System.Drawing.Point(196, 295);
            this.btnAgent.Name = "btnAgent";
            this.btnAgent.Size = new System.Drawing.Size(75, 23);
            this.btnAgent.TabIndex = 34;
            this.btnAgent.Text = "Agent";
            this.btnAgent.UseVisualStyleBackColor = true;
            this.btnAgent.Visible = false;
            this.btnAgent.Click += new System.EventHandler(this.btnAgent_Click);
            // 
            // btnSave
            // 
            this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnSave.Location = new System.Drawing.Point(442, 295);
            this.btnSave.Name = "btnSave";
            this.btnSave.Size = new System.Drawing.Size(47, 23);
            this.btnSave.TabIndex = 33;
            this.btnSave.Text = "Save";
            this.btnSave.UseVisualStyleBackColor = true;
            this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
            // 
            // labelChoosed
            // 
            this.labelChoosed.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelChoosed.AutoSize = true;
            this.labelChoosed.Location = new System.Drawing.Point(492, 40);
            this.labelChoosed.Name = "labelChoosed";
            this.labelChoosed.Size = new System.Drawing.Size(77, 12);
            this.labelChoosed.TabIndex = 32;
            this.labelChoosed.Text = "labelChoosed";
            // 
            // labelUnchecked
            // 
            this.labelUnchecked.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.labelUnchecked.AutoSize = true;
            this.labelUnchecked.Location = new System.Drawing.Point(358, 40);
            this.labelUnchecked.Name = "labelUnchecked";
            this.labelUnchecked.Size = new System.Drawing.Size(89, 12);
            this.labelUnchecked.TabIndex = 31;
            this.labelUnchecked.Text = "labelUnchecked";
            // 
            // btnLeftAll
            // 
            this.btnLeftAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLeftAll.Location = new System.Drawing.Point(453, 272);
            this.btnLeftAll.Name = "btnLeftAll";
            this.btnLeftAll.Size = new System.Drawing.Size(25, 20);
            this.btnLeftAll.TabIndex = 30;
            this.btnLeftAll.Text = "<<";
            this.btnLeftAll.UseVisualStyleBackColor = true;
            this.btnLeftAll.Click += new System.EventHandler(this.btnLeftAll_Click);
            // 
            // btnLeft
            // 
            this.btnLeft.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnLeft.Location = new System.Drawing.Point(453, 246);
            this.btnLeft.Name = "btnLeft";
            this.btnLeft.Size = new System.Drawing.Size(25, 20);
            this.btnLeft.TabIndex = 29;
            this.btnLeft.Text = "<";
            this.btnLeft.UseVisualStyleBackColor = true;
            this.btnLeft.Click += new System.EventHandler(this.btnLeft_Click);
            // 
            // btnRight
            // 
            this.btnRight.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRight.Location = new System.Drawing.Point(453, 122);
            this.btnRight.Name = "btnRight";
            this.btnRight.Size = new System.Drawing.Size(25, 20);
            this.btnRight.TabIndex = 28;
            this.btnRight.Text = ">";
            this.btnRight.UseVisualStyleBackColor = true;
            this.btnRight.Click += new System.EventHandler(this.btnRight_Click);
            // 
            // btnRightAll
            // 
            this.btnRightAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.btnRightAll.Location = new System.Drawing.Point(453, 96);
            this.btnRightAll.Name = "btnRightAll";
            this.btnRightAll.Size = new System.Drawing.Size(25, 20);
            this.btnRightAll.TabIndex = 27;
            this.btnRightAll.Text = ">>";
            this.btnRightAll.UseVisualStyleBackColor = true;
            this.btnRightAll.Click += new System.EventHandler(this.btnRightAll_Click);
            // 
            // listBox2
            // 
            this.listBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listBox2.DataSource = this.bindingSourceUserSelected;
            this.listBox2.DisplayMember = "UserIDName";
            this.listBox2.FormattingEnabled = true;
            this.listBox2.HorizontalScrollbar = true;
            this.listBox2.ItemHeight = 12;
            this.listBox2.Location = new System.Drawing.Point(483, 96);
            this.listBox2.Name = "listBox2";
            this.listBox2.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.listBox2.Size = new System.Drawing.Size(99, 160);
            this.listBox2.TabIndex = 26;
            this.listBox2.ValueMember = "UserID";
            // 
            // bindingSourceUserSelected
            // 
            this.bindingSourceUserSelected.DataMember = "dataTableSelected";
            this.bindingSourceUserSelected.DataSource = this.dataSetGroupUsers;
            this.bindingSourceUserSelected.Sort = "USERID";
            // 
            // dataSetGroupUsers
            // 
            this.dataSetGroupUsers.DataSetName = "NewDataSet";
            this.dataSetGroupUsers.Tables.AddRange(new System.Data.DataTable[] {
            this.dataTableSelected,
            this.dataTableUnSelected});
            // 
            // dataTableSelected
            // 
            this.dataTableSelected.Columns.AddRange(new System.Data.DataColumn[] {
            this.UserIDSelected,
            this.UserNameSelected,
            this.UserIDNameSelected});
            this.dataTableSelected.TableName = "dataTableSelected";
            // 
            // UserIDSelected
            // 
            this.UserIDSelected.ColumnName = "USERID";
            // 
            // UserNameSelected
            // 
            this.UserNameSelected.ColumnName = "USERNAME";
            // 
            // UserIDNameSelected
            // 
            this.UserIDNameSelected.ColumnName = "USERIDNAME";
            this.UserIDNameSelected.Expression = "USERID + \'(\' + USERNAME + \')\'";
            this.UserIDNameSelected.ReadOnly = true;
            // 
            // dataTableUnSelected
            // 
            this.dataTableUnSelected.Columns.AddRange(new System.Data.DataColumn[] {
            this.UserIDUnSelected,
            this.UserNameUnSelected,
            this.UserIDNameUnSelected});
            this.dataTableUnSelected.TableName = "dataTableUnSelected";
            // 
            // UserIDUnSelected
            // 
            this.UserIDUnSelected.ColumnName = "USERID";
            // 
            // UserNameUnSelected
            // 
            this.UserNameUnSelected.Caption = "USERNAME";
            this.UserNameUnSelected.ColumnName = "USERNAME";
            // 
            // UserIDNameUnSelected
            // 
            this.UserIDNameUnSelected.ColumnName = "USERIDNAME";
            this.UserIDNameUnSelected.Expression = "USERID + \'(\' + USERNAME + \')\'";
            this.UserIDNameUnSelected.ReadOnly = true;
            // 
            // listBox1
            // 
            this.listBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.listBox1.DataSource = this.bindingSourceUserUnSelected;
            this.listBox1.DisplayMember = "UserIDName";
            this.listBox1.FormattingEnabled = true;
            this.listBox1.HorizontalScrollbar = true;
            this.listBox1.ItemHeight = 12;
            this.listBox1.Location = new System.Drawing.Point(352, 96);
            this.listBox1.Name = "listBox1";
            this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
            this.listBox1.Size = new System.Drawing.Size(99, 160);
            this.listBox1.TabIndex = 25;
            this.listBox1.ValueMember = "UserID";
            // 
            // bindingSourceUserUnSelected
            // 
            this.bindingSourceUserUnSelected.DataMember = "dataTableUnSelected";
            this.bindingSourceUserUnSelected.DataSource = this.dataSetGroupUsers;
            this.bindingSourceUserUnSelected.Sort = "USERID";
            // 
            // btnAM
            // 
            this.btnAM.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnAM.Location = new System.Drawing.Point(88, 298);
            this.btnAM.Name = "btnAM";
            this.btnAM.Size = new System.Drawing.Size(86, 23);
            this.btnAM.TabIndex = 24;
            this.btnAM.Text = "Access Menus";
            this.btnAM.UseVisualStyleBackColor = true;
            this.btnAM.Click += new System.EventHandler(this.btnAM_Click);
            // 
            // btnGetADGroup
            // 
            this.btnGetADGroup.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.btnGetADGroup.Location = new System.Drawing.Point(7, 298);
            this.btnGetADGroup.Name = "btnGetADGroup";
            this.btnGetADGroup.Size = new System.Drawing.Size(75, 23);
            this.btnGetADGroup.TabIndex = 23;
            this.btnGetADGroup.Text = "GetADGroup";
            this.btnGetADGroup.UseVisualStyleBackColor = true;
            this.btnGetADGroup.Click += new System.EventHandler(this.btnGetADGroup_Click);
            // 
            // dgViewGroups
            // 
            dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(255)))));
            dataGridViewCellStyle4.ForeColor = System.Drawing.Color.Blue;
            this.dgViewGroups.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
            this.dgViewGroups.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.dgViewGroups.AutoGenerateColumns = false;
            this.dgViewGroups.BackgroundColor = System.Drawing.Color.Linen;
            this.dgViewGroups.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.Sunken;
            this.dgViewGroups.ColumnHeadersHeight = 25;
            this.dgViewGroups.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.gROUPIDDataGridViewTextBoxColumn,
            this.gROUPNAMEDataGridViewTextBoxColumn,
            this.dESCRIPTIONDataGridViewTextBoxColumn1,
            this.MSADGroup});
            this.dgViewGroups.DataSource = this.bsGroups;
            dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
            dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
            dataGridViewCellStyle5.Font = new System.Drawing.Font("PMingLiU", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(136)));
            dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
            dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
            dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
            dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
            this.dgViewGroups.DefaultCellStyle = dataGridViewCellStyle5;
            this.dgViewGroups.EnterEnable = true;
            this.dgViewGroups.EnterRefValControl = false;
            this.dgViewGroups.Location = new System.Drawing.Point(0, 25);
            this.dgViewGroups.Name = "dgViewGroups";
            this.dgViewGroups.RowHeadersWidth = 25;
            this.dgViewGroups.RowTemplate.Height = 23;
            this.dgViewGroups.Size = new System.Drawing.Size(346, 267);
            this.dgViewGroups.SureDelete = false;
            this.dgViewGroups.TabIndex = 19;
            this.dgViewGroups.TotalActive = false;
            this.dgViewGroups.TotalBackColor = System.Drawing.SystemColors.Info;
            this.dgViewGroups.TotalCaption = null;
            this.dgViewGroups.TotalCaptionFont = new System.Drawing.Font("宋体", 9F);
            this.dgViewGroups.TotalFont = new System.Drawing.Font("宋体", 9F);
            this.dgViewGroups.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgViewGroups_CellValueChanged);
            this.dgViewGroups.SelectionChanged += new System.EventHandler(this.dgViewGroups_SelectionChanged);
            this.dgViewGroups.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgViewGroups_UserDeletingRow);
            // 
            // gROUPIDDataGridViewTextBoxColumn
            // 
            this.gROUPIDDataGridViewTextBoxColumn.DataPropertyName = "GROUPID";
            this.gROUPIDDataGridViewTextBoxColumn.HeaderText = "Group ID";
            this.gROUPIDDataGridViewTextBoxColumn.Name = "gROUPIDDataGridViewTextBoxColumn";
            this.gROUPIDDataGridViewTextBoxColumn.Width = 60;
            // 
            // gROUPNAMEDataGridViewTextBoxColumn
            // 
            this.gROUPNAMEDataGridViewTextBoxColumn.DataPropertyName = "GROUPNAME";
            this.gROUPNAMEDataGridViewTextBoxColumn.HeaderText = "Group Name";
            this.gROUPNAMEDataGridViewTextBoxColumn.Name = "gROUPNAMEDataGridViewTextBoxColumn";
            // 
            // dESCRIPTIONDataGridViewTextBoxColumn1
            // 
            this.dESCRIPTIONDataGridViewTextBoxColumn1.DataPropertyName = "DESCRIPTION";
            this.dESCRIPTIONDataGridViewTextBoxColumn1.HeaderText = "Description";
            this.dESCRIPTIONDataGridViewTextBoxColumn1.Name = "dESCRIPTIONDataGridViewTextBoxColumn1";
            this.dESCRIPTIONDataGridViewTextBoxColumn1.Width = 90;
            // 
            // MSADGroup
            // 
            this.MSADGroup.DataPropertyName = "MSAD";
            this.MSADGroup.HeaderText = "MSAD";
            this.MSADGroup.Name = "MSADGroup";
            this.MSADGroup.Width = 60;
            // 
            // infoRefVal1
            // 
            this.infoRefVal1.ActiveBox = null;
            this.infoRefVal1.ActiveColumn = null;
            this.infoRefVal1.AllowAddData = false;
            this.infoRefVal1.AlwaysClose = false;
            this.infoRefVal1.AutoGridSize = false;
            this.infoRefVal1.AutoLocate = true;
            this.infoRefVal1.Caption = null;
            this.infoRefVal1.CheckData = true;
            this.infoRefVal1.DataSource = this.bsUsers;
            this.infoRefVal1.DisplayMember = "USERNAME";
            this.infoRefVal1.EditingDisplayMember = "USERID";
            this.infoRefVal1.FLookupValue = "";
            this.infoRefVal1.Font = new System.Drawing.Font("宋体", 9F);
            this.infoRefVal1.FormSize = new System.Drawing.Size(410, 255);
            this.infoRefVal1.IgnoreCase = false;
            this.infoRefVal1.MultiLanguage = false;
            this.infoRefVal1.PacketRecords = 100;
            this.infoRefVal1.RefByWhere = false;
            this.infoRefVal1.SelectAlias = null;
            this.infoRefVal1.SelectCommand = null;
            this.infoRefVal1.SelectTop = null;
            this.infoRefVal1.Styles = Srvtools.InfoRefVal.ShowStyle.gridStyle;
            this.infoRefVal1.ValueMember = "USERID";
            this.infoRefVal1.WhereItemCache = true;
            // 
            // UGControl
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.tabControl1);
            this.Name = "UGControl";
            this.Size = new System.Drawing.Size(605, 365);
            this.tabControl1.ResumeLayout(false);
            this.tabPageUsers.ResumeLayout(false);
            this.tabPageUsers.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NavigatorUsers)).EndInit();
            this.NavigatorUsers.ResumeLayout(false);
            this.NavigatorUsers.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgViewUsers)).EndInit();
            this.tabPageGroups.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.NavigatorGroups)).EndInit();
            this.NavigatorGroups.ResumeLayout(false);
            this.NavigatorGroups.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.bsGroups)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoDsGroups)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceUserSelected)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataSetGroupUsers)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTableSelected)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dataTableUnSelected)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bindingSourceUserUnSelected)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dgViewGroups)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.infoRefVal1)).EndInit();
            this.ResumeLayout(false);

        }
示例#8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Srvtools.StateItem stateItem1 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem2 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem3 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem4 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem5 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem6 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem7 = new Srvtools.StateItem();
     Srvtools.StateItem stateItem8 = new Srvtools.StateItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TAG_FORMNAME));
     this.infoStatusStrip1 = new Srvtools.InfoStatusStrip(this.components);
     this.infoNavigator1 = new Srvtools.InfoNavigator();
     this.bindingNavigatorAbortItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorAddNewItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorApplyItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorCancelItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorDeleteItem1 = new System.Windows.Forms.ToolStripButton();
     this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
     this.bindingNavigatorEditItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorExportItem = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveFirstItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMovePreviousItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveNextItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorMoveLastItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator11 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorSeparator21 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorOKItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator31 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorRefreshItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorQueryItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorPrintItem1 = new System.Windows.Forms.ToolStripButton();
     this.bindingNavigatorSeparator41 = new System.Windows.Forms.ToolStripSeparator();
     this.bindingNavigatorPositionItem1 = new System.Windows.Forms.ToolStripTextBox();
     this.bindingNavigatorCountItem1 = new System.Windows.Forms.ToolStripLabel();
     this.scMaster = new System.Windows.Forms.SplitContainer();
     ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).BeginInit();
     this.infoNavigator1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scMaster)).BeginInit();
     this.scMaster.SuspendLayout();
     this.SuspendLayout();
     //
     // infoStatusStrip1
     //
     this.infoStatusStrip1.Location = new System.Drawing.Point(0, 504);
     this.infoStatusStrip1.Name = "infoStatusStrip1";
     this.infoStatusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 19, 0);
     this.infoStatusStrip1.ShowCompany = false;
     this.infoStatusStrip1.ShowDate = true;
     this.infoStatusStrip1.ShowEEPAlias = true;
     this.infoStatusStrip1.ShowNavigatorStatus = true;
     this.infoStatusStrip1.ShowProgress = false;
     this.infoStatusStrip1.ShowSolution = true;
     this.infoStatusStrip1.ShowUserID = true;
     this.infoStatusStrip1.ShowUserName = true;
     this.infoStatusStrip1.Size = new System.Drawing.Size(864, 26);
     this.infoStatusStrip1.TabIndex = 2;
     this.infoStatusStrip1.Text = "infoStatusStrip1";
     //
     // infoNavigator1
     //
     this.infoNavigator1.AbortItem = this.bindingNavigatorAbortItem1;
     this.infoNavigator1.AddNewItem = this.bindingNavigatorAddNewItem1;
     this.infoNavigator1.AnyQueryID = "";
     this.infoNavigator1.ApplyItem = this.bindingNavigatorApplyItem1;
     this.infoNavigator1.BindingSource = null;
     this.infoNavigator1.CancelItem = this.bindingNavigatorCancelItem1;
     this.infoNavigator1.CopyItem = null;
     this.infoNavigator1.CountItem = null;
     this.infoNavigator1.DeleteItem = this.bindingNavigatorDeleteItem1;
     this.infoNavigator1.DescriptionItem = this.toolStripLabel1;
     this.infoNavigator1.DetailBindingSource = null;
     this.infoNavigator1.DetailKeyField = null;
     this.infoNavigator1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText;
     this.infoNavigator1.EditItem = this.bindingNavigatorEditItem1;
     this.infoNavigator1.ExportItem = this.bindingNavigatorExportItem;
     this.infoNavigator1.ForeColors = System.Drawing.Color.Empty;
     this.infoNavigator1.GetRealRecordsCount = false;
     this.infoNavigator1.GetServerText = true;
     this.infoNavigator1.HideItemStates = false;
     this.infoNavigator1.InternalQuery = true;
     this.infoNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.bindingNavigatorMoveFirstItem1,
     this.bindingNavigatorMovePreviousItem1,
     this.bindingNavigatorMoveNextItem1,
     this.bindingNavigatorMoveLastItem1,
     this.bindingNavigatorSeparator11,
     this.bindingNavigatorAddNewItem1,
     this.bindingNavigatorDeleteItem1,
     this.bindingNavigatorEditItem1,
     this.bindingNavigatorSeparator21,
     this.bindingNavigatorOKItem1,
     this.bindingNavigatorCancelItem1,
     this.bindingNavigatorApplyItem1,
     this.bindingNavigatorAbortItem1,
     this.bindingNavigatorSeparator31,
     this.bindingNavigatorRefreshItem1,
     this.bindingNavigatorQueryItem1,
     this.bindingNavigatorPrintItem1,
     this.bindingNavigatorExportItem,
     this.bindingNavigatorSeparator41,
     this.bindingNavigatorPositionItem1,
     this.bindingNavigatorCountItem1,
     this.toolStripLabel1});
     this.infoNavigator1.Location = new System.Drawing.Point(0, 0);
     this.infoNavigator1.MoveFirstItem = null;
     this.infoNavigator1.MoveLastItem = null;
     this.infoNavigator1.MoveNextItem = null;
     this.infoNavigator1.MovePreviousItem = null;
     this.infoNavigator1.MultiLanguage = false;
     this.infoNavigator1.Name = "infoNavigator1";
     this.infoNavigator1.OKItem = this.bindingNavigatorOKItem1;
     this.infoNavigator1.PositionItem = null;
     this.infoNavigator1.PreQueryCondition = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryCondition")));
     this.infoNavigator1.PreQueryField = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryField")));
     this.infoNavigator1.PreQueryValue = ((System.Collections.Generic.List<string>)(resources.GetObject("infoNavigator1.PreQueryValue")));
     this.infoNavigator1.PrintItem = this.bindingNavigatorPrintItem1;
     this.infoNavigator1.QueryFont = new System.Drawing.Font("SimSun", 9F);
     this.infoNavigator1.QueryKeepCondition = false;
     this.infoNavigator1.QueryMargin = new System.Drawing.Printing.Margins(100, 30, 10, 30);
     this.infoNavigator1.QueryMode = Srvtools.InfoNavigator.QueryModeType.ClientQuery;
     this.infoNavigator1.QuerySQLSend = true;
     this.infoNavigator1.Size = new System.Drawing.Size(864, 40);
     stateItem1.Description = "Initial";
     stateItem1.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem1.EnabledControls")));
     stateItem1.EnabledControlsEdited = false;
     stateItem1.StateText = "Initial";
     stateItem2.Description = "Browsed";
     stateItem2.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem2.EnabledControls")));
     stateItem2.EnabledControlsEdited = false;
     stateItem2.StateText = "Browsed";
     stateItem3.Description = "Inserting";
     stateItem3.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem3.EnabledControls")));
     stateItem3.EnabledControlsEdited = false;
     stateItem3.StateText = "Inserting";
     stateItem4.Description = "Editing";
     stateItem4.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem4.EnabledControls")));
     stateItem4.EnabledControlsEdited = false;
     stateItem4.StateText = "Editing";
     stateItem5.Description = "Applying";
     stateItem5.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem5.EnabledControls")));
     stateItem5.EnabledControlsEdited = false;
     stateItem5.StateText = "Applying";
     stateItem6.Description = "Changing";
     stateItem6.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem6.EnabledControls")));
     stateItem6.EnabledControlsEdited = false;
     stateItem6.StateText = "Changing";
     stateItem7.Description = "Querying";
     stateItem7.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem7.EnabledControls")));
     stateItem7.EnabledControlsEdited = false;
     stateItem7.StateText = "Querying";
     stateItem8.Description = "Printing";
     stateItem8.EnabledControls = ((System.Collections.Generic.List<string>)(resources.GetObject("stateItem8.EnabledControls")));
     stateItem8.EnabledControlsEdited = false;
     stateItem8.StateText = "Printing";
     this.infoNavigator1.States.Add(stateItem1);
     this.infoNavigator1.States.Add(stateItem2);
     this.infoNavigator1.States.Add(stateItem3);
     this.infoNavigator1.States.Add(stateItem4);
     this.infoNavigator1.States.Add(stateItem5);
     this.infoNavigator1.States.Add(stateItem6);
     this.infoNavigator1.States.Add(stateItem7);
     this.infoNavigator1.States.Add(stateItem8);
     this.infoNavigator1.StatusStrip = this.infoStatusStrip1;
     this.infoNavigator1.SureAbort = false;
     this.infoNavigator1.SureDelete = true;
     this.infoNavigator1.SureDeleteText = "Are you sure to delete current record?";
     this.infoNavigator1.SureInsert = false;
     this.infoNavigator1.SureInsertText = "Are you sure to insert record?";
     this.infoNavigator1.TabIndex = 8;
     this.infoNavigator1.Text = "infoNavigator1";
     this.infoNavigator1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.infoNavigator1.ViewBindingSource = null;
     this.infoNavigator1.ViewCountItem = this.bindingNavigatorCountItem1;
     this.infoNavigator1.ViewCountItemFormat = "of {0}";
     this.infoNavigator1.ViewMoveFirstItem = this.bindingNavigatorMoveFirstItem1;
     this.infoNavigator1.ViewMoveLastItem = this.bindingNavigatorMoveLastItem1;
     this.infoNavigator1.ViewMoveNextItem = this.bindingNavigatorMoveNextItem1;
     this.infoNavigator1.ViewMovePreviousItem = this.bindingNavigatorMovePreviousItem1;
     this.infoNavigator1.ViewPositionItem = this.bindingNavigatorPositionItem1;
     this.infoNavigator1.ViewQueryItem = this.bindingNavigatorQueryItem1;
     this.infoNavigator1.ViewRefreshItem = this.bindingNavigatorRefreshItem1;
     this.infoNavigator1.ViewScrollProtect = false;
     //
     // bindingNavigatorAbortItem1
     //
     this.bindingNavigatorAbortItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAbortItem1.Image")));
     this.bindingNavigatorAbortItem1.Name = "bindingNavigatorAbortItem1";
     this.bindingNavigatorAbortItem1.Size = new System.Drawing.Size(44, 37);
     this.bindingNavigatorAbortItem1.Text = "abort";
     this.bindingNavigatorAbortItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorAddNewItem1
     //
     this.bindingNavigatorAddNewItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorAddNewItem1.Image")));
     this.bindingNavigatorAddNewItem1.Name = "bindingNavigatorAddNewItem1";
     this.bindingNavigatorAddNewItem1.Size = new System.Drawing.Size(35, 37);
     this.bindingNavigatorAddNewItem1.Text = "add";
     this.bindingNavigatorAddNewItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorApplyItem1
     //
     this.bindingNavigatorApplyItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorApplyItem1.Image")));
     this.bindingNavigatorApplyItem1.Name = "bindingNavigatorApplyItem1";
     this.bindingNavigatorApplyItem1.Size = new System.Drawing.Size(44, 37);
     this.bindingNavigatorApplyItem1.Text = "apply";
     this.bindingNavigatorApplyItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorCancelItem1
     //
     this.bindingNavigatorCancelItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorCancelItem1.Image")));
     this.bindingNavigatorCancelItem1.Name = "bindingNavigatorCancelItem1";
     this.bindingNavigatorCancelItem1.Size = new System.Drawing.Size(48, 37);
     this.bindingNavigatorCancelItem1.Text = "cancel";
     this.bindingNavigatorCancelItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorDeleteItem1
     //
     this.bindingNavigatorDeleteItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorDeleteItem1.Image")));
     this.bindingNavigatorDeleteItem1.Name = "bindingNavigatorDeleteItem1";
     this.bindingNavigatorDeleteItem1.Size = new System.Drawing.Size(48, 37);
     this.bindingNavigatorDeleteItem1.Text = "delete";
     this.bindingNavigatorDeleteItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // toolStripLabel1
     //
     this.toolStripLabel1.Name = "toolStripLabel1";
     this.toolStripLabel1.Size = new System.Drawing.Size(32, 37);
     this.toolStripLabel1.Text = "°_©l";
     this.toolStripLabel1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorEditItem1
     //
     this.bindingNavigatorEditItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorEditItem1.Image")));
     this.bindingNavigatorEditItem1.Name = "bindingNavigatorEditItem1";
     this.bindingNavigatorEditItem1.Size = new System.Drawing.Size(34, 37);
     this.bindingNavigatorEditItem1.Text = "edit";
     this.bindingNavigatorEditItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorExportItem
     //
     this.bindingNavigatorExportItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorExportItem.Image")));
     this.bindingNavigatorExportItem.Name = "bindingNavigatorExportItem";
     this.bindingNavigatorExportItem.Size = new System.Drawing.Size(50, 37);
     this.bindingNavigatorExportItem.Text = "export";
     this.bindingNavigatorExportItem.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorMoveFirstItem1
     //
     this.bindingNavigatorMoveFirstItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem1.Image")));
     this.bindingNavigatorMoveFirstItem1.Name = "bindingNavigatorMoveFirstItem1";
     this.bindingNavigatorMoveFirstItem1.Size = new System.Drawing.Size(34, 37);
     this.bindingNavigatorMoveFirstItem1.Text = "first";
     this.bindingNavigatorMoveFirstItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorMovePreviousItem1
     //
     this.bindingNavigatorMovePreviousItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem1.Image")));
     this.bindingNavigatorMovePreviousItem1.Name = "bindingNavigatorMovePreviousItem1";
     this.bindingNavigatorMovePreviousItem1.Size = new System.Drawing.Size(62, 37);
     this.bindingNavigatorMovePreviousItem1.Text = "previous";
     this.bindingNavigatorMovePreviousItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorMoveNextItem1
     //
     this.bindingNavigatorMoveNextItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem1.Image")));
     this.bindingNavigatorMoveNextItem1.Name = "bindingNavigatorMoveNextItem1";
     this.bindingNavigatorMoveNextItem1.Size = new System.Drawing.Size(36, 37);
     this.bindingNavigatorMoveNextItem1.Text = "next";
     this.bindingNavigatorMoveNextItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorMoveLastItem1
     //
     this.bindingNavigatorMoveLastItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem1.Image")));
     this.bindingNavigatorMoveLastItem1.Name = "bindingNavigatorMoveLastItem1";
     this.bindingNavigatorMoveLastItem1.Size = new System.Drawing.Size(32, 37);
     this.bindingNavigatorMoveLastItem1.Text = "last";
     this.bindingNavigatorMoveLastItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorSeparator11
     //
     this.bindingNavigatorSeparator11.Name = "bindingNavigatorSeparator11";
     this.bindingNavigatorSeparator11.Size = new System.Drawing.Size(6, 40);
     //
     // bindingNavigatorSeparator21
     //
     this.bindingNavigatorSeparator21.Name = "bindingNavigatorSeparator21";
     this.bindingNavigatorSeparator21.Size = new System.Drawing.Size(6, 40);
     //
     // bindingNavigatorOKItem1
     //
     this.bindingNavigatorOKItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorOKItem1.Image")));
     this.bindingNavigatorOKItem1.Name = "bindingNavigatorOKItem1";
     this.bindingNavigatorOKItem1.Size = new System.Drawing.Size(27, 37);
     this.bindingNavigatorOKItem1.Text = "ok";
     this.bindingNavigatorOKItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorSeparator31
     //
     this.bindingNavigatorSeparator31.Name = "bindingNavigatorSeparator31";
     this.bindingNavigatorSeparator31.Size = new System.Drawing.Size(6, 40);
     //
     // bindingNavigatorRefreshItem1
     //
     this.bindingNavigatorRefreshItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorRefreshItem1.Image")));
     this.bindingNavigatorRefreshItem1.Name = "bindingNavigatorRefreshItem1";
     this.bindingNavigatorRefreshItem1.Size = new System.Drawing.Size(53, 37);
     this.bindingNavigatorRefreshItem1.Text = "refresh";
     this.bindingNavigatorRefreshItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorQueryItem1
     //
     this.bindingNavigatorQueryItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorQueryItem1.Image")));
     this.bindingNavigatorQueryItem1.Name = "bindingNavigatorQueryItem1";
     this.bindingNavigatorQueryItem1.Size = new System.Drawing.Size(45, 37);
     this.bindingNavigatorQueryItem1.Text = "query";
     this.bindingNavigatorQueryItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorPrintItem1
     //
     this.bindingNavigatorPrintItem1.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorPrintItem1.Image")));
     this.bindingNavigatorPrintItem1.Name = "bindingNavigatorPrintItem1";
     this.bindingNavigatorPrintItem1.Size = new System.Drawing.Size(39, 37);
     this.bindingNavigatorPrintItem1.Text = "print";
     this.bindingNavigatorPrintItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     //
     // bindingNavigatorSeparator41
     //
     this.bindingNavigatorSeparator41.Name = "bindingNavigatorSeparator41";
     this.bindingNavigatorSeparator41.Size = new System.Drawing.Size(6, 40);
     //
     // bindingNavigatorPositionItem1
     //
     this.bindingNavigatorPositionItem1.Name = "bindingNavigatorPositionItem1";
     this.bindingNavigatorPositionItem1.Size = new System.Drawing.Size(37, 40);
     this.bindingNavigatorPositionItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.bindingNavigatorPositionItem1.ToolTipText = "position";
     //
     // bindingNavigatorCountItem1
     //
     this.bindingNavigatorCountItem1.Name = "bindingNavigatorCountItem1";
     this.bindingNavigatorCountItem1.Size = new System.Drawing.Size(39, 37);
     this.bindingNavigatorCountItem1.Text = "of {0}";
     this.bindingNavigatorCountItem1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
     this.bindingNavigatorCountItem1.ToolTipText = "count";
     //
     // scMaster
     //
     this.scMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.scMaster.Location = new System.Drawing.Point(0, 40);
     this.scMaster.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.scMaster.Name = "scMaster";
     this.scMaster.Size = new System.Drawing.Size(864, 464);
     this.scMaster.SplitterDistance = 288;
     this.scMaster.SplitterWidth = 5;
     this.scMaster.TabIndex = 9;
     //
     // TAG_FORMNAME
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.ClientSize = new System.Drawing.Size(864, 530);
     this.Controls.Add(this.scMaster);
     this.Controls.Add(this.infoNavigator1);
     this.Controls.Add(this.infoStatusStrip1);
     this.Font = new System.Drawing.Font("SimSun", 12F);
     this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.Name = "TAG_FORMNAME";
     ((System.ComponentModel.ISupportInitialize)(this.infoNavigator1)).EndInit();
     this.infoNavigator1.ResumeLayout(false);
     this.infoNavigator1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.scMaster)).EndInit();
     this.scMaster.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }