Esempio n. 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();

        }
        /// <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);

        }