Пример #1
0
        public AppListInfo LinkListToColumn(TableBase.TableEnum listName, DevExpress.XtraBars.BarEditItem col)
        {
            AppListInfo l = AppListStore.Find(x => x.AppListName == listName);

            l.LinkListToColumn(col);
            return(l);
        }
        private void Form1_Load(object sender, System.EventArgs e)
        {
            DevExpress.XtraBars.BarEditItem item;
            DevExpress.XtraEditors.Repository.RepositoryItemComboBox    combo;
            DevExpress.XtraEditors.Repository.RepositoryItemProgressBar progress;

            barManager1.ForceInitialize();

            // create combo
            combo = barManager1.RepositoryItems.Add("ComboBoxEdit") as DevExpress.XtraEditors.Repository.RepositoryItemComboBox;
            combo.Items.Add("Item A");
            combo.Items.Add("Item B");
            item           = new DevExpress.XtraBars.BarEditItem(barManager1);
            item.Edit      = combo;
            item.EditValue = "[n/a]";
            item.Width     = 100;
            barStandard.AddItem(item);

            // create progress
            progress       = barManager1.RepositoryItems.Add("ProgressBarControl") as DevExpress.XtraEditors.Repository.RepositoryItemProgressBar;
            item           = new DevExpress.XtraBars.BarEditItem(barManager1);
            item.Edit      = progress;
            item.EditValue = 26;             // 26%
            item.Width     = 150;
            barStatus.AddItem(item);
        }
Пример #3
0
        /// <summary>
        /// add BareditItems of years
        /// </summary>
        /// <param name="BE">BarEditItem object</param>
        private void AddBarEditItems(DevExpress.XtraBars.BarEditItem BE)
        {
            int FirstYear = 2000;
            int EndYear   = 2060;

            for (int i = FirstYear; i <= EndYear; i++)
            {
                ((DevExpress.XtraEditors.Repository.RepositoryItemComboBox)BE.Edit).Items.Add(FirstYear.ToString());
                FirstYear++;
            }
        }
Пример #4
0
        /// <summary>
        /// add BareditItems of years
        /// </summary>
        /// <param name="BE">BarEditItem object</param>
        public void AddBarEditItems(DevExpress.XtraBars.BarEditItem BE, DevExpress.XtraBars.BarEditItem BE1, Itop.Client.Base.FormBase FB)
        {
            IList            list = SelectProgramme(FB);
            Ps_forecast_list pfl  = null;

            //BE.EditValue = "2000";
            for (int i = 0; i < list.Count; ++i)
            {
                pfl = (Ps_forecast_list)list[i];
                ((DevExpress.XtraEditors.Repository.RepositoryItemComboBox)BE.Edit).Items.Add(pfl.Title);
                ((DevExpress.XtraEditors.Repository.RepositoryItemComboBox)BE1.Edit).Items.Add(pfl.ID);
            }
        }
Пример #5
0
        /// <summary>
        /// 加载皮肤到控件
        /// </summary>
        /// <param name="RGBISkin"></param>
        void InitialStyle(RibbonControl ribbonControl1, DevExpress.XtraBars.BarEditItem barItem_RbStyle)
        {
            RepositoryItemComboBox cmb = barItem_RbStyle.Edit as RepositoryItemComboBox;

            barItemStyle = barItem_RbStyle;
            RibbonCol    = ribbonControl1;
            cmb.Items.Clear();
            cmb.Items.Add(new ImageComboBoxItem("Office 2007", RibbonControlStyle.Office2007, -1));
            cmb.Items.Add(new ImageComboBoxItem("Office 2010", RibbonControlStyle.Office2010, -1));
            cmb.Items.Add(new ImageComboBoxItem("Office 2013", RibbonControlStyle.Office2013, -1));
            cmb.Items.Add(new ImageComboBoxItem("MacOffice", RibbonControlStyle.MacOffice, -1));
            //cmb.EditValueChanged += cmb_EditValueChanged;
            barItemStyle.EditValueChanged += barItemStyle_EditValueChanged;
            if (!String.IsNullOrEmpty(defaultRbStyle))
            {
                barItem_RbStyle.EditValue = (RibbonControlStyle)Enum.Parse(typeof(RibbonControlStyle), defaultRbStyle);
            }
        }
 /// <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(RoleDetailFrm));
     this.groupControlUpdate = new DevExpress.XtraEditors.GroupControl();
     this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
     this.popupControlContainer2 = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.buttonEdit = new DevExpress.XtraEditors.ButtonEdit();
     this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.someLabelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.someLabelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.CEUpdate = new DevExpress.XtraEditors.CheckEdit();
     this.CESelect = new DevExpress.XtraEditors.CheckEdit();
     this.CEDelete = new DevExpress.XtraEditors.CheckEdit();
     this.CEInsert = new DevExpress.XtraEditors.CheckEdit();
     this.groupControlSelect = new DevExpress.XtraEditors.GroupControl();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.rolesBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsRetirementCenter = new RetirementCenter.DataSources.dsRetirementCenter();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.roleDetialTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.RoleDetialTableAdapter();
     this.rolesTableAdapter = new RetirementCenter.DataSources.dsRetirementCenterTableAdapters.RolesTableAdapter();
     this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
     this.mbRetCenterExit = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterHelp = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterAbout = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterStatus = new DevExpress.XtraBars.BarStaticItem();
     this.mbRetCenterInfo = new DevExpress.XtraBars.BarStaticItem();
     this.mbRetCenterSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
     this.mbRetCenterDBChange = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterReports = new DevExpress.XtraBars.BarEditItem();
     this.mbRetCenterCDGov = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDMarkez = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDSyndicate = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDSubCommitte = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDJop = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDBirthPlace = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDJobDescription = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDGehaType = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDModerea = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDGeha = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDQualification = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDSpecialization = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDEDARET = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDEstefaaKed = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterDataMember = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTBLMashat = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLMashatNIDFastEdit = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLWarasaNIDFastEditFrm = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterRemoveTBLMashatNID = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterRemoveTBLWarasaNID = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLWarasaFastEdit2 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterJobs = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterCDJobtitle = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDAttachmentType = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterRoles = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterUsers = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterUserRoles = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterRoleDetail = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterAppOptions = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterPasswordChanger = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterImportFromAccessFrm = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterRoleSyndicate = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry01 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry02 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDsarfType = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLDofatSarf = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep01 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry03 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry04 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry05 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLMemberSarf = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterPrepareDofaa = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTBLWarasaSarf = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLFrookWarasa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLFrookWarasaAdmin = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLMemberSarf_arshef = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLWarasaSarf_arshef = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep02a = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep03a = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterSarfyaA3da2 = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterXRep02b = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep02c = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep02d = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterSarfyaWarasa = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterXRep03b = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep03c = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep03d = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterDofatSarfActivity = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep05 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry06 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterُErrorQry = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry07 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry08 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry09 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry11 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry12 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry13 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry14 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry15 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry16 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry17 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry18 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry35 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry112 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep06 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry10 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry19 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry20 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry21 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep07 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblMemberAmanat = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblWarasaAmanat = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry22 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry23 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry24 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry25 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry26 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry27 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry28 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLMemberSarf_arshefDelete = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterarchef = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTBLWarasaSarf_arshefDelete = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep08 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterStatis = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry31 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry32 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry33 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQryPart1 = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry55 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry56 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQryPart2 = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry34 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry36 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry37 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry38 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry39 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry38a = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry38b = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry38c = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry40 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry41 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry61 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry66 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry62 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry38d = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry38e = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblChekNid = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry42 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry43 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep09 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLProofDoc = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry44 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterBankQry = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry45 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry46 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry47 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry48 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry48A = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry49 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry51 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry52 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry53 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry54 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry64 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry63 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry68 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry69 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry76 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry77 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry61A = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry66A = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry106 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry107 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry50 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLBeanWarsa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterBank = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterActivateVisa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterActivateVisaWarasa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry60 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep10 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep11 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterStopYasrefByTBLBeanWarsa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLBeanWarsaMenu = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry67 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep12 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep13 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLDeathMembers = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep14 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep15 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry70 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry71 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQryPart3 = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterQry27a = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry28a = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry27b = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry28b = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry87 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry74A = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry74 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry82 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry83 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry85 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry86 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry88 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry91 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry89 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry92 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry90 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry99 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry100 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry104 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry101 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry103 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry105 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry111 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry72 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry73 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep16 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCentertbladminremarks = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry03A = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry75 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep17 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep18 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLEstefa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep19 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry78 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLReprint = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTBLReprintMember = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLReprintWarasa = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLReprintMemberTaslem = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLReprintWarasaTaslem = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry79 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry80 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLremind = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLMandoop = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLHafzaTasleem = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLDeathMembersPrint = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLHafezSarf = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep21 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep22 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep23 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLDeathMembersMenu = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTBLDeathMembersAcc = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblMemberAmanatMenu = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTblMemberAmanatAcc = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblMemberAmanatSarf = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblMemberAmanatCheek = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblMemberAmanat2 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry97 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry108 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry109 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep24 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblWarasaAmanatMenu = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterTblWarasaAmanatSarf = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblWarasaAmanatAcc = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblWarasaAmanatCheek = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblWarasaAmanat2 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry95 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry96 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry98 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep25 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterBankExportedDataActivate = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterVisa = new DevExpress.XtraBars.BarSubItem();
     this.mbRetCenterBankExportedDataWarsaActivate = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterImportFrombamanat = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep16A = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry93 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterQry94 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCdDofaatAmanat = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterCDDofatSarfFrook = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTBLDofatSarfMadunea = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterTblAttach = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep28 = new DevExpress.XtraBars.BarButtonItem();
     this.mbRetCenterXRep29 = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
     this.DataribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.DataribbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.CodeRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.CoderibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.QueryribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.QryribbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.QueryChartribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.PrintribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ReportribbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.PremissionribbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).BeginInit();
     this.groupControlUpdate.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer2)).BeginInit();
     this.popupControlContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).BeginInit();
     this.popupControlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit();
     this.groupControlSelect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlUpdate
     //
     this.groupControlUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControlUpdate.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlUpdate.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlUpdate.Controls.Add(this.ribbonControl);
     this.groupControlUpdate.Controls.Add(this.groupControl2);
     this.groupControlUpdate.Location = new System.Drawing.Point(9, 75);
     this.groupControlUpdate.Name = "groupControlUpdate";
     this.groupControlUpdate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControlUpdate.Size = new System.Drawing.Size(963, 251);
     this.groupControlUpdate.TabIndex = 1;
     this.groupControlUpdate.Text = "التفاصيل";
     //
     // appMenu
     //
     this.appMenu.BottomPaneControlContainer = this.popupControlContainer2;
     this.appMenu.Name = "appMenu";
     this.appMenu.RightPaneControlContainer = this.popupControlContainer1;
     this.appMenu.ShowRightPane = true;
     //
     // popupControlContainer2
     //
     this.popupControlContainer2.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.popupControlContainer2.Appearance.Options.UseBackColor = true;
     this.popupControlContainer2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainer2.Controls.Add(this.buttonEdit);
     this.popupControlContainer2.Location = new System.Drawing.Point(127, 218);
     this.popupControlContainer2.Name = "popupControlContainer2";
     this.popupControlContainer2.Size = new System.Drawing.Size(118, 28);
     this.popupControlContainer2.TabIndex = 5;
     this.popupControlContainer2.Visible = false;
     //
     // buttonEdit
     //
     this.buttonEdit.EditValue = "No Text";
     this.buttonEdit.Location = new System.Drawing.Point(3, 5);
     this.buttonEdit.Name = "buttonEdit";
     this.buttonEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.buttonEdit.Size = new System.Drawing.Size(100, 20);
     this.buttonEdit.TabIndex = 0;
     //
     // popupControlContainer1
     //
     this.popupControlContainer1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.popupControlContainer1.Appearance.Options.UseBackColor = true;
     this.popupControlContainer1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainer1.Controls.Add(this.someLabelControl2);
     this.popupControlContainer1.Controls.Add(this.someLabelControl1);
     this.popupControlContainer1.Location = new System.Drawing.Point(45, 176);
     this.popupControlContainer1.Name = "popupControlContainer1";
     this.popupControlContainer1.Size = new System.Drawing.Size(76, 70);
     this.popupControlContainer1.TabIndex = 4;
     this.popupControlContainer1.Visible = false;
     //
     // someLabelControl2
     //
     this.someLabelControl2.Location = new System.Drawing.Point(3, 57);
     this.someLabelControl2.Name = "someLabelControl2";
     this.someLabelControl2.Size = new System.Drawing.Size(36, 13);
     this.someLabelControl2.TabIndex = 0;
     this.someLabelControl2.Text = "No Info";
     //
     // someLabelControl1
     //
     this.someLabelControl1.Location = new System.Drawing.Point(3, 3);
     this.someLabelControl1.Name = "someLabelControl1";
     this.someLabelControl1.Size = new System.Drawing.Size(36, 13);
     this.someLabelControl1.TabIndex = 0;
     this.someLabelControl1.Text = "No Info";
     //
     // groupControl2
     //
     this.groupControl2.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.groupControl2.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControl2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControl2.Controls.Add(this.CEUpdate);
     this.groupControl2.Controls.Add(this.CESelect);
     this.groupControl2.Controls.Add(this.CEDelete);
     this.groupControl2.Controls.Add(this.CEInsert);
     this.groupControl2.Location = new System.Drawing.Point(361, 169);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(240, 73);
     this.groupControl2.TabIndex = 2;
     this.groupControl2.Text = "عناصر السماح";
     //
     // CEUpdate
     //
     this.CEUpdate.Location = new System.Drawing.Point(21, 49);
     this.CEUpdate.Name = "CEUpdate";
     this.CEUpdate.Properties.Caption = "تعديل";
     this.CEUpdate.Size = new System.Drawing.Size(75, 19);
     this.CEUpdate.TabIndex = 0;
     //
     // CESelect
     //
     this.CESelect.Location = new System.Drawing.Point(21, 24);
     this.CESelect.Name = "CESelect";
     this.CESelect.Properties.Caption = "عرض";
     this.CESelect.Size = new System.Drawing.Size(75, 19);
     this.CESelect.TabIndex = 0;
     //
     // CEDelete
     //
     this.CEDelete.Location = new System.Drawing.Point(144, 49);
     this.CEDelete.Name = "CEDelete";
     this.CEDelete.Properties.Caption = "حذف";
     this.CEDelete.Size = new System.Drawing.Size(75, 19);
     this.CEDelete.TabIndex = 0;
     //
     // CEInsert
     //
     this.CEInsert.Location = new System.Drawing.Point(144, 24);
     this.CEInsert.Name = "CEInsert";
     this.CEInsert.Properties.Caption = "اضافه";
     this.CEInsert.Size = new System.Drawing.Size(75, 19);
     this.CEInsert.TabIndex = 0;
     //
     // groupControlSelect
     //
     this.groupControlSelect.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.groupControlSelect.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlSelect.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlSelect.Controls.Add(this.LUEItems);
     this.groupControlSelect.Controls.Add(this.labelControl1);
     this.groupControlSelect.Location = new System.Drawing.Point(9, 10);
     this.groupControlSelect.Name = "groupControlSelect";
     this.groupControlSelect.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.groupControlSelect.Size = new System.Drawing.Size(963, 59);
     this.groupControlSelect.TabIndex = 0;
     this.groupControlSelect.Text = "جميع السماحيات";
     //
     // LUEItems
     //
     this.LUEItems.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.LUEItems.Location = new System.Drawing.Point(386, 28);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "اسم الصلاحيه", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleDesc", "تعليق", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.LUEItems.Properties.DataSource = this.rolesBindingSource;
     this.LUEItems.Properties.DisplayMember = "RoleName";
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.LUEItems.Properties.ValueMember = "RoleID";
     this.LUEItems.Size = new System.Drawing.Size(173, 20);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // rolesBindingSource
     //
     this.rolesBindingSource.DataMember = "Roles";
     this.rolesBindingSource.DataSource = this.dsRetirementCenter;
     //
     // dsRetirementCenter
     //
     this.dsRetirementCenter.DataSetName = "dsTeachersUnion";
     this.dsRetirementCenter.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.labelControl1.Location = new System.Drawing.Point(565, 31);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(62, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اختار سماحيه";
     //
     // roleDetialTableAdapter
     //
     this.roleDetialTableAdapter.ClearBeforeFill = true;
     //
     // rolesTableAdapter
     //
     this.rolesTableAdapter.ClearBeforeFill = true;
     //
     // ribbonControl
     //
     this.ribbonControl.AllowCustomization = true;
     this.ribbonControl.AllowTrimPageText = false;
     this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu;
     this.ribbonControl.ApplicationButtonText = null;
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.Images = this.ribbonImageCollection;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl.ExpandCollapseItem,
     this.mbRetCenterExit,
     this.mbRetCenterHelp,
     this.mbRetCenterAbout,
     this.mbRetCenterStatus,
     this.mbRetCenterInfo,
     this.mbRetCenterSkins,
     this.mbRetCenterDBChange,
     this.mbRetCenterReports,
     this.mbRetCenterCDGov,
     this.mbRetCenterCDMarkez,
     this.mbRetCenterCDSyndicate,
     this.mbRetCenterCDSubCommitte,
     this.mbRetCenterCDJop,
     this.mbRetCenterCDBirthPlace,
     this.mbRetCenterCDJobDescription,
     this.mbRetCenterCDGehaType,
     this.mbRetCenterCDModerea,
     this.mbRetCenterCDGeha,
     this.mbRetCenterCDQualification,
     this.mbRetCenterCDSpecialization,
     this.mbRetCenterCDEDARET,
     this.mbRetCenterCDEstefaaKed,
     this.mbRetCenterDataMember,
     this.mbRetCenterTBLMashat,
     this.mbRetCenterJobs,
     this.mbRetCenterCDJobtitle,
     this.mbRetCenterCDAttachmentType,
     this.mbRetCenterRoles,
     this.mbRetCenterUsers,
     this.mbRetCenterUserRoles,
     this.mbRetCenterRoleDetail,
     this.mbRetCenterAppOptions,
     this.mbRetCenterPasswordChanger,
     this.mbRetCenterImportFromAccessFrm,
     this.mbRetCenterRoleSyndicate,
     this.mbRetCenterQry01,
     this.mbRetCenterQry02,
     this.mbRetCenterCDsarfType,
     this.mbRetCenterTBLDofatSarf,
     this.mbRetCenterXRep01,
     this.mbRetCenterQry03,
     this.mbRetCenterQry04,
     this.mbRetCenterQry05,
     this.mbRetCenterTBLMemberSarf,
     this.mbRetCenterTBLMashatNIDFastEdit,
     this.mbRetCenterTBLWarasaNIDFastEditFrm,
     this.mbRetCenterPrepareDofaa,
     this.mbRetCenterTBLWarasaSarf,
     this.mbRetCenterXRep02a,
     this.mbRetCenterXRep03a,
     this.mbRetCenterSarfyaA3da2,
     this.mbRetCenterXRep02b,
     this.mbRetCenterSarfyaWarasa,
     this.mbRetCenterXRep02c,
     this.mbRetCenterXRep02d,
     this.mbRetCenterXRep03c,
     this.mbRetCenterXRep03d,
     this.mbRetCenterXRep03b,
     this.mbRetCenterDofatSarfActivity,
     this.mbRetCenterXRep05,
     this.mbRetCenterQry06,
     this.mbRetCenterُErrorQry,
     this.mbRetCenterQry07,
     this.mbRetCenterQry08,
     this.mbRetCenterXRep06,
     this.mbRetCenterQry09,
     this.mbRetCenterQry10,
     this.mbRetCenterQry11,
     this.mbRetCenterQry12,
     this.mbRetCenterQry13,
     this.mbRetCenterQry14,
     this.mbRetCenterQry15,
     this.mbRetCenterQry16,
     this.mbRetCenterQry17,
     this.mbRetCenterQry18,
     this.mbRetCenterQry19,
     this.mbRetCenterQry20,
     this.mbRetCenterQry21,
     this.mbRetCenterXRep07,
     this.mbRetCenterTblMemberAmanat,
     this.mbRetCenterTblWarasaAmanat,
     this.mbRetCenterQry22,
     this.mbRetCenterQry23,
     this.mbRetCenterQry24,
     this.mbRetCenterQry25,
     this.mbRetCenterQry26,
     this.mbRetCenterQry27,
     this.mbRetCenterQry28,
     this.mbRetCenterTBLMemberSarf_arshefDelete,
     this.mbRetCenterarchef,
     this.mbRetCenterTBLWarasaSarf_arshefDelete,
     this.mbRetCenterXRep08,
     this.mbRetCenterStatis,
     this.mbRetCenterQry31,
     this.mbRetCenterQry32,
     this.mbRetCenterQry33,
     this.mbRetCenterQryPart1,
     this.mbRetCenterQryPart2,
     this.mbRetCenterQry34,
     this.mbRetCenterQry35,
     this.mbRetCenterQry36,
     this.mbRetCenterQry37,
     this.mbRetCenterRemoveTBLMashatNID,
     this.mbRetCenterRemoveTBLWarasaNID,
     this.mbRetCenterQry38,
     this.mbRetCenterQry39,
     this.mbRetCenterQry40,
     this.mbRetCenterQry41,
     this.mbRetCenterTblChekNid,
     this.mbRetCenterQry42,
     this.mbRetCenterQry43,
     this.mbRetCenterXRep09,
     this.mbRetCenterTBLProofDoc,
     this.mbRetCenterQry38a,
     this.mbRetCenterQry44,
     this.mbRetCenterBankQry,
     this.mbRetCenterQry45,
     this.mbRetCenterQry46,
     this.mbRetCenterQry38b,
     this.mbRetCenterQry47,
     this.mbRetCenterQry48,
     this.mbRetCenterQry49,
     this.mbRetCenterQry50,
     this.mbRetCenterQry51,
     this.mbRetCenterQry52,
     this.mbRetCenterQry53,
     this.mbRetCenterQry48A,
     this.mbRetCenterQry54,
     this.mbRetCenterQry55,
     this.mbRetCenterQry56,
     this.mbRetCenterTBLBeanWarsa,
     this.mbRetCenterBank,
     this.mbRetCenterActivateVisa,
     this.mbRetCenterActivateVisaWarasa,
     this.mbRetCenterQry38c,
     this.mbRetCenterQry60,
     this.mbRetCenterQry61,
     this.mbRetCenterXRep10,
     this.mbRetCenterXRep11,
     this.mbRetCenterQry62,
     this.mbRetCenterStopYasrefByTBLBeanWarsa,
     this.mbRetCenterTBLBeanWarsaMenu,
     this.mbRetCenterQry64,
     this.mbRetCenterQry63,
     this.mbRetCenterQry66,
     this.mbRetCenterQry67,
     this.mbRetCenterXRep12,
     this.mbRetCenterXRep13,
     this.mbRetCenterTBLDeathMembers,
     this.mbRetCenterQry38d,
     this.mbRetCenterQry38e,
     this.mbRetCenterXRep14,
     this.mbRetCenterXRep15,
     this.mbRetCenterQry68,
     this.mbRetCenterQry69,
     this.mbRetCenterQry70,
     this.mbRetCenterQry71,
     this.mbRetCenterQryPart3,
     this.mbRetCenterQry72,
     this.mbRetCenterQry73,
     this.mbRetCenterXRep16,
     this.mbRetCentertbladminremarks,
     this.mbRetCenterQry74,
     this.mbRetCenterQry03A,
     this.mbRetCenterQry75,
     this.mbRetCenterQry76,
     this.mbRetCenterQry77,
     this.mbRetCenterXRep17,
     this.mbRetCenterXRep18,
     this.mbRetCenterTBLEstefa,
     this.mbRetCenterXRep19,
     this.mbRetCenterQry78,
     this.mbRetCenterTBLReprint,
     this.mbRetCenterTBLReprintMember,
     this.mbRetCenterQry79,
     this.mbRetCenterTBLReprintWarasa,
     this.mbRetCenterQry80,
     this.mbRetCenterTBLremind,
     this.mbRetCenterTBLMandoop,
     this.mbRetCenterTBLHafzaTasleem,
     this.mbRetCenterQry82,
     this.mbRetCenterQry83,
     this.mbRetCenterTBLReprintMemberTaslem,
     this.mbRetCenterTBLReprintWarasaTaslem,
     this.mbRetCenterTBLFrookWarasa,
     this.mbRetCenterTBLFrookWarasaAdmin,
     this.mbRetCenterTBLDeathMembersPrint,
     this.mbRetCenterTBLHafezSarf,
     this.mbRetCenterXRep21,
     this.mbRetCenterXRep22,
     this.mbRetCenterXRep23,
     this.mbRetCenterTBLDeathMembersMenu,
     this.mbRetCenterTBLDeathMembersAcc,
     this.mbRetCenterQry85,
     this.mbRetCenterQry86,
     this.mbRetCenterTblMemberAmanatMenu,
     this.mbRetCenterTblMemberAmanatAcc,
     this.mbRetCenterQry87,
     this.mbRetCenterQry61A,
     this.mbRetCenterQry66A,
     this.mbRetCenterTblMemberAmanatSarf,
     this.mbRetCenterXRep24,
     this.mbRetCenterTBLMemberSarf_arshef,
     this.mbRetCenterTBLWarasaSarf_arshef,
     this.mbRetCenterTblWarasaAmanatMenu,
     this.mbRetCenterTblWarasaAmanatSarf,
     this.mbRetCenterTblWarasaAmanatAcc,
     this.mbRetCenterXRep25,
     this.mbRetCenterQry88,
     this.mbRetCenterQry89,
     this.mbRetCenterQry90,
     this.mbRetCenterQry91,
     this.mbRetCenterQry92,
     this.mbRetCenterBankExportedDataActivate,
     this.mbRetCenterVisa,
     this.mbRetCenterBankExportedDataWarsaActivate,
     this.mbRetCenterQry27a,
     this.mbRetCenterQry28a,
     this.mbRetCenterImportFrombamanat,
     this.mbRetCenterTblWarasaAmanatCheek,
     this.mbRetCenterTblMemberAmanatCheek,
     this.mbRetCenterXRep16A,
     this.mbRetCenterQry93,
     this.mbRetCenterQry94,
     this.mbRetCenterTblMemberAmanat2,
     this.mbRetCenterTblWarasaAmanat2,
     this.mbRetCenterQry95,
     this.mbRetCenterQry96,
     this.mbRetCenterCdDofaatAmanat,
     this.mbRetCenterCDDofatSarfFrook,
     this.mbRetCenterTBLDofatSarfMadunea,
     this.mbRetCenterQry97,
     this.mbRetCenterQry98,
     this.mbRetCenterTBLWarasaFastEdit2,
     this.mbRetCenterTblAttach,
     this.mbRetCenterQry99,
     this.mbRetCenterQry100,
     this.mbRetCenterQry27b,
     this.mbRetCenterQry28b,
     this.mbRetCenterQry101,
     this.mbRetCenterQry103,
     this.mbRetCenterQry104,
     this.mbRetCenterQry105,
     this.mbRetCenterQry74A,
     this.mbRetCenterQry106,
     this.mbRetCenterQry107,
     this.mbRetCenterQry108,
     this.mbRetCenterQry109,
     this.mbRetCenterQry111,
     this.mbRetCenterXRep28,
     this.mbRetCenterXRep29,
     this.mbRetCenterQry112});
     this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
     this.ribbonControl.Location = new System.Drawing.Point(2, 21);
     this.ribbonControl.MaxItemId = 422;
     this.ribbonControl.Name = "ribbonControl";
     this.ribbonControl.PageHeaderItemLinks.Add(this.mbRetCenterAbout);
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.DataribbonPage,
     this.CodeRibbonPage,
     this.QueryribbonPage,
     this.QueryChartribbonPage,
     this.PrintribbonPage,
     this.PremissionribbonPage,
     this.helpRibbonPage});
     this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.ribbonControl.Size = new System.Drawing.Size(959, 142);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.mbRetCenterHelp);
     //
     // ribbonImageCollection
     //
     this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
     this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_Exit_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Content_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Info_16x16.png");
     this.ribbonImageCollection.Images.SetKeyName(3, "Connection.png");
     this.ribbonImageCollection.Images.SetKeyName(4, "CDGov.png");
     this.ribbonImageCollection.Images.SetKeyName(5, "CDMarkez.png");
     this.ribbonImageCollection.Images.SetKeyName(6, "CDSyndicate.png");
     this.ribbonImageCollection.Images.SetKeyName(7, "CDSubCommitte.png");
     this.ribbonImageCollection.Images.SetKeyName(8, "CDBirthPlace.png");
     this.ribbonImageCollection.Images.SetKeyName(9, "CDJop.png");
     this.ribbonImageCollection.Images.SetKeyName(10, "CDJobDescription.png");
     this.ribbonImageCollection.Images.SetKeyName(11, "CDGehaType.png");
     this.ribbonImageCollection.Images.SetKeyName(12, "CDModerea.png");
     this.ribbonImageCollection.Images.SetKeyName(13, "CDEDARET.png");
     this.ribbonImageCollection.Images.SetKeyName(14, "CDGeha.png");
     this.ribbonImageCollection.Images.SetKeyName(15, "CDQualification.png");
     this.ribbonImageCollection.Images.SetKeyName(16, "CDSpecialization.png");
     this.ribbonImageCollection.Images.SetKeyName(17, "TBLMembers.png");
     this.ribbonImageCollection.Images.SetKeyName(18, "CDEstefaaKed.png");
     this.ribbonImageCollection.Images.SetKeyName(19, "Qry.png");
     this.ribbonImageCollection.Images.SetKeyName(20, "TBLHafza.png");
     this.ribbonImageCollection.Images.SetKeyName(21, "TBLMemberCard.png");
     this.ribbonImageCollection.Images.SetKeyName(22, "TBLPrintCard.png");
     this.ribbonImageCollection.Images.SetKeyName(23, "TBLMandoop.png");
     this.ribbonImageCollection.Images.SetKeyName(24, "Report.png");
     this.ribbonImageCollection.Images.SetKeyName(25, "Receipts.png");
     this.ribbonImageCollection.Images.SetKeyName(26, "TblMemberAttach.png");
     this.ribbonImageCollection.Images.SetKeyName(27, "CDAttachmentType.png");
     this.ribbonImageCollection.Images.SetKeyName(28, "ImportData.png");
     this.ribbonImageCollection.Images.SetKeyName(29, "Users.png");
     this.ribbonImageCollection.Images.SetKeyName(30, "Roles.png");
     this.ribbonImageCollection.Images.SetKeyName(31, "RoleDetail.png");
     this.ribbonImageCollection.Images.SetKeyName(32, "UserRoles.png");
     this.ribbonImageCollection.Images.SetKeyName(33, "Options16.png");
     this.ribbonImageCollection.Images.SetKeyName(34, "TBLAksat.png");
     this.ribbonImageCollection.Images.SetKeyName(35, "TBLEmpWork16.png");
     this.ribbonImageCollection.Images.SetKeyName(36, "TBLUserMistake16.png");
     this.ribbonImageCollection.Images.SetKeyName(37, "Fixs16.png");
     this.ribbonImageCollection.Images.SetKeyName(38, "RoleSyndicate.png");
     this.ribbonImageCollection.Images.SetKeyName(39, "CDsarfType.png");
     this.ribbonImageCollection.Images.SetKeyName(40, "TBLDofatSarf.png");
     this.ribbonImageCollection.Images.SetKeyName(41, "TBLMemberSarf.png");
     this.ribbonImageCollection.Images.SetKeyName(42, "TblMemberAmanat.png");
     this.ribbonImageCollection.Images.SetKeyName(43, "TblWarasaAmanat.png");
     this.ribbonImageCollection.Images.SetKeyName(44, "archive16.png");
     this.ribbonImageCollection.Images.SetKeyName(45, "TblChekNid16.png");
     this.ribbonImageCollection.Images.SetKeyName(46, "TBLProofDoc16.png");
     this.ribbonImageCollection.Images.SetKeyName(47, "Bank16.png");
     this.ribbonImageCollection.Images.SetKeyName(48, "TBLDeathMembers16.png");
     this.ribbonImageCollection.Images.SetKeyName(49, "tbladminremarks16.png");
     this.ribbonImageCollection.Images.SetKeyName(50, "TBLEstefa16.png");
     this.ribbonImageCollection.Images.SetKeyName(51, "TBLremind16.png");
     this.ribbonImageCollection.Images.SetKeyName(52, "TBLMandoop16.png");
     this.ribbonImageCollection.Images.SetKeyName(53, "TBLHafzaTasleem16.png");
     this.ribbonImageCollection.Images.SetKeyName(54, "Visa16.png");
     this.ribbonImageCollection.Images.SetKeyName(55, "TblAttach16.png");
     //
     // mbRetCenterExit
     //
     this.mbRetCenterExit.Caption = "Exit";
     this.mbRetCenterExit.Description = "Closes this program after prompting you to save unsaved data.";
     this.mbRetCenterExit.Hint = "Closes this program after prompting you to save unsaved data";
     this.mbRetCenterExit.Id = 20;
     this.mbRetCenterExit.ImageIndex = 0;
     this.mbRetCenterExit.LargeImageIndex = 0;
     this.mbRetCenterExit.Name = "mbRetCenterExit";
     //
     // mbRetCenterHelp
     //
     this.mbRetCenterHelp.Caption = "Help";
     this.mbRetCenterHelp.Description = "Start the program help system.";
     this.mbRetCenterHelp.Hint = "Start the program help system";
     this.mbRetCenterHelp.Id = 22;
     this.mbRetCenterHelp.ImageIndex = 1;
     this.mbRetCenterHelp.LargeImageIndex = 1;
     this.mbRetCenterHelp.Name = "mbRetCenterHelp";
     //
     // mbRetCenterAbout
     //
     this.mbRetCenterAbout.Caption = "About";
     this.mbRetCenterAbout.Description = "Displays general program information.";
     this.mbRetCenterAbout.Hint = "Displays general program information";
     this.mbRetCenterAbout.Id = 24;
     this.mbRetCenterAbout.ImageIndex = 2;
     this.mbRetCenterAbout.LargeImageIndex = 2;
     this.mbRetCenterAbout.Name = "mbRetCenterAbout";
     //
     // mbRetCenterStatus
     //
     this.mbRetCenterStatus.Caption = "جاهز";
     this.mbRetCenterStatus.Id = 31;
     this.mbRetCenterStatus.Name = "mbRetCenterStatus";
     this.mbRetCenterStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // mbRetCenterInfo
     //
     this.mbRetCenterInfo.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.mbRetCenterInfo.Caption = "الرسائل";
     this.mbRetCenterInfo.Id = 32;
     this.mbRetCenterInfo.Name = "mbRetCenterInfo";
     this.mbRetCenterInfo.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // mbRetCenterSkins
     //
     this.mbRetCenterSkins.Caption = "Skins";
     //
     //
     //
     this.mbRetCenterSkins.Gallery.AllowHoverImages = true;
     this.mbRetCenterSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
     this.mbRetCenterSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
     this.mbRetCenterSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.mbRetCenterSkins.Gallery.ColumnCount = 4;
     this.mbRetCenterSkins.Gallery.FixedHoverImageSize = false;
     this.mbRetCenterSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
     this.mbRetCenterSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
     this.mbRetCenterSkins.Gallery.RowCount = 4;
     this.mbRetCenterSkins.Id = 60;
     this.mbRetCenterSkins.Name = "mbRetCenterSkins";
     //
     // mbRetCenterDBChange
     //
     this.mbRetCenterDBChange.Caption = "الغاء الاتصال";
     this.mbRetCenterDBChange.Description = "الغاء اتصال قاعدة البيانات";
     this.mbRetCenterDBChange.Hint = "الغاء اتصال قاعدة البيانات";
     this.mbRetCenterDBChange.Id = 71;
     this.mbRetCenterDBChange.ImageIndex = 3;
     this.mbRetCenterDBChange.LargeImageIndex = 3;
     this.mbRetCenterDBChange.Name = "mbRetCenterDBChange";
     //
     // mbRetCenterReports
     //
     this.mbRetCenterReports.Caption = "التقارير";
     this.mbRetCenterReports.Description = "قائمة التقارير";
     this.mbRetCenterReports.Edit = null;
     this.mbRetCenterReports.Hint = "قائمة التقارير";
     this.mbRetCenterReports.Id = 79;
     this.mbRetCenterReports.ImageIndex = 12;
     this.mbRetCenterReports.LargeImageIndex = 12;
     this.mbRetCenterReports.Name = "mbRetCenterReports";
     this.mbRetCenterReports.Width = 150;
     //
     // mbRetCenterCDGov
     //
     this.mbRetCenterCDGov.Caption = "المحافظات";
     this.mbRetCenterCDGov.Description = "اضافة, تعديل, حذف محافظه";
     this.mbRetCenterCDGov.Hint = "اضافة, تعديل, حذف محافظه";
     this.mbRetCenterCDGov.Id = 81;
     this.mbRetCenterCDGov.ImageIndex = 4;
     this.mbRetCenterCDGov.LargeImageIndex = 4;
     this.mbRetCenterCDGov.Name = "mbRetCenterCDGov";
     //
     // mbRetCenterCDMarkez
     //
     this.mbRetCenterCDMarkez.Caption = "المراكز والاقسام";
     this.mbRetCenterCDMarkez.Description = "اضافة, تعديل, حذف مركز او قسم";
     this.mbRetCenterCDMarkez.Hint = "اضافة, تعديل, حذف مركز او قسم";
     this.mbRetCenterCDMarkez.Id = 82;
     this.mbRetCenterCDMarkez.ImageIndex = 5;
     this.mbRetCenterCDMarkez.LargeImageIndex = 5;
     this.mbRetCenterCDMarkez.Name = "mbRetCenterCDMarkez";
     //
     // mbRetCenterCDSyndicate
     //
     this.mbRetCenterCDSyndicate.Caption = "النقابات الفرعية";
     this.mbRetCenterCDSyndicate.Description = "اضافة, تعديل, حذف نقابه فرعيه";
     this.mbRetCenterCDSyndicate.Hint = "اضافة, تعديل, حذف نقابه فرعيه";
     this.mbRetCenterCDSyndicate.Id = 83;
     this.mbRetCenterCDSyndicate.ImageIndex = 6;
     this.mbRetCenterCDSyndicate.LargeImageIndex = 6;
     this.mbRetCenterCDSyndicate.Name = "mbRetCenterCDSyndicate";
     //
     // mbRetCenterCDSubCommitte
     //
     this.mbRetCenterCDSubCommitte.Caption = "اللجان النقابية";
     this.mbRetCenterCDSubCommitte.Description = "اضافة, تعديل, حذف لجنه نقابيه";
     this.mbRetCenterCDSubCommitte.Hint = "اضافة, تعديل, حذف لجنه نقابيه";
     this.mbRetCenterCDSubCommitte.Id = 84;
     this.mbRetCenterCDSubCommitte.ImageIndex = 7;
     this.mbRetCenterCDSubCommitte.LargeImageIndex = 7;
     this.mbRetCenterCDSubCommitte.Name = "mbRetCenterCDSubCommitte";
     //
     // mbRetCenterCDJop
     //
     this.mbRetCenterCDJop.Caption = "الوظائف";
     this.mbRetCenterCDJop.Description = "اضافة, تعديل, حذف وظيفه";
     this.mbRetCenterCDJop.Hint = "اضافة, تعديل, حذف وظيفه";
     this.mbRetCenterCDJop.Id = 85;
     this.mbRetCenterCDJop.ImageIndex = 9;
     this.mbRetCenterCDJop.LargeImageIndex = 9;
     this.mbRetCenterCDJop.Name = "mbRetCenterCDJop";
     //
     // mbRetCenterCDBirthPlace
     //
     this.mbRetCenterCDBirthPlace.Caption = "محل الميلاد";
     this.mbRetCenterCDBirthPlace.Description = "اضافة, تعديل, حذف محل ميلاد";
     this.mbRetCenterCDBirthPlace.Hint = "اضافة, تعديل, حذف محل ميلاد";
     this.mbRetCenterCDBirthPlace.Id = 86;
     this.mbRetCenterCDBirthPlace.ImageIndex = 8;
     this.mbRetCenterCDBirthPlace.LargeImageIndex = 8;
     this.mbRetCenterCDBirthPlace.Name = "mbRetCenterCDBirthPlace";
     //
     // mbRetCenterCDJobDescription
     //
     this.mbRetCenterCDJobDescription.Caption = "الوصف الوظيفي";
     this.mbRetCenterCDJobDescription.Description = "اضافة, تعديل, حذف وصف وظيفي";
     this.mbRetCenterCDJobDescription.Hint = "اضافة, تعديل, حذف وصف وظيفي";
     this.mbRetCenterCDJobDescription.Id = 87;
     this.mbRetCenterCDJobDescription.ImageIndex = 10;
     this.mbRetCenterCDJobDescription.LargeImageIndex = 10;
     this.mbRetCenterCDJobDescription.Name = "mbRetCenterCDJobDescription";
     //
     // mbRetCenterCDGehaType
     //
     this.mbRetCenterCDGehaType.Caption = "جهات العمل";
     this.mbRetCenterCDGehaType.Description = "اضافة, تعديل, حذف جهة عمل";
     this.mbRetCenterCDGehaType.Hint = "اضافة, تعديل, حذف جهة عمل";
     this.mbRetCenterCDGehaType.Id = 88;
     this.mbRetCenterCDGehaType.ImageIndex = 11;
     this.mbRetCenterCDGehaType.LargeImageIndex = 11;
     this.mbRetCenterCDGehaType.Name = "mbRetCenterCDGehaType";
     //
     // mbRetCenterCDModerea
     //
     this.mbRetCenterCDModerea.Caption = "المديريات ";
     this.mbRetCenterCDModerea.Description = "اضافة, تعديل, حذف مدريه";
     this.mbRetCenterCDModerea.Hint = "اضافة, تعديل, حذف مدريه";
     this.mbRetCenterCDModerea.Id = 89;
     this.mbRetCenterCDModerea.ImageIndex = 12;
     this.mbRetCenterCDModerea.LargeImageIndex = 12;
     this.mbRetCenterCDModerea.Name = "mbRetCenterCDModerea";
     //
     // mbRetCenterCDGeha
     //
     this.mbRetCenterCDGeha.Caption = "جهات العمل";
     this.mbRetCenterCDGeha.Description = "اضافة, تعديل, حذف جهة عمل";
     this.mbRetCenterCDGeha.Hint = "اضافة, تعديل, حذف جهة عمل";
     this.mbRetCenterCDGeha.Id = 90;
     this.mbRetCenterCDGeha.ImageIndex = 14;
     this.mbRetCenterCDGeha.LargeImageIndex = 14;
     this.mbRetCenterCDGeha.Name = "mbRetCenterCDGeha";
     //
     // mbRetCenterCDQualification
     //
     this.mbRetCenterCDQualification.Caption = "المؤهلات";
     this.mbRetCenterCDQualification.Description = "اضافة, تعديل, حذف مؤهل";
     this.mbRetCenterCDQualification.Hint = "اضافة, تعديل, حذف مؤهل";
     this.mbRetCenterCDQualification.Id = 91;
     this.mbRetCenterCDQualification.ImageIndex = 15;
     this.mbRetCenterCDQualification.LargeImageIndex = 15;
     this.mbRetCenterCDQualification.Name = "mbRetCenterCDQualification";
     //
     // mbRetCenterCDSpecialization
     //
     this.mbRetCenterCDSpecialization.Caption = "تخصص المؤهل";
     this.mbRetCenterCDSpecialization.Description = "اضافة, تعديل, حذف تخصص مؤهل";
     this.mbRetCenterCDSpecialization.Hint = "اضافة, تعديل, حذف تخصص مؤهل";
     this.mbRetCenterCDSpecialization.Id = 92;
     this.mbRetCenterCDSpecialization.ImageIndex = 16;
     this.mbRetCenterCDSpecialization.LargeImageIndex = 16;
     this.mbRetCenterCDSpecialization.Name = "mbRetCenterCDSpecialization";
     //
     // mbRetCenterCDEDARET
     //
     this.mbRetCenterCDEDARET.Caption = "الادارات";
     this.mbRetCenterCDEDARET.Description = "اضافة, تعديل, حذف اداره";
     this.mbRetCenterCDEDARET.Hint = "اضافة, تعديل, حذف اداره";
     this.mbRetCenterCDEDARET.Id = 93;
     this.mbRetCenterCDEDARET.ImageIndex = 13;
     this.mbRetCenterCDEDARET.LargeImageIndex = 13;
     this.mbRetCenterCDEDARET.Name = "mbRetCenterCDEDARET";
     //
     // mbRetCenterCDEstefaaKed
     //
     this.mbRetCenterCDEstefaaKed.Caption = "استيفاء العضوية";
     this.mbRetCenterCDEstefaaKed.Description = "اضافة, تعديل, حذف استيفاء عضويه";
     this.mbRetCenterCDEstefaaKed.Hint = "اضافة, تعديل, حذف استيفاء عضويه";
     this.mbRetCenterCDEstefaaKed.Id = 95;
     this.mbRetCenterCDEstefaaKed.ImageIndex = 18;
     this.mbRetCenterCDEstefaaKed.LargeImageIndex = 18;
     this.mbRetCenterCDEstefaaKed.Name = "mbRetCenterCDEstefaaKed";
     //
     // mbRetCenterDataMember
     //
     this.mbRetCenterDataMember.Caption = "بيانات الاعضاء";
     this.mbRetCenterDataMember.Id = 118;
     this.mbRetCenterDataMember.ImageIndex = 17;
     this.mbRetCenterDataMember.LargeImageIndex = 17;
     this.mbRetCenterDataMember.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLMashat),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLMashatNIDFastEdit),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLWarasaNIDFastEditFrm),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterRemoveTBLMashatNID),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterRemoveTBLWarasaNID),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLWarasaFastEdit2)});
     this.mbRetCenterDataMember.Name = "mbRetCenterDataMember";
     //
     // mbRetCenterTBLMashat
     //
     this.mbRetCenterTBLMashat.Caption = "مختصر";
     this.mbRetCenterTBLMashat.Description = "اضافة, تعديل, حذف بيانات عضو";
     this.mbRetCenterTBLMashat.Hint = "اضافة, تعديل, حذف بيانات عضو";
     this.mbRetCenterTBLMashat.Id = 119;
     this.mbRetCenterTBLMashat.ImageIndex = 17;
     this.mbRetCenterTBLMashat.LargeImageIndex = 17;
     this.mbRetCenterTBLMashat.Name = "mbRetCenterTBLMashat";
     //
     // mbRetCenterTBLMashatNIDFastEdit
     //
     this.mbRetCenterTBLMashatNIDFastEdit.Caption = "تعديل الاعضاء جدولي";
     this.mbRetCenterTBLMashatNIDFastEdit.Id = 203;
     this.mbRetCenterTBLMashatNIDFastEdit.ImageIndex = 17;
     this.mbRetCenterTBLMashatNIDFastEdit.LargeImageIndex = 17;
     this.mbRetCenterTBLMashatNIDFastEdit.Name = "mbRetCenterTBLMashatNIDFastEdit";
     //
     // mbRetCenterTBLWarasaNIDFastEditFrm
     //
     this.mbRetCenterTBLWarasaNIDFastEditFrm.Caption = "تعديل الورثة جدولي";
     this.mbRetCenterTBLWarasaNIDFastEditFrm.Id = 204;
     this.mbRetCenterTBLWarasaNIDFastEditFrm.ImageIndex = 17;
     this.mbRetCenterTBLWarasaNIDFastEditFrm.LargeImageIndex = 17;
     this.mbRetCenterTBLWarasaNIDFastEditFrm.Name = "mbRetCenterTBLWarasaNIDFastEditFrm";
     //
     // mbRetCenterRemoveTBLMashatNID
     //
     this.mbRetCenterRemoveTBLMashatNID.Caption = "حذف الرقم القومي للاعضاء";
     this.mbRetCenterRemoveTBLMashatNID.Id = 265;
     this.mbRetCenterRemoveTBLMashatNID.ImageIndex = 36;
     this.mbRetCenterRemoveTBLMashatNID.LargeImageIndex = 36;
     this.mbRetCenterRemoveTBLMashatNID.Name = "mbRetCenterRemoveTBLMashatNID";
     //
     // mbRetCenterRemoveTBLWarasaNID
     //
     this.mbRetCenterRemoveTBLWarasaNID.Caption = "حذف الرقم القومي للورثة";
     this.mbRetCenterRemoveTBLWarasaNID.Id = 266;
     this.mbRetCenterRemoveTBLWarasaNID.ImageIndex = 36;
     this.mbRetCenterRemoveTBLWarasaNID.LargeImageIndex = 36;
     this.mbRetCenterRemoveTBLWarasaNID.Name = "mbRetCenterRemoveTBLWarasaNID";
     //
     // mbRetCenterTBLWarasaFastEdit2
     //
     this.mbRetCenterTBLWarasaFastEdit2.Caption = "استثنائات الورثة";
     this.mbRetCenterTBLWarasaFastEdit2.Id = 403;
     this.mbRetCenterTBLWarasaFastEdit2.ImageIndex = 17;
     this.mbRetCenterTBLWarasaFastEdit2.LargeImageIndex = 17;
     this.mbRetCenterTBLWarasaFastEdit2.Name = "mbRetCenterTBLWarasaFastEdit2";
     //
     // mbRetCenterJobs
     //
     this.mbRetCenterJobs.Caption = "الوظائف";
     this.mbRetCenterJobs.Description = "اضافة, تعديل, حذف وظيفه";
     this.mbRetCenterJobs.Hint = "اضافة, تعديل, حذف وظيفه";
     this.mbRetCenterJobs.Id = 120;
     this.mbRetCenterJobs.ImageIndex = 9;
     this.mbRetCenterJobs.LargeImageIndex = 9;
     this.mbRetCenterJobs.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterCDJop),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterCDJobtitle),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterCDJobDescription)});
     this.mbRetCenterJobs.Name = "mbRetCenterJobs";
     //
     // mbRetCenterCDJobtitle
     //
     this.mbRetCenterCDJobtitle.Caption = "وظائف الاعضاء";
     this.mbRetCenterCDJobtitle.Description = "اضافة, تعديل, حذف وظيفه";
     this.mbRetCenterCDJobtitle.Hint = "اضافة, تعديل, حذف وظيفه";
     this.mbRetCenterCDJobtitle.Id = 121;
     this.mbRetCenterCDJobtitle.ImageIndex = 9;
     this.mbRetCenterCDJobtitle.LargeImageIndex = 9;
     this.mbRetCenterCDJobtitle.Name = "mbRetCenterCDJobtitle";
     //
     // mbRetCenterCDAttachmentType
     //
     this.mbRetCenterCDAttachmentType.Caption = "انواع المرفقات";
     this.mbRetCenterCDAttachmentType.Id = 138;
     this.mbRetCenterCDAttachmentType.ImageIndex = 27;
     this.mbRetCenterCDAttachmentType.LargeImageIndex = 27;
     this.mbRetCenterCDAttachmentType.Name = "mbRetCenterCDAttachmentType";
     //
     // mbRetCenterRoles
     //
     this.mbRetCenterRoles.Caption = "الصلاحيات";
     this.mbRetCenterRoles.Id = 142;
     this.mbRetCenterRoles.ImageIndex = 30;
     this.mbRetCenterRoles.LargeImageIndex = 30;
     this.mbRetCenterRoles.Name = "mbRetCenterRoles";
     //
     // mbRetCenterUsers
     //
     this.mbRetCenterUsers.Caption = "المستخدمين";
     this.mbRetCenterUsers.Id = 143;
     this.mbRetCenterUsers.ImageIndex = 29;
     this.mbRetCenterUsers.LargeImageIndex = 29;
     this.mbRetCenterUsers.Name = "mbRetCenterUsers";
     //
     // mbRetCenterUserRoles
     //
     this.mbRetCenterUserRoles.Caption = "صلاحيات المستخدمين";
     this.mbRetCenterUserRoles.Id = 144;
     this.mbRetCenterUserRoles.ImageIndex = 32;
     this.mbRetCenterUserRoles.LargeImageIndex = 32;
     this.mbRetCenterUserRoles.Name = "mbRetCenterUserRoles";
     //
     // mbRetCenterRoleDetail
     //
     this.mbRetCenterRoleDetail.Caption = "تفاصيل الصلاحيات";
     this.mbRetCenterRoleDetail.Id = 145;
     this.mbRetCenterRoleDetail.ImageIndex = 31;
     this.mbRetCenterRoleDetail.LargeImageIndex = 31;
     this.mbRetCenterRoleDetail.Name = "mbRetCenterRoleDetail";
     //
     // mbRetCenterAppOptions
     //
     this.mbRetCenterAppOptions.Caption = "خيارات البرنامج";
     this.mbRetCenterAppOptions.Id = 159;
     this.mbRetCenterAppOptions.ImageIndex = 33;
     this.mbRetCenterAppOptions.LargeImageIndex = 33;
     this.mbRetCenterAppOptions.Name = "mbRetCenterAppOptions";
     //
     // mbRetCenterPasswordChanger
     //
     this.mbRetCenterPasswordChanger.Caption = "تغير كلمة المرور";
     this.mbRetCenterPasswordChanger.Id = 191;
     this.mbRetCenterPasswordChanger.ImageIndex = 29;
     this.mbRetCenterPasswordChanger.LargeImageIndex = 29;
     this.mbRetCenterPasswordChanger.Name = "mbRetCenterPasswordChanger";
     //
     // mbRetCenterImportFromAccessFrm
     //
     this.mbRetCenterImportFromAccessFrm.Caption = "استيراد من الاكسس";
     this.mbRetCenterImportFromAccessFrm.Id = 192;
     this.mbRetCenterImportFromAccessFrm.ImageIndex = 28;
     this.mbRetCenterImportFromAccessFrm.LargeImageIndex = 28;
     this.mbRetCenterImportFromAccessFrm.Name = "mbRetCenterImportFromAccessFrm";
     //
     // mbRetCenterRoleSyndicate
     //
     this.mbRetCenterRoleSyndicate.Caption = "نقابات الصلاحيات";
     this.mbRetCenterRoleSyndicate.Id = 193;
     this.mbRetCenterRoleSyndicate.ImageIndex = 38;
     this.mbRetCenterRoleSyndicate.LargeImageIndex = 38;
     this.mbRetCenterRoleSyndicate.Name = "mbRetCenterRoleSyndicate";
     //
     // mbRetCenterQry01
     //
     this.mbRetCenterQry01.Caption = "تكرار الاسم";
     this.mbRetCenterQry01.Id = 194;
     this.mbRetCenterQry01.ImageIndex = 19;
     this.mbRetCenterQry01.LargeImageIndex = 19;
     this.mbRetCenterQry01.Name = "mbRetCenterQry01";
     this.mbRetCenterQry01.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry02
     //
     this.mbRetCenterQry02.Caption = "تكرار رقم الصرف";
     this.mbRetCenterQry02.Id = 195;
     this.mbRetCenterQry02.ImageIndex = 19;
     this.mbRetCenterQry02.LargeImageIndex = 19;
     this.mbRetCenterQry02.Name = "mbRetCenterQry02";
     this.mbRetCenterQry02.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterCDsarfType
     //
     this.mbRetCenterCDsarfType.Caption = "فئات الصرف";
     this.mbRetCenterCDsarfType.Id = 196;
     this.mbRetCenterCDsarfType.ImageIndex = 39;
     this.mbRetCenterCDsarfType.LargeImageIndex = 39;
     this.mbRetCenterCDsarfType.Name = "mbRetCenterCDsarfType";
     //
     // mbRetCenterTBLDofatSarf
     //
     this.mbRetCenterTBLDofatSarf.Caption = "دفعات الصرف";
     this.mbRetCenterTBLDofatSarf.Id = 197;
     this.mbRetCenterTBLDofatSarf.ImageIndex = 40;
     this.mbRetCenterTBLDofatSarf.LargeImageIndex = 40;
     this.mbRetCenterTBLDofatSarf.Name = "mbRetCenterTBLDofatSarf";
     //
     // mbRetCenterXRep01
     //
     this.mbRetCenterXRep01.Caption = "الاضافات";
     this.mbRetCenterXRep01.Id = 198;
     this.mbRetCenterXRep01.ImageIndex = 24;
     this.mbRetCenterXRep01.LargeImageIndex = 24;
     this.mbRetCenterXRep01.Name = "mbRetCenterXRep01";
     this.mbRetCenterXRep01.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry03
     //
     this.mbRetCenterQry03.Caption = "اضافات الاعضاء";
     this.mbRetCenterQry03.Id = 199;
     this.mbRetCenterQry03.ImageIndex = 19;
     this.mbRetCenterQry03.LargeImageIndex = 19;
     this.mbRetCenterQry03.Name = "mbRetCenterQry03";
     this.mbRetCenterQry03.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry04
     //
     this.mbRetCenterQry04.Caption = "الاعضاء";
     this.mbRetCenterQry04.Id = 200;
     this.mbRetCenterQry04.ImageIndex = 19;
     this.mbRetCenterQry04.LargeImageIndex = 19;
     this.mbRetCenterQry04.Name = "mbRetCenterQry04";
     this.mbRetCenterQry04.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry05
     //
     this.mbRetCenterQry05.Caption = "الورئة";
     this.mbRetCenterQry05.Id = 201;
     this.mbRetCenterQry05.ImageIndex = 19;
     this.mbRetCenterQry05.LargeImageIndex = 19;
     this.mbRetCenterQry05.Name = "mbRetCenterQry05";
     this.mbRetCenterQry05.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLMemberSarf
     //
     this.mbRetCenterTBLMemberSarf.Caption = "اعداد دفعة الاعضاء";
     this.mbRetCenterTBLMemberSarf.Id = 202;
     this.mbRetCenterTBLMemberSarf.ImageIndex = 41;
     this.mbRetCenterTBLMemberSarf.LargeImageIndex = 41;
     this.mbRetCenterTBLMemberSarf.Name = "mbRetCenterTBLMemberSarf";
     //
     // mbRetCenterPrepareDofaa
     //
     this.mbRetCenterPrepareDofaa.Caption = "اعداد الدفعة";
     this.mbRetCenterPrepareDofaa.Id = 206;
     this.mbRetCenterPrepareDofaa.ImageIndex = 41;
     this.mbRetCenterPrepareDofaa.LargeImageIndex = 41;
     this.mbRetCenterPrepareDofaa.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLMemberSarf),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLWarasaSarf),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLFrookWarasa),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLFrookWarasaAdmin),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLMemberSarf_arshef),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLWarasaSarf_arshef)});
     this.mbRetCenterPrepareDofaa.Name = "mbRetCenterPrepareDofaa";
     //
     // mbRetCenterTBLWarasaSarf
     //
     this.mbRetCenterTBLWarasaSarf.Caption = "اعداد دفعة الورثه";
     this.mbRetCenterTBLWarasaSarf.Id = 208;
     this.mbRetCenterTBLWarasaSarf.ImageIndex = 41;
     this.mbRetCenterTBLWarasaSarf.LargeImageIndex = 41;
     this.mbRetCenterTBLWarasaSarf.Name = "mbRetCenterTBLWarasaSarf";
     //
     // mbRetCenterTBLFrookWarasa
     //
     this.mbRetCenterTBLFrookWarasa.Caption = "فروق الورثة";
     this.mbRetCenterTBLFrookWarasa.Id = 351;
     this.mbRetCenterTBLFrookWarasa.ImageIndex = 41;
     this.mbRetCenterTBLFrookWarasa.LargeImageIndex = 41;
     this.mbRetCenterTBLFrookWarasa.Name = "mbRetCenterTBLFrookWarasa";
     this.mbRetCenterTBLFrookWarasa.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLFrookWarasaAdmin
     //
     this.mbRetCenterTBLFrookWarasaAdmin.Caption = "فروق الورثة - مراجع";
     this.mbRetCenterTBLFrookWarasaAdmin.Id = 352;
     this.mbRetCenterTBLFrookWarasaAdmin.ImageIndex = 41;
     this.mbRetCenterTBLFrookWarasaAdmin.LargeImageIndex = 41;
     this.mbRetCenterTBLFrookWarasaAdmin.Name = "mbRetCenterTBLFrookWarasaAdmin";
     this.mbRetCenterTBLFrookWarasaAdmin.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLMemberSarf_arshef
     //
     this.mbRetCenterTBLMemberSarf_arshef.Caption = "ارشيف صرف الاعضاء";
     this.mbRetCenterTBLMemberSarf_arshef.Id = 370;
     this.mbRetCenterTBLMemberSarf_arshef.ImageIndex = 41;
     this.mbRetCenterTBLMemberSarf_arshef.LargeImageIndex = 41;
     this.mbRetCenterTBLMemberSarf_arshef.Name = "mbRetCenterTBLMemberSarf_arshef";
     this.mbRetCenterTBLMemberSarf_arshef.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLWarasaSarf_arshef
     //
     this.mbRetCenterTBLWarasaSarf_arshef.Caption = "ارشيف صرف الورثة";
     this.mbRetCenterTBLWarasaSarf_arshef.Id = 371;
     this.mbRetCenterTBLWarasaSarf_arshef.ImageIndex = 41;
     this.mbRetCenterTBLWarasaSarf_arshef.LargeImageIndex = 41;
     this.mbRetCenterTBLWarasaSarf_arshef.Name = "mbRetCenterTBLWarasaSarf_arshef";
     //
     // mbRetCenterXRep02a
     //
     this.mbRetCenterXRep02a.Caption = "صرفية الاعضاء";
     this.mbRetCenterXRep02a.Id = 209;
     this.mbRetCenterXRep02a.ImageIndex = 24;
     this.mbRetCenterXRep02a.LargeImageIndex = 24;
     this.mbRetCenterXRep02a.Name = "mbRetCenterXRep02a";
     this.mbRetCenterXRep02a.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep03a
     //
     this.mbRetCenterXRep03a.Caption = "صرفية الورثة";
     this.mbRetCenterXRep03a.Id = 210;
     this.mbRetCenterXRep03a.ImageIndex = 24;
     this.mbRetCenterXRep03a.LargeImageIndex = 24;
     this.mbRetCenterXRep03a.Name = "mbRetCenterXRep03a";
     this.mbRetCenterXRep03a.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterSarfyaA3da2
     //
     this.mbRetCenterSarfyaA3da2.Caption = "صرفيات الاعضاء";
     this.mbRetCenterSarfyaA3da2.Id = 211;
     this.mbRetCenterSarfyaA3da2.ImageIndex = 24;
     this.mbRetCenterSarfyaA3da2.LargeImageIndex = 24;
     this.mbRetCenterSarfyaA3da2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep02a),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep02b),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep02c),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep02d)});
     this.mbRetCenterSarfyaA3da2.Name = "mbRetCenterSarfyaA3da2";
     this.mbRetCenterSarfyaA3da2.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep02b
     //
     this.mbRetCenterXRep02b.Caption = "صرفية اضافات الاعضاء ";
     this.mbRetCenterXRep02b.Id = 212;
     this.mbRetCenterXRep02b.ImageIndex = 24;
     this.mbRetCenterXRep02b.LargeImageIndex = 24;
     this.mbRetCenterXRep02b.Name = "mbRetCenterXRep02b";
     this.mbRetCenterXRep02b.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep02c
     //
     this.mbRetCenterXRep02c.Caption = "صرفية الاعضاء للفرعيات";
     this.mbRetCenterXRep02c.Id = 214;
     this.mbRetCenterXRep02c.ImageIndex = 24;
     this.mbRetCenterXRep02c.LargeImageIndex = 24;
     this.mbRetCenterXRep02c.Name = "mbRetCenterXRep02c";
     this.mbRetCenterXRep02c.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep02d
     //
     this.mbRetCenterXRep02d.Caption = "صرفية اضافات الاعضاء للفرعيات";
     this.mbRetCenterXRep02d.Id = 215;
     this.mbRetCenterXRep02d.ImageIndex = 24;
     this.mbRetCenterXRep02d.LargeImageIndex = 24;
     this.mbRetCenterXRep02d.Name = "mbRetCenterXRep02d";
     this.mbRetCenterXRep02d.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterSarfyaWarasa
     //
     this.mbRetCenterSarfyaWarasa.Caption = "صرفيات الورثة";
     this.mbRetCenterSarfyaWarasa.Id = 213;
     this.mbRetCenterSarfyaWarasa.ImageIndex = 24;
     this.mbRetCenterSarfyaWarasa.LargeImageIndex = 24;
     this.mbRetCenterSarfyaWarasa.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep03a),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep03b),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep03c),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterXRep03d)});
     this.mbRetCenterSarfyaWarasa.Name = "mbRetCenterSarfyaWarasa";
     this.mbRetCenterSarfyaWarasa.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep03b
     //
     this.mbRetCenterXRep03b.Caption = "صرفية اضافات الورثة";
     this.mbRetCenterXRep03b.Id = 218;
     this.mbRetCenterXRep03b.ImageIndex = 24;
     this.mbRetCenterXRep03b.LargeImageIndex = 24;
     this.mbRetCenterXRep03b.Name = "mbRetCenterXRep03b";
     this.mbRetCenterXRep03b.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep03c
     //
     this.mbRetCenterXRep03c.Caption = "صرفية الورثة للفرعيات";
     this.mbRetCenterXRep03c.Id = 216;
     this.mbRetCenterXRep03c.ImageIndex = 24;
     this.mbRetCenterXRep03c.LargeImageIndex = 24;
     this.mbRetCenterXRep03c.Name = "mbRetCenterXRep03c";
     this.mbRetCenterXRep03c.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep03d
     //
     this.mbRetCenterXRep03d.Caption = "صرفية اضافات الورثة للفرعيات";
     this.mbRetCenterXRep03d.Id = 217;
     this.mbRetCenterXRep03d.ImageIndex = 24;
     this.mbRetCenterXRep03d.LargeImageIndex = 24;
     this.mbRetCenterXRep03d.Name = "mbRetCenterXRep03d";
     this.mbRetCenterXRep03d.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterDofatSarfActivity
     //
     this.mbRetCenterDofatSarfActivity.Caption = "اغلاق الدفعات";
     this.mbRetCenterDofatSarfActivity.Id = 219;
     this.mbRetCenterDofatSarfActivity.ImageIndex = 40;
     this.mbRetCenterDofatSarfActivity.LargeImageIndex = 40;
     this.mbRetCenterDofatSarfActivity.Name = "mbRetCenterDofatSarfActivity";
     //
     // mbRetCenterXRep05
     //
     this.mbRetCenterXRep05.Caption = "بيان الشيك 1";
     this.mbRetCenterXRep05.Id = 220;
     this.mbRetCenterXRep05.ImageIndex = 24;
     this.mbRetCenterXRep05.LargeImageIndex = 24;
     this.mbRetCenterXRep05.Name = "mbRetCenterXRep05";
     this.mbRetCenterXRep05.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry06
     //
     this.mbRetCenterQry06.Caption = "اخطاء فرعيات مسئول الصرف";
     this.mbRetCenterQry06.Id = 221;
     this.mbRetCenterQry06.ImageIndex = 19;
     this.mbRetCenterQry06.LargeImageIndex = 19;
     this.mbRetCenterQry06.Name = "mbRetCenterQry06";
     this.mbRetCenterQry06.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterُErrorQry
     //
     this.mbRetCenterُErrorQry.Caption = "اخطاء الادخال";
     this.mbRetCenterُErrorQry.Id = 222;
     this.mbRetCenterُErrorQry.ImageIndex = 19;
     this.mbRetCenterُErrorQry.LargeImageIndex = 19;
     this.mbRetCenterُErrorQry.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry01),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry02),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry06),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry07),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry08),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry09),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry11),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry12),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry13),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry14),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry15),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry16),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry17),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry18),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry35),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry112)});
     this.mbRetCenterُErrorQry.Name = "mbRetCenterُErrorQry";
     this.mbRetCenterُErrorQry.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry07
     //
     this.mbRetCenterQry07.Caption = "ورثة تصرف لاعضاء لا تصرف";
     this.mbRetCenterQry07.Id = 223;
     this.mbRetCenterQry07.ImageIndex = 19;
     this.mbRetCenterQry07.LargeImageIndex = 19;
     this.mbRetCenterQry07.Name = "mbRetCenterQry07";
     this.mbRetCenterQry07.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry08
     //
     this.mbRetCenterQry08.Caption = "خطاء في مسئول الورثه";
     this.mbRetCenterQry08.Id = 224;
     this.mbRetCenterQry08.ImageIndex = 19;
     this.mbRetCenterQry08.LargeImageIndex = 19;
     this.mbRetCenterQry08.Name = "mbRetCenterQry08";
     this.mbRetCenterQry08.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry09
     //
     this.mbRetCenterQry09.Caption = "ورثه ليس لهم استثناء";
     this.mbRetCenterQry09.Id = 226;
     this.mbRetCenterQry09.ImageIndex = 19;
     this.mbRetCenterQry09.LargeImageIndex = 19;
     this.mbRetCenterQry09.Name = "mbRetCenterQry09";
     this.mbRetCenterQry09.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry11
     //
     this.mbRetCenterQry11.Caption = "الاستثنائات";
     this.mbRetCenterQry11.Id = 228;
     this.mbRetCenterQry11.ImageIndex = 19;
     this.mbRetCenterQry11.LargeImageIndex = 19;
     this.mbRetCenterQry11.Name = "mbRetCenterQry11";
     this.mbRetCenterQry11.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry12
     //
     this.mbRetCenterQry12.Caption = "ورثة بدون مسئول صرف";
     this.mbRetCenterQry12.Id = 229;
     this.mbRetCenterQry12.ImageIndex = 19;
     this.mbRetCenterQry12.LargeImageIndex = 19;
     this.mbRetCenterQry12.Name = "mbRetCenterQry12";
     this.mbRetCenterQry12.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry13
     //
     this.mbRetCenterQry13.Caption = "اخطاء في تقرير الورثة";
     this.mbRetCenterQry13.Id = 230;
     this.mbRetCenterQry13.ImageIndex = 19;
     this.mbRetCenterQry13.LargeImageIndex = 19;
     this.mbRetCenterQry13.Name = "mbRetCenterQry13";
     this.mbRetCenterQry13.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry14
     //
     this.mbRetCenterQry14.Caption = "ورثة بأسماء فارغة";
     this.mbRetCenterQry14.Id = 231;
     this.mbRetCenterQry14.ImageIndex = 19;
     this.mbRetCenterQry14.LargeImageIndex = 19;
     this.mbRetCenterQry14.Name = "mbRetCenterQry14";
     this.mbRetCenterQry14.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry15
     //
     this.mbRetCenterQry15.Caption = "اخطاء لجان الفرعيات الورثة";
     this.mbRetCenterQry15.Id = 232;
     this.mbRetCenterQry15.ImageIndex = 19;
     this.mbRetCenterQry15.LargeImageIndex = 19;
     this.mbRetCenterQry15.Name = "mbRetCenterQry15";
     this.mbRetCenterQry15.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry16
     //
     this.mbRetCenterQry16.Caption = "مقارنة صرفية الورثة بالتقرير";
     this.mbRetCenterQry16.Id = 233;
     this.mbRetCenterQry16.ImageIndex = 19;
     this.mbRetCenterQry16.LargeImageIndex = 19;
     this.mbRetCenterQry16.Name = "mbRetCenterQry16";
     this.mbRetCenterQry16.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry17
     //
     this.mbRetCenterQry17.Caption = "عدد الاسماء للورثة";
     this.mbRetCenterQry17.Id = 234;
     this.mbRetCenterQry17.ImageIndex = 19;
     this.mbRetCenterQry17.LargeImageIndex = 19;
     this.mbRetCenterQry17.Name = "mbRetCenterQry17";
     this.mbRetCenterQry17.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry18
     //
     this.mbRetCenterQry18.Caption = "مقارنة الدفعة بالاكسس";
     this.mbRetCenterQry18.Id = 235;
     this.mbRetCenterQry18.ImageIndex = 19;
     this.mbRetCenterQry18.LargeImageIndex = 19;
     this.mbRetCenterQry18.Name = "mbRetCenterQry18";
     this.mbRetCenterQry18.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry35
     //
     this.mbRetCenterQry35.Caption = "مسئول صرف لا يصرف لورثه تصرف";
     this.mbRetCenterQry35.Id = 262;
     this.mbRetCenterQry35.ImageIndex = 19;
     this.mbRetCenterQry35.LargeImageIndex = 19;
     this.mbRetCenterQry35.Name = "mbRetCenterQry35";
     this.mbRetCenterQry35.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry112
     //
     this.mbRetCenterQry112.Caption = "ورثة لهم فيزا غير فيزا المسئول";
     this.mbRetCenterQry112.Id = 421;
     this.mbRetCenterQry112.ImageIndex = 19;
     this.mbRetCenterQry112.LargeImageIndex = 19;
     this.mbRetCenterQry112.Name = "mbRetCenterQry112";
     //
     // mbRetCenterXRep06
     //
     this.mbRetCenterXRep06.Caption = "بيان الشيك 2";
     this.mbRetCenterXRep06.Id = 225;
     this.mbRetCenterXRep06.ImageIndex = 24;
     this.mbRetCenterXRep06.LargeImageIndex = 24;
     this.mbRetCenterXRep06.Name = "mbRetCenterXRep06";
     this.mbRetCenterXRep06.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry10
     //
     this.mbRetCenterQry10.Caption = "مبالغ الورثة";
     this.mbRetCenterQry10.Id = 227;
     this.mbRetCenterQry10.ImageIndex = 19;
     this.mbRetCenterQry10.LargeImageIndex = 19;
     this.mbRetCenterQry10.Name = "mbRetCenterQry10";
     this.mbRetCenterQry10.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry19
     //
     this.mbRetCenterQry19.Caption = "اعضاء بدون صرف";
     this.mbRetCenterQry19.Id = 236;
     this.mbRetCenterQry19.ImageIndex = 19;
     this.mbRetCenterQry19.LargeImageIndex = 19;
     this.mbRetCenterQry19.Name = "mbRetCenterQry19";
     this.mbRetCenterQry19.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry20
     //
     this.mbRetCenterQry20.Caption = "ورثة بدون صرف";
     this.mbRetCenterQry20.Id = 237;
     this.mbRetCenterQry20.ImageIndex = 19;
     this.mbRetCenterQry20.LargeImageIndex = 19;
     this.mbRetCenterQry20.Name = "mbRetCenterQry20";
     this.mbRetCenterQry20.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry21
     //
     this.mbRetCenterQry21.Caption = "احصائيات الدفعات للفرعيات";
     this.mbRetCenterQry21.Id = 238;
     this.mbRetCenterQry21.ImageIndex = 19;
     this.mbRetCenterQry21.LargeImageIndex = 19;
     this.mbRetCenterQry21.Name = "mbRetCenterQry21";
     this.mbRetCenterQry21.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep07
     //
     this.mbRetCenterXRep07.Caption = "احصائيات الدفعات";
     this.mbRetCenterXRep07.Id = 239;
     this.mbRetCenterXRep07.ImageIndex = 24;
     this.mbRetCenterXRep07.LargeImageIndex = 24;
     this.mbRetCenterXRep07.Name = "mbRetCenterXRep07";
     this.mbRetCenterXRep07.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTblMemberAmanat
     //
     this.mbRetCenterTblMemberAmanat.Caption = "امانات الاعضاء";
     this.mbRetCenterTblMemberAmanat.Id = 240;
     this.mbRetCenterTblMemberAmanat.ImageIndex = 42;
     this.mbRetCenterTblMemberAmanat.LargeImageIndex = 42;
     this.mbRetCenterTblMemberAmanat.Name = "mbRetCenterTblMemberAmanat";
     //
     // mbRetCenterTblWarasaAmanat
     //
     this.mbRetCenterTblWarasaAmanat.Caption = "امانات الورثة";
     this.mbRetCenterTblWarasaAmanat.Id = 241;
     this.mbRetCenterTblWarasaAmanat.ImageIndex = 43;
     this.mbRetCenterTblWarasaAmanat.LargeImageIndex = 43;
     this.mbRetCenterTblWarasaAmanat.Name = "mbRetCenterTblWarasaAmanat";
     //
     // mbRetCenterQry22
     //
     this.mbRetCenterQry22.Caption = "امانات الاعضاء";
     this.mbRetCenterQry22.Id = 242;
     this.mbRetCenterQry22.ImageIndex = 19;
     this.mbRetCenterQry22.LargeImageIndex = 19;
     this.mbRetCenterQry22.Name = "mbRetCenterQry22";
     this.mbRetCenterQry22.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry23
     //
     this.mbRetCenterQry23.Caption = "امانات الورثة";
     this.mbRetCenterQry23.Id = 243;
     this.mbRetCenterQry23.ImageIndex = 19;
     this.mbRetCenterQry23.LargeImageIndex = 19;
     this.mbRetCenterQry23.Name = "mbRetCenterQry23";
     this.mbRetCenterQry23.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry24
     //
     this.mbRetCenterQry24.Caption = "تحويلات الاعضاء";
     this.mbRetCenterQry24.Id = 244;
     this.mbRetCenterQry24.ImageIndex = 19;
     this.mbRetCenterQry24.LargeImageIndex = 19;
     this.mbRetCenterQry24.Name = "mbRetCenterQry24";
     this.mbRetCenterQry24.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry25
     //
     this.mbRetCenterQry25.Caption = "خطاء في الرقم القومي للاعضاء";
     this.mbRetCenterQry25.Id = 245;
     this.mbRetCenterQry25.ImageIndex = 19;
     this.mbRetCenterQry25.LargeImageIndex = 19;
     this.mbRetCenterQry25.Name = "mbRetCenterQry25";
     this.mbRetCenterQry25.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry26
     //
     this.mbRetCenterQry26.Caption = "خطاء في الرقم القومي للورثة";
     this.mbRetCenterQry26.Id = 246;
     this.mbRetCenterQry26.ImageIndex = 19;
     this.mbRetCenterQry26.LargeImageIndex = 19;
     this.mbRetCenterQry26.Name = "mbRetCenterQry26";
     this.mbRetCenterQry26.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry27
     //
     this.mbRetCenterQry27.Caption = "ارشيف صرف الاعضاء";
     this.mbRetCenterQry27.Id = 247;
     this.mbRetCenterQry27.ImageIndex = 19;
     this.mbRetCenterQry27.LargeImageIndex = 19;
     this.mbRetCenterQry27.Name = "mbRetCenterQry27";
     this.mbRetCenterQry27.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry28
     //
     this.mbRetCenterQry28.Caption = "ارشيف صرف الورثة";
     this.mbRetCenterQry28.Id = 248;
     this.mbRetCenterQry28.ImageIndex = 19;
     this.mbRetCenterQry28.LargeImageIndex = 19;
     this.mbRetCenterQry28.Name = "mbRetCenterQry28";
     this.mbRetCenterQry28.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLMemberSarf_arshefDelete
     //
     this.mbRetCenterTBLMemberSarf_arshefDelete.Caption = "حذف من ارشيف الاعضاء";
     this.mbRetCenterTBLMemberSarf_arshefDelete.Id = 249;
     this.mbRetCenterTBLMemberSarf_arshefDelete.ImageIndex = 44;
     this.mbRetCenterTBLMemberSarf_arshefDelete.LargeImageIndex = 44;
     this.mbRetCenterTBLMemberSarf_arshefDelete.Name = "mbRetCenterTBLMemberSarf_arshefDelete";
     //
     // mbRetCenterarchef
     //
     this.mbRetCenterarchef.Caption = "ارشيف الدفعات";
     this.mbRetCenterarchef.Id = 252;
     this.mbRetCenterarchef.ImageIndex = 44;
     this.mbRetCenterarchef.LargeImageIndex = 44;
     this.mbRetCenterarchef.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLMemberSarf_arshefDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLWarasaSarf_arshefDelete)});
     this.mbRetCenterarchef.Name = "mbRetCenterarchef";
     //
     // mbRetCenterTBLWarasaSarf_arshefDelete
     //
     this.mbRetCenterTBLWarasaSarf_arshefDelete.Caption = "حذف من ارشيف الورثة";
     this.mbRetCenterTBLWarasaSarf_arshefDelete.Id = 253;
     this.mbRetCenterTBLWarasaSarf_arshefDelete.ImageIndex = 44;
     this.mbRetCenterTBLWarasaSarf_arshefDelete.LargeImageIndex = 44;
     this.mbRetCenterTBLWarasaSarf_arshefDelete.Name = "mbRetCenterTBLWarasaSarf_arshefDelete";
     //
     // mbRetCenterXRep08
     //
     this.mbRetCenterXRep08.Caption = "بيان الشيك 2 ارشيف";
     this.mbRetCenterXRep08.Id = 254;
     this.mbRetCenterXRep08.ImageIndex = 24;
     this.mbRetCenterXRep08.LargeImageIndex = 24;
     this.mbRetCenterXRep08.Name = "mbRetCenterXRep08";
     this.mbRetCenterXRep08.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterStatis
     //
     this.mbRetCenterStatis.Caption = "احصائيات";
     this.mbRetCenterStatis.Id = 255;
     this.mbRetCenterStatis.ImageIndex = 19;
     this.mbRetCenterStatis.LargeImageIndex = 19;
     this.mbRetCenterStatis.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry31),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry32)});
     this.mbRetCenterStatis.Name = "mbRetCenterStatis";
     this.mbRetCenterStatis.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry31
     //
     this.mbRetCenterQry31.Caption = "احصائيات الاعضاء";
     this.mbRetCenterQry31.Id = 256;
     this.mbRetCenterQry31.ImageIndex = 19;
     this.mbRetCenterQry31.LargeImageIndex = 19;
     this.mbRetCenterQry31.Name = "mbRetCenterQry31";
     this.mbRetCenterQry31.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry32
     //
     this.mbRetCenterQry32.Caption = "احصائيات الورثة";
     this.mbRetCenterQry32.Id = 257;
     this.mbRetCenterQry32.ImageIndex = 19;
     this.mbRetCenterQry32.LargeImageIndex = 19;
     this.mbRetCenterQry32.Name = "mbRetCenterQry32";
     this.mbRetCenterQry32.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry33
     //
     this.mbRetCenterQry33.Caption = " الاعضاء مختصر بنك";
     this.mbRetCenterQry33.Id = 258;
     this.mbRetCenterQry33.ImageIndex = 19;
     this.mbRetCenterQry33.LargeImageIndex = 19;
     this.mbRetCenterQry33.Name = "mbRetCenterQry33";
     this.mbRetCenterQry33.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQryPart1
     //
     this.mbRetCenterQryPart1.Caption = "مجموعه 1";
     this.mbRetCenterQryPart1.Id = 259;
     this.mbRetCenterQryPart1.ImageIndex = 19;
     this.mbRetCenterQryPart1.LargeImageIndex = 19;
     this.mbRetCenterQryPart1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry55),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry56)});
     this.mbRetCenterQryPart1.Name = "mbRetCenterQryPart1";
     this.mbRetCenterQryPart1.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry55
     //
     this.mbRetCenterQry55.Caption = "الفئات العمرية للاعضاء";
     this.mbRetCenterQry55.Id = 291;
     this.mbRetCenterQry55.ImageIndex = 19;
     this.mbRetCenterQry55.LargeImageIndex = 19;
     this.mbRetCenterQry55.Name = "mbRetCenterQry55";
     this.mbRetCenterQry55.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry56
     //
     this.mbRetCenterQry56.Caption = "الفئات العمرية للورثة";
     this.mbRetCenterQry56.Id = 292;
     this.mbRetCenterQry56.ImageIndex = 19;
     this.mbRetCenterQry56.LargeImageIndex = 19;
     this.mbRetCenterQry56.Name = "mbRetCenterQry56";
     this.mbRetCenterQry56.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQryPart2
     //
     this.mbRetCenterQryPart2.Caption = "مجموعه 2";
     this.mbRetCenterQryPart2.Id = 260;
     this.mbRetCenterQryPart2.ImageIndex = 19;
     this.mbRetCenterQryPart2.LargeImageIndex = 19;
     this.mbRetCenterQryPart2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry33),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry34),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry36),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry37),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry38),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry39),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry38a),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry38b),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry38c),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry40),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry41),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry61),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry66),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry62),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry38d),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry38e)});
     this.mbRetCenterQryPart2.Name = "mbRetCenterQryPart2";
     this.mbRetCenterQryPart2.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry34
     //
     this.mbRetCenterQry34.Caption = "الورثة مختصر بنك";
     this.mbRetCenterQry34.Id = 261;
     this.mbRetCenterQry34.ImageIndex = 19;
     this.mbRetCenterQry34.LargeImageIndex = 19;
     this.mbRetCenterQry34.Name = "mbRetCenterQry34";
     this.mbRetCenterQry34.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry36
     //
     this.mbRetCenterQry36.Caption = "اعضاء لهم رقم قومي";
     this.mbRetCenterQry36.Id = 263;
     this.mbRetCenterQry36.ImageIndex = 19;
     this.mbRetCenterQry36.LargeImageIndex = 19;
     this.mbRetCenterQry36.Name = "mbRetCenterQry36";
     this.mbRetCenterQry36.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry37
     //
     this.mbRetCenterQry37.Caption = "ورثة لهم رقم قومي";
     this.mbRetCenterQry37.Id = 264;
     this.mbRetCenterQry37.ImageIndex = 19;
     this.mbRetCenterQry37.LargeImageIndex = 19;
     this.mbRetCenterQry37.Name = "mbRetCenterQry37";
     this.mbRetCenterQry37.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry38
     //
     this.mbRetCenterQry38.Caption = "تاريخ ميلاد الاعضاء وفقا للرقم القومي";
     this.mbRetCenterQry38.Id = 267;
     this.mbRetCenterQry38.ImageIndex = 19;
     this.mbRetCenterQry38.LargeImageIndex = 19;
     this.mbRetCenterQry38.Name = "mbRetCenterQry38";
     this.mbRetCenterQry38.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry39
     //
     this.mbRetCenterQry39.Caption = "تاريخ ميلاد الورثة وفقا للرقم القومي";
     this.mbRetCenterQry39.Id = 268;
     this.mbRetCenterQry39.ImageIndex = 19;
     this.mbRetCenterQry39.LargeImageIndex = 19;
     this.mbRetCenterQry39.Name = "mbRetCenterQry39";
     this.mbRetCenterQry39.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry38a
     //
     this.mbRetCenterQry38a.Caption = "بيانات اعضاء البنك- شرط سن";
     this.mbRetCenterQry38a.Id = 276;
     this.mbRetCenterQry38a.ImageIndex = 19;
     this.mbRetCenterQry38a.LargeImageIndex = 19;
     this.mbRetCenterQry38a.Name = "mbRetCenterQry38a";
     this.mbRetCenterQry38a.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry38b
     //
     this.mbRetCenterQry38b.Caption = "بيانات ورثة البنك- شرط ارملة 25 (المسئول1)";
     this.mbRetCenterQry38b.Id = 281;
     this.mbRetCenterQry38b.ImageIndex = 19;
     this.mbRetCenterQry38b.LargeImageIndex = 19;
     this.mbRetCenterQry38b.Name = "mbRetCenterQry38b";
     this.mbRetCenterQry38b.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry38c
     //
     this.mbRetCenterQry38c.Caption = "بيانات ورثة البنك- شرط ارملة او اكثر 25 (المسئول1)";
     this.mbRetCenterQry38c.Id = 298;
     this.mbRetCenterQry38c.ImageIndex = 19;
     this.mbRetCenterQry38c.LargeImageIndex = 19;
     this.mbRetCenterQry38c.Name = "mbRetCenterQry38c";
     this.mbRetCenterQry38c.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry40
     //
     this.mbRetCenterQry40.Caption = "عدد الاسماء للاعضاء";
     this.mbRetCenterQry40.Id = 269;
     this.mbRetCenterQry40.ImageIndex = 19;
     this.mbRetCenterQry40.LargeImageIndex = 19;
     this.mbRetCenterQry40.Name = "mbRetCenterQry40";
     this.mbRetCenterQry40.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry41
     //
     this.mbRetCenterQry41.Caption = "عدد الاسماء للورثة";
     this.mbRetCenterQry41.Id = 270;
     this.mbRetCenterQry41.ImageIndex = 19;
     this.mbRetCenterQry41.LargeImageIndex = 19;
     this.mbRetCenterQry41.Name = "mbRetCenterQry41";
     this.mbRetCenterQry41.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry61
     //
     this.mbRetCenterQry61.Caption = "بيانات دفعات الاعضاء للبنك";
     this.mbRetCenterQry61.Id = 300;
     this.mbRetCenterQry61.ImageIndex = 19;
     this.mbRetCenterQry61.LargeImageIndex = 19;
     this.mbRetCenterQry61.Name = "mbRetCenterQry61";
     this.mbRetCenterQry61.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry66
     //
     this.mbRetCenterQry66.Caption = "بيانات دفعات الورثة للبنك";
     this.mbRetCenterQry66.Id = 308;
     this.mbRetCenterQry66.ImageIndex = 19;
     this.mbRetCenterQry66.LargeImageIndex = 19;
     this.mbRetCenterQry66.Name = "mbRetCenterQry66";
     this.mbRetCenterQry66.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry62
     //
     this.mbRetCenterQry62.Caption = "توريد الدفعات للبنك تفصيلي";
     this.mbRetCenterQry62.Id = 303;
     this.mbRetCenterQry62.ImageIndex = 19;
     this.mbRetCenterQry62.LargeImageIndex = 19;
     this.mbRetCenterQry62.Name = "mbRetCenterQry62";
     this.mbRetCenterQry62.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry38d
     //
     this.mbRetCenterQry38d.Caption = "بيانات ورثة البنك- (المسئول1)";
     this.mbRetCenterQry38d.Id = 313;
     this.mbRetCenterQry38d.ImageIndex = 19;
     this.mbRetCenterQry38d.LargeImageIndex = 19;
     this.mbRetCenterQry38d.Name = "mbRetCenterQry38d";
     this.mbRetCenterQry38d.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry38e
     //
     this.mbRetCenterQry38e.Caption = "بيانات ورثة البنك- (المسئول اكثر من مسئول)";
     this.mbRetCenterQry38e.Id = 314;
     this.mbRetCenterQry38e.ImageIndex = 19;
     this.mbRetCenterQry38e.LargeImageIndex = 19;
     this.mbRetCenterQry38e.Name = "mbRetCenterQry38e";
     this.mbRetCenterQry38e.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTblChekNid
     //
     this.mbRetCenterTblChekNid.Caption = "ارقام قوميه قابله للتكرار";
     this.mbRetCenterTblChekNid.Id = 271;
     this.mbRetCenterTblChekNid.ImageIndex = 45;
     this.mbRetCenterTblChekNid.LargeImageIndex = 45;
     this.mbRetCenterTblChekNid.Name = "mbRetCenterTblChekNid";
     //
     // mbRetCenterQry42
     //
     this.mbRetCenterQry42.Caption = "دفعات الورثة";
     this.mbRetCenterQry42.Id = 272;
     this.mbRetCenterQry42.ImageIndex = 19;
     this.mbRetCenterQry42.LargeImageIndex = 19;
     this.mbRetCenterQry42.Name = "mbRetCenterQry42";
     this.mbRetCenterQry42.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry43
     //
     this.mbRetCenterQry43.Caption = "دفعات الاعضاء";
     this.mbRetCenterQry43.Id = 273;
     this.mbRetCenterQry43.ImageIndex = 19;
     this.mbRetCenterQry43.LargeImageIndex = 19;
     this.mbRetCenterQry43.Name = "mbRetCenterQry43";
     this.mbRetCenterQry43.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep09
     //
     this.mbRetCenterXRep09.Caption = "بيان الشيك 3";
     this.mbRetCenterXRep09.Id = 274;
     this.mbRetCenterXRep09.ImageIndex = 24;
     this.mbRetCenterXRep09.LargeImageIndex = 24;
     this.mbRetCenterXRep09.Name = "mbRetCenterXRep09";
     this.mbRetCenterXRep09.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLProofDoc
     //
     this.mbRetCenterTBLProofDoc.Caption = "بيان معاش";
     this.mbRetCenterTBLProofDoc.Id = 275;
     this.mbRetCenterTBLProofDoc.ImageIndex = 46;
     this.mbRetCenterTBLProofDoc.LargeImageIndex = 46;
     this.mbRetCenterTBLProofDoc.Name = "mbRetCenterTBLProofDoc";
     //
     // mbRetCenterQry44
     //
     this.mbRetCenterQry44.Caption = "البيانات المصدرة للبنك";
     this.mbRetCenterQry44.Id = 277;
     this.mbRetCenterQry44.ImageIndex = 19;
     this.mbRetCenterQry44.LargeImageIndex = 19;
     this.mbRetCenterQry44.Name = "mbRetCenterQry44";
     this.mbRetCenterQry44.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterBankQry
     //
     this.mbRetCenterBankQry.Caption = "بيانات البنك";
     this.mbRetCenterBankQry.Id = 278;
     this.mbRetCenterBankQry.ImageIndex = 19;
     this.mbRetCenterBankQry.LargeImageIndex = 19;
     this.mbRetCenterBankQry.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry44),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry45),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry46),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry47),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry48),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry48A),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry49),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry51),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry52),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry53),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry54),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry64),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry63),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry68),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry69),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry76),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry77),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry61A),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry66A),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry106),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry107)});
     this.mbRetCenterBankQry.Name = "mbRetCenterBankQry";
     this.mbRetCenterBankQry.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry45
     //
     this.mbRetCenterQry45.Caption = "البيانات المصدرة للبنك - احصاء";
     this.mbRetCenterQry45.Id = 279;
     this.mbRetCenterQry45.ImageIndex = 19;
     this.mbRetCenterQry45.LargeImageIndex = 19;
     this.mbRetCenterQry45.Name = "mbRetCenterQry45";
     this.mbRetCenterQry45.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry46
     //
     this.mbRetCenterQry46.Caption = "البيانات المصدرة للبنك - احصاء 2";
     this.mbRetCenterQry46.Id = 280;
     this.mbRetCenterQry46.ImageIndex = 19;
     this.mbRetCenterQry46.LargeImageIndex = 19;
     this.mbRetCenterQry46.Name = "mbRetCenterQry46";
     this.mbRetCenterQry46.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry47
     //
     this.mbRetCenterQry47.Caption = "البيانات المصدرة للبنك ورثة";
     this.mbRetCenterQry47.Id = 282;
     this.mbRetCenterQry47.ImageIndex = 19;
     this.mbRetCenterQry47.LargeImageIndex = 19;
     this.mbRetCenterQry47.Name = "mbRetCenterQry47";
     this.mbRetCenterQry47.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry48
     //
     this.mbRetCenterQry48.Caption = "البيانات المصدرة للبنك ورثة - احصاء";
     this.mbRetCenterQry48.Id = 283;
     this.mbRetCenterQry48.ImageIndex = 19;
     this.mbRetCenterQry48.LargeImageIndex = 19;
     this.mbRetCenterQry48.Name = "mbRetCenterQry48";
     this.mbRetCenterQry48.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry48A
     //
     this.mbRetCenterQry48A.Caption = "البيانات المصدرة للبنك ورثة - احصاء2";
     this.mbRetCenterQry48A.Id = 289;
     this.mbRetCenterQry48A.ImageIndex = 19;
     this.mbRetCenterQry48A.LargeImageIndex = 19;
     this.mbRetCenterQry48A.Name = "mbRetCenterQry48A";
     this.mbRetCenterQry48A.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry49
     //
     this.mbRetCenterQry49.Caption = "حالة البيانات المصدرة للبنك";
     this.mbRetCenterQry49.Id = 284;
     this.mbRetCenterQry49.ImageIndex = 19;
     this.mbRetCenterQry49.LargeImageIndex = 19;
     this.mbRetCenterQry49.Name = "mbRetCenterQry49";
     this.mbRetCenterQry49.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry51
     //
     this.mbRetCenterQry51.Caption = "اختبار الرقم القومي للورث";
     this.mbRetCenterQry51.Id = 286;
     this.mbRetCenterQry51.ImageIndex = 19;
     this.mbRetCenterQry51.LargeImageIndex = 19;
     this.mbRetCenterQry51.Name = "mbRetCenterQry51";
     this.mbRetCenterQry51.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry52
     //
     this.mbRetCenterQry52.Caption = "الفرق العمر بين ابناء الورثة و الام";
     this.mbRetCenterQry52.Id = 287;
     this.mbRetCenterQry52.ImageIndex = 19;
     this.mbRetCenterQry52.LargeImageIndex = 19;
     this.mbRetCenterQry52.Name = "mbRetCenterQry52";
     this.mbRetCenterQry52.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry53
     //
     this.mbRetCenterQry53.Caption = "اختبار تصدير البنك للورثة";
     this.mbRetCenterQry53.Id = 288;
     this.mbRetCenterQry53.ImageIndex = 19;
     this.mbRetCenterQry53.LargeImageIndex = 19;
     this.mbRetCenterQry53.Name = "mbRetCenterQry53";
     this.mbRetCenterQry53.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry54
     //
     this.mbRetCenterQry54.Caption = "ورثة لهم اكثر من مسئول";
     this.mbRetCenterQry54.Id = 290;
     this.mbRetCenterQry54.ImageIndex = 19;
     this.mbRetCenterQry54.LargeImageIndex = 19;
     this.mbRetCenterQry54.Name = "mbRetCenterQry54";
     this.mbRetCenterQry54.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry64
     //
     this.mbRetCenterQry64.Caption = "مسئولي صرف برقم فيزا مكرر";
     this.mbRetCenterQry64.Id = 306;
     this.mbRetCenterQry64.ImageIndex = 19;
     this.mbRetCenterQry64.LargeImageIndex = 19;
     this.mbRetCenterQry64.Name = "mbRetCenterQry64";
     this.mbRetCenterQry64.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry63
     //
     this.mbRetCenterQry63.Caption = "مسئول بدون فيزا";
     this.mbRetCenterQry63.Id = 307;
     this.mbRetCenterQry63.ImageIndex = 19;
     this.mbRetCenterQry63.LargeImageIndex = 19;
     this.mbRetCenterQry63.Name = "mbRetCenterQry63";
     this.mbRetCenterQry63.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry68
     //
     this.mbRetCenterQry68.Caption = "البيانات المصدرة للبنك اعضاء بالحافظة";
     this.mbRetCenterQry68.Id = 317;
     this.mbRetCenterQry68.ImageIndex = 19;
     this.mbRetCenterQry68.LargeImageIndex = 19;
     this.mbRetCenterQry68.Name = "mbRetCenterQry68";
     this.mbRetCenterQry68.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry69
     //
     this.mbRetCenterQry69.Caption = "البيانات المصدرة للبنك ورثة بالحافظة";
     this.mbRetCenterQry69.Id = 318;
     this.mbRetCenterQry69.ImageIndex = 19;
     this.mbRetCenterQry69.LargeImageIndex = 19;
     this.mbRetCenterQry69.Name = "mbRetCenterQry69";
     this.mbRetCenterQry69.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry76
     //
     this.mbRetCenterQry76.Caption = "أرشيف دفعات البنك - الاعضاء";
     this.mbRetCenterQry76.Id = 329;
     this.mbRetCenterQry76.ImageIndex = 19;
     this.mbRetCenterQry76.LargeImageIndex = 19;
     this.mbRetCenterQry76.Name = "mbRetCenterQry76";
     this.mbRetCenterQry76.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry77
     //
     this.mbRetCenterQry77.Caption = "أرشيف دفعات البنك - الورثة";
     this.mbRetCenterQry77.Id = 330;
     this.mbRetCenterQry77.ImageIndex = 19;
     this.mbRetCenterQry77.LargeImageIndex = 19;
     this.mbRetCenterQry77.Name = "mbRetCenterQry77";
     this.mbRetCenterQry77.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry61A
     //
     this.mbRetCenterQry61A.Caption = "امانات الفيزا اعضاء";
     this.mbRetCenterQry61A.Id = 366;
     this.mbRetCenterQry61A.ImageIndex = 19;
     this.mbRetCenterQry61A.LargeImageIndex = 19;
     this.mbRetCenterQry61A.Name = "mbRetCenterQry61A";
     this.mbRetCenterQry61A.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry66A
     //
     this.mbRetCenterQry66A.Caption = "امانات الفيزا ورثة";
     this.mbRetCenterQry66A.Id = 367;
     this.mbRetCenterQry66A.ImageIndex = 19;
     this.mbRetCenterQry66A.LargeImageIndex = 19;
     this.mbRetCenterQry66A.Name = "mbRetCenterQry66A";
     this.mbRetCenterQry66A.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry106
     //
     this.mbRetCenterQry106.Caption = "فرق الارشيف و البنك ورثه في تاريخ";
     this.mbRetCenterQry106.Id = 414;
     this.mbRetCenterQry106.ImageIndex = 19;
     this.mbRetCenterQry106.LargeImageIndex = 19;
     this.mbRetCenterQry106.Name = "mbRetCenterQry106";
     //
     // mbRetCenterQry107
     //
     this.mbRetCenterQry107.Caption = "فرق الارشيف و البنك اعضاء في تاريخ";
     this.mbRetCenterQry107.Id = 415;
     this.mbRetCenterQry107.ImageIndex = 19;
     this.mbRetCenterQry107.LargeImageIndex = 19;
     this.mbRetCenterQry107.Name = "mbRetCenterQry107";
     //
     // mbRetCenterQry50
     //
     this.mbRetCenterQry50.Caption = "ارقام قومية متكررة في الاعضاء و الورثة";
     this.mbRetCenterQry50.Id = 285;
     this.mbRetCenterQry50.ImageIndex = 19;
     this.mbRetCenterQry50.LargeImageIndex = 19;
     this.mbRetCenterQry50.Name = "mbRetCenterQry50";
     this.mbRetCenterQry50.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLBeanWarsa
     //
     this.mbRetCenterTBLBeanWarsa.Caption = "بيان معاش الدفعة";
     this.mbRetCenterTBLBeanWarsa.Id = 293;
     this.mbRetCenterTBLBeanWarsa.ImageIndex = 46;
     this.mbRetCenterTBLBeanWarsa.LargeImageIndex = 46;
     this.mbRetCenterTBLBeanWarsa.Name = "mbRetCenterTBLBeanWarsa";
     //
     // mbRetCenterBank
     //
     this.mbRetCenterBank.Caption = "بيانات البنك";
     this.mbRetCenterBank.Id = 295;
     this.mbRetCenterBank.ImageIndex = 47;
     this.mbRetCenterBank.LargeImageIndex = 47;
     this.mbRetCenterBank.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterActivateVisa),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterActivateVisaWarasa)});
     this.mbRetCenterBank.Name = "mbRetCenterBank";
     //
     // mbRetCenterActivateVisa
     //
     this.mbRetCenterActivateVisa.Caption = "بيانات تفعيل البطاقات - اعضاء";
     this.mbRetCenterActivateVisa.Id = 296;
     this.mbRetCenterActivateVisa.ImageIndex = 47;
     this.mbRetCenterActivateVisa.LargeImageIndex = 47;
     this.mbRetCenterActivateVisa.Name = "mbRetCenterActivateVisa";
     //
     // mbRetCenterActivateVisaWarasa
     //
     this.mbRetCenterActivateVisaWarasa.Caption = "بيانات تفعيل البطاقات - ورثة";
     this.mbRetCenterActivateVisaWarasa.Id = 297;
     this.mbRetCenterActivateVisaWarasa.ImageIndex = 47;
     this.mbRetCenterActivateVisaWarasa.LargeImageIndex = 47;
     this.mbRetCenterActivateVisaWarasa.Name = "mbRetCenterActivateVisaWarasa";
     //
     // mbRetCenterQry60
     //
     this.mbRetCenterQry60.Caption = "بيان معاش لم يرد";
     this.mbRetCenterQry60.Id = 299;
     this.mbRetCenterQry60.ImageIndex = 19;
     this.mbRetCenterQry60.LargeImageIndex = 19;
     this.mbRetCenterQry60.Name = "mbRetCenterQry60";
     this.mbRetCenterQry60.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep10
     //
     this.mbRetCenterXRep10.Caption = "بيان توريد الدفعات اعضاء للبنك";
     this.mbRetCenterXRep10.Id = 301;
     this.mbRetCenterXRep10.ImageIndex = 24;
     this.mbRetCenterXRep10.LargeImageIndex = 24;
     this.mbRetCenterXRep10.Name = "mbRetCenterXRep10";
     this.mbRetCenterXRep10.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep11
     //
     this.mbRetCenterXRep11.Caption = "بيان توريد الدفعات اعضاء للبنك تفصيلي";
     this.mbRetCenterXRep11.Id = 302;
     this.mbRetCenterXRep11.ImageIndex = 24;
     this.mbRetCenterXRep11.LargeImageIndex = 24;
     this.mbRetCenterXRep11.Name = "mbRetCenterXRep11";
     this.mbRetCenterXRep11.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterStopYasrefByTBLBeanWarsa
     //
     this.mbRetCenterStopYasrefByTBLBeanWarsa.Caption = "ايقاف الصرف طبقا لبيان المعاش";
     this.mbRetCenterStopYasrefByTBLBeanWarsa.Id = 304;
     this.mbRetCenterStopYasrefByTBLBeanWarsa.ImageIndex = 46;
     this.mbRetCenterStopYasrefByTBLBeanWarsa.LargeImageIndex = 46;
     this.mbRetCenterStopYasrefByTBLBeanWarsa.Name = "mbRetCenterStopYasrefByTBLBeanWarsa";
     //
     // mbRetCenterTBLBeanWarsaMenu
     //
     this.mbRetCenterTBLBeanWarsaMenu.Caption = "بيان معاش الدفعة";
     this.mbRetCenterTBLBeanWarsaMenu.Id = 305;
     this.mbRetCenterTBLBeanWarsaMenu.ImageIndex = 46;
     this.mbRetCenterTBLBeanWarsaMenu.LargeImageIndex = 46;
     this.mbRetCenterTBLBeanWarsaMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLBeanWarsa),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterStopYasrefByTBLBeanWarsa)});
     this.mbRetCenterTBLBeanWarsaMenu.Name = "mbRetCenterTBLBeanWarsaMenu";
     //
     // mbRetCenterQry67
     //
     this.mbRetCenterQry67.Caption = "فيزا المسئول غير مطابق مع فيزا التابع";
     this.mbRetCenterQry67.Id = 309;
     this.mbRetCenterQry67.ImageIndex = 19;
     this.mbRetCenterQry67.LargeImageIndex = 19;
     this.mbRetCenterQry67.Name = "mbRetCenterQry67";
     this.mbRetCenterQry67.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep12
     //
     this.mbRetCenterXRep12.Caption = "بيان توريد الدفعات ورثة للبنك";
     this.mbRetCenterXRep12.Id = 310;
     this.mbRetCenterXRep12.ImageIndex = 24;
     this.mbRetCenterXRep12.LargeImageIndex = 24;
     this.mbRetCenterXRep12.Name = "mbRetCenterXRep12";
     this.mbRetCenterXRep12.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep13
     //
     this.mbRetCenterXRep13.Caption = "بيان توريد الدفعات ورثة للبنك تفصيلي";
     this.mbRetCenterXRep13.Id = 311;
     this.mbRetCenterXRep13.ImageIndex = 24;
     this.mbRetCenterXRep13.LargeImageIndex = 24;
     this.mbRetCenterXRep13.Name = "mbRetCenterXRep13";
     this.mbRetCenterXRep13.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLDeathMembers
     //
     this.mbRetCenterTBLDeathMembers.Caption = "وفيات الاعضاء";
     this.mbRetCenterTBLDeathMembers.Id = 312;
     this.mbRetCenterTBLDeathMembers.ImageIndex = 48;
     this.mbRetCenterTBLDeathMembers.LargeImageIndex = 48;
     this.mbRetCenterTBLDeathMembers.Name = "mbRetCenterTBLDeathMembers";
     //
     // mbRetCenterXRep14
     //
     this.mbRetCenterXRep14.Caption = "اجمالي توريد اعضاء";
     this.mbRetCenterXRep14.Id = 315;
     this.mbRetCenterXRep14.ImageIndex = 24;
     this.mbRetCenterXRep14.LargeImageIndex = 24;
     this.mbRetCenterXRep14.Name = "mbRetCenterXRep14";
     this.mbRetCenterXRep14.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep15
     //
     this.mbRetCenterXRep15.Caption = "اجمالي توريد ورثة";
     this.mbRetCenterXRep15.Id = 316;
     this.mbRetCenterXRep15.ImageIndex = 24;
     this.mbRetCenterXRep15.LargeImageIndex = 24;
     this.mbRetCenterXRep15.Name = "mbRetCenterXRep15";
     this.mbRetCenterXRep15.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry70
     //
     this.mbRetCenterQry70.Caption = "مقارنة صرفيتين ورثة";
     this.mbRetCenterQry70.Id = 319;
     this.mbRetCenterQry70.ImageIndex = 19;
     this.mbRetCenterQry70.LargeImageIndex = 19;
     this.mbRetCenterQry70.Name = "mbRetCenterQry70";
     this.mbRetCenterQry70.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry71
     //
     this.mbRetCenterQry71.Caption = "فرق بين صرفية الورثة و البنك";
     this.mbRetCenterQry71.Id = 320;
     this.mbRetCenterQry71.ImageIndex = 19;
     this.mbRetCenterQry71.LargeImageIndex = 19;
     this.mbRetCenterQry71.Name = "mbRetCenterQry71";
     this.mbRetCenterQry71.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQryPart3
     //
     this.mbRetCenterQryPart3.Caption = "استعلامات الصرفية";
     this.mbRetCenterQryPart3.Id = 321;
     this.mbRetCenterQryPart3.ImageIndex = 19;
     this.mbRetCenterQryPart3.LargeImageIndex = 19;
     this.mbRetCenterQryPart3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry43),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry42),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry27),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry28),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry27a),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry28a),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry27b),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry28b),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry70),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry71),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry87),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry74A),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry74),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry82),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry83),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry85),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry86),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry88),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry91),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry89),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry92),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry90),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry99),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry100),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry104),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry101),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry103),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry105),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry111)});
     this.mbRetCenterQryPart3.Name = "mbRetCenterQryPart3";
     this.mbRetCenterQryPart3.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry27a
     //
     this.mbRetCenterQry27a.Caption = "ارشيف صرف الاعضاء - بالدفعة";
     this.mbRetCenterQry27a.Id = 385;
     this.mbRetCenterQry27a.ImageIndex = 19;
     this.mbRetCenterQry27a.LargeImageIndex = 19;
     this.mbRetCenterQry27a.Name = "mbRetCenterQry27a";
     //
     // mbRetCenterQry28a
     //
     this.mbRetCenterQry28a.Caption = "ارشيف صرف الورثة - بالدفعة";
     this.mbRetCenterQry28a.Id = 386;
     this.mbRetCenterQry28a.ImageIndex = 19;
     this.mbRetCenterQry28a.LargeImageIndex = 19;
     this.mbRetCenterQry28a.Name = "mbRetCenterQry28a";
     //
     // mbRetCenterQry27b
     //
     this.mbRetCenterQry27b.Caption = "ارشيف صرف الاعضاء - بالكود";
     this.mbRetCenterQry27b.Id = 407;
     this.mbRetCenterQry27b.ImageIndex = 19;
     this.mbRetCenterQry27b.LargeImageIndex = 19;
     this.mbRetCenterQry27b.Name = "mbRetCenterQry27b";
     //
     // mbRetCenterQry28b
     //
     this.mbRetCenterQry28b.Caption = "ارشيف صرف الورثة - بالكود";
     this.mbRetCenterQry28b.Id = 408;
     this.mbRetCenterQry28b.ImageIndex = 19;
     this.mbRetCenterQry28b.LargeImageIndex = 19;
     this.mbRetCenterQry28b.Name = "mbRetCenterQry28b";
     //
     // mbRetCenterQry87
     //
     this.mbRetCenterQry87.Caption = "فرق بين صرفية الاعضاء و البنك";
     this.mbRetCenterQry87.Id = 365;
     this.mbRetCenterQry87.ImageIndex = 19;
     this.mbRetCenterQry87.LargeImageIndex = 19;
     this.mbRetCenterQry87.Name = "mbRetCenterQry87";
     this.mbRetCenterQry87.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry74A
     //
     this.mbRetCenterQry74A.Caption = "عادة الصرف اعضاء";
     this.mbRetCenterQry74A.Id = 413;
     this.mbRetCenterQry74A.ImageIndex = 19;
     this.mbRetCenterQry74A.LargeImageIndex = 19;
     this.mbRetCenterQry74A.Name = "mbRetCenterQry74A";
     //
     // mbRetCenterQry74
     //
     this.mbRetCenterQry74.Caption = "اعادة الصرف ورثة";
     this.mbRetCenterQry74.Id = 326;
     this.mbRetCenterQry74.ImageIndex = 19;
     this.mbRetCenterQry74.LargeImageIndex = 19;
     this.mbRetCenterQry74.Name = "mbRetCenterQry74";
     this.mbRetCenterQry74.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry82
     //
     this.mbRetCenterQry82.Caption = "مقارنة بين صرفيتين اعضاء";
     this.mbRetCenterQry82.Id = 347;
     this.mbRetCenterQry82.ImageIndex = 19;
     this.mbRetCenterQry82.LargeImageIndex = 19;
     this.mbRetCenterQry82.Name = "mbRetCenterQry82";
     this.mbRetCenterQry82.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry83
     //
     this.mbRetCenterQry83.Caption = "مقارنة بين صرفيتين ورثة";
     this.mbRetCenterQry83.Id = 348;
     this.mbRetCenterQry83.ImageIndex = 19;
     this.mbRetCenterQry83.LargeImageIndex = 19;
     this.mbRetCenterQry83.Name = "mbRetCenterQry83";
     this.mbRetCenterQry83.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry85
     //
     this.mbRetCenterQry85.Caption = "مديونية الورثة";
     this.mbRetCenterQry85.Id = 361;
     this.mbRetCenterQry85.ImageIndex = 19;
     this.mbRetCenterQry85.LargeImageIndex = 19;
     this.mbRetCenterQry85.Name = "mbRetCenterQry85";
     this.mbRetCenterQry85.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry86
     //
     this.mbRetCenterQry86.Caption = "مديونية الاعضاء";
     this.mbRetCenterQry86.Id = 362;
     this.mbRetCenterQry86.ImageIndex = 19;
     this.mbRetCenterQry86.LargeImageIndex = 19;
     this.mbRetCenterQry86.Name = "mbRetCenterQry86";
     this.mbRetCenterQry86.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry88
     //
     this.mbRetCenterQry88.Caption = "امانات الاعضاء منصرفة";
     this.mbRetCenterQry88.Id = 377;
     this.mbRetCenterQry88.ImageIndex = 19;
     this.mbRetCenterQry88.LargeImageIndex = 19;
     this.mbRetCenterQry88.Name = "mbRetCenterQry88";
     //
     // mbRetCenterQry91
     //
     this.mbRetCenterQry91.Caption = "امانات الاعضاء منصرفة 2";
     this.mbRetCenterQry91.Id = 380;
     this.mbRetCenterQry91.ImageIndex = 19;
     this.mbRetCenterQry91.LargeImageIndex = 19;
     this.mbRetCenterQry91.Name = "mbRetCenterQry91";
     //
     // mbRetCenterQry89
     //
     this.mbRetCenterQry89.Caption = "امانات الورثة منصرفة";
     this.mbRetCenterQry89.Id = 378;
     this.mbRetCenterQry89.ImageIndex = 19;
     this.mbRetCenterQry89.LargeImageIndex = 19;
     this.mbRetCenterQry89.Name = "mbRetCenterQry89";
     //
     // mbRetCenterQry92
     //
     this.mbRetCenterQry92.Caption = "امانات الورثة منصرفة 2";
     this.mbRetCenterQry92.Id = 381;
     this.mbRetCenterQry92.ImageIndex = 19;
     this.mbRetCenterQry92.LargeImageIndex = 19;
     this.mbRetCenterQry92.Name = "mbRetCenterQry92";
     //
     // mbRetCenterQry90
     //
     this.mbRetCenterQry90.Caption = "صرف الحافز - اللجنة";
     this.mbRetCenterQry90.Id = 379;
     this.mbRetCenterQry90.ImageIndex = 19;
     this.mbRetCenterQry90.LargeImageIndex = 19;
     this.mbRetCenterQry90.Name = "mbRetCenterQry90";
     //
     // mbRetCenterQry99
     //
     this.mbRetCenterQry99.Caption = "اجمالي الدفعات - ورثة";
     this.mbRetCenterQry99.Id = 405;
     this.mbRetCenterQry99.ImageIndex = 19;
     this.mbRetCenterQry99.LargeImageIndex = 19;
     this.mbRetCenterQry99.Name = "mbRetCenterQry99";
     //
     // mbRetCenterQry100
     //
     this.mbRetCenterQry100.Caption = "اجمالي الدفعات - اعضاء";
     this.mbRetCenterQry100.Id = 406;
     this.mbRetCenterQry100.ImageIndex = 19;
     this.mbRetCenterQry100.LargeImageIndex = 19;
     this.mbRetCenterQry100.Name = "mbRetCenterQry100";
     //
     // mbRetCenterQry104
     //
     this.mbRetCenterQry104.Caption = "اجمالي الدفعات و الامانات و البنك - اعضاء";
     this.mbRetCenterQry104.Id = 411;
     this.mbRetCenterQry104.ImageIndex = 19;
     this.mbRetCenterQry104.LargeImageIndex = 19;
     this.mbRetCenterQry104.Name = "mbRetCenterQry104";
     //
     // mbRetCenterQry101
     //
     this.mbRetCenterQry101.Caption = "اجمالي الدفعات و الامانات و البنك - ورثة";
     this.mbRetCenterQry101.Id = 409;
     this.mbRetCenterQry101.ImageIndex = 19;
     this.mbRetCenterQry101.LargeImageIndex = 19;
     this.mbRetCenterQry101.Name = "mbRetCenterQry101";
     //
     // mbRetCenterQry103
     //
     this.mbRetCenterQry103.Caption = "اعادة الصرف و الدفعه التي تقع فيها - اعضاء";
     this.mbRetCenterQry103.Id = 410;
     this.mbRetCenterQry103.ImageIndex = 19;
     this.mbRetCenterQry103.LargeImageIndex = 19;
     this.mbRetCenterQry103.Name = "mbRetCenterQry103";
     //
     // mbRetCenterQry105
     //
     this.mbRetCenterQry105.Caption = "اعادة الصرف و الدفعه التي تقع فيها - ورثة";
     this.mbRetCenterQry105.Id = 412;
     this.mbRetCenterQry105.ImageIndex = 19;
     this.mbRetCenterQry105.LargeImageIndex = 19;
     this.mbRetCenterQry105.Name = "mbRetCenterQry105";
     //
     // mbRetCenterQry111
     //
     this.mbRetCenterQry111.Caption = "اجمالي ارشيف صرف الورثه - بالاب";
     this.mbRetCenterQry111.Id = 418;
     this.mbRetCenterQry111.ImageIndex = 19;
     this.mbRetCenterQry111.LargeImageIndex = 19;
     this.mbRetCenterQry111.Name = "mbRetCenterQry111";
     //
     // mbRetCenterQry72
     //
     this.mbRetCenterQry72.Caption = "بيان معاش مفقود - احصائي";
     this.mbRetCenterQry72.Id = 322;
     this.mbRetCenterQry72.ImageIndex = 19;
     this.mbRetCenterQry72.LargeImageIndex = 19;
     this.mbRetCenterQry72.Name = "mbRetCenterQry72";
     this.mbRetCenterQry72.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry73
     //
     this.mbRetCenterQry73.Caption = "ورثة تم ايقاف صرفهم";
     this.mbRetCenterQry73.Id = 323;
     this.mbRetCenterQry73.ImageIndex = 19;
     this.mbRetCenterQry73.LargeImageIndex = 19;
     this.mbRetCenterQry73.Name = "mbRetCenterQry73";
     this.mbRetCenterQry73.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep16
     //
     this.mbRetCenterXRep16.Caption = "سجل صرف المعاشات";
     this.mbRetCenterXRep16.Id = 324;
     this.mbRetCenterXRep16.ImageIndex = 24;
     this.mbRetCenterXRep16.LargeImageIndex = 24;
     this.mbRetCenterXRep16.Name = "mbRetCenterXRep16";
     this.mbRetCenterXRep16.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCentertbladminremarks
     //
     this.mbRetCentertbladminremarks.Caption = "ملاحظات";
     this.mbRetCentertbladminremarks.Id = 325;
     this.mbRetCentertbladminremarks.ImageIndex = 49;
     this.mbRetCentertbladminremarks.LargeImageIndex = 49;
     this.mbRetCentertbladminremarks.Name = "mbRetCentertbladminremarks";
     //
     // mbRetCenterQry03A
     //
     this.mbRetCenterQry03A.Caption = "اضافات الورثة";
     this.mbRetCenterQry03A.Id = 327;
     this.mbRetCenterQry03A.ImageIndex = 19;
     this.mbRetCenterQry03A.LargeImageIndex = 19;
     this.mbRetCenterQry03A.Name = "mbRetCenterQry03A";
     this.mbRetCenterQry03A.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry75
     //
     this.mbRetCenterQry75.Caption = "بيان الورثة تفصيلي";
     this.mbRetCenterQry75.Id = 328;
     this.mbRetCenterQry75.ImageIndex = 19;
     this.mbRetCenterQry75.LargeImageIndex = 19;
     this.mbRetCenterQry75.Name = "mbRetCenterQry75";
     this.mbRetCenterQry75.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep17
     //
     this.mbRetCenterXRep17.Caption = "بيان دفعات الاعضاء -حسابات";
     this.mbRetCenterXRep17.Id = 331;
     this.mbRetCenterXRep17.ImageIndex = 24;
     this.mbRetCenterXRep17.LargeImageIndex = 24;
     this.mbRetCenterXRep17.Name = "mbRetCenterXRep17";
     this.mbRetCenterXRep17.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep18
     //
     this.mbRetCenterXRep18.Caption = "بيان دفعات الورثة -حسابات";
     this.mbRetCenterXRep18.Id = 332;
     this.mbRetCenterXRep18.ImageIndex = 24;
     this.mbRetCenterXRep18.LargeImageIndex = 24;
     this.mbRetCenterXRep18.Name = "mbRetCenterXRep18";
     this.mbRetCenterXRep18.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLEstefa
     //
     this.mbRetCenterTBLEstefa.Caption = "استيفاء";
     this.mbRetCenterTBLEstefa.Id = 333;
     this.mbRetCenterTBLEstefa.ImageIndex = 50;
     this.mbRetCenterTBLEstefa.LargeImageIndex = 50;
     this.mbRetCenterTBLEstefa.Name = "mbRetCenterTBLEstefa";
     //
     // mbRetCenterXRep19
     //
     this.mbRetCenterXRep19.Caption = "تقرير اعانة الوفاة";
     this.mbRetCenterXRep19.Id = 334;
     this.mbRetCenterXRep19.ImageIndex = 24;
     this.mbRetCenterXRep19.LargeImageIndex = 24;
     this.mbRetCenterXRep19.Name = "mbRetCenterXRep19";
     this.mbRetCenterXRep19.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry78
     //
     this.mbRetCenterQry78.Caption = "الاستيفاء";
     this.mbRetCenterQry78.Id = 335;
     this.mbRetCenterQry78.ImageIndex = 19;
     this.mbRetCenterQry78.LargeImageIndex = 19;
     this.mbRetCenterQry78.Name = "mbRetCenterQry78";
     this.mbRetCenterQry78.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLReprint
     //
     this.mbRetCenterTBLReprint.Caption = "اعادة اصدار الفيزا";
     this.mbRetCenterTBLReprint.Id = 337;
     this.mbRetCenterTBLReprint.ImageIndex = 34;
     this.mbRetCenterTBLReprint.LargeImageIndex = 34;
     this.mbRetCenterTBLReprint.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLReprintMember),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLReprintWarasa),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLReprintMemberTaslem),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLReprintWarasaTaslem)});
     this.mbRetCenterTBLReprint.Name = "mbRetCenterTBLReprint";
     //
     // mbRetCenterTBLReprintMember
     //
     this.mbRetCenterTBLReprintMember.Caption = "اعادة اصدار اعضاء";
     this.mbRetCenterTBLReprintMember.Id = 339;
     this.mbRetCenterTBLReprintMember.ImageIndex = 34;
     this.mbRetCenterTBLReprintMember.LargeImageIndex = 34;
     this.mbRetCenterTBLReprintMember.Name = "mbRetCenterTBLReprintMember";
     this.mbRetCenterTBLReprintMember.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLReprintWarasa
     //
     this.mbRetCenterTBLReprintWarasa.Caption = "اعادة اصدار الورثة";
     this.mbRetCenterTBLReprintWarasa.Id = 341;
     this.mbRetCenterTBLReprintWarasa.ImageIndex = 34;
     this.mbRetCenterTBLReprintWarasa.LargeImageIndex = 34;
     this.mbRetCenterTBLReprintWarasa.Name = "mbRetCenterTBLReprintWarasa";
     this.mbRetCenterTBLReprintWarasa.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLReprintMemberTaslem
     //
     this.mbRetCenterTBLReprintMemberTaslem.Caption = "تسليم الاعضاء";
     this.mbRetCenterTBLReprintMemberTaslem.Id = 349;
     this.mbRetCenterTBLReprintMemberTaslem.ImageIndex = 34;
     this.mbRetCenterTBLReprintMemberTaslem.LargeImageIndex = 34;
     this.mbRetCenterTBLReprintMemberTaslem.Name = "mbRetCenterTBLReprintMemberTaslem";
     this.mbRetCenterTBLReprintMemberTaslem.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLReprintWarasaTaslem
     //
     this.mbRetCenterTBLReprintWarasaTaslem.Caption = "تسليم الورثة";
     this.mbRetCenterTBLReprintWarasaTaslem.Id = 350;
     this.mbRetCenterTBLReprintWarasaTaslem.ImageIndex = 34;
     this.mbRetCenterTBLReprintWarasaTaslem.LargeImageIndex = 34;
     this.mbRetCenterTBLReprintWarasaTaslem.Name = "mbRetCenterTBLReprintWarasaTaslem";
     this.mbRetCenterTBLReprintWarasaTaslem.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry79
     //
     this.mbRetCenterQry79.Caption = "اعادة اصدار اعضاء";
     this.mbRetCenterQry79.Id = 340;
     this.mbRetCenterQry79.ImageIndex = 19;
     this.mbRetCenterQry79.LargeImageIndex = 19;
     this.mbRetCenterQry79.Name = "mbRetCenterQry79";
     this.mbRetCenterQry79.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry80
     //
     this.mbRetCenterQry80.Caption = "اعادة اصدار الورثة";
     this.mbRetCenterQry80.Id = 343;
     this.mbRetCenterQry80.ImageIndex = 19;
     this.mbRetCenterQry80.LargeImageIndex = 19;
     this.mbRetCenterQry80.Name = "mbRetCenterQry80";
     this.mbRetCenterQry80.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLremind
     //
     this.mbRetCenterTBLremind.Caption = "الاشعارات";
     this.mbRetCenterTBLremind.Id = 344;
     this.mbRetCenterTBLremind.ImageIndex = 51;
     this.mbRetCenterTBLremind.LargeImageIndex = 51;
     this.mbRetCenterTBLremind.Name = "mbRetCenterTBLremind";
     //
     // mbRetCenterTBLMandoop
     //
     this.mbRetCenterTBLMandoop.Caption = "المندوبين";
     this.mbRetCenterTBLMandoop.Id = 345;
     this.mbRetCenterTBLMandoop.ImageIndex = 52;
     this.mbRetCenterTBLMandoop.LargeImageIndex = 52;
     this.mbRetCenterTBLMandoop.Name = "mbRetCenterTBLMandoop";
     //
     // mbRetCenterTBLHafzaTasleem
     //
     this.mbRetCenterTBLHafzaTasleem.Caption = "تسليم الحوافظ";
     this.mbRetCenterTBLHafzaTasleem.Id = 346;
     this.mbRetCenterTBLHafzaTasleem.ImageIndex = 53;
     this.mbRetCenterTBLHafzaTasleem.LargeImageIndex = 53;
     this.mbRetCenterTBLHafzaTasleem.Name = "mbRetCenterTBLHafzaTasleem";
     //
     // mbRetCenterTBLDeathMembersPrint
     //
     this.mbRetCenterTBLDeathMembersPrint.Caption = "تقرير اعانة الوفاة 2";
     this.mbRetCenterTBLDeathMembersPrint.Id = 353;
     this.mbRetCenterTBLDeathMembersPrint.ImageIndex = 24;
     this.mbRetCenterTBLDeathMembersPrint.LargeImageIndex = 24;
     this.mbRetCenterTBLDeathMembersPrint.Name = "mbRetCenterTBLDeathMembersPrint";
     this.mbRetCenterTBLDeathMembersPrint.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLHafezSarf
     //
     this.mbRetCenterTBLHafezSarf.Caption = "صرف الحافز";
     this.mbRetCenterTBLHafezSarf.Id = 354;
     this.mbRetCenterTBLHafezSarf.ImageIndex = 53;
     this.mbRetCenterTBLHafezSarf.LargeImageIndex = 53;
     this.mbRetCenterTBLHafezSarf.Name = "mbRetCenterTBLHafezSarf";
     //
     // mbRetCenterXRep21
     //
     this.mbRetCenterXRep21.Caption = "حافز صرف المعاشات";
     this.mbRetCenterXRep21.Id = 355;
     this.mbRetCenterXRep21.ImageIndex = 24;
     this.mbRetCenterXRep21.LargeImageIndex = 24;
     this.mbRetCenterXRep21.Name = "mbRetCenterXRep21";
     this.mbRetCenterXRep21.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep22
     //
     this.mbRetCenterXRep22.Caption = "اجمالي صرفية الاعضاء";
     this.mbRetCenterXRep22.Id = 356;
     this.mbRetCenterXRep22.ImageIndex = 24;
     this.mbRetCenterXRep22.LargeImageIndex = 24;
     this.mbRetCenterXRep22.Name = "mbRetCenterXRep22";
     this.mbRetCenterXRep22.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep23
     //
     this.mbRetCenterXRep23.Caption = "اجمالي صرفية الورثة";
     this.mbRetCenterXRep23.Id = 357;
     this.mbRetCenterXRep23.ImageIndex = 24;
     this.mbRetCenterXRep23.LargeImageIndex = 24;
     this.mbRetCenterXRep23.Name = "mbRetCenterXRep23";
     this.mbRetCenterXRep23.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTBLDeathMembersMenu
     //
     this.mbRetCenterTBLDeathMembersMenu.Caption = "وفيات الاعضاء";
     this.mbRetCenterTBLDeathMembersMenu.Id = 359;
     this.mbRetCenterTBLDeathMembersMenu.ImageIndex = 48;
     this.mbRetCenterTBLDeathMembersMenu.LargeImageIndex = 48;
     this.mbRetCenterTBLDeathMembersMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLDeathMembers),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTBLDeathMembersAcc)});
     this.mbRetCenterTBLDeathMembersMenu.Name = "mbRetCenterTBLDeathMembersMenu";
     //
     // mbRetCenterTBLDeathMembersAcc
     //
     this.mbRetCenterTBLDeathMembersAcc.Caption = "وفيات الاعضاء - حسابات";
     this.mbRetCenterTBLDeathMembersAcc.Id = 360;
     this.mbRetCenterTBLDeathMembersAcc.ImageIndex = 48;
     this.mbRetCenterTBLDeathMembersAcc.LargeImageIndex = 48;
     this.mbRetCenterTBLDeathMembersAcc.Name = "mbRetCenterTBLDeathMembersAcc";
     //
     // mbRetCenterTblMemberAmanatMenu
     //
     this.mbRetCenterTblMemberAmanatMenu.Caption = "امانات الاعضاء";
     this.mbRetCenterTblMemberAmanatMenu.Id = 363;
     this.mbRetCenterTblMemberAmanatMenu.ImageIndex = 42;
     this.mbRetCenterTblMemberAmanatMenu.LargeImageIndex = 42;
     this.mbRetCenterTblMemberAmanatMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblMemberAmanat),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblMemberAmanatAcc),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblMemberAmanatSarf),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblMemberAmanatCheek),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblMemberAmanat2),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry97),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry108),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry109)});
     this.mbRetCenterTblMemberAmanatMenu.Name = "mbRetCenterTblMemberAmanatMenu";
     //
     // mbRetCenterTblMemberAmanatAcc
     //
     this.mbRetCenterTblMemberAmanatAcc.Caption = "امانات الاعضاء - حسابات";
     this.mbRetCenterTblMemberAmanatAcc.Id = 364;
     this.mbRetCenterTblMemberAmanatAcc.ImageIndex = 42;
     this.mbRetCenterTblMemberAmanatAcc.LargeImageIndex = 42;
     this.mbRetCenterTblMemberAmanatAcc.Name = "mbRetCenterTblMemberAmanatAcc";
     //
     // mbRetCenterTblMemberAmanatSarf
     //
     this.mbRetCenterTblMemberAmanatSarf.Caption = "امانات الاعضاء - دفعات الصرف";
     this.mbRetCenterTblMemberAmanatSarf.Id = 368;
     this.mbRetCenterTblMemberAmanatSarf.ImageIndex = 42;
     this.mbRetCenterTblMemberAmanatSarf.LargeImageIndex = 42;
     this.mbRetCenterTblMemberAmanatSarf.Name = "mbRetCenterTblMemberAmanatSarf";
     //
     // mbRetCenterTblMemberAmanatCheek
     //
     this.mbRetCenterTblMemberAmanatCheek.Caption = "امانات الاعضاء - شيكات";
     this.mbRetCenterTblMemberAmanatCheek.Id = 390;
     this.mbRetCenterTblMemberAmanatCheek.ImageIndex = 42;
     this.mbRetCenterTblMemberAmanatCheek.LargeImageIndex = 42;
     this.mbRetCenterTblMemberAmanatCheek.Name = "mbRetCenterTblMemberAmanatCheek";
     //
     // mbRetCenterTblMemberAmanat2
     //
     this.mbRetCenterTblMemberAmanat2.Caption = "امانات الاعضاء 2";
     this.mbRetCenterTblMemberAmanat2.Id = 394;
     this.mbRetCenterTblMemberAmanat2.ImageIndex = 42;
     this.mbRetCenterTblMemberAmanat2.LargeImageIndex = 42;
     this.mbRetCenterTblMemberAmanat2.Name = "mbRetCenterTblMemberAmanat2";
     //
     // mbRetCenterQry97
     //
     this.mbRetCenterQry97.Caption = "امانات لم ترحل - اعضاء";
     this.mbRetCenterQry97.Id = 401;
     this.mbRetCenterQry97.ImageIndex = 19;
     this.mbRetCenterQry97.LargeImageIndex = 19;
     this.mbRetCenterQry97.Name = "mbRetCenterQry97";
     //
     // mbRetCenterQry108
     //
     this.mbRetCenterQry108.Caption = "امانات الاعضاء";
     this.mbRetCenterQry108.Id = 416;
     this.mbRetCenterQry108.ImageIndex = 19;
     this.mbRetCenterQry108.LargeImageIndex = 19;
     this.mbRetCenterQry108.Name = "mbRetCenterQry108";
     //
     // mbRetCenterQry109
     //
     this.mbRetCenterQry109.Caption = "امانات الورثة";
     this.mbRetCenterQry109.Id = 417;
     this.mbRetCenterQry109.ImageIndex = 19;
     this.mbRetCenterQry109.LargeImageIndex = 19;
     this.mbRetCenterQry109.Name = "mbRetCenterQry109";
     //
     // mbRetCenterXRep24
     //
     this.mbRetCenterXRep24.Caption = "امانات الاعضاء";
     this.mbRetCenterXRep24.Id = 369;
     this.mbRetCenterXRep24.ImageIndex = 24;
     this.mbRetCenterXRep24.LargeImageIndex = 24;
     this.mbRetCenterXRep24.Name = "mbRetCenterXRep24";
     this.mbRetCenterXRep24.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterTblWarasaAmanatMenu
     //
     this.mbRetCenterTblWarasaAmanatMenu.Caption = "امانات الورثة";
     this.mbRetCenterTblWarasaAmanatMenu.Id = 373;
     this.mbRetCenterTblWarasaAmanatMenu.ImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatMenu.LargeImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblWarasaAmanat),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblWarasaAmanatSarf),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblWarasaAmanatAcc),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblWarasaAmanatCheek),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterTblWarasaAmanat2),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry95),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry96),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterQry98)});
     this.mbRetCenterTblWarasaAmanatMenu.Name = "mbRetCenterTblWarasaAmanatMenu";
     //
     // mbRetCenterTblWarasaAmanatSarf
     //
     this.mbRetCenterTblWarasaAmanatSarf.Caption = "امانات الورثة - دفعات الصرف";
     this.mbRetCenterTblWarasaAmanatSarf.Id = 374;
     this.mbRetCenterTblWarasaAmanatSarf.ImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatSarf.LargeImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatSarf.Name = "mbRetCenterTblWarasaAmanatSarf";
     //
     // mbRetCenterTblWarasaAmanatAcc
     //
     this.mbRetCenterTblWarasaAmanatAcc.Caption = "امانات الورثة - حسابات";
     this.mbRetCenterTblWarasaAmanatAcc.Id = 375;
     this.mbRetCenterTblWarasaAmanatAcc.ImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatAcc.LargeImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatAcc.Name = "mbRetCenterTblWarasaAmanatAcc";
     //
     // mbRetCenterTblWarasaAmanatCheek
     //
     this.mbRetCenterTblWarasaAmanatCheek.Caption = "امانات الورثة - شيكات";
     this.mbRetCenterTblWarasaAmanatCheek.Id = 389;
     this.mbRetCenterTblWarasaAmanatCheek.ImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatCheek.LargeImageIndex = 43;
     this.mbRetCenterTblWarasaAmanatCheek.Name = "mbRetCenterTblWarasaAmanatCheek";
     //
     // mbRetCenterTblWarasaAmanat2
     //
     this.mbRetCenterTblWarasaAmanat2.Caption = "امانات الورثة 2";
     this.mbRetCenterTblWarasaAmanat2.Id = 395;
     this.mbRetCenterTblWarasaAmanat2.ImageIndex = 43;
     this.mbRetCenterTblWarasaAmanat2.LargeImageIndex = 43;
     this.mbRetCenterTblWarasaAmanat2.Name = "mbRetCenterTblWarasaAmanat2";
     //
     // mbRetCenterQry95
     //
     this.mbRetCenterQry95.Caption = "دفعات امانات متكررة";
     this.mbRetCenterQry95.Id = 396;
     this.mbRetCenterQry95.ImageIndex = 19;
     this.mbRetCenterQry95.LargeImageIndexDisabled = 19;
     this.mbRetCenterQry95.Name = "mbRetCenterQry95";
     //
     // mbRetCenterQry96
     //
     this.mbRetCenterQry96.Caption = "ورثة لم يتم ترحلهم لاخطاء الادخال";
     this.mbRetCenterQry96.Id = 397;
     this.mbRetCenterQry96.ImageIndex = 19;
     this.mbRetCenterQry96.LargeImageIndexDisabled = 19;
     this.mbRetCenterQry96.Name = "mbRetCenterQry96";
     //
     // mbRetCenterQry98
     //
     this.mbRetCenterQry98.Caption = "امانات لم ترحل - ورثة";
     this.mbRetCenterQry98.Id = 402;
     this.mbRetCenterQry98.ImageIndex = 19;
     this.mbRetCenterQry98.LargeImageIndex = 19;
     this.mbRetCenterQry98.Name = "mbRetCenterQry98";
     //
     // mbRetCenterXRep25
     //
     this.mbRetCenterXRep25.Caption = "امانات الورثة";
     this.mbRetCenterXRep25.Id = 376;
     this.mbRetCenterXRep25.ImageIndex = 24;
     this.mbRetCenterXRep25.LargeImageIndex = 24;
     this.mbRetCenterXRep25.Name = "mbRetCenterXRep25";
     this.mbRetCenterXRep25.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterBankExportedDataActivate
     //
     this.mbRetCenterBankExportedDataActivate.Caption = "تفعيل فيزا الاعضاء";
     this.mbRetCenterBankExportedDataActivate.Id = 382;
     this.mbRetCenterBankExportedDataActivate.ImageIndex = 54;
     this.mbRetCenterBankExportedDataActivate.LargeImageIndex = 54;
     this.mbRetCenterBankExportedDataActivate.Name = "mbRetCenterBankExportedDataActivate";
     //
     // mbRetCenterVisa
     //
     this.mbRetCenterVisa.Caption = "الفيزا";
     this.mbRetCenterVisa.Id = 383;
     this.mbRetCenterVisa.ImageIndex = 54;
     this.mbRetCenterVisa.LargeImageIndex = 54;
     this.mbRetCenterVisa.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterBankExportedDataActivate),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbRetCenterBankExportedDataWarsaActivate)});
     this.mbRetCenterVisa.Name = "mbRetCenterVisa";
     //
     // mbRetCenterBankExportedDataWarsaActivate
     //
     this.mbRetCenterBankExportedDataWarsaActivate.Caption = "تفعيل فيزا الورثة";
     this.mbRetCenterBankExportedDataWarsaActivate.Id = 384;
     this.mbRetCenterBankExportedDataWarsaActivate.ImageIndex = 54;
     this.mbRetCenterBankExportedDataWarsaActivate.LargeImageIndex = 54;
     this.mbRetCenterBankExportedDataWarsaActivate.Name = "mbRetCenterBankExportedDataWarsaActivate";
     //
     // mbRetCenterImportFrombamanat
     //
     this.mbRetCenterImportFrombamanat.Caption = "استيراد امانات";
     this.mbRetCenterImportFrombamanat.Id = 388;
     this.mbRetCenterImportFrombamanat.ImageIndex = 28;
     this.mbRetCenterImportFrombamanat.LargeImageIndex = 28;
     this.mbRetCenterImportFrombamanat.Name = "mbRetCenterImportFrombamanat";
     //
     // mbRetCenterXRep16A
     //
     this.mbRetCenterXRep16A.Caption = "سجل صرف الورثة";
     this.mbRetCenterXRep16A.Id = 391;
     this.mbRetCenterXRep16A.ImageIndex = 24;
     this.mbRetCenterXRep16A.LargeImageIndex = 24;
     this.mbRetCenterXRep16A.Name = "mbRetCenterXRep16A";
     this.mbRetCenterXRep16A.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry93
     //
     this.mbRetCenterQry93.Caption = "مجموع مبالغ الدفعات ورثة";
     this.mbRetCenterQry93.Id = 392;
     this.mbRetCenterQry93.ImageIndex = 19;
     this.mbRetCenterQry93.LargeImageIndex = 19;
     this.mbRetCenterQry93.Name = "mbRetCenterQry93";
     this.mbRetCenterQry93.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterQry94
     //
     this.mbRetCenterQry94.Caption = "مجموع مبالغ الدفعات اعضاء";
     this.mbRetCenterQry94.Id = 393;
     this.mbRetCenterQry94.ImageIndex = 19;
     this.mbRetCenterQry94.LargeImageIndex = 19;
     this.mbRetCenterQry94.Name = "mbRetCenterQry94";
     //
     // mbRetCenterCdDofaatAmanat
     //
     this.mbRetCenterCdDofaatAmanat.Caption = "دفعات صرف الامانات";
     this.mbRetCenterCdDofaatAmanat.Id = 398;
     this.mbRetCenterCdDofaatAmanat.ImageIndex = 40;
     this.mbRetCenterCdDofaatAmanat.LargeImageIndex = 40;
     this.mbRetCenterCdDofaatAmanat.Name = "mbRetCenterCdDofaatAmanat";
     //
     // mbRetCenterCDDofatSarfFrook
     //
     this.mbRetCenterCDDofatSarfFrook.Caption = "دفعات صرف الفروق";
     this.mbRetCenterCDDofatSarfFrook.Id = 399;
     this.mbRetCenterCDDofatSarfFrook.ImageIndex = 40;
     this.mbRetCenterCDDofatSarfFrook.LargeImageIndex = 40;
     this.mbRetCenterCDDofatSarfFrook.Name = "mbRetCenterCDDofatSarfFrook";
     //
     // mbRetCenterTBLDofatSarfMadunea
     //
     this.mbRetCenterTBLDofatSarfMadunea.Caption = "دفعات صرف المديونية";
     this.mbRetCenterTBLDofatSarfMadunea.Id = 400;
     this.mbRetCenterTBLDofatSarfMadunea.ImageIndex = 40;
     this.mbRetCenterTBLDofatSarfMadunea.LargeImageIndex = 40;
     this.mbRetCenterTBLDofatSarfMadunea.Name = "mbRetCenterTBLDofatSarfMadunea";
     //
     // mbRetCenterTblAttach
     //
     this.mbRetCenterTblAttach.Caption = "المرفقات";
     this.mbRetCenterTblAttach.Id = 404;
     this.mbRetCenterTblAttach.ImageIndex = 55;
     this.mbRetCenterTblAttach.LargeImageIndex = 55;
     this.mbRetCenterTblAttach.Name = "mbRetCenterTblAttach";
     //
     // mbRetCenterXRep28
     //
     this.mbRetCenterXRep28.Caption = "حافظة استلام اعادة الاصدار اعضاء";
     this.mbRetCenterXRep28.Id = 419;
     this.mbRetCenterXRep28.ImageIndex = 24;
     this.mbRetCenterXRep28.LargeImageIndex = 24;
     this.mbRetCenterXRep28.Name = "mbRetCenterXRep28";
     this.mbRetCenterXRep28.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // mbRetCenterXRep29
     //
     this.mbRetCenterXRep29.Caption = "حافظة استلام اعادة الاصدار ورثة";
     this.mbRetCenterXRep29.Id = 420;
     this.mbRetCenterXRep29.ImageIndex = 24;
     this.mbRetCenterXRep29.LargeImageIndex = 24;
     this.mbRetCenterXRep29.Name = "mbRetCenterXRep29";
     this.mbRetCenterXRep29.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     //
     // ribbonImageCollectionLarge
     //
     this.ribbonImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32);
     this.ribbonImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollectionLarge.ImageStream")));
     this.ribbonImageCollectionLarge.Images.SetKeyName(0, "Ribbon_Exit_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Content_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Info_32x32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Connection.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(4, "CDGov.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(5, "CDMarkez.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(6, "CDSyndicate.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(7, "CDSubCommitte.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(8, "CDBirthPlace.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(9, "CDJop.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(10, "CDJobDescription.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(11, "CDGehaType.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(12, "CDModerea.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(13, "CDEDARET.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(14, "CDGeha.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(15, "CDQualification.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(16, "CDSpecialization.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(17, "TBLMembers.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(18, "CDEstefaaKed.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(19, "Qry.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(20, "TBLHafza.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(21, "TBLMemberCard.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(22, "TBLPrintCard.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(23, "TBLMandoop.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(24, "Report.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(25, "Receipts.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(26, "TblMemberAttach.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(27, "CDAttachmentType.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(28, "ImportData.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(29, "Users.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(30, "Roles.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(31, "RoleDetail.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(32, "UserRoles.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(33, "Options32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(34, "TBLAksat.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(35, "TBLEmpWork32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(36, "TBLUserMistake32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(37, "Fixs32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(38, "RoleSyndicate.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(39, "CDsarfType.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(40, "TBLDofatSarf.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(41, "TBLMemberSarf.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(42, "TblMemberAmanat.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(43, "TblWarasaAmanat.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(44, "archive32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(45, "TblChekNid32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(46, "TBLProofDoc32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(47, "Bank32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(48, "TBLDeathMembers32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(49, "tbladminremarks32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(50, "TBLEstefa32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(51, "TBLremind32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(52, "TBLMandoop32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(53, "TBLHafzaTasleem32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(54, "Visa32.png");
     this.ribbonImageCollectionLarge.Images.SetKeyName(55, "TblAttach32.png");
     //
     // DataribbonPage
     //
     this.DataribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.DataribbonPageGroup,
     this.ribbonPageGroup2});
     this.DataribbonPage.Name = "DataribbonPage";
     this.DataribbonPage.Text = "ادخال البيانات";
     //
     // DataribbonPageGroup
     //
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterDataMember);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterPrepareDofaa);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterDofatSarfActivity);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTblMemberAmanatMenu);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTblWarasaAmanatMenu);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterarchef);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTblChekNid);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLProofDoc);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLBeanWarsaMenu);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterBank);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLDeathMembersMenu);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCentertbladminremarks);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLEstefa);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLReprint);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLremind);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLMandoop);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLHafzaTasleem);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLHafezSarf);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterVisa);
     this.DataribbonPageGroup.ItemLinks.Add(this.mbRetCenterTblAttach);
     this.DataribbonPageGroup.Name = "DataribbonPageGroup";
     this.DataribbonPageGroup.Text = "قائمة ادخال البيانات";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.mbRetCenterImportFromAccessFrm);
     this.ribbonPageGroup2.ItemLinks.Add(this.mbRetCenterImportFrombamanat);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "استيراد البيانات";
     //
     // CodeRibbonPage
     //
     this.CodeRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.CoderibbonPageGroup});
     this.CodeRibbonPage.Name = "CodeRibbonPage";
     this.CodeRibbonPage.Text = "التعريفات الأساسية";
     //
     // CoderibbonPageGroup
     //
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDGov);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDMarkez);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDSyndicate);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDSubCommitte);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDBirthPlace);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterJobs);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDGehaType);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDModerea);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDEDARET);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDGeha);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDQualification);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDSpecialization);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDEstefaaKed);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDAttachmentType);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDsarfType);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLDofatSarf);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCdDofaatAmanat);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterCDDofatSarfFrook);
     this.CoderibbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLDofatSarfMadunea);
     this.CoderibbonPageGroup.Name = "CoderibbonPageGroup";
     this.CoderibbonPageGroup.Text = "قائمة التعريفات الأساسية";
     //
     // QueryribbonPage
     //
     this.QueryribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.QryribbonPageGroup});
     this.QueryribbonPage.Name = "QueryribbonPage";
     this.QueryribbonPage.Text = "الاستعلامات ";
     //
     // QryribbonPageGroup
     //
     this.QryribbonPageGroup.AllowTextClipping = false;
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterStatis);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQryPart1);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQryPart2);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry21);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQryPart3);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterBankQry);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterُErrorQry);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry03);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry03A);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry04);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry05);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry10);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry19);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry20);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry22);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry23);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry24);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry25);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry26);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry50);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry60);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry72);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry73);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry75);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry78);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry79);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry80);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry93);
     this.QryribbonPageGroup.ItemLinks.Add(this.mbRetCenterQry94);
     this.QryribbonPageGroup.Name = "QryribbonPageGroup";
     this.QryribbonPageGroup.Text = "الاستعلامات";
     //
     // QueryChartribbonPage
     //
     this.QueryChartribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup6});
     this.QueryChartribbonPage.Name = "QueryChartribbonPage";
     this.QueryChartribbonPage.Text = "الاستعلامات بالرسم";
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.Name = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text = "الاستعلامات بالرسم";
     //
     // PrintribbonPage
     //
     this.PrintribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ReportribbonPageGroup});
     this.PrintribbonPage.Name = "PrintribbonPage";
     this.PrintribbonPage.Text = "التقارير";
     //
     // ReportribbonPageGroup
     //
     this.ReportribbonPageGroup.AllowMinimize = false;
     this.ReportribbonPageGroup.AllowTextClipping = false;
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep01);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterSarfyaA3da2);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterSarfyaWarasa);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep05);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep06);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep09);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep07);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep08);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep10);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep11);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep12);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep13);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep14);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep15);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep16);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep16A);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep17);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep18);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep19);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterTBLDeathMembersPrint);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep21);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep22);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep23);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep24);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep25);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep28);
     this.ReportribbonPageGroup.ItemLinks.Add(this.mbRetCenterXRep29);
     this.ReportribbonPageGroup.Name = "ReportribbonPageGroup";
     this.ReportribbonPageGroup.Text = "التقارير";
     //
     // PremissionribbonPage
     //
     this.PremissionribbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup3,
     this.ribbonPageGroup4});
     this.PremissionribbonPage.Name = "PremissionribbonPage";
     this.PremissionribbonPage.Text = "صلاحيات";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.mbRetCenterUsers);
     this.ribbonPageGroup3.ItemLinks.Add(this.mbRetCenterUserRoles);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "مستخدمين";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.mbRetCenterRoles);
     this.ribbonPageGroup4.ItemLinks.Add(this.mbRetCenterRoleSyndicate);
     this.ribbonPageGroup4.ItemLinks.Add(this.mbRetCenterRoleDetail);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = "صلاحيات";
     //
     // helpRibbonPage
     //
     this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.skinsRibbonPageGroup,
     this.helpRibbonPageGroup,
     this.ribbonPageGroup1});
     this.helpRibbonPage.Name = "helpRibbonPage";
     this.helpRibbonPage.Text = "مساعده";
     //
     // skinsRibbonPageGroup
     //
     this.skinsRibbonPageGroup.ItemLinks.Add(this.mbRetCenterSkins);
     this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
     this.skinsRibbonPageGroup.ShowCaptionButton = false;
     this.skinsRibbonPageGroup.Text = "Skins";
     //
     // helpRibbonPageGroup
     //
     this.helpRibbonPageGroup.ItemLinks.Add(this.mbRetCenterHelp);
     this.helpRibbonPageGroup.ItemLinks.Add(this.mbRetCenterAbout);
     this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
     this.helpRibbonPageGroup.Text = "Help";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "اختبار";
     //
     // RoleDetailFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(984, 330);
     this.Controls.Add(this.groupControlUpdate);
     this.Controls.Add(this.groupControlSelect);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name = "RoleDetailFrm";
     this.Text = "السماحيات";
     this.Load += new System.EventHandler(this.EditorJobFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlUpdate)).EndInit();
     this.groupControlUpdate.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer2)).EndInit();
     this.popupControlContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.buttonEdit.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainer1)).EndInit();
     this.popupControlContainer1.ResumeLayout(false);
     this.popupControlContainer1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).EndInit();
     this.groupControlSelect.ResumeLayout(false);
     this.groupControlSelect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rolesBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsRetirementCenter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
     this.ResumeLayout(false);
 }
Пример #7
0
 public void LinkListToColumn(DevExpress.XtraBars.BarEditItem col)
 {
     col.Edit = RepositoryItem;
     RetrieveRows(false); //Tell AppList to get its rows if it the first use
 }
Пример #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();
     this.gridControlCheck = new DevExpress.XtraGrid.GridControl();
     this.gridViewCheck = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnUser = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnBaseNames = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnColorNames = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnTopNames = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnDesignNames = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnComment = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemRefresh = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemEdit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItemDateStart = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItemDateEnd = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCheck)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCheck)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlCheck
     //
     this.gridControlCheck.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlCheck.Location = new System.Drawing.Point(0, 29);
     this.gridControlCheck.MainView = this.gridViewCheck;
     this.gridControlCheck.Name = "gridControlCheck";
     this.gridControlCheck.Size = new System.Drawing.Size(705, 485);
     this.gridControlCheck.TabIndex = 4;
     this.gridControlCheck.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewCheck});
     //
     // gridViewCheck
     //
     this.gridViewCheck.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnUser,
     this.gridColumnDate,
     this.gridColumnBaseNames,
     this.gridColumnColorNames,
     this.gridColumnTopNames,
     this.gridColumnDesignNames,
     this.gridColumnPrice,
     this.gridColumnComment});
     this.gridViewCheck.GridControl = this.gridControlCheck;
     this.gridViewCheck.GroupCount = 1;
     this.gridViewCheck.Name = "gridViewCheck";
     this.gridViewCheck.OptionsBehavior.Editable = false;
     this.gridViewCheck.OptionsDetail.EnableMasterViewMode = false;
     this.gridViewCheck.OptionsView.ShowAutoFilterRow = true;
     this.gridViewCheck.OptionsView.ShowFooter = true;
     this.gridViewCheck.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumnDate, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridViewCheck.DoubleClick += new System.EventHandler(this.gridView_DoubleClick);
     //
     // gridColumnUser
     //
     this.gridColumnUser.Caption = "Клиент";
     this.gridColumnUser.FieldName = "UserName";
     this.gridColumnUser.MinWidth = 100;
     this.gridColumnUser.Name = "gridColumnUser";
     this.gridColumnUser.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "Name", "Всего: {0}")});
     this.gridColumnUser.Visible = true;
     this.gridColumnUser.VisibleIndex = 0;
     this.gridColumnUser.Width = 121;
     //
     // gridColumnDate
     //
     this.gridColumnDate.Caption = "Дата";
     this.gridColumnDate.DisplayFormat.FormatString = "g";
     this.gridColumnDate.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumnDate.FieldName = "Record.RecordDate";
     this.gridColumnDate.MinWidth = 100;
     this.gridColumnDate.Name = "gridColumnDate";
     this.gridColumnDate.Visible = true;
     this.gridColumnDate.VisibleIndex = 1;
     this.gridColumnDate.Width = 150;
     //
     // gridColumnBaseNames
     //
     this.gridColumnBaseNames.Caption = "Базы";
     this.gridColumnBaseNames.FieldName = "BaseNames";
     this.gridColumnBaseNames.Name = "gridColumnBaseNames";
     this.gridColumnBaseNames.Visible = true;
     this.gridColumnBaseNames.VisibleIndex = 1;
     //
     // gridColumnColorNames
     //
     this.gridColumnColorNames.Caption = "Цвета";
     this.gridColumnColorNames.FieldName = "ColorNames";
     this.gridColumnColorNames.Name = "gridColumnColorNames";
     this.gridColumnColorNames.Visible = true;
     this.gridColumnColorNames.VisibleIndex = 2;
     //
     // gridColumnTopNames
     //
     this.gridColumnTopNames.Caption = "Топы";
     this.gridColumnTopNames.FieldName = "TopNames";
     this.gridColumnTopNames.Name = "gridColumnTopNames";
     this.gridColumnTopNames.Visible = true;
     this.gridColumnTopNames.VisibleIndex = 3;
     //
     // gridColumnDesignNames
     //
     this.gridColumnDesignNames.Caption = "Дизайны";
     this.gridColumnDesignNames.FieldName = "DesignNames";
     this.gridColumnDesignNames.Name = "gridColumnDesignNames";
     this.gridColumnDesignNames.Visible = true;
     this.gridColumnDesignNames.VisibleIndex = 4;
     //
     // gridColumnPrice
     //
     this.gridColumnPrice.Caption = "Стоимость";
     this.gridColumnPrice.FieldName = "Price";
     this.gridColumnPrice.Name = "gridColumnPrice";
     this.gridColumnPrice.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Price", "Итого: {0:0.##}")});
     this.gridColumnPrice.Visible = true;
     this.gridColumnPrice.VisibleIndex = 5;
     //
     // gridColumnComment
     //
     this.gridColumnComment.Caption = "Примечание";
     this.gridColumnComment.FieldName = "Comment";
     this.gridColumnComment.Name = "gridColumnComment";
     this.gridColumnComment.Visible = true;
     this.gridColumnComment.VisibleIndex = 6;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemRefresh,
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemEdit,
     this.barStaticItem1,
     this.barEditItemDateStart,
     this.barStaticItem2,
     this.barEditItem2,
     this.barEditItemDateEnd});
     this.barManager1.MaxItemId = 9;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit1,
     this.repositoryItemTextEdit1,
     this.repositoryItemDateEdit2});
     //
     // bar1
     //
     this.bar1.BarName = "Tools";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemEdit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemDateStart),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemDateEnd)});
     this.bar1.Text = "Tools";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Добавить";
     this.barButtonItemAdd.Id = 1;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemAdd_ItemClick);
     //
     // barButtonItemRefresh
     //
     this.barButtonItemRefresh.Caption = "Обновить";
     this.barButtonItemRefresh.Id = 0;
     this.barButtonItemRefresh.Name = "barButtonItemRefresh";
     this.barButtonItemRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemRefresh_ItemClick);
     //
     // barButtonItemEdit
     //
     this.barButtonItemEdit.Caption = "Редактировать";
     this.barButtonItemEdit.Id = 3;
     this.barButtonItemEdit.Name = "barButtonItemEdit";
     this.barButtonItemEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemEdit_ItemClick);
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "Удалить";
     this.barButtonItemDelete.Id = 2;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemDelete_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "Период с:";
     this.barStaticItem1.Id = 4;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barEditItemDateStart
     //
     this.barEditItemDateStart.Edit = this.repositoryItemDateEdit1;
     this.barEditItemDateStart.EditWidth = 100;
     this.barEditItemDateStart.Id = 5;
     this.barEditItemDateStart.Name = "barEditItemDateStart";
     this.barEditItemDateStart.EditValueChanged += new System.EventHandler(this.barEditItemDate_EditValueChanged);
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // barStaticItem2
     //
     this.barStaticItem2.Caption = "по:";
     this.barStaticItem2.Id = 6;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barEditItemDateEnd
     //
     this.barEditItemDateEnd.Edit = this.repositoryItemDateEdit2;
     this.barEditItemDateEnd.EditWidth = 100;
     this.barEditItemDateEnd.Id = 8;
     this.barEditItemDateEnd.Name = "barEditItemDateEnd";
     this.barEditItemDateEnd.EditValueChanged += new System.EventHandler(this.barEditItemDate_EditValueChanged);
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(705, 29);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 514);
     this.barDockControlBottom.Size = new System.Drawing.Size(705, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 29);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 485);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(705, 29);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 485);
     //
     // barEditItem2
     //
     this.barEditItem2.Caption = "barEditItem2";
     this.barEditItem2.Edit = this.repositoryItemTextEdit1;
     this.barEditItem2.EditWidth = 137;
     this.barEditItem2.Id = 7;
     this.barEditItem2.Name = "barEditItem2";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // UCCheck
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.gridControlCheck);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "UCCheck";
     this.Size = new System.Drawing.Size(705, 514);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCheck)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewCheck)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).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();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition1 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition2 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition3 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition4 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition5 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition6 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition7 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition8 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     this.calcCases = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcNPS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcVolume = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcPPL = new DevExpress.XtraPivotGrid.PivotGridField();
     this.repositoryItemTextEditf2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.popupMenuMain = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
     this.bbiStartDate = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.barHeaderItem2 = new DevExpress.XtraBars.BarHeaderItem();
     this.bbiEndDate = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.bbiGetData = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.dxValidationProviderMain = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.pivotGridControlMain = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pro0004BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsNMQry = new NestleICSales.DataSources.dsQry();
     this.fieldMaterialNumber1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTypeName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldDistributionChannel1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldMaterialName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldProductBase1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldBrand1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldProductGroup31 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldProductGroup21 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldProductGroup11 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPriceChanges1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPricePointRang1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldMaterialType1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldFlavor1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldNPDS1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPricePoint1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCases1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldNPS1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldVolume1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPPL1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldYearNo = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCustHierLevel3Name = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCustomerGroup = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCustomerType = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCustomerType2 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldRouteNumber = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldSubchannelName = new DevExpress.XtraPivotGrid.PivotGridField();
     this.repositoryItemTextEditPer = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.pro_0004TableAdapter = new NestleICSales.DataSources.dsQryTableAdapters.Pro_0004TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControlMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pro0004BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsNMQry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditPer)).BeginInit();
     this.SuspendLayout();
     //
     // calcCases
     //
     this.calcCases.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcCases.AreaIndex = 1;
     this.calcCases.Caption = "Cases%";
     this.calcCases.CellFormat.FormatString = "p2";
     this.calcCases.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcCases.DisplayFolder = "0.0%";
     this.calcCases.EmptyCellText = "0.0%";
     this.calcCases.FieldName = "Cases";
     this.calcCases.GrandTotalCellFormat.FormatString = "p2";
     this.calcCases.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcCases.Name = "calcCases";
     this.calcCases.Options.ShowGrandTotal = false;
     this.calcCases.Options.ShowUnboundExpressionMenu = true;
     this.calcCases.TotalCellFormat.FormatString = "p2";
     this.calcCases.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcCases.TotalValueFormat.FormatString = "p2";
     this.calcCases.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcCases.ValueFormat.FormatString = "p2";
     this.calcCases.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // calcNPS
     //
     this.calcNPS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcNPS.AreaIndex = 3;
     this.calcNPS.Caption = "NPS%";
     this.calcNPS.CellFormat.FormatString = "p2";
     this.calcNPS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcNPS.DisplayFolder = "0.0%";
     this.calcNPS.EmptyCellText = "0.0%";
     this.calcNPS.FieldName = "NPS";
     this.calcNPS.GrandTotalCellFormat.FormatString = "p2";
     this.calcNPS.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcNPS.Name = "calcNPS";
     this.calcNPS.Options.ShowGrandTotal = false;
     this.calcNPS.Options.ShowUnboundExpressionMenu = true;
     this.calcNPS.TotalCellFormat.FormatString = "p2";
     this.calcNPS.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcNPS.TotalValueFormat.FormatString = "p2";
     this.calcNPS.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcNPS.ValueFormat.FormatString = "p2";
     this.calcNPS.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // calcVolume
     //
     this.calcVolume.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcVolume.AreaIndex = 5;
     this.calcVolume.Caption = "Volume%";
     this.calcVolume.CellFormat.FormatString = "p2";
     this.calcVolume.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcVolume.DisplayFolder = "0.0%";
     this.calcVolume.EmptyCellText = "0.0%";
     this.calcVolume.FieldName = "Volume";
     this.calcVolume.GrandTotalCellFormat.FormatString = "p2";
     this.calcVolume.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcVolume.Name = "calcVolume";
     this.calcVolume.Options.ShowGrandTotal = false;
     this.calcVolume.Options.ShowUnboundExpressionMenu = true;
     this.calcVolume.TotalCellFormat.FormatString = "p2";
     this.calcVolume.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcVolume.TotalValueFormat.FormatString = "p2";
     this.calcVolume.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcVolume.ValueFormat.FormatString = "p2";
     this.calcVolume.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // calcPPL
     //
     this.calcPPL.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcPPL.AreaIndex = 7;
     this.calcPPL.Caption = "PPL%";
     this.calcPPL.CellFormat.FormatString = "p2";
     this.calcPPL.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcPPL.DisplayFolder = "0.0%";
     this.calcPPL.EmptyCellText = "0.0%";
     this.calcPPL.FieldName = "PPL";
     this.calcPPL.GrandTotalCellFormat.FormatString = "p2";
     this.calcPPL.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcPPL.Name = "calcPPL";
     this.calcPPL.Options.ShowGrandTotal = false;
     this.calcPPL.Options.ShowUnboundExpressionMenu = true;
     this.calcPPL.TotalCellFormat.FormatString = "p2";
     this.calcPPL.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcPPL.TotalValueFormat.FormatString = "p2";
     this.calcPPL.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcPPL.ValueFormat.FormatString = "p2";
     this.calcPPL.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // repositoryItemTextEditf2
     //
     this.repositoryItemTextEditf2.AutoHeight = false;
     this.repositoryItemTextEditf2.DisplayFormat.FormatString = "f2";
     this.repositoryItemTextEditf2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditf2.Mask.EditMask = "f2";
     this.repositoryItemTextEditf2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditf2.Name = "repositoryItemTextEditf2";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // popupMenuMain
     //
     this.popupMenuMain.Manager = this.barManagerMain;
     this.popupMenuMain.Name = "popupMenuMain";
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiExport,
     this.bbiStartDate,
     this.barHeaderItem1,
     this.bbiGetData,
     this.barHeaderItem2,
     this.bbiEndDate});
     this.barManagerMain.MaxItemId = 13;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit1,
     this.repositoryItemDateEdit2,
     this.repositoryItemDateEdit3});
     //
     // bar1
     //
     this.bar1.BarName = "Main";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barHeaderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiStartDate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barHeaderItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiEndDate),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiGetData, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiExport)});
     this.bar1.Text = "Custom 2";
     //
     // barHeaderItem1
     //
     this.barHeaderItem1.Caption = "Select Date";
     this.barHeaderItem1.Id = 3;
     this.barHeaderItem1.Name = "barHeaderItem1";
     //
     // bbiStartDate
     //
     this.bbiStartDate.Caption = "Date Start";
     this.bbiStartDate.Edit = this.repositoryItemDateEdit1;
     this.bbiStartDate.Id = 2;
     this.bbiStartDate.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1));
     this.bbiStartDate.Name = "bbiStartDate";
     this.bbiStartDate.Width = 120;
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // barHeaderItem2
     //
     this.barHeaderItem2.Caption = "End Date";
     this.barHeaderItem2.Id = 11;
     this.barHeaderItem2.Name = "barHeaderItem2";
     //
     // bbiEndDate
     //
     this.bbiEndDate.Caption = "Date End";
     this.bbiEndDate.Edit = this.repositoryItemDateEdit3;
     this.bbiEndDate.Id = 12;
     this.bbiEndDate.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D2));
     this.bbiEndDate.Name = "bbiEndDate";
     this.bbiEndDate.Width = 120;
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // bbiGetData
     //
     this.bbiGetData.Caption = "Get Data";
     this.bbiGetData.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.bbiGetData.Glyph = global::NestleICSales.Properties.Resources.apply_16x16;
     this.bbiGetData.Id = 9;
     this.bbiGetData.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.bbiGetData.Name = "bbiGetData";
     this.bbiGetData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiGetData_ItemClick);
     //
     // bbiExport
     //
     this.bbiExport.Caption = "Export";
     this.bbiExport.Glyph = global::NestleICSales.Properties.Resources.Export;
     this.bbiExport.Id = 1;
     this.bbiExport.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.bbiExport.Name = "bbiExport";
     this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1132, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 311);
     this.barDockControlBottom.Size = new System.Drawing.Size(1132, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 280);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1132, 31);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 280);
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // pivotGridControlMain
     //
     this.pivotGridControlMain.DataSource = this.pro0004BindingSource;
     this.pivotGridControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControlMain.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.fieldMaterialNumber1,
     this.fieldTypeName1,
     this.fieldDistributionChannel1,
     this.fieldMaterialName1,
     this.fieldProductBase1,
     this.fieldBrand1,
     this.fieldProductGroup31,
     this.fieldProductGroup21,
     this.fieldProductGroup11,
     this.fieldPriceChanges1,
     this.fieldPricePointRang1,
     this.fieldMaterialType1,
     this.fieldFlavor1,
     this.fieldNPDS1,
     this.fieldPricePoint1,
     this.fieldCases1,
     this.fieldNPS1,
     this.fieldVolume1,
     this.fieldPPL1,
     this.calcCases,
     this.calcNPS,
     this.calcVolume,
     this.calcPPL,
     this.fieldYearNo,
     this.fieldCustHierLevel3Name,
     this.fieldCustomerGroup,
     this.fieldCustomerType,
     this.fieldCustomerType2,
     this.fieldRouteNumber,
     this.fieldSubchannelName});
     pivotGridStyleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition1.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition1.Field = this.calcCases;
     pivotGridStyleFormatCondition1.FieldName = "calcCases";
     pivotGridStyleFormatCondition1.Value1 = "1";
     pivotGridStyleFormatCondition2.Appearance.ForeColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition2.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition2.Field = this.calcCases;
     pivotGridStyleFormatCondition2.FieldName = "calcCases";
     pivotGridStyleFormatCondition2.Value1 = "1";
     pivotGridStyleFormatCondition3.Appearance.ForeColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition3.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition3.Field = this.calcNPS;
     pivotGridStyleFormatCondition3.FieldName = "calcNPS";
     pivotGridStyleFormatCondition3.Value1 = "1";
     pivotGridStyleFormatCondition4.Appearance.ForeColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition4.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition4.Field = this.calcNPS;
     pivotGridStyleFormatCondition4.FieldName = "calcNPS";
     pivotGridStyleFormatCondition4.Value1 = "1";
     pivotGridStyleFormatCondition5.Appearance.ForeColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition5.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition5.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition5.Field = this.calcVolume;
     pivotGridStyleFormatCondition5.FieldName = "calcVolume";
     pivotGridStyleFormatCondition5.Value1 = "1";
     pivotGridStyleFormatCondition6.Appearance.ForeColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition6.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition6.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition6.Field = this.calcVolume;
     pivotGridStyleFormatCondition6.FieldName = "calcVolume";
     pivotGridStyleFormatCondition6.Value1 = "1";
     pivotGridStyleFormatCondition7.Appearance.ForeColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition7.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition7.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition7.Field = this.calcPPL;
     pivotGridStyleFormatCondition7.FieldName = "calcPPL";
     pivotGridStyleFormatCondition7.Value1 = "1";
     pivotGridStyleFormatCondition8.Appearance.ForeColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition8.Appearance.Options.UseForeColor = true;
     pivotGridStyleFormatCondition8.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition8.Field = this.calcPPL;
     pivotGridStyleFormatCondition8.FieldName = "calcPPL";
     pivotGridStyleFormatCondition8.Value1 = "1";
     this.pivotGridControlMain.FormatConditions.AddRange(new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition[] {
     pivotGridStyleFormatCondition1,
     pivotGridStyleFormatCondition2,
     pivotGridStyleFormatCondition3,
     pivotGridStyleFormatCondition4,
     pivotGridStyleFormatCondition5,
     pivotGridStyleFormatCondition6,
     pivotGridStyleFormatCondition7,
     pivotGridStyleFormatCondition8});
     this.pivotGridControlMain.Location = new System.Drawing.Point(0, 31);
     this.pivotGridControlMain.Name = "pivotGridControlMain";
     this.pivotGridControlMain.OptionsData.DataFieldUnboundExpressionMode = DevExpress.XtraPivotGrid.DataFieldUnboundExpressionMode.UseSummaryValues;
     this.pivotGridControlMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEditPer});
     this.pivotGridControlMain.Size = new System.Drawing.Size(1132, 280);
     this.pivotGridControlMain.TabIndex = 14;
     this.pivotGridControlMain.CustomCellValue += new System.EventHandler<DevExpress.XtraPivotGrid.PivotCellValueEventArgs>(this.pivotGridControlMain_CustomCellValue);
     this.pivotGridControlMain.CellDoubleClick += new DevExpress.XtraPivotGrid.PivotCellEventHandler(this.pivotGridControlMain_CellDoubleClick);
     //
     // pro0004BindingSource
     //
     this.pro0004BindingSource.DataMember = "Pro_0004";
     this.pro0004BindingSource.DataSource = this.dsNMQry;
     //
     // dsNMQry
     //
     this.dsNMQry.DataSetName = "dsNMQry";
     this.dsNMQry.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // fieldMaterialNumber1
     //
     this.fieldMaterialNumber1.AreaIndex = 0;
     this.fieldMaterialNumber1.Caption = "Material Number";
     this.fieldMaterialNumber1.FieldName = "MaterialNumber";
     this.fieldMaterialNumber1.Name = "fieldMaterialNumber1";
     //
     // fieldTypeName1
     //
     this.fieldTypeName1.AreaIndex = 1;
     this.fieldTypeName1.Caption = "Type Name";
     this.fieldTypeName1.FieldName = "TypeName";
     this.fieldTypeName1.Name = "fieldTypeName1";
     //
     // fieldDistributionChannel1
     //
     this.fieldDistributionChannel1.AreaIndex = 2;
     this.fieldDistributionChannel1.Caption = "Distribution Channel";
     this.fieldDistributionChannel1.FieldName = "DistributionChannel";
     this.fieldDistributionChannel1.Name = "fieldDistributionChannel1";
     //
     // fieldMaterialName1
     //
     this.fieldMaterialName1.AreaIndex = 3;
     this.fieldMaterialName1.Caption = "Material Name";
     this.fieldMaterialName1.FieldName = "MaterialName";
     this.fieldMaterialName1.Name = "fieldMaterialName1";
     //
     // fieldProductBase1
     //
     this.fieldProductBase1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldProductBase1.AreaIndex = 1;
     this.fieldProductBase1.Caption = "Product Base";
     this.fieldProductBase1.FieldName = "ProductBase";
     this.fieldProductBase1.Name = "fieldProductBase1";
     //
     // fieldBrand1
     //
     this.fieldBrand1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldBrand1.AreaIndex = 0;
     this.fieldBrand1.Caption = "Brand";
     this.fieldBrand1.FieldName = "Brand";
     this.fieldBrand1.Name = "fieldBrand1";
     this.fieldBrand1.Width = 255;
     //
     // fieldProductGroup31
     //
     this.fieldProductGroup31.AreaIndex = 4;
     this.fieldProductGroup31.Caption = "Product Group3";
     this.fieldProductGroup31.FieldName = "ProductGroup3";
     this.fieldProductGroup31.Name = "fieldProductGroup31";
     //
     // fieldProductGroup21
     //
     this.fieldProductGroup21.AreaIndex = 5;
     this.fieldProductGroup21.Caption = "Product Group2";
     this.fieldProductGroup21.FieldName = "ProductGroup2";
     this.fieldProductGroup21.Name = "fieldProductGroup21";
     //
     // fieldProductGroup11
     //
     this.fieldProductGroup11.AreaIndex = 6;
     this.fieldProductGroup11.Caption = "Product Group1";
     this.fieldProductGroup11.FieldName = "ProductGroup1";
     this.fieldProductGroup11.Name = "fieldProductGroup11";
     //
     // fieldPriceChanges1
     //
     this.fieldPriceChanges1.AreaIndex = 7;
     this.fieldPriceChanges1.Caption = "Price Changes";
     this.fieldPriceChanges1.FieldName = "PriceChanges";
     this.fieldPriceChanges1.Name = "fieldPriceChanges1";
     //
     // fieldPricePointRang1
     //
     this.fieldPricePointRang1.AreaIndex = 8;
     this.fieldPricePointRang1.Caption = "Price Point Rang";
     this.fieldPricePointRang1.FieldName = "PricePointRang";
     this.fieldPricePointRang1.Name = "fieldPricePointRang1";
     //
     // fieldMaterialType1
     //
     this.fieldMaterialType1.AreaIndex = 9;
     this.fieldMaterialType1.Caption = "Material Type";
     this.fieldMaterialType1.FieldName = "MaterialType";
     this.fieldMaterialType1.Name = "fieldMaterialType1";
     //
     // fieldFlavor1
     //
     this.fieldFlavor1.AreaIndex = 10;
     this.fieldFlavor1.Caption = "Flavor";
     this.fieldFlavor1.FieldName = "Flavor";
     this.fieldFlavor1.Name = "fieldFlavor1";
     //
     // fieldNPDS1
     //
     this.fieldNPDS1.AreaIndex = 11;
     this.fieldNPDS1.Caption = "NPDS";
     this.fieldNPDS1.FieldName = "NPDS";
     this.fieldNPDS1.Name = "fieldNPDS1";
     //
     // fieldPricePoint1
     //
     this.fieldPricePoint1.AreaIndex = 12;
     this.fieldPricePoint1.Caption = "Price Point";
     this.fieldPricePoint1.FieldName = "PricePoint";
     this.fieldPricePoint1.Name = "fieldPricePoint1";
     //
     // fieldCases1
     //
     this.fieldCases1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldCases1.AreaIndex = 0;
     this.fieldCases1.Caption = "Cases";
     this.fieldCases1.CellFormat.FormatString = "f2";
     this.fieldCases1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldCases1.EmptyCellText = "0.0";
     this.fieldCases1.EmptyValueText = "0.0";
     this.fieldCases1.FieldName = "Cases";
     this.fieldCases1.GrandTotalCellFormat.FormatString = "f2";
     this.fieldCases1.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldCases1.Name = "fieldCases1";
     this.fieldCases1.Options.ShowGrandTotal = false;
     this.fieldCases1.TotalCellFormat.FormatString = "f2";
     this.fieldCases1.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldCases1.TotalValueFormat.FormatString = "f2";
     this.fieldCases1.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldCases1.ValueFormat.FormatString = "f2";
     this.fieldCases1.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // fieldNPS1
     //
     this.fieldNPS1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldNPS1.AreaIndex = 2;
     this.fieldNPS1.Caption = "NPS";
     this.fieldNPS1.CellFormat.FormatString = "f2";
     this.fieldNPS1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldNPS1.EmptyCellText = "0.0";
     this.fieldNPS1.EmptyValueText = "0.0";
     this.fieldNPS1.FieldName = "NPS";
     this.fieldNPS1.GrandTotalCellFormat.FormatString = "f2";
     this.fieldNPS1.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldNPS1.Name = "fieldNPS1";
     this.fieldNPS1.Options.ShowGrandTotal = false;
     this.fieldNPS1.TotalCellFormat.FormatString = "f2";
     this.fieldNPS1.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldNPS1.TotalValueFormat.FormatString = "f2";
     this.fieldNPS1.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldNPS1.ValueFormat.FormatString = "f2";
     this.fieldNPS1.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // fieldVolume1
     //
     this.fieldVolume1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldVolume1.AreaIndex = 4;
     this.fieldVolume1.Caption = "Volume";
     this.fieldVolume1.CellFormat.FormatString = "f2";
     this.fieldVolume1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldVolume1.EmptyCellText = "0.0";
     this.fieldVolume1.EmptyValueText = "0.0";
     this.fieldVolume1.FieldName = "Volume";
     this.fieldVolume1.GrandTotalCellFormat.FormatString = "f2";
     this.fieldVolume1.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldVolume1.Name = "fieldVolume1";
     this.fieldVolume1.Options.ShowGrandTotal = false;
     this.fieldVolume1.TotalCellFormat.FormatString = "f2";
     this.fieldVolume1.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldVolume1.TotalValueFormat.FormatString = "f2";
     this.fieldVolume1.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldVolume1.ValueFormat.FormatString = "f2";
     this.fieldVolume1.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // fieldPPL1
     //
     this.fieldPPL1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldPPL1.AreaIndex = 6;
     this.fieldPPL1.Caption = "PPL";
     this.fieldPPL1.CellFormat.FormatString = "f2";
     this.fieldPPL1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldPPL1.EmptyCellText = "0.0";
     this.fieldPPL1.EmptyValueText = "0.0";
     this.fieldPPL1.FieldName = "PPL";
     this.fieldPPL1.GrandTotalCellFormat.FormatString = "f2";
     this.fieldPPL1.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldPPL1.Name = "fieldPPL1";
     this.fieldPPL1.Options.ShowGrandTotal = false;
     this.fieldPPL1.TotalCellFormat.FormatString = "f2";
     this.fieldPPL1.TotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldPPL1.TotalValueFormat.FormatString = "f2";
     this.fieldPPL1.TotalValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldPPL1.ValueFormat.FormatString = "f2";
     this.fieldPPL1.ValueFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     //
     // fieldYearNo
     //
     this.fieldYearNo.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.fieldYearNo.AreaIndex = 0;
     this.fieldYearNo.Caption = "Year";
     this.fieldYearNo.FieldName = "YearNo";
     this.fieldYearNo.Name = "fieldYearNo";
     //
     // fieldCustHierLevel3Name
     //
     this.fieldCustHierLevel3Name.AreaIndex = 13;
     this.fieldCustHierLevel3Name.Caption = "CustHierLevel3";
     this.fieldCustHierLevel3Name.FieldName = "CustHierLevel3Name";
     this.fieldCustHierLevel3Name.Name = "fieldCustHierLevel3Name";
     //
     // fieldCustomerGroup
     //
     this.fieldCustomerGroup.AreaIndex = 14;
     this.fieldCustomerGroup.Caption = "CustomerGroup";
     this.fieldCustomerGroup.FieldName = "CustomerGroup";
     this.fieldCustomerGroup.Name = "fieldCustomerGroup";
     //
     // fieldCustomerType
     //
     this.fieldCustomerType.AreaIndex = 15;
     this.fieldCustomerType.Caption = "CustomerType";
     this.fieldCustomerType.FieldName = "CustomerType";
     this.fieldCustomerType.Name = "fieldCustomerType";
     //
     // fieldCustomerType2
     //
     this.fieldCustomerType2.AreaIndex = 16;
     this.fieldCustomerType2.Caption = "CustomerType2";
     this.fieldCustomerType2.FieldName = "CustomerType2";
     this.fieldCustomerType2.Name = "fieldCustomerType2";
     //
     // fieldRouteNumber
     //
     this.fieldRouteNumber.AreaIndex = 17;
     this.fieldRouteNumber.Caption = "RouteNumber";
     this.fieldRouteNumber.FieldName = "RouteNumber";
     this.fieldRouteNumber.Name = "fieldRouteNumber";
     //
     // fieldSubchannelName
     //
     this.fieldSubchannelName.AreaIndex = 18;
     this.fieldSubchannelName.Caption = "Subchannel";
     this.fieldSubchannelName.FieldName = "SubchannelName";
     this.fieldSubchannelName.Name = "fieldSubchannelName";
     //
     // repositoryItemTextEditPer
     //
     this.repositoryItemTextEditPer.AutoHeight = false;
     this.repositoryItemTextEditPer.DisplayFormat.FormatString = "c";
     this.repositoryItemTextEditPer.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditPer.Mask.EditMask = "p";
     this.repositoryItemTextEditPer.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditPer.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemTextEditPer.Name = "repositoryItemTextEditPer";
     //
     // pro_0004TableAdapter
     //
     this.pro_0004TableAdapter.ClearBeforeFill = true;
     //
     // QryPro_0004Frm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1132, 311);
     this.Controls.Add(this.pivotGridControlMain);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = global::NestleICSales.Properties.Resources.Qry16;
     this.Name = "QryPro_0004Frm";
     this.Text = "Sales Per SKU";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControlMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pro0004BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsNMQry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditPer)).EndInit();
     this.ResumeLayout(false);
 }
Пример #10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCShow3DPipe));
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1         = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn2   = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.imageCollection1  = new DevExpress.Utils.ImageCollection(this.components);
     this.AxRenderControl3D = new Gvitech.CityMaker.Controls.AxRenderControl();
     this.barManager1       = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2                    = new DevExpress.XtraBars.Bar();
     this.bbiAddTerrain           = new DevExpress.XtraBars.BarButtonItem();
     this.beiTerrainOpac          = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemTrackBar();
     this.bbiFlyToTerrain         = new DevExpress.XtraBars.BarButtonItem();
     this.bbiWander               = new DevExpress.XtraBars.BarButtonItem();
     this.bbiClickQuery           = new DevExpress.XtraBars.BarButtonItem();
     this.bbiClear                = new DevExpress.XtraBars.BarButtonItem();
     this.bbiHDistance            = new DevExpress.XtraBars.BarButtonItem();
     this.bbiVDistance            = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDistance             = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop       = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight     = new DevExpress.XtraBars.BarDockControl();
     this.bbiCoord                = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.AxRenderControl3D)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.CollapsePanel = DevExpress.XtraEditors.SplitCollapsePanel.Panel1;
     this.splitContainerControl1.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location      = new System.Drawing.Point(0, 55);
     this.splitContainerControl1.Name          = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.AxRenderControl3D);
     this.splitContainerControl1.Panel2.Text      = "Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(560, 392);
     this.splitContainerControl1.SplitterPosition = 193;
     this.splitContainerControl1.TabIndex         = 0;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
         this.treeListColumn1,
         this.treeListColumn2
     });
     this.treeList1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name     = "treeList1";
     this.treeList1.OptionsBehavior.AllowRecursiveNodeChecking = true;
     this.treeList1.OptionsView.ShowCheckBoxes = true;
     this.treeList1.OptionsView.ShowColumns    = false;
     this.treeList1.OptionsView.ShowIndicator  = false;
     this.treeList1.Size              = new System.Drawing.Size(193, 392);
     this.treeList1.StateImageList    = this.imageCollection1;
     this.treeList1.TabIndex          = 0;
     this.treeList1.AfterCheckNode   += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterCheckNode);
     this.treeList1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseDoubleClick);
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption   = "名称";
     this.treeListColumn1.FieldName = "Name";
     this.treeListColumn1.MinWidth  = 49;
     this.treeListColumn1.Name      = "treeListColumn1";
     this.treeListColumn1.OptionsColumn.AllowEdit = false;
     this.treeListColumn1.Visible      = true;
     this.treeListColumn1.VisibleIndex = 0;
     this.treeListColumn1.Width        = 91;
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption   = "对象";
     this.treeListColumn2.FieldName = "Object";
     this.treeListColumn2.Name      = "treeListColumn2";
     this.treeListColumn2.OptionsColumn.AllowEdit = false;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.Images.SetKeyName(0, "Database.png");
     this.imageCollection1.Images.SetKeyName(1, "Dataset.png");
     this.imageCollection1.Images.SetKeyName(2, "FeatureLayer_model.png");
     //
     // AxRenderControl3D
     //
     this.AxRenderControl3D.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.AxRenderControl3D.Enabled  = true;
     this.AxRenderControl3D.Location = new System.Drawing.Point(0, 0);
     this.AxRenderControl3D.Name     = "AxRenderControl3D";
     this.AxRenderControl3D.Size     = new System.Drawing.Size(362, 392);
     this.AxRenderControl3D.TabIndex = 0;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar2
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.bbiAddTerrain,
         this.bbiWander,
         this.bbiHDistance,
         this.bbiClickQuery,
         this.bbiVDistance,
         this.bbiDistance,
         this.beiTerrainOpac,
         this.bbiFlyToTerrain,
         this.bbiClear,
         this.bbiCoord
     });
     this.barManager1.MainMenu  = this.bar2;
     this.barManager1.MaxItemId = 10;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTrackBar1
     });
     //
     // bar2
     //
     this.bar2.BarName      = "Main menu";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Top;
     this.bar2.DockCol      = 0;
     this.bar2.DockRow      = 0;
     this.bar2.DockStyle    = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiAddTerrain),
         new DevExpress.XtraBars.LinkPersistInfo(this.beiTerrainOpac),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiFlyToTerrain),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiWander, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiClickQuery, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiClear),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiCoord, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiHDistance),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiVDistance),
         new DevExpress.XtraBars.LinkPersistInfo(this.bbiDistance)
     });
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.Text = "Main menu";
     //
     // bbiAddTerrain
     //
     this.bbiAddTerrain.Caption    = "添加地形";
     this.bbiAddTerrain.Id         = 0;
     this.bbiAddTerrain.Name       = "bbiAddTerrain";
     this.bbiAddTerrain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiAddTerrain_ItemClick);
     //
     // beiTerrainOpac
     //
     this.beiTerrainOpac.Caption           = "地形透明度";
     this.beiTerrainOpac.Edit              = this.repositoryItemTrackBar1;
     this.beiTerrainOpac.EditValue         = "100";
     this.beiTerrainOpac.Enabled           = false;
     this.beiTerrainOpac.Id                = 6;
     this.beiTerrainOpac.Name              = "beiTerrainOpac";
     this.beiTerrainOpac.Width             = 100;
     this.beiTerrainOpac.EditValueChanged += new System.EventHandler(this.beiTerrainOpac_EditValueChanged);
     //
     // repositoryItemTrackBar1
     //
     this.repositoryItemTrackBar1.LabelAppearance.Options.UseTextOptions = true;
     this.repositoryItemTrackBar1.LabelAppearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemTrackBar1.Maximum           = 100;
     this.repositoryItemTrackBar1.Name              = "repositoryItemTrackBar1";
     this.repositoryItemTrackBar1.EditValueChanged += new System.EventHandler(this.repositoryItemTrackBar1_EditValueChanged);
     //
     // bbiFlyToTerrain
     //
     this.bbiFlyToTerrain.Caption    = "飞向地形";
     this.bbiFlyToTerrain.Id         = 7;
     this.bbiFlyToTerrain.Name       = "bbiFlyToTerrain";
     this.bbiFlyToTerrain.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiFlyToTerrain_ItemClick);
     //
     // bbiWander
     //
     this.bbiWander.Caption    = "漫游模式";
     this.bbiWander.Id         = 1;
     this.bbiWander.Name       = "bbiWander";
     this.bbiWander.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiWander_ItemClick);
     //
     // bbiClickQuery
     //
     this.bbiClickQuery.Caption    = "点击查询";
     this.bbiClickQuery.Id         = 3;
     this.bbiClickQuery.Name       = "bbiClickQuery";
     this.bbiClickQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiClickQuery_ItemClick);
     //
     // bbiClear
     //
     this.bbiClear.Caption    = "清除标签";
     this.bbiClear.Id         = 8;
     this.bbiClear.Name       = "bbiClear";
     this.bbiClear.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiClear_ItemClick);
     //
     // bbiHDistance
     //
     this.bbiHDistance.Caption    = "水平距离";
     this.bbiHDistance.Id         = 2;
     this.bbiHDistance.Name       = "bbiHDistance";
     this.bbiHDistance.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiHDistance_ItemClick);
     //
     // bbiVDistance
     //
     this.bbiVDistance.Caption    = "垂直距离";
     this.bbiVDistance.Id         = 4;
     this.bbiVDistance.Name       = "bbiVDistance";
     this.bbiVDistance.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiVDistance_ItemClick);
     //
     // bbiDistance
     //
     this.bbiDistance.Caption    = "直线距离";
     this.bbiDistance.Id         = 5;
     this.bbiDistance.Name       = "bbiDistance";
     this.bbiDistance.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDistance_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(560, 55);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 447);
     this.barDockControlBottom.Size             = new System.Drawing.Size(560, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 55);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 392);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(560, 55);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 392);
     //
     // bbiCoord
     //
     this.bbiCoord.Caption    = "坐标";
     this.bbiCoord.Id         = 9;
     this.bbiCoord.Name       = "bbiCoord";
     this.bbiCoord.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiCoord_ItemClick);
     //
     // UCShow3DPipe
     //
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "UCShow3DPipe";
     this.Size  = new System.Drawing.Size(560, 447);
     this.Load += new System.EventHandler(this.UCShow3DPipe_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.AxRenderControl3D)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTrackBar1)).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(frmFWFURLBrowser));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iBack = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iForward = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iRefresh = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHome = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iSearch = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iFavorites = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.siFavorites = new DevExpress.XtraBars.BarSubItem();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.siFile = new DevExpress.XtraBars.BarSubItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.eAddress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.iGo = new DevExpress.XtraBars.BarButtonItem();
     this.bar4 = new DevExpress.XtraBars.Bar();
     this.iText = new DevExpress.XtraBars.BarStaticItem();
     this.eProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ctrlFavorites1 = new ctrlFURLFavorites();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.iMedia = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iToolBars = new DevExpress.XtraBars.BarToolbarsListItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
     this.iPaintStyle = new DevExpress.XtraBars.BarSubItem();
     this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO3 = new DevExpress.XtraBars.BarButtonItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.ctrMdiMain = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrMdiMain)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3,
     this.bar4});
     this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
     new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb")),
     new DevExpress.XtraBars.BarManagerCategory("Standard", new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b")),
     new DevExpress.XtraBars.BarManagerCategory("Address", new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d")),
     new DevExpress.XtraBars.BarManagerCategory("StatusBar", new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283")),
     new DevExpress.XtraBars.BarManagerCategory("Items", new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13")),
     new DevExpress.XtraBars.BarManagerCategory("Favorites", new System.Guid("e1ba440c-33dc-4df6-b712-79cdc4dcd983"))});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList2;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siFile,
     this.siFavorites,
     this.iBack,
     this.iForward,
     this.iRefresh,
     this.iHome,
     this.iSearch,
     this.iFavorites,
     this.iMedia,
     this.iEdit,
     this.iGo,
     this.eAddress,
     this.iText,
     this.eProgress,
     this.iToolBars,
     this.iExit,
     this.iAdd,
     this.ipsWXP,
     this.ipsOXP,
     this.ipsO2K,
     this.iPaintStyle,
     this.ipsO3,
     this.ipsDefault});
     this.barManager1.LargeImages = this.imageList1;
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 39;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemProgressBar1});
     this.barManager1.StatusBar = this.bar4;
     //
     // bar1
     //
     this.bar1.BarName = "Standard Buttons";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(48, 104);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.iForward),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHome),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.Text = "Standard Buttons";
     //
     // iBack
     //
     this.iBack.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iBack.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iBack.Enabled = false;
     this.iBack.Hint = "Back";
     this.iBack.Id = 6;
     this.iBack.LargeImageIndex = 0;
     this.iBack.LargeImageIndexDisabled = 12;
     this.iBack.Name = "iBack";
     this.iBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBack_ItemClick);
     //
     // iForward
     //
     this.iForward.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iForward.Enabled = false;
     this.iForward.Hint = "Forward";
     this.iForward.Id = 8;
     this.iForward.LargeImageIndex = 3;
     this.iForward.LargeImageIndexDisabled = 13;
     this.iForward.Name = "iForward";
     this.iForward.ShowCaptionOnBar = false;
     this.iForward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iForward_ItemClick);
     //
     // iRefresh
     //
     this.iRefresh.Caption = "Refresh";
     this.iRefresh.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iRefresh.Hint = "Refresh";
     this.iRefresh.Id = 10;
     this.iRefresh.LargeImageIndex = 9;
     this.iRefresh.Name = "iRefresh";
     this.iRefresh.ShowCaptionOnBar = false;
     this.iRefresh.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
     this.iRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRefresh_ItemClick);
     //
     // iHome
     //
     this.iHome.Caption = "Home";
     this.iHome.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHome.Hint = "Home";
     this.iHome.Id = 11;
     this.iHome.LargeImageIndex = 5;
     this.iHome.Name = "iHome";
     this.iHome.ShowCaptionOnBar = false;
     this.iHome.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
     this.iHome.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHome_ItemClick);
     //
     // iSearch
     //
     this.iSearch.Caption = "Tìm FURL";
     this.iSearch.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iSearch.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iSearch.Hint = "Search";
     this.iSearch.Id = 12;
     this.iSearch.LargeImageIndex = 10;
     this.iSearch.Name = "iSearch";
     this.iSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSearch_ItemClick);
     //
     // iFavorites
     //
     this.iFavorites.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.iFavorites.Caption = "Sổ địa chỉ";
     this.iFavorites.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iFavorites.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iFavorites.Down = true;
     this.iFavorites.Hint = "Favorites";
     this.iFavorites.Id = 13;
     this.iFavorites.LargeImageIndex = 2;
     this.iFavorites.Name = "iFavorites";
     this.iFavorites.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFavorites_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "Edit";
     this.iEdit.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iEdit.Hint = "Open Notepad";
     this.iEdit.Id = 19;
     this.iEdit.LargeImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ShowCaptionOnBar = false;
     this.iEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // bar2
     //
     this.bar2.BarItemHorzIndent = 6;
     this.bar2.BarName = "MainMenu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(39, 106);
     this.bar2.FloatSize = new System.Drawing.Size(20, 22);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.siFile)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "MainMenu";
     //
     // siFavorites
     //
     this.siFavorites.Caption = "Sổ địa chỉ";
     this.siFavorites.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFavorites.Id = 3;
     this.siFavorites.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd)});
     this.siFavorites.Name = "siFavorites";
     //
     // iAdd
     //
     this.iAdd.Caption = "Thêm FURL vào sổ";
     this.iAdd.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAdd.Id = 28;
     this.iAdd.Name = "iAdd";
     this.iAdd.OwnFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iAdd.UseOwnFont = true;
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // siFile
     //
     this.siFile.Caption = "Đóng";
     this.siFile.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFile.Id = 0;
     this.siFile.Name = "siFile";
     this.siFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.siFile_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Address Bar";
     this.bar3.DockCol = 1;
     this.bar3.DockRow = 1;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.eAddress),
     new DevExpress.XtraBars.LinkPersistInfo(this.iGo)});
     this.bar3.Offset = 401;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.Text = "Address Bar";
     //
     // eAddress
     //
     this.eAddress.AutoFillWidth = true;
     this.eAddress.Caption = "FURL";
     this.eAddress.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.eAddress.Edit = this.repositoryItemComboBox1;
     this.eAddress.Id = 21;
     this.eAddress.IEBehavior = true;
     this.eAddress.Name = "eAddress";
     this.eAddress.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.eAddress.Width = 400;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AllowFocused = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.CycleOnDblClick = false;
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemComboBox1_KeyDown);
     this.repositoryItemComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemComboBox1_SelectedItemChanged);
     //
     // iGo
     //
     this.iGo.Caption = "Truy cập";
     this.iGo.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.iGo.Glyph = ((System.Drawing.Image)(resources.GetObject("iGo.Glyph")));
     this.iGo.Hint = "Go to ...";
     this.iGo.Id = 20;
     this.iGo.Name = "iGo";
     this.iGo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.iGo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iGo_ItemClick);
     //
     // bar4
     //
     this.bar4.BarName = "Status Bar";
     this.bar4.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar4.DockCol = 0;
     this.bar4.DockRow = 0;
     this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar4.FloatLocation = new System.Drawing.Point(30, 434);
     this.bar4.FloatSize = new System.Drawing.Size(20, 22);
     this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iText),
     new DevExpress.XtraBars.LinkPersistInfo(this.eProgress)});
     this.bar4.OptionsBar.AllowQuickCustomization = false;
     this.bar4.OptionsBar.DrawDragBorder = false;
     this.bar4.OptionsBar.DrawSizeGrip = true;
     this.bar4.OptionsBar.RotateWhenVertical = false;
     this.bar4.OptionsBar.UseWholeRow = true;
     this.bar4.Text = "Status Bar";
     this.bar4.Visible = false;
     //
     // iText
     //
     this.iText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.iText.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.iText.Id = 22;
     this.iText.Name = "iText";
     this.iText.RightIndent = 3;
     this.iText.TextAlignment = System.Drawing.StringAlignment.Near;
     this.iText.Width = 32;
     //
     // eProgress
     //
     this.eProgress.CanOpenEdit = false;
     this.eProgress.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.eProgress.Edit = this.repositoryItemProgressBar1;
     this.eProgress.EditHeight = 10;
     this.eProgress.Id = 24;
     this.eProgress.Name = "eProgress";
     this.eProgress.Width = 70;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.repositoryItemProgressBar1.Appearance.Options.UseBackColor = true;
     this.repositoryItemProgressBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PaintStyleName = "Skin";
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // dockManager1
     //
     this.dockManager1.Controller = this.barAndDockingController1;
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("1734463f-4924-485e-9b75-59ea0e8bfee3");
     this.dockPanel1.Location = new System.Drawing.Point(0, 60);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockBottom = false;
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.FloatOnDblClick = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.Options.ShowMaximizeButton = false;
     this.dockPanel1.Size = new System.Drawing.Size(159, 404);
     this.dockPanel1.Text = "Sổ địa chỉ";
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.ctrlFavorites1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(153, 376);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // ctrlFavorites1
     //
     this.ctrlFavorites1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFavorites1.Location = new System.Drawing.Point(0, 0);
     this.ctrlFavorites1.Name = "ctrlFavorites1";
     this.ctrlFavorites1.Size = new System.Drawing.Size(153, 376);
     this.ctrlFavorites1.TabIndex = 0;
     this.ctrlFavorites1.AddNewFavorite += new System.EventHandler(this.ctrlFavorites1_AddNewFavorite);
     this.ctrlFavorites1.OpenFavorite += new System.EventHandler(this.ctrlFavorites1_OpenFavorite);
     this.ctrlFavorites1.EditFavorite += new System.EventHandler(this.ctrlFavorites1_EditFavorite);
     this.ctrlFavorites1.DeleteFavorite += new System.EventHandler(this.ctrlFavorites1_DeleteFavorite);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     //
     // iMedia
     //
     this.iMedia.Caption = "Media";
     this.iMedia.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iMedia.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMedia.Hint = "Media";
     this.iMedia.Id = 15;
     this.iMedia.LargeImageIndex = 7;
     this.iMedia.Name = "iMedia";
     //
     // iToolBars
     //
     this.iToolBars.Caption = "ToolBarsList";
     this.iToolBars.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.iToolBars.Id = 25;
     this.iToolBars.Name = "iToolBars";
     //
     // iExit
     //
     this.iExit.Caption = "Đóng";
     this.iExit.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iExit.Id = 27;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // ipsWXP
     //
     this.ipsWXP.Caption = "Windows XP";
     this.ipsWXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsWXP.Description = "WindowsXP";
     this.ipsWXP.Id = 32;
     this.ipsWXP.ImageIndex = 4;
     this.ipsWXP.Name = "ipsWXP";
     this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsOXP
     //
     this.ipsOXP.Caption = "Office XP";
     this.ipsOXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsOXP.Description = "OfficeXP";
     this.ipsOXP.Id = 33;
     this.ipsOXP.ImageIndex = 2;
     this.ipsOXP.Name = "ipsOXP";
     this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO2K
     //
     this.ipsO2K.Caption = "Office 2000";
     this.ipsO2K.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO2K.Description = "Office2000";
     this.ipsO2K.Id = 34;
     this.ipsO2K.ImageIndex = 3;
     this.ipsO2K.Name = "ipsO2K";
     this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // iPaintStyle
     //
     this.iPaintStyle.Caption = "Paint Style";
     this.iPaintStyle.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iPaintStyle.Id = 35;
     this.iPaintStyle.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsDefault),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsWXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsOXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsO2K),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsO3)});
     this.iPaintStyle.Name = "iPaintStyle";
     this.iPaintStyle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // ipsDefault
     //
     this.ipsDefault.Caption = "Default";
     this.ipsDefault.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsDefault.Description = "Default";
     this.ipsDefault.Id = 37;
     this.ipsDefault.Name = "ipsDefault";
     this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO3
     //
     this.ipsO3.Caption = "Office 2003";
     this.ipsO3.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO3.Description = "Office2003";
     this.ipsO3.Id = 36;
     this.ipsO3.ImageIndex = 5;
     this.ipsO3.Name = "ipsO3";
     this.ipsO3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     //
     // ctrMdiMain
     //
     this.ctrMdiMain.Controller = this.barAndDockingController1;
     this.ctrMdiMain.MdiParent = this;
     this.ctrMdiMain.SelectedPageChanged += new System.EventHandler(this.ctrMdiMain_SelectedPageChanged);
     this.ctrMdiMain.PageRemoved += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.ctrMdiMain_PageRemoved);
     //
     // frmBrowser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(668, 490);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.IsMdiContainer = true;
     this.Name = "frmBrowser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Trình duyệt FURL";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctrMdiMain)).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(MainFrm));
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.barUp = new DevExpress.XtraBars.Bar();
     this.barSubItemFile = new DevExpress.XtraBars.BarSubItem();
     this.mbConnection = new DevExpress.XtraBars.BarButtonItem();
     this.mbExit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemView = new DevExpress.XtraBars.BarSubItem();
     this.mbCode = new DevExpress.XtraBars.BarButtonItem();
     this.mbData = new DevExpress.XtraBars.BarButtonItem();
     this.mbQuery = new DevExpress.XtraBars.BarButtonItem();
     this.mbReport = new DevExpress.XtraBars.BarButtonItem();
     this.mbPriv = new DevExpress.XtraBars.BarButtonItem();
     this.mbResult = new DevExpress.XtraBars.BarButtonItem();
     this.mbSkins = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemWindows = new DevExpress.XtraBars.BarSubItem();
     this.mbcascade = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileVertical = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileHorizontal = new DevExpress.XtraBars.BarButtonItem();
     this.mbcloseAll = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemHelp = new DevExpress.XtraBars.BarSubItem();
     this.mbIndex = new DevExpress.XtraBars.BarButtonItem();
     this.mbAboutUs = new DevExpress.XtraBars.BarButtonItem();
     this.barDown = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.DPSkins = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer6 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.galleryControlSkins = new DevExpress.XtraBars.Ribbon.GalleryControl();
     this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
     this.DPResult = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer5 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.Logging = new System.Windows.Forms.RichTextBox();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemServiceQueryTBLWared = new DevExpress.XtraNavBar.NavBarItem();
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemServiceQueryCDEdara = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDserviceType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDReply = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDSyndicate = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDSubCommitte = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDAttatech = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer3 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBoxSkins = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemLookUpEditasase_code = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.DPSkins.SuspendLayout();
     this.controlContainer6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).BeginInit();
     this.galleryControlSkins.SuspendLayout();
     this.DPResult.SuspendLayout();
     this.controlContainer5.SuspendLayout();
     this.DPPriv.SuspendLayout();
     this.controlContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.panelContainer1.SuspendLayout();
     this.DPData.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.controlContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     this.DPReport.SuspendLayout();
     this.controlContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).BeginInit();
     this.SuspendLayout();
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.barUp,
     this.barDown});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.DockManager = this.dockManagerMain;
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItemFile,
     this.barSubItemView,
     this.barSubItemHelp,
     this.mbConnection,
     this.mbExit,
     this.mbCode,
     this.mbData,
     this.mbQuery,
     this.mbReport,
     this.mbPriv,
     this.mbAboutUs,
     this.mbIndex,
     this.barEditItem1,
     this.mbResult,
     this.mbSkins,
     this.barSubItemWindows,
     this.mbcascade,
     this.mbtileVertical,
     this.mbtileHorizontal,
     this.mbcloseAll});
     this.barManagerMain.MainMenu = this.barUp;
     this.barManagerMain.MaxItemId = 28;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBoxSkins,
     this.repositoryItemLookUpEditasase_code});
     this.barManagerMain.StatusBar = this.barDown;
     this.barManagerMain.TransparentEditors = true;
     //
     // barUp
     //
     this.barUp.BarName = "Main menu";
     this.barUp.DockCol = 0;
     this.barUp.DockRow = 0;
     this.barUp.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barUp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemView),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemWindows),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemHelp)});
     this.barUp.OptionsBar.MultiLine = true;
     this.barUp.OptionsBar.UseWholeRow = true;
     this.barUp.Text = "Main menu";
     //
     // barSubItemFile
     //
     this.barSubItemFile.Caption = "ملف";
     this.barSubItemFile.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemFile.Glyph")));
     this.barSubItemFile.Id = 0;
     this.barSubItemFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mbConnection, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbExit)});
     this.barSubItemFile.Name = "barSubItemFile";
     this.barSubItemFile.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbConnection
     //
     this.mbConnection.Caption = "الغاء الاتصال";
     this.mbConnection.Glyph = ((System.Drawing.Image)(resources.GetObject("mbConnection.Glyph")));
     this.mbConnection.Id = 3;
     this.mbConnection.Name = "mbConnection";
     this.mbConnection.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbConnection_ItemClick);
     //
     // mbExit
     //
     this.mbExit.Caption = "خروج";
     this.mbExit.Glyph = global::ServiceQuery.Properties.Resources.Exit;
     this.mbExit.Id = 4;
     this.mbExit.Name = "mbExit";
     this.mbExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbExit_ItemClick);
     //
     // barSubItemView
     //
     this.barSubItemView.Caption = "عرض";
     this.barSubItemView.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemView.Glyph")));
     this.barSubItemView.Id = 1;
     this.barSubItemView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbCode),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbData),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbQuery),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbReport),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbPriv),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbResult),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbSkins)});
     this.barSubItemView.Name = "barSubItemView";
     this.barSubItemView.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItemView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // mbCode
     //
     this.mbCode.Caption = "اكواد";
     this.mbCode.Glyph = ((System.Drawing.Image)(resources.GetObject("mbCode.Glyph")));
     this.mbCode.Id = 5;
     this.mbCode.Name = "mbCode";
     this.mbCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbCode_ItemClick);
     //
     // mbData
     //
     this.mbData.Caption = "ادخال بيانات";
     this.mbData.Glyph = ((System.Drawing.Image)(resources.GetObject("mbData.Glyph")));
     this.mbData.Id = 6;
     this.mbData.Name = "mbData";
     this.mbData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbData_ItemClick);
     //
     // mbQuery
     //
     this.mbQuery.Caption = "استعلامات";
     this.mbQuery.Glyph = ((System.Drawing.Image)(resources.GetObject("mbQuery.Glyph")));
     this.mbQuery.Id = 7;
     this.mbQuery.Name = "mbQuery";
     this.mbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbQuery_ItemClick);
     //
     // mbReport
     //
     this.mbReport.Caption = "تقارير";
     this.mbReport.Glyph = global::ServiceQuery.Properties.Resources.Print;
     this.mbReport.Id = 8;
     this.mbReport.Name = "mbReport";
     this.mbReport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbReport_ItemClick);
     //
     // mbPriv
     //
     this.mbPriv.Caption = "صلاحيات";
     this.mbPriv.Glyph = ((System.Drawing.Image)(resources.GetObject("mbPriv.Glyph")));
     this.mbPriv.Id = 9;
     this.mbPriv.Name = "mbPriv";
     this.mbPriv.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbPriv_ItemClick);
     //
     // mbResult
     //
     this.mbResult.Caption = "نتائج العمليات";
     this.mbResult.Glyph = global::ServiceQuery.Properties.Resources.info16;
     this.mbResult.Id = 20;
     this.mbResult.Name = "mbResult";
     this.mbResult.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbResult_ItemClick);
     //
     // mbSkins
     //
     this.mbSkins.Caption = "الاشكال";
     this.mbSkins.Glyph = global::ServiceQuery.Properties.Resources.Skins;
     this.mbSkins.Id = 21;
     this.mbSkins.Name = "mbSkins";
     this.mbSkins.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbSkins_ItemClick);
     //
     // barSubItemWindows
     //
     this.barSubItemWindows.Caption = "النوافذ";
     this.barSubItemWindows.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemWindows.Glyph")));
     this.barSubItemWindows.Id = 22;
     this.barSubItemWindows.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcascade),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileVertical),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileHorizontal),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcloseAll)});
     this.barSubItemWindows.Name = "barSubItemWindows";
     this.barSubItemWindows.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItemWindows.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // mbcascade
     //
     this.mbcascade.Caption = "ترتيب النوافذ";
     this.mbcascade.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcascade.Glyph")));
     this.mbcascade.Id = 23;
     this.mbcascade.Name = "mbcascade";
     this.mbcascade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcascade_ItemClick);
     //
     // mbtileVertical
     //
     this.mbtileVertical.Caption = "العناوين رأسي";
     this.mbtileVertical.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileVertical.Glyph")));
     this.mbtileVertical.Id = 24;
     this.mbtileVertical.Name = "mbtileVertical";
     this.mbtileVertical.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileVertical_ItemClick);
     //
     // mbtileHorizontal
     //
     this.mbtileHorizontal.Caption = "العناوين افقي";
     this.mbtileHorizontal.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileHorizontal.Glyph")));
     this.mbtileHorizontal.Id = 25;
     this.mbtileHorizontal.Name = "mbtileHorizontal";
     this.mbtileHorizontal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileHorizontal_ItemClick);
     //
     // mbcloseAll
     //
     this.mbcloseAll.Caption = "اغلاق الكل";
     this.mbcloseAll.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcloseAll.Glyph")));
     this.mbcloseAll.Id = 26;
     this.mbcloseAll.Name = "mbcloseAll";
     this.mbcloseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcloseAll_ItemClick);
     //
     // barSubItemHelp
     //
     this.barSubItemHelp.Caption = "مساعده";
     this.barSubItemHelp.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemHelp.Glyph")));
     this.barSubItemHelp.Id = 2;
     this.barSubItemHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbIndex),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbAboutUs)});
     this.barSubItemHelp.Name = "barSubItemHelp";
     this.barSubItemHelp.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItemHelp.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // mbIndex
     //
     this.mbIndex.Caption = "كتاب المساعده";
     this.mbIndex.Glyph = global::ServiceQuery.Properties.Resources.Index;
     this.mbIndex.Id = 11;
     this.mbIndex.Name = "mbIndex";
     //
     // mbAboutUs
     //
     this.mbAboutUs.Caption = "عن البرنامج";
     this.mbAboutUs.Glyph = global::ServiceQuery.Properties.Resources.About;
     this.mbAboutUs.Id = 10;
     this.mbAboutUs.Name = "mbAboutUs";
     this.mbAboutUs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbAboutUs_ItemClick);
     //
     // barDown
     //
     this.barDown.BarName = "Status bar";
     this.barDown.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.barDown.DockCol = 0;
     this.barDown.DockRow = 0;
     this.barDown.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.barDown.OptionsBar.AllowQuickCustomization = false;
     this.barDown.OptionsBar.DrawDragBorder = false;
     this.barDown.OptionsBar.MultiLine = true;
     this.barDown.OptionsBar.UseWholeRow = true;
     this.barDown.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(984, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 639);
     this.barDockControlBottom.Size = new System.Drawing.Size(984, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 615);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(984, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 615);
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.DPSkins,
     this.DPPriv,
     this.DPQuery,
     this.DPReport});
     this.dockManagerMain.MenuManager = this.barManagerMain;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.DPResult,
     this.panelContainer1});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // DPSkins
     //
     this.DPSkins.Controls.Add(this.controlContainer6);
     this.DPSkins.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.DPSkins.FloatVertical = true;
     this.DPSkins.ID = new System.Guid("5d027091-716e-4480-919f-6381f5702c5a");
     this.DPSkins.Location = new System.Drawing.Point(0, 529);
     this.DPSkins.Name = "DPSkins";
     this.DPSkins.OriginalSize = new System.Drawing.Size(198, 110);
     this.DPSkins.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPSkins.SavedIndex = 0;
     this.DPSkins.SavedParent = this.DPResult;
     this.DPSkins.SavedTabbed = true;
     this.DPSkins.Size = new System.Drawing.Size(984, 110);
     this.DPSkins.TabsScroll = true;
     this.DPSkins.Text = "الاشكال";
     this.DPSkins.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer6
     //
     this.controlContainer6.Controls.Add(this.galleryControlSkins);
     this.controlContainer6.Location = new System.Drawing.Point(4, 23);
     this.controlContainer6.Name = "controlContainer6";
     this.controlContainer6.Size = new System.Drawing.Size(976, 83);
     this.controlContainer6.TabIndex = 0;
     //
     // galleryControlSkins
     //
     this.galleryControlSkins.Controls.Add(this.galleryControlClient1);
     this.galleryControlSkins.DesignGalleryGroupIndex = 0;
     this.galleryControlSkins.DesignGalleryItemIndex = 0;
     this.galleryControlSkins.Dock = System.Windows.Forms.DockStyle.Fill;
     this.galleryControlSkins.Location = new System.Drawing.Point(0, 0);
     this.galleryControlSkins.Name = "galleryControlSkins";
     this.galleryControlSkins.Size = new System.Drawing.Size(976, 83);
     this.galleryControlSkins.TabIndex = 0;
     this.galleryControlSkins.Text = "الاشكال";
     //
     // galleryControlClient1
     //
     this.galleryControlClient1.GalleryControl = this.galleryControlSkins;
     this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
     this.galleryControlClient1.Size = new System.Drawing.Size(955, 79);
     //
     // DPResult
     //
     this.DPResult.Controls.Add(this.controlContainer5);
     this.DPResult.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.DPResult.FloatVertical = true;
     this.DPResult.ID = new System.Guid("abdfe4d0-1d6a-4f6b-abc2-985fb9d484f3");
     this.DPResult.Location = new System.Drawing.Point(0, 503);
     this.DPResult.Name = "DPResult";
     this.DPResult.OriginalSize = new System.Drawing.Size(200, 136);
     this.DPResult.Size = new System.Drawing.Size(984, 136);
     this.DPResult.Text = "نتائج العمليات";
     //
     // controlContainer5
     //
     this.controlContainer5.Controls.Add(this.Logging);
     this.controlContainer5.Location = new System.Drawing.Point(4, 23);
     this.controlContainer5.Name = "controlContainer5";
     this.controlContainer5.Size = new System.Drawing.Size(976, 109);
     this.controlContainer5.TabIndex = 0;
     //
     // Logging
     //
     this.Logging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Logging.Location = new System.Drawing.Point(0, 0);
     this.Logging.Name = "Logging";
     this.Logging.ReadOnly = true;
     this.Logging.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Logging.Size = new System.Drawing.Size(976, 109);
     this.Logging.TabIndex = 0;
     this.Logging.Text = "";
     this.Logging.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Logging_MouseDoubleClick);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.controlContainer4);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.ID = new System.Guid("bb5d67bf-41ea-4082-a2e5-532afce242b2");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(192, 451);
     this.DPPriv.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.SavedIndex = 2;
     this.DPPriv.SavedParent = this.panelContainer1;
     this.DPPriv.SavedTabbed = true;
     this.DPPriv.Size = new System.Drawing.Size(192, 561);
     this.DPPriv.TabsScroll = true;
     this.DPPriv.TabText = "الصلاحيات";
     this.DPPriv.Text = "الصلاحيات";
     this.DPPriv.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer4
     //
     this.controlContainer4.Controls.Add(this.navBarControlPriv);
     this.controlContainer4.Location = new System.Drawing.Point(0, 0);
     this.controlContainer4.Name = "controlContainer4";
     this.controlContainer4.Size = new System.Drawing.Size(192, 561);
     this.controlContainer4.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeRoles,
     this.navBarItemTimeUsers,
     this.navBarItemTimeUserRoles,
     this.navBarItemTimeRoleDetial,
     this.navBarItemTimeAppOptions});
     this.navBarControlPriv.LargeImages = this.imageCollection32;
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlPriv.Size = new System.Drawing.Size(192, 561);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 9;
     this.navBarControlPriv.Text = "navBarControl1";
     this.navBarControlPriv.Visible = false;
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemTimeRoles
     //
     this.navBarItemTimeRoles.Caption = "الصلاحيات";
     this.navBarItemTimeRoles.LargeImageIndex = 0;
     this.navBarItemTimeRoles.Name = "navBarItemTimeRoles";
     this.navBarItemTimeRoles.SmallImageIndex = 0;
     this.navBarItemTimeRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEditorRoleFrm_LinkClicked);
     //
     // navBarItemTimeRoleDetial
     //
     this.navBarItemTimeRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemTimeRoleDetial.LargeImageIndex = 3;
     this.navBarItemTimeRoleDetial.Name = "navBarItemTimeRoleDetial";
     this.navBarItemTimeRoleDetial.SmallImageIndex = 3;
     this.navBarItemTimeRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemRoleDetial_LinkClicked);
     //
     // navBarItemTimeUsers
     //
     this.navBarItemTimeUsers.Caption = "المستخدمين";
     this.navBarItemTimeUsers.LargeImageIndex = 1;
     this.navBarItemTimeUsers.Name = "navBarItemTimeUsers";
     this.navBarItemTimeUsers.SmallImageIndex = 1;
     this.navBarItemTimeUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUsers_LinkClicked);
     //
     // navBarItemTimeUserRoles
     //
     this.navBarItemTimeUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemTimeUserRoles.LargeImageIndex = 2;
     this.navBarItemTimeUserRoles.Name = "navBarItemTimeUserRoles";
     this.navBarItemTimeUserRoles.SmallImageIndex = 2;
     this.navBarItemTimeUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUserRoles_LinkClicked);
     //
     // navBarItemTimeAppOptions
     //
     this.navBarItemTimeAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemTimeAppOptions.LargeImageIndex = 6;
     this.navBarItemTimeAppOptions.Name = "navBarItemTimeAppOptions";
     this.navBarItemTimeAppOptions.SmallImageIndex = 6;
     this.navBarItemTimeAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemAppOptions_LinkClicked);
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "Roles.png");
     this.imageCollection32.Images.SetKeyName(1, "Users.png");
     this.imageCollection32.Images.SetKeyName(2, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(3, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(4, "Reports.png");
     this.imageCollection32.Images.SetKeyName(5, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(6, "AppOptions.png");
     //
     // panelContainer1
     //
     this.panelContainer1.ActiveChild = this.DPCode;
     this.panelContainer1.Appearance.Options.UseTextOptions = true;
     this.panelContainer1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer1.Controls.Add(this.DPCode);
     this.panelContainer1.Controls.Add(this.DPData);
     this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.panelContainer1.FloatVertical = true;
     this.panelContainer1.ID = new System.Guid("f4ff1062-9a77-404f-9187-cec889fb9ba4");
     this.panelContainer1.Location = new System.Drawing.Point(0, 24);
     this.panelContainer1.Name = "panelContainer1";
     this.panelContainer1.OriginalSize = new System.Drawing.Size(200, 200);
     this.panelContainer1.Size = new System.Drawing.Size(200, 479);
     this.panelContainer1.Tabbed = true;
     this.panelContainer1.TabsScroll = true;
     this.panelContainer1.Text = "panelContainer1";
     //
     // DPData
     //
     this.DPData.Controls.Add(this.controlContainer1);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.ID = new System.Guid("5a92e67b-e3d2-4e9c-a354-47ff59337c78");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(192, 561);
     this.DPData.Size = new System.Drawing.Size(192, 425);
     this.DPData.TabStop = false;
     this.DPData.TabText = "ادخال البيانات";
     this.DPData.Text = "ادخال البيانات";
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.navBarControlData);
     this.controlContainer1.Location = new System.Drawing.Point(0, 0);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(192, 425);
     this.controlContainer1.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemServiceQueryTBLWared});
     this.navBarControlData.LargeImages = this.imageCollection32;
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlData.Size = new System.Drawing.Size(192, 425);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 9;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryTBLWared)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemServiceQueryTBLWared
     //
     this.navBarItemServiceQueryTBLWared.Caption = "الوارد";
     this.navBarItemServiceQueryTBLWared.LargeImageIndex = 23;
     this.navBarItemServiceQueryTBLWared.Name = "navBarItemServiceQueryTBLWared";
     this.navBarItemServiceQueryTBLWared.SmallImageIndex = 23;
     this.navBarItemServiceQueryTBLWared.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryTBLWared_LinkClicked);
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.ID = new System.Guid("1cfd6550-8070-4cff-ad59-cba8d2680fa9");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(192, 561);
     this.DPCode.Size = new System.Drawing.Size(192, 425);
     this.DPCode.TabsScroll = true;
     this.DPCode.TabText = "الاكواد";
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(192, 425);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemServiceQueryCDEdara,
     this.navBarItemServiceQueryCDserviceType,
     this.navBarItemServiceQueryCDReply,
     this.navBarItemServiceQueryCDSyndicate,
     this.navBarItemServiceQueryCDSubCommitte,
     this.navBarItemServiceQueryCDAttatech});
     this.navBarControlCode.LargeImages = this.imageCollection32;
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlCode.Size = new System.Drawing.Size(192, 425);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 8;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDEdara),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDserviceType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDReply),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDSyndicate),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDSubCommitte),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDAttatech)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemServiceQueryCDEdara
     //
     this.navBarItemServiceQueryCDEdara.Caption = "الادارات";
     this.navBarItemServiceQueryCDEdara.LargeImageIndex = 7;
     this.navBarItemServiceQueryCDEdara.Name = "navBarItemServiceQueryCDEdara";
     this.navBarItemServiceQueryCDEdara.SmallImageIndex = 7;
     this.navBarItemServiceQueryCDEdara.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDEdara_LinkClicked);
     //
     // navBarItemServiceQueryCDserviceType
     //
     this.navBarItemServiceQueryCDserviceType.Caption = "انواع الخدمات";
     this.navBarItemServiceQueryCDserviceType.LargeImageIndex = 8;
     this.navBarItemServiceQueryCDserviceType.Name = "navBarItemServiceQueryCDserviceType";
     this.navBarItemServiceQueryCDserviceType.SmallImageIndex = 8;
     this.navBarItemServiceQueryCDserviceType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDserviceType_LinkClicked);
     //
     // navBarItemServiceQueryCDReply
     //
     this.navBarItemServiceQueryCDReply.Caption = "الرد";
     this.navBarItemServiceQueryCDReply.LargeImageIndex = 9;
     this.navBarItemServiceQueryCDReply.Name = "navBarItemServiceQueryCDReply";
     this.navBarItemServiceQueryCDReply.SmallImageIndex = 9;
     this.navBarItemServiceQueryCDReply.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDReply_LinkClicked);
     //
     // navBarItemServiceQueryCDSyndicate
     //
     this.navBarItemServiceQueryCDSyndicate.Caption = "النقابات الفرعية";
     this.navBarItemServiceQueryCDSyndicate.LargeImageIndex = 10;
     this.navBarItemServiceQueryCDSyndicate.Name = "navBarItemServiceQueryCDSyndicate";
     this.navBarItemServiceQueryCDSyndicate.SmallImageIndex = 10;
     this.navBarItemServiceQueryCDSyndicate.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDSyndicate_LinkClicked);
     //
     // navBarItemServiceQueryCDSubCommitte
     //
     this.navBarItemServiceQueryCDSubCommitte.Caption = "اللجان النقابية";
     this.navBarItemServiceQueryCDSubCommitte.Name = "navBarItemServiceQueryCDSubCommitte";
     this.navBarItemServiceQueryCDSubCommitte.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDSubCommitte_LinkClicked);
     //
     // navBarItemServiceQueryCDAttatech
     //
     this.navBarItemServiceQueryCDAttatech.Caption = "المرفقات";
     this.navBarItemServiceQueryCDAttatech.Name = "navBarItemServiceQueryCDAttatech";
     this.navBarItemServiceQueryCDAttatech.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDAttatech_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.controlContainer2);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.ID = new System.Guid("d8711011-1b74-442f-bb9b-8102c8bf9f50");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(192, 451);
     this.DPQuery.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.SavedIndex = 0;
     this.DPQuery.SavedParent = this.DPReport;
     this.DPQuery.SavedTabbed = true;
     this.DPQuery.Size = new System.Drawing.Size(192, 561);
     this.DPQuery.TabsScroll = true;
     this.DPQuery.Text = "استعلامات";
     this.DPQuery.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer2
     //
     this.controlContainer2.Controls.Add(this.navBarControlQry);
     this.controlContainer2.Location = new System.Drawing.Point(0, 0);
     this.controlContainer2.Name = "controlContainer2";
     this.controlContainer2.Size = new System.Drawing.Size(192, 561);
     this.controlContainer2.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.LargeImages = this.imageCollection32;
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlQry.Size = new System.Drawing.Size(192, 561);
     this.navBarControlQry.SmallImages = this.imageCollection32;
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 9;
     this.navBarControlQry.Text = "navBarControl1";
     this.navBarControlQry.Visible = false;
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.controlContainer3);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.DPReport.ID = new System.Guid("f2617492-8043-4778-ba8c-8e62a8a6d465");
     this.DPReport.Location = new System.Drawing.Point(784, 24);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPReport.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.DPReport.SavedIndex = 1;
     this.DPReport.Size = new System.Drawing.Size(200, 615);
     this.DPReport.TabsScroll = true;
     this.DPReport.TabText = "تقارير";
     this.DPReport.Text = "تقارير";
     this.DPReport.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer3
     //
     this.controlContainer3.Controls.Add(this.navBarControlReport);
     this.controlContainer3.Location = new System.Drawing.Point(4, 23);
     this.controlContainer3.Name = "controlContainer3";
     this.controlContainer3.Size = new System.Drawing.Size(192, 588);
     this.controlContainer3.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup6;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup6,
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeDeployRpt});
     this.navBarControlReport.LargeImages = this.imageCollection32;
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlReport.Size = new System.Drawing.Size(192, 588);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 9;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     this.navBarControlReport.Visible = false;
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "تنصيب التقارير";
     this.navBarGroup6.Expanded = true;
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeDeployRpt)});
     this.navBarGroup6.Name = "navBarGroup6";
     //
     // navBarItemTimeDeployRpt
     //
     this.navBarItemTimeDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemTimeDeployRpt.LargeImageIndex = 5;
     this.navBarItemTimeDeployRpt.Name = "navBarItemTimeDeployRpt";
     this.navBarItemTimeDeployRpt.SmallImageIndex = 5;
     this.navBarItemTimeDeployRpt.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemDeployRpt_LinkClicked);
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "تقارير 1";
     this.navBarGroup4.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير 2";
     this.navBarGroup7.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "تقارير 3";
     this.navBarGroup8.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير 4";
     this.navBarGroup9.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 17;
     this.barEditItem1.Name = "barEditItem1";
     //
     // repositoryItemComboBoxSkins
     //
     this.repositoryItemComboBoxSkins.AutoHeight = false;
     this.repositoryItemComboBoxSkins.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBoxSkins.Name = "repositoryItemComboBoxSkins";
     //
     // repositoryItemLookUpEditasase_code
     //
     this.repositoryItemLookUpEditasase_code.Appearance.Options.UseTextOptions = true;
     this.repositoryItemLookUpEditasase_code.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemLookUpEditasase_code.AutoHeight = false;
     this.repositoryItemLookUpEditasase_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemLookUpEditasase_code.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("asase_year", "العام الدراسي", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SCHOOL", "اسم المدرسه", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.repositoryItemLookUpEditasase_code.DisplayMember = "asase_year";
     this.repositoryItemLookUpEditasase_code.DropDownRows = 10;
     this.repositoryItemLookUpEditasase_code.Name = "repositoryItemLookUpEditasase_code";
     this.repositoryItemLookUpEditasase_code.NullText = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.NullValuePrompt = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEditasase_code.UseParentBackground = true;
     this.repositoryItemLookUpEditasase_code.ValueMember = "asase_code";
     //
     // MainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(984, 662);
     this.Controls.Add(this.panelContainer1);
     this.Controls.Add(this.DPResult);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.IsMdiContainer = true;
     this.Name = "MainFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Service Query";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
     this.Load += new System.EventHandler(this.MainFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.DPSkins.ResumeLayout(false);
     this.controlContainer6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).EndInit();
     this.galleryControlSkins.ResumeLayout(false);
     this.DPResult.ResumeLayout(false);
     this.controlContainer5.ResumeLayout(false);
     this.DPPriv.ResumeLayout(false);
     this.controlContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.panelContainer1.ResumeLayout(false);
     this.DPData.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.controlContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     this.DPReport.ResumeLayout(false);
     this.controlContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).EndInit();
     this.ResumeLayout(false);
 }
Пример #13
0
 /// <summary>
 /// 构造器
 /// </summary>
 /// <param name="rgbiSkin"></param>
 SkinTools(DevExpress.XtraBars.RibbonGalleryBarItem rgbiSkin, RibbonControl ribbonControl1, DevExpress.XtraBars.BarEditItem barItem_RbStyle)
 {
     GetXmlSkin();    //获取xml主题
     InitialStyle(ribbonControl1, barItem_RbStyle);
     InitOtherSkin(); //添加皮肤
     InitialSkin(rgbiSkin);
 }
Пример #14
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGridMunicipio));
     DevExpress.Utils.SerializableAppearanceObject  serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     this.dgdTabela = new DevExpress.XtraGrid.GridControl();
     this.MunicipioDTOBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView                  = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colCodigoibge             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNome                   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colUF                     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.dxErrorProvider           = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(this.components);
     this.barManager                = new DevExpress.XtraBars.BarManager(this.components);
     this.barOpcoes                 = new DevExpress.XtraBars.Bar();
     this.btnInserir                = new DevExpress.XtraBars.BarButtonItem();
     this.btnEditar                 = new DevExpress.XtraBars.BarButtonItem();
     this.btnExcluir                = new DevExpress.XtraBars.BarButtonItem();
     this.btnVisualizar             = new DevExpress.XtraBars.BarButtonItem();
     this.btnSelecionar             = new DevExpress.XtraBars.BarButtonItem();
     this.btnImprimir               = new DevExpress.XtraBars.BarButtonItem();
     this.barPesquisa               = new DevExpress.XtraBars.Bar();
     this.lblPesquisar              = new DevExpress.XtraBars.BarStaticItem();
     this.Filtro                    = new DevExpress.XtraBars.BarEditItem();
     this.btnFiltro                 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.txtConsulta               = new DevExpress.XtraBars.BarEditItem();
     this.btnPesquisa               = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.barDockControlTop         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom      = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft        = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight       = new DevExpress.XtraBars.BarDockControl();
     this.barEditItem1              = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemTextEdit1   = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dgdTabela)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MunicipioDTOBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnFiltro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPesquisa)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // dgdTabela
     //
     this.dgdTabela.DataSource = this.MunicipioDTOBindingSource;
     this.dgdTabela.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.dgdTabela.Location   = new System.Drawing.Point(0, 26);
     this.dgdTabela.MainView   = this.gridView;
     this.dgdTabela.Name       = "dgdTabela";
     this.dgdTabela.Size       = new System.Drawing.Size(844, 463);
     this.dgdTabela.TabIndex   = 5;
     this.dgdTabela.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView
     });
     this.dgdTabela.DoubleClick += new System.EventHandler(this.dgdTabela_DoubleClick);
     //
     // MunicipioDTOBindingSource
     //
     this.MunicipioDTOBindingSource.DataSource = typeof(MechTech.Entities.MunicipioDTO);
     //
     // gridView
     //
     this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colCodigoibge,
         this.colNome,
         this.colUF
     });
     this.gridView.GridControl = this.dgdTabela;
     this.gridView.Name        = "gridView";
     this.gridView.OptionsBehavior.Editable = false;
     this.gridView.OptionsCustomization.AllowColumnResizing = false;
     this.gridView.OptionsCustomization.AllowFilter         = false;
     this.gridView.OptionsMenu.EnableColumnMenu             = false;
     this.gridView.OptionsMenu.EnableFooterMenu             = false;
     this.gridView.OptionsMenu.EnableGroupPanelMenu         = false;
     this.gridView.OptionsNavigation.EnterMoveNextColumn    = true;
     this.gridView.CustomUnboundColumnData += new DevExpress.XtraGrid.Views.Base.CustomColumnDataEventHandler(this.gridView_CustomUnboundColumnData);
     this.gridView.RowCountChanged         += new System.EventHandler(this.gridView_RowCountChanged_1);
     //
     // colCodigoibge
     //
     this.colCodigoibge.AppearanceHeader.Options.UseTextOptions = true;
     this.colCodigoibge.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colCodigoibge.Caption      = "Código IBGE";
     this.colCodigoibge.FieldName    = "Codigoibge";
     this.colCodigoibge.Name         = "colCodigoibge";
     this.colCodigoibge.Visible      = true;
     this.colCodigoibge.VisibleIndex = 0;
     this.colCodigoibge.Width        = 90;
     //
     // colNome
     //
     this.colNome.AppearanceHeader.Options.UseTextOptions = true;
     this.colNome.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNome.Caption      = "Nome";
     this.colNome.FieldName    = "Nome";
     this.colNome.Name         = "colNome";
     this.colNome.Visible      = true;
     this.colNome.VisibleIndex = 1;
     this.colNome.Width        = 470;
     //
     // colUF
     //
     this.colUF.AppearanceCell.Options.UseTextOptions   = true;
     this.colUF.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colUF.AppearanceHeader.Options.UseTextOptions = true;
     this.colUF.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colUF.Caption      = "Estado (UF)";
     this.colUF.FieldName    = "UF.Codigo";
     this.colUF.Name         = "colUF";
     this.colUF.UnboundType  = DevExpress.Data.UnboundColumnType.String;
     this.colUF.Visible      = true;
     this.colUF.VisibleIndex = 2;
     this.colUF.Width        = 95;
     //
     // dxErrorProvider
     //
     this.dxErrorProvider.ContainerControl = this;
     //
     // barManager
     //
     this.barManager.AllowCustomization      = false;
     this.barManager.AllowMoveBarOnToolbar   = false;
     this.barManager.AllowQuickCustomization = false;
     this.barManager.AllowShowToolbarsPopup  = false;
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.barOpcoes,
         this.barPesquisa
     });
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.btnInserir,
         this.btnEditar,
         this.btnExcluir,
         this.btnVisualizar,
         this.btnSelecionar,
         this.btnImprimir,
         this.lblPesquisar,
         this.Filtro,
         this.barEditItem1,
         this.txtConsulta
     });
     this.barManager.MaxItemId = 11;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemButtonEdit1,
         this.repositoryItemTextEdit1,
         this.btnPesquisa,
         this.btnFiltro
     });
     //
     // barOpcoes
     //
     this.barOpcoes.BarName   = "Opções";
     this.barOpcoes.DockCol   = 0;
     this.barOpcoes.DockRow   = 0;
     this.barOpcoes.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barOpcoes.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnInserir, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnEditar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnExcluir, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnVisualizar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnSelecionar, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.btnImprimir, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)
     });
     this.barOpcoes.OptionsBar.AllowQuickCustomization = false;
     this.barOpcoes.OptionsBar.DrawDragBorder          = false;
     this.barOpcoes.Text = "Opções";
     //
     // btnInserir
     //
     this.btnInserir.Caption    = "&Novo";
     this.btnInserir.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnInserir.Glyph")));
     this.btnInserir.Hint       = "Inserção de registro";
     this.btnInserir.Id         = 0;
     this.btnInserir.ImageIndex = 6;
     this.btnInserir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnInserir.LargeGlyph")));
     this.btnInserir.Name       = "btnInserir";
     this.btnInserir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnInserir_ItemClick);
     //
     // btnEditar
     //
     this.btnEditar.Caption    = "&Alterar";
     this.btnEditar.Enabled    = false;
     this.btnEditar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnEditar.Glyph")));
     this.btnEditar.Hint       = "Atualização de registro";
     this.btnEditar.Id         = 2;
     this.btnEditar.ImageIndex = 2;
     this.btnEditar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnEditar.LargeGlyph")));
     this.btnEditar.Name       = "btnEditar";
     this.btnEditar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnEditar_ItemClick);
     //
     // btnExcluir
     //
     this.btnExcluir.Caption    = "&Excluir";
     this.btnExcluir.Enabled    = false;
     this.btnExcluir.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnExcluir.Glyph")));
     this.btnExcluir.Hint       = "Exclusão de registro";
     this.btnExcluir.Id         = 3;
     this.btnExcluir.ImageIndex = 4;
     this.btnExcluir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnExcluir.LargeGlyph")));
     this.btnExcluir.Name       = "btnExcluir";
     this.btnExcluir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExcluir_ItemClick);
     //
     // btnVisualizar
     //
     this.btnVisualizar.Caption    = "&Visualizar";
     this.btnVisualizar.Enabled    = false;
     this.btnVisualizar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnVisualizar.Glyph")));
     this.btnVisualizar.Hint       = "Visualização";
     this.btnVisualizar.Id         = 4;
     this.btnVisualizar.ImageIndex = 0;
     this.btnVisualizar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnVisualizar.LargeGlyph")));
     this.btnVisualizar.Name       = "btnVisualizar";
     this.btnVisualizar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnVisualizar_ItemClick);
     //
     // btnSelecionar
     //
     this.btnSelecionar.Caption    = "&Selecionar";
     this.btnSelecionar.Enabled    = false;
     this.btnSelecionar.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnSelecionar.Glyph")));
     this.btnSelecionar.Hint       = "Seleção";
     this.btnSelecionar.Id         = 5;
     this.btnSelecionar.ImageIndex = 9;
     this.btnSelecionar.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnSelecionar.LargeGlyph")));
     this.btnSelecionar.Name       = "btnSelecionar";
     this.btnSelecionar.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelecionar_ItemClick);
     //
     // btnImprimir
     //
     this.btnImprimir.Caption    = "&Imprimir";
     this.btnImprimir.Enabled    = false;
     this.btnImprimir.Glyph      = ((System.Drawing.Image)(resources.GetObject("btnImprimir.Glyph")));
     this.btnImprimir.Hint       = "Impressão";
     this.btnImprimir.Id         = 6;
     this.btnImprimir.ImageIndex = 5;
     this.btnImprimir.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnImprimir.LargeGlyph")));
     this.btnImprimir.Name       = "btnImprimir";
     this.btnImprimir.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnImprimir_ItemClick);
     //
     // barPesquisa
     //
     this.barPesquisa.BarName   = "Pesquisa";
     this.barPesquisa.DockCol   = 1;
     this.barPesquisa.DockRow   = 0;
     this.barPesquisa.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barPesquisa.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.lblPesquisar),
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.Filtro, "", false, true, true, 124),
         new DevExpress.XtraBars.LinkPersistInfo(this.txtConsulta)
     });
     this.barPesquisa.OptionsBar.AllowQuickCustomization = false;
     this.barPesquisa.OptionsBar.DrawDragBorder          = false;
     this.barPesquisa.Text = "Pesquisa";
     //
     // lblPesquisar
     //
     this.lblPesquisar.Border        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.lblPesquisar.Caption       = "Pesquisar por:";
     this.lblPesquisar.Id            = 7;
     this.lblPesquisar.Name          = "lblPesquisar";
     this.lblPesquisar.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // Filtro
     //
     this.Filtro.Edit              = this.btnFiltro;
     this.Filtro.EditValue         = "Nome";
     this.Filtro.Hint              = "Campo a ser pesquisado";
     this.Filtro.Id                = 8;
     this.Filtro.Name              = "Filtro";
     this.Filtro.EditValueChanged += new System.EventHandler(this.Filtro_EditValueChanged);
     //
     // btnFiltro
     //
     this.btnFiltro.AutoHeight = false;
     this.btnFiltro.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.btnFiltro.Items.AddRange(new object[] {
         "Código IBGE",
         "Nome"
     });
     this.btnFiltro.Name          = "btnFiltro";
     this.btnFiltro.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // txtConsulta
     //
     this.txtConsulta.AutoFillWidth = true;
     this.txtConsulta.Edit          = this.btnPesquisa;
     this.txtConsulta.Hint          = "Conteúdo a ser pesquisado";
     this.txtConsulta.Id            = 10;
     this.txtConsulta.Name          = "txtConsulta";
     //
     // btnPesquisa
     //
     this.btnPesquisa.AutoHeight = false;
     this.btnPesquisa.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, ((System.Drawing.Image)(resources.GetObject("btnPesquisa.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true)
     });
     this.btnPesquisa.Name         = "btnPesquisa";
     this.btnPesquisa.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.btnPesquisa_ButtonClick);
     this.btnPesquisa.Click       += new System.EventHandler(this.btnPesquisa_Click);
     this.btnPesquisa.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.btnPesquisa_KeyDown);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock             = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location         = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size             = new System.Drawing.Size(844, 26);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock             = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location         = new System.Drawing.Point(0, 489);
     this.barDockControlBottom.Size             = new System.Drawing.Size(844, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock             = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location         = new System.Drawing.Point(0, 26);
     this.barDockControlLeft.Size             = new System.Drawing.Size(0, 463);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock             = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location         = new System.Drawing.Point(844, 26);
     this.barDockControlRight.Size             = new System.Drawing.Size(0, 463);
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "barEditItem1";
     this.barEditItem1.Edit    = this.repositoryItemTextEdit1;
     this.barEditItem1.Id      = 9;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name       = "repositoryItemTextEdit1";
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // frmGridMunicipio
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(6F, 13F);
     this.ClientSize = new System.Drawing.Size(844, 489);
     this.Controls.Add(this.dgdTabela);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name        = "frmGridMunicipio";
     this.Text        = "Cadastro de Municípios";
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmGridMunicipio_FormClosed);
     this.Load       += new System.EventHandler(this.frmGridMunicipio_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dgdTabela)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MunicipioDTOBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxErrorProvider)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnFiltro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnPesquisa)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).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();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition1 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition2 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition3 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition4 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     this.fieldRouteBrand1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.repositoryItemTextEditPers = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEditf2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.popupMenuMain = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
     this.bbiStartDate = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.bbiGetData = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.pivotGridControlMain = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.dsNMQry = new NestleICSales.DataSources.dsQry();
     this.fieldRouteNumber1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldRouteName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldSupervisor1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPlantSalesDistrict1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPlantName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPlantBaseName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldDistributionChannel1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldActive1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldEquipment1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCustomer = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcEqAvg = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCType = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldCustomerType = new DevExpress.XtraPivotGrid.PivotGridField();
     this.dxValidationProviderMain = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.pro0002BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.pro_0002TableAdapter = new NestleICSales.DataSources.dsQryTableAdapters.Pro_0002TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditPers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControlMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsNMQry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pro0002BindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // fieldRouteBrand1
     //
     this.fieldRouteBrand1.AreaIndex = 1;
     this.fieldRouteBrand1.Caption = "Route Brand";
     this.fieldRouteBrand1.FieldName = "RouteBrand";
     this.fieldRouteBrand1.Name = "fieldRouteBrand1";
     //
     // repositoryItemTextEditPers
     //
     this.repositoryItemTextEditPers.AutoHeight = false;
     this.repositoryItemTextEditPers.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditPers.EditFormat.FormatString = "P1";
     this.repositoryItemTextEditPers.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditPers.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemTextEditPers.Mask.EditMask = "P1";
     this.repositoryItemTextEditPers.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditPers.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemTextEditPers.Name = "repositoryItemTextEditPers";
     //
     // repositoryItemTextEditf2
     //
     this.repositoryItemTextEditf2.AutoHeight = false;
     this.repositoryItemTextEditf2.DisplayFormat.FormatString = "f2";
     this.repositoryItemTextEditf2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditf2.Mask.EditMask = "f2";
     this.repositoryItemTextEditf2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditf2.Name = "repositoryItemTextEditf2";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // popupMenuMain
     //
     this.popupMenuMain.Manager = this.barManagerMain;
     this.popupMenuMain.Name = "popupMenuMain";
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiExport,
     this.bbiStartDate,
     this.barHeaderItem1,
     this.bbiGetData});
     this.barManagerMain.MaxItemId = 10;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit1,
     this.repositoryItemDateEdit2});
     //
     // bar1
     //
     this.bar1.BarName = "Main";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barHeaderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiStartDate),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiGetData, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiExport)});
     this.bar1.Text = "Custom 2";
     //
     // barHeaderItem1
     //
     this.barHeaderItem1.Caption = "Select Date";
     this.barHeaderItem1.Id = 3;
     this.barHeaderItem1.Name = "barHeaderItem1";
     //
     // bbiStartDate
     //
     this.bbiStartDate.Caption = "Start Date";
     this.bbiStartDate.Edit = this.repositoryItemDateEdit1;
     this.bbiStartDate.Id = 2;
     this.bbiStartDate.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1));
     this.bbiStartDate.Name = "bbiStartDate";
     this.bbiStartDate.Width = 120;
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // bbiGetData
     //
     this.bbiGetData.Caption = "Get Data";
     this.bbiGetData.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.bbiGetData.Glyph = global::NestleICSales.Properties.Resources.apply_16x16;
     this.bbiGetData.Id = 9;
     this.bbiGetData.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.bbiGetData.Name = "bbiGetData";
     this.bbiGetData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiGetData_ItemClick);
     //
     // bbiExport
     //
     this.bbiExport.Caption = "Export";
     this.bbiExport.Glyph = global::NestleICSales.Properties.Resources.Export;
     this.bbiExport.Id = 1;
     this.bbiExport.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.bbiExport.Name = "bbiExport";
     this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1132, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 311);
     this.barDockControlBottom.Size = new System.Drawing.Size(1132, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 280);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1132, 31);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 280);
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // pivotGridControlMain
     //
     this.pivotGridControlMain.DataSource = this.pro0002BindingSource;
     this.pivotGridControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControlMain.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.fieldRouteNumber1,
     this.fieldRouteName1,
     this.fieldSupervisor1,
     this.fieldRouteBrand1,
     this.fieldPlantSalesDistrict1,
     this.fieldPlantName1,
     this.fieldPlantBaseName1,
     this.fieldDistributionChannel1,
     this.fieldActive1,
     this.fieldEquipment1,
     this.fieldCustomer,
     this.calcEqAvg,
     this.fieldCType,
     this.fieldCustomerType});
     pivotGridStyleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition1.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     pivotGridStyleFormatCondition1.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition1.Field = this.fieldRouteBrand1;
     pivotGridStyleFormatCondition1.FieldName = "fieldRouteBrand1";
     pivotGridStyleFormatCondition1.Value1 = "1";
     pivotGridStyleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition2.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     pivotGridStyleFormatCondition2.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition2.Field = this.fieldRouteBrand1;
     pivotGridStyleFormatCondition2.FieldName = "fieldRouteBrand1";
     pivotGridStyleFormatCondition2.Value1 = "1";
     pivotGridStyleFormatCondition3.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition3.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition3.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     pivotGridStyleFormatCondition3.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition3.Field = this.fieldRouteBrand1;
     pivotGridStyleFormatCondition3.FieldName = "fieldRouteBrand1";
     pivotGridStyleFormatCondition3.Value1 = "1";
     pivotGridStyleFormatCondition4.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition4.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition4.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
     pivotGridStyleFormatCondition4.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition4.Field = this.fieldRouteBrand1;
     pivotGridStyleFormatCondition4.FieldName = "fieldRouteBrand1";
     pivotGridStyleFormatCondition4.Value1 = "1";
     this.pivotGridControlMain.FormatConditions.AddRange(new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition[] {
     pivotGridStyleFormatCondition1,
     pivotGridStyleFormatCondition2,
     pivotGridStyleFormatCondition3,
     pivotGridStyleFormatCondition4});
     this.pivotGridControlMain.Location = new System.Drawing.Point(0, 31);
     this.pivotGridControlMain.Name = "pivotGridControlMain";
     this.pivotGridControlMain.OptionsPrint.PrintColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridControlMain.OptionsPrint.PrintDataHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridControlMain.OptionsPrint.PrintFilterHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridControlMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEditPers});
     this.pivotGridControlMain.Size = new System.Drawing.Size(1132, 280);
     this.pivotGridControlMain.TabIndex = 9;
     //
     // dsNMQry
     //
     this.dsNMQry.DataSetName = "dsNMQry";
     this.dsNMQry.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // fieldRouteNumber1
     //
     this.fieldRouteNumber1.AreaIndex = 0;
     this.fieldRouteNumber1.Caption = "Route Number";
     this.fieldRouteNumber1.FieldName = "RouteNumber";
     this.fieldRouteNumber1.Name = "fieldRouteNumber1";
     //
     // fieldRouteName1
     //
     this.fieldRouteName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldRouteName1.AreaIndex = 1;
     this.fieldRouteName1.Caption = "Route Name";
     this.fieldRouteName1.FieldName = "RouteName";
     this.fieldRouteName1.Name = "fieldRouteName1";
     //
     // fieldSupervisor1
     //
     this.fieldSupervisor1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldSupervisor1.AreaIndex = 0;
     this.fieldSupervisor1.Caption = "Supervisor";
     this.fieldSupervisor1.FieldName = "Supervisor";
     this.fieldSupervisor1.Name = "fieldSupervisor1";
     //
     // fieldPlantSalesDistrict1
     //
     this.fieldPlantSalesDistrict1.AreaIndex = 2;
     this.fieldPlantSalesDistrict1.Caption = "Plant Sales District";
     this.fieldPlantSalesDistrict1.FieldName = "PlantSalesDistrict";
     this.fieldPlantSalesDistrict1.Name = "fieldPlantSalesDistrict1";
     //
     // fieldPlantName1
     //
     this.fieldPlantName1.AreaIndex = 3;
     this.fieldPlantName1.Caption = "Plant Name";
     this.fieldPlantName1.FieldName = "PlantName";
     this.fieldPlantName1.Name = "fieldPlantName1";
     //
     // fieldPlantBaseName1
     //
     this.fieldPlantBaseName1.AreaIndex = 4;
     this.fieldPlantBaseName1.Caption = "Plant Base Name";
     this.fieldPlantBaseName1.FieldName = "PlantBaseName";
     this.fieldPlantBaseName1.Name = "fieldPlantBaseName1";
     //
     // fieldDistributionChannel1
     //
     this.fieldDistributionChannel1.AreaIndex = 5;
     this.fieldDistributionChannel1.Caption = "Distribution Channel";
     this.fieldDistributionChannel1.FieldName = "DistributionChannel";
     this.fieldDistributionChannel1.Name = "fieldDistributionChannel1";
     //
     // fieldActive1
     //
     this.fieldActive1.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
     this.fieldActive1.AreaIndex = 0;
     this.fieldActive1.Caption = "Active";
     this.fieldActive1.FieldName = "Active";
     this.fieldActive1.Name = "fieldActive1";
     //
     // fieldEquipment1
     //
     this.fieldEquipment1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldEquipment1.AreaIndex = 1;
     this.fieldEquipment1.Caption = "Frz";
     this.fieldEquipment1.FieldName = "Equipment";
     this.fieldEquipment1.Name = "fieldEquipment1";
     //
     // fieldCustomer
     //
     this.fieldCustomer.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldCustomer.AreaIndex = 0;
     this.fieldCustomer.Caption = "Customer";
     this.fieldCustomer.FieldName = "Customer";
     this.fieldCustomer.Name = "fieldCustomer";
     //
     // calcEqAvg
     //
     this.calcEqAvg.Appearance.Cell.ForeColor = System.Drawing.Color.Red;
     this.calcEqAvg.Appearance.Cell.Options.UseForeColor = true;
     this.calcEqAvg.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcEqAvg.AreaIndex = 2;
     this.calcEqAvg.Caption = "Arg Frz";
     this.calcEqAvg.FieldName = "Equipment";
     this.calcEqAvg.Name = "calcEqAvg";
     this.calcEqAvg.SummaryDisplayType = DevExpress.Data.PivotGrid.PivotSummaryDisplayType.PercentOfRow;
     //
     // fieldCType
     //
     this.fieldCType.AreaIndex = 6;
     this.fieldCType.Caption = "Frz Type";
     this.fieldCType.FieldName = "CType";
     this.fieldCType.Name = "fieldCType";
     //
     // fieldCustomerType
     //
     this.fieldCustomerType.AreaIndex = 7;
     this.fieldCustomerType.Caption = "Customer Type";
     this.fieldCustomerType.FieldName = "CustomerType";
     this.fieldCustomerType.Name = "fieldCustomerType";
     //
     // pro0002BindingSource
     //
     this.pro0002BindingSource.DataMember = "Pro_0002";
     this.pro0002BindingSource.DataSource = this.dsNMQry;
     //
     // pro_0002TableAdapter
     //
     this.pro_0002TableAdapter.ClearBeforeFill = true;
     //
     // QryPro_0002Frm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1132, 311);
     this.Controls.Add(this.pivotGridControlMain);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = global::NestleICSales.Properties.Resources.Qry16;
     this.Name = "QryPro_0002Frm";
     this.Text = "Zero Sales MTD";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditPers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControlMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsNMQry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pro0002BindingSource)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastAHTL));
     Dundas.Charting.WinControl.ChartArea chartArea1 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend legend1 = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series series1 = new Dundas.Charting.WinControl.Series();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem31 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem30 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem33 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem23 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem24 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem5 = new DevExpress.XtraBars.BarSubItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barButtonItem28 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem27 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem29 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem32 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem31,
     this.barSubItem2,
     this.barButtonItem12,
     this.barButtonItem14,
     this.barButtonItem16,
     this.barButtonItem17,
     this.barButtonItem18,
     this.barButtonItem19,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem32,
     this.barButtonItem6,
     this.barButtonItem9,
     this.barButtonItem13,
     this.barButtonItem15,
     this.barSubItem4,
     this.barButtonItem23,
     this.barButtonItem24,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barButtonItem27,
     this.barButtonItem28,
     this.barButtonItem29,
     this.barButtonItem30,
     this.barButtonItem33,
     this.barSubItem5,
     this.barCheckItem1,
     this.barCheckItem2,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barCheckItem5,
     this.barCheckItem6,
     this.barCheckItem7,
     this.barEditItem1});
     this.barManager1.MaxItemId = 59;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemComboBox2});
     this.barManager1.StatusBar = this.bar2;
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem28, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem27, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem29, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem32),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Ԥ���㷨";
     this.barSubItem1.Id = 7;
     this.barSubItem1.ImageIndex = 10;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem19),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem18),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem30),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem33)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "�������ʷ�";
     this.barButtonItem1.Id = 8;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "���Ʒ�";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "ָ��ƽ����";
     this.barButtonItem8.Id = 14;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick_1);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����ϵ����";
     this.barButtonItem2.Id = 9;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem31
     //
     this.barButtonItem31.Caption = "�����������";
     this.barButtonItem31.Id = 50;
     this.barButtonItem31.ImageIndex = 14;
     this.barButtonItem31.Name = "barButtonItem31";
     this.barButtonItem31.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem31.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem31.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem31_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "��ط�";
     this.barButtonItem3.Id = 10;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "��ɫģ�ͷ�";
     this.barButtonItem4.Id = 11;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "ָ��������";
     this.barButtonItem7.Id = 13;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "�������Ʒ�";
     this.barButtonItem12.Id = 20;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barButtonItem19
     //
     this.barButtonItem19.Caption = "ר�Ҿ��߷�";
     this.barButtonItem19.Id = 28;
     this.barButtonItem19.Name = "barButtonItem19";
     this.barButtonItem19.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem19_ItemClick);
     //
     // barButtonItem18
     //
     this.barButtonItem18.Caption = "����Ƚ�";
     this.barButtonItem18.Id = 27;
     this.barButtonItem18.Name = "barButtonItem18";
     this.barButtonItem18.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem30
     //
     this.barButtonItem30.Caption = "����������-���û�Ԥ�ⷨ";
     this.barButtonItem30.Id = 49;
     this.barButtonItem30.Name = "barButtonItem30";
     this.barButtonItem30.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem30.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
     //
     // barButtonItem33
     //
     this.barButtonItem33.Caption = "���Сʱ��";
     this.barButtonItem33.Id = 56;
     this.barButtonItem33.Name = "barButtonItem33";
     this.barButtonItem33.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem33.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem33_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��������";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 0;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "�������";
     this.barSubItem4.Id = 41;
     this.barSubItem4.ImageIndex = 3;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem15),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem23),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem24)});
     this.barSubItem4.Name = "barSubItem4";
     this.barSubItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��ӷ���";
     this.barButtonItem9.Id = 36;
     this.barButtonItem9.ImageIndex = 3;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick_1);
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����ӷ���";
     this.barButtonItem15.Id = 38;
     this.barButtonItem15.ImageIndex = 3;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick_1);
     //
     // barButtonItem23
     //
     this.barButtonItem23.Caption = "�޸ķ���";
     this.barButtonItem23.Id = 42;
     this.barButtonItem23.ImageIndex = 1;
     this.barButtonItem23.Name = "barButtonItem23";
     this.barButtonItem23.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem23_ItemClick);
     //
     // barButtonItem24
     //
     this.barButtonItem24.Caption = "ɾ������";
     this.barButtonItem24.Id = 43;
     this.barButtonItem24.ImageIndex = 9;
     this.barButtonItem24.Name = "barButtonItem24";
     this.barButtonItem24.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem24_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 14;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 14;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 14;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barSubItem5
     //
     this.barSubItem5.Caption = "ͼ������";
     this.barSubItem5.Id = 69;
     this.barSubItem5.ImageIndex = 1;
     this.barSubItem5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem6),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1)});
     this.barSubItem5.Name = "barSubItem5";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "����ͼ";
     this.barCheckItem1.Checked = true;
     this.barCheckItem1.Id = 73;
     this.barCheckItem1.Name = "barCheckItem1";
     this.barCheckItem1.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem1_CheckedChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption = "��������";
     this.barCheckItem4.Id = 77;
     this.barCheckItem4.Name = "barCheckItem4";
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem4_CheckedChanged);
     //
     // barCheckItem2
     //
     this.barCheckItem2.Caption = "ֱ��ͼ";
     this.barCheckItem2.Id = 75;
     this.barCheckItem2.Name = "barCheckItem2";
     this.barCheckItem2.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem2_CheckedChanged);
     //
     // barCheckItem7
     //
     this.barCheckItem7.Caption = "����ͼ";
     this.barCheckItem7.Id = 57;
     this.barCheckItem7.Name = "barCheckItem7";
     this.barCheckItem7.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem7_CheckedChanged);
     //
     // barCheckItem5
     //
     this.barCheckItem5.Caption = "�ѻ�����";
     this.barCheckItem5.Id = 78;
     this.barCheckItem5.Name = "barCheckItem5";
     this.barCheckItem5.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem5_CheckedChanged);
     //
     // barCheckItem6
     //
     this.barCheckItem6.Caption = "������Χ";
     this.barCheckItem6.Id = 79;
     this.barCheckItem6.Name = "barCheckItem6";
     this.barCheckItem6.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem6_CheckedChanged);
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption = "3D��";
     this.barCheckItem3.Id = 76;
     this.barCheckItem3.Name = "barCheckItem3";
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem3_CheckedChanged);
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "ͼ�����";
     this.barEditItem1.Edit = this.repositoryItemComboBox2;
     this.barEditItem1.Id = 58;
     this.barEditItem1.Name = "barEditItem1";
     this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
     //
     // repositoryItemComboBox2
     //
     this.repositoryItemComboBox2.AutoHeight = false;
     this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
     //
     // barButtonItem28
     //
     this.barButtonItem28.Caption = "���û�";
     this.barButtonItem28.Id = 47;
     this.barButtonItem28.ImageIndex = 10;
     this.barButtonItem28.Name = "barButtonItem28";
     this.barButtonItem28.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem28.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem28.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem28_ItemClick);
     //
     // barButtonItem27
     //
     this.barButtonItem27.Caption = "�����ݵ�";
     this.barButtonItem27.Id = 46;
     this.barButtonItem27.ImageIndex = 10;
     this.barButtonItem27.Name = "barButtonItem27";
     this.barButtonItem27.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem27.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem27_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��Ȩ���ϵ��";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 18;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "�����㷨";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 18;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 10;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem29
     //
     this.barButtonItem29.Caption = "����Ƚ�";
     this.barButtonItem29.Id = 48;
     this.barButtonItem29.ImageIndex = 7;
     this.barButtonItem29.Name = "barButtonItem29";
     this.barButtonItem29.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem29.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem29_ItemClick);
     //
     // barButtonItem32
     //
     this.barButtonItem32.Caption = "�¶ȵ���";
     this.barButtonItem32.Id = 55;
     this.barButtonItem32.ImageIndex = 10;
     this.barButtonItem32.Name = "barButtonItem32";
     this.barButtonItem32.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem32.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem32.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 12;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName = "Custom 2";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Custom 2";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "�޸�.ico");
     this.imageList1.Images.SetKeyName(2, "�½�.ico");
     this.imageList1.Images.SetKeyName(3, "����¼�.ico");
     this.imageList1.Images.SetKeyName(4, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(5, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(6, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(7, "����.ico");
     this.imageList1.Images.SetKeyName(8, "���.ico");
     this.imageList1.Images.SetKeyName(9, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(10, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(11, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(12, "�ر�.ico");
     this.imageList1.Images.SetKeyName(13, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(14, "����.ico");
     this.imageList1.Images.SetKeyName(15, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(16, "������±�.ico");
     this.imageList1.Images.SetKeyName(17, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(18, "����.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���Իع鷨";
     this.barButtonItem5.Id = 12;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "����";
     this.barButtonItem10.Id = 17;
     this.barButtonItem10.ImageIndex = 0;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption = "�ر�";
     this.barButtonItem11.Id = 18;
     this.barButtonItem11.ImageIndex = 11;
     this.barButtonItem11.Name = "barButtonItem11";
     this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "barSubItem2";
     this.barSubItem2.Id = 19;
     this.barSubItem2.Name = "barSubItem2";
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "ȫ���Ƚ�";
     this.barButtonItem16.Id = 25;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "����ӷ���";
     this.barButtonItem13.Id = 37;
     this.barButtonItem13.Name = "barButtonItem13";
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1028, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // chart1
     //
     chartArea1.BackColor = System.Drawing.Color.White;
     chartArea1.BorderColor = System.Drawing.Color.Empty;
     chartArea1.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.AutoFitText = false;
     legend1.Font = new System.Drawing.Font("Microsoft Sans Serif", 3F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.Name = "Default";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name = "chart1";
     series1.BorderWidth = 2;
     series1.ChartType = "Spline";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
     series1.Name = "Default";
     series1.ShadowOffset = 1;
     this.chart1.Series.Add(series1);
     this.chart1.Size = new System.Drawing.Size(1022, 183);
     this.chart1.TabIndex = 10;
     this.chart1.Text = "chart1";
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // treeList2
     //
     this.treeList2.Location = new System.Drawing.Point(660, 443);
     this.treeList2.Name = "treeList2";
     this.treeList2.Size = new System.Drawing.Size(70, 12);
     this.treeList2.TabIndex = 7;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.checkBox1);
     this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 399);
     this.splitContainerControl1.SplitterPosition = 206;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1022, 200);
     this.treeList1.TabIndex = 1;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // checkBox1
     //
     this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox1.AutoSize = true;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(971, 3);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(48, 16);
     this.checkBox1.TabIndex = 12;
     this.checkBox1.Text = "ȫѡ";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged_1);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "1.ico");
     this.imageList2.Images.SetKeyName(1, "2.ico");
     this.imageList2.Images.SetKeyName(2, "3.ico");
     this.imageList2.Images.SetKeyName(3, "4.ico");
     this.imageList2.Images.SetKeyName(4, "5.ico");
     this.imageList2.Images.SetKeyName(5, "6.ico");
     this.imageList2.Images.SetKeyName(6, "7.ico");
     this.imageList2.Images.SetKeyName(7, "8.ico");
     this.imageList2.Images.SetKeyName(8, "9.ico");
     this.imageList2.Images.SetKeyName(9, "10.ico");
     //
     // FormForecastAHTL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 455);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.treeList2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormForecastAHTL";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #17
0
 public static void InitSkinAStyleGallery(DevExpress.XtraBars.RibbonGalleryBarItem rgbiSkin, RibbonControl ribbonControl1, DevExpress.XtraBars.BarEditItem barItem_RbStyle)
 {
     new SkinTools(rgbiSkin, ribbonControl1, barItem_RbStyle);
 }
Пример #18
0
 /// <summary>
 /// 添加年份
 /// </summary>
 /// <param name="BE">BarEditItem object</param>
 public void AddBarEditYears(DevExpress.XtraBars.BarEditItem BE)
 {
     BE.EditValue = "2000";
     AddBarEditItems(BE);
 }
Пример #19
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(frm_RibbonMenu));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            this.ribbon = new KTibiaX.UI.Controls.CustomRibbon();
            this.applicationMenu1 = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.btnStartClient = new DevExpress.XtraBars.BarButtonItem();
            this.btnMenuConfiguration = new DevExpress.XtraBars.BarButtonItem();
            this.btnMenuMinimize = new DevExpress.XtraBars.BarButtonItem();
            this.btnMenuRestore = new DevExpress.XtraBars.BarButtonItem();
            this.btnStatusBar = new DevExpress.XtraBars.BarButtonItem();
            this.btnMenuHelp = new DevExpress.XtraBars.BarButtonItem();
            this.btnMenuAbout = new DevExpress.XtraBars.BarButtonItem();
            this.btnMenuClose = new DevExpress.XtraBars.BarButtonItem();
            this.DockController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
            this.imgSmallRibbon = new DevExpress.Utils.ImageCollection(this.components);
            this.btnLight = new DevExpress.XtraBars.BarButtonItem();
            this.btnSpeed = new DevExpress.XtraBars.BarButtonItem();
            this.btnBattleList = new DevExpress.XtraBars.BarButtonItem();
            this.btnMapSpy = new DevExpress.XtraBars.BarButtonItem();
            this.btnOutfit = new DevExpress.XtraBars.BarButtonItem();
            this.btnAlerts = new DevExpress.XtraBars.BarButtonItem();
            this.btnTrade = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.btnEater = new DevExpress.XtraBars.BarButtonItem();
            this.btnFisher = new DevExpress.XtraBars.BarButtonItem();
            this.btnHealer = new DevExpress.XtraBars.BarButtonItem();
            this.btnRuneMaker = new DevExpress.XtraBars.BarButtonItem();
            this.btnAmmoMaker = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
            this.btnAntiMove = new DevExpress.XtraBars.BarButtonItem();
            this.btnTrainer = new DevExpress.XtraBars.BarButtonItem();
            this.btnSpellCaster = new DevExpress.XtraBars.BarButtonItem();
            this.btnCavebot = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
            this.btnScript = new DevExpress.XtraBars.BarButtonItem();
            this.btnHuntTools = new DevExpress.XtraBars.BarButtonItem();
            this.btnStatistics = new DevExpress.XtraBars.BarButtonItem();
            this.btnAutoLooter = new DevExpress.XtraBars.BarButtonItem();
            this.btnFluidDrinker = new DevExpress.XtraBars.BarButtonItem();
            this.btnRuneShooter = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
            this.btnAddress = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem28 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonGalleryBarItem1 = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.lblConnection = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
            this.lblVersion = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
            this.lblPlayer = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem6 = new DevExpress.XtraBars.BarStaticItem();
            this.lstFormSkin = new DevExpress.XtraBars.BarLinkContainerItem();
            this.lstMenuSkin = new DevExpress.XtraBars.BarLinkContainerItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem29 = new DevExpress.XtraBars.BarButtonItem();
            this.btnBRLang = new DevExpress.XtraBars.BarButtonItem();
            this.btnUSLang = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem31 = new DevExpress.XtraBars.BarButtonItem();
            this.btnZoom = new DevExpress.XtraBars.BarSubItem();
            this.btnClientZoom = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemZoomTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemHyperLinkEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.btnMapReader = new DevExpress.XtraBars.BarButtonItem();
            this.btnPacketListener = new DevExpress.XtraBars.BarButtonItem();
            this.btnTestes = new DevExpress.XtraBars.BarButtonItem();
            this.btnRestaker = new DevExpress.XtraBars.BarButtonItem();
            this.btnCripto = new DevExpress.XtraBars.BarButtonItem();
            this.btnBPReader = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.btnOutput = new DevExpress.XtraBars.BarCheckItem();
            this.lblServerInfo = new DevExpress.XtraBars.BarStaticItem();
            this.lblPlayerInfo = new DevExpress.XtraBars.BarStaticItem();
            this.imgLargRibbon = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.GroupPlayer = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.GroupBattleList = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup8 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup10 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup11 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup15 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup14 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbConfig = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.pnConfigGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup18 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup19 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbDev = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup21 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup22 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup23 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbHelp = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup17 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup20 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemHyperLinkEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemHyperLinkEdit();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.DefaultLook = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.ribbonPageGroup16 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.TMLogin = new System.Windows.Forms.Timer(this.components);
            this.TryIcon = new System.Windows.Forms.NotifyIcon(this.components);
            this.pnHost = new KTibiaX.UI.Controls.HostPanel();
            this.pnLogo = new DevExpress.XtraEditors.PictureEdit();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockOutputPanel = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.outputView1 = new KTibiaX.Windows.Features.Controls.OutputView();
            this.TMFeatures = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.DockController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgSmallRibbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgLargRibbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).BeginInit();
            this.pnHost.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnLogo.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockOutputPanel.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ApplicationButtonDropDownControl = this.applicationMenu1;
            this.ribbon.ApplicationCaption = "KTibiaX® Advanced 2009";
            this.ribbon.ApplicationIcon = ((System.Drawing.Bitmap)(resources.GetObject("ribbon.ApplicationIcon")));
            this.ribbon.Controller = this.DockController1;
            this.ribbon.Images = this.imgSmallRibbon;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.btnLight,
            this.btnSpeed,
            this.btnBattleList,
            this.btnMapSpy,
            this.btnOutfit,
            this.btnAlerts,
            this.btnTrade,
            this.barButtonItem8,
            this.btnEater,
            this.btnFisher,
            this.btnHealer,
            this.btnRuneMaker,
            this.btnAmmoMaker,
            this.barButtonItem14,
            this.btnAntiMove,
            this.btnTrainer,
            this.btnSpellCaster,
            this.btnCavebot,
            this.barButtonItem19,
            this.btnScript,
            this.btnHuntTools,
            this.btnStatistics,
            this.btnAutoLooter,
            this.btnFluidDrinker,
            this.btnRuneShooter,
            this.barButtonItem26,
            this.btnAddress,
            this.barButtonItem28,
            this.ribbonGalleryBarItem1,
            this.lblConnection,
            this.barStaticItem2,
            this.lblVersion,
            this.barStaticItem4,
            this.lblPlayer,
            this.barStaticItem6,
            this.lstFormSkin,
            this.lstMenuSkin,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barButtonItem9,
            this.barButtonItem29,
            this.btnBRLang,
            this.btnUSLang,
            this.barButtonItem31,
            this.btnMenuConfiguration,
            this.btnMenuMinimize,
            this.btnMenuRestore,
            this.btnMenuHelp,
            this.btnMenuAbout,
            this.btnMenuClose,
            this.btnStatusBar,
            this.btnZoom,
            this.btnClientZoom,
            this.barEditItem2,
            this.barButtonItem5,
            this.btnMapReader,
            this.btnPacketListener,
            this.btnTestes,
            this.btnRestaker,
            this.btnCripto,
            this.btnBPReader,
            this.barButtonItem6,
            this.btnStartClient,
            this.btnOutput,
            this.lblServerInfo,
            this.lblPlayerInfo});
            this.ribbon.LargeImages = this.imgLargRibbon;
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
            this.ribbon.MaxItemId = 77;
            this.ribbon.Name = "ribbon";
            this.ribbon.PageHeaderItemLinks.Add(this.barEditItem2);
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPage2,
            this.ribbonPage3,
            this.rbConfig,
            this.rbDev,
            this.rbHelp});
            this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemHyperLinkEdit1,
            this.repositoryItemZoomTrackBar1,
            this.repositoryItemHyperLinkEdit2});
            this.ribbon.SelectedPage = this.rbDev;
            this.ribbon.ShowCategoryInCaption = false;
            this.ribbon.Size = new System.Drawing.Size(816, 148);
            this.ribbon.StatusBar = this.ribbonStatusBar1;
            this.ribbon.Toolbar.ItemLinks.Add(this.lblServerInfo, true);
            this.ribbon.Toolbar.ItemLinks.Add(this.lblPlayerInfo);
            this.ribbon.MouseClick += new System.Windows.Forms.MouseEventHandler(this.ribbon_MouseClick);
            this.ribbon.MinimizedChanged += new System.EventHandler(this.ribbon_MinimizedChanged);
            this.ribbon.MouseEnter += new System.EventHandler(this.ribbon_MouseEnter);
            this.ribbon.MouseMove += new System.Windows.Forms.MouseEventHandler(this.ribbon_MouseMove);
            this.ribbon.MouseLeave += new System.EventHandler(this.ribbon_MouseLeave);
            // 
            // applicationMenu1
            // 
            this.applicationMenu1.BottomPaneControlContainer = null;
            this.applicationMenu1.ItemLinks.Add(this.btnStartClient);
            this.applicationMenu1.ItemLinks.Add(this.btnMenuConfiguration, true);
            this.applicationMenu1.ItemLinks.Add(this.btnMenuMinimize);
            this.applicationMenu1.ItemLinks.Add(this.btnMenuRestore);
            this.applicationMenu1.ItemLinks.Add(this.btnStatusBar);
            this.applicationMenu1.ItemLinks.Add(this.btnMenuHelp, true);
            this.applicationMenu1.ItemLinks.Add(this.btnMenuAbout);
            this.applicationMenu1.ItemLinks.Add(this.btnMenuClose, true);
            this.applicationMenu1.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.LargeImagesTextDescription;
            this.applicationMenu1.Name = "applicationMenu1";
            this.applicationMenu1.Ribbon = this.ribbon;
            this.applicationMenu1.RightPaneControlContainer = null;
            // 
            // btnStartClient
            // 
            this.btnStartClient.Caption = "Open Tibia Client";
            this.btnStartClient.Description = "Statup a tibia client to be hosted by this application.";
            this.btnStartClient.Id = 72;
            this.btnStartClient.LargeImageIndex = 68;
            this.btnStartClient.Name = "btnStartClient";
            this.btnStartClient.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnStartClient_ItemClick);
            // 
            // btnMenuConfiguration
            // 
            this.btnMenuConfiguration.Caption = "Configuration";
            this.btnMenuConfiguration.Description = "Information about system configuration and user preferences.";
            this.btnMenuConfiguration.Id = 51;
            this.btnMenuConfiguration.LargeImageIndex = 63;
            this.btnMenuConfiguration.Name = "btnMenuConfiguration";
            // 
            // btnMenuMinimize
            // 
            this.btnMenuMinimize.Caption = "Minimize Tray";
            this.btnMenuMinimize.Description = "Hide tibia window on system tray.";
            this.btnMenuMinimize.Id = 52;
            this.btnMenuMinimize.LargeImageIndex = 79;
            this.btnMenuMinimize.Name = "btnMenuMinimize";
            // 
            // btnMenuRestore
            // 
            this.btnMenuRestore.Caption = "Restore Tibia";
            this.btnMenuRestore.Description = "Remove tibia window of system tray.";
            this.btnMenuRestore.Enabled = false;
            this.btnMenuRestore.Id = 53;
            this.btnMenuRestore.LargeImageIndex = 78;
            this.btnMenuRestore.Name = "btnMenuRestore";
            // 
            // btnStatusBar
            // 
            this.btnStatusBar.Caption = "Stop All Macros";
            this.btnStatusBar.Description = "Stop all current macros.";
            this.btnStatusBar.Id = 57;
            this.btnStatusBar.LargeImageIndex = 84;
            this.btnStatusBar.Name = "btnStatusBar";
            // 
            // btnMenuHelp
            // 
            this.btnMenuHelp.Caption = "Help && Support";
            this.btnMenuHelp.Description = "Get help and support from KTibiaX.";
            this.btnMenuHelp.Id = 54;
            this.btnMenuHelp.LargeImageIndex = 66;
            this.btnMenuHelp.Name = "btnMenuHelp";
            // 
            // btnMenuAbout
            // 
            this.btnMenuAbout.Caption = "About KTibiaX";
            this.btnMenuAbout.Description = "Information about KTibiaX.";
            this.btnMenuAbout.Id = 55;
            this.btnMenuAbout.LargeImageIndex = 67;
            this.btnMenuAbout.Name = "btnMenuAbout";
            // 
            // btnMenuClose
            // 
            this.btnMenuClose.Caption = "Close KTibiaX";
            this.btnMenuClose.Description = "Cose KTibiaX and Tibia.";
            this.btnMenuClose.Id = 56;
            this.btnMenuClose.LargeImageIndex = 77;
            this.btnMenuClose.Name = "btnMenuClose";
            // 
            // DockController1
            // 
            this.DockController1.AppearancesRibbon.FormCaption.Options.UseTextOptions = true;
            this.DockController1.AppearancesRibbon.FormCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.DockController1.AppearancesRibbon.Item.ForeColor = System.Drawing.Color.DimGray;
            this.DockController1.AppearancesRibbon.Item.Options.UseForeColor = true;
            this.DockController1.AppearancesRibbon.Item.Options.UseTextOptions = true;
            this.DockController1.AppearancesRibbon.Item.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.DockController1.AppearancesRibbon.ItemDisabled.Options.UseTextOptions = true;
            this.DockController1.AppearancesRibbon.ItemDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.DockController1.AppearancesRibbon.PageGroupCaption.Options.UseTextOptions = true;
            this.DockController1.AppearancesRibbon.PageGroupCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.DockController1.AppearancesRibbon.PageGroupCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.DockController1.AppearancesRibbon.PageHeader.Options.UseTextOptions = true;
            this.DockController1.AppearancesRibbon.PageHeader.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
            this.DockController1.PropertiesBar.AllowLinkLighting = false;
            // 
            // imgSmallRibbon
            // 
            this.imgSmallRibbon.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imgSmallRibbon.ImageStream")));
            // 
            // btnLight
            // 
            this.btnLight.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnLight.Caption = "  Setup Light  ";
            this.btnLight.Id = 0;
            this.btnLight.LargeImageIndex = 98;
            this.btnLight.Name = "btnLight";
            this.btnLight.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLight_ItemClick);
            // 
            // btnSpeed
            // 
            this.btnSpeed.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnSpeed.Caption = "  Setup Speed  ";
            this.btnSpeed.Id = 1;
            this.btnSpeed.LargeImageIndex = 8;
            this.btnSpeed.Name = "btnSpeed";
            this.btnSpeed.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSpeed_ItemClick);
            // 
            // btnBattleList
            // 
            this.btnBattleList.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnBattleList.Caption = " Spy Battle List ";
            this.btnBattleList.Id = 2;
            this.btnBattleList.LargeImageIndex = 61;
            this.btnBattleList.Name = "btnBattleList";
            this.btnBattleList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnBattleList_ItemClick);
            // 
            // btnMapSpy
            // 
            this.btnMapSpy.Caption = "  Spy Floor ";
            this.btnMapSpy.Enabled = false;
            this.btnMapSpy.Id = 3;
            this.btnMapSpy.LargeImageIndex = 20;
            this.btnMapSpy.Name = "btnMapSpy";
            // 
            // btnOutfit
            // 
            this.btnOutfit.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnOutfit.Caption = " Outfit Changer ";
            this.btnOutfit.Id = 4;
            this.btnOutfit.LargeImageIndex = 60;
            this.btnOutfit.Name = "btnOutfit";
            this.btnOutfit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOutfit_ItemClick);
            // 
            // btnAlerts
            // 
            this.btnAlerts.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnAlerts.Caption = "  Player Alerts  ";
            this.btnAlerts.Enabled = false;
            this.btnAlerts.Id = 5;
            this.btnAlerts.LargeImageIndex = 31;
            this.btnAlerts.Name = "btnAlerts";
            // 
            // btnTrade
            // 
            this.btnTrade.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnTrade.Caption = " Trade Helper ";
            this.btnTrade.Id = 6;
            this.btnTrade.LargeImageIndex = 57;
            this.btnTrade.Name = "btnTrade";
            this.btnTrade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTrade_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = " Search Character ";
            this.barButtonItem8.Enabled = false;
            this.barButtonItem8.Id = 7;
            this.barButtonItem8.LargeImageIndex = 47;
            this.barButtonItem8.Name = "barButtonItem8";
            // 
            // btnEater
            // 
            this.btnEater.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnEater.Caption = " Auto Eater ";
            this.btnEater.Id = 8;
            this.btnEater.LargeImageIndex = 11;
            this.btnEater.Name = "btnEater";
            // 
            // btnFisher
            // 
            this.btnFisher.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnFisher.Caption = " Auto Fisher ";
            this.btnFisher.Id = 9;
            this.btnFisher.LargeImageIndex = 9;
            this.btnFisher.Name = "btnFisher";
            // 
            // btnHealer
            // 
            this.btnHealer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnHealer.Caption = " Auto Healer ";
            this.btnHealer.Id = 10;
            this.btnHealer.LargeImageIndex = 52;
            this.btnHealer.Name = "btnHealer";
            // 
            // btnRuneMaker
            // 
            this.btnRuneMaker.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnRuneMaker.Caption = " Rune Maker ";
            this.btnRuneMaker.Id = 11;
            this.btnRuneMaker.LargeImageIndex = 83;
            this.btnRuneMaker.Name = "btnRuneMaker";
            // 
            // btnAmmoMaker
            // 
            this.btnAmmoMaker.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnAmmoMaker.Caption = " Ammo Maker ";
            this.btnAmmoMaker.Id = 12;
            this.btnAmmoMaker.LargeImageIndex = 21;
            this.btnAmmoMaker.Name = "btnAmmoMaker";
            // 
            // barButtonItem14
            // 
            this.barButtonItem14.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.barButtonItem14.Caption = " Auto Reply ";
            this.barButtonItem14.Id = 14;
            this.barButtonItem14.LargeImageIndex = 27;
            this.barButtonItem14.Name = "barButtonItem14";
            // 
            // btnAntiMove
            // 
            this.btnAntiMove.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnAntiMove.Caption = " AFK Anti-Move ";
            this.btnAntiMove.Id = 15;
            this.btnAntiMove.LargeImageIndex = 2;
            this.btnAntiMove.Name = "btnAntiMove";
            // 
            // btnTrainer
            // 
            this.btnTrainer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnTrainer.Caption = " Trainer Helper ";
            this.btnTrainer.Id = 16;
            this.btnTrainer.LargeImageIndex = 34;
            this.btnTrainer.Name = "btnTrainer";
            // 
            // btnSpellCaster
            // 
            this.btnSpellCaster.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
            this.btnSpellCaster.Caption = " Spell Caster ";
            this.btnSpellCaster.Id = 17;
            this.btnSpellCaster.LargeImageIndex = 18;
            this.btnSpellCaster.Name = "btnSpellCaster";
            // 
            // btnCavebot
            // 
            this.btnCavebot.Caption = "  Cave Bot  ";
            this.btnCavebot.Id = 18;
            this.btnCavebot.LargeImageIndex = 35;
            this.btnCavebot.Name = "btnCavebot";
            this.btnCavebot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnCavebot_ItemClick);
            // 
            // barButtonItem19
            // 
            this.barButtonItem19.Caption = "   Spell Bot   ";
            this.barButtonItem19.Id = 19;
            this.barButtonItem19.LargeImageIndex = 93;
            this.barButtonItem19.Name = "barButtonItem19";
            // 
            // btnScript
            // 
            this.btnScript.Caption = "  My Scripts  ";
            this.btnScript.Id = 21;
            this.btnScript.LargeImageIndex = 96;
            this.btnScript.Name = "btnScript";
            this.btnScript.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnScript_ItemClick);
            // 
            // btnHuntTools
            // 
            this.btnHuntTools.Caption = "  Hunt Tools ";
            this.btnHuntTools.Id = 22;
            this.btnHuntTools.LargeImageIndex = 59;
            this.btnHuntTools.Name = "btnHuntTools";
            // 
            // btnStatistics
            // 
            this.btnStatistics.Caption = " Hunt Statistics ";
            this.btnStatistics.Id = 23;
            this.btnStatistics.LargeImageIndex = 82;
            this.btnStatistics.Name = "btnStatistics";
            // 
            // btnAutoLooter
            // 
            this.btnAutoLooter.Caption = "  Auto Looter  ";
            this.btnAutoLooter.Id = 24;
            this.btnAutoLooter.LargeImageIndex = 95;
            this.btnAutoLooter.Name = "btnAutoLooter";
            // 
            // btnFluidDrinker
            // 
            this.btnFluidDrinker.Caption = " Potion Drinker ";
            this.btnFluidDrinker.Id = 25;
            this.btnFluidDrinker.LargeImageIndex = 92;
            this.btnFluidDrinker.Name = "btnFluidDrinker";
            // 
            // btnRuneShooter
            // 
            this.btnRuneShooter.Caption = " Rune Shooter ";
            this.btnRuneShooter.Id = 26;
            this.btnRuneShooter.LargeImageIndex = 16;
            this.btnRuneShooter.Name = "btnRuneShooter";
            // 
            // barButtonItem26
            // 
            this.barButtonItem26.Caption = " Preferences ";
            this.barButtonItem26.Id = 27;
            this.barButtonItem26.LargeImageIndex = 12;
            this.barButtonItem26.Name = "barButtonItem26";
            // 
            // btnAddress
            // 
            this.btnAddress.Caption = " Memory Address ";
            this.btnAddress.Id = 28;
            this.btnAddress.LargeImageIndex = 86;
            this.btnAddress.Name = "btnAddress";
            this.btnAddress.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnAddress_ItemClick);
            // 
            // barButtonItem28
            // 
            this.barButtonItem28.Caption = " Global Hot Keys";
            this.barButtonItem28.Id = 29;
            this.barButtonItem28.LargeImageIndex = 48;
            this.barButtonItem28.Name = "barButtonItem28";
            // 
            // ribbonGalleryBarItem1
            // 
            this.ribbonGalleryBarItem1.Caption = " Global Skin ";
            // 
            // 
            // 
            this.ribbonGalleryBarItem1.Gallery.AllowHoverImages = true;
            this.ribbonGalleryBarItem1.Gallery.Appearance.ItemCaption.Options.UseFont = true;
            this.ribbonGalleryBarItem1.Gallery.Appearance.ItemCaption.Options.UseTextOptions = true;
            this.ribbonGalleryBarItem1.Gallery.Appearance.ItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.ribbonGalleryBarItem1.Gallery.FixedHoverImageSize = false;
            galleryItemGroup1.Caption = "Main Skins";
            this.ribbonGalleryBarItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.ribbonGalleryBarItem1.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.ribbonGalleryBarItem1.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.ribbonGalleryBarItem1.Gallery.RowCount = 4;
            this.ribbonGalleryBarItem1.Id = 32;
            this.ribbonGalleryBarItem1.Name = "ribbonGalleryBarItem1";
            // 
            // lblConnection
            // 
            this.lblConnection.Enabled = false;
            this.lblConnection.Id = 33;
            this.lblConnection.Name = "lblConnection";
            this.lblConnection.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem2
            // 
            this.barStaticItem2.Caption = "Connection:";
            this.barStaticItem2.Enabled = false;
            this.barStaticItem2.Id = 34;
            this.barStaticItem2.Name = "barStaticItem2";
            this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblVersion
            // 
            this.lblVersion.Enabled = false;
            this.lblVersion.Id = 35;
            this.lblVersion.Name = "lblVersion";
            this.lblVersion.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem4
            // 
            this.barStaticItem4.Caption = "Version:";
            this.barStaticItem4.Enabled = false;
            this.barStaticItem4.Id = 36;
            this.barStaticItem4.Name = "barStaticItem4";
            this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblPlayer
            // 
            this.lblPlayer.Caption = " ";
            this.lblPlayer.Enabled = false;
            this.lblPlayer.Id = 38;
            this.lblPlayer.Name = "lblPlayer";
            this.lblPlayer.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem6
            // 
            this.barStaticItem6.Caption = "Player:";
            this.barStaticItem6.Enabled = false;
            this.barStaticItem6.Id = 39;
            this.barStaticItem6.Name = "barStaticItem6";
            this.barStaticItem6.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lstFormSkin
            // 
            this.lstFormSkin.Caption = " Forms Skin";
            this.lstFormSkin.Id = 40;
            this.lstFormSkin.LargeImageIndex = 32;
            this.lstFormSkin.Name = "lstFormSkin";
            // 
            // lstMenuSkin
            // 
            this.lstMenuSkin.Caption = "Menu Skin";
            this.lstMenuSkin.Id = 41;
            this.lstMenuSkin.LargeImageIndex = 36;
            this.lstMenuSkin.Name = "lstMenuSkin";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = " Get Help ";
            this.barButtonItem1.Id = 42;
            this.barButtonItem1.LargeImageIndex = 66;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = " About KTibiaX ";
            this.barButtonItem2.Id = 43;
            this.barButtonItem2.LargeImageIndex = 67;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = " Send Feedback ";
            this.barButtonItem3.Id = 44;
            this.barButtonItem3.LargeImageIndex = 69;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = " Send Bug Report ";
            this.barButtonItem4.Id = 45;
            this.barButtonItem4.LargeImageIndex = 68;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "  Beta Tester\'s  ";
            this.barButtonItem9.Id = 46;
            this.barButtonItem9.LargeImageIndex = 73;
            this.barButtonItem9.Name = "barButtonItem9";
            // 
            // barButtonItem29
            // 
            this.barButtonItem29.Caption = " Help && Suport ";
            this.barButtonItem29.Id = 47;
            this.barButtonItem29.LargeImageIndex = 66;
            this.barButtonItem29.Name = "barButtonItem29";
            // 
            // btnBRLang
            // 
            this.btnBRLang.Caption = "Minimize Menus";
            this.btnBRLang.Id = 48;
            this.btnBRLang.ImageIndex = 20;
            this.btnBRLang.LargeImageIndex = 63;
            this.btnBRLang.Name = "btnBRLang";
            // 
            // btnUSLang
            // 
            this.btnUSLang.Caption = "Restore Menus";
            this.btnUSLang.Id = 49;
            this.btnUSLang.ImageIndex = 19;
            this.btnUSLang.LargeImageIndex = 76;
            this.btnUSLang.Name = "btnUSLang";
            // 
            // barButtonItem31
            // 
            this.barButtonItem31.Caption = "barButtonItem31";
            this.barButtonItem31.Id = 50;
            this.barButtonItem31.Name = "barButtonItem31";
            // 
            // btnZoom
            // 
            this.btnZoom.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.btnZoom.Caption = "100%";
            this.btnZoom.Id = 60;
            this.btnZoom.Name = "btnZoom";
            // 
            // btnClientZoom
            // 
            this.btnClientZoom.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.btnClientZoom.Edit = this.repositoryItemZoomTrackBar1;
            this.btnClientZoom.EditValue = 100;
            this.btnClientZoom.Id = 61;
            this.btnClientZoom.Name = "btnClientZoom";
            this.btnClientZoom.Width = 100;
            // 
            // repositoryItemZoomTrackBar1
            // 
            this.repositoryItemZoomTrackBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemZoomTrackBar1.LargeChange = 50;
            this.repositoryItemZoomTrackBar1.Maximum = 200;
            this.repositoryItemZoomTrackBar1.Name = "repositoryItemZoomTrackBar1";
            this.repositoryItemZoomTrackBar1.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.ArrowDownRight;
            this.repositoryItemZoomTrackBar1.SmallChange = 50;
            // 
            // barEditItem2
            // 
            this.barEditItem2.Edit = this.repositoryItemHyperLinkEdit2;
            this.barEditItem2.EditValue = "keyrox.net";
            this.barEditItem2.Id = 62;
            this.barEditItem2.Name = "barEditItem2";
            this.barEditItem2.Width = 65;
            // 
            // repositoryItemHyperLinkEdit2
            // 
            this.repositoryItemHyperLinkEdit2.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.repositoryItemHyperLinkEdit2.Appearance.Options.UseBackColor = true;
            this.repositoryItemHyperLinkEdit2.AutoHeight = false;
            this.repositoryItemHyperLinkEdit2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemHyperLinkEdit2.LinkColor = System.Drawing.Color.Gray;
            this.repositoryItemHyperLinkEdit2.Name = "repositoryItemHyperLinkEdit2";
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Id = 63;
            this.barButtonItem5.ImageIndex = 18;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText;
            // 
            // btnMapReader
            // 
            this.btnMapReader.Caption = "  Map Reader  ";
            this.btnMapReader.Id = 64;
            this.btnMapReader.LargeImageIndex = 85;
            this.btnMapReader.Name = "btnMapReader";
            this.btnMapReader.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMapReader_ItemClick);
            // 
            // btnPacketListener
            // 
            this.btnPacketListener.Caption = " Packet Listener ";
            this.btnPacketListener.Id = 65;
            this.btnPacketListener.LargeImageIndex = 86;
            this.btnPacketListener.Name = "btnPacketListener";
            this.btnPacketListener.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPacketListener_ItemClick);
            // 
            // btnTestes
            // 
            this.btnTestes.Caption = "  Test Feature  ";
            this.btnTestes.Id = 67;
            this.btnTestes.LargeImageIndex = 68;
            this.btnTestes.Name = "btnTestes";
            // 
            // btnRestaker
            // 
            this.btnRestaker.Caption = " Item Restacker ";
            this.btnRestaker.Id = 68;
            this.btnRestaker.LargeImageIndex = 91;
            this.btnRestaker.Name = "btnRestaker";
            // 
            // btnCripto
            // 
            this.btnCripto.Caption = "  Cripto Utility  ";
            this.btnCripto.Id = 69;
            this.btnCripto.LargeImageIndex = 97;
            this.btnCripto.Name = "btnCripto";
            // 
            // btnBPReader
            // 
            this.btnBPReader.Caption = "  BP Reader  ";
            this.btnBPReader.Id = 70;
            this.btnBPReader.LargeImageIndex = 81;
            this.btnBPReader.Name = "btnBPReader";
            this.btnBPReader.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnBPReader_ItemClick);
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "  World Map  ";
            this.barButtonItem6.Enabled = false;
            this.barButtonItem6.Id = 71;
            this.barButtonItem6.LargeImageIndex = 85;
            this.barButtonItem6.Name = "barButtonItem6";
            // 
            // btnOutput
            // 
            this.btnOutput.Caption = "Output Viewew";
            this.btnOutput.Id = 74;
            this.btnOutput.LargeImageIndex = 49;
            this.btnOutput.Name = "btnOutput";
            this.btnOutput.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.btnOutput_CheckedChanged);
            // 
            // lblServerInfo
            // 
            this.lblServerInfo.Id = 75;
            this.lblServerInfo.ImageIndex = 22;
            this.lblServerInfo.Name = "lblServerInfo";
            this.lblServerInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // lblPlayerInfo
            // 
            this.lblPlayerInfo.Id = 76;
            this.lblPlayerInfo.ImageIndex = 35;
            this.lblPlayerInfo.Name = "lblPlayerInfo";
            this.lblPlayerInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // imgLargRibbon
            // 
            this.imgLargRibbon.ImageSize = new System.Drawing.Size(32, 32);
            this.imgLargRibbon.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imgLargRibbon.ImageStream")));
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.GroupPlayer,
            this.GroupBattleList,
            this.ribbonPageGroup4,
            this.ribbonPageGroup3,
            this.ribbonPageGroup5});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "Player Cheats";
            // 
            // GroupPlayer
            // 
            this.GroupPlayer.AllowMinimize = false;
            this.GroupPlayer.ItemLinks.Add(this.btnLight);
            this.GroupPlayer.ItemLinks.Add(this.btnSpeed, true);
            this.GroupPlayer.Name = "GroupPlayer";
            this.GroupPlayer.Text = "Player";
            // 
            // GroupBattleList
            // 
            this.GroupBattleList.ItemLinks.Add(this.btnBattleList);
            this.GroupBattleList.ItemLinks.Add(this.btnOutfit, true);
            this.GroupBattleList.Name = "GroupBattleList";
            this.GroupBattleList.Text = "Battle List";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.btnAlerts);
            this.ribbonPageGroup4.ItemLinks.Add(this.btnTrade, true);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.Text = " Watcher ";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.btnMapSpy);
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem6, true);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.Text = "Map";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem8);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.Text = "Web";
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup6,
            this.ribbonPageGroup7,
            this.ribbonPageGroup8,
            this.ribbonPageGroup9,
            this.ribbonPageGroup10});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "Trainner Tools";
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.ItemLinks.Add(this.btnEater);
            this.ribbonPageGroup6.ItemLinks.Add(this.btnSpellCaster, true);
            this.ribbonPageGroup6.ItemLinks.Add(this.btnFisher, true);
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.Text = "Mana Tools";
            // 
            // ribbonPageGroup7
            // 
            this.ribbonPageGroup7.ItemLinks.Add(this.btnHealer);
            this.ribbonPageGroup7.Name = "ribbonPageGroup7";
            this.ribbonPageGroup7.Text = "Healer";
            // 
            // ribbonPageGroup8
            // 
            this.ribbonPageGroup8.ItemLinks.Add(this.btnRuneMaker);
            this.ribbonPageGroup8.ItemLinks.Add(this.btnAmmoMaker, true);
            this.ribbonPageGroup8.Name = "ribbonPageGroup8";
            this.ribbonPageGroup8.Text = "Makers";
            // 
            // ribbonPageGroup9
            // 
            this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItem14);
            this.ribbonPageGroup9.ItemLinks.Add(this.btnAntiMove, true);
            this.ribbonPageGroup9.Name = "ribbonPageGroup9";
            this.ribbonPageGroup9.Text = "AFK";
            // 
            // ribbonPageGroup10
            // 
            this.ribbonPageGroup10.ItemLinks.Add(this.btnTrainer);
            this.ribbonPageGroup10.Name = "ribbonPageGroup10";
            this.ribbonPageGroup10.Text = "Helpers";
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup11,
            this.ribbonPageGroup12,
            this.ribbonPageGroup15,
            this.ribbonPageGroup13,
            this.ribbonPageGroup14});
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "Hunt Options";
            // 
            // ribbonPageGroup11
            // 
            this.ribbonPageGroup11.ItemLinks.Add(this.btnCavebot);
            this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItem19, true);
            this.ribbonPageGroup11.Name = "ribbonPageGroup11";
            this.ribbonPageGroup11.Text = "Bots";
            // 
            // ribbonPageGroup12
            // 
            this.ribbonPageGroup12.ItemLinks.Add(this.btnScript);
            this.ribbonPageGroup12.Name = "ribbonPageGroup12";
            this.ribbonPageGroup12.Text = "Scripts";
            // 
            // ribbonPageGroup15
            // 
            this.ribbonPageGroup15.ItemLinks.Add(this.btnAutoLooter, true);
            this.ribbonPageGroup15.ItemLinks.Add(this.btnFluidDrinker, true);
            this.ribbonPageGroup15.ItemLinks.Add(this.btnRestaker, true);
            this.ribbonPageGroup15.Name = "ribbonPageGroup15";
            this.ribbonPageGroup15.Text = "Runes";
            // 
            // ribbonPageGroup13
            // 
            this.ribbonPageGroup13.ItemLinks.Add(this.btnHuntTools);
            this.ribbonPageGroup13.ItemLinks.Add(this.btnRuneShooter, true);
            this.ribbonPageGroup13.Name = "ribbonPageGroup13";
            this.ribbonPageGroup13.Text = "Tools";
            // 
            // ribbonPageGroup14
            // 
            this.ribbonPageGroup14.ItemLinks.Add(this.btnStatistics);
            this.ribbonPageGroup14.Name = "ribbonPageGroup14";
            this.ribbonPageGroup14.Text = " Loot";
            // 
            // rbConfig
            // 
            this.rbConfig.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.pnConfigGroup,
            this.ribbonPageGroup18,
            this.ribbonPageGroup19});
            this.rbConfig.Name = "rbConfig";
            this.rbConfig.Text = "Configuration";
            // 
            // pnConfigGroup
            // 
            this.pnConfigGroup.ItemLinks.Add(this.barButtonItem26);
            this.pnConfigGroup.ItemLinks.Add(this.btnAddress, true);
            this.pnConfigGroup.ItemLinks.Add(this.btnOutput, true);
            this.pnConfigGroup.Name = "pnConfigGroup";
            this.pnConfigGroup.Text = "Config";
            // 
            // ribbonPageGroup18
            // 
            this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItem28);
            this.ribbonPageGroup18.Name = "ribbonPageGroup18";
            this.ribbonPageGroup18.Text = "Auto";
            // 
            // ribbonPageGroup19
            // 
            this.ribbonPageGroup19.ItemLinks.Add(this.ribbonGalleryBarItem1);
            this.ribbonPageGroup19.ItemLinks.Add(this.lstFormSkin, true);
            this.ribbonPageGroup19.ItemLinks.Add(this.lstMenuSkin);
            this.ribbonPageGroup19.Name = "ribbonPageGroup19";
            this.ribbonPageGroup19.Text = " Customization ";
            // 
            // rbDev
            // 
            this.rbDev.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup21,
            this.ribbonPageGroup22,
            this.ribbonPageGroup23});
            this.rbDev.Name = "rbDev";
            this.rbDev.Text = "Development";
            // 
            // ribbonPageGroup21
            // 
            this.ribbonPageGroup21.ItemLinks.Add(this.btnMapReader);
            this.ribbonPageGroup21.ItemLinks.Add(this.btnBPReader, true);
            this.ribbonPageGroup21.Name = "ribbonPageGroup21";
            this.ribbonPageGroup21.Text = "Map";
            // 
            // ribbonPageGroup22
            // 
            this.ribbonPageGroup22.ItemLinks.Add(this.btnPacketListener);
            this.ribbonPageGroup22.ItemLinks.Add(this.btnCripto, true);
            this.ribbonPageGroup22.Name = "ribbonPageGroup22";
            this.ribbonPageGroup22.Text = "Connection";
            // 
            // ribbonPageGroup23
            // 
            this.ribbonPageGroup23.ItemLinks.Add(this.btnTestes);
            this.ribbonPageGroup23.Name = "ribbonPageGroup23";
            this.ribbonPageGroup23.Text = "Testes";
            // 
            // rbHelp
            // 
            this.rbHelp.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup2,
            this.ribbonPageGroup17,
            this.ribbonPageGroup20});
            this.rbHelp.Name = "rbHelp";
            this.rbHelp.Text = "Help";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "Information";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem3);
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem4, true);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.Text = "ribbonPageGroup2";
            // 
            // ribbonPageGroup17
            // 
            this.ribbonPageGroup17.ItemLinks.Add(this.barButtonItem9);
            this.ribbonPageGroup17.Name = "ribbonPageGroup17";
            this.ribbonPageGroup17.Text = "Beta";
            // 
            // ribbonPageGroup20
            // 
            this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem29);
            this.ribbonPageGroup20.Name = "ribbonPageGroup20";
            this.ribbonPageGroup20.Text = " Help";
            // 
            // repositoryItemHyperLinkEdit1
            // 
            this.repositoryItemHyperLinkEdit1.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.repositoryItemHyperLinkEdit1.Appearance.BackColor2 = System.Drawing.Color.Transparent;
            this.repositoryItemHyperLinkEdit1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.repositoryItemHyperLinkEdit1.Appearance.Options.UseBackColor = true;
            this.repositoryItemHyperLinkEdit1.Appearance.Options.UseFont = true;
            this.repositoryItemHyperLinkEdit1.Appearance.Options.UseTextOptions = true;
            this.repositoryItemHyperLinkEdit1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.repositoryItemHyperLinkEdit1.AutoHeight = false;
            this.repositoryItemHyperLinkEdit1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.repositoryItemHyperLinkEdit1.Caption = "TProgramming";
            this.repositoryItemHyperLinkEdit1.LinkColor = System.Drawing.Color.GhostWhite;
            this.repositoryItemHyperLinkEdit1.Name = "repositoryItemHyperLinkEdit1";
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 639);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbon;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(816, 23);
            // 
            // DefaultLook
            // 
            this.DefaultLook.LookAndFeel.SkinName = "Black";
            // 
            // ribbonPageGroup16
            // 
            this.ribbonPageGroup16.Name = "ribbonPageGroup16";
            this.ribbonPageGroup16.Text = "Web";
            // 
            // TMLogin
            // 
            this.TMLogin.Tick += new System.EventHandler(this.TMLogin_Tick);
            // 
            // TryIcon
            // 
            this.TryIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.TryIcon.BalloonTipText = "Welcome to KTibiaX";
            this.TryIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("TryIcon.Icon")));
            // 
            // pnHost
            // 
            this.pnHost.AppCreated = false;
            this.pnHost.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            this.pnHost.CommandLine = null;
            this.pnHost.Controls.Add(this.pnLogo);
            this.pnHost.CurrentProcess = null;
            this.pnHost.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnHost.Location = new System.Drawing.Point(0, 148);
            this.pnHost.Name = "pnHost";
            this.pnHost.Padding = new System.Windows.Forms.Padding(0, 0, 0, 2);
            this.pnHost.Size = new System.Drawing.Size(816, 491);
            this.pnHost.TabIndex = 1;
            // 
            // pnLogo
            // 
            this.pnLogo.EditValue = global::KTibiaX.ImgTitles.tibia_dark_small2;
            this.pnLogo.Location = new System.Drawing.Point(656, 390);
            this.pnLogo.Name = "pnLogo";
            this.pnLogo.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pnLogo.Properties.Appearance.Options.UseBackColor = true;
            this.pnLogo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnLogo.Properties.PictureAlignment = System.Drawing.ContentAlignment.BottomRight;
            this.pnLogo.Properties.ShowMenu = false;
            this.pnLogo.Size = new System.Drawing.Size(185, 161);
            this.pnLogo.TabIndex = 4;
            // 
            // dockManager1
            // 
            this.dockManager1.Controller = this.DockController1;
            this.dockManager1.Form = this;
            this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockOutputPanel});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // dockOutputPanel
            // 
            this.dockOutputPanel.Controls.Add(this.dockPanel1_Container);
            this.dockOutputPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float;
            this.dockOutputPanel.FloatLocation = new System.Drawing.Point(773, 474);
            this.dockOutputPanel.FloatSize = new System.Drawing.Size(260, 134);
            this.dockOutputPanel.FloatVertical = true;
            this.dockOutputPanel.ID = new System.Guid("2d5d370b-e8b6-466b-b344-d6abba8f7c8c");
            this.dockOutputPanel.Location = new System.Drawing.Point(-32768, -32768);
            this.dockOutputPanel.Name = "dockOutputPanel";
            this.dockOutputPanel.OriginalSize = new System.Drawing.Size(0, 0);
            this.dockOutputPanel.SavedIndex = 0;
            this.dockOutputPanel.Size = new System.Drawing.Size(260, 134);
            this.dockOutputPanel.Text = "Output";
            this.dockOutputPanel.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.outputView1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(2, 28);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(256, 104);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // outputView1
            // 
            this.outputView1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.outputView1.Location = new System.Drawing.Point(0, 0);
            this.outputView1.Name = "outputView1";
            this.outputView1.Size = new System.Drawing.Size(256, 104);
            this.outputView1.TabIndex = 0;
            // 
            // TMFeatures
            // 
            this.TMFeatures.Interval = 1000;
            this.TMFeatures.Tick += new System.EventHandler(this.TMFeatures_Tick);
            // 
            // frm_RibbonMenu
            // 
            this.ClientSize = new System.Drawing.Size(816, 662);
            this.Controls.Add(this.pnHost);
            this.Controls.Add(this.ribbon);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "frm_RibbonMenu";
            this.Ribbon = this.ribbon;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar1;
            this.Text = "KTibiaX® Advanced 2009";
            this.Load += new System.EventHandler(this.frm_RibbonMenu_Load);
            this.SizeChanged += new System.EventHandler(this.frm_RibbonMenu_SizeChanged);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frm_Main_FormClosing);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.applicationMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.DockController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgSmallRibbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imgLargRibbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemHyperLinkEdit1)).EndInit();
            this.pnHost.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnLogo.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockOutputPanel.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Пример #20
0
        /// <summary>
        /// get date
        /// </summary>
        /// <param name="obj">SheetView object</param>
        /// <param name="FB">FormBase object</param>
        /// <param name="BE">barEditItem object</param>
        public void ConnectionDate(FarPoint.Win.Spread.SheetView obj, Itop.Client.Base.FormBase FB, DevExpress.XtraBars.BarEditItem BE)
        {
            string year    = "y" + BE.EditValue.ToString();
            string title   = null;
            double Temp    = 0.0;
            double Temp1   = 0.0;
            string strTemp = null;

            //MessageBox.Show(year+"年");
            try
            {
                //地市名称
                title = T.T9;
                WriteValue(obj, 5, 0, title, 0.00);
                //土地面积(km2)
                title = T.T1;
                ReturnRecordSet(FB, year, title);
                WriteValue(obj, 5, 1, title, PF.Gethistroyvalue <Ps_History>(resualt[title], year));
                //建成区面积(km2)
                title = T.T2;
                ReturnRecordSet(FB, year, title);
                WriteValue(obj, 5, 2, title, PF.Gethistroyvalue <Ps_History>(resualt[title], year));
                //GDP(亿元)
                title = T.T3;
                ReturnRecordSet(FB, year, title);
                WriteValue(obj, 5, 3, title, PF.ReturnFormatStr(PF.Gethistroyvalue <Ps_History>(resualt[title], year)));
                //计算一产,二产,三产之和++++++++++++++++++++++++++++++++++++++++
                title = T.T4;
                ReturnRecordSet(FB, year, title);
                floatSum[0] = (float)PF.Gethistroyvalue <Ps_History>(resualt[title], year);


                title = T.T5;
                ReturnRecordSet(FB, year, title);
                floatSum[1] = (float)PF.Gethistroyvalue <Ps_History>(resualt[title], year);

                title = T.T6;
                ReturnRecordSet(FB, year, title);
                floatSum[2] = (float)PF.Gethistroyvalue <Ps_History>(resualt[title], year);

                floatSum[3] = floatSum[0] + floatSum[1] + floatSum[2];
                //++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
                //一产
                WriteValue(obj, 5, 4, title, floatSum[0] / floatSum[3]);
                //PF.SetRowHight(obj, 5, 4,  floatSum[0]/floatSum[3]);
                //二产
                title = T.T5;
                WriteValue(obj, 5, 5, title, floatSum[1] / floatSum[3]);
                //PF.SetRowHight(obj, 5, 5,  floatSum[0]/floatSum[3]);
                //三产
                title = T.T6;
                WriteValue(obj, 5, 6, title, floatSum[2] / floatSum[3]);
                //PF.SetRowHight(obj, 5, 6,  floatSum[0]/floatSum[3]);
                //年末总人口(万人)
                title = T.T7;//城镇人口
                ReturnRecordSet(FB, year, title);
                Temp = PF.Gethistroyvalue <Ps_History>(resualt[title], year);

                title = T.T8;//乡村人口
                ReturnRecordSet(FB, year, title);
                Temp1 = PF.Gethistroyvalue <Ps_History>(resualt[title], year);
                title = "年末总人口(万人)";
                WriteValue(obj, 5, 7, title, PF.ReturnFormatStr(Temp + Temp1));
                //人均GDP(万元/人)
                floatSum[4] = S2_N.StrToFloat(obj.GetValue(5, 3).ToString());
                floatSum[5] = S2_N.StrToFloat(obj.GetValue(5, 7).ToString());
                WriteValue(obj, 5, 8, title, (floatSum[4] / floatSum[5]));
                //PF.SetRowHight(obj, 5, 8, (floatSum[4] / floatSum[5]));
                //城镇化率(%)
                floatSum[6] = S2_N.StrToFloat(obj.GetValue(5, 7).ToString());
                WriteValue(obj, 5, 9, title, PF.ReturnFormatStr(Temp / floatSum[6]));
            }
            catch (System.Exception e)
            {
                //MessageBox.Show("数据库没有标题为:"+title+"年份是:"+year+"年的数据");
            }
        }
Пример #21
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();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ucDanhSach));
     this.gbChild_List = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colTen_Tai_San = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colLoai_Vang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colTrong_Luong_Vang_18k = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptMayTinh = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colTrong_Luong_Vang_24k = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong_Khac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTrong_Luong = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colChuan_Do = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colGia_Tri_Vat_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gcList = new DevExpress.XtraGrid.GridControl();
     this.cHUNGTUTheoNgayBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsCamDo = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDo();
     this.gbList = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colMa_Chung_Tu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colLien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colNgay_Cam_Do = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colNgay_Ghi_So = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTen_Khach_Hang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_CMND = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Tien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Ngay_Le = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Thang_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTong_Tien_Lai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.colChung_Tu_Goc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colGhi_Chu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colLai_Suat_Ngay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.rptMayTinhPhanTram = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.colLai_Suat_Thang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colNgay_Cap_CMND = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colNoi_Cap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colNgay_Sinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colDia_Chi = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Dien_Thoai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colChu_Tiem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTu_Ngay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colDen_Ngay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Tien_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSo_Ngay_Cam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colDa_Lam_Lai_Giay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colMat_Giay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colSap_Xep = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.colTinh_Trang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.bm = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.bbiInPhieu = new DevExpress.XtraBars.BarButtonItem();
     this.bbiSua = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXoa = new DevExpress.XtraBars.BarButtonItem();
     this.bbiTheoDoi = new DevExpress.XtraBars.BarButtonItem();
     this.bbiXuatExcel = new DevExpress.XtraBars.BarButtonItem();
     this.bbiDong = new DevExpress.XtraBars.BarButtonItem();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.bbiChuocDo = new DevExpress.XtraBars.BarButtonItem();
     this.bbiTraTienLoi = new DevExpress.XtraBars.BarButtonItem();
     this.bbiKhachTraBotTien = new DevExpress.XtraBars.BarButtonItem();
     this.bbiKhachLayThemTien = new DevExpress.XtraBars.BarButtonItem();
     this.bbiLapGiayMoi = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.img = new DevExpress.Utils.ImageCollection(this.components);
     this.bbiTuyChon = new DevExpress.XtraBars.BarEditItem();
     this.rpt_cbTuyChon = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.bbiTu = new DevExpress.XtraBars.BarEditItem();
     this.rtp_dtTu = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.bbiDen = new DevExpress.XtraBars.BarEditItem();
     this.rpt_dtDen = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.bbiTheoNgay = new DevExpress.XtraBars.BarEditItem();
     this.rpt_cbTheoNgay = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.cbTatCa = new DevExpress.XtraEditors.CheckEdit();
     this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
     this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.txtDen = new DevExpress.XtraEditors.DateEdit();
     this.txtTu = new DevExpress.XtraEditors.DateEdit();
     this.cbTuyChon = new DevExpress.XtraEditors.ComboBoxEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
     this.cHUNG_TU_Theo_NgayTableAdapter = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDoTableAdapters.CHUNG_TU_Theo_NgayTableAdapter();
     this.cHUNGTUCHITIETTheoNgayBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.cHUNG_TU_CHI_TIET_Theo_NgayTableAdapter = new Phan_Mem_Quan_Ly_Cam_Do.CamDo.DS.dsCamDoTableAdapters.CHUNG_TU_CHI_TIET_Theo_NgayTableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.gbChild_List)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUTheoNgayBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCamDo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_cbTuyChon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rtp_dtTu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rtp_dtTu.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_dtDen)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_dtDen.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_cbTheoNgay)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cbTatCa.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTuyChon.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUCHITIETTheoNgayBindingSource)).BeginInit();
     this.SuspendLayout();
     //
     // gbChild_List
     //
     this.gbChild_List.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand4,
     this.gridBand5,
     this.gridBand6});
     this.gbChild_List.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.colTen_Tai_San,
     this.colLoai_Vang,
     this.colTrong_Luong,
     this.colChuan_Do,
     this.colGia_Tri_Vat_Cam,
     this.colTrong_Luong_Vang_18k,
     this.colTrong_Luong_Vang_24k,
     this.colTrong_Luong_Khac});
     this.gbChild_List.GridControl = this.gcList;
     this.gbChild_List.IndicatorWidth = 40;
     this.gbChild_List.Name = "gbChild_List";
     this.gbChild_List.OptionsView.ColumnAutoWidth = false;
     this.gbChild_List.OptionsView.ShowFooter = true;
     this.gbChild_List.OptionsView.ShowGroupPanel = false;
     this.gbChild_List.ViewCaption = "Chi Tiết";
     this.gbChild_List.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbChild_List_CustomDrawRowIndicator);
     //
     // gridBand4
     //
     this.gridBand4.Columns.Add(this.colTen_Tai_San);
     this.gridBand4.Columns.Add(this.colLoai_Vang);
     this.gridBand4.Name = "gridBand4";
     this.gridBand4.VisibleIndex = 0;
     this.gridBand4.Width = 150;
     //
     // colTen_Tai_San
     //
     this.colTen_Tai_San.AppearanceHeader.Options.UseTextOptions = true;
     this.colTen_Tai_San.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTen_Tai_San.Caption = "Tên Tài Sản";
     this.colTen_Tai_San.FieldName = "Ten_Tai_San";
     this.colTen_Tai_San.Name = "colTen_Tai_San";
     this.colTen_Tai_San.OptionsColumn.ReadOnly = true;
     this.colTen_Tai_San.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTen_Tai_San.Visible = true;
     //
     // colLoai_Vang
     //
     this.colLoai_Vang.AppearanceHeader.Options.UseTextOptions = true;
     this.colLoai_Vang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLoai_Vang.Caption = "Loại Vàng";
     this.colLoai_Vang.FieldName = "Loai_Vang";
     this.colLoai_Vang.Name = "colLoai_Vang";
     this.colLoai_Vang.OptionsColumn.ReadOnly = true;
     this.colLoai_Vang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colLoai_Vang.Visible = true;
     //
     // gridBand5
     //
     this.gridBand5.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand5.Caption = "Trọng Lượng";
     this.gridBand5.Columns.Add(this.colTrong_Luong_Vang_18k);
     this.gridBand5.Columns.Add(this.colTrong_Luong_Vang_24k);
     this.gridBand5.Columns.Add(this.colTrong_Luong_Khac);
     this.gridBand5.Columns.Add(this.colTrong_Luong);
     this.gridBand5.Name = "gridBand5";
     this.gridBand5.VisibleIndex = 1;
     this.gridBand5.Width = 300;
     //
     // colTrong_Luong_Vang_18k
     //
     this.colTrong_Luong_Vang_18k.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Vang_18k.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Vang_18k.Caption = "18k";
     this.colTrong_Luong_Vang_18k.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Vang_18k.FieldName = "Trong_Luong_Vang_18k";
     this.colTrong_Luong_Vang_18k.Name = "colTrong_Luong_Vang_18k";
     this.colTrong_Luong_Vang_18k.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong_Vang_18k.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong_Vang_18k.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Vang_18k", "{0:##,##0.###}")});
     this.colTrong_Luong_Vang_18k.Visible = true;
     //
     // rptMayTinh
     //
     this.rptMayTinh.AutoHeight = false;
     this.rptMayTinh.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinh.DisplayFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.EditFormat.FormatString = "{0:##,##0.###}";
     this.rptMayTinh.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinh.Name = "rptMayTinh";
     //
     // colTrong_Luong_Vang_24k
     //
     this.colTrong_Luong_Vang_24k.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Vang_24k.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Vang_24k.Caption = "24k";
     this.colTrong_Luong_Vang_24k.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Vang_24k.FieldName = "Trong_Luong_Vang_24k";
     this.colTrong_Luong_Vang_24k.Name = "colTrong_Luong_Vang_24k";
     this.colTrong_Luong_Vang_24k.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong_Vang_24k.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong_Vang_24k.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Vang_24k", "{0:##,##0.###}")});
     this.colTrong_Luong_Vang_24k.Visible = true;
     //
     // colTrong_Luong_Khac
     //
     this.colTrong_Luong_Khac.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong_Khac.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong_Khac.Caption = "Khác";
     this.colTrong_Luong_Khac.ColumnEdit = this.rptMayTinh;
     this.colTrong_Luong_Khac.FieldName = "Trong_Luong_Khac";
     this.colTrong_Luong_Khac.Name = "colTrong_Luong_Khac";
     this.colTrong_Luong_Khac.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong_Khac.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong_Khac.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Trong_Luong_Khac", "{0:##,##0.###}")});
     this.colTrong_Luong_Khac.Visible = true;
     //
     // colTrong_Luong
     //
     this.colTrong_Luong.AppearanceHeader.Options.UseTextOptions = true;
     this.colTrong_Luong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTrong_Luong.Caption = "Trọng Lượng";
     this.colTrong_Luong.FieldName = "Trong_Luong";
     this.colTrong_Luong.Name = "colTrong_Luong";
     this.colTrong_Luong.OptionsColumn.ReadOnly = true;
     this.colTrong_Luong.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTrong_Luong.Visible = true;
     //
     // gridBand6
     //
     this.gridBand6.Columns.Add(this.colChuan_Do);
     this.gridBand6.Columns.Add(this.colGia_Tri_Vat_Cam);
     this.gridBand6.Name = "gridBand6";
     this.gridBand6.VisibleIndex = 2;
     this.gridBand6.Width = 160;
     //
     // colChuan_Do
     //
     this.colChuan_Do.AppearanceHeader.Options.UseTextOptions = true;
     this.colChuan_Do.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colChuan_Do.Caption = "Chuẩn Độ";
     this.colChuan_Do.FieldName = "Chuan_Do";
     this.colChuan_Do.Name = "colChuan_Do";
     this.colChuan_Do.OptionsColumn.ReadOnly = true;
     this.colChuan_Do.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colChuan_Do.Visible = true;
     //
     // colGia_Tri_Vat_Cam
     //
     this.colGia_Tri_Vat_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colGia_Tri_Vat_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colGia_Tri_Vat_Cam.Caption = "Giá Trị Vật Cầm";
     this.colGia_Tri_Vat_Cam.ColumnEdit = this.rptMayTinh;
     this.colGia_Tri_Vat_Cam.FieldName = "Gia_Tri_Vat_Cam";
     this.colGia_Tri_Vat_Cam.Name = "colGia_Tri_Vat_Cam";
     this.colGia_Tri_Vat_Cam.OptionsColumn.ReadOnly = true;
     this.colGia_Tri_Vat_Cam.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colGia_Tri_Vat_Cam.Visible = true;
     this.colGia_Tri_Vat_Cam.Width = 85;
     //
     // gcList
     //
     this.gcList.Cursor = System.Windows.Forms.Cursors.Default;
     this.gcList.DataSource = this.cHUNGTUTheoNgayBindingSource;
     gridLevelNode1.LevelTemplate = this.gbChild_List;
     gridLevelNode1.RelationName = "CHUNG_TU_Theo_Ngay_CHUNG_TU_CHI_TIET_Theo_Ngay";
     this.gcList.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.gcList.Location = new System.Drawing.Point(2, 26);
     this.gcList.MainView = this.gbList;
     this.gcList.MenuManager = this.bm;
     this.gcList.Name = "gcList";
     this.gcList.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rptMayTinh,
     this.rptMayTinhPhanTram});
     this.gcList.Size = new System.Drawing.Size(1280, 530);
     this.gcList.TabIndex = 4;
     this.gcList.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gbList,
     this.gbChild_List});
     //
     // cHUNGTUTheoNgayBindingSource
     //
     this.cHUNGTUTheoNgayBindingSource.DataMember = "CHUNG_TU_Theo_Ngay";
     this.cHUNGTUTheoNgayBindingSource.DataSource = this.dsCamDo;
     //
     // dsCamDo
     //
     this.dsCamDo.DataSetName = "dsCamDo";
     this.dsCamDo.EnforceConstraints = false;
     this.dsCamDo.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // gbList
     //
     this.gbList.Appearance.GroupRow.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.gbList.Appearance.GroupRow.ForeColor = System.Drawing.Color.Red;
     this.gbList.Appearance.GroupRow.Options.UseFont = true;
     this.gbList.Appearance.GroupRow.Options.UseForeColor = true;
     this.gbList.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand3});
     this.gbList.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.colMa_Chung_Tu,
     this.colSo,
     this.colTen_Khach_Hang,
     this.colSo_CMND,
     this.colNgay_Cap_CMND,
     this.colNoi_Cap,
     this.colDia_Chi,
     this.colSo_Dien_Thoai,
     this.colChu_Tiem,
     this.colSo_Tien_Cam,
     this.colTu_Ngay,
     this.colDen_Ngay,
     this.colSap_Xep,
     this.colNgay_Cam_Do,
     this.colNgay_Ghi_So,
     this.colSo_Ngay_Cam,
     this.colSo_Thang_Cam,
     this.colSo_Ngay_Le,
     this.colSo_Tien,
     this.colLai_Suat_Ngay,
     this.colLai_Suat_Thang,
     this.colTong_Tien_Lai,
     this.colMat_Giay,
     this.colGhi_Chu,
     this.colTinh_Trang,
     this.colChung_Tu_Goc,
     this.colDa_Lam_Lai_Giay,
     this.colLien,
     this.colNgay_Sinh});
     this.gbList.CustomizationFormBounds = new System.Drawing.Rectangle(574, 294, 216, 199);
     styleFormatCondition1.Appearance.ForeColor = System.Drawing.Color.Red;
     styleFormatCondition1.Appearance.Options.UseForeColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Expression;
     styleFormatCondition1.Expression = "Iif([Tinh_Trang] == \'R\',True  ,False )";
     this.gbList.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1});
     this.gbList.GridControl = this.gcList;
     this.gbList.GroupPanelText = "Kéo cột và thả vào đây để nhóm dữ liệu";
     this.gbList.GroupSummary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridGroupSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Thanh_Tien", null, " - Thành Tiền - {0:##,##0,###}")});
     this.gbList.IndicatorWidth = 40;
     this.gbList.Name = "gbList";
     this.gbList.OptionsBehavior.AutoExpandAllGroups = true;
     this.gbList.OptionsSelection.MultiSelect = true;
     this.gbList.OptionsView.ColumnAutoWidth = false;
     this.gbList.OptionsView.ShowAutoFilterRow = true;
     this.gbList.OptionsView.ShowBands = false;
     this.gbList.OptionsView.ShowFooter = true;
     this.gbList.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.colNgay_Ghi_So, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gbList.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gbList_CustomDrawRowIndicator);
     this.gbList.MasterRowExpanded += new DevExpress.XtraGrid.Views.Grid.CustomMasterRowEventHandler(this.gbList_MasterRowExpanded);
     //
     // gridBand1
     //
     this.gridBand1.Columns.Add(this.colMa_Chung_Tu);
     this.gridBand1.Columns.Add(this.colSo);
     this.gridBand1.Columns.Add(this.colLien);
     this.gridBand1.Columns.Add(this.colNgay_Cam_Do);
     this.gridBand1.Columns.Add(this.colNgay_Ghi_So);
     this.gridBand1.Columns.Add(this.colTen_Khach_Hang);
     this.gridBand1.Columns.Add(this.colSo_CMND);
     this.gridBand1.Columns.Add(this.colSo_Tien);
     this.gridBand1.Columns.Add(this.colSo_Ngay_Le);
     this.gridBand1.Columns.Add(this.colSo_Thang_Cam);
     this.gridBand1.Columns.Add(this.colTong_Tien_Lai);
     this.gridBand1.MinWidth = 20;
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.VisibleIndex = 0;
     this.gridBand1.Width = 970;
     //
     // colMa_Chung_Tu
     //
     this.colMa_Chung_Tu.AppearanceHeader.Options.UseTextOptions = true;
     this.colMa_Chung_Tu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMa_Chung_Tu.Caption = "Mã Chứng Từ";
     this.colMa_Chung_Tu.FieldName = "Ma_Chung_Tu";
     this.colMa_Chung_Tu.Name = "colMa_Chung_Tu";
     this.colMa_Chung_Tu.OptionsColumn.ReadOnly = true;
     this.colMa_Chung_Tu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colMa_Chung_Tu.Visible = true;
     this.colMa_Chung_Tu.Width = 105;
     //
     // colSo
     //
     this.colSo.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo.Caption = "Số";
     this.colSo.FieldName = "So";
     this.colSo.Name = "colSo";
     this.colSo.OptionsColumn.ReadOnly = true;
     this.colSo.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo.Visible = true;
     //
     // colLien
     //
     this.colLien.AppearanceHeader.Options.UseTextOptions = true;
     this.colLien.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLien.Caption = "Liên";
     this.colLien.FieldName = "Lien";
     this.colLien.Name = "colLien";
     this.colLien.OptionsColumn.ReadOnly = true;
     this.colLien.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colLien.Visible = true;
     //
     // colNgay_Cam_Do
     //
     this.colNgay_Cam_Do.AppearanceHeader.Options.UseTextOptions = true;
     this.colNgay_Cam_Do.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNgay_Cam_Do.Caption = "Ngày Cầm Đồ";
     this.colNgay_Cam_Do.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colNgay_Cam_Do.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.colNgay_Cam_Do.FieldName = "Ngay_Cam_Do";
     this.colNgay_Cam_Do.Name = "colNgay_Cam_Do";
     this.colNgay_Cam_Do.OptionsColumn.ReadOnly = true;
     this.colNgay_Cam_Do.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNgay_Cam_Do.Visible = true;
     this.colNgay_Cam_Do.Width = 88;
     //
     // colNgay_Ghi_So
     //
     this.colNgay_Ghi_So.AppearanceHeader.Options.UseTextOptions = true;
     this.colNgay_Ghi_So.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNgay_Ghi_So.Caption = "Ngày Ghi Sổ";
     this.colNgay_Ghi_So.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.colNgay_Ghi_So.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.colNgay_Ghi_So.FieldName = "Ngay_Ghi_So";
     this.colNgay_Ghi_So.Name = "colNgay_Ghi_So";
     this.colNgay_Ghi_So.OptionsColumn.ReadOnly = true;
     this.colNgay_Ghi_So.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNgay_Ghi_So.Visible = true;
     this.colNgay_Ghi_So.Width = 93;
     //
     // colTen_Khach_Hang
     //
     this.colTen_Khach_Hang.AppearanceHeader.Options.UseTextOptions = true;
     this.colTen_Khach_Hang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTen_Khach_Hang.Caption = "Tên Khách Hàng";
     this.colTen_Khach_Hang.FieldName = "Ten_Khach_Hang";
     this.colTen_Khach_Hang.Name = "colTen_Khach_Hang";
     this.colTen_Khach_Hang.OptionsColumn.ReadOnly = true;
     this.colTen_Khach_Hang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTen_Khach_Hang.Visible = true;
     this.colTen_Khach_Hang.Width = 124;
     //
     // colSo_CMND
     //
     this.colSo_CMND.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_CMND.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_CMND.Caption = "Số CMND";
     this.colSo_CMND.FieldName = "So_CMND";
     this.colSo_CMND.Name = "colSo_CMND";
     this.colSo_CMND.OptionsColumn.ReadOnly = true;
     this.colSo_CMND.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_CMND.Visible = true;
     //
     // colSo_Tien
     //
     this.colSo_Tien.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Tien.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Tien.Caption = "Số Tiền";
     this.colSo_Tien.ColumnEdit = this.rptMayTinh;
     this.colSo_Tien.FieldName = "So_Tien";
     this.colSo_Tien.Name = "colSo_Tien";
     this.colSo_Tien.OptionsColumn.ReadOnly = true;
     this.colSo_Tien.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Tien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "So_Tien", "{0:##,##0.###}")});
     this.colSo_Tien.Visible = true;
     //
     // colSo_Ngay_Le
     //
     this.colSo_Ngay_Le.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Ngay_Le.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Ngay_Le.Caption = "Số Ngày Lẻ";
     this.colSo_Ngay_Le.ColumnEdit = this.rptMayTinh;
     this.colSo_Ngay_Le.FieldName = "So_Ngay_Le";
     this.colSo_Ngay_Le.Name = "colSo_Ngay_Le";
     this.colSo_Ngay_Le.OptionsColumn.ReadOnly = true;
     this.colSo_Ngay_Le.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Ngay_Le.Visible = true;
     //
     // colSo_Thang_Cam
     //
     this.colSo_Thang_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Thang_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Thang_Cam.Caption = "Số Tháng Cầm";
     this.colSo_Thang_Cam.ColumnEdit = this.rptMayTinh;
     this.colSo_Thang_Cam.FieldName = "So_Thang_Cam";
     this.colSo_Thang_Cam.Name = "colSo_Thang_Cam";
     this.colSo_Thang_Cam.OptionsColumn.ReadOnly = true;
     this.colSo_Thang_Cam.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Thang_Cam.Visible = true;
     this.colSo_Thang_Cam.Width = 91;
     //
     // colTong_Tien_Lai
     //
     this.colTong_Tien_Lai.AppearanceHeader.Options.UseTextOptions = true;
     this.colTong_Tien_Lai.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTong_Tien_Lai.Caption = "Tổng Tiền Lãi";
     this.colTong_Tien_Lai.ColumnEdit = this.rptMayTinh;
     this.colTong_Tien_Lai.FieldName = "Tong_Tien_Lai";
     this.colTong_Tien_Lai.Name = "colTong_Tien_Lai";
     this.colTong_Tien_Lai.OptionsColumn.ReadOnly = true;
     this.colTong_Tien_Lai.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTong_Tien_Lai.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "Tong_Tien_Lai", "{0:##,##0.###}")});
     this.colTong_Tien_Lai.Visible = true;
     this.colTong_Tien_Lai.Width = 94;
     //
     // gridBand3
     //
     this.gridBand3.Columns.Add(this.colChung_Tu_Goc);
     this.gridBand3.Columns.Add(this.colGhi_Chu);
     this.gridBand3.Columns.Add(this.colLai_Suat_Ngay);
     this.gridBand3.Columns.Add(this.colLai_Suat_Thang);
     this.gridBand3.Columns.Add(this.colNgay_Cap_CMND);
     this.gridBand3.Columns.Add(this.colNoi_Cap);
     this.gridBand3.Columns.Add(this.colNgay_Sinh);
     this.gridBand3.Columns.Add(this.colDia_Chi);
     this.gridBand3.Columns.Add(this.colSo_Dien_Thoai);
     this.gridBand3.Columns.Add(this.colChu_Tiem);
     this.gridBand3.Columns.Add(this.colTu_Ngay);
     this.gridBand3.Columns.Add(this.colDen_Ngay);
     this.gridBand3.Columns.Add(this.colSo_Tien_Cam);
     this.gridBand3.Columns.Add(this.colSo_Ngay_Cam);
     this.gridBand3.Columns.Add(this.colDa_Lam_Lai_Giay);
     this.gridBand3.Columns.Add(this.colMat_Giay);
     this.gridBand3.Columns.Add(this.colSap_Xep);
     this.gridBand3.Columns.Add(this.colTinh_Trang);
     this.gridBand3.MinWidth = 20;
     this.gridBand3.Name = "gridBand3";
     this.gridBand3.VisibleIndex = 1;
     this.gridBand3.Width = 1541;
     //
     // colChung_Tu_Goc
     //
     this.colChung_Tu_Goc.AppearanceHeader.Options.UseTextOptions = true;
     this.colChung_Tu_Goc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colChung_Tu_Goc.Caption = "Chứng Từ Gốc";
     this.colChung_Tu_Goc.FieldName = "Chung_Tu_Goc";
     this.colChung_Tu_Goc.Name = "colChung_Tu_Goc";
     this.colChung_Tu_Goc.OptionsColumn.ReadOnly = true;
     this.colChung_Tu_Goc.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colChung_Tu_Goc.Visible = true;
     this.colChung_Tu_Goc.Width = 91;
     //
     // colGhi_Chu
     //
     this.colGhi_Chu.AppearanceHeader.Options.UseTextOptions = true;
     this.colGhi_Chu.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colGhi_Chu.Caption = "Ghi Chú";
     this.colGhi_Chu.FieldName = "Ghi_Chu";
     this.colGhi_Chu.Name = "colGhi_Chu";
     this.colGhi_Chu.OptionsColumn.ReadOnly = true;
     this.colGhi_Chu.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colGhi_Chu.Visible = true;
     this.colGhi_Chu.Width = 173;
     //
     // colLai_Suat_Ngay
     //
     this.colLai_Suat_Ngay.AppearanceHeader.Options.UseTextOptions = true;
     this.colLai_Suat_Ngay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLai_Suat_Ngay.Caption = "Lãi Suất Ngày";
     this.colLai_Suat_Ngay.ColumnEdit = this.rptMayTinhPhanTram;
     this.colLai_Suat_Ngay.FieldName = "Lai_Suat_Ngay";
     this.colLai_Suat_Ngay.Name = "colLai_Suat_Ngay";
     this.colLai_Suat_Ngay.OptionsColumn.ReadOnly = true;
     this.colLai_Suat_Ngay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colLai_Suat_Ngay.Visible = true;
     this.colLai_Suat_Ngay.Width = 88;
     //
     // rptMayTinhPhanTram
     //
     this.rptMayTinhPhanTram.AutoHeight = false;
     this.rptMayTinhPhanTram.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rptMayTinhPhanTram.DisplayFormat.FormatString = "{0:##,##0.###} %";
     this.rptMayTinhPhanTram.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinhPhanTram.EditFormat.FormatString = "{0:##,##0.###} %";
     this.rptMayTinhPhanTram.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.rptMayTinhPhanTram.Name = "rptMayTinhPhanTram";
     //
     // colLai_Suat_Thang
     //
     this.colLai_Suat_Thang.AppearanceHeader.Options.UseTextOptions = true;
     this.colLai_Suat_Thang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colLai_Suat_Thang.Caption = "Lãi Suất Tháng";
     this.colLai_Suat_Thang.ColumnEdit = this.rptMayTinhPhanTram;
     this.colLai_Suat_Thang.FieldName = "Lai_Suat_Thang";
     this.colLai_Suat_Thang.Name = "colLai_Suat_Thang";
     this.colLai_Suat_Thang.OptionsColumn.ReadOnly = true;
     this.colLai_Suat_Thang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colLai_Suat_Thang.Visible = true;
     this.colLai_Suat_Thang.Width = 93;
     //
     // colNgay_Cap_CMND
     //
     this.colNgay_Cap_CMND.AppearanceHeader.Options.UseTextOptions = true;
     this.colNgay_Cap_CMND.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNgay_Cap_CMND.Caption = "Ngày Cấp";
     this.colNgay_Cap_CMND.FieldName = "Ngay_Cap_CMND";
     this.colNgay_Cap_CMND.Name = "colNgay_Cap_CMND";
     this.colNgay_Cap_CMND.OptionsColumn.ReadOnly = true;
     this.colNgay_Cap_CMND.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNgay_Cap_CMND.Visible = true;
     //
     // colNoi_Cap
     //
     this.colNoi_Cap.AppearanceHeader.Options.UseTextOptions = true;
     this.colNoi_Cap.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNoi_Cap.Caption = "Nơi Cấp";
     this.colNoi_Cap.FieldName = "Noi_Cap";
     this.colNoi_Cap.Name = "colNoi_Cap";
     this.colNoi_Cap.OptionsColumn.ReadOnly = true;
     this.colNoi_Cap.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNoi_Cap.Visible = true;
     //
     // colNgay_Sinh
     //
     this.colNgay_Sinh.AppearanceHeader.Options.UseTextOptions = true;
     this.colNgay_Sinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colNgay_Sinh.Caption = "Ngày Sinh";
     this.colNgay_Sinh.FieldName = "Ngay_Sinh";
     this.colNgay_Sinh.Name = "colNgay_Sinh";
     this.colNgay_Sinh.OptionsColumn.ReadOnly = true;
     this.colNgay_Sinh.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colNgay_Sinh.Visible = true;
     //
     // colDia_Chi
     //
     this.colDia_Chi.AppearanceHeader.Options.UseTextOptions = true;
     this.colDia_Chi.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDia_Chi.Caption = "Địa Chỉ";
     this.colDia_Chi.FieldName = "Dia_Chi";
     this.colDia_Chi.Name = "colDia_Chi";
     this.colDia_Chi.OptionsColumn.ReadOnly = true;
     this.colDia_Chi.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colDia_Chi.Visible = true;
     //
     // colSo_Dien_Thoai
     //
     this.colSo_Dien_Thoai.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Dien_Thoai.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Dien_Thoai.Caption = "Số Điện Thoại";
     this.colSo_Dien_Thoai.FieldName = "So_Dien_Thoai";
     this.colSo_Dien_Thoai.Name = "colSo_Dien_Thoai";
     this.colSo_Dien_Thoai.OptionsColumn.ReadOnly = true;
     this.colSo_Dien_Thoai.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Dien_Thoai.Visible = true;
     this.colSo_Dien_Thoai.Width = 112;
     //
     // colChu_Tiem
     //
     this.colChu_Tiem.AppearanceHeader.Options.UseTextOptions = true;
     this.colChu_Tiem.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colChu_Tiem.Caption = "Chủ Tiệm";
     this.colChu_Tiem.FieldName = "Chu_Tiem";
     this.colChu_Tiem.Name = "colChu_Tiem";
     this.colChu_Tiem.OptionsColumn.ReadOnly = true;
     this.colChu_Tiem.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colChu_Tiem.Visible = true;
     //
     // colTu_Ngay
     //
     this.colTu_Ngay.AppearanceHeader.Options.UseTextOptions = true;
     this.colTu_Ngay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTu_Ngay.Caption = "Từ Ngày";
     this.colTu_Ngay.FieldName = "Tu_Ngay";
     this.colTu_Ngay.Name = "colTu_Ngay";
     this.colTu_Ngay.OptionsColumn.ReadOnly = true;
     this.colTu_Ngay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colTu_Ngay.Visible = true;
     //
     // colDen_Ngay
     //
     this.colDen_Ngay.AppearanceHeader.Options.UseTextOptions = true;
     this.colDen_Ngay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDen_Ngay.Caption = "Đến Ngày";
     this.colDen_Ngay.FieldName = "Den_Ngay";
     this.colDen_Ngay.Name = "colDen_Ngay";
     this.colDen_Ngay.OptionsColumn.ReadOnly = true;
     this.colDen_Ngay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colDen_Ngay.Visible = true;
     //
     // colSo_Tien_Cam
     //
     this.colSo_Tien_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Tien_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Tien_Cam.Caption = "Số Tiền Cầm";
     this.colSo_Tien_Cam.ColumnEdit = this.rptMayTinh;
     this.colSo_Tien_Cam.FieldName = "So_Tien_Cam";
     this.colSo_Tien_Cam.Name = "colSo_Tien_Cam";
     this.colSo_Tien_Cam.OptionsColumn.ReadOnly = true;
     this.colSo_Tien_Cam.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Tien_Cam.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
     new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "So_Tien_Cam", "{0:##,##0.###}")});
     this.colSo_Tien_Cam.Visible = true;
     this.colSo_Tien_Cam.Width = 125;
     //
     // colSo_Ngay_Cam
     //
     this.colSo_Ngay_Cam.AppearanceHeader.Options.UseTextOptions = true;
     this.colSo_Ngay_Cam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSo_Ngay_Cam.Caption = "Số Ngày Cầm";
     this.colSo_Ngay_Cam.ColumnEdit = this.rptMayTinh;
     this.colSo_Ngay_Cam.FieldName = "So_Ngay_Cam";
     this.colSo_Ngay_Cam.Name = "colSo_Ngay_Cam";
     this.colSo_Ngay_Cam.OptionsColumn.ReadOnly = true;
     this.colSo_Ngay_Cam.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSo_Ngay_Cam.Visible = true;
     this.colSo_Ngay_Cam.Width = 86;
     //
     // colDa_Lam_Lai_Giay
     //
     this.colDa_Lam_Lai_Giay.AppearanceHeader.Options.UseTextOptions = true;
     this.colDa_Lam_Lai_Giay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colDa_Lam_Lai_Giay.Caption = "Đã Làm Lại Giấy";
     this.colDa_Lam_Lai_Giay.FieldName = "Da_Lam_Lai_Giay";
     this.colDa_Lam_Lai_Giay.Name = "colDa_Lam_Lai_Giay";
     this.colDa_Lam_Lai_Giay.OptionsColumn.ReadOnly = true;
     this.colDa_Lam_Lai_Giay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colDa_Lam_Lai_Giay.Visible = true;
     this.colDa_Lam_Lai_Giay.Width = 98;
     //
     // colMat_Giay
     //
     this.colMat_Giay.AppearanceHeader.Options.UseTextOptions = true;
     this.colMat_Giay.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colMat_Giay.Caption = "Mất Giấy";
     this.colMat_Giay.FieldName = "Mat_Giay";
     this.colMat_Giay.Name = "colMat_Giay";
     this.colMat_Giay.OptionsColumn.ReadOnly = true;
     this.colMat_Giay.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colMat_Giay.Visible = true;
     //
     // colSap_Xep
     //
     this.colSap_Xep.AppearanceHeader.Options.UseTextOptions = true;
     this.colSap_Xep.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colSap_Xep.Caption = "Sắp Xếp";
     this.colSap_Xep.FieldName = "Sap_Xep";
     this.colSap_Xep.Name = "colSap_Xep";
     this.colSap_Xep.OptionsColumn.ReadOnly = true;
     this.colSap_Xep.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.colSap_Xep.Visible = true;
     //
     // colTinh_Trang
     //
     this.colTinh_Trang.AppearanceHeader.Options.UseTextOptions = true;
     this.colTinh_Trang.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.colTinh_Trang.FieldName = "Tinh_Trang";
     this.colTinh_Trang.Name = "colTinh_Trang";
     this.colTinh_Trang.OptionsColumn.ReadOnly = true;
     this.colTinh_Trang.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // bm
     //
     this.bm.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2,
     this.bar1});
     this.bm.DockControls.Add(this.barDockControlTop);
     this.bm.DockControls.Add(this.barDockControlBottom);
     this.bm.DockControls.Add(this.barDockControlLeft);
     this.bm.DockControls.Add(this.barDockControlRight);
     this.bm.Form = this;
     this.bm.Images = this.img;
     this.bm.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiSua,
     this.bbiXoa,
     this.bbiDong,
     this.barButtonItem1,
     this.bbiChuocDo,
     this.bbiTraTienLoi,
     this.bbiKhachTraBotTien,
     this.bbiKhachLayThemTien,
     this.bbiTheoDoi,
     this.bbiXuatExcel,
     this.bbiInPhieu,
     this.bbiLapGiayMoi,
     this.bbiTuyChon,
     this.bbiTu,
     this.bbiDen,
     this.bbiTheoNgay});
     this.bm.LargeImages = this.img;
     this.bm.MainMenu = this.bar2;
     this.bm.MaxItemId = 19;
     this.bm.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.rpt_cbTuyChon,
     this.rtp_dtTu,
     this.rpt_dtDen,
     this.rpt_cbTheoNgay});
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 1;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiInPhieu),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiSua),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXoa),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiTheoDoi),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiXuatExcel),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiDong)});
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Xem";
     this.barButtonItem1.Id = 5;
     this.barButtonItem1.ImageIndex = 35;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXem_ItemClick);
     //
     // bbiInPhieu
     //
     this.bbiInPhieu.Caption = "In Phiếu";
     this.bbiInPhieu.Id = 13;
     this.bbiInPhieu.ImageIndex = 46;
     this.bbiInPhieu.Name = "bbiInPhieu";
     this.bbiInPhieu.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiInPhieu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiInPhieu_ItemClick);
     //
     // bbiSua
     //
     this.bbiSua.Caption = "Sửa";
     this.bbiSua.Id = 1;
     this.bbiSua.ImageIndex = 29;
     this.bbiSua.Name = "bbiSua";
     this.bbiSua.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiSua.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiSua_ItemClick);
     //
     // bbiXoa
     //
     this.bbiXoa.Caption = "Xóa";
     this.bbiXoa.Id = 2;
     this.bbiXoa.ImageIndex = 16;
     this.bbiXoa.Name = "bbiXoa";
     this.bbiXoa.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXoa.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXoa_ItemClick);
     //
     // bbiTheoDoi
     //
     this.bbiTheoDoi.Caption = "Theo Dõi";
     this.bbiTheoDoi.Id = 11;
     this.bbiTheoDoi.ImageIndex = 44;
     this.bbiTheoDoi.Name = "bbiTheoDoi";
     this.bbiTheoDoi.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiTheoDoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTheoDoi_ItemClick);
     //
     // bbiXuatExcel
     //
     this.bbiXuatExcel.Caption = "Xuất Excel";
     this.bbiXuatExcel.Id = 12;
     this.bbiXuatExcel.ImageIndex = 54;
     this.bbiXuatExcel.Name = "bbiXuatExcel";
     this.bbiXuatExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiXuatExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiXuatExcel_ItemClick);
     //
     // bbiDong
     //
     this.bbiDong.Caption = "Đóng";
     this.bbiDong.Id = 3;
     this.bbiDong.ImageIndex = 10;
     this.bbiDong.Name = "bbiDong";
     this.bbiDong.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiDong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiDong_ItemClick);
     //
     // bar1
     //
     this.bar1.BarName = "Custom 2";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiChuocDo),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiTraTienLoi),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiKhachTraBotTien),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiKhachLayThemTien),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiLapGiayMoi)});
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 2";
     //
     // bbiChuocDo
     //
     this.bbiChuocDo.Caption = "Chuộc Đồ";
     this.bbiChuocDo.Id = 7;
     this.bbiChuocDo.ImageIndex = 15;
     this.bbiChuocDo.Name = "bbiChuocDo";
     this.bbiChuocDo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiChuocDo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiChuocDo_ItemClick);
     //
     // bbiTraTienLoi
     //
     this.bbiTraTienLoi.Caption = "Trả Tiền Lời";
     this.bbiTraTienLoi.Id = 8;
     this.bbiTraTienLoi.ImageIndex = 7;
     this.bbiTraTienLoi.Name = "bbiTraTienLoi";
     this.bbiTraTienLoi.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiTraTienLoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiTraTienLoi_ItemClick);
     //
     // bbiKhachTraBotTien
     //
     this.bbiKhachTraBotTien.Caption = "Khách Trả Bớt Tiền";
     this.bbiKhachTraBotTien.Id = 9;
     this.bbiKhachTraBotTien.ImageIndex = 18;
     this.bbiKhachTraBotTien.Name = "bbiKhachTraBotTien";
     this.bbiKhachTraBotTien.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiKhachTraBotTien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiKhachTraBotTien_ItemClick);
     //
     // bbiKhachLayThemTien
     //
     this.bbiKhachLayThemTien.Caption = "Khách Lấy Thêm Tiền";
     this.bbiKhachLayThemTien.Id = 10;
     this.bbiKhachLayThemTien.ImageIndex = 49;
     this.bbiKhachLayThemTien.Name = "bbiKhachLayThemTien";
     this.bbiKhachLayThemTien.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiKhachLayThemTien.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiKhachLayThemTien_ItemClick);
     //
     // bbiLapGiayMoi
     //
     this.bbiLapGiayMoi.Caption = "Lập Giấy Mới";
     this.bbiLapGiayMoi.Id = 14;
     this.bbiLapGiayMoi.ImageIndex = 34;
     this.bbiLapGiayMoi.Name = "bbiLapGiayMoi";
     this.bbiLapGiayMoi.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bbiLapGiayMoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiLapGiayMoi_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1284, 55);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 636);
     this.barDockControlBottom.Size = new System.Drawing.Size(1284, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 55);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 581);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1284, 55);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 581);
     //
     // img
     //
     this.img.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("img.ImageStream")));
     this.img.Images.SetKeyName(0, "abort.png");
     this.img.Images.SetKeyName(1, "about.png");
     this.img.Images.SetKeyName(2, "accept.png");
     this.img.Images.SetKeyName(3, "add.png");
     this.img.Images.SetKeyName(4, "application.png");
     this.img.Images.SetKeyName(5, "apply.png");
     this.img.Images.SetKeyName(6, "attention.png");
     this.img.Images.SetKeyName(7, "back.png");
     this.img.Images.SetKeyName(8, "cancel.png");
     this.img.Images.SetKeyName(9, "circulation.png");
     this.img.Images.SetKeyName(10, "close.png");
     this.img.Images.SetKeyName(11, "create.png");
     this.img.Images.SetKeyName(12, "cut.png");
     this.img.Images.SetKeyName(13, "danger.png");
     this.img.Images.SetKeyName(14, "delete.png");
     this.img.Images.SetKeyName(15, "down.png");
     this.img.Images.SetKeyName(16, "erase.png");
     this.img.Images.SetKeyName(17, "error.png");
     this.img.Images.SetKeyName(18, "forward.png");
     this.img.Images.SetKeyName(19, "help.png");
     this.img.Images.SetKeyName(20, "info.png");
     this.img.Images.SetKeyName(21, "information.png");
     this.img.Images.SetKeyName(22, "logout.png");
     this.img.Images.SetKeyName(23, "minus.png");
     this.img.Images.SetKeyName(24, "move.png");
     this.img.Images.SetKeyName(25, "next.png");
     this.img.Images.SetKeyName(26, "no entry.png");
     this.img.Images.SetKeyName(27, "no.png");
     this.img.Images.SetKeyName(28, "OK.png");
     this.img.Images.SetKeyName(29, "options.png");
     this.img.Images.SetKeyName(30, "plus.png");
     this.img.Images.SetKeyName(31, "previous.png");
     this.img.Images.SetKeyName(32, "problem.png");
     this.img.Images.SetKeyName(33, "question.png");
     this.img.Images.SetKeyName(34, "redo.png");
     this.img.Images.SetKeyName(35, "refresh.png");
     this.img.Images.SetKeyName(36, "remove.png");
     this.img.Images.SetKeyName(37, "renew.png");
     this.img.Images.SetKeyName(38, "repeat.png");
     this.img.Images.SetKeyName(39, "run.png");
     this.img.Images.SetKeyName(40, "save.png");
     this.img.Images.SetKeyName(41, "search.png");
     this.img.Images.SetKeyName(42, "settings.png");
     this.img.Images.SetKeyName(43, "stop.png");
     this.img.Images.SetKeyName(44, "switch.png");
     this.img.Images.SetKeyName(45, "sync.png");
     this.img.Images.SetKeyName(46, "system.png");
     this.img.Images.SetKeyName(47, "turn off.png");
     this.img.Images.SetKeyName(48, "undo.png");
     this.img.Images.SetKeyName(49, "up.png");
     this.img.Images.SetKeyName(50, "update.png");
     this.img.Images.SetKeyName(51, "view.png");
     this.img.Images.SetKeyName(52, "warning.png");
     this.img.Images.SetKeyName(53, "yes.png");
     this.img.Images.SetKeyName(54, "Excel-icon.png");
     //
     // bbiTuyChon
     //
     this.bbiTuyChon.Caption = "Tùy chọn";
     this.bbiTuyChon.Edit = this.rpt_cbTuyChon;
     this.bbiTuyChon.EditValue = "";
     this.bbiTuyChon.Id = 15;
     this.bbiTuyChon.Name = "bbiTuyChon";
     this.bbiTuyChon.Width = 111;
     //
     // rpt_cbTuyChon
     //
     this.rpt_cbTuyChon.AutoHeight = false;
     this.rpt_cbTuyChon.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rpt_cbTuyChon.Items.AddRange(new object[] {
     "Tùy chọn",
     "Tất cả",
     "Tháng 1",
     "Tháng 2",
     "Tháng 3",
     "Tháng 4",
     "Tháng 5",
     "Tháng 6",
     "Tháng 7",
     "Tháng 8",
     "Tháng 9",
     "Tháng 10",
     "Tháng 11",
     "Tháng 12"});
     this.rpt_cbTuyChon.Name = "rpt_cbTuyChon";
     //
     // bbiTu
     //
     this.bbiTu.Caption = "Từ";
     this.bbiTu.Edit = this.rtp_dtTu;
     this.bbiTu.EditValue = new System.DateTime(2015, 2, 27, 21, 3, 23, 134);
     this.bbiTu.Id = 16;
     this.bbiTu.Name = "bbiTu";
     this.bbiTu.Width = 91;
     //
     // rtp_dtTu
     //
     this.rtp_dtTu.AutoHeight = false;
     this.rtp_dtTu.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rtp_dtTu.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rtp_dtTu.Name = "rtp_dtTu";
     //
     // bbiDen
     //
     this.bbiDen.Caption = "Đến";
     this.bbiDen.Edit = this.rpt_dtDen;
     this.bbiDen.EditValue = new System.DateTime(2015, 2, 27, 21, 3, 14, 608);
     this.bbiDen.Id = 17;
     this.bbiDen.Name = "bbiDen";
     this.bbiDen.Width = 98;
     //
     // rpt_dtDen
     //
     this.rpt_dtDen.AutoHeight = false;
     this.rpt_dtDen.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rpt_dtDen.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rpt_dtDen.Name = "rpt_dtDen";
     //
     // bbiTheoNgay
     //
     this.bbiTheoNgay.Caption = "Theo Ngày";
     this.bbiTheoNgay.Edit = this.rpt_cbTheoNgay;
     this.bbiTheoNgay.EditValue = "";
     this.bbiTheoNgay.Id = 18;
     this.bbiTheoNgay.Name = "bbiTheoNgay";
     this.bbiTheoNgay.Width = 89;
     //
     // rpt_cbTheoNgay
     //
     this.rpt_cbTheoNgay.AutoHeight = false;
     this.rpt_cbTheoNgay.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.rpt_cbTheoNgay.Items.AddRange(new object[] {
     "Ngày ghi sổ",
     "Ngày cầm đồ"});
     this.rpt_cbTheoNgay.Name = "rpt_cbTheoNgay";
     this.rpt_cbTheoNgay.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.cbTatCa);
     this.layoutControl1.Controls.Add(this.layoutControl2);
     this.layoutControl1.Controls.Add(this.txtDen);
     this.layoutControl1.Controls.Add(this.txtTu);
     this.layoutControl1.Controls.Add(this.cbTuyChon);
     this.layoutControl1.Controls.Add(this.gcList);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 55);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(1284, 581);
     this.layoutControl1.TabIndex = 5;
     this.layoutControl1.Text = "layoutControl1";
     //
     // cbTatCa
     //
     this.cbTatCa.Location = new System.Drawing.Point(2, 560);
     this.cbTatCa.MenuManager = this.bm;
     this.cbTatCa.Name = "cbTatCa";
     this.cbTatCa.Properties.Caption = "Xem tất cả các phiếu đã chuộc";
     this.cbTatCa.Size = new System.Drawing.Size(1280, 19);
     this.cbTatCa.StyleController = this.layoutControl1;
     this.cbTatCa.TabIndex = 9;
     this.cbTatCa.CheckedChanged += new System.EventHandler(this.cbTatCa_CheckedChanged);
     //
     // layoutControl2
     //
     this.layoutControl2.Location = new System.Drawing.Point(542, 2);
     this.layoutControl2.Name = "layoutControl2";
     this.layoutControl2.Root = this.layoutControlGroup2;
     this.layoutControl2.Size = new System.Drawing.Size(740, 20);
     this.layoutControl2.TabIndex = 8;
     this.layoutControl2.Text = "layoutControl2";
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.CustomizationFormText = "layoutControlGroup2";
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible = false;
     this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup2.Name = "layoutControlGroup2";
     this.layoutControlGroup2.Size = new System.Drawing.Size(740, 20);
     this.layoutControlGroup2.Text = "layoutControlGroup2";
     this.layoutControlGroup2.TextVisible = false;
     //
     // txtDen
     //
     this.txtDen.EditValue = null;
     this.txtDen.Location = new System.Drawing.Point(397, 2);
     this.txtDen.MenuManager = this.bm;
     this.txtDen.Name = "txtDen";
     this.txtDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtDen.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtDen.Properties.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtDen.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtDen.Properties.EditFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtDen.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtDen.Size = new System.Drawing.Size(141, 20);
     this.txtDen.StyleController = this.layoutControl1;
     this.txtDen.TabIndex = 7;
     //
     // txtTu
     //
     this.txtTu.EditValue = null;
     this.txtTu.Location = new System.Drawing.Point(217, 2);
     this.txtTu.MenuManager = this.bm;
     this.txtTu.Name = "txtTu";
     this.txtTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.txtTu.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.txtTu.Properties.DisplayFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtTu.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtTu.Properties.EditFormat.FormatString = "{0:dd/MM/yyyy}";
     this.txtTu.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.txtTu.Size = new System.Drawing.Size(141, 20);
     this.txtTu.StyleController = this.layoutControl1;
     this.txtTu.TabIndex = 6;
     //
     // cbTuyChon
     //
     this.cbTuyChon.EditValue = "Tùy chọn";
     this.cbTuyChon.Location = new System.Drawing.Point(57, 2);
     this.cbTuyChon.MenuManager = this.bm;
     this.cbTuyChon.Name = "cbTuyChon";
     this.cbTuyChon.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.cbTuyChon.Properties.Items.AddRange(new object[] {
     "Tùy chọn",
     "Tất cả",
     "Tháng 1",
     "Tháng 2",
     "Tháng 3",
     "Tháng 4",
     "Tháng 5",
     "Tháng 6",
     "Tháng 7",
     "Tháng 8",
     "Tháng 9",
     "Tháng 10",
     "Tháng 11",
     "Tháng 12"});
     this.cbTuyChon.Size = new System.Drawing.Size(121, 20);
     this.cbTuyChon.StyleController = this.layoutControl1;
     this.cbTuyChon.TabIndex = 5;
     this.cbTuyChon.SelectedIndexChanged += new System.EventHandler(this.cbTuyChon_SelectedIndexChanged);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "layoutControlGroup1";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutControlItem1,
     this.layoutControlItem2,
     this.layoutControlItem3,
     this.layoutControlItem4,
     this.layoutControlItem5,
     this.layoutControlItem6});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "layoutControlGroup1";
     this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
     this.layoutControlGroup1.Size = new System.Drawing.Size(1284, 581);
     this.layoutControlGroup1.Text = "layoutControlGroup1";
     this.layoutControlGroup1.TextVisible = false;
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control = this.gcList;
     this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
     this.layoutControlItem1.Location = new System.Drawing.Point(0, 24);
     this.layoutControlItem1.Name = "layoutControlItem1";
     this.layoutControlItem1.Size = new System.Drawing.Size(1284, 534);
     this.layoutControlItem1.Text = "layoutControlItem1";
     this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextToControlDistance = 0;
     this.layoutControlItem1.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.Control = this.cbTuyChon;
     this.layoutControlItem2.CustomizationFormText = "Tùy Chọn";
     this.layoutControlItem2.Location = new System.Drawing.Point(0, 0);
     this.layoutControlItem2.MaxSize = new System.Drawing.Size(180, 24);
     this.layoutControlItem2.MinSize = new System.Drawing.Size(150, 24);
     this.layoutControlItem2.Name = "layoutControlItem2";
     this.layoutControlItem2.Size = new System.Drawing.Size(180, 24);
     this.layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem2.Text = "Tùy Chọn";
     this.layoutControlItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem2.TextSize = new System.Drawing.Size(50, 13);
     this.layoutControlItem2.TextToControlDistance = 5;
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.Control = this.txtTu;
     this.layoutControlItem3.CustomizationFormText = "Từ";
     this.layoutControlItem3.Location = new System.Drawing.Point(180, 0);
     this.layoutControlItem3.MaxSize = new System.Drawing.Size(180, 24);
     this.layoutControlItem3.MinSize = new System.Drawing.Size(150, 24);
     this.layoutControlItem3.Name = "layoutControlItem3";
     this.layoutControlItem3.Size = new System.Drawing.Size(180, 24);
     this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem3.Text = "Từ";
     this.layoutControlItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem3.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem3.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.txtDen;
     this.layoutControlItem4.CustomizationFormText = "Đến";
     this.layoutControlItem4.Location = new System.Drawing.Point(360, 0);
     this.layoutControlItem4.MaxSize = new System.Drawing.Size(180, 24);
     this.layoutControlItem4.MinSize = new System.Drawing.Size(150, 24);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(180, 24);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutControlItem4.Text = "Đến";
     this.layoutControlItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.layoutControlItem4.TextSize = new System.Drawing.Size(30, 13);
     this.layoutControlItem4.TextToControlDistance = 5;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control = this.layoutControl2;
     this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
     this.layoutControlItem5.Location = new System.Drawing.Point(540, 0);
     this.layoutControlItem5.Name = "layoutControlItem5";
     this.layoutControlItem5.Size = new System.Drawing.Size(744, 24);
     this.layoutControlItem5.Text = "layoutControlItem5";
     this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextToControlDistance = 0;
     this.layoutControlItem5.TextVisible = false;
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control = this.cbTatCa;
     this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
     this.layoutControlItem6.Location = new System.Drawing.Point(0, 558);
     this.layoutControlItem6.Name = "layoutControlItem6";
     this.layoutControlItem6.Size = new System.Drawing.Size(1284, 23);
     this.layoutControlItem6.Text = "layoutControlItem6";
     this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextToControlDistance = 0;
     this.layoutControlItem6.TextVisible = false;
     //
     // cHUNG_TU_Theo_NgayTableAdapter
     //
     this.cHUNG_TU_Theo_NgayTableAdapter.ClearBeforeFill = true;
     //
     // cHUNGTUCHITIETTheoNgayBindingSource
     //
     this.cHUNGTUCHITIETTheoNgayBindingSource.DataMember = "CHUNG_TU_CHI_TIET_Theo_Ngay";
     this.cHUNGTUCHITIETTheoNgayBindingSource.DataSource = this.dsCamDo;
     //
     // cHUNG_TU_CHI_TIET_Theo_NgayTableAdapter
     //
     this.cHUNG_TU_CHI_TIET_Theo_NgayTableAdapter.ClearBeforeFill = true;
     //
     // ucDanhSach
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "ucDanhSach";
     this.Size = new System.Drawing.Size(1284, 636);
     ((System.ComponentModel.ISupportInitialize)(this.gbChild_List)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinh)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUTheoNgayBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsCamDo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gbList)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rptMayTinhPhanTram)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.img)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_cbTuyChon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rtp_dtTu.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rtp_dtTu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_dtDen.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_dtDen)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rpt_cbTheoNgay)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.cbTatCa.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cbTuyChon.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cHUNGTUCHITIETTheoNgayBindingSource)).EndInit();
     this.ResumeLayout(false);
 }
Пример #22
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(Editor));
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip5 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem5 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip6 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem6 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip7 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem7 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip8 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem8 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip9 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem9 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem9 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip10 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem10 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem10 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip11 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem11 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem11 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip12 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem12 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem12 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip13 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem13 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem13 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip14 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem14 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem14 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip15 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem15 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem15 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip19 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem19 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem19 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip16 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem16 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem16 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip17 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem17 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem17 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip18 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem18 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem18 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip20 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem20 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem20 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip21 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem21 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem21 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip22 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem22 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem22 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip23 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem23 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem23 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip24 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem24 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem24 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip25 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem25 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem25 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip26 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem26 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem26 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip27 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem27 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem27 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip36 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem36 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem36 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip28 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem28 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem28 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip29 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem29 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem29 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip30 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem30 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem30 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip31 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem31 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem31 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip32 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem32 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem32 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip33 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem33 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem33 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip34 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem34 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem34 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip35 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem35 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem35 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip37 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem37 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem37 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip38 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem38 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem38 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip39 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem39 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem39 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip40 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem40 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem40 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip41 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem41 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem41 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip42 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem42 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem42 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip43 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem43 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem43 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip44 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem44 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem44 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip45 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem45 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem45 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip57 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem57 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem57 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip46 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem46 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem46 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip47 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem47 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem47 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip48 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem48 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem48 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip49 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem49 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem49 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip50 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem50 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem50 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip51 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem51 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem51 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip52 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem52 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem52 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip53 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem53 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem53 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip54 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem54 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem54 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip55 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem55 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem55 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip56 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem56 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem56 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip58 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem58 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem58 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip59 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem59 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem59 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip60 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem60 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem60 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip65 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem65 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem65 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip61 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem61 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem61 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip62 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem62 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem62 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip63 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem63 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem63 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip64 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem64 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem64 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip66 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem66 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem66 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip71 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem71 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem71 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip67 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem67 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem67 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip68 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem68 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem68 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip69 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem69 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem69 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip70 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem70 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem70 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip72 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem72 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem72 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip73 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem73 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem73 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip74 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem74 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem74 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip75 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem75 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem75 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip76 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem76 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem76 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip77 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem77 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem77 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip78 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem78 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem78 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip79 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem79 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem79 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip83 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem83 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem83 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip80 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem80 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem80 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip81 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem81 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem81 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip82 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem82 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem82 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip84 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem84 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem84 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip85 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem85 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem85 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip86 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem86 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem86 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip87 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem87 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem87 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip88 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem88 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem88 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip89 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem89 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem89 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip90 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem90 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem90 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip91 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem91 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem91 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip92 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem92 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem92 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip93 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem93 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem93 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip94 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem94 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem94 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip95 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem95 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem95 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip96 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem96 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem96 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip97 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem97 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem97 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip98 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem98 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem98 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip99 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem99 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem99 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip100 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem100 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem100 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip101 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem101 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem101 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip102 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem102 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem102 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip103 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem103 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem103 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip104 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem104 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem104 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip105 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem105 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem105 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip106 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem106 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem106 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip107 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem107 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem107 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip108 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem108 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem108 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip109 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem109 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem109 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip110 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem110 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem110 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip115 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem115 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem115 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip111 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem111 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem111 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip112 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem112 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem112 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip113 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem113 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem113 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip114 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem114 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem114 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip118 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem118 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem118 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip116 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem116 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem116 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip117 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem117 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem117 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip119 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem119 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem119 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip124 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem124 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem124 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip120 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem120 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem120 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip121 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem121 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem121 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip122 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem122 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem122 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip123 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem123 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem123 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip130 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem130 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem130 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip125 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem125 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem125 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip126 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem126 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem126 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip127 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem127 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem127 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip128 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem128 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem128 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip129 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem129 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem129 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip137 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem137 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem137 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip131 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem131 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem131 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip132 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem132 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem132 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip133 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem133 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem133 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip134 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem134 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem134 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip135 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem135 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem135 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip136 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem136 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem136 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip138 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem138 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem138 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip139 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem139 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem139 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip140 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem140 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem140 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip141 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem141 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem141 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.SuperToolTip superToolTip142 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem142 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem142 = new DevExpress.Utils.ToolTipItem();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.commonBar1 = new DevExpress.XtraRichEdit.UI.CommonBar();
     this.insertPdfItem = new DevExpress.XtraBars.BarButtonItem();
     this.insertImage1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
     this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
     this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
     this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
     this.changeFontNameItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontNameItem();
     this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
     this.changeFontSizeItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontSizeItem();
     this.repositoryItemRichEditFontSizeEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditFontSizeEdit();
     this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
     this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
     this.toggleFontBoldItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontBoldItem();
     this.toggleFontItalicItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontItalicItem();
     this.toggleFontUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontUnderlineItem();
     this.toggleFontDoubleUnderlineItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleUnderlineItem();
     this.toggleFontStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontStrikeoutItem();
     this.toggleFontDoubleStrikeoutItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontDoubleStrikeoutItem();
     this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
     this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
     this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
     this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
     this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
     this.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
     this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
     this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
     this.showFontFormItem1 = new DevExpress.XtraRichEdit.UI.ShowFontFormItem();
     this.toggleParagraphAlignmentLeftItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentLeftItem();
     this.toggleParagraphAlignmentCenterItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentCenterItem();
     this.toggleParagraphAlignmentRightItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentRightItem();
     this.toggleParagraphAlignmentJustifyItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphAlignmentJustifyItem();
     this.changeParagraphLineSpacingItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphLineSpacingItem();
     this.setSingleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSingleParagraphSpacingItem();
     this.setSesquialteralParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetSesquialteralParagraphSpacingItem();
     this.setDoubleParagraphSpacingItem1 = new DevExpress.XtraRichEdit.UI.SetDoubleParagraphSpacingItem();
     this.showLineSpacingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineSpacingFormItem();
     this.addSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingBeforeParagraphItem();
     this.removeSpacingBeforeParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingBeforeParagraphItem();
     this.addSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.AddSpacingAfterParagraphItem();
     this.removeSpacingAfterParagraphItem1 = new DevExpress.XtraRichEdit.UI.RemoveSpacingAfterParagraphItem();
     this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
     this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
     this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
     this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
     this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
     this.showParagraphFormItem1 = new DevExpress.XtraRichEdit.UI.ShowParagraphFormItem();
     this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
     this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
     this.changeTableCellsShadingItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableCellsShadingItem();
     this.changeTableBordersItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBordersItem();
     this.toggleTableCellsBottomBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomBorderItem();
     this.toggleTableCellsTopBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopBorderItem();
     this.toggleTableCellsLeftBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsLeftBorderItem();
     this.toggleTableCellsRightBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsRightBorderItem();
     this.resetTableCellsAllBordersItem1 = new DevExpress.XtraRichEdit.UI.ResetTableCellsAllBordersItem();
     this.toggleTableCellsAllBordersItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsAllBordersItem();
     this.toggleTableCellsOutsideBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsOutsideBorderItem();
     this.toggleTableCellsInsideBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsInsideBorderItem();
     this.toggleTableCellsInsideHorizontalBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsInsideHorizontalBorderItem();
     this.toggleTableCellsInsideVerticalBorderItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsInsideVerticalBorderItem();
     this.toggleShowTableGridLinesItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowTableGridLinesItem();
     this.changeTableBorderLineStyleItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBorderLineStyleItem();
     this.repositoryItemBorderLineStyle1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemBorderLineStyle();
     this.changeTableBorderLineWeightItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBorderLineWeightItem();
     this.repositoryItemBorderLineWeight1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemBorderLineWeight();
     this.changeTableBorderColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableBorderColorItem();
     this.selectTableElementsItem1 = new DevExpress.XtraRichEdit.UI.SelectTableElementsItem();
     this.selectTableCellItem1 = new DevExpress.XtraRichEdit.UI.SelectTableCellItem();
     this.selectTableColumnItem1 = new DevExpress.XtraRichEdit.UI.SelectTableColumnItem();
     this.selectTableRowItem1 = new DevExpress.XtraRichEdit.UI.SelectTableRowItem();
     this.selectTableItem1 = new DevExpress.XtraRichEdit.UI.SelectTableItem();
     this.showTablePropertiesFormItem1 = new DevExpress.XtraRichEdit.UI.ShowTablePropertiesFormItem();
     this.deleteTableElementsItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableElementsItem();
     this.showDeleteTableCellsFormItem1 = new DevExpress.XtraRichEdit.UI.ShowDeleteTableCellsFormItem();
     this.deleteTableColumnsItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableColumnsItem();
     this.deleteTableRowsItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableRowsItem();
     this.deleteTableItem1 = new DevExpress.XtraRichEdit.UI.DeleteTableItem();
     this.insertTableRowAboveItem1 = new DevExpress.XtraRichEdit.UI.InsertTableRowAboveItem();
     this.insertTableRowBelowItem1 = new DevExpress.XtraRichEdit.UI.InsertTableRowBelowItem();
     this.insertTableColumnToLeftItem1 = new DevExpress.XtraRichEdit.UI.InsertTableColumnToLeftItem();
     this.insertTableColumnToRightItem1 = new DevExpress.XtraRichEdit.UI.InsertTableColumnToRightItem();
     this.showInsertTableCellsFormItem1 = new DevExpress.XtraRichEdit.UI.ShowInsertTableCellsFormItem();
     this.mergeTableCellsItem1 = new DevExpress.XtraRichEdit.UI.MergeTableCellsItem();
     this.showSplitTableCellsForm1 = new DevExpress.XtraRichEdit.UI.ShowSplitTableCellsForm();
     this.splitTableItem1 = new DevExpress.XtraRichEdit.UI.SplitTableItem();
     this.toggleTableAutoFitItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableAutoFitItem();
     this.toggleTableAutoFitContentsItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableAutoFitContentsItem();
     this.toggleTableAutoFitWindowItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableAutoFitWindowItem();
     this.toggleTableFixedColumnWidthItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableFixedColumnWidthItem();
     this.toggleTableCellsTopLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopLeftAlignmentItem();
     this.toggleTableCellsTopCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopCenterAlignmentItem();
     this.toggleTableCellsTopRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopRightAlignmentItem();
     this.toggleTableCellsMiddleLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleLeftAlignmentItem();
     this.toggleTableCellsMiddleCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleCenterAlignmentItem();
     this.toggleTableCellsMiddleRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleRightAlignmentItem();
     this.toggleTableCellsBottomLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomLeftAlignmentItem();
     this.toggleTableCellsBottomCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomCenterAlignmentItem();
     this.toggleTableCellsBottomRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomRightAlignmentItem();
     this.switchToSimpleViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToSimpleViewItem();
     this.switchToDraftViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToDraftViewItem();
     this.switchToPrintLayoutViewItem1 = new DevExpress.XtraRichEdit.UI.SwitchToPrintLayoutViewItem();
     this.toggleShowHorizontalRulerItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowHorizontalRulerItem();
     this.toggleShowVerticalRulerItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowVerticalRulerItem();
     this.zoomOutItem1 = new DevExpress.XtraRichEdit.UI.ZoomOutItem();
     this.zoomInItem1 = new DevExpress.XtraRichEdit.UI.ZoomInItem();
     this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
     this.insertPageBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertPageBreakItem();
     this.insertTableItem1 = new DevExpress.XtraRichEdit.UI.InsertTableItem();
     this.insertPictureItem1 = new DevExpress.XtraRichEdit.UI.InsertPictureItem();
     this.insertBookmarkItem1 = new DevExpress.XtraRichEdit.UI.InsertBookmarkItem();
     this.insertHyperlinkItem1 = new DevExpress.XtraRichEdit.UI.InsertHyperlinkItem();
     this.editPageHeaderItem1 = new DevExpress.XtraRichEdit.UI.EditPageHeaderItem();
     this.editPageFooterItem1 = new DevExpress.XtraRichEdit.UI.EditPageFooterItem();
     this.insertPageNumberItem1 = new DevExpress.XtraRichEdit.UI.InsertPageNumberItem();
     this.insertPageCountItem1 = new DevExpress.XtraRichEdit.UI.InsertPageCountItem();
     this.insertSymbolItem1 = new DevExpress.XtraRichEdit.UI.InsertSymbolItem();
     this.changeSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPageMarginsItem();
     this.setNormalSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetNormalSectionPageMarginsItem();
     this.setNarrowSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetNarrowSectionPageMarginsItem();
     this.setModerateSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetModerateSectionPageMarginsItem();
     this.setWideSectionPageMarginsItem1 = new DevExpress.XtraRichEdit.UI.SetWideSectionPageMarginsItem();
     this.changeSectionPageOrientationItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPageOrientationItem();
     this.setPortraitPageOrientationItem1 = new DevExpress.XtraRichEdit.UI.SetPortraitPageOrientationItem();
     this.setLandscapePageOrientationItem1 = new DevExpress.XtraRichEdit.UI.SetLandscapePageOrientationItem();
     this.changeSectionPaperKindItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionPaperKindItem();
     this.changeSectionColumnsItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionColumnsItem();
     this.setSectionOneColumnItem1 = new DevExpress.XtraRichEdit.UI.SetSectionOneColumnItem();
     this.setSectionTwoColumnsItem1 = new DevExpress.XtraRichEdit.UI.SetSectionTwoColumnsItem();
     this.setSectionThreeColumnsItem1 = new DevExpress.XtraRichEdit.UI.SetSectionThreeColumnsItem();
     this.showColumnsSetupFormItem1 = new DevExpress.XtraRichEdit.UI.ShowColumnsSetupFormItem();
     this.insertBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertBreakItem();
     this.insertPageBreakItem2 = new DevExpress.XtraRichEdit.UI.InsertPageBreakItem();
     this.insertColumnBreakItem1 = new DevExpress.XtraRichEdit.UI.InsertColumnBreakItem();
     this.insertSectionBreakNextPageItem1 = new DevExpress.XtraRichEdit.UI.InsertSectionBreakNextPageItem();
     this.insertSectionBreakEvenPageItem1 = new DevExpress.XtraRichEdit.UI.InsertSectionBreakEvenPageItem();
     this.insertSectionBreakOddPageItem1 = new DevExpress.XtraRichEdit.UI.InsertSectionBreakOddPageItem();
     this.changeSectionLineNumberingItem1 = new DevExpress.XtraRichEdit.UI.ChangeSectionLineNumberingItem();
     this.setSectionLineNumberingNoneItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingNoneItem();
     this.setSectionLineNumberingContinuousItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingContinuousItem();
     this.setSectionLineNumberingRestartNewPageItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingRestartNewPageItem();
     this.setSectionLineNumberingRestartNewSectionItem1 = new DevExpress.XtraRichEdit.UI.SetSectionLineNumberingRestartNewSectionItem();
     this.toggleParagraphSuppressLineNumbersItem1 = new DevExpress.XtraRichEdit.UI.ToggleParagraphSuppressLineNumbersItem();
     this.showLineNumberingFormItem1 = new DevExpress.XtraRichEdit.UI.ShowLineNumberingFormItem();
     this.checkSpellingItem1 = new DevExpress.XtraRichEdit.UI.CheckSpellingItem();
     this.protectDocumentItem1 = new DevExpress.XtraRichEdit.UI.ProtectDocumentItem();
     this.changeRangeEditingPermissionsItem1 = new DevExpress.XtraRichEdit.UI.ChangeRangeEditingPermissionsItem();
     this.unprotectDocumentItem1 = new DevExpress.XtraRichEdit.UI.UnprotectDocumentItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.cboTemplate = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemRichEditStyleEdit1 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemRichEditStyleEdit2 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit();
     this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemRichEditStyleEdit3 = new DevExpress.XtraRichEdit.Design.RepositoryItemRichEditStyleEdit();
     this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController();
     this.stylesBar2 = new DevExpress.XtraRichEdit.UI.StylesBar();
     this.grdContent = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colTagCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.colTagName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colNotes = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemPictureEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.CreateDate = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colType = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemRichTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit();
     this.repositoryItemComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemGridLookUpEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
     this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.repositoryItemRichTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit();
     this.repositoryItemRichTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemRichTextEdit();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.cboTempl1 = new System.Windows.Forms.ComboBox();
     this.cboDisplay = new System.Windows.Forms.ComboBox();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.insertBookmark = new DevExpress.XtraEditors.LabelControl();
     this.fileSaveItem2 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
     this.commonBar2 = new DevExpress.XtraRichEdit.UI.CommonBar();
     this.commonBar3 = new DevExpress.XtraRichEdit.UI.CommonBar();
     this.commonBar4 = new DevExpress.XtraRichEdit.UI.CommonBar();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.imageCollection1 = new DevExpress.Utils.ImageCollection(this.components);
     this.dateEdit = new DevExpress.XtraEditors.DateEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineStyle1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineWeight1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdContent)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar3,
     this.commonBar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.cutItem1,
     this.copyItem1,
     this.pasteItem1,
     this.pasteSpecialItem1,
     this.changeFontNameItem1,
     this.changeFontSizeItem1,
     this.changeFontColorItem1,
     this.changeFontBackColorItem1,
     this.toggleFontBoldItem1,
     this.toggleFontItalicItem1,
     this.toggleFontUnderlineItem1,
     this.toggleFontDoubleUnderlineItem1,
     this.toggleFontStrikeoutItem1,
     this.toggleFontDoubleStrikeoutItem1,
     this.toggleFontSubscriptItem1,
     this.changeTextCaseItem1,
     this.makeTextUpperCaseItem1,
     this.makeTextLowerCaseItem1,
     this.toggleTextCaseItem1,
     this.fontSizeIncreaseItem1,
     this.fontSizeDecreaseItem1,
     this.clearFormattingItem1,
     this.showFontFormItem1,
     this.toggleParagraphAlignmentLeftItem1,
     this.toggleParagraphAlignmentCenterItem1,
     this.toggleParagraphAlignmentRightItem1,
     this.toggleParagraphAlignmentJustifyItem1,
     this.changeParagraphLineSpacingItem1,
     this.setSingleParagraphSpacingItem1,
     this.setSesquialteralParagraphSpacingItem1,
     this.setDoubleParagraphSpacingItem1,
     this.showLineSpacingFormItem1,
     this.addSpacingBeforeParagraphItem1,
     this.removeSpacingBeforeParagraphItem1,
     this.addSpacingAfterParagraphItem1,
     this.removeSpacingAfterParagraphItem1,
     this.toggleNumberingListItem1,
     this.toggleMultiLevelListItem1,
     this.decreaseIndentItem1,
     this.increaseIndentItem1,
     this.toggleShowWhitespaceItem1,
     this.showParagraphFormItem1,
     this.findItem1,
     this.replaceItem1,
     this.changeTableCellsShadingItem1,
     this.changeTableBordersItem1,
     this.toggleTableCellsBottomBorderItem1,
     this.toggleTableCellsTopBorderItem1,
     this.toggleTableCellsLeftBorderItem1,
     this.toggleTableCellsRightBorderItem1,
     this.resetTableCellsAllBordersItem1,
     this.toggleTableCellsAllBordersItem1,
     this.toggleTableCellsOutsideBorderItem1,
     this.toggleTableCellsInsideBorderItem1,
     this.toggleTableCellsInsideHorizontalBorderItem1,
     this.toggleTableCellsInsideVerticalBorderItem1,
     this.toggleShowTableGridLinesItem1,
     this.changeTableBorderLineStyleItem1,
     this.changeTableBorderLineWeightItem1,
     this.changeTableBorderColorItem1,
     this.selectTableElementsItem1,
     this.selectTableCellItem1,
     this.selectTableColumnItem1,
     this.selectTableRowItem1,
     this.selectTableItem1,
     this.showTablePropertiesFormItem1,
     this.deleteTableElementsItem1,
     this.showDeleteTableCellsFormItem1,
     this.deleteTableColumnsItem1,
     this.deleteTableRowsItem1,
     this.deleteTableItem1,
     this.insertTableRowAboveItem1,
     this.insertTableRowBelowItem1,
     this.insertTableColumnToLeftItem1,
     this.insertTableColumnToRightItem1,
     this.showInsertTableCellsFormItem1,
     this.mergeTableCellsItem1,
     this.showSplitTableCellsForm1,
     this.splitTableItem1,
     this.toggleTableAutoFitItem1,
     this.toggleTableAutoFitContentsItem1,
     this.toggleTableAutoFitWindowItem1,
     this.toggleTableFixedColumnWidthItem1,
     this.toggleTableCellsTopLeftAlignmentItem1,
     this.toggleTableCellsTopCenterAlignmentItem1,
     this.toggleTableCellsTopRightAlignmentItem1,
     this.toggleTableCellsMiddleLeftAlignmentItem1,
     this.toggleTableCellsMiddleCenterAlignmentItem1,
     this.toggleTableCellsMiddleRightAlignmentItem1,
     this.toggleTableCellsBottomLeftAlignmentItem1,
     this.toggleTableCellsBottomCenterAlignmentItem1,
     this.toggleTableCellsBottomRightAlignmentItem1,
     this.switchToSimpleViewItem1,
     this.switchToDraftViewItem1,
     this.switchToPrintLayoutViewItem1,
     this.toggleShowHorizontalRulerItem1,
     this.toggleShowVerticalRulerItem1,
     this.zoomOutItem1,
     this.zoomInItem1,
     this.toggleBulletedListItem1,
     this.insertPageBreakItem1,
     this.insertTableItem1,
     this.insertPictureItem1,
     this.insertBookmarkItem1,
     this.insertHyperlinkItem1,
     this.editPageHeaderItem1,
     this.editPageFooterItem1,
     this.insertPageNumberItem1,
     this.insertPageCountItem1,
     this.insertSymbolItem1,
     this.changeSectionPageMarginsItem1,
     this.setNormalSectionPageMarginsItem1,
     this.setNarrowSectionPageMarginsItem1,
     this.setModerateSectionPageMarginsItem1,
     this.setWideSectionPageMarginsItem1,
     this.changeSectionPageOrientationItem1,
     this.setPortraitPageOrientationItem1,
     this.setLandscapePageOrientationItem1,
     this.changeSectionPaperKindItem1,
     this.changeSectionColumnsItem1,
     this.setSectionOneColumnItem1,
     this.setSectionTwoColumnsItem1,
     this.setSectionThreeColumnsItem1,
     this.showColumnsSetupFormItem1,
     this.insertBreakItem1,
     this.insertPageBreakItem2,
     this.insertColumnBreakItem1,
     this.insertSectionBreakNextPageItem1,
     this.insertSectionBreakEvenPageItem1,
     this.insertSectionBreakOddPageItem1,
     this.changeSectionLineNumberingItem1,
     this.setSectionLineNumberingNoneItem1,
     this.setSectionLineNumberingContinuousItem1,
     this.setSectionLineNumberingRestartNewPageItem1,
     this.setSectionLineNumberingRestartNewSectionItem1,
     this.toggleParagraphSuppressLineNumbersItem1,
     this.showLineNumberingFormItem1,
     this.checkSpellingItem1,
     this.protectDocumentItem1,
     this.changeRangeEditingPermissionsItem1,
     this.unprotectDocumentItem1,
     this.barStaticItem1,
     this.cboTemplate,
     this.barStaticItem2,
     this.barEditItem1,
     this.insertPdfItem,
     this.barButtonItem1,
     this.insertImage1,
     this.barButtonItem2});
     this.barManager1.MaxItemId = 192;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemFontEdit1,
     this.repositoryItemRichEditFontSizeEdit1,
     this.repositoryItemRichEditStyleEdit1,
     this.repositoryItemBorderLineStyle1,
     this.repositoryItemBorderLineWeight1,
     this.repositoryItemPictureEdit1,
     this.repositoryItemComboBox1,
     this.repositoryItemTextEdit1,
     this.repositoryItemRichEditStyleEdit2,
     this.repositoryItemComboBox2,
     this.repositoryItemComboBox4,
     this.repositoryItemPictureEdit2,
     this.repositoryItemRichEditStyleEdit3});
     this.barManager1.StatusBar = this.bar3;
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // commonBar1
     //
     this.commonBar1.BarName = "";
     this.commonBar1.DockCol = 0;
     this.commonBar1.DockRow = 0;
     this.commonBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.commonBar1.FloatLocation = new System.Drawing.Point(481, 151);
     this.commonBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.insertPdfItem),
     new DevExpress.XtraBars.LinkPersistInfo(this.insertImage1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
     this.commonBar1.Offset = 381;
     this.commonBar1.Text = "";
     //
     // insertPdfItem
     //
     this.insertPdfItem.Caption = "Pdf";
     this.insertPdfItem.Id = 188;
     this.insertPdfItem.Name = "insertPdfItem";
     this.insertPdfItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.insertPdfItem_ItemClick);
     //
     // insertImage1
     //
     this.insertImage1.Caption = "Img";
     this.insertImage1.Id = 190;
     this.insertImage1.Name = "insertImage1";
     this.insertImage1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.insertImage1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "Bookmark";
     this.barButtonItem2.Id = 191;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(728, 29);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 491);
     this.barDockControlBottom.Size = new System.Drawing.Size(728, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 29);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 462);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(728, 29);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 462);
     //
     // cutItem1
     //
     this.cutItem1.Caption = "Cut";
     this.cutItem1.Enabled = false;
     this.cutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("cutItem1.Glyph")));
     this.cutItem1.Id = 2;
     this.cutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("cutItem1.LargeGlyph")));
     this.cutItem1.Name = "cutItem1";
     toolTipTitleItem1.Text = "Cut (Ctrl+X)";
     toolTipItem1.Text = "Cut the selection from the document and put it on the Clipboard.";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     this.cutItem1.SuperTip = superToolTip1;
     //
     // copyItem1
     //
     this.copyItem1.Caption = "Copy";
     this.copyItem1.Enabled = false;
     this.copyItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("copyItem1.Glyph")));
     this.copyItem1.Id = 3;
     this.copyItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("copyItem1.LargeGlyph")));
     this.copyItem1.Name = "copyItem1";
     toolTipTitleItem2.Text = "Copy (Ctrl+C)";
     toolTipItem2.Text = "Copy the selection and put it on the Clipboard.";
     superToolTip2.Items.Add(toolTipTitleItem2);
     superToolTip2.Items.Add(toolTipItem2);
     this.copyItem1.SuperTip = superToolTip2;
     //
     // pasteItem1
     //
     this.pasteItem1.Caption = "Paste";
     this.pasteItem1.Enabled = false;
     this.pasteItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("pasteItem1.Glyph")));
     this.pasteItem1.Id = 4;
     this.pasteItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("pasteItem1.LargeGlyph")));
     this.pasteItem1.Name = "pasteItem1";
     toolTipTitleItem3.Text = "Paste (Ctrl+V)";
     toolTipItem3.Text = "Paste the contents of the Clipboard.";
     superToolTip3.Items.Add(toolTipTitleItem3);
     superToolTip3.Items.Add(toolTipItem3);
     this.pasteItem1.SuperTip = superToolTip3;
     //
     // pasteSpecialItem1
     //
     this.pasteSpecialItem1.Caption = "Paste Special";
     this.pasteSpecialItem1.Enabled = false;
     this.pasteSpecialItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("pasteSpecialItem1.Glyph")));
     this.pasteSpecialItem1.Id = 5;
     this.pasteSpecialItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("pasteSpecialItem1.LargeGlyph")));
     this.pasteSpecialItem1.Name = "pasteSpecialItem1";
     toolTipTitleItem4.Text = "Paste Special (Ctrl+Alt+V)";
     toolTipItem4.Text = "Paste Special";
     superToolTip4.Items.Add(toolTipTitleItem4);
     superToolTip4.Items.Add(toolTipItem4);
     this.pasteSpecialItem1.SuperTip = superToolTip4;
     //
     // changeFontNameItem1
     //
     this.changeFontNameItem1.Caption = "Font";
     this.changeFontNameItem1.Edit = this.repositoryItemFontEdit1;
     this.changeFontNameItem1.Enabled = false;
     this.changeFontNameItem1.Id = 6;
     this.changeFontNameItem1.Name = "changeFontNameItem1";
     toolTipTitleItem5.Text = "Font";
     toolTipItem5.Text = "Change the font face.";
     superToolTip5.Items.Add(toolTipTitleItem5);
     superToolTip5.Items.Add(toolTipItem5);
     this.changeFontNameItem1.SuperTip = superToolTip5;
     //
     // repositoryItemFontEdit1
     //
     this.repositoryItemFontEdit1.AutoHeight = false;
     this.repositoryItemFontEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemFontEdit1.Name = "repositoryItemFontEdit1";
     //
     // changeFontSizeItem1
     //
     this.changeFontSizeItem1.Caption = "Font Size";
     this.changeFontSizeItem1.Edit = this.repositoryItemRichEditFontSizeEdit1;
     this.changeFontSizeItem1.Enabled = false;
     this.changeFontSizeItem1.Id = 7;
     this.changeFontSizeItem1.Name = "changeFontSizeItem1";
     toolTipTitleItem6.Text = "Font Size";
     toolTipItem6.Text = "Change the font size.";
     superToolTip6.Items.Add(toolTipTitleItem6);
     superToolTip6.Items.Add(toolTipItem6);
     this.changeFontSizeItem1.SuperTip = superToolTip6;
     //
     // repositoryItemRichEditFontSizeEdit1
     //
     this.repositoryItemRichEditFontSizeEdit1.AutoHeight = false;
     this.repositoryItemRichEditFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemRichEditFontSizeEdit1.Control = null;
     this.repositoryItemRichEditFontSizeEdit1.Name = "repositoryItemRichEditFontSizeEdit1";
     //
     // changeFontColorItem1
     //
     this.changeFontColorItem1.Caption = "Font Color";
     this.changeFontColorItem1.Enabled = false;
     this.changeFontColorItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeFontColorItem1.Glyph")));
     this.changeFontColorItem1.Id = 8;
     this.changeFontColorItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeFontColorItem1.LargeGlyph")));
     this.changeFontColorItem1.Name = "changeFontColorItem1";
     toolTipTitleItem7.Text = "Font Color";
     toolTipItem7.Text = "Change the font color.";
     superToolTip7.Items.Add(toolTipTitleItem7);
     superToolTip7.Items.Add(toolTipItem7);
     this.changeFontColorItem1.SuperTip = superToolTip7;
     //
     // changeFontBackColorItem1
     //
     this.changeFontBackColorItem1.Caption = "Text Highlight Color";
     this.changeFontBackColorItem1.Enabled = false;
     this.changeFontBackColorItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeFontBackColorItem1.Glyph")));
     this.changeFontBackColorItem1.Id = 9;
     this.changeFontBackColorItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeFontBackColorItem1.LargeGlyph")));
     this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
     toolTipTitleItem8.Text = "Text Highlight Color";
     toolTipItem8.Text = "Make text look like it was marked with a highlighter pen.";
     superToolTip8.Items.Add(toolTipTitleItem8);
     superToolTip8.Items.Add(toolTipItem8);
     this.changeFontBackColorItem1.SuperTip = superToolTip8;
     //
     // toggleFontBoldItem1
     //
     this.toggleFontBoldItem1.Caption = "Bold";
     this.toggleFontBoldItem1.Enabled = false;
     this.toggleFontBoldItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontBoldItem1.Glyph")));
     this.toggleFontBoldItem1.Id = 10;
     this.toggleFontBoldItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontBoldItem1.LargeGlyph")));
     this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
     toolTipTitleItem9.Text = "Bold (Ctrl+B)";
     toolTipItem9.Text = "Make the selected text bold.";
     superToolTip9.Items.Add(toolTipTitleItem9);
     superToolTip9.Items.Add(toolTipItem9);
     this.toggleFontBoldItem1.SuperTip = superToolTip9;
     //
     // toggleFontItalicItem1
     //
     this.toggleFontItalicItem1.Caption = "Italic";
     this.toggleFontItalicItem1.Enabled = false;
     this.toggleFontItalicItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontItalicItem1.Glyph")));
     this.toggleFontItalicItem1.Id = 11;
     this.toggleFontItalicItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontItalicItem1.LargeGlyph")));
     this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
     toolTipTitleItem10.Text = "Italic (Ctrl+I)";
     toolTipItem10.Text = "Italicize the selected text.";
     superToolTip10.Items.Add(toolTipTitleItem10);
     superToolTip10.Items.Add(toolTipItem10);
     this.toggleFontItalicItem1.SuperTip = superToolTip10;
     //
     // toggleFontUnderlineItem1
     //
     this.toggleFontUnderlineItem1.Caption = "Underline";
     this.toggleFontUnderlineItem1.Enabled = false;
     this.toggleFontUnderlineItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontUnderlineItem1.Glyph")));
     this.toggleFontUnderlineItem1.Id = 12;
     this.toggleFontUnderlineItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontUnderlineItem1.LargeGlyph")));
     this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
     toolTipTitleItem11.Text = "Underline (Ctrl+U)";
     toolTipItem11.Text = "Underline the selected text.";
     superToolTip11.Items.Add(toolTipTitleItem11);
     superToolTip11.Items.Add(toolTipItem11);
     this.toggleFontUnderlineItem1.SuperTip = superToolTip11;
     //
     // toggleFontDoubleUnderlineItem1
     //
     this.toggleFontDoubleUnderlineItem1.Caption = "Double Underline";
     this.toggleFontDoubleUnderlineItem1.Enabled = false;
     this.toggleFontDoubleUnderlineItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontDoubleUnderlineItem1.Glyph")));
     this.toggleFontDoubleUnderlineItem1.Id = 13;
     this.toggleFontDoubleUnderlineItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontDoubleUnderlineItem1.LargeGlyph")));
     this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
     toolTipTitleItem12.Text = "Double Underline (Ctrl+Shift+D)";
     toolTipItem12.Text = "Double underline";
     superToolTip12.Items.Add(toolTipTitleItem12);
     superToolTip12.Items.Add(toolTipItem12);
     this.toggleFontDoubleUnderlineItem1.SuperTip = superToolTip12;
     //
     // toggleFontStrikeoutItem1
     //
     this.toggleFontStrikeoutItem1.Caption = "Strikethrough";
     this.toggleFontStrikeoutItem1.Enabled = false;
     this.toggleFontStrikeoutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontStrikeoutItem1.Glyph")));
     this.toggleFontStrikeoutItem1.Id = 14;
     this.toggleFontStrikeoutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontStrikeoutItem1.LargeGlyph")));
     this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
     toolTipTitleItem13.Text = "Strikethrough";
     toolTipItem13.Text = "Draw a line through the middle of the selected text.";
     superToolTip13.Items.Add(toolTipTitleItem13);
     superToolTip13.Items.Add(toolTipItem13);
     this.toggleFontStrikeoutItem1.SuperTip = superToolTip13;
     //
     // toggleFontDoubleStrikeoutItem1
     //
     this.toggleFontDoubleStrikeoutItem1.Caption = "Double Strikethrough";
     this.toggleFontDoubleStrikeoutItem1.Enabled = false;
     this.toggleFontDoubleStrikeoutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontDoubleStrikeoutItem1.Glyph")));
     this.toggleFontDoubleStrikeoutItem1.Id = 15;
     this.toggleFontDoubleStrikeoutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontDoubleStrikeoutItem1.LargeGlyph")));
     this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
     toolTipTitleItem14.Text = "Double Strikethrough";
     toolTipItem14.Text = "Double strikethrough";
     superToolTip14.Items.Add(toolTipTitleItem14);
     superToolTip14.Items.Add(toolTipItem14);
     this.toggleFontDoubleStrikeoutItem1.SuperTip = superToolTip14;
     //
     // toggleFontSubscriptItem1
     //
     this.toggleFontSubscriptItem1.Caption = "Subscript";
     this.toggleFontSubscriptItem1.Enabled = false;
     this.toggleFontSubscriptItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleFontSubscriptItem1.Glyph")));
     this.toggleFontSubscriptItem1.Id = 17;
     this.toggleFontSubscriptItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleFontSubscriptItem1.LargeGlyph")));
     this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
     toolTipTitleItem15.Text = "Subscript (Ctrl++)";
     toolTipItem15.Text = "Create small letters below the text baseline.";
     superToolTip15.Items.Add(toolTipTitleItem15);
     superToolTip15.Items.Add(toolTipItem15);
     this.toggleFontSubscriptItem1.SuperTip = superToolTip15;
     //
     // changeTextCaseItem1
     //
     this.changeTextCaseItem1.Caption = "Change Case";
     this.changeTextCaseItem1.Enabled = false;
     this.changeTextCaseItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeTextCaseItem1.Glyph")));
     this.changeTextCaseItem1.Id = 18;
     this.changeTextCaseItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeTextCaseItem1.LargeGlyph")));
     this.changeTextCaseItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.makeTextUpperCaseItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.makeTextLowerCaseItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
     this.changeTextCaseItem1.Name = "changeTextCaseItem1";
     toolTipTitleItem19.Text = "Change Case";
     toolTipItem19.Text = "Change all the selected text to UPPERCASE, lowercase, or other common capitalizat" +
         "ions.";
     superToolTip19.Items.Add(toolTipTitleItem19);
     superToolTip19.Items.Add(toolTipItem19);
     this.changeTextCaseItem1.SuperTip = superToolTip19;
     //
     // makeTextUpperCaseItem1
     //
     this.makeTextUpperCaseItem1.Caption = "UPPERCASE";
     this.makeTextUpperCaseItem1.Enabled = false;
     this.makeTextUpperCaseItem1.Id = 19;
     this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
     toolTipTitleItem16.Text = "UPPERCASE";
     toolTipItem16.Text = "Change all the selected text to UPPERCASE.";
     superToolTip16.Items.Add(toolTipTitleItem16);
     superToolTip16.Items.Add(toolTipItem16);
     this.makeTextUpperCaseItem1.SuperTip = superToolTip16;
     //
     // makeTextLowerCaseItem1
     //
     this.makeTextLowerCaseItem1.Caption = "lowercase";
     this.makeTextLowerCaseItem1.Enabled = false;
     this.makeTextLowerCaseItem1.Id = 20;
     this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
     toolTipTitleItem17.Text = "lowercase";
     toolTipItem17.Text = "Change all the selected text to lowercase.";
     superToolTip17.Items.Add(toolTipTitleItem17);
     superToolTip17.Items.Add(toolTipItem17);
     this.makeTextLowerCaseItem1.SuperTip = superToolTip17;
     //
     // toggleTextCaseItem1
     //
     this.toggleTextCaseItem1.Caption = "tOGGLE cASE";
     this.toggleTextCaseItem1.Enabled = false;
     this.toggleTextCaseItem1.Id = 21;
     this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
     toolTipTitleItem18.Text = "tOGGLE cASE";
     toolTipItem18.Text = "tOGGLE cASE.";
     superToolTip18.Items.Add(toolTipTitleItem18);
     superToolTip18.Items.Add(toolTipItem18);
     this.toggleTextCaseItem1.SuperTip = superToolTip18;
     //
     // fontSizeIncreaseItem1
     //
     this.fontSizeIncreaseItem1.Caption = "Grow Font";
     this.fontSizeIncreaseItem1.Enabled = false;
     this.fontSizeIncreaseItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fontSizeIncreaseItem1.Glyph")));
     this.fontSizeIncreaseItem1.Id = 22;
     this.fontSizeIncreaseItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fontSizeIncreaseItem1.LargeGlyph")));
     this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
     toolTipTitleItem20.Text = "Grow Font (Ctrl+Shift+.)";
     toolTipItem20.Text = "Increase the font size.";
     superToolTip20.Items.Add(toolTipTitleItem20);
     superToolTip20.Items.Add(toolTipItem20);
     this.fontSizeIncreaseItem1.SuperTip = superToolTip20;
     //
     // fontSizeDecreaseItem1
     //
     this.fontSizeDecreaseItem1.Caption = "Shrink Font";
     this.fontSizeDecreaseItem1.Enabled = false;
     this.fontSizeDecreaseItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("fontSizeDecreaseItem1.Glyph")));
     this.fontSizeDecreaseItem1.Id = 23;
     this.fontSizeDecreaseItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fontSizeDecreaseItem1.LargeGlyph")));
     this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
     toolTipTitleItem21.Text = "Shrink Font (Ctrl+Shift+,)";
     toolTipItem21.Text = "Decrease the font size.";
     superToolTip21.Items.Add(toolTipTitleItem21);
     superToolTip21.Items.Add(toolTipItem21);
     this.fontSizeDecreaseItem1.SuperTip = superToolTip21;
     //
     // clearFormattingItem1
     //
     this.clearFormattingItem1.Caption = "Clear Formatting";
     this.clearFormattingItem1.Enabled = false;
     this.clearFormattingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("clearFormattingItem1.Glyph")));
     this.clearFormattingItem1.Id = 24;
     this.clearFormattingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("clearFormattingItem1.LargeGlyph")));
     this.clearFormattingItem1.Name = "clearFormattingItem1";
     toolTipTitleItem22.Text = "Clear Formatting (Ctrl+Space)";
     toolTipItem22.Text = "Clear all the formatting from the selection, leaving only plain text.";
     superToolTip22.Items.Add(toolTipTitleItem22);
     superToolTip22.Items.Add(toolTipItem22);
     this.clearFormattingItem1.SuperTip = superToolTip22;
     //
     // showFontFormItem1
     //
     this.showFontFormItem1.Caption = "Font";
     this.showFontFormItem1.Enabled = false;
     this.showFontFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showFontFormItem1.Glyph")));
     this.showFontFormItem1.Id = 25;
     this.showFontFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showFontFormItem1.LargeGlyph")));
     this.showFontFormItem1.Name = "showFontFormItem1";
     toolTipTitleItem23.Text = "Font (Ctrl+D)";
     toolTipItem23.Text = "Show the Font dialog box.";
     superToolTip23.Items.Add(toolTipTitleItem23);
     superToolTip23.Items.Add(toolTipItem23);
     this.showFontFormItem1.SuperTip = superToolTip23;
     //
     // toggleParagraphAlignmentLeftItem1
     //
     this.toggleParagraphAlignmentLeftItem1.Caption = "Align Text Left";
     this.toggleParagraphAlignmentLeftItem1.Enabled = false;
     this.toggleParagraphAlignmentLeftItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentLeftItem1.Glyph")));
     this.toggleParagraphAlignmentLeftItem1.Id = 26;
     this.toggleParagraphAlignmentLeftItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentLeftItem1.LargeGlyph")));
     this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
     toolTipTitleItem24.Text = "Align Text Left (Ctrl+L)";
     toolTipItem24.Text = "Align text to the left.";
     superToolTip24.Items.Add(toolTipTitleItem24);
     superToolTip24.Items.Add(toolTipItem24);
     this.toggleParagraphAlignmentLeftItem1.SuperTip = superToolTip24;
     //
     // toggleParagraphAlignmentCenterItem1
     //
     this.toggleParagraphAlignmentCenterItem1.Caption = "Center";
     this.toggleParagraphAlignmentCenterItem1.Enabled = false;
     this.toggleParagraphAlignmentCenterItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentCenterItem1.Glyph")));
     this.toggleParagraphAlignmentCenterItem1.Id = 27;
     this.toggleParagraphAlignmentCenterItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentCenterItem1.LargeGlyph")));
     this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
     toolTipTitleItem25.Text = "Center (Ctrl+E)";
     toolTipItem25.Text = "Center text.";
     superToolTip25.Items.Add(toolTipTitleItem25);
     superToolTip25.Items.Add(toolTipItem25);
     this.toggleParagraphAlignmentCenterItem1.SuperTip = superToolTip25;
     //
     // toggleParagraphAlignmentRightItem1
     //
     this.toggleParagraphAlignmentRightItem1.Caption = "Align Text Right";
     this.toggleParagraphAlignmentRightItem1.Enabled = false;
     this.toggleParagraphAlignmentRightItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentRightItem1.Glyph")));
     this.toggleParagraphAlignmentRightItem1.Id = 28;
     this.toggleParagraphAlignmentRightItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentRightItem1.LargeGlyph")));
     this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
     toolTipTitleItem26.Text = "Align Text Right (Ctrl+R)";
     toolTipItem26.Text = "Align text to the right.";
     superToolTip26.Items.Add(toolTipTitleItem26);
     superToolTip26.Items.Add(toolTipItem26);
     this.toggleParagraphAlignmentRightItem1.SuperTip = superToolTip26;
     //
     // toggleParagraphAlignmentJustifyItem1
     //
     this.toggleParagraphAlignmentJustifyItem1.Caption = "Justify";
     this.toggleParagraphAlignmentJustifyItem1.Enabled = false;
     this.toggleParagraphAlignmentJustifyItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentJustifyItem1.Glyph")));
     this.toggleParagraphAlignmentJustifyItem1.Id = 29;
     this.toggleParagraphAlignmentJustifyItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleParagraphAlignmentJustifyItem1.LargeGlyph")));
     this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
     toolTipTitleItem27.Text = "Justify (Ctrl+J)";
     toolTipItem27.Text = "Align text to both left and right margins, adding extra space between words as ne" +
         "cessary.\r\n\r\nThis creates a clean look along the left and right side of the page." +
         "";
     superToolTip27.Items.Add(toolTipTitleItem27);
     superToolTip27.Items.Add(toolTipItem27);
     this.toggleParagraphAlignmentJustifyItem1.SuperTip = superToolTip27;
     //
     // changeParagraphLineSpacingItem1
     //
     this.changeParagraphLineSpacingItem1.Caption = "Line Spacing";
     this.changeParagraphLineSpacingItem1.Enabled = false;
     this.changeParagraphLineSpacingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeParagraphLineSpacingItem1.Glyph")));
     this.changeParagraphLineSpacingItem1.Id = 30;
     this.changeParagraphLineSpacingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeParagraphLineSpacingItem1.LargeGlyph")));
     this.changeParagraphLineSpacingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.setSingleParagraphSpacingItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setSesquialteralParagraphSpacingItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setDoubleParagraphSpacingItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.showLineSpacingFormItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingBeforeParagraphItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingBeforeParagraphItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.addSpacingAfterParagraphItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.removeSpacingAfterParagraphItem1)});
     this.changeParagraphLineSpacingItem1.Name = "changeParagraphLineSpacingItem1";
     toolTipTitleItem36.Text = "Line Spacing";
     toolTipItem36.Text = "Change the spacing between lines of text.\r\n\r\nYou can also customize the amount of" +
         " space added before and after paragraphs.";
     superToolTip36.Items.Add(toolTipTitleItem36);
     superToolTip36.Items.Add(toolTipItem36);
     this.changeParagraphLineSpacingItem1.SuperTip = superToolTip36;
     //
     // setSingleParagraphSpacingItem1
     //
     this.setSingleParagraphSpacingItem1.Caption = "1.0";
     this.setSingleParagraphSpacingItem1.Enabled = false;
     this.setSingleParagraphSpacingItem1.Id = 31;
     this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
     toolTipTitleItem28.Text = "1.0 (Ctrl+1)";
     toolTipItem28.Text = " ";
     superToolTip28.Items.Add(toolTipTitleItem28);
     superToolTip28.Items.Add(toolTipItem28);
     this.setSingleParagraphSpacingItem1.SuperTip = superToolTip28;
     //
     // setSesquialteralParagraphSpacingItem1
     //
     this.setSesquialteralParagraphSpacingItem1.Caption = "1.5";
     this.setSesquialteralParagraphSpacingItem1.Enabled = false;
     this.setSesquialteralParagraphSpacingItem1.Id = 32;
     this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
     toolTipTitleItem29.Text = "1.5 (Ctrl+5)";
     toolTipItem29.Text = " ";
     superToolTip29.Items.Add(toolTipTitleItem29);
     superToolTip29.Items.Add(toolTipItem29);
     this.setSesquialteralParagraphSpacingItem1.SuperTip = superToolTip29;
     //
     // setDoubleParagraphSpacingItem1
     //
     this.setDoubleParagraphSpacingItem1.Caption = "2.0";
     this.setDoubleParagraphSpacingItem1.Enabled = false;
     this.setDoubleParagraphSpacingItem1.Id = 33;
     this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
     toolTipTitleItem30.Text = "2.0 (Ctrl+2)";
     toolTipItem30.Text = " ";
     superToolTip30.Items.Add(toolTipTitleItem30);
     superToolTip30.Items.Add(toolTipItem30);
     this.setDoubleParagraphSpacingItem1.SuperTip = superToolTip30;
     //
     // showLineSpacingFormItem1
     //
     this.showLineSpacingFormItem1.Caption = "Line Spacing Options...";
     this.showLineSpacingFormItem1.Enabled = false;
     this.showLineSpacingFormItem1.Id = 34;
     this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
     toolTipTitleItem31.Text = "Line Spacing Options...";
     toolTipItem31.Text = " ";
     superToolTip31.Items.Add(toolTipTitleItem31);
     superToolTip31.Items.Add(toolTipItem31);
     this.showLineSpacingFormItem1.SuperTip = superToolTip31;
     //
     // addSpacingBeforeParagraphItem1
     //
     this.addSpacingBeforeParagraphItem1.Caption = "Add Space &Before Paragraph";
     this.addSpacingBeforeParagraphItem1.Enabled = false;
     this.addSpacingBeforeParagraphItem1.Id = 35;
     this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
     toolTipTitleItem32.Text = "Add Space &Before Paragraph";
     toolTipItem32.Text = " ";
     superToolTip32.Items.Add(toolTipTitleItem32);
     superToolTip32.Items.Add(toolTipItem32);
     this.addSpacingBeforeParagraphItem1.SuperTip = superToolTip32;
     //
     // removeSpacingBeforeParagraphItem1
     //
     this.removeSpacingBeforeParagraphItem1.Caption = "Remove Space &Before Paragraph";
     this.removeSpacingBeforeParagraphItem1.Enabled = false;
     this.removeSpacingBeforeParagraphItem1.Id = 36;
     this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
     toolTipTitleItem33.Text = "Remove Space &Before Paragraph";
     toolTipItem33.Text = " ";
     superToolTip33.Items.Add(toolTipTitleItem33);
     superToolTip33.Items.Add(toolTipItem33);
     this.removeSpacingBeforeParagraphItem1.SuperTip = superToolTip33;
     //
     // addSpacingAfterParagraphItem1
     //
     this.addSpacingAfterParagraphItem1.Caption = "Add Space &After Paragraph";
     this.addSpacingAfterParagraphItem1.Enabled = false;
     this.addSpacingAfterParagraphItem1.Id = 37;
     this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
     toolTipTitleItem34.Text = "Add Space &After Paragraph";
     toolTipItem34.Text = " ";
     superToolTip34.Items.Add(toolTipTitleItem34);
     superToolTip34.Items.Add(toolTipItem34);
     this.addSpacingAfterParagraphItem1.SuperTip = superToolTip34;
     //
     // removeSpacingAfterParagraphItem1
     //
     this.removeSpacingAfterParagraphItem1.Caption = "Remove Space &After Paragraph";
     this.removeSpacingAfterParagraphItem1.Enabled = false;
     this.removeSpacingAfterParagraphItem1.Id = 38;
     this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
     toolTipTitleItem35.Text = "Remove Space &After Paragraph";
     toolTipItem35.Text = " ";
     superToolTip35.Items.Add(toolTipTitleItem35);
     superToolTip35.Items.Add(toolTipItem35);
     this.removeSpacingAfterParagraphItem1.SuperTip = superToolTip35;
     //
     // toggleNumberingListItem1
     //
     this.toggleNumberingListItem1.Caption = "Numbering";
     this.toggleNumberingListItem1.Enabled = false;
     this.toggleNumberingListItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleNumberingListItem1.Glyph")));
     this.toggleNumberingListItem1.Id = 39;
     this.toggleNumberingListItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleNumberingListItem1.LargeGlyph")));
     this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
     toolTipTitleItem37.Text = "Numbering";
     toolTipItem37.Text = "Start a numbered list.";
     superToolTip37.Items.Add(toolTipTitleItem37);
     superToolTip37.Items.Add(toolTipItem37);
     this.toggleNumberingListItem1.SuperTip = superToolTip37;
     //
     // toggleMultiLevelListItem1
     //
     this.toggleMultiLevelListItem1.Caption = "Multilevel list";
     this.toggleMultiLevelListItem1.Enabled = false;
     this.toggleMultiLevelListItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleMultiLevelListItem1.Glyph")));
     this.toggleMultiLevelListItem1.Id = 40;
     this.toggleMultiLevelListItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleMultiLevelListItem1.LargeGlyph")));
     this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
     toolTipTitleItem38.Text = "Multilevel list";
     toolTipItem38.Text = "Start a multilevel list.";
     superToolTip38.Items.Add(toolTipTitleItem38);
     superToolTip38.Items.Add(toolTipItem38);
     this.toggleMultiLevelListItem1.SuperTip = superToolTip38;
     //
     // decreaseIndentItem1
     //
     this.decreaseIndentItem1.Caption = "Decrease Indent";
     this.decreaseIndentItem1.Enabled = false;
     this.decreaseIndentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("decreaseIndentItem1.Glyph")));
     this.decreaseIndentItem1.Id = 41;
     this.decreaseIndentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("decreaseIndentItem1.LargeGlyph")));
     this.decreaseIndentItem1.Name = "decreaseIndentItem1";
     toolTipTitleItem39.Text = "Decrease Indent";
     toolTipItem39.Text = "Decrease the indent level of the paragraph.";
     superToolTip39.Items.Add(toolTipTitleItem39);
     superToolTip39.Items.Add(toolTipItem39);
     this.decreaseIndentItem1.SuperTip = superToolTip39;
     //
     // increaseIndentItem1
     //
     this.increaseIndentItem1.Caption = "Increase Indent";
     this.increaseIndentItem1.Enabled = false;
     this.increaseIndentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("increaseIndentItem1.Glyph")));
     this.increaseIndentItem1.Id = 42;
     this.increaseIndentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("increaseIndentItem1.LargeGlyph")));
     this.increaseIndentItem1.Name = "increaseIndentItem1";
     toolTipTitleItem40.Text = "Increase Indent";
     toolTipItem40.Text = "Increase the indent level of the paragraph.";
     superToolTip40.Items.Add(toolTipTitleItem40);
     superToolTip40.Items.Add(toolTipItem40);
     this.increaseIndentItem1.SuperTip = superToolTip40;
     //
     // toggleShowWhitespaceItem1
     //
     this.toggleShowWhitespaceItem1.Caption = "Show/Hide ¶";
     this.toggleShowWhitespaceItem1.Enabled = false;
     this.toggleShowWhitespaceItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleShowWhitespaceItem1.Glyph")));
     this.toggleShowWhitespaceItem1.Id = 43;
     this.toggleShowWhitespaceItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleShowWhitespaceItem1.LargeGlyph")));
     this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
     toolTipTitleItem41.Text = "Show/Hide ¶ (Ctrl+Shift+8)";
     toolTipItem41.Text = "Show paragraph marks and other hidden formatting symbols.";
     superToolTip41.Items.Add(toolTipTitleItem41);
     superToolTip41.Items.Add(toolTipItem41);
     this.toggleShowWhitespaceItem1.SuperTip = superToolTip41;
     //
     // showParagraphFormItem1
     //
     this.showParagraphFormItem1.Caption = "Paragraph";
     this.showParagraphFormItem1.Enabled = false;
     this.showParagraphFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showParagraphFormItem1.Glyph")));
     this.showParagraphFormItem1.Id = 44;
     this.showParagraphFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showParagraphFormItem1.LargeGlyph")));
     this.showParagraphFormItem1.Name = "showParagraphFormItem1";
     toolTipTitleItem42.Text = "Paragraph";
     toolTipItem42.Text = "Show the Paragraph dialog box.";
     superToolTip42.Items.Add(toolTipTitleItem42);
     superToolTip42.Items.Add(toolTipItem42);
     this.showParagraphFormItem1.SuperTip = superToolTip42;
     //
     // findItem1
     //
     this.findItem1.Caption = "Find";
     this.findItem1.Enabled = false;
     this.findItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("findItem1.Glyph")));
     this.findItem1.Id = 46;
     this.findItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("findItem1.LargeGlyph")));
     this.findItem1.Name = "findItem1";
     toolTipTitleItem43.Text = "Find (Ctrl+F)";
     toolTipItem43.Text = "Find text in the document.";
     superToolTip43.Items.Add(toolTipTitleItem43);
     superToolTip43.Items.Add(toolTipItem43);
     this.findItem1.SuperTip = superToolTip43;
     //
     // replaceItem1
     //
     this.replaceItem1.Caption = "Replace";
     this.replaceItem1.Enabled = false;
     this.replaceItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("replaceItem1.Glyph")));
     this.replaceItem1.Id = 47;
     this.replaceItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("replaceItem1.LargeGlyph")));
     this.replaceItem1.Name = "replaceItem1";
     toolTipTitleItem44.Text = "Replace (Ctrl+H)";
     toolTipItem44.Text = "Replace text in the document.";
     superToolTip44.Items.Add(toolTipTitleItem44);
     superToolTip44.Items.Add(toolTipItem44);
     this.replaceItem1.SuperTip = superToolTip44;
     //
     // changeTableCellsShadingItem1
     //
     this.changeTableCellsShadingItem1.Caption = "Shading";
     this.changeTableCellsShadingItem1.Enabled = false;
     this.changeTableCellsShadingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeTableCellsShadingItem1.Glyph")));
     this.changeTableCellsShadingItem1.Id = 48;
     this.changeTableCellsShadingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeTableCellsShadingItem1.LargeGlyph")));
     this.changeTableCellsShadingItem1.Name = "changeTableCellsShadingItem1";
     toolTipTitleItem45.Text = "Shading";
     toolTipItem45.Text = "Color the background behind the selected cells.";
     superToolTip45.Items.Add(toolTipTitleItem45);
     superToolTip45.Items.Add(toolTipItem45);
     this.changeTableCellsShadingItem1.SuperTip = superToolTip45;
     //
     // changeTableBordersItem1
     //
     this.changeTableBordersItem1.Caption = "Borders";
     this.changeTableBordersItem1.Enabled = false;
     this.changeTableBordersItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeTableBordersItem1.Glyph")));
     this.changeTableBordersItem1.Id = 49;
     this.changeTableBordersItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeTableBordersItem1.LargeGlyph")));
     this.changeTableBordersItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsBottomBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsTopBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsLeftBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsRightBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.resetTableCellsAllBordersItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsAllBordersItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsOutsideBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideHorizontalBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideVerticalBorderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleShowTableGridLinesItem1)});
     this.changeTableBordersItem1.Name = "changeTableBordersItem1";
     toolTipTitleItem57.Text = "Borders";
     toolTipItem57.Text = "Customize the borders of the selected cells.";
     superToolTip57.Items.Add(toolTipTitleItem57);
     superToolTip57.Items.Add(toolTipItem57);
     this.changeTableBordersItem1.SuperTip = superToolTip57;
     //
     // toggleTableCellsBottomBorderItem1
     //
     this.toggleTableCellsBottomBorderItem1.Caption = "Bottom Border";
     this.toggleTableCellsBottomBorderItem1.Enabled = false;
     this.toggleTableCellsBottomBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomBorderItem1.Glyph")));
     this.toggleTableCellsBottomBorderItem1.Id = 50;
     this.toggleTableCellsBottomBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomBorderItem1.LargeGlyph")));
     this.toggleTableCellsBottomBorderItem1.Name = "toggleTableCellsBottomBorderItem1";
     toolTipTitleItem46.Text = "Bottom Border";
     toolTipItem46.Text = "Customize the borders of the selected cells.";
     superToolTip46.Items.Add(toolTipTitleItem46);
     superToolTip46.Items.Add(toolTipItem46);
     this.toggleTableCellsBottomBorderItem1.SuperTip = superToolTip46;
     //
     // toggleTableCellsTopBorderItem1
     //
     this.toggleTableCellsTopBorderItem1.Caption = "Top Border";
     this.toggleTableCellsTopBorderItem1.Enabled = false;
     this.toggleTableCellsTopBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopBorderItem1.Glyph")));
     this.toggleTableCellsTopBorderItem1.Id = 51;
     this.toggleTableCellsTopBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopBorderItem1.LargeGlyph")));
     this.toggleTableCellsTopBorderItem1.Name = "toggleTableCellsTopBorderItem1";
     toolTipTitleItem47.Text = "Top Border";
     toolTipItem47.Text = "Customize the borders of the selected cells.";
     superToolTip47.Items.Add(toolTipTitleItem47);
     superToolTip47.Items.Add(toolTipItem47);
     this.toggleTableCellsTopBorderItem1.SuperTip = superToolTip47;
     //
     // toggleTableCellsLeftBorderItem1
     //
     this.toggleTableCellsLeftBorderItem1.Caption = "Left Border";
     this.toggleTableCellsLeftBorderItem1.Enabled = false;
     this.toggleTableCellsLeftBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsLeftBorderItem1.Glyph")));
     this.toggleTableCellsLeftBorderItem1.Id = 52;
     this.toggleTableCellsLeftBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsLeftBorderItem1.LargeGlyph")));
     this.toggleTableCellsLeftBorderItem1.Name = "toggleTableCellsLeftBorderItem1";
     toolTipTitleItem48.Text = "Left Border";
     toolTipItem48.Text = "Customize the borders of the selected cells.";
     superToolTip48.Items.Add(toolTipTitleItem48);
     superToolTip48.Items.Add(toolTipItem48);
     this.toggleTableCellsLeftBorderItem1.SuperTip = superToolTip48;
     //
     // toggleTableCellsRightBorderItem1
     //
     this.toggleTableCellsRightBorderItem1.Caption = "Right Border";
     this.toggleTableCellsRightBorderItem1.Enabled = false;
     this.toggleTableCellsRightBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsRightBorderItem1.Glyph")));
     this.toggleTableCellsRightBorderItem1.Id = 53;
     this.toggleTableCellsRightBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsRightBorderItem1.LargeGlyph")));
     this.toggleTableCellsRightBorderItem1.Name = "toggleTableCellsRightBorderItem1";
     toolTipTitleItem49.Text = "Right Border";
     toolTipItem49.Text = "Customize the borders of the selected cells.";
     superToolTip49.Items.Add(toolTipTitleItem49);
     superToolTip49.Items.Add(toolTipItem49);
     this.toggleTableCellsRightBorderItem1.SuperTip = superToolTip49;
     //
     // resetTableCellsAllBordersItem1
     //
     this.resetTableCellsAllBordersItem1.Caption = "No Border";
     this.resetTableCellsAllBordersItem1.Enabled = false;
     this.resetTableCellsAllBordersItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("resetTableCellsAllBordersItem1.Glyph")));
     this.resetTableCellsAllBordersItem1.Id = 54;
     this.resetTableCellsAllBordersItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("resetTableCellsAllBordersItem1.LargeGlyph")));
     this.resetTableCellsAllBordersItem1.Name = "resetTableCellsAllBordersItem1";
     toolTipTitleItem50.Text = "No Border";
     toolTipItem50.Text = "Customize the borders of the selected cells.";
     superToolTip50.Items.Add(toolTipTitleItem50);
     superToolTip50.Items.Add(toolTipItem50);
     this.resetTableCellsAllBordersItem1.SuperTip = superToolTip50;
     //
     // toggleTableCellsAllBordersItem1
     //
     this.toggleTableCellsAllBordersItem1.Caption = "All Borders";
     this.toggleTableCellsAllBordersItem1.Enabled = false;
     this.toggleTableCellsAllBordersItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsAllBordersItem1.Glyph")));
     this.toggleTableCellsAllBordersItem1.Id = 55;
     this.toggleTableCellsAllBordersItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsAllBordersItem1.LargeGlyph")));
     this.toggleTableCellsAllBordersItem1.Name = "toggleTableCellsAllBordersItem1";
     toolTipTitleItem51.Text = "All Borders";
     toolTipItem51.Text = "Customize the borders of the selected cells.";
     superToolTip51.Items.Add(toolTipTitleItem51);
     superToolTip51.Items.Add(toolTipItem51);
     this.toggleTableCellsAllBordersItem1.SuperTip = superToolTip51;
     //
     // toggleTableCellsOutsideBorderItem1
     //
     this.toggleTableCellsOutsideBorderItem1.Caption = "Outside Border";
     this.toggleTableCellsOutsideBorderItem1.Enabled = false;
     this.toggleTableCellsOutsideBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsOutsideBorderItem1.Glyph")));
     this.toggleTableCellsOutsideBorderItem1.Id = 56;
     this.toggleTableCellsOutsideBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsOutsideBorderItem1.LargeGlyph")));
     this.toggleTableCellsOutsideBorderItem1.Name = "toggleTableCellsOutsideBorderItem1";
     toolTipTitleItem52.Text = "Outside Border";
     toolTipItem52.Text = "Customize the borders of the selected cells.";
     superToolTip52.Items.Add(toolTipTitleItem52);
     superToolTip52.Items.Add(toolTipItem52);
     this.toggleTableCellsOutsideBorderItem1.SuperTip = superToolTip52;
     //
     // toggleTableCellsInsideBorderItem1
     //
     this.toggleTableCellsInsideBorderItem1.Caption = "Inside Border";
     this.toggleTableCellsInsideBorderItem1.Enabled = false;
     this.toggleTableCellsInsideBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsInsideBorderItem1.Glyph")));
     this.toggleTableCellsInsideBorderItem1.Id = 57;
     this.toggleTableCellsInsideBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsInsideBorderItem1.LargeGlyph")));
     this.toggleTableCellsInsideBorderItem1.Name = "toggleTableCellsInsideBorderItem1";
     toolTipTitleItem53.Text = "Inside Border";
     toolTipItem53.Text = "Customize the borders of the selected cells.";
     superToolTip53.Items.Add(toolTipTitleItem53);
     superToolTip53.Items.Add(toolTipItem53);
     this.toggleTableCellsInsideBorderItem1.SuperTip = superToolTip53;
     //
     // toggleTableCellsInsideHorizontalBorderItem1
     //
     this.toggleTableCellsInsideHorizontalBorderItem1.Caption = "Inside Horizontal Border";
     this.toggleTableCellsInsideHorizontalBorderItem1.Enabled = false;
     this.toggleTableCellsInsideHorizontalBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsInsideHorizontalBorderItem1.Glyph")));
     this.toggleTableCellsInsideHorizontalBorderItem1.Id = 58;
     this.toggleTableCellsInsideHorizontalBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsInsideHorizontalBorderItem1.LargeGlyph")));
     this.toggleTableCellsInsideHorizontalBorderItem1.Name = "toggleTableCellsInsideHorizontalBorderItem1";
     toolTipTitleItem54.Text = "Inside Horizontal Border";
     toolTipItem54.Text = "Customize the borders of the selected cells.";
     superToolTip54.Items.Add(toolTipTitleItem54);
     superToolTip54.Items.Add(toolTipItem54);
     this.toggleTableCellsInsideHorizontalBorderItem1.SuperTip = superToolTip54;
     //
     // toggleTableCellsInsideVerticalBorderItem1
     //
     this.toggleTableCellsInsideVerticalBorderItem1.Caption = "Inside Vertical Border";
     this.toggleTableCellsInsideVerticalBorderItem1.Enabled = false;
     this.toggleTableCellsInsideVerticalBorderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsInsideVerticalBorderItem1.Glyph")));
     this.toggleTableCellsInsideVerticalBorderItem1.Id = 59;
     this.toggleTableCellsInsideVerticalBorderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsInsideVerticalBorderItem1.LargeGlyph")));
     this.toggleTableCellsInsideVerticalBorderItem1.Name = "toggleTableCellsInsideVerticalBorderItem1";
     toolTipTitleItem55.Text = "Inside Vertical Border";
     toolTipItem55.Text = "Customize the borders of the selected cells.";
     superToolTip55.Items.Add(toolTipTitleItem55);
     superToolTip55.Items.Add(toolTipItem55);
     this.toggleTableCellsInsideVerticalBorderItem1.SuperTip = superToolTip55;
     //
     // toggleShowTableGridLinesItem1
     //
     this.toggleShowTableGridLinesItem1.Caption = "View Gridlines";
     this.toggleShowTableGridLinesItem1.Enabled = false;
     this.toggleShowTableGridLinesItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleShowTableGridLinesItem1.Glyph")));
     this.toggleShowTableGridLinesItem1.Id = 60;
     this.toggleShowTableGridLinesItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleShowTableGridLinesItem1.LargeGlyph")));
     this.toggleShowTableGridLinesItem1.Name = "toggleShowTableGridLinesItem1";
     toolTipTitleItem56.Text = "View Gridlines";
     toolTipItem56.Text = "Show or hide the gridlines within the table.";
     superToolTip56.Items.Add(toolTipTitleItem56);
     superToolTip56.Items.Add(toolTipItem56);
     this.toggleShowTableGridLinesItem1.SuperTip = superToolTip56;
     //
     // changeTableBorderLineStyleItem1
     //
     this.changeTableBorderLineStyleItem1.Caption = "Line Style";
     this.changeTableBorderLineStyleItem1.Edit = this.repositoryItemBorderLineStyle1;
     this.changeTableBorderLineStyleItem1.Enabled = false;
     this.changeTableBorderLineStyleItem1.Id = 61;
     this.changeTableBorderLineStyleItem1.Name = "changeTableBorderLineStyleItem1";
     toolTipTitleItem58.Text = "Line Style";
     toolTipItem58.Text = "Change the style of the line used to draw borders.";
     superToolTip58.Items.Add(toolTipTitleItem58);
     superToolTip58.Items.Add(toolTipItem58);
     this.changeTableBorderLineStyleItem1.SuperTip = superToolTip58;
     //
     // repositoryItemBorderLineStyle1
     //
     this.repositoryItemBorderLineStyle1.AutoHeight = false;
     this.repositoryItemBorderLineStyle1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemBorderLineStyle1.Control = null;
     this.repositoryItemBorderLineStyle1.Name = "repositoryItemBorderLineStyle1";
     //
     // changeTableBorderLineWeightItem1
     //
     this.changeTableBorderLineWeightItem1.Caption = "Line Weight";
     this.changeTableBorderLineWeightItem1.Edit = this.repositoryItemBorderLineWeight1;
     this.changeTableBorderLineWeightItem1.Enabled = false;
     this.changeTableBorderLineWeightItem1.Id = 62;
     this.changeTableBorderLineWeightItem1.Name = "changeTableBorderLineWeightItem1";
     toolTipTitleItem59.Text = "Line Weight";
     toolTipItem59.Text = "Change the width of the line used to draw borders.";
     superToolTip59.Items.Add(toolTipTitleItem59);
     superToolTip59.Items.Add(toolTipItem59);
     this.changeTableBorderLineWeightItem1.SuperTip = superToolTip59;
     //
     // repositoryItemBorderLineWeight1
     //
     this.repositoryItemBorderLineWeight1.AutoHeight = false;
     this.repositoryItemBorderLineWeight1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemBorderLineWeight1.Control = null;
     this.repositoryItemBorderLineWeight1.Name = "repositoryItemBorderLineWeight1";
     //
     // changeTableBorderColorItem1
     //
     this.changeTableBorderColorItem1.Caption = "Pen Color";
     this.changeTableBorderColorItem1.Enabled = false;
     this.changeTableBorderColorItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeTableBorderColorItem1.Glyph")));
     this.changeTableBorderColorItem1.Id = 63;
     this.changeTableBorderColorItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeTableBorderColorItem1.LargeGlyph")));
     this.changeTableBorderColorItem1.Name = "changeTableBorderColorItem1";
     toolTipTitleItem60.Text = "Pen Color";
     toolTipItem60.Text = "Change the pen color.";
     superToolTip60.Items.Add(toolTipTitleItem60);
     superToolTip60.Items.Add(toolTipItem60);
     this.changeTableBorderColorItem1.SuperTip = superToolTip60;
     //
     // selectTableElementsItem1
     //
     this.selectTableElementsItem1.Caption = "Select";
     this.selectTableElementsItem1.Enabled = false;
     this.selectTableElementsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("selectTableElementsItem1.Glyph")));
     this.selectTableElementsItem1.Id = 64;
     this.selectTableElementsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("selectTableElementsItem1.LargeGlyph")));
     this.selectTableElementsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.selectTableCellItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.selectTableColumnItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.selectTableRowItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.selectTableItem1)});
     this.selectTableElementsItem1.Name = "selectTableElementsItem1";
     toolTipTitleItem65.Text = "Select";
     toolTipItem65.Text = "Select the current cell, row, column, or entire table";
     superToolTip65.Items.Add(toolTipTitleItem65);
     superToolTip65.Items.Add(toolTipItem65);
     this.selectTableElementsItem1.SuperTip = superToolTip65;
     //
     // selectTableCellItem1
     //
     this.selectTableCellItem1.Caption = "Select Cell";
     this.selectTableCellItem1.Enabled = false;
     this.selectTableCellItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("selectTableCellItem1.Glyph")));
     this.selectTableCellItem1.Id = 65;
     this.selectTableCellItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("selectTableCellItem1.LargeGlyph")));
     this.selectTableCellItem1.Name = "selectTableCellItem1";
     toolTipTitleItem61.Text = "Select Cell";
     toolTipItem61.Text = "Select Cell";
     superToolTip61.Items.Add(toolTipTitleItem61);
     superToolTip61.Items.Add(toolTipItem61);
     this.selectTableCellItem1.SuperTip = superToolTip61;
     //
     // selectTableColumnItem1
     //
     this.selectTableColumnItem1.Caption = "Select Column";
     this.selectTableColumnItem1.Enabled = false;
     this.selectTableColumnItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("selectTableColumnItem1.Glyph")));
     this.selectTableColumnItem1.Id = 66;
     this.selectTableColumnItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("selectTableColumnItem1.LargeGlyph")));
     this.selectTableColumnItem1.Name = "selectTableColumnItem1";
     toolTipTitleItem62.Text = "Select Column";
     toolTipItem62.Text = "Select Column";
     superToolTip62.Items.Add(toolTipTitleItem62);
     superToolTip62.Items.Add(toolTipItem62);
     this.selectTableColumnItem1.SuperTip = superToolTip62;
     //
     // selectTableRowItem1
     //
     this.selectTableRowItem1.Caption = "Select Row";
     this.selectTableRowItem1.Enabled = false;
     this.selectTableRowItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("selectTableRowItem1.Glyph")));
     this.selectTableRowItem1.Id = 67;
     this.selectTableRowItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("selectTableRowItem1.LargeGlyph")));
     this.selectTableRowItem1.Name = "selectTableRowItem1";
     toolTipTitleItem63.Text = "Select Row";
     toolTipItem63.Text = "Select Row";
     superToolTip63.Items.Add(toolTipTitleItem63);
     superToolTip63.Items.Add(toolTipItem63);
     this.selectTableRowItem1.SuperTip = superToolTip63;
     //
     // selectTableItem1
     //
     this.selectTableItem1.Caption = "Select Table";
     this.selectTableItem1.Enabled = false;
     this.selectTableItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("selectTableItem1.Glyph")));
     this.selectTableItem1.Id = 68;
     this.selectTableItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("selectTableItem1.LargeGlyph")));
     this.selectTableItem1.Name = "selectTableItem1";
     toolTipTitleItem64.Text = "Select Table";
     toolTipItem64.Text = "Select Table";
     superToolTip64.Items.Add(toolTipTitleItem64);
     superToolTip64.Items.Add(toolTipItem64);
     this.selectTableItem1.SuperTip = superToolTip64;
     //
     // showTablePropertiesFormItem1
     //
     this.showTablePropertiesFormItem1.Caption = "Properties";
     this.showTablePropertiesFormItem1.Enabled = false;
     this.showTablePropertiesFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showTablePropertiesFormItem1.Glyph")));
     this.showTablePropertiesFormItem1.Id = 69;
     this.showTablePropertiesFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showTablePropertiesFormItem1.LargeGlyph")));
     this.showTablePropertiesFormItem1.Name = "showTablePropertiesFormItem1";
     toolTipTitleItem66.Text = "Properties";
     toolTipItem66.Text = "Show the Table Properties dialog box to change advanced table properties, such as" +
         " indentation and text wrapping options.";
     superToolTip66.Items.Add(toolTipTitleItem66);
     superToolTip66.Items.Add(toolTipItem66);
     this.showTablePropertiesFormItem1.SuperTip = superToolTip66;
     //
     // deleteTableElementsItem1
     //
     this.deleteTableElementsItem1.Caption = "Delete";
     this.deleteTableElementsItem1.Enabled = false;
     this.deleteTableElementsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("deleteTableElementsItem1.Glyph")));
     this.deleteTableElementsItem1.Id = 70;
     this.deleteTableElementsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("deleteTableElementsItem1.LargeGlyph")));
     this.deleteTableElementsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.showDeleteTableCellsFormItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.deleteTableColumnsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.deleteTableRowsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.deleteTableItem1)});
     this.deleteTableElementsItem1.Name = "deleteTableElementsItem1";
     toolTipTitleItem71.Text = "Delete";
     toolTipItem71.Text = "Delete rows, columns, cells, or the entire Table";
     superToolTip71.Items.Add(toolTipTitleItem71);
     superToolTip71.Items.Add(toolTipItem71);
     this.deleteTableElementsItem1.SuperTip = superToolTip71;
     //
     // showDeleteTableCellsFormItem1
     //
     this.showDeleteTableCellsFormItem1.Caption = "Delete Cells";
     this.showDeleteTableCellsFormItem1.Enabled = false;
     this.showDeleteTableCellsFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showDeleteTableCellsFormItem1.Glyph")));
     this.showDeleteTableCellsFormItem1.Id = 71;
     this.showDeleteTableCellsFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showDeleteTableCellsFormItem1.LargeGlyph")));
     this.showDeleteTableCellsFormItem1.Name = "showDeleteTableCellsFormItem1";
     toolTipTitleItem67.Text = "Delete Cells";
     toolTipItem67.Text = "Delete rows, columns, or cells";
     superToolTip67.Items.Add(toolTipTitleItem67);
     superToolTip67.Items.Add(toolTipItem67);
     this.showDeleteTableCellsFormItem1.SuperTip = superToolTip67;
     //
     // deleteTableColumnsItem1
     //
     this.deleteTableColumnsItem1.Caption = "Delete Columns";
     this.deleteTableColumnsItem1.Enabled = false;
     this.deleteTableColumnsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("deleteTableColumnsItem1.Glyph")));
     this.deleteTableColumnsItem1.Id = 72;
     this.deleteTableColumnsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("deleteTableColumnsItem1.LargeGlyph")));
     this.deleteTableColumnsItem1.Name = "deleteTableColumnsItem1";
     toolTipTitleItem68.Text = "Delete Columns";
     toolTipItem68.Text = "Delete Columns";
     superToolTip68.Items.Add(toolTipTitleItem68);
     superToolTip68.Items.Add(toolTipItem68);
     this.deleteTableColumnsItem1.SuperTip = superToolTip68;
     //
     // deleteTableRowsItem1
     //
     this.deleteTableRowsItem1.Caption = "Delete Rows";
     this.deleteTableRowsItem1.Enabled = false;
     this.deleteTableRowsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("deleteTableRowsItem1.Glyph")));
     this.deleteTableRowsItem1.Id = 73;
     this.deleteTableRowsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("deleteTableRowsItem1.LargeGlyph")));
     this.deleteTableRowsItem1.Name = "deleteTableRowsItem1";
     toolTipTitleItem69.Text = "Delete Rows";
     toolTipItem69.Text = "Delete Rows";
     superToolTip69.Items.Add(toolTipTitleItem69);
     superToolTip69.Items.Add(toolTipItem69);
     this.deleteTableRowsItem1.SuperTip = superToolTip69;
     //
     // deleteTableItem1
     //
     this.deleteTableItem1.Caption = "Delete Table";
     this.deleteTableItem1.Enabled = false;
     this.deleteTableItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("deleteTableItem1.Glyph")));
     this.deleteTableItem1.Id = 74;
     this.deleteTableItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("deleteTableItem1.LargeGlyph")));
     this.deleteTableItem1.Name = "deleteTableItem1";
     toolTipTitleItem70.Text = "Delete Table";
     toolTipItem70.Text = "Delete Entire Table";
     superToolTip70.Items.Add(toolTipTitleItem70);
     superToolTip70.Items.Add(toolTipItem70);
     this.deleteTableItem1.SuperTip = superToolTip70;
     //
     // insertTableRowAboveItem1
     //
     this.insertTableRowAboveItem1.Caption = "Insert Rows Above";
     this.insertTableRowAboveItem1.Enabled = false;
     this.insertTableRowAboveItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowAboveItem1.Glyph")));
     this.insertTableRowAboveItem1.Id = 75;
     this.insertTableRowAboveItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowAboveItem1.LargeGlyph")));
     this.insertTableRowAboveItem1.Name = "insertTableRowAboveItem1";
     toolTipTitleItem72.Text = "Insert Rows Above";
     toolTipItem72.Text = "Add a new row directly above the selected row.";
     superToolTip72.Items.Add(toolTipTitleItem72);
     superToolTip72.Items.Add(toolTipItem72);
     this.insertTableRowAboveItem1.SuperTip = superToolTip72;
     //
     // insertTableRowBelowItem1
     //
     this.insertTableRowBelowItem1.Caption = "Insert Rows Below";
     this.insertTableRowBelowItem1.Enabled = false;
     this.insertTableRowBelowItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowBelowItem1.Glyph")));
     this.insertTableRowBelowItem1.Id = 76;
     this.insertTableRowBelowItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableRowBelowItem1.LargeGlyph")));
     this.insertTableRowBelowItem1.Name = "insertTableRowBelowItem1";
     toolTipTitleItem73.Text = "Insert Rows Below";
     toolTipItem73.Text = "Add a new row directly below the selected row.";
     superToolTip73.Items.Add(toolTipTitleItem73);
     superToolTip73.Items.Add(toolTipItem73);
     this.insertTableRowBelowItem1.SuperTip = superToolTip73;
     //
     // insertTableColumnToLeftItem1
     //
     this.insertTableColumnToLeftItem1.Caption = "Insert Columns to the Left";
     this.insertTableColumnToLeftItem1.Enabled = false;
     this.insertTableColumnToLeftItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableColumnToLeftItem1.Glyph")));
     this.insertTableColumnToLeftItem1.Id = 77;
     this.insertTableColumnToLeftItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableColumnToLeftItem1.LargeGlyph")));
     this.insertTableColumnToLeftItem1.Name = "insertTableColumnToLeftItem1";
     toolTipTitleItem74.Text = "Insert Columns to the Left";
     toolTipItem74.Text = "Add a new column directly to the left of the selected column";
     superToolTip74.Items.Add(toolTipTitleItem74);
     superToolTip74.Items.Add(toolTipItem74);
     this.insertTableColumnToLeftItem1.SuperTip = superToolTip74;
     //
     // insertTableColumnToRightItem1
     //
     this.insertTableColumnToRightItem1.Caption = "Insert Columns to the Right";
     this.insertTableColumnToRightItem1.Enabled = false;
     this.insertTableColumnToRightItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableColumnToRightItem1.Glyph")));
     this.insertTableColumnToRightItem1.Id = 78;
     this.insertTableColumnToRightItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableColumnToRightItem1.LargeGlyph")));
     this.insertTableColumnToRightItem1.Name = "insertTableColumnToRightItem1";
     toolTipTitleItem75.Text = "Insert Columns to the Right";
     toolTipItem75.Text = "Add a new column directly to the right of the selected column";
     superToolTip75.Items.Add(toolTipTitleItem75);
     superToolTip75.Items.Add(toolTipItem75);
     this.insertTableColumnToRightItem1.SuperTip = superToolTip75;
     //
     // showInsertTableCellsFormItem1
     //
     this.showInsertTableCellsFormItem1.Caption = "Insert Cells";
     this.showInsertTableCellsFormItem1.Enabled = false;
     this.showInsertTableCellsFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showInsertTableCellsFormItem1.Glyph")));
     this.showInsertTableCellsFormItem1.Id = 79;
     this.showInsertTableCellsFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showInsertTableCellsFormItem1.LargeGlyph")));
     this.showInsertTableCellsFormItem1.Name = "showInsertTableCellsFormItem1";
     toolTipTitleItem76.Text = "Insert Cells";
     toolTipItem76.Text = "Insert Cells";
     superToolTip76.Items.Add(toolTipTitleItem76);
     superToolTip76.Items.Add(toolTipItem76);
     this.showInsertTableCellsFormItem1.SuperTip = superToolTip76;
     //
     // mergeTableCellsItem1
     //
     this.mergeTableCellsItem1.Caption = "Merge Cells";
     this.mergeTableCellsItem1.Enabled = false;
     this.mergeTableCellsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("mergeTableCellsItem1.Glyph")));
     this.mergeTableCellsItem1.Id = 80;
     this.mergeTableCellsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("mergeTableCellsItem1.LargeGlyph")));
     this.mergeTableCellsItem1.Name = "mergeTableCellsItem1";
     toolTipTitleItem77.Text = "Merge Cells";
     toolTipItem77.Text = "Merge the selected cells into one cell.";
     superToolTip77.Items.Add(toolTipTitleItem77);
     superToolTip77.Items.Add(toolTipItem77);
     this.mergeTableCellsItem1.SuperTip = superToolTip77;
     //
     // showSplitTableCellsForm1
     //
     this.showSplitTableCellsForm1.Caption = "Split Cells";
     this.showSplitTableCellsForm1.Enabled = false;
     this.showSplitTableCellsForm1.Glyph = ((System.Drawing.Image)(resources.GetObject("showSplitTableCellsForm1.Glyph")));
     this.showSplitTableCellsForm1.Id = 81;
     this.showSplitTableCellsForm1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showSplitTableCellsForm1.LargeGlyph")));
     this.showSplitTableCellsForm1.Name = "showSplitTableCellsForm1";
     toolTipTitleItem78.Text = "Split Cells";
     toolTipItem78.Text = "Split the selected cells into multiple new cells";
     superToolTip78.Items.Add(toolTipTitleItem78);
     superToolTip78.Items.Add(toolTipItem78);
     this.showSplitTableCellsForm1.SuperTip = superToolTip78;
     //
     // splitTableItem1
     //
     this.splitTableItem1.Caption = "Split Table";
     this.splitTableItem1.Enabled = false;
     this.splitTableItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("splitTableItem1.Glyph")));
     this.splitTableItem1.Id = 82;
     this.splitTableItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("splitTableItem1.LargeGlyph")));
     this.splitTableItem1.Name = "splitTableItem1";
     toolTipTitleItem79.Text = "Split Table";
     toolTipItem79.Text = "Split the table into two tables.\r\nThe selected row will become the first row of t" +
         "he new table.";
     superToolTip79.Items.Add(toolTipTitleItem79);
     superToolTip79.Items.Add(toolTipItem79);
     this.splitTableItem1.SuperTip = superToolTip79;
     //
     // toggleTableAutoFitItem1
     //
     this.toggleTableAutoFitItem1.Caption = "AutoFit";
     this.toggleTableAutoFitItem1.Enabled = false;
     this.toggleTableAutoFitItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableAutoFitItem1.Glyph")));
     this.toggleTableAutoFitItem1.Id = 83;
     this.toggleTableAutoFitItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableAutoFitItem1.LargeGlyph")));
     this.toggleTableAutoFitItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableAutoFitContentsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableAutoFitWindowItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableFixedColumnWidthItem1)});
     this.toggleTableAutoFitItem1.Name = "toggleTableAutoFitItem1";
     toolTipTitleItem83.Text = "AutoFit";
     toolTipItem83.Text = "Automatically resize the column widths based on the text in them.\r\n\r\nYou can set " +
         "the table width based on the window size or convert it back to use fixed column " +
         "widths.";
     superToolTip83.Items.Add(toolTipTitleItem83);
     superToolTip83.Items.Add(toolTipItem83);
     this.toggleTableAutoFitItem1.SuperTip = superToolTip83;
     //
     // toggleTableAutoFitContentsItem1
     //
     this.toggleTableAutoFitContentsItem1.Caption = "AutoFit Contents";
     this.toggleTableAutoFitContentsItem1.Enabled = false;
     this.toggleTableAutoFitContentsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableAutoFitContentsItem1.Glyph")));
     this.toggleTableAutoFitContentsItem1.Id = 84;
     this.toggleTableAutoFitContentsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableAutoFitContentsItem1.LargeGlyph")));
     this.toggleTableAutoFitContentsItem1.Name = "toggleTableAutoFitContentsItem1";
     toolTipTitleItem80.Text = "AutoFit Contents";
     toolTipItem80.Text = "Auto-Fit Table to the contents.";
     superToolTip80.Items.Add(toolTipTitleItem80);
     superToolTip80.Items.Add(toolTipItem80);
     this.toggleTableAutoFitContentsItem1.SuperTip = superToolTip80;
     //
     // toggleTableAutoFitWindowItem1
     //
     this.toggleTableAutoFitWindowItem1.Caption = "AutoFit Window";
     this.toggleTableAutoFitWindowItem1.Enabled = false;
     this.toggleTableAutoFitWindowItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableAutoFitWindowItem1.Glyph")));
     this.toggleTableAutoFitWindowItem1.Id = 85;
     this.toggleTableAutoFitWindowItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableAutoFitWindowItem1.LargeGlyph")));
     this.toggleTableAutoFitWindowItem1.Name = "toggleTableAutoFitWindowItem1";
     toolTipTitleItem81.Text = "AutoFit Window";
     toolTipItem81.Text = "Auto-Fit Table to the window.";
     superToolTip81.Items.Add(toolTipTitleItem81);
     superToolTip81.Items.Add(toolTipItem81);
     this.toggleTableAutoFitWindowItem1.SuperTip = superToolTip81;
     //
     // toggleTableFixedColumnWidthItem1
     //
     this.toggleTableFixedColumnWidthItem1.Caption = "Fixed Column Width";
     this.toggleTableFixedColumnWidthItem1.Enabled = false;
     this.toggleTableFixedColumnWidthItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableFixedColumnWidthItem1.Glyph")));
     this.toggleTableFixedColumnWidthItem1.Id = 86;
     this.toggleTableFixedColumnWidthItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableFixedColumnWidthItem1.LargeGlyph")));
     this.toggleTableFixedColumnWidthItem1.Name = "toggleTableFixedColumnWidthItem1";
     toolTipTitleItem82.Text = "Fixed Column Width";
     toolTipItem82.Text = "Set table size to a fixed width.";
     superToolTip82.Items.Add(toolTipTitleItem82);
     superToolTip82.Items.Add(toolTipItem82);
     this.toggleTableFixedColumnWidthItem1.SuperTip = superToolTip82;
     //
     // toggleTableCellsTopLeftAlignmentItem1
     //
     this.toggleTableCellsTopLeftAlignmentItem1.Caption = "Align Top Left";
     this.toggleTableCellsTopLeftAlignmentItem1.Enabled = false;
     this.toggleTableCellsTopLeftAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopLeftAlignmentItem1.Glyph")));
     this.toggleTableCellsTopLeftAlignmentItem1.Id = 87;
     this.toggleTableCellsTopLeftAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopLeftAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsTopLeftAlignmentItem1.Name = "toggleTableCellsTopLeftAlignmentItem1";
     toolTipTitleItem84.Text = "Align Top Left";
     toolTipItem84.Text = "Align text to the top left corner of the cell.";
     superToolTip84.Items.Add(toolTipTitleItem84);
     superToolTip84.Items.Add(toolTipItem84);
     this.toggleTableCellsTopLeftAlignmentItem1.SuperTip = superToolTip84;
     //
     // toggleTableCellsTopCenterAlignmentItem1
     //
     this.toggleTableCellsTopCenterAlignmentItem1.Caption = "Align Top Center";
     this.toggleTableCellsTopCenterAlignmentItem1.Enabled = false;
     this.toggleTableCellsTopCenterAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopCenterAlignmentItem1.Glyph")));
     this.toggleTableCellsTopCenterAlignmentItem1.Id = 88;
     this.toggleTableCellsTopCenterAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopCenterAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsTopCenterAlignmentItem1.Name = "toggleTableCellsTopCenterAlignmentItem1";
     toolTipTitleItem85.Text = "Align Top Center";
     toolTipItem85.Text = "Center text and align it to the top of the cell.";
     superToolTip85.Items.Add(toolTipTitleItem85);
     superToolTip85.Items.Add(toolTipItem85);
     this.toggleTableCellsTopCenterAlignmentItem1.SuperTip = superToolTip85;
     //
     // toggleTableCellsTopRightAlignmentItem1
     //
     this.toggleTableCellsTopRightAlignmentItem1.Caption = "Align Top Right";
     this.toggleTableCellsTopRightAlignmentItem1.Enabled = false;
     this.toggleTableCellsTopRightAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopRightAlignmentItem1.Glyph")));
     this.toggleTableCellsTopRightAlignmentItem1.Id = 89;
     this.toggleTableCellsTopRightAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsTopRightAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsTopRightAlignmentItem1.Name = "toggleTableCellsTopRightAlignmentItem1";
     toolTipTitleItem86.Text = "Align Top Right";
     toolTipItem86.Text = "Align text to the top right corner of the cell.";
     superToolTip86.Items.Add(toolTipTitleItem86);
     superToolTip86.Items.Add(toolTipItem86);
     this.toggleTableCellsTopRightAlignmentItem1.SuperTip = superToolTip86;
     //
     // toggleTableCellsMiddleLeftAlignmentItem1
     //
     this.toggleTableCellsMiddleLeftAlignmentItem1.Caption = "Align Center Left";
     this.toggleTableCellsMiddleLeftAlignmentItem1.Enabled = false;
     this.toggleTableCellsMiddleLeftAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsMiddleLeftAlignmentItem1.Glyph")));
     this.toggleTableCellsMiddleLeftAlignmentItem1.Id = 90;
     this.toggleTableCellsMiddleLeftAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsMiddleLeftAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsMiddleLeftAlignmentItem1.Name = "toggleTableCellsMiddleLeftAlignmentItem1";
     toolTipTitleItem87.Text = "Align Center Left";
     toolTipItem87.Text = "Center text vertically and align it to the left side of the cell.";
     superToolTip87.Items.Add(toolTipTitleItem87);
     superToolTip87.Items.Add(toolTipItem87);
     this.toggleTableCellsMiddleLeftAlignmentItem1.SuperTip = superToolTip87;
     //
     // toggleTableCellsMiddleCenterAlignmentItem1
     //
     this.toggleTableCellsMiddleCenterAlignmentItem1.Caption = "Align Center";
     this.toggleTableCellsMiddleCenterAlignmentItem1.Enabled = false;
     this.toggleTableCellsMiddleCenterAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsMiddleCenterAlignmentItem1.Glyph")));
     this.toggleTableCellsMiddleCenterAlignmentItem1.Id = 91;
     this.toggleTableCellsMiddleCenterAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsMiddleCenterAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsMiddleCenterAlignmentItem1.Name = "toggleTableCellsMiddleCenterAlignmentItem1";
     toolTipTitleItem88.Text = "Align Center";
     toolTipItem88.Text = "Center text horizontally and vertically within the cell.";
     superToolTip88.Items.Add(toolTipTitleItem88);
     superToolTip88.Items.Add(toolTipItem88);
     this.toggleTableCellsMiddleCenterAlignmentItem1.SuperTip = superToolTip88;
     //
     // toggleTableCellsMiddleRightAlignmentItem1
     //
     this.toggleTableCellsMiddleRightAlignmentItem1.Caption = "Align Center Right";
     this.toggleTableCellsMiddleRightAlignmentItem1.Enabled = false;
     this.toggleTableCellsMiddleRightAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsMiddleRightAlignmentItem1.Glyph")));
     this.toggleTableCellsMiddleRightAlignmentItem1.Id = 92;
     this.toggleTableCellsMiddleRightAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsMiddleRightAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsMiddleRightAlignmentItem1.Name = "toggleTableCellsMiddleRightAlignmentItem1";
     toolTipTitleItem89.Text = "Align Center Right";
     toolTipItem89.Text = "Center text vertically and align it to the right side of the cell.";
     superToolTip89.Items.Add(toolTipTitleItem89);
     superToolTip89.Items.Add(toolTipItem89);
     this.toggleTableCellsMiddleRightAlignmentItem1.SuperTip = superToolTip89;
     //
     // toggleTableCellsBottomLeftAlignmentItem1
     //
     this.toggleTableCellsBottomLeftAlignmentItem1.Caption = "Align Bottom Left";
     this.toggleTableCellsBottomLeftAlignmentItem1.Enabled = false;
     this.toggleTableCellsBottomLeftAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomLeftAlignmentItem1.Glyph")));
     this.toggleTableCellsBottomLeftAlignmentItem1.Id = 93;
     this.toggleTableCellsBottomLeftAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomLeftAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsBottomLeftAlignmentItem1.Name = "toggleTableCellsBottomLeftAlignmentItem1";
     toolTipTitleItem90.Text = "Align Bottom Left";
     toolTipItem90.Text = "Align text to the bottom left corner of the cell.";
     superToolTip90.Items.Add(toolTipTitleItem90);
     superToolTip90.Items.Add(toolTipItem90);
     this.toggleTableCellsBottomLeftAlignmentItem1.SuperTip = superToolTip90;
     //
     // toggleTableCellsBottomCenterAlignmentItem1
     //
     this.toggleTableCellsBottomCenterAlignmentItem1.Caption = "Align Bottom Center";
     this.toggleTableCellsBottomCenterAlignmentItem1.Enabled = false;
     this.toggleTableCellsBottomCenterAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomCenterAlignmentItem1.Glyph")));
     this.toggleTableCellsBottomCenterAlignmentItem1.Id = 94;
     this.toggleTableCellsBottomCenterAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomCenterAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsBottomCenterAlignmentItem1.Name = "toggleTableCellsBottomCenterAlignmentItem1";
     toolTipTitleItem91.Text = "Align Bottom Center";
     toolTipItem91.Text = "Center text and align it to the bottom of the cell.";
     superToolTip91.Items.Add(toolTipTitleItem91);
     superToolTip91.Items.Add(toolTipItem91);
     this.toggleTableCellsBottomCenterAlignmentItem1.SuperTip = superToolTip91;
     //
     // toggleTableCellsBottomRightAlignmentItem1
     //
     this.toggleTableCellsBottomRightAlignmentItem1.Caption = "Align Bottom Right";
     this.toggleTableCellsBottomRightAlignmentItem1.Enabled = false;
     this.toggleTableCellsBottomRightAlignmentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomRightAlignmentItem1.Glyph")));
     this.toggleTableCellsBottomRightAlignmentItem1.Id = 95;
     this.toggleTableCellsBottomRightAlignmentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleTableCellsBottomRightAlignmentItem1.LargeGlyph")));
     this.toggleTableCellsBottomRightAlignmentItem1.Name = "toggleTableCellsBottomRightAlignmentItem1";
     toolTipTitleItem92.Text = "Align Bottom Right";
     toolTipItem92.Text = "Align text to the bottom right corner of the cell.";
     superToolTip92.Items.Add(toolTipTitleItem92);
     superToolTip92.Items.Add(toolTipItem92);
     this.toggleTableCellsBottomRightAlignmentItem1.SuperTip = superToolTip92;
     //
     // switchToSimpleViewItem1
     //
     this.switchToSimpleViewItem1.Caption = "Simple View";
     this.switchToSimpleViewItem1.Enabled = false;
     this.switchToSimpleViewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("switchToSimpleViewItem1.Glyph")));
     this.switchToSimpleViewItem1.Id = 96;
     this.switchToSimpleViewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("switchToSimpleViewItem1.LargeGlyph")));
     this.switchToSimpleViewItem1.Name = "switchToSimpleViewItem1";
     toolTipTitleItem93.Text = "Simple View";
     toolTipItem93.Text = "View the document as a simple memo.\r\n\r\nThis view ignores the page layout to draw " +
         "attention to text editing.";
     superToolTip93.Items.Add(toolTipTitleItem93);
     superToolTip93.Items.Add(toolTipItem93);
     this.switchToSimpleViewItem1.SuperTip = superToolTip93;
     //
     // switchToDraftViewItem1
     //
     this.switchToDraftViewItem1.Caption = "Draft View";
     this.switchToDraftViewItem1.Enabled = false;
     this.switchToDraftViewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("switchToDraftViewItem1.Glyph")));
     this.switchToDraftViewItem1.Id = 97;
     this.switchToDraftViewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("switchToDraftViewItem1.LargeGlyph")));
     this.switchToDraftViewItem1.Name = "switchToDraftViewItem1";
     toolTipTitleItem94.Text = "Draft View";
     toolTipItem94.Text = "View the document as a draft to quickly edit the text.\r\n\r\nCertain elements of the" +
         " document such as headers and footers will not be visible in this view.";
     superToolTip94.Items.Add(toolTipTitleItem94);
     superToolTip94.Items.Add(toolTipItem94);
     this.switchToDraftViewItem1.SuperTip = superToolTip94;
     //
     // switchToPrintLayoutViewItem1
     //
     this.switchToPrintLayoutViewItem1.Caption = "Print Layout";
     this.switchToPrintLayoutViewItem1.Enabled = false;
     this.switchToPrintLayoutViewItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("switchToPrintLayoutViewItem1.Glyph")));
     this.switchToPrintLayoutViewItem1.Id = 98;
     this.switchToPrintLayoutViewItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("switchToPrintLayoutViewItem1.LargeGlyph")));
     this.switchToPrintLayoutViewItem1.Name = "switchToPrintLayoutViewItem1";
     toolTipTitleItem95.Text = "Print Layout";
     toolTipItem95.Text = "View the document as it will appear on the printed page.";
     superToolTip95.Items.Add(toolTipTitleItem95);
     superToolTip95.Items.Add(toolTipItem95);
     this.switchToPrintLayoutViewItem1.SuperTip = superToolTip95;
     //
     // toggleShowHorizontalRulerItem1
     //
     this.toggleShowHorizontalRulerItem1.Caption = "Horizontal Ruler";
     this.toggleShowHorizontalRulerItem1.Enabled = false;
     this.toggleShowHorizontalRulerItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleShowHorizontalRulerItem1.Glyph")));
     this.toggleShowHorizontalRulerItem1.Id = 99;
     this.toggleShowHorizontalRulerItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleShowHorizontalRulerItem1.LargeGlyph")));
     this.toggleShowHorizontalRulerItem1.Name = "toggleShowHorizontalRulerItem1";
     toolTipTitleItem96.Text = "Horizontal Ruler";
     toolTipItem96.Text = "View the horizontal ruler, used to measure and line up objects in the document";
     superToolTip96.Items.Add(toolTipTitleItem96);
     superToolTip96.Items.Add(toolTipItem96);
     this.toggleShowHorizontalRulerItem1.SuperTip = superToolTip96;
     //
     // toggleShowVerticalRulerItem1
     //
     this.toggleShowVerticalRulerItem1.Caption = "Vertical Ruler";
     this.toggleShowVerticalRulerItem1.Enabled = false;
     this.toggleShowVerticalRulerItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleShowVerticalRulerItem1.Glyph")));
     this.toggleShowVerticalRulerItem1.Id = 100;
     this.toggleShowVerticalRulerItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleShowVerticalRulerItem1.LargeGlyph")));
     this.toggleShowVerticalRulerItem1.Name = "toggleShowVerticalRulerItem1";
     toolTipTitleItem97.Text = "Vertical Ruler";
     toolTipItem97.Text = "View the vertical ruler, used to measure and line up objects in the document";
     superToolTip97.Items.Add(toolTipTitleItem97);
     superToolTip97.Items.Add(toolTipItem97);
     this.toggleShowVerticalRulerItem1.SuperTip = superToolTip97;
     //
     // zoomOutItem1
     //
     this.zoomOutItem1.Caption = "Zoom Out";
     this.zoomOutItem1.Enabled = false;
     this.zoomOutItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("zoomOutItem1.Glyph")));
     this.zoomOutItem1.Id = 101;
     this.zoomOutItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("zoomOutItem1.LargeGlyph")));
     this.zoomOutItem1.Name = "zoomOutItem1";
     toolTipTitleItem98.Text = "Zoom Out (Ctrl+Subtract)";
     toolTipItem98.Text = "Zoom Out";
     superToolTip98.Items.Add(toolTipTitleItem98);
     superToolTip98.Items.Add(toolTipItem98);
     this.zoomOutItem1.SuperTip = superToolTip98;
     //
     // zoomInItem1
     //
     this.zoomInItem1.Caption = "Zoom In";
     this.zoomInItem1.Enabled = false;
     this.zoomInItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("zoomInItem1.Glyph")));
     this.zoomInItem1.Id = 102;
     this.zoomInItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("zoomInItem1.LargeGlyph")));
     this.zoomInItem1.Name = "zoomInItem1";
     toolTipTitleItem99.Text = "Zoom In (Ctrl+Add)";
     toolTipItem99.Text = "Zoom In";
     superToolTip99.Items.Add(toolTipTitleItem99);
     superToolTip99.Items.Add(toolTipItem99);
     this.zoomInItem1.SuperTip = superToolTip99;
     //
     // toggleBulletedListItem1
     //
     this.toggleBulletedListItem1.Caption = "Bullets";
     this.toggleBulletedListItem1.Enabled = false;
     this.toggleBulletedListItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("toggleBulletedListItem1.Glyph")));
     this.toggleBulletedListItem1.Id = 112;
     this.toggleBulletedListItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("toggleBulletedListItem1.LargeGlyph")));
     this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
     toolTipTitleItem100.Text = "Bullets";
     toolTipItem100.Text = "Start a bulleted list.";
     superToolTip100.Items.Add(toolTipTitleItem100);
     superToolTip100.Items.Add(toolTipItem100);
     this.toggleBulletedListItem1.SuperTip = superToolTip100;
     //
     // insertPageBreakItem1
     //
     this.insertPageBreakItem1.Caption = "Page";
     this.insertPageBreakItem1.Enabled = false;
     this.insertPageBreakItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPageBreakItem1.Glyph")));
     this.insertPageBreakItem1.Id = 113;
     this.insertPageBreakItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPageBreakItem1.LargeGlyph")));
     this.insertPageBreakItem1.Name = "insertPageBreakItem1";
     toolTipTitleItem101.Text = "Page (Ctrl+Return)";
     toolTipItem101.Text = "Start the next page at the current position.";
     superToolTip101.Items.Add(toolTipTitleItem101);
     superToolTip101.Items.Add(toolTipItem101);
     this.insertPageBreakItem1.SuperTip = superToolTip101;
     //
     // insertTableItem1
     //
     this.insertTableItem1.Caption = "Table";
     this.insertTableItem1.Enabled = false;
     this.insertTableItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertTableItem1.Glyph")));
     this.insertTableItem1.Id = 114;
     this.insertTableItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertTableItem1.LargeGlyph")));
     this.insertTableItem1.Name = "insertTableItem1";
     toolTipTitleItem102.Text = "Table";
     toolTipItem102.Text = "Insert a table into the document.";
     superToolTip102.Items.Add(toolTipTitleItem102);
     superToolTip102.Items.Add(toolTipItem102);
     this.insertTableItem1.SuperTip = superToolTip102;
     //
     // insertPictureItem1
     //
     this.insertPictureItem1.Caption = "Picture";
     this.insertPictureItem1.Enabled = false;
     this.insertPictureItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPictureItem1.Glyph")));
     this.insertPictureItem1.Id = 115;
     this.insertPictureItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPictureItem1.LargeGlyph")));
     this.insertPictureItem1.Name = "insertPictureItem1";
     toolTipTitleItem103.Text = "Picture";
     toolTipItem103.Text = "Insert a picture from a file.";
     superToolTip103.Items.Add(toolTipTitleItem103);
     superToolTip103.Items.Add(toolTipItem103);
     this.insertPictureItem1.SuperTip = superToolTip103;
     //
     // insertBookmarkItem1
     //
     this.insertBookmarkItem1.Caption = "Bookmark";
     this.insertBookmarkItem1.Enabled = false;
     this.insertBookmarkItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertBookmarkItem1.Glyph")));
     this.insertBookmarkItem1.Id = 116;
     this.insertBookmarkItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertBookmarkItem1.LargeGlyph")));
     this.insertBookmarkItem1.Name = "insertBookmarkItem1";
     toolTipTitleItem104.Text = "Bookmark";
     toolTipItem104.Text = "Create a bookmark to assign a name to a specific point in a document\r\n\r\nYou can m" +
         "ake hyperlinks that jump directly to a bookmarked location.";
     superToolTip104.Items.Add(toolTipTitleItem104);
     superToolTip104.Items.Add(toolTipItem104);
     this.insertBookmarkItem1.SuperTip = superToolTip104;
     //
     // insertHyperlinkItem1
     //
     this.insertHyperlinkItem1.Caption = "Hyperlink";
     this.insertHyperlinkItem1.Enabled = false;
     this.insertHyperlinkItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertHyperlinkItem1.Glyph")));
     this.insertHyperlinkItem1.Id = 117;
     this.insertHyperlinkItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertHyperlinkItem1.LargeGlyph")));
     this.insertHyperlinkItem1.Name = "insertHyperlinkItem1";
     toolTipTitleItem105.Text = "Hyperlink (Ctrl+K)";
     toolTipItem105.Text = "Create a link to a Web page, a picture, an e-mail address, or a program.";
     superToolTip105.Items.Add(toolTipTitleItem105);
     superToolTip105.Items.Add(toolTipItem105);
     this.insertHyperlinkItem1.SuperTip = superToolTip105;
     //
     // editPageHeaderItem1
     //
     this.editPageHeaderItem1.Caption = "Header";
     this.editPageHeaderItem1.Enabled = false;
     this.editPageHeaderItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("editPageHeaderItem1.Glyph")));
     this.editPageHeaderItem1.Id = 118;
     this.editPageHeaderItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("editPageHeaderItem1.LargeGlyph")));
     this.editPageHeaderItem1.Name = "editPageHeaderItem1";
     toolTipTitleItem106.Text = "Header";
     toolTipItem106.Text = "Edit the header of the document.\r\n\r\nThe content in the header will appear at the " +
         "top of each printed page.";
     superToolTip106.Items.Add(toolTipTitleItem106);
     superToolTip106.Items.Add(toolTipItem106);
     this.editPageHeaderItem1.SuperTip = superToolTip106;
     //
     // editPageFooterItem1
     //
     this.editPageFooterItem1.Caption = "Footer";
     this.editPageFooterItem1.Enabled = false;
     this.editPageFooterItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("editPageFooterItem1.Glyph")));
     this.editPageFooterItem1.Id = 119;
     this.editPageFooterItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("editPageFooterItem1.LargeGlyph")));
     this.editPageFooterItem1.Name = "editPageFooterItem1";
     toolTipTitleItem107.Text = "Footer";
     toolTipItem107.Text = "Edit the footer of the document.\r\n\r\nThe content in the footer will appear at the " +
         "bottom of each printed page.";
     superToolTip107.Items.Add(toolTipTitleItem107);
     superToolTip107.Items.Add(toolTipItem107);
     this.editPageFooterItem1.SuperTip = superToolTip107;
     //
     // insertPageNumberItem1
     //
     this.insertPageNumberItem1.Caption = "Page Number";
     this.insertPageNumberItem1.Enabled = false;
     this.insertPageNumberItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPageNumberItem1.Glyph")));
     this.insertPageNumberItem1.Id = 120;
     this.insertPageNumberItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPageNumberItem1.LargeGlyph")));
     this.insertPageNumberItem1.Name = "insertPageNumberItem1";
     toolTipTitleItem108.Text = "Page Number";
     toolTipItem108.Text = "Insert page numbers into the document.";
     superToolTip108.Items.Add(toolTipTitleItem108);
     superToolTip108.Items.Add(toolTipItem108);
     this.insertPageNumberItem1.SuperTip = superToolTip108;
     //
     // insertPageCountItem1
     //
     this.insertPageCountItem1.Caption = "Page Count";
     this.insertPageCountItem1.Enabled = false;
     this.insertPageCountItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPageCountItem1.Glyph")));
     this.insertPageCountItem1.Id = 121;
     this.insertPageCountItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPageCountItem1.LargeGlyph")));
     this.insertPageCountItem1.Name = "insertPageCountItem1";
     toolTipTitleItem109.Text = "Page Count";
     toolTipItem109.Text = "Insert total page count into the document.";
     superToolTip109.Items.Add(toolTipTitleItem109);
     superToolTip109.Items.Add(toolTipItem109);
     this.insertPageCountItem1.SuperTip = superToolTip109;
     //
     // insertSymbolItem1
     //
     this.insertSymbolItem1.Caption = "Symbol";
     this.insertSymbolItem1.Enabled = false;
     this.insertSymbolItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertSymbolItem1.Glyph")));
     this.insertSymbolItem1.Id = 122;
     this.insertSymbolItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertSymbolItem1.LargeGlyph")));
     this.insertSymbolItem1.Name = "insertSymbolItem1";
     toolTipTitleItem110.Text = "Symbol";
     toolTipItem110.Text = "Insert symbols that are not on your keyboard, such as copyright symbols, trademar" +
         "k symbols, paragraph marks and Unicode characters.";
     superToolTip110.Items.Add(toolTipTitleItem110);
     superToolTip110.Items.Add(toolTipItem110);
     this.insertSymbolItem1.SuperTip = superToolTip110;
     //
     // changeSectionPageMarginsItem1
     //
     this.changeSectionPageMarginsItem1.Caption = "Margins";
     this.changeSectionPageMarginsItem1.Enabled = false;
     this.changeSectionPageMarginsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageMarginsItem1.Glyph")));
     this.changeSectionPageMarginsItem1.Id = 129;
     this.changeSectionPageMarginsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageMarginsItem1.LargeGlyph")));
     this.changeSectionPageMarginsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.setNormalSectionPageMarginsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setNarrowSectionPageMarginsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setModerateSectionPageMarginsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setWideSectionPageMarginsItem1)});
     this.changeSectionPageMarginsItem1.Name = "changeSectionPageMarginsItem1";
     toolTipTitleItem115.Text = "Margins";
     toolTipItem115.Text = "Select the margin sizes for the entire document or the current section.";
     superToolTip115.Items.Add(toolTipTitleItem115);
     superToolTip115.Items.Add(toolTipItem115);
     this.changeSectionPageMarginsItem1.SuperTip = superToolTip115;
     //
     // setNormalSectionPageMarginsItem1
     //
     this.setNormalSectionPageMarginsItem1.Caption = "Normal\r\nTop:\t     0.79\"\tBottom:\t     0.79\"\r\nLeft:\t     1.18\"\tRight:\t\t     0.59\"";
     this.setNormalSectionPageMarginsItem1.Enabled = false;
     this.setNormalSectionPageMarginsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setNormalSectionPageMarginsItem1.Glyph")));
     this.setNormalSectionPageMarginsItem1.Id = 130;
     this.setNormalSectionPageMarginsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setNormalSectionPageMarginsItem1.LargeGlyph")));
     this.setNormalSectionPageMarginsItem1.Name = "setNormalSectionPageMarginsItem1";
     toolTipTitleItem111.Text = "Normal\r\nTop:\t     0.79\"\tBottom:\t     0.79\"\r\nLeft:\t     1.18\"\tRight:\t\t     0.59\"";
     toolTipItem111.Text = " ";
     superToolTip111.Items.Add(toolTipTitleItem111);
     superToolTip111.Items.Add(toolTipItem111);
     this.setNormalSectionPageMarginsItem1.SuperTip = superToolTip111;
     //
     // setNarrowSectionPageMarginsItem1
     //
     this.setNarrowSectionPageMarginsItem1.Caption = "Narrow\r\nTop:\t      0.5\"\tBottom:\t      0.5\"\r\nLeft:\t      0.5\"\tRight:\t\t      0.5\"";
     this.setNarrowSectionPageMarginsItem1.Enabled = false;
     this.setNarrowSectionPageMarginsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setNarrowSectionPageMarginsItem1.Glyph")));
     this.setNarrowSectionPageMarginsItem1.Id = 131;
     this.setNarrowSectionPageMarginsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setNarrowSectionPageMarginsItem1.LargeGlyph")));
     this.setNarrowSectionPageMarginsItem1.Name = "setNarrowSectionPageMarginsItem1";
     toolTipTitleItem112.Text = "Narrow\r\nTop:\t      0.5\"\tBottom:\t      0.5\"\r\nLeft:\t      0.5\"\tRight:\t\t      0.5\"";
     toolTipItem112.Text = " ";
     superToolTip112.Items.Add(toolTipTitleItem112);
     superToolTip112.Items.Add(toolTipItem112);
     this.setNarrowSectionPageMarginsItem1.SuperTip = superToolTip112;
     //
     // setModerateSectionPageMarginsItem1
     //
     this.setModerateSectionPageMarginsItem1.Caption = "Moderate\r\nTop:\t        1\"\tBottom:\t        1\"\r\nLeft:\t     0.75\"\tRight:\t\t     0.75\"" +
         "";
     this.setModerateSectionPageMarginsItem1.Enabled = false;
     this.setModerateSectionPageMarginsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setModerateSectionPageMarginsItem1.Glyph")));
     this.setModerateSectionPageMarginsItem1.Id = 132;
     this.setModerateSectionPageMarginsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setModerateSectionPageMarginsItem1.LargeGlyph")));
     this.setModerateSectionPageMarginsItem1.Name = "setModerateSectionPageMarginsItem1";
     toolTipTitleItem113.Text = "Moderate\r\nTop:\t        1\"\tBottom:\t        1\"\r\nLeft:\t     0.75\"\tRight:\t\t     0.75\"" +
         "";
     toolTipItem113.Text = " ";
     superToolTip113.Items.Add(toolTipTitleItem113);
     superToolTip113.Items.Add(toolTipItem113);
     this.setModerateSectionPageMarginsItem1.SuperTip = superToolTip113;
     //
     // setWideSectionPageMarginsItem1
     //
     this.setWideSectionPageMarginsItem1.Caption = "Wide\r\nTop:\t        1\"\tBottom:\t        1\"\r\nLeft:\t        2\"\tRight:\t\t        2\"";
     this.setWideSectionPageMarginsItem1.Enabled = false;
     this.setWideSectionPageMarginsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setWideSectionPageMarginsItem1.Glyph")));
     this.setWideSectionPageMarginsItem1.Id = 133;
     this.setWideSectionPageMarginsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setWideSectionPageMarginsItem1.LargeGlyph")));
     this.setWideSectionPageMarginsItem1.Name = "setWideSectionPageMarginsItem1";
     toolTipTitleItem114.Text = "Wide\r\nTop:\t        1\"\tBottom:\t        1\"\r\nLeft:\t        2\"\tRight:\t\t        2\"";
     toolTipItem114.Text = " ";
     superToolTip114.Items.Add(toolTipTitleItem114);
     superToolTip114.Items.Add(toolTipItem114);
     this.setWideSectionPageMarginsItem1.SuperTip = superToolTip114;
     //
     // changeSectionPageOrientationItem1
     //
     this.changeSectionPageOrientationItem1.Caption = "Orientation";
     this.changeSectionPageOrientationItem1.Enabled = false;
     this.changeSectionPageOrientationItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageOrientationItem1.Glyph")));
     this.changeSectionPageOrientationItem1.Id = 134;
     this.changeSectionPageOrientationItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPageOrientationItem1.LargeGlyph")));
     this.changeSectionPageOrientationItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.setPortraitPageOrientationItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setLandscapePageOrientationItem1)});
     this.changeSectionPageOrientationItem1.Name = "changeSectionPageOrientationItem1";
     toolTipTitleItem118.Text = "Orientation";
     toolTipItem118.Text = "Switch the pages between portrait and landscape layouts.";
     superToolTip118.Items.Add(toolTipTitleItem118);
     superToolTip118.Items.Add(toolTipItem118);
     this.changeSectionPageOrientationItem1.SuperTip = superToolTip118;
     //
     // setPortraitPageOrientationItem1
     //
     this.setPortraitPageOrientationItem1.Caption = "Portrait";
     this.setPortraitPageOrientationItem1.Enabled = false;
     this.setPortraitPageOrientationItem1.Id = 135;
     this.setPortraitPageOrientationItem1.Name = "setPortraitPageOrientationItem1";
     toolTipTitleItem116.Text = "Portrait";
     toolTipItem116.Text = " ";
     superToolTip116.Items.Add(toolTipTitleItem116);
     superToolTip116.Items.Add(toolTipItem116);
     this.setPortraitPageOrientationItem1.SuperTip = superToolTip116;
     //
     // setLandscapePageOrientationItem1
     //
     this.setLandscapePageOrientationItem1.Caption = "Landscape";
     this.setLandscapePageOrientationItem1.Enabled = false;
     this.setLandscapePageOrientationItem1.Id = 136;
     this.setLandscapePageOrientationItem1.Name = "setLandscapePageOrientationItem1";
     toolTipTitleItem117.Text = "Landscape";
     toolTipItem117.Text = " ";
     superToolTip117.Items.Add(toolTipTitleItem117);
     superToolTip117.Items.Add(toolTipItem117);
     this.setLandscapePageOrientationItem1.SuperTip = superToolTip117;
     //
     // changeSectionPaperKindItem1
     //
     this.changeSectionPaperKindItem1.Caption = "Size";
     this.changeSectionPaperKindItem1.Enabled = false;
     this.changeSectionPaperKindItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPaperKindItem1.Glyph")));
     this.changeSectionPaperKindItem1.Id = 137;
     this.changeSectionPaperKindItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionPaperKindItem1.LargeGlyph")));
     this.changeSectionPaperKindItem1.Name = "changeSectionPaperKindItem1";
     toolTipTitleItem119.Text = "Size";
     toolTipItem119.Text = "Choose a paper size for the current section.";
     superToolTip119.Items.Add(toolTipTitleItem119);
     superToolTip119.Items.Add(toolTipItem119);
     this.changeSectionPaperKindItem1.SuperTip = superToolTip119;
     //
     // changeSectionColumnsItem1
     //
     this.changeSectionColumnsItem1.Caption = "Columns";
     this.changeSectionColumnsItem1.Enabled = false;
     this.changeSectionColumnsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionColumnsItem1.Glyph")));
     this.changeSectionColumnsItem1.Id = 138;
     this.changeSectionColumnsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionColumnsItem1.LargeGlyph")));
     this.changeSectionColumnsItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionOneColumnItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionTwoColumnsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionThreeColumnsItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.showColumnsSetupFormItem1)});
     this.changeSectionColumnsItem1.Name = "changeSectionColumnsItem1";
     toolTipTitleItem124.Text = "Columns";
     toolTipItem124.Text = "Split text into two or more columns.";
     superToolTip124.Items.Add(toolTipTitleItem124);
     superToolTip124.Items.Add(toolTipItem124);
     this.changeSectionColumnsItem1.SuperTip = superToolTip124;
     //
     // setSectionOneColumnItem1
     //
     this.setSectionOneColumnItem1.Caption = "One";
     this.setSectionOneColumnItem1.Enabled = false;
     this.setSectionOneColumnItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setSectionOneColumnItem1.Glyph")));
     this.setSectionOneColumnItem1.Id = 139;
     this.setSectionOneColumnItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setSectionOneColumnItem1.LargeGlyph")));
     this.setSectionOneColumnItem1.Name = "setSectionOneColumnItem1";
     toolTipTitleItem120.Text = "One";
     toolTipItem120.Text = "One column.";
     superToolTip120.Items.Add(toolTipTitleItem120);
     superToolTip120.Items.Add(toolTipItem120);
     this.setSectionOneColumnItem1.SuperTip = superToolTip120;
     //
     // setSectionTwoColumnsItem1
     //
     this.setSectionTwoColumnsItem1.Caption = "Two";
     this.setSectionTwoColumnsItem1.Enabled = false;
     this.setSectionTwoColumnsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setSectionTwoColumnsItem1.Glyph")));
     this.setSectionTwoColumnsItem1.Id = 140;
     this.setSectionTwoColumnsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setSectionTwoColumnsItem1.LargeGlyph")));
     this.setSectionTwoColumnsItem1.Name = "setSectionTwoColumnsItem1";
     toolTipTitleItem121.Text = "Two";
     toolTipItem121.Text = "Two columns.";
     superToolTip121.Items.Add(toolTipTitleItem121);
     superToolTip121.Items.Add(toolTipItem121);
     this.setSectionTwoColumnsItem1.SuperTip = superToolTip121;
     //
     // setSectionThreeColumnsItem1
     //
     this.setSectionThreeColumnsItem1.Caption = "Three";
     this.setSectionThreeColumnsItem1.Enabled = false;
     this.setSectionThreeColumnsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("setSectionThreeColumnsItem1.Glyph")));
     this.setSectionThreeColumnsItem1.Id = 141;
     this.setSectionThreeColumnsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("setSectionThreeColumnsItem1.LargeGlyph")));
     this.setSectionThreeColumnsItem1.Name = "setSectionThreeColumnsItem1";
     toolTipTitleItem122.Text = "Three";
     toolTipItem122.Text = "Three columns.";
     superToolTip122.Items.Add(toolTipTitleItem122);
     superToolTip122.Items.Add(toolTipItem122);
     this.setSectionThreeColumnsItem1.SuperTip = superToolTip122;
     //
     // showColumnsSetupFormItem1
     //
     this.showColumnsSetupFormItem1.Caption = "More Columns";
     this.showColumnsSetupFormItem1.Enabled = false;
     this.showColumnsSetupFormItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("showColumnsSetupFormItem1.Glyph")));
     this.showColumnsSetupFormItem1.Id = 142;
     this.showColumnsSetupFormItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("showColumnsSetupFormItem1.LargeGlyph")));
     this.showColumnsSetupFormItem1.Name = "showColumnsSetupFormItem1";
     toolTipTitleItem123.Text = "More Columns";
     toolTipItem123.Text = "Show the Column dialog box to customize column widths.";
     superToolTip123.Items.Add(toolTipTitleItem123);
     superToolTip123.Items.Add(toolTipItem123);
     this.showColumnsSetupFormItem1.SuperTip = superToolTip123;
     //
     // insertBreakItem1
     //
     this.insertBreakItem1.Caption = "Breaks";
     this.insertBreakItem1.Enabled = false;
     this.insertBreakItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertBreakItem1.Glyph")));
     this.insertBreakItem1.Id = 143;
     this.insertBreakItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertBreakItem1.LargeGlyph")));
     this.insertBreakItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.insertPageBreakItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.insertColumnBreakItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.insertSectionBreakNextPageItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.insertSectionBreakEvenPageItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.insertSectionBreakOddPageItem1)});
     this.insertBreakItem1.Name = "insertBreakItem1";
     toolTipTitleItem130.Text = "Breaks";
     toolTipItem130.Text = "Add page, section, or column breaks to the document.";
     superToolTip130.Items.Add(toolTipTitleItem130);
     superToolTip130.Items.Add(toolTipItem130);
     this.insertBreakItem1.SuperTip = superToolTip130;
     //
     // insertPageBreakItem2
     //
     this.insertPageBreakItem2.Caption = "Page";
     this.insertPageBreakItem2.Enabled = false;
     this.insertPageBreakItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("insertPageBreakItem2.Glyph")));
     this.insertPageBreakItem2.Id = 144;
     this.insertPageBreakItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertPageBreakItem2.LargeGlyph")));
     this.insertPageBreakItem2.Name = "insertPageBreakItem2";
     toolTipTitleItem125.Text = "Page (Ctrl+Return)";
     toolTipItem125.Text = "Start the next page at the current position.";
     superToolTip125.Items.Add(toolTipTitleItem125);
     superToolTip125.Items.Add(toolTipItem125);
     this.insertPageBreakItem2.SuperTip = superToolTip125;
     //
     // insertColumnBreakItem1
     //
     this.insertColumnBreakItem1.Caption = "Column";
     this.insertColumnBreakItem1.Enabled = false;
     this.insertColumnBreakItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertColumnBreakItem1.Glyph")));
     this.insertColumnBreakItem1.Id = 145;
     this.insertColumnBreakItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertColumnBreakItem1.LargeGlyph")));
     this.insertColumnBreakItem1.Name = "insertColumnBreakItem1";
     toolTipTitleItem126.Text = "Column (Ctrl+Shift+Return)";
     toolTipItem126.Text = "Indicate that the text following the column break will begin in the next column.";
     superToolTip126.Items.Add(toolTipTitleItem126);
     superToolTip126.Items.Add(toolTipItem126);
     this.insertColumnBreakItem1.SuperTip = superToolTip126;
     //
     // insertSectionBreakNextPageItem1
     //
     this.insertSectionBreakNextPageItem1.Caption = "Section (Next Page)";
     this.insertSectionBreakNextPageItem1.Enabled = false;
     this.insertSectionBreakNextPageItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertSectionBreakNextPageItem1.Glyph")));
     this.insertSectionBreakNextPageItem1.Id = 146;
     this.insertSectionBreakNextPageItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertSectionBreakNextPageItem1.LargeGlyph")));
     this.insertSectionBreakNextPageItem1.Name = "insertSectionBreakNextPageItem1";
     toolTipTitleItem127.Text = "Section (Next Page)";
     toolTipItem127.Text = "Insert a section break and start the new section on the next page.";
     superToolTip127.Items.Add(toolTipTitleItem127);
     superToolTip127.Items.Add(toolTipItem127);
     this.insertSectionBreakNextPageItem1.SuperTip = superToolTip127;
     //
     // insertSectionBreakEvenPageItem1
     //
     this.insertSectionBreakEvenPageItem1.Caption = "Section (Even Page)";
     this.insertSectionBreakEvenPageItem1.Enabled = false;
     this.insertSectionBreakEvenPageItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertSectionBreakEvenPageItem1.Glyph")));
     this.insertSectionBreakEvenPageItem1.Id = 147;
     this.insertSectionBreakEvenPageItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertSectionBreakEvenPageItem1.LargeGlyph")));
     this.insertSectionBreakEvenPageItem1.Name = "insertSectionBreakEvenPageItem1";
     toolTipTitleItem128.Text = "Section (Even Page)";
     toolTipItem128.Text = "Insert a section break and start the new section on the next even-numbered page.";
     superToolTip128.Items.Add(toolTipTitleItem128);
     superToolTip128.Items.Add(toolTipItem128);
     this.insertSectionBreakEvenPageItem1.SuperTip = superToolTip128;
     //
     // insertSectionBreakOddPageItem1
     //
     this.insertSectionBreakOddPageItem1.Caption = "Section (Odd Page)";
     this.insertSectionBreakOddPageItem1.Enabled = false;
     this.insertSectionBreakOddPageItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("insertSectionBreakOddPageItem1.Glyph")));
     this.insertSectionBreakOddPageItem1.Id = 148;
     this.insertSectionBreakOddPageItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("insertSectionBreakOddPageItem1.LargeGlyph")));
     this.insertSectionBreakOddPageItem1.Name = "insertSectionBreakOddPageItem1";
     toolTipTitleItem129.Text = "Section (Odd Page)";
     toolTipItem129.Text = "Insert a section break and start the new section on the next odd-numbered page.";
     superToolTip129.Items.Add(toolTipTitleItem129);
     superToolTip129.Items.Add(toolTipItem129);
     this.insertSectionBreakOddPageItem1.SuperTip = superToolTip129;
     //
     // changeSectionLineNumberingItem1
     //
     this.changeSectionLineNumberingItem1.Caption = "Line Numbers";
     this.changeSectionLineNumberingItem1.Enabled = false;
     this.changeSectionLineNumberingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeSectionLineNumberingItem1.Glyph")));
     this.changeSectionLineNumberingItem1.Id = 149;
     this.changeSectionLineNumberingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeSectionLineNumberingItem1.LargeGlyph")));
     this.changeSectionLineNumberingItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingNoneItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingContinuousItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingRestartNewPageItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.setSectionLineNumberingRestartNewSectionItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.toggleParagraphSuppressLineNumbersItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.showLineNumberingFormItem1)});
     this.changeSectionLineNumberingItem1.Name = "changeSectionLineNumberingItem1";
     toolTipTitleItem137.Text = "Line Numbers";
     toolTipItem137.Text = "Add line numbers in the margin alongside of each line of the document.";
     superToolTip137.Items.Add(toolTipTitleItem137);
     superToolTip137.Items.Add(toolTipItem137);
     this.changeSectionLineNumberingItem1.SuperTip = superToolTip137;
     //
     // setSectionLineNumberingNoneItem1
     //
     this.setSectionLineNumberingNoneItem1.Caption = "None";
     this.setSectionLineNumberingNoneItem1.Enabled = false;
     this.setSectionLineNumberingNoneItem1.Id = 150;
     this.setSectionLineNumberingNoneItem1.Name = "setSectionLineNumberingNoneItem1";
     toolTipTitleItem131.Text = "None";
     toolTipItem131.Text = "No line numbers.";
     superToolTip131.Items.Add(toolTipTitleItem131);
     superToolTip131.Items.Add(toolTipItem131);
     this.setSectionLineNumberingNoneItem1.SuperTip = superToolTip131;
     //
     // setSectionLineNumberingContinuousItem1
     //
     this.setSectionLineNumberingContinuousItem1.Caption = "Continuous";
     this.setSectionLineNumberingContinuousItem1.Enabled = false;
     this.setSectionLineNumberingContinuousItem1.Id = 151;
     this.setSectionLineNumberingContinuousItem1.Name = "setSectionLineNumberingContinuousItem1";
     toolTipTitleItem132.Text = "Continuous";
     toolTipItem132.Text = "Continuous";
     superToolTip132.Items.Add(toolTipTitleItem132);
     superToolTip132.Items.Add(toolTipItem132);
     this.setSectionLineNumberingContinuousItem1.SuperTip = superToolTip132;
     //
     // setSectionLineNumberingRestartNewPageItem1
     //
     this.setSectionLineNumberingRestartNewPageItem1.Caption = "Restart Each Page";
     this.setSectionLineNumberingRestartNewPageItem1.Enabled = false;
     this.setSectionLineNumberingRestartNewPageItem1.Id = 152;
     this.setSectionLineNumberingRestartNewPageItem1.Name = "setSectionLineNumberingRestartNewPageItem1";
     toolTipTitleItem133.Text = "Restart Each Page";
     toolTipItem133.Text = "Restart Each Page";
     superToolTip133.Items.Add(toolTipTitleItem133);
     superToolTip133.Items.Add(toolTipItem133);
     this.setSectionLineNumberingRestartNewPageItem1.SuperTip = superToolTip133;
     //
     // setSectionLineNumberingRestartNewSectionItem1
     //
     this.setSectionLineNumberingRestartNewSectionItem1.Caption = "Restart Each Section";
     this.setSectionLineNumberingRestartNewSectionItem1.Enabled = false;
     this.setSectionLineNumberingRestartNewSectionItem1.Id = 153;
     this.setSectionLineNumberingRestartNewSectionItem1.Name = "setSectionLineNumberingRestartNewSectionItem1";
     toolTipTitleItem134.Text = "Restart Each Section";
     toolTipItem134.Text = "Restart Each Section";
     superToolTip134.Items.Add(toolTipTitleItem134);
     superToolTip134.Items.Add(toolTipItem134);
     this.setSectionLineNumberingRestartNewSectionItem1.SuperTip = superToolTip134;
     //
     // toggleParagraphSuppressLineNumbersItem1
     //
     this.toggleParagraphSuppressLineNumbersItem1.Caption = "Suppress Line Numbers for Current Paragraph";
     this.toggleParagraphSuppressLineNumbersItem1.Enabled = false;
     this.toggleParagraphSuppressLineNumbersItem1.Id = 154;
     this.toggleParagraphSuppressLineNumbersItem1.Name = "toggleParagraphSuppressLineNumbersItem1";
     toolTipTitleItem135.Text = "Suppress Line Numbers for Current Paragraph";
     toolTipItem135.Text = "Suppress Line Numbers for Current Paragraph";
     superToolTip135.Items.Add(toolTipTitleItem135);
     superToolTip135.Items.Add(toolTipItem135);
     this.toggleParagraphSuppressLineNumbersItem1.SuperTip = superToolTip135;
     //
     // showLineNumberingFormItem1
     //
     this.showLineNumberingFormItem1.Caption = "Line Numbering Options";
     this.showLineNumberingFormItem1.Enabled = false;
     this.showLineNumberingFormItem1.Id = 155;
     this.showLineNumberingFormItem1.Name = "showLineNumberingFormItem1";
     toolTipTitleItem136.Text = "Line Numbering Options";
     toolTipItem136.Text = "Line Numbering Options";
     superToolTip136.Items.Add(toolTipTitleItem136);
     superToolTip136.Items.Add(toolTipItem136);
     this.showLineNumberingFormItem1.SuperTip = superToolTip136;
     //
     // checkSpellingItem1
     //
     this.checkSpellingItem1.Caption = "Spelling";
     this.checkSpellingItem1.Enabled = false;
     this.checkSpellingItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("checkSpellingItem1.Glyph")));
     this.checkSpellingItem1.Id = 156;
     this.checkSpellingItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("checkSpellingItem1.LargeGlyph")));
     this.checkSpellingItem1.Name = "checkSpellingItem1";
     toolTipTitleItem138.Text = "Spelling";
     toolTipItem138.Text = "Check the spelling of text in the document.";
     superToolTip138.Items.Add(toolTipTitleItem138);
     superToolTip138.Items.Add(toolTipItem138);
     this.checkSpellingItem1.SuperTip = superToolTip138;
     //
     // protectDocumentItem1
     //
     this.protectDocumentItem1.Caption = "Protect Document";
     this.protectDocumentItem1.Enabled = false;
     this.protectDocumentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("protectDocumentItem1.Glyph")));
     this.protectDocumentItem1.Id = 157;
     this.protectDocumentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("protectDocumentItem1.LargeGlyph")));
     this.protectDocumentItem1.Name = "protectDocumentItem1";
     toolTipTitleItem139.Text = "Protect Document";
     toolTipItem139.Text = "Help restrict people from editing the document by specifying a password.";
     superToolTip139.Items.Add(toolTipTitleItem139);
     superToolTip139.Items.Add(toolTipItem139);
     this.protectDocumentItem1.SuperTip = superToolTip139;
     //
     // changeRangeEditingPermissionsItem1
     //
     this.changeRangeEditingPermissionsItem1.Caption = "Range Editing Permissions";
     this.changeRangeEditingPermissionsItem1.Enabled = false;
     this.changeRangeEditingPermissionsItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("changeRangeEditingPermissionsItem1.Glyph")));
     this.changeRangeEditingPermissionsItem1.Id = 158;
     this.changeRangeEditingPermissionsItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("changeRangeEditingPermissionsItem1.LargeGlyph")));
     this.changeRangeEditingPermissionsItem1.Name = "changeRangeEditingPermissionsItem1";
     toolTipTitleItem140.Text = "Range Editing Permissions";
     toolTipItem140.Text = "Range Editing Permissions";
     superToolTip140.Items.Add(toolTipTitleItem140);
     superToolTip140.Items.Add(toolTipItem140);
     this.changeRangeEditingPermissionsItem1.SuperTip = superToolTip140;
     //
     // unprotectDocumentItem1
     //
     this.unprotectDocumentItem1.Caption = "Unprotect Document";
     this.unprotectDocumentItem1.Enabled = false;
     this.unprotectDocumentItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("unprotectDocumentItem1.Glyph")));
     this.unprotectDocumentItem1.Id = 159;
     this.unprotectDocumentItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("unprotectDocumentItem1.LargeGlyph")));
     this.unprotectDocumentItem1.Name = "unprotectDocumentItem1";
     toolTipTitleItem141.Text = "Unprotect Document";
     toolTipItem141.Text = "Unprotect Document";
     superToolTip141.Items.Add(toolTipTitleItem141);
     superToolTip141.Items.Add(toolTipItem141);
     this.unprotectDocumentItem1.SuperTip = superToolTip141;
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "テンプレート";
     this.barStaticItem1.Id = 123;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // cboTemplate
     //
     this.cboTemplate.Caption = "cbo1";
     this.cboTemplate.Edit = this.repositoryItemComboBox1;
     this.cboTemplate.Id = 124;
     this.cboTemplate.Name = "cboTemplate";
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // barStaticItem2
     //
     this.barStaticItem2.Caption = "表示";
     this.barStaticItem2.Id = 126;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "hs";
     this.barEditItem1.Edit = this.repositoryItemPictureEdit2;
     this.barEditItem1.Id = 161;
     this.barEditItem1.Name = "barEditItem1";
     //
     // repositoryItemPictureEdit2
     //
     this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Img";
     this.barButtonItem1.Id = 189;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // repositoryItemRichEditStyleEdit1
     //
     this.repositoryItemRichEditStyleEdit1.AutoHeight = false;
     this.repositoryItemRichEditStyleEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemRichEditStyleEdit1.Control = null;
     this.repositoryItemRichEditStyleEdit1.Name = "repositoryItemRichEditStyleEdit1";
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemRichEditStyleEdit2
     //
     this.repositoryItemRichEditStyleEdit2.AutoHeight = false;
     this.repositoryItemRichEditStyleEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemRichEditStyleEdit2.Control = null;
     this.repositoryItemRichEditStyleEdit2.Name = "repositoryItemRichEditStyleEdit2";
     //
     // repositoryItemComboBox2
     //
     this.repositoryItemComboBox2.AutoHeight = false;
     this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
     //
     // repositoryItemComboBox4
     //
     this.repositoryItemComboBox4.AutoHeight = false;
     this.repositoryItemComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox4.Name = "repositoryItemComboBox4";
     //
     // repositoryItemRichEditStyleEdit3
     //
     this.repositoryItemRichEditStyleEdit3.AutoHeight = false;
     this.repositoryItemRichEditStyleEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemRichEditStyleEdit3.Control = null;
     this.repositoryItemRichEditStyleEdit3.Name = "repositoryItemRichEditStyleEdit3";
     //
     // richEditBarController1
     //
     this.richEditBarController1.BarItems.Add(this.cutItem1);
     this.richEditBarController1.BarItems.Add(this.copyItem1);
     this.richEditBarController1.BarItems.Add(this.pasteItem1);
     this.richEditBarController1.BarItems.Add(this.pasteSpecialItem1);
     this.richEditBarController1.BarItems.Add(this.changeFontNameItem1);
     this.richEditBarController1.BarItems.Add(this.changeFontSizeItem1);
     this.richEditBarController1.BarItems.Add(this.changeFontColorItem1);
     this.richEditBarController1.BarItems.Add(this.changeFontBackColorItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontBoldItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontItalicItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontUnderlineItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontDoubleUnderlineItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontStrikeoutItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontDoubleStrikeoutItem1);
     this.richEditBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
     this.richEditBarController1.BarItems.Add(this.changeTextCaseItem1);
     this.richEditBarController1.BarItems.Add(this.makeTextUpperCaseItem1);
     this.richEditBarController1.BarItems.Add(this.makeTextLowerCaseItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTextCaseItem1);
     this.richEditBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
     this.richEditBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
     this.richEditBarController1.BarItems.Add(this.clearFormattingItem1);
     this.richEditBarController1.BarItems.Add(this.showFontFormItem1);
     this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentLeftItem1);
     this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
     this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
     this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
     this.richEditBarController1.BarItems.Add(this.changeParagraphLineSpacingItem1);
     this.richEditBarController1.BarItems.Add(this.setSingleParagraphSpacingItem1);
     this.richEditBarController1.BarItems.Add(this.setSesquialteralParagraphSpacingItem1);
     this.richEditBarController1.BarItems.Add(this.setDoubleParagraphSpacingItem1);
     this.richEditBarController1.BarItems.Add(this.showLineSpacingFormItem1);
     this.richEditBarController1.BarItems.Add(this.addSpacingBeforeParagraphItem1);
     this.richEditBarController1.BarItems.Add(this.removeSpacingBeforeParagraphItem1);
     this.richEditBarController1.BarItems.Add(this.addSpacingAfterParagraphItem1);
     this.richEditBarController1.BarItems.Add(this.removeSpacingAfterParagraphItem1);
     this.richEditBarController1.BarItems.Add(this.toggleNumberingListItem1);
     this.richEditBarController1.BarItems.Add(this.toggleMultiLevelListItem1);
     this.richEditBarController1.BarItems.Add(this.decreaseIndentItem1);
     this.richEditBarController1.BarItems.Add(this.increaseIndentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
     this.richEditBarController1.BarItems.Add(this.showParagraphFormItem1);
     this.richEditBarController1.BarItems.Add(this.findItem1);
     this.richEditBarController1.BarItems.Add(this.replaceItem1);
     this.richEditBarController1.BarItems.Add(this.changeTableCellsShadingItem1);
     this.richEditBarController1.BarItems.Add(this.changeTableBordersItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsLeftBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsRightBorderItem1);
     this.richEditBarController1.BarItems.Add(this.resetTableCellsAllBordersItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsAllBordersItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsOutsideBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsInsideBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsInsideHorizontalBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsInsideVerticalBorderItem1);
     this.richEditBarController1.BarItems.Add(this.toggleShowTableGridLinesItem1);
     this.richEditBarController1.BarItems.Add(this.changeTableBorderLineStyleItem1);
     this.richEditBarController1.BarItems.Add(this.changeTableBorderLineWeightItem1);
     this.richEditBarController1.BarItems.Add(this.changeTableBorderColorItem1);
     this.richEditBarController1.BarItems.Add(this.selectTableElementsItem1);
     this.richEditBarController1.BarItems.Add(this.selectTableCellItem1);
     this.richEditBarController1.BarItems.Add(this.selectTableColumnItem1);
     this.richEditBarController1.BarItems.Add(this.selectTableRowItem1);
     this.richEditBarController1.BarItems.Add(this.selectTableItem1);
     this.richEditBarController1.BarItems.Add(this.showTablePropertiesFormItem1);
     this.richEditBarController1.BarItems.Add(this.deleteTableElementsItem1);
     this.richEditBarController1.BarItems.Add(this.showDeleteTableCellsFormItem1);
     this.richEditBarController1.BarItems.Add(this.deleteTableColumnsItem1);
     this.richEditBarController1.BarItems.Add(this.deleteTableRowsItem1);
     this.richEditBarController1.BarItems.Add(this.deleteTableItem1);
     this.richEditBarController1.BarItems.Add(this.insertTableRowAboveItem1);
     this.richEditBarController1.BarItems.Add(this.insertTableRowBelowItem1);
     this.richEditBarController1.BarItems.Add(this.insertTableColumnToLeftItem1);
     this.richEditBarController1.BarItems.Add(this.insertTableColumnToRightItem1);
     this.richEditBarController1.BarItems.Add(this.showInsertTableCellsFormItem1);
     this.richEditBarController1.BarItems.Add(this.mergeTableCellsItem1);
     this.richEditBarController1.BarItems.Add(this.showSplitTableCellsForm1);
     this.richEditBarController1.BarItems.Add(this.splitTableItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableAutoFitItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableAutoFitContentsItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableAutoFitWindowItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableFixedColumnWidthItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopLeftAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopCenterAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopRightAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleLeftAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleCenterAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleRightAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomLeftAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomCenterAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomRightAlignmentItem1);
     this.richEditBarController1.BarItems.Add(this.switchToSimpleViewItem1);
     this.richEditBarController1.BarItems.Add(this.switchToDraftViewItem1);
     this.richEditBarController1.BarItems.Add(this.switchToPrintLayoutViewItem1);
     this.richEditBarController1.BarItems.Add(this.toggleShowHorizontalRulerItem1);
     this.richEditBarController1.BarItems.Add(this.toggleShowVerticalRulerItem1);
     this.richEditBarController1.BarItems.Add(this.zoomOutItem1);
     this.richEditBarController1.BarItems.Add(this.zoomInItem1);
     this.richEditBarController1.BarItems.Add(this.toggleBulletedListItem1);
     this.richEditBarController1.BarItems.Add(this.insertPageBreakItem1);
     this.richEditBarController1.BarItems.Add(this.insertTableItem1);
     this.richEditBarController1.BarItems.Add(this.insertPictureItem1);
     this.richEditBarController1.BarItems.Add(this.insertBookmarkItem1);
     this.richEditBarController1.BarItems.Add(this.insertHyperlinkItem1);
     this.richEditBarController1.BarItems.Add(this.editPageHeaderItem1);
     this.richEditBarController1.BarItems.Add(this.editPageFooterItem1);
     this.richEditBarController1.BarItems.Add(this.insertPageNumberItem1);
     this.richEditBarController1.BarItems.Add(this.insertPageCountItem1);
     this.richEditBarController1.BarItems.Add(this.insertSymbolItem1);
     this.richEditBarController1.BarItems.Add(this.changeSectionPageMarginsItem1);
     this.richEditBarController1.BarItems.Add(this.setNormalSectionPageMarginsItem1);
     this.richEditBarController1.BarItems.Add(this.setNarrowSectionPageMarginsItem1);
     this.richEditBarController1.BarItems.Add(this.setModerateSectionPageMarginsItem1);
     this.richEditBarController1.BarItems.Add(this.setWideSectionPageMarginsItem1);
     this.richEditBarController1.BarItems.Add(this.changeSectionPageOrientationItem1);
     this.richEditBarController1.BarItems.Add(this.setPortraitPageOrientationItem1);
     this.richEditBarController1.BarItems.Add(this.setLandscapePageOrientationItem1);
     this.richEditBarController1.BarItems.Add(this.changeSectionPaperKindItem1);
     this.richEditBarController1.BarItems.Add(this.changeSectionColumnsItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionOneColumnItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionTwoColumnsItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionThreeColumnsItem1);
     this.richEditBarController1.BarItems.Add(this.showColumnsSetupFormItem1);
     this.richEditBarController1.BarItems.Add(this.insertBreakItem1);
     this.richEditBarController1.BarItems.Add(this.insertPageBreakItem2);
     this.richEditBarController1.BarItems.Add(this.insertColumnBreakItem1);
     this.richEditBarController1.BarItems.Add(this.insertSectionBreakNextPageItem1);
     this.richEditBarController1.BarItems.Add(this.insertSectionBreakEvenPageItem1);
     this.richEditBarController1.BarItems.Add(this.insertSectionBreakOddPageItem1);
     this.richEditBarController1.BarItems.Add(this.changeSectionLineNumberingItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingNoneItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingContinuousItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingRestartNewPageItem1);
     this.richEditBarController1.BarItems.Add(this.setSectionLineNumberingRestartNewSectionItem1);
     this.richEditBarController1.BarItems.Add(this.toggleParagraphSuppressLineNumbersItem1);
     this.richEditBarController1.BarItems.Add(this.showLineNumberingFormItem1);
     this.richEditBarController1.BarItems.Add(this.checkSpellingItem1);
     this.richEditBarController1.BarItems.Add(this.protectDocumentItem1);
     this.richEditBarController1.BarItems.Add(this.changeRangeEditingPermissionsItem1);
     this.richEditBarController1.BarItems.Add(this.unprotectDocumentItem1);
     //
     // stylesBar2
     //
     this.stylesBar2.BarName = "";
     this.stylesBar2.DockCol = 0;
     this.stylesBar2.DockRow = 5;
     this.stylesBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.stylesBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.cboTemplate)});
     this.stylesBar2.Text = "";
     //
     // grdContent
     //
     this.grdContent.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdContent.EmbeddedNavigator.Appearance.Options.UseBorderColor = true;
     this.grdContent.Location = new System.Drawing.Point(0, 29);
     this.grdContent.MainView = this.gridView1;
     this.grdContent.Name = "grdContent";
     this.grdContent.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemRichTextEdit1,
     this.repositoryItemMemoEdit1,
     this.repositoryItemComboBox3,
     this.repositoryItemGridLookUpEdit1,
     this.repositoryItemRichTextEdit2,
     this.repositoryItemRichTextEdit3,
     this.repositoryItemTextEdit2,
     this.repositoryItemTextEdit3,
     this.repositoryItemPictureEdit3,
     this.repositoryItemLookUpEdit1,
     this.repositoryItemMemoEdit2});
     this.grdContent.ShowOnlyPredefinedDetails = true;
     this.grdContent.Size = new System.Drawing.Size(728, 462);
     this.grdContent.TabIndex = 5;
     this.grdContent.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     this.grdContent.KeyDown += new System.Windows.Forms.KeyEventHandler(this.grdContent_KeyDown);
     //
     // gridView1
     //
     this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTagCode,
     this.colTagName,
     this.colNotes,
     this.CreateDate,
     this.colType});
     this.gridView1.GridControl = this.grdContent;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsView.RowAutoHeight = true;
     this.gridView1.OptionsView.ShowColumnHeaders = false;
     this.gridView1.OptionsView.ShowGroupPanel = false;
     this.gridView1.OptionsView.ShowIndicator = false;
     this.gridView1.SelectionChanged += new DevExpress.Data.SelectionChangedEventHandler(this.gridView1_SelectionChanged);
     this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
     this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
     this.gridView1.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.gridView1_CustomRowCellEdit);
     this.gridView1.ColumnChanged += new System.EventHandler(this.gridView1_ColumnChanged);
     //
     // colTagCode
     //
     this.colTagCode.Caption = "Tag code";
     this.colTagCode.ColumnEdit = this.repositoryItemLookUpEdit1;
     this.colTagCode.FieldName = "TagCode";
     this.colTagCode.Name = "colTagCode";
     this.colTagCode.OptionsColumn.AllowSize = false;
     this.colTagCode.OptionsColumn.FixedWidth = true;
     this.colTagCode.Visible = true;
     this.colTagCode.VisibleIndex = 0;
     this.colTagCode.Width = 74;
     //
     // repositoryItemLookUpEdit1
     //
     this.repositoryItemLookUpEdit1.AutoHeight = false;
     this.repositoryItemLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemLookUpEdit1.Name = "repositoryItemLookUpEdit1";
     //
     // colTagName
     //
     this.colTagName.Caption = "Tag Name";
     this.colTagName.FieldName = "TagName";
     this.colTagName.Name = "colTagName";
     this.colTagName.OptionsColumn.AllowEdit = false;
     this.colTagName.OptionsColumn.AllowSize = false;
     this.colTagName.OptionsColumn.FixedWidth = true;
     this.colTagName.OptionsColumn.ReadOnly = true;
     this.colTagName.Visible = true;
     this.colTagName.VisibleIndex = 1;
     this.colTagName.Width = 74;
     //
     // colNotes
     //
     this.colNotes.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.colNotes.AppearanceHeader.Options.UseFont = true;
     this.colNotes.Caption = "Content";
     this.colNotes.ColumnEdit = this.repositoryItemMemoEdit2;
     this.colNotes.FieldName = "Content";
     this.colNotes.Name = "colNotes";
     this.colNotes.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colNotes.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
     this.colNotes.OptionsFilter.AllowFilter = false;
     this.colNotes.Visible = true;
     this.colNotes.VisibleIndex = 2;
     this.colNotes.Width = 290;
     //
     // repositoryItemMemoEdit2
     //
     this.repositoryItemMemoEdit2.Name = "repositoryItemMemoEdit2";
     //
     // repositoryItemPictureEdit3
     //
     this.repositoryItemPictureEdit3.Name = "repositoryItemPictureEdit3";
     //
     // CreateDate
     //
     this.CreateDate.Caption = "CreateDate";
     this.CreateDate.FieldName = "CreateDate";
     this.CreateDate.Name = "CreateDate";
     //
     // colType
     //
     this.colType.Caption = "Product Type";
     this.colType.ColumnEdit = this.repositoryItemMemoEdit1;
     this.colType.FieldName = "Type";
     this.colType.Name = "colType";
     this.colType.Width = 97;
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemRichTextEdit1
     //
     this.repositoryItemRichTextEdit1.Name = "repositoryItemRichTextEdit1";
     this.repositoryItemRichTextEdit1.ShowCaretInReadOnly = false;
     //
     // repositoryItemComboBox3
     //
     this.repositoryItemComboBox3.AutoHeight = false;
     this.repositoryItemComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox3.Name = "repositoryItemComboBox3";
     //
     // repositoryItemGridLookUpEdit1
     //
     this.repositoryItemGridLookUpEdit1.AutoHeight = false;
     this.repositoryItemGridLookUpEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemGridLookUpEdit1.Name = "repositoryItemGridLookUpEdit1";
     this.repositoryItemGridLookUpEdit1.View = this.repositoryItemGridLookUpEdit1View;
     //
     // repositoryItemGridLookUpEdit1View
     //
     this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
     this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // repositoryItemRichTextEdit2
     //
     this.repositoryItemRichTextEdit2.Name = "repositoryItemRichTextEdit2";
     this.repositoryItemRichTextEdit2.ShowCaretInReadOnly = false;
     //
     // repositoryItemRichTextEdit3
     //
     this.repositoryItemRichTextEdit3.Name = "repositoryItemRichTextEdit3";
     this.repositoryItemRichTextEdit3.ShowCaretInReadOnly = false;
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
     //
     // repositoryItemTextEdit3
     //
     this.repositoryItemTextEdit3.AutoHeight = false;
     this.repositoryItemTextEdit3.Name = "repositoryItemTextEdit3";
     //
     // cboTempl1
     //
     this.cboTempl1.FormattingEnabled = true;
     this.cboTempl1.Location = new System.Drawing.Point(65, 4);
     this.cboTempl1.Name = "cboTempl1";
     this.cboTempl1.Size = new System.Drawing.Size(90, 21);
     this.cboTempl1.TabIndex = 10;
     this.cboTempl1.SelectedIndexChanged += new System.EventHandler(this.cboTempl1_SelectedIndexChanged);
     //
     // cboDisplay
     //
     this.cboDisplay.FormattingEnabled = true;
     this.cboDisplay.Location = new System.Drawing.Point(240, 4);
     this.cboDisplay.Name = "cboDisplay";
     this.cboDisplay.Size = new System.Drawing.Size(90, 21);
     this.cboDisplay.TabIndex = 11;
     this.cboDisplay.SelectedIndexChanged += new System.EventHandler(this.cboDisplay_SelectedIndexChanged);
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(5, 9);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(54, 13);
     this.labelControl1.TabIndex = 16;
     this.labelControl1.Text = "テンプレート";
     //
     // insertBookmark
     //
     this.insertBookmark.Location = new System.Drawing.Point(210, 9);
     this.insertBookmark.Name = "insertBookmark";
     this.insertBookmark.Size = new System.Drawing.Size(24, 13);
     this.insertBookmark.TabIndex = 17;
     this.insertBookmark.Text = "表示";
     //
     // fileSaveItem2
     //
     this.fileSaveItem2.Caption = "Save";
     this.fileSaveItem2.Enabled = false;
     this.fileSaveItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("fileSaveItem2.Glyph")));
     this.fileSaveItem2.Id = 105;
     this.fileSaveItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("fileSaveItem2.LargeGlyph")));
     this.fileSaveItem2.Name = "fileSaveItem2";
     toolTipTitleItem142.Text = "Save (Ctrl+S)";
     toolTipItem142.Text = "Save";
     superToolTip142.Items.Add(toolTipTitleItem142);
     superToolTip142.Items.Add(toolTipItem142);
     this.fileSaveItem2.SuperTip = superToolTip142;
     //
     // commonBar2
     //
     this.commonBar2.BarName = "";
     this.commonBar2.DockCol = 0;
     this.commonBar2.DockRow = 0;
     this.commonBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
     this.commonBar2.FloatLocation = new System.Drawing.Point(323, 168);
     this.commonBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.cboTemplate)});
     this.commonBar2.OptionsBar.AllowQuickCustomization = false;
     this.commonBar2.Text = "";
     //
     // commonBar3
     //
     this.commonBar3.BarName = "";
     this.commonBar3.DockCol = 0;
     this.commonBar3.DockRow = 0;
     this.commonBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
     this.commonBar3.FloatLocation = new System.Drawing.Point(323, 168);
     this.commonBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.cboTemplate)});
     this.commonBar3.OptionsBar.AllowQuickCustomization = false;
     this.commonBar3.Text = "";
     //
     // commonBar4
     //
     this.commonBar4.BarName = "";
     this.commonBar4.DockCol = 0;
     this.commonBar4.DockRow = 0;
     this.commonBar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
     this.commonBar4.FloatLocation = new System.Drawing.Point(323, 168);
     this.commonBar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.cboTemplate)});
     this.commonBar4.OptionsBar.AllowQuickCustomization = false;
     this.commonBar4.Text = "";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "edit_16x16.png");
     this.imageList1.Images.SetKeyName(1, "edit_box_24x24.png");
     this.imageList1.Images.SetKeyName(2, "insert-bookmark_16x16.png");
     this.imageList1.Images.SetKeyName(3, "insert-bookmark_box_24x24.png");
     this.imageList1.Images.SetKeyName(4, "insert-image_16x16.png");
     this.imageList1.Images.SetKeyName(5, "insert-image_box_24x24.png");
     this.imageList1.Images.SetKeyName(6, "insert-pdf_16x16.png");
     this.imageList1.Images.SetKeyName(7, "insert-pdf_box_24x24.png");
     this.imageList1.Images.SetKeyName(8, "log_box_24x24.png");
     this.imageList1.Images.SetKeyName(9, "log-history_16x16.png");
     this.imageList1.Images.SetKeyName(10, "print_box_24x24.png");
     this.imageList1.Images.SetKeyName(11, "printer_16x16.png");
     this.imageList1.Images.SetKeyName(12, "refesh_16x16.png");
     this.imageList1.Images.SetKeyName(13, "refesh_box_24x24.png");
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.Images.SetKeyName(0, "file_unlock.png");
     this.imageCollection1.Images.SetKeyName(1, "bar_chart_add.png");
     this.imageCollection1.Images.SetKeyName(2, "chart_remove.png");
     //
     // dateEdit
     //
     this.dateEdit.EditValue = null;
     this.dateEdit.Location = new System.Drawing.Point(580, 3);
     this.dateEdit.MenuManager = this.barManager1;
     this.dateEdit.Name = "dateEdit";
     this.dateEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.dateEdit.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.dateEdit.Size = new System.Drawing.Size(94, 20);
     this.dateEdit.TabIndex = 22;
     this.dateEdit.EditValueChanged += new System.EventHandler(this.dateEdit_EditValueChanged);
     //
     // Editor
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.dateEdit);
     this.Controls.Add(this.insertBookmark);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.cboDisplay);
     this.Controls.Add(this.cboTempl1);
     this.Controls.Add(this.grdContent);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "Editor";
     this.Size = new System.Drawing.Size(728, 514);
     this.Load += new System.EventHandler(this.Editor_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineStyle1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineWeight1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditStyleEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdContent)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichTextEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateEdit.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Пример #23
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CustomDesignForm));
     this.xrDesignBarManager1 = new DevExpress.XtraReports.UserDesigner.XRDesignBarManager();
     this.designBar1 = new DevExpress.XtraReports.UserDesigner.DesignBar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem31 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem39 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem32 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem33 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem40 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem41 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem37 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem38 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem34 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem35 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem36 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem42 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem43 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barReportTabButtonsListItem1 = new DevExpress.XtraReports.UserDesigner.BarReportTabButtonsListItem();
     this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
     this.xrBarToolbarsListItem1 = new DevExpress.XtraReports.UserDesigner.XRBarToolbarsListItem();
     this.barSubItem5 = new DevExpress.XtraBars.BarSubItem();
     this.barDockPanelsListItem1 = new DevExpress.XtraReports.UserDesigner.BarDockPanelsListItem();
     this.barSubItem6 = new DevExpress.XtraBars.BarSubItem();
     this.commandColorBarItem1 = new DevExpress.XtraReports.UserDesigner.CommandColorBarItem();
     this.commandColorBarItem2 = new DevExpress.XtraReports.UserDesigner.CommandColorBarItem();
     this.barSubItem7 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem1 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem2 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem3 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem8 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem4 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem5 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem6 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem7 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem9 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem9 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem10 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem11 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem12 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem13 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem14 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem8 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem10 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem15 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem16 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem17 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem18 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem11 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem19 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem20 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem21 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem22 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem12 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem23 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem24 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem25 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem26 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem13 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem27 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem28 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barSubItem14 = new DevExpress.XtraBars.BarSubItem();
     this.commandBarItem29 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.commandBarItem30 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.bsiLookAndFeel = new DevExpress.XtraBars.BarSubItem();
     this.designBar2 = new DevExpress.XtraReports.UserDesigner.DesignBar();
     this.designBar3 = new DevExpress.XtraReports.UserDesigner.DesignBar();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.ricbFontName = new DevExpress.XtraReports.UserDesigner.RecentlyUsedItemsComboBox();
     this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
     this.ricbFontSize = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.designBar4 = new DevExpress.XtraReports.UserDesigner.DesignBar();
     this.designBar5 = new DevExpress.XtraReports.UserDesigner.DesignBar();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.designBar6 = new DevExpress.XtraReports.UserDesigner.DesignBar();
     this.commandBarItem44 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.xrZoomBarEditItem1 = new DevExpress.XtraReports.UserDesigner.XRZoomBarEditItem();
     this.designRepositoryItemComboBox1 = new DevExpress.XtraReports.UserDesigner.DesignRepositoryItemComboBox();
     this.commandBarItem45 = new DevExpress.XtraReports.UserDesigner.CommandBarItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.xrDesignDockManager1 = new DevExpress.XtraReports.UserDesigner.XRDesignDockManager();
     this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.panelContainer2 = new DevExpress.XtraBars.Docking.DockPanel();
     this.reportExplorerDockPanel1 = new DevExpress.XtraReports.UserDesigner.ReportExplorerDockPanel();
     this.reportExplorerDockPanel1_Container = new DevExpress.XtraReports.UserDesigner.DesignControlContainer();
     this.fieldListDockPanel1 = new DevExpress.XtraReports.UserDesigner.FieldListDockPanel();
     this.fieldListDockPanel1_Container = new DevExpress.XtraReports.UserDesigner.DesignControlContainer();
     this.propertyGridDockPanel1 = new DevExpress.XtraReports.UserDesigner.PropertyGridDockPanel();
     this.propertyGridDockPanel1_Container = new DevExpress.XtraReports.UserDesigner.DesignControlContainer();
     this.toolBoxDockPanel1 = new DevExpress.XtraReports.UserDesigner.ToolBoxDockPanel();
     this.toolBoxDockPanel1_Container = new DevExpress.XtraReports.UserDesigner.DesignControlContainer();
     this.groupAndSortDockPanel1 = new DevExpress.XtraReports.UserDesigner.GroupAndSortDockPanel();
     this.groupAndSortDockPanel1_Container = new DevExpress.XtraReports.UserDesigner.DesignControlContainer();
     ((System.ComponentModel.ISupportInitialize)(this.xrDesignPanel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrDesignBarManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ricbFontName)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.ricbFontSize)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.designRepositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrDesignDockManager1)).BeginInit();
     this.panelContainer1.SuspendLayout();
     this.panelContainer2.SuspendLayout();
     this.reportExplorerDockPanel1.SuspendLayout();
     this.fieldListDockPanel1.SuspendLayout();
     this.propertyGridDockPanel1.SuspendLayout();
     this.toolBoxDockPanel1.SuspendLayout();
     this.groupAndSortDockPanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // xrDesignPanel
     //
     this.xrDesignPanel.Location = new System.Drawing.Point(165, 76);
     this.xrDesignPanel.ShowComponentTray = false;
     this.xrDesignPanel.Size = new System.Drawing.Size(417, 312);
     //
     // xrDesignBarManager1
     //
     this.xrDesignBarManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.designBar1,
     this.designBar2,
     this.designBar3,
     this.designBar4,
     this.designBar5,
     this.designBar6});
     this.xrDesignBarManager1.DockControls.Add(this.barDockControlTop);
     this.xrDesignBarManager1.DockControls.Add(this.barDockControlBottom);
     this.xrDesignBarManager1.DockControls.Add(this.barDockControlLeft);
     this.xrDesignBarManager1.DockControls.Add(this.barDockControlRight);
     this.xrDesignBarManager1.DockManager = this.xrDesignDockManager1;
     this.xrDesignBarManager1.FontNameBox = this.ricbFontName;
     this.xrDesignBarManager1.FontNameEdit = this.barEditItem1;
     this.xrDesignBarManager1.FontSizeBox = this.ricbFontSize;
     this.xrDesignBarManager1.FontSizeEdit = this.barEditItem2;
     this.xrDesignBarManager1.Form = this;
     this.xrDesignBarManager1.FormattingToolbar = this.designBar3;
     this.xrDesignBarManager1.HintStaticItem = this.barStaticItem1;
     this.xrDesignBarManager1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("xrDesignBarManager1.ImageStream")));
     this.xrDesignBarManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barEditItem1,
     this.barEditItem2,
     this.commandBarItem1,
     this.commandBarItem2,
     this.commandBarItem3,
     this.commandColorBarItem1,
     this.commandColorBarItem2,
     this.commandBarItem4,
     this.commandBarItem5,
     this.commandBarItem6,
     this.commandBarItem7,
     this.commandBarItem8,
     this.commandBarItem9,
     this.commandBarItem10,
     this.commandBarItem11,
     this.commandBarItem12,
     this.commandBarItem13,
     this.commandBarItem14,
     this.commandBarItem15,
     this.commandBarItem16,
     this.commandBarItem17,
     this.commandBarItem18,
     this.commandBarItem19,
     this.commandBarItem20,
     this.commandBarItem21,
     this.commandBarItem22,
     this.commandBarItem23,
     this.commandBarItem24,
     this.commandBarItem25,
     this.commandBarItem26,
     this.commandBarItem27,
     this.commandBarItem28,
     this.commandBarItem29,
     this.commandBarItem30,
     this.commandBarItem31,
     this.commandBarItem32,
     this.commandBarItem33,
     this.commandBarItem34,
     this.commandBarItem35,
     this.commandBarItem36,
     this.commandBarItem37,
     this.commandBarItem38,
     this.barStaticItem1,
     this.barSubItem1,
     this.barSubItem2,
     this.barSubItem3,
     this.barReportTabButtonsListItem1,
     this.barSubItem4,
     this.xrBarToolbarsListItem1,
     this.barSubItem5,
     this.barDockPanelsListItem1,
     this.barSubItem6,
     this.barSubItem7,
     this.barSubItem8,
     this.barSubItem9,
     this.barSubItem10,
     this.barSubItem11,
     this.barSubItem12,
     this.barSubItem13,
     this.barSubItem14,
     this.commandBarItem39,
     this.commandBarItem40,
     this.commandBarItem41,
     this.commandBarItem42,
     this.commandBarItem43,
     this.bsiLookAndFeel,
     this.commandBarItem44,
     this.xrZoomBarEditItem1,
     this.commandBarItem45});
     this.xrDesignBarManager1.LayoutToolbar = this.designBar4;
     this.xrDesignBarManager1.MainMenu = this.designBar1;
     this.xrDesignBarManager1.MaxItemId = 69;
     this.xrDesignBarManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.ricbFontName,
     this.ricbFontSize,
     this.designRepositoryItemComboBox1});
     this.xrDesignBarManager1.StatusBar = this.designBar5;
     this.xrDesignBarManager1.Toolbar = this.designBar2;
     this.xrDesignBarManager1.XRDesignPanel = this.xrDesignPanel;
     this.xrDesignBarManager1.ZoomItem = this.xrZoomBarEditItem1;
     //
     // designBar1
     //
     this.designBar1.BarName = "MainMenu";
     this.designBar1.DockCol = 0;
     this.designBar1.DockRow = 0;
     this.designBar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.designBar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem6),
     new DevExpress.XtraBars.LinkPersistInfo(this.bsiLookAndFeel)});
     this.designBar1.OptionsBar.MultiLine = true;
     this.designBar1.OptionsBar.UseWholeRow = true;
     this.designBar1.Text = "Ana Menü";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "&Dosya";
     this.barSubItem1.Id = 43;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem31),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem39),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem32),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem33, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem40),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem41, true)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // commandBarItem31
     //
     this.commandBarItem31.Caption = "&Yeni";
     this.commandBarItem31.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.NewReport;
     this.commandBarItem31.Hint = "Create a new blank report";
     this.commandBarItem31.Id = 34;
     this.commandBarItem31.ImageIndex = 9;
     this.commandBarItem31.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.commandBarItem31.Name = "commandBarItem31";
     //
     // commandBarItem39
     //
     this.commandBarItem39.Caption = "New with &Wizard...";
     this.commandBarItem39.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.NewReportWizard;
     this.commandBarItem39.Hint = "Create a new report using the Wizard";
     this.commandBarItem39.Id = 60;
     this.commandBarItem39.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.W));
     this.commandBarItem39.Name = "commandBarItem39";
     //
     // commandBarItem32
     //
     this.commandBarItem32.Caption = "&Aç...";
     this.commandBarItem32.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.OpenFile;
     this.commandBarItem32.Hint = "Open a report";
     this.commandBarItem32.Id = 35;
     this.commandBarItem32.ImageIndex = 10;
     this.commandBarItem32.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.commandBarItem32.Name = "commandBarItem32";
     //
     // commandBarItem33
     //
     this.commandBarItem33.Caption = "&Kaydet";
     this.commandBarItem33.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFile;
     this.commandBarItem33.Enabled = false;
     this.commandBarItem33.Hint = "Save a report";
     this.commandBarItem33.Id = 36;
     this.commandBarItem33.ImageIndex = 11;
     this.commandBarItem33.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.commandBarItem33.Name = "commandBarItem33";
     //
     // commandBarItem40
     //
     this.commandBarItem40.Caption = "Save &As...";
     this.commandBarItem40.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SaveFileAs;
     this.commandBarItem40.Enabled = false;
     this.commandBarItem40.Hint = "Save a report with a new name";
     this.commandBarItem40.Id = 61;
     this.commandBarItem40.Name = "commandBarItem40";
     //
     // commandBarItem41
     //
     this.commandBarItem41.Caption = "Back to the Reports Main Demo";
     this.commandBarItem41.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Exit;
     this.commandBarItem41.Hint = "Close the designer";
     this.commandBarItem41.Id = 62;
     this.commandBarItem41.Name = "commandBarItem41";
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "D&üzenle";
     this.barSubItem2.Id = 44;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem37, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem38),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem34, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem35),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem36),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem42),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem43, true)});
     this.barSubItem2.Name = "barSubItem2";
     //
     // commandBarItem37
     //
     this.commandBarItem37.Caption = "&Geri Al";
     this.commandBarItem37.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Undo;
     this.commandBarItem37.Enabled = false;
     this.commandBarItem37.Hint = "Undo the last operation";
     this.commandBarItem37.Id = 40;
     this.commandBarItem37.ImageIndex = 15;
     this.commandBarItem37.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z));
     this.commandBarItem37.Name = "commandBarItem37";
     //
     // commandBarItem38
     //
     this.commandBarItem38.Caption = "&Ýleri Al";
     this.commandBarItem38.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Redo;
     this.commandBarItem38.Enabled = false;
     this.commandBarItem38.Hint = "Redo the last operation";
     this.commandBarItem38.Id = 41;
     this.commandBarItem38.ImageIndex = 16;
     this.commandBarItem38.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y));
     this.commandBarItem38.Name = "commandBarItem38";
     //
     // commandBarItem34
     //
     this.commandBarItem34.Caption = "Kes";
     this.commandBarItem34.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Cut;
     this.commandBarItem34.Enabled = false;
     this.commandBarItem34.Hint = "Delete the control and copy it to the clipboard";
     this.commandBarItem34.Id = 37;
     this.commandBarItem34.ImageIndex = 12;
     this.commandBarItem34.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X));
     this.commandBarItem34.Name = "commandBarItem34";
     //
     // commandBarItem35
     //
     this.commandBarItem35.Caption = "Kopyala";
     this.commandBarItem35.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Copy;
     this.commandBarItem35.Enabled = false;
     this.commandBarItem35.Hint = "Copy the control to the clipboard";
     this.commandBarItem35.Id = 38;
     this.commandBarItem35.ImageIndex = 13;
     this.commandBarItem35.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C));
     this.commandBarItem35.Name = "commandBarItem35";
     //
     // commandBarItem36
     //
     this.commandBarItem36.Caption = "Yapýþtýr";
     this.commandBarItem36.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Paste;
     this.commandBarItem36.Enabled = false;
     this.commandBarItem36.Hint = "Add the control from the clipboard";
     this.commandBarItem36.Id = 39;
     this.commandBarItem36.ImageIndex = 14;
     this.commandBarItem36.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V));
     this.commandBarItem36.Name = "commandBarItem36";
     //
     // commandBarItem42
     //
     this.commandBarItem42.Caption = "&Delete";
     this.commandBarItem42.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.Delete;
     this.commandBarItem42.Enabled = false;
     this.commandBarItem42.Hint = "Delete the control";
     this.commandBarItem42.Id = 63;
     this.commandBarItem42.Name = "commandBarItem42";
     //
     // commandBarItem43
     //
     this.commandBarItem43.Caption = "Select &All";
     this.commandBarItem43.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SelectAll;
     this.commandBarItem43.Enabled = false;
     this.commandBarItem43.Hint = "Select all the controls in the document";
     this.commandBarItem43.Id = 64;
     this.commandBarItem43.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.A));
     this.commandBarItem43.Name = "commandBarItem43";
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "&Görünüm";
     this.barSubItem3.Id = 45;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barReportTabButtonsListItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem5, true)});
     this.barSubItem3.Name = "barSubItem3";
     //
     // barReportTabButtonsListItem1
     //
     this.barReportTabButtonsListItem1.Caption = "Tab Buttons";
     this.barReportTabButtonsListItem1.Id = 46;
     this.barReportTabButtonsListItem1.Name = "barReportTabButtonsListItem1";
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "&Toolbars";
     this.barSubItem4.Id = 47;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.xrBarToolbarsListItem1)});
     this.barSubItem4.Name = "barSubItem4";
     //
     // xrBarToolbarsListItem1
     //
     this.xrBarToolbarsListItem1.Caption = "&Toolbars";
     this.xrBarToolbarsListItem1.Id = 48;
     this.xrBarToolbarsListItem1.Name = "xrBarToolbarsListItem1";
     //
     // barSubItem5
     //
     this.barSubItem5.Caption = "&Windows";
     this.barSubItem5.Id = 49;
     this.barSubItem5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barDockPanelsListItem1)});
     this.barSubItem5.Name = "barSubItem5";
     //
     // barDockPanelsListItem1
     //
     this.barDockPanelsListItem1.Caption = "&Windows";
     this.barDockPanelsListItem1.Id = 50;
     this.barDockPanelsListItem1.Name = "barDockPanelsListItem1";
     this.barDockPanelsListItem1.ShowCustomizationItem = false;
     this.barDockPanelsListItem1.ShowDockPanels = true;
     this.barDockPanelsListItem1.ShowToolbars = false;
     //
     // barSubItem6
     //
     this.barSubItem6.Caption = "&Biçim";
     this.barSubItem6.Id = 51;
     this.barSubItem6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandColorBarItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandColorBarItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem7, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem11, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem14, true)});
     this.barSubItem6.Name = "barSubItem6";
     //
     // commandColorBarItem1
     //
     this.commandColorBarItem1.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.commandColorBarItem1.Caption = "Yazý Rengi";
     this.commandColorBarItem1.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.ForeColor;
     this.commandColorBarItem1.Enabled = false;
     this.commandColorBarItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("commandColorBarItem1.Glyph")));
     this.commandColorBarItem1.Hint = "Set the foreground color of the control";
     this.commandColorBarItem1.Id = 5;
     this.commandColorBarItem1.Name = "commandColorBarItem1";
     //
     // commandColorBarItem2
     //
     this.commandColorBarItem2.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.commandColorBarItem2.Caption = "Zemin Rengi";
     this.commandColorBarItem2.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.BackColor;
     this.commandColorBarItem2.Enabled = false;
     this.commandColorBarItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("commandColorBarItem2.Glyph")));
     this.commandColorBarItem2.Hint = "Set the background color of the control";
     this.commandColorBarItem2.Id = 6;
     this.commandColorBarItem2.Name = "commandColorBarItem2";
     //
     // barSubItem7
     //
     this.barSubItem7.Caption = "&Font";
     this.barSubItem7.Id = 52;
     this.barSubItem7.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem3)});
     this.barSubItem7.Name = "barSubItem7";
     //
     // commandBarItem1
     //
     this.commandBarItem1.Caption = "&Kalýn";
     this.commandBarItem1.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.FontBold;
     this.commandBarItem1.Enabled = false;
     this.commandBarItem1.Hint = "Make the font bold";
     this.commandBarItem1.Id = 2;
     this.commandBarItem1.ImageIndex = 0;
     this.commandBarItem1.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.B));
     this.commandBarItem1.Name = "commandBarItem1";
     //
     // commandBarItem2
     //
     this.commandBarItem2.Caption = "&Eðik";
     this.commandBarItem2.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.FontItalic;
     this.commandBarItem2.Enabled = false;
     this.commandBarItem2.Hint = "Make the font italic";
     this.commandBarItem2.Id = 3;
     this.commandBarItem2.ImageIndex = 1;
     this.commandBarItem2.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.I));
     this.commandBarItem2.Name = "commandBarItem2";
     //
     // commandBarItem3
     //
     this.commandBarItem3.Caption = "&Altý Çizgili";
     this.commandBarItem3.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.FontUnderline;
     this.commandBarItem3.Enabled = false;
     this.commandBarItem3.Hint = "Underline the font";
     this.commandBarItem3.Id = 4;
     this.commandBarItem3.ImageIndex = 2;
     this.commandBarItem3.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.U));
     this.commandBarItem3.Name = "commandBarItem3";
     //
     // barSubItem8
     //
     this.barSubItem8.Caption = "&Justify";
     this.barSubItem8.Id = 53;
     this.barSubItem8.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem6),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem7)});
     this.barSubItem8.Name = "barSubItem8";
     //
     // commandBarItem4
     //
     this.commandBarItem4.Caption = "&Sola Yasla";
     this.commandBarItem4.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyLeft;
     this.commandBarItem4.Enabled = false;
     this.commandBarItem4.Hint = "Align the control’s text to the left";
     this.commandBarItem4.Id = 7;
     this.commandBarItem4.ImageIndex = 5;
     this.commandBarItem4.Name = "commandBarItem4";
     //
     // commandBarItem5
     //
     this.commandBarItem5.Caption = "&Ortala";
     this.commandBarItem5.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyCenter;
     this.commandBarItem5.Enabled = false;
     this.commandBarItem5.Hint = "Align the control’s text to the center";
     this.commandBarItem5.Id = 8;
     this.commandBarItem5.ImageIndex = 6;
     this.commandBarItem5.Name = "commandBarItem5";
     //
     // commandBarItem6
     //
     this.commandBarItem6.Caption = "&Saða Yasla";
     this.commandBarItem6.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyRight;
     this.commandBarItem6.Enabled = false;
     this.commandBarItem6.Hint = "Align the control’s text to the right";
     this.commandBarItem6.Id = 9;
     this.commandBarItem6.ImageIndex = 7;
     this.commandBarItem6.Name = "commandBarItem6";
     //
     // commandBarItem7
     //
     this.commandBarItem7.Caption = "&Ýki tarafa yasla";
     this.commandBarItem7.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.JustifyJustify;
     this.commandBarItem7.Enabled = false;
     this.commandBarItem7.Hint = "Justify the control’s text";
     this.commandBarItem7.Id = 10;
     this.commandBarItem7.ImageIndex = 8;
     this.commandBarItem7.Name = "commandBarItem7";
     //
     // barSubItem9
     //
     this.barSubItem9.Caption = "&Align";
     this.barSubItem9.Id = 54;
     this.barSubItem9.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem12, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem13),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem8, true)});
     this.barSubItem9.Name = "barSubItem9";
     //
     // commandBarItem9
     //
     this.commandBarItem9.Caption = "&Lefts";
     this.commandBarItem9.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignLeft;
     this.commandBarItem9.Enabled = false;
     this.commandBarItem9.Hint = "Left align the selected controls";
     this.commandBarItem9.Id = 12;
     this.commandBarItem9.ImageIndex = 18;
     this.commandBarItem9.Name = "commandBarItem9";
     //
     // commandBarItem10
     //
     this.commandBarItem10.Caption = "&Centers";
     this.commandBarItem10.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignVerticalCenters;
     this.commandBarItem10.Enabled = false;
     this.commandBarItem10.Hint = "Align the centers of the selected controls vertically";
     this.commandBarItem10.Id = 13;
     this.commandBarItem10.ImageIndex = 19;
     this.commandBarItem10.Name = "commandBarItem10";
     //
     // commandBarItem11
     //
     this.commandBarItem11.Caption = "&Rights";
     this.commandBarItem11.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignRight;
     this.commandBarItem11.Enabled = false;
     this.commandBarItem11.Hint = "Right align the selected controls";
     this.commandBarItem11.Id = 14;
     this.commandBarItem11.ImageIndex = 20;
     this.commandBarItem11.Name = "commandBarItem11";
     //
     // commandBarItem12
     //
     this.commandBarItem12.Caption = "&Tops";
     this.commandBarItem12.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignTop;
     this.commandBarItem12.Enabled = false;
     this.commandBarItem12.Hint = "Align the tops of the selected controls";
     this.commandBarItem12.Id = 15;
     this.commandBarItem12.ImageIndex = 21;
     this.commandBarItem12.Name = "commandBarItem12";
     //
     // commandBarItem13
     //
     this.commandBarItem13.Caption = "&Middles";
     this.commandBarItem13.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignHorizontalCenters;
     this.commandBarItem13.Enabled = false;
     this.commandBarItem13.Hint = "Align the centers of the selected controls horizontally";
     this.commandBarItem13.Id = 16;
     this.commandBarItem13.ImageIndex = 22;
     this.commandBarItem13.Name = "commandBarItem13";
     //
     // commandBarItem14
     //
     this.commandBarItem14.Caption = "&Bottoms";
     this.commandBarItem14.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignBottom;
     this.commandBarItem14.Enabled = false;
     this.commandBarItem14.Hint = "Align the bottoms of the selected controls";
     this.commandBarItem14.Id = 17;
     this.commandBarItem14.ImageIndex = 23;
     this.commandBarItem14.Name = "commandBarItem14";
     //
     // commandBarItem8
     //
     this.commandBarItem8.Caption = "to &Grid";
     this.commandBarItem8.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.AlignToGrid;
     this.commandBarItem8.Enabled = false;
     this.commandBarItem8.Hint = "Align the positions of the selected controls to the grid";
     this.commandBarItem8.Id = 11;
     this.commandBarItem8.ImageIndex = 17;
     this.commandBarItem8.Name = "commandBarItem8";
     //
     // barSubItem10
     //
     this.barSubItem10.Caption = "&Make Same Size";
     this.barSubItem10.Id = 55;
     this.barSubItem10.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem15, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem16),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem17),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem18)});
     this.barSubItem10.Name = "barSubItem10";
     //
     // commandBarItem15
     //
     this.commandBarItem15.Caption = "&Width";
     this.commandBarItem15.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlWidth;
     this.commandBarItem15.Enabled = false;
     this.commandBarItem15.Hint = "Make the selected controls have the same width";
     this.commandBarItem15.Id = 18;
     this.commandBarItem15.ImageIndex = 24;
     this.commandBarItem15.Name = "commandBarItem15";
     //
     // commandBarItem16
     //
     this.commandBarItem16.Caption = "Size to Gri&d";
     this.commandBarItem16.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToGrid;
     this.commandBarItem16.Enabled = false;
     this.commandBarItem16.Hint = "Size the selected controls to the grid";
     this.commandBarItem16.Id = 19;
     this.commandBarItem16.ImageIndex = 25;
     this.commandBarItem16.Name = "commandBarItem16";
     //
     // commandBarItem17
     //
     this.commandBarItem17.Caption = "&Height";
     this.commandBarItem17.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControlHeight;
     this.commandBarItem17.Enabled = false;
     this.commandBarItem17.Hint = "Make the selected controls have the same height";
     this.commandBarItem17.Id = 20;
     this.commandBarItem17.ImageIndex = 26;
     this.commandBarItem17.Name = "commandBarItem17";
     //
     // commandBarItem18
     //
     this.commandBarItem18.Caption = "&Both";
     this.commandBarItem18.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SizeToControl;
     this.commandBarItem18.Enabled = false;
     this.commandBarItem18.Hint = "Make the selected controls the same size";
     this.commandBarItem18.Id = 21;
     this.commandBarItem18.ImageIndex = 27;
     this.commandBarItem18.Name = "commandBarItem18";
     //
     // barSubItem11
     //
     this.barSubItem11.Caption = "&Horizontal Spacing";
     this.barSubItem11.Id = 56;
     this.barSubItem11.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem19, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem21),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem22)});
     this.barSubItem11.Name = "barSubItem11";
     //
     // commandBarItem19
     //
     this.commandBarItem19.Caption = "Make &Equal";
     this.commandBarItem19.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceMakeEqual;
     this.commandBarItem19.Enabled = false;
     this.commandBarItem19.Hint = "Make the spacing between the selected controls equal";
     this.commandBarItem19.Id = 22;
     this.commandBarItem19.ImageIndex = 28;
     this.commandBarItem19.Name = "commandBarItem19";
     //
     // commandBarItem20
     //
     this.commandBarItem20.Caption = "&Increase";
     this.commandBarItem20.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceIncrease;
     this.commandBarItem20.Enabled = false;
     this.commandBarItem20.Hint = "Increase the spacing between the selected controls";
     this.commandBarItem20.Id = 23;
     this.commandBarItem20.ImageIndex = 29;
     this.commandBarItem20.Name = "commandBarItem20";
     //
     // commandBarItem21
     //
     this.commandBarItem21.Caption = "&Decrease";
     this.commandBarItem21.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceDecrease;
     this.commandBarItem21.Enabled = false;
     this.commandBarItem21.Hint = "Decrease the spacing between the selected controls";
     this.commandBarItem21.Id = 24;
     this.commandBarItem21.ImageIndex = 30;
     this.commandBarItem21.Name = "commandBarItem21";
     //
     // commandBarItem22
     //
     this.commandBarItem22.Caption = "&Remove";
     this.commandBarItem22.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.HorizSpaceConcatenate;
     this.commandBarItem22.Enabled = false;
     this.commandBarItem22.Hint = "Remove the spacing between the selected controls";
     this.commandBarItem22.Id = 25;
     this.commandBarItem22.ImageIndex = 31;
     this.commandBarItem22.Name = "commandBarItem22";
     //
     // barSubItem12
     //
     this.barSubItem12.Caption = "&Vertical Spacing";
     this.barSubItem12.Id = 57;
     this.barSubItem12.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem23, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem24),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem26)});
     this.barSubItem12.Name = "barSubItem12";
     //
     // commandBarItem23
     //
     this.commandBarItem23.Caption = "Make &Equal";
     this.commandBarItem23.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceMakeEqual;
     this.commandBarItem23.Enabled = false;
     this.commandBarItem23.Hint = "Make the spacing between the selected controls equal";
     this.commandBarItem23.Id = 26;
     this.commandBarItem23.ImageIndex = 32;
     this.commandBarItem23.Name = "commandBarItem23";
     //
     // commandBarItem24
     //
     this.commandBarItem24.Caption = "&Increase";
     this.commandBarItem24.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceIncrease;
     this.commandBarItem24.Enabled = false;
     this.commandBarItem24.Hint = "Increase the spacing between the selected controls";
     this.commandBarItem24.Id = 27;
     this.commandBarItem24.ImageIndex = 33;
     this.commandBarItem24.Name = "commandBarItem24";
     //
     // commandBarItem25
     //
     this.commandBarItem25.Caption = "&Decrease";
     this.commandBarItem25.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceDecrease;
     this.commandBarItem25.Enabled = false;
     this.commandBarItem25.Hint = "Decrease the spacing between the selected controls";
     this.commandBarItem25.Id = 28;
     this.commandBarItem25.ImageIndex = 34;
     this.commandBarItem25.Name = "commandBarItem25";
     //
     // commandBarItem26
     //
     this.commandBarItem26.Caption = "&Remove";
     this.commandBarItem26.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.VertSpaceConcatenate;
     this.commandBarItem26.Enabled = false;
     this.commandBarItem26.Hint = "Remove the spacing between the selected controls";
     this.commandBarItem26.Id = 29;
     this.commandBarItem26.ImageIndex = 35;
     this.commandBarItem26.Name = "commandBarItem26";
     //
     // barSubItem13
     //
     this.barSubItem13.Caption = "&Center in Form";
     this.barSubItem13.Id = 58;
     this.barSubItem13.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem27, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem28)});
     this.barSubItem13.Name = "barSubItem13";
     //
     // commandBarItem27
     //
     this.commandBarItem27.Caption = "&Horizontally";
     this.commandBarItem27.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.CenterHorizontally;
     this.commandBarItem27.Enabled = false;
     this.commandBarItem27.Hint = "Horizontally center the selected controls within a band";
     this.commandBarItem27.Id = 30;
     this.commandBarItem27.ImageIndex = 36;
     this.commandBarItem27.Name = "commandBarItem27";
     //
     // commandBarItem28
     //
     this.commandBarItem28.Caption = "&Vertically";
     this.commandBarItem28.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.CenterVertically;
     this.commandBarItem28.Enabled = false;
     this.commandBarItem28.Hint = "Vertically center the selected controls within a band";
     this.commandBarItem28.Id = 31;
     this.commandBarItem28.ImageIndex = 37;
     this.commandBarItem28.Name = "commandBarItem28";
     //
     // barSubItem14
     //
     this.barSubItem14.Caption = "&Order";
     this.barSubItem14.Id = 59;
     this.barSubItem14.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem29, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem30)});
     this.barSubItem14.Name = "barSubItem14";
     //
     // commandBarItem29
     //
     this.commandBarItem29.Caption = "&Bring to Front";
     this.commandBarItem29.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.BringToFront;
     this.commandBarItem29.Enabled = false;
     this.commandBarItem29.Hint = "Bring the selected controls to the front";
     this.commandBarItem29.Id = 32;
     this.commandBarItem29.ImageIndex = 38;
     this.commandBarItem29.Name = "commandBarItem29";
     //
     // commandBarItem30
     //
     this.commandBarItem30.Caption = "&Send to Back";
     this.commandBarItem30.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.SendToBack;
     this.commandBarItem30.Enabled = false;
     this.commandBarItem30.Hint = "Move the selected controls to the back";
     this.commandBarItem30.Id = 33;
     this.commandBarItem30.ImageIndex = 39;
     this.commandBarItem30.Name = "commandBarItem30";
     //
     // bsiLookAndFeel
     //
     this.bsiLookAndFeel.Caption = "&Look and Feel";
     this.bsiLookAndFeel.Id = 65;
     this.bsiLookAndFeel.Name = "bsiLookAndFeel";
     //
     // designBar2
     //
     this.designBar2.BarName = "ToolBar";
     this.designBar2.DockCol = 0;
     this.designBar2.DockRow = 1;
     this.designBar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.designBar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem31),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem32),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem33),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem34, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem35),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem36),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem37, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem38)});
     this.designBar2.Text = "Standart";
     //
     // designBar3
     //
     this.designBar3.BarName = "FormattingToolBar";
     this.designBar3.DockCol = 1;
     this.designBar3.DockRow = 1;
     this.designBar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.designBar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandColorBarItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandColorBarItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem6),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem7)});
     this.designBar3.Text = "Biçimlendirme";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "Font Ýsmi";
     this.barEditItem1.Edit = this.ricbFontName;
     this.barEditItem1.Hint = "Font Name";
     this.barEditItem1.Id = 0;
     this.barEditItem1.Name = "barEditItem1";
     this.barEditItem1.Width = 120;
     //
     // ricbFontName
     //
     this.ricbFontName.AutoHeight = false;
     this.ricbFontName.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ricbFontName.DropDownRows = 12;
     this.ricbFontName.Name = "ricbFontName";
     //
     // barEditItem2
     //
     this.barEditItem2.Caption = "Font Boyutu";
     this.barEditItem2.Edit = this.ricbFontSize;
     this.barEditItem2.Hint = "Font Size";
     this.barEditItem2.Id = 1;
     this.barEditItem2.Name = "barEditItem2";
     this.barEditItem2.Width = 55;
     //
     // ricbFontSize
     //
     this.ricbFontSize.AutoHeight = false;
     this.ricbFontSize.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.ricbFontSize.Items.AddRange(new object[] {
     ((byte)(8)),
     ((byte)(9)),
     ((byte)(10)),
     ((byte)(11)),
     ((byte)(12)),
     ((byte)(14)),
     ((byte)(16)),
     ((byte)(18)),
     ((byte)(20)),
     ((byte)(22)),
     ((byte)(24)),
     ((byte)(26)),
     ((byte)(28)),
     ((byte)(36)),
     ((byte)(48)),
     ((byte)(72))});
     this.ricbFontSize.Name = "ricbFontSize";
     //
     // designBar4
     //
     this.designBar4.BarName = "LayoutToolBar";
     this.designBar4.DockCol = 0;
     this.designBar4.DockRow = 2;
     this.designBar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.designBar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem12, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem13),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem15, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem16),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem17),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem18),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem19, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem21),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem22),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem23, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem24),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem26),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem27, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem28),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem29, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem30)});
     this.designBar4.Text = "Yerleþim";
     //
     // designBar5
     //
     this.designBar5.BarName = "StatusBar";
     this.designBar5.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.designBar5.DockCol = 0;
     this.designBar5.DockRow = 0;
     this.designBar5.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.designBar5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1)});
     this.designBar5.OptionsBar.AllowQuickCustomization = false;
     this.designBar5.OptionsBar.DrawDragBorder = false;
     this.designBar5.OptionsBar.UseWholeRow = true;
     this.designBar5.Text = "Durum Çubuðu";
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.barStaticItem1.Id = 42;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 32;
     //
     // designBar6
     //
     this.designBar6.BarName = "Zoom Bar";
     this.designBar6.DockCol = 1;
     this.designBar6.DockRow = 2;
     this.designBar6.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.designBar6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem44),
     new DevExpress.XtraBars.LinkPersistInfo(this.xrZoomBarEditItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.commandBarItem45)});
     this.designBar6.Text = "Yakýnlaþtýrma";
     //
     // commandBarItem44
     //
     this.commandBarItem44.Caption = "Uzaklaþtýr";
     this.commandBarItem44.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomOut;
     this.commandBarItem44.Enabled = false;
     this.commandBarItem44.Hint = "Zoom out the design surface";
     this.commandBarItem44.Id = 66;
     this.commandBarItem44.ImageIndex = 40;
     this.commandBarItem44.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Subtract));
     this.commandBarItem44.Name = "commandBarItem44";
     //
     // xrZoomBarEditItem1
     //
     this.xrZoomBarEditItem1.Caption = "Zoom";
     this.xrZoomBarEditItem1.Edit = this.designRepositoryItemComboBox1;
     this.xrZoomBarEditItem1.Enabled = false;
     this.xrZoomBarEditItem1.Hint = "Select or input the zoom factor";
     this.xrZoomBarEditItem1.Id = 67;
     this.xrZoomBarEditItem1.Name = "xrZoomBarEditItem1";
     this.xrZoomBarEditItem1.Width = 70;
     //
     // designRepositoryItemComboBox1
     //
     this.designRepositoryItemComboBox1.AutoComplete = false;
     this.designRepositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.designRepositoryItemComboBox1.Name = "designRepositoryItemComboBox1";
     //
     // commandBarItem45
     //
     this.commandBarItem45.Caption = "Yakýnlaþtýr";
     this.commandBarItem45.Command = DevExpress.XtraReports.UserDesigner.ReportCommand.ZoomIn;
     this.commandBarItem45.Enabled = false;
     this.commandBarItem45.Hint = "Zoom in the design surface";
     this.commandBarItem45.Id = 68;
     this.commandBarItem45.ImageIndex = 41;
     this.commandBarItem45.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Add));
     this.commandBarItem45.Name = "commandBarItem45";
     //
     // xrDesignDockManager1
     //
     this.xrDesignDockManager1.Form = this;
     this.xrDesignDockManager1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("xrDesignDockManager1.ImageStream")));
     this.xrDesignDockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.panelContainer1,
     this.toolBoxDockPanel1,
     this.groupAndSortDockPanel1});
     this.xrDesignDockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     this.xrDesignDockManager1.XRDesignPanel = this.xrDesignPanel;
     //
     // panelContainer1
     //
     this.panelContainer1.Controls.Add(this.panelContainer2);
     this.panelContainer1.Controls.Add(this.propertyGridDockPanel1);
     this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.panelContainer1.ID = new System.Guid("c924e71d-fc07-4f71-80db-150e46515172");
     this.panelContainer1.Location = new System.Drawing.Point(582, 76);
     this.panelContainer1.Name = "panelContainer1";
     this.panelContainer1.Size = new System.Drawing.Size(250, 312);
     this.panelContainer1.Text = "panelContainer1";
     //
     // panelContainer2
     //
     this.panelContainer2.ActiveChild = this.reportExplorerDockPanel1;
     this.panelContainer2.Controls.Add(this.reportExplorerDockPanel1);
     this.panelContainer2.Controls.Add(this.fieldListDockPanel1);
     this.panelContainer2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.panelContainer2.ID = new System.Guid("f590a4cc-96cf-4036-aaa1-6a23922194fc");
     this.panelContainer2.ImageIndex = 2;
     this.panelContainer2.Location = new System.Drawing.Point(0, 0);
     this.panelContainer2.Name = "panelContainer2";
     this.panelContainer2.Size = new System.Drawing.Size(250, 355);
     this.panelContainer2.Tabbed = true;
     this.panelContainer2.Text = "panelContainer2";
     //
     // reportExplorerDockPanel1
     //
     this.reportExplorerDockPanel1.Controls.Add(this.reportExplorerDockPanel1_Container);
     this.reportExplorerDockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.reportExplorerDockPanel1.ID = new System.Guid("fb3ec6cc-3b9b-4b9c-91cf-cff78c1edbf1");
     this.reportExplorerDockPanel1.ImageIndex = 2;
     this.reportExplorerDockPanel1.Location = new System.Drawing.Point(3, 25);
     this.reportExplorerDockPanel1.Name = "reportExplorerDockPanel1";
     this.reportExplorerDockPanel1.Size = new System.Drawing.Size(244, 304);
     this.reportExplorerDockPanel1.Text = "Rapor Gezgini";
     this.reportExplorerDockPanel1.XRDesignPanel = this.xrDesignPanel;
     //
     // reportExplorerDockPanel1_Container
     //
     this.reportExplorerDockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.reportExplorerDockPanel1_Container.Name = "reportExplorerDockPanel1_Container";
     this.reportExplorerDockPanel1_Container.Size = new System.Drawing.Size(244, 304);
     this.reportExplorerDockPanel1_Container.TabIndex = 0;
     //
     // fieldListDockPanel1
     //
     this.fieldListDockPanel1.Controls.Add(this.fieldListDockPanel1_Container);
     this.fieldListDockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.fieldListDockPanel1.ID = new System.Guid("faf69838-a93f-4114-83e8-d0d09cc5ce95");
     this.fieldListDockPanel1.ImageIndex = 0;
     this.fieldListDockPanel1.Location = new System.Drawing.Point(3, 25);
     this.fieldListDockPanel1.Name = "fieldListDockPanel1";
     this.fieldListDockPanel1.Size = new System.Drawing.Size(244, 304);
     this.fieldListDockPanel1.Text = "Alan Listesi";
     this.fieldListDockPanel1.XRDesignPanel = this.xrDesignPanel;
     //
     // fieldListDockPanel1_Container
     //
     this.fieldListDockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.fieldListDockPanel1_Container.Name = "fieldListDockPanel1_Container";
     this.fieldListDockPanel1_Container.Size = new System.Drawing.Size(244, 304);
     this.fieldListDockPanel1_Container.TabIndex = 0;
     //
     // propertyGridDockPanel1
     //
     this.propertyGridDockPanel1.Controls.Add(this.propertyGridDockPanel1_Container);
     this.propertyGridDockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.propertyGridDockPanel1.ID = new System.Guid("b38d12c3-cd06-4dec-b93d-63a0088e495a");
     this.propertyGridDockPanel1.ImageIndex = 1;
     this.propertyGridDockPanel1.Location = new System.Drawing.Point(0, 355);
     this.propertyGridDockPanel1.Name = "propertyGridDockPanel1";
     this.propertyGridDockPanel1.Size = new System.Drawing.Size(250, 117);
     this.propertyGridDockPanel1.Text = "Özellikler";
     this.propertyGridDockPanel1.XRDesignPanel = this.xrDesignPanel;
     //
     // propertyGridDockPanel1_Container
     //
     this.propertyGridDockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.propertyGridDockPanel1_Container.Name = "propertyGridDockPanel1_Container";
     this.propertyGridDockPanel1_Container.Size = new System.Drawing.Size(244, 89);
     this.propertyGridDockPanel1_Container.TabIndex = 0;
     //
     // toolBoxDockPanel1
     //
     this.toolBoxDockPanel1.Controls.Add(this.toolBoxDockPanel1_Container);
     this.toolBoxDockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.toolBoxDockPanel1.ID = new System.Guid("161a5a1a-d9b9-4f06-9ac4-d0c3e507c54f");
     this.toolBoxDockPanel1.ImageIndex = 3;
     this.toolBoxDockPanel1.Location = new System.Drawing.Point(0, 76);
     this.toolBoxDockPanel1.Name = "toolBoxDockPanel1";
     this.toolBoxDockPanel1.Size = new System.Drawing.Size(165, 472);
     this.toolBoxDockPanel1.Text = "Araç Kutusu";
     this.toolBoxDockPanel1.XRDesignPanel = this.xrDesignPanel;
     //
     // toolBoxDockPanel1_Container
     //
     this.toolBoxDockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.toolBoxDockPanel1_Container.Name = "toolBoxDockPanel1_Container";
     this.toolBoxDockPanel1_Container.Size = new System.Drawing.Size(159, 444);
     this.toolBoxDockPanel1_Container.TabIndex = 0;
     //
     // groupAndSortDockPanel1
     //
     this.groupAndSortDockPanel1.Controls.Add(this.groupAndSortDockPanel1_Container);
     this.groupAndSortDockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.groupAndSortDockPanel1.ID = new System.Guid("4bab159e-c495-4d67-87dc-f4e895da443e");
     this.groupAndSortDockPanel1.ImageIndex = 4;
     this.groupAndSortDockPanel1.Location = new System.Drawing.Point(165, 388);
     this.groupAndSortDockPanel1.Name = "groupAndSortDockPanel1";
     this.groupAndSortDockPanel1.Size = new System.Drawing.Size(667, 160);
     this.groupAndSortDockPanel1.Text = "Gruplama ve Sýralama";
     this.groupAndSortDockPanel1.XRDesignPanel = this.xrDesignPanel;
     //
     // groupAndSortDockPanel1_Container
     //
     this.groupAndSortDockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.groupAndSortDockPanel1_Container.Name = "groupAndSortDockPanel1_Container";
     this.groupAndSortDockPanel1_Container.Size = new System.Drawing.Size(411, 132);
     this.groupAndSortDockPanel1_Container.TabIndex = 0;
     //
     // CustomDesignForm
     //
     this.ClientSize = new System.Drawing.Size(832, 571);
     this.Controls.Add(this.panelContainer1);
     this.Controls.Add(this.groupAndSortDockPanel1);
     this.Controls.Add(this.toolBoxDockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "CustomDesignForm";
     this.Controls.SetChildIndex(this.barDockControlTop, 0);
     this.Controls.SetChildIndex(this.barDockControlBottom, 0);
     this.Controls.SetChildIndex(this.barDockControlRight, 0);
     this.Controls.SetChildIndex(this.barDockControlLeft, 0);
     this.Controls.SetChildIndex(this.toolBoxDockPanel1, 0);
     this.Controls.SetChildIndex(this.groupAndSortDockPanel1, 0);
     this.Controls.SetChildIndex(this.panelContainer1, 0);
     this.Controls.SetChildIndex(this.xrDesignPanel, 0);
     ((System.ComponentModel.ISupportInitialize)(this.xrDesignPanel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrDesignBarManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ricbFontName)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.ricbFontSize)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.designRepositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrDesignDockManager1)).EndInit();
     this.panelContainer1.ResumeLayout(false);
     this.panelContainer2.ResumeLayout(false);
     this.reportExplorerDockPanel1.ResumeLayout(false);
     this.fieldListDockPanel1.ResumeLayout(false);
     this.propertyGridDockPanel1.ResumeLayout(false);
     this.toolBoxDockPanel1.ResumeLayout(false);
     this.groupAndSortDockPanel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #24
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(frmWebBrowser));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iBack = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iForward = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iStop = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iRefresh = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHome = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iSearch = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iFavorites = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHistory = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iMail = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iPrint = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.siFile = new DevExpress.XtraBars.BarSubItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.iSave = new DevExpress.XtraBars.BarButtonItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.siView = new DevExpress.XtraBars.BarSubItem();
     this.iToolBars = new DevExpress.XtraBars.BarToolbarsListItem();
     this.siFavorites = new DevExpress.XtraBars.BarSubItem();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.siHelp = new DevExpress.XtraBars.BarSubItem();
     this.iAbout = new DevExpress.XtraBars.BarButtonItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.eAddress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.iGo = new DevExpress.XtraBars.BarButtonItem();
     this.bar4 = new DevExpress.XtraBars.Bar();
     this.iText = new DevExpress.XtraBars.BarStaticItem();
     this.eProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ctrlFavorites1 = new ctrlFavorites();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.iMedia = new DevExpress.XtraBars.BarLargeButtonItem();
     this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO3 = new DevExpress.XtraBars.BarButtonItem();
     this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this._Browser = new System.Windows.Forms.WebBrowser();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     this.hideContainerLeft.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3,
     this.bar4});
     this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
     new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb")),
     new DevExpress.XtraBars.BarManagerCategory("Standard", new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b")),
     new DevExpress.XtraBars.BarManagerCategory("Address", new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d")),
     new DevExpress.XtraBars.BarManagerCategory("StatusBar", new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283")),
     new DevExpress.XtraBars.BarManagerCategory("Items", new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13")),
     new DevExpress.XtraBars.BarManagerCategory("Favorites", new System.Guid("e1ba440c-33dc-4df6-b712-79cdc4dcd983"))});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList2;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siFile,
     this.siView,
     this.siFavorites,
     this.siHelp,
     this.iBack,
     this.iForward,
     this.iStop,
     this.iRefresh,
     this.iHome,
     this.iSearch,
     this.iFavorites,
     this.iMedia,
     this.iHistory,
     this.iMail,
     this.iPrint,
     this.iEdit,
     this.iGo,
     this.eAddress,
     this.iText,
     this.eProgress,
     this.iToolBars,
     this.iAbout,
     this.iExit,
     this.iAdd,
     this.iOpen,
     this.iSave,
     this.ipsWXP,
     this.ipsOXP,
     this.ipsO2K,
     this.ipsO3,
     this.ipsDefault});
     this.barManager1.LargeImages = this.imageList1;
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 38;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemProgressBar1});
     this.barManager1.StatusBar = this.bar4;
     //
     // bar1
     //
     this.bar1.BarName = "Standard Buttons";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(48, 104);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.iForward),
     new DevExpress.XtraBars.LinkPersistInfo(this.iStop),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHome),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHistory),
     new DevExpress.XtraBars.LinkPersistInfo(this.iMail, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit)});
     this.bar1.Text = "Standard Buttons";
     //
     // iBack
     //
     this.iBack.Caption = "Back";
     this.iBack.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iBack.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iBack.Enabled = false;
     this.iBack.Hint = "Back";
     this.iBack.Id = 6;
     this.iBack.LargeImageIndex = 0;
     this.iBack.LargeImageIndexDisabled = 12;
     this.iBack.Name = "iBack";
     this.iBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBack_ItemClick);
     //
     // iForward
     //
     this.iForward.Caption = "Forward";
     this.iForward.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iForward.Enabled = false;
     this.iForward.Hint = "Forward";
     this.iForward.Id = 8;
     this.iForward.LargeImageIndex = 3;
     this.iForward.LargeImageIndexDisabled = 13;
     this.iForward.Name = "iForward";
     this.iForward.ShowCaptionOnBar = false;
     this.iForward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iForward_ItemClick);
     //
     // iStop
     //
     this.iStop.Caption = "Stop";
     this.iStop.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iStop.Hint = "Stop";
     this.iStop.Id = 9;
     this.iStop.LargeImageIndex = 11;
     this.iStop.Name = "iStop";
     this.iStop.ShowCaptionOnBar = false;
     this.iStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iStop_ItemClick);
     //
     // iRefresh
     //
     this.iRefresh.Caption = "Refresh";
     this.iRefresh.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iRefresh.Hint = "Refresh";
     this.iRefresh.Id = 10;
     this.iRefresh.LargeImageIndex = 9;
     this.iRefresh.Name = "iRefresh";
     this.iRefresh.ShowCaptionOnBar = false;
     this.iRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRefresh_ItemClick);
     //
     // iHome
     //
     this.iHome.Caption = "Home";
     this.iHome.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHome.Hint = "Home";
     this.iHome.Id = 11;
     this.iHome.LargeImageIndex = 5;
     this.iHome.Name = "iHome";
     this.iHome.ShowCaptionOnBar = false;
     this.iHome.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHome_ItemClick);
     //
     // iSearch
     //
     this.iSearch.Caption = "Search";
     this.iSearch.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iSearch.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iSearch.Hint = "Search";
     this.iSearch.Id = 12;
     this.iSearch.LargeImageIndex = 10;
     this.iSearch.Name = "iSearch";
     this.iSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSearch_ItemClick);
     //
     // iFavorites
     //
     this.iFavorites.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.iFavorites.Caption = "Favorites";
     this.iFavorites.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iFavorites.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iFavorites.Down = true;
     this.iFavorites.Hint = "Favorites";
     this.iFavorites.Id = 13;
     this.iFavorites.LargeImageIndex = 2;
     this.iFavorites.Name = "iFavorites";
     this.iFavorites.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFavorites_ItemClick);
     //
     // iHistory
     //
     this.iHistory.Caption = "History";
     this.iHistory.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHistory.Enabled = false;
     this.iHistory.Hint = "History";
     this.iHistory.Id = 16;
     this.iHistory.LargeImageIndex = 4;
     this.iHistory.LargeImageIndexDisabled = 14;
     this.iHistory.Name = "iHistory";
     this.iHistory.ShowCaptionOnBar = false;
     //
     // iMail
     //
     this.iMail.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.iMail.Caption = "Mail";
     this.iMail.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMail.Enabled = false;
     this.iMail.Hint = "Mail";
     this.iMail.Id = 17;
     this.iMail.LargeImageIndex = 6;
     this.iMail.LargeImageIndexDisabled = 15;
     this.iMail.Name = "iMail";
     this.iMail.ShowCaptionOnBar = false;
     //
     // iPrint
     //
     this.iPrint.Caption = "&Print...";
     this.iPrint.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iPrint.Hint = "Print";
     this.iPrint.Id = 18;
     this.iPrint.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.iPrint.LargeImageIndex = 8;
     this.iPrint.Name = "iPrint";
     this.iPrint.ShowCaptionOnBar = false;
     this.iPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrint_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "Edit";
     this.iEdit.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iEdit.Hint = "Open Notepad";
     this.iEdit.Id = 19;
     this.iEdit.LargeImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ShowCaptionOnBar = false;
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // bar2
     //
     this.bar2.BarItemHorzIndent = 6;
     this.bar2.BarName = "MainMenu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(39, 106);
     this.bar2.FloatSize = new System.Drawing.Size(20, 22);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.siView),
     new DevExpress.XtraBars.LinkPersistInfo(this.siFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.siHelp)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "MainMenu";
     //
     // siFile
     //
     this.siFile.Caption = "&File";
     this.siFile.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFile.Id = 0;
     this.siFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iExit, true)});
     this.siFile.Name = "siFile";
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open...";
     this.iOpen.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iOpen.Id = 29;
     this.iOpen.ImageIndex = 0;
     this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.iOpen.Name = "iOpen";
     this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
     //
     // iSave
     //
     this.iSave.Caption = "&Save";
     this.iSave.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iSave.Enabled = false;
     this.iSave.Id = 30;
     this.iSave.ImageIndex = 1;
     this.iSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.iSave.Name = "iSave";
     //
     // iExit
     //
     this.iExit.Caption = "E&xit";
     this.iExit.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iExit.Id = 27;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // siView
     //
     this.siView.Caption = "&View";
     this.siView.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siView.Id = 2;
     this.siView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iToolBars)});
     this.siView.Name = "siView";
     //
     // iToolBars
     //
     this.iToolBars.Caption = "ToolBarsList";
     this.iToolBars.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.iToolBars.Id = 25;
     this.iToolBars.Name = "iToolBars";
     //
     // siFavorites
     //
     this.siFavorites.Caption = "F&avorites";
     this.siFavorites.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFavorites.Id = 3;
     this.siFavorites.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd)});
     this.siFavorites.Name = "siFavorites";
     //
     // iAdd
     //
     this.iAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iAdd.Appearance.Options.UseFont = true;
     this.iAdd.Caption = "Add to Favorites...";
     this.iAdd.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAdd.Id = 28;
     this.iAdd.Name = "iAdd";
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // siHelp
     //
     this.siHelp.Caption = "&Help";
     this.siHelp.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siHelp.Id = 4;
     this.siHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout)});
     this.siHelp.Name = "siHelp";
     //
     // iAbout
     //
     this.iAbout.Caption = "&About";
     this.iAbout.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAbout.Id = 26;
     this.iAbout.Name = "iAbout";
     this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Address Bar";
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 2;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.eAddress),
     new DevExpress.XtraBars.LinkPersistInfo(this.iGo)});
     this.bar3.Text = "Address Bar";
     //
     // eAddress
     //
     this.eAddress.AutoFillWidth = true;
     this.eAddress.Caption = "Addresss";
     this.eAddress.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.eAddress.Edit = this.repositoryItemComboBox1;
     this.eAddress.Id = 21;
     this.eAddress.IEBehavior = true;
     this.eAddress.Name = "eAddress";
     this.eAddress.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.eAddress.Width = 400;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AllowFocused = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.CycleOnDblClick = false;
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemComboBox1_KeyDown);
     this.repositoryItemComboBox1.CloseUp += new DevExpress.XtraEditors.Controls.CloseUpEventHandler(this.repositoryItemComboBox1_CloseUp);
     this.repositoryItemComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemComboBox1_SelectedItemChanged);
     //
     // iGo
     //
     this.iGo.Caption = "Go";
     this.iGo.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.iGo.Glyph = ((System.Drawing.Image)(resources.GetObject("iGo.Glyph")));
     this.iGo.Hint = "Go to ...";
     this.iGo.Id = 20;
     this.iGo.Name = "iGo";
     this.iGo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.iGo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iGo_ItemClick);
     //
     // bar4
     //
     this.bar4.BarName = "Status Bar";
     this.bar4.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar4.DockCol = 0;
     this.bar4.DockRow = 0;
     this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar4.FloatLocation = new System.Drawing.Point(30, 434);
     this.bar4.FloatSize = new System.Drawing.Size(20, 22);
     this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iText),
     new DevExpress.XtraBars.LinkPersistInfo(this.eProgress)});
     this.bar4.OptionsBar.AllowQuickCustomization = false;
     this.bar4.OptionsBar.DrawDragBorder = false;
     this.bar4.OptionsBar.DrawSizeGrip = true;
     this.bar4.OptionsBar.RotateWhenVertical = false;
     this.bar4.OptionsBar.UseWholeRow = true;
     this.bar4.Text = "Status Bar";
     //
     // iText
     //
     this.iText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.iText.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.iText.Id = 22;
     this.iText.Name = "iText";
     this.iText.RightIndent = 3;
     this.iText.TextAlignment = System.Drawing.StringAlignment.Near;
     this.iText.Width = 32;
     //
     // eProgress
     //
     this.eProgress.CanOpenEdit = false;
     this.eProgress.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.eProgress.Edit = this.repositoryItemProgressBar1;
     this.eProgress.EditHeight = 10;
     this.eProgress.Id = 24;
     this.eProgress.Name = "eProgress";
     this.eProgress.Width = 70;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.repositoryItemProgressBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PaintStyleName = "Skin";
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerLeft});
     this.dockManager1.Controller = this.barAndDockingController1;
     this.dockManager1.Form = this;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("1734463f-4924-485e-9b75-59ea0e8bfee3");
     this.dockPanel1.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.SavedIndex = 0;
     this.dockPanel1.Size = new System.Drawing.Size(200, 377);
     this.dockPanel1.Text = "Favorites";
     this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.ctrlFavorites1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 349);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // ctrlFavorites1
     //
     this.ctrlFavorites1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFavorites1.Location = new System.Drawing.Point(0, 0);
     this.ctrlFavorites1.Name = "ctrlFavorites1";
     this.ctrlFavorites1.Size = new System.Drawing.Size(194, 349);
     this.ctrlFavorites1.TabIndex = 0;
     this.ctrlFavorites1.AddNewFavorite += new System.EventHandler(this.ctrlFavorites1_AddNewFavorite);
     this.ctrlFavorites1.OpenFavorite += new System.EventHandler(this.ctrlFavorites1_OpenFavorite);
     this.ctrlFavorites1.EditFavorite += new System.EventHandler(this.ctrlFavorites1_EditFavorite);
     this.ctrlFavorites1.DeleteFavorite += new System.EventHandler(this.ctrlFavorites1_DeleteFavorite);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     //
     // iMedia
     //
     this.iMedia.Caption = "Media";
     this.iMedia.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iMedia.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMedia.Hint = "Media";
     this.iMedia.Id = 15;
     this.iMedia.LargeImageIndex = 7;
     this.iMedia.Name = "iMedia";
     //
     // ipsWXP
     //
     this.ipsWXP.Caption = "Windows XP";
     this.ipsWXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsWXP.Description = "WindowsXP";
     this.ipsWXP.Id = 32;
     this.ipsWXP.ImageIndex = 4;
     this.ipsWXP.Name = "ipsWXP";
     this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsOXP
     //
     this.ipsOXP.Caption = "Office XP";
     this.ipsOXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsOXP.Description = "OfficeXP";
     this.ipsOXP.Id = 33;
     this.ipsOXP.ImageIndex = 2;
     this.ipsOXP.Name = "ipsOXP";
     this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO2K
     //
     this.ipsO2K.Caption = "Office 2000";
     this.ipsO2K.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO2K.Description = "Office2000";
     this.ipsO2K.Id = 34;
     this.ipsO2K.ImageIndex = 3;
     this.ipsO2K.Name = "ipsO2K";
     this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO3
     //
     this.ipsO3.Caption = "Office 2003";
     this.ipsO3.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO3.Description = "Office2003";
     this.ipsO3.Id = 36;
     this.ipsO3.ImageIndex = 5;
     this.ipsO3.Name = "ipsO3";
     this.ipsO3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsDefault
     //
     this.ipsDefault.Caption = "Default";
     this.ipsDefault.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsDefault.Description = "Default";
     this.ipsDefault.Id = 37;
     this.ipsDefault.Name = "ipsDefault";
     this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     //
     // webBrowser1
     //
     this._Browser.Dock = System.Windows.Forms.DockStyle.Fill;
     this._Browser.Location = new System.Drawing.Point(19, 90);
     this._Browser.Name = "webBrowser1";
     this._Browser.Size = new System.Drawing.Size(785, 377);
     this._Browser.TabIndex = 4;
     this._Browser.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.webBrowser1_ProgressChanged);
     this._Browser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     this._Browser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser1_Navigated);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 200;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.Controls.Add(this.dockPanel1);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 90);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(19, 377);
     //
     // frmWebBrowser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(804, 490);
     this.Controls.Add(this._Browser);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmWebBrowser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Web Browser";
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     this.hideContainerLeft.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Пример #25
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPrinter));
     this.printDocument1 = new System.Drawing.Printing.PrintDocument();
     this.printPreviewControl1 = new System.Windows.Forms.PrintPreviewControl();
     this.pageSetupDialog1 = new System.Windows.Forms.PageSetupDialog();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList3 = new System.Windows.Forms.ImageList(this.components);
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // printDocument1
     //
     this.printDocument1.PrintPage += new System.Drawing.Printing.PrintPageEventHandler(this.printDocument1_PrintPage);
     //
     // printPreviewControl1
     //
     this.printPreviewControl1.AutoZoom = false;
     this.printPreviewControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.printPreviewControl1.Document = this.printDocument1;
     this.printPreviewControl1.Location = new System.Drawing.Point(0, 34);
     this.printPreviewControl1.Name = "printPreviewControl1";
     this.printPreviewControl1.Size = new System.Drawing.Size(644, 351);
     this.printPreviewControl1.TabIndex = 0;
     this.printPreviewControl1.Zoom = 0.5;
     this.printPreviewControl1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.printPreviewControl1_MouseClick);
     //
     // pageSetupDialog1
     //
     this.pageSetupDialog1.Document = this.printDocument1;
     this.pageSetupDialog1.EnableMetric = true;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2,
     this.bar3});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList3;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barEditItem1,
     this.barEditItem2,
     this.barEditItem3});
     this.barManager1.MaxItemId = 9;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemCheckEdit3});
     this.barManager1.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem3, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "设置";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.ImageIndex = 19;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "刷新";
     this.barButtonItem2.Id = 1;
     this.barButtonItem2.ImageIndex = 5;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "打印";
     this.barButtonItem3.Id = 2;
     this.barButtonItem3.ImageIndex = 4;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "关闭";
     this.barButtonItem4.Id = 3;
     this.barButtonItem4.ImageIndex = 6;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "地图显示";
     this.barEditItem1.Edit = this.repositoryItemCheckEdit1;
     this.barEditItem1.EditValue = true;
     this.barEditItem1.Id = 6;
     this.barEditItem1.Name = "barEditItem1";
     this.barEditItem1.Width = 30;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit1_CheckedChanged);
     //
     // barEditItem2
     //
     this.barEditItem2.Caption = "居中显示";
     this.barEditItem2.Edit = this.repositoryItemCheckEdit2;
     this.barEditItem2.EditValue = true;
     this.barEditItem2.Id = 7;
     this.barEditItem2.Name = "barEditItem2";
     this.barEditItem2.Width = 30;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit2_CheckedChanged);
     //
     // barEditItem3
     //
     this.barEditItem3.Caption = "区域显示";
     this.barEditItem3.Edit = this.repositoryItemCheckEdit3;
     this.barEditItem3.EditValue = true;
     this.barEditItem3.Id = 8;
     this.barEditItem3.Name = "barEditItem3";
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     this.repositoryItemCheckEdit3.CheckedChanged += new System.EventHandler(this.repositoryItemCheckEdit3_CheckedChanged);
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(644, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 385);
     this.barDockControlBottom.Size = new System.Drawing.Size(644, 22);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 351);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(644, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 351);
     //
     // imageList3
     //
     this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
     this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList3.Images.SetKeyName(0, "保存.ico");
     this.imageList3.Images.SetKeyName(1, "布局.ico");
     this.imageList3.Images.SetKeyName(2, "查询.ico");
     this.imageList3.Images.SetKeyName(3, "打回重新编.ico");
     this.imageList3.Images.SetKeyName(4, "打印.ico");
     this.imageList3.Images.SetKeyName(5, "发送.ico");
     this.imageList3.Images.SetKeyName(6, "关闭1.ico");
     this.imageList3.Images.SetKeyName(7, "关闭.ico");
     this.imageList3.Images.SetKeyName(8, "角色.ico");
     this.imageList3.Images.SetKeyName(9, "三等功发1.ico");
     this.imageList3.Images.SetKeyName(10, "删除.ico");
     this.imageList3.Images.SetKeyName(11, "审核.ico");
     this.imageList3.Images.SetKeyName(12, "审批.ico");
     this.imageList3.Images.SetKeyName(13, "授权.ico");
     this.imageList3.Images.SetKeyName(14, "刷新.ico");
     this.imageList3.Images.SetKeyName(15, "添加同级.ico");
     this.imageList3.Images.SetKeyName(16, "添加下级.ico");
     this.imageList3.Images.SetKeyName(17, "新建.ico");
     this.imageList3.Images.SetKeyName(18, "修改.ico");
     this.imageList3.Images.SetKeyName(19, "作废.ico");
     this.imageList3.Images.SetKeyName(20, "06 Picture.ico");
     this.imageList3.Images.SetKeyName(21, "Users.ico");
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // frmPrinter
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(644, 407);
     this.Controls.Add(this.printPreviewControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmPrinter";
     this.Text = "打印预览";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).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(MainFrm));
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.barUp = new DevExpress.XtraBars.Bar();
     this.barSubItemFile = new DevExpress.XtraBars.BarSubItem();
     this.mbConnection = new DevExpress.XtraBars.BarButtonItem();
     this.mbExit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemView = new DevExpress.XtraBars.BarSubItem();
     this.mbCode = new DevExpress.XtraBars.BarButtonItem();
     this.mbData = new DevExpress.XtraBars.BarButtonItem();
     this.mbQuery = new DevExpress.XtraBars.BarButtonItem();
     this.mbReport = new DevExpress.XtraBars.BarButtonItem();
     this.mbPriv = new DevExpress.XtraBars.BarButtonItem();
     this.mbResult = new DevExpress.XtraBars.BarButtonItem();
     this.mbSkins = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemWindows = new DevExpress.XtraBars.BarSubItem();
     this.mbcascade = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileVertical = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileHorizontal = new DevExpress.XtraBars.BarButtonItem();
     this.mbcloseAll = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemHelp = new DevExpress.XtraBars.BarSubItem();
     this.mbIndex = new DevExpress.XtraBars.BarButtonItem();
     this.mbAboutUs = new DevExpress.XtraBars.BarButtonItem();
     this.barEditItemasase_code = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemLookUpEditasase_code = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.barDown = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.panelContainer3 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPSkins = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer6 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.galleryControlSkins = new DevExpress.XtraBars.Ribbon.GalleryControl();
     this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
     this.DPResult = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer5 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.Logging = new System.Windows.Forms.RichTextBox();
     this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpCD_AsaseEmp = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpState = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_JobDescription = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpJob = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Department = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Subject = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_QualifiedPlace = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDQualification = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Specialization = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_MaritalStatus = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Courses = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDPlaceTraining = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_AgazaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDTakdeer = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EznType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_GzaaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_GehaGazaa = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpTIME = new DevExpress.XtraNavBar.NavBarItem();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpTBL_Emp = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEmp_Moaahel = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_agazat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_Later = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_ezn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_gzaat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_training = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_TAMEEN = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_report = new DevExpress.XtraNavBar.NavBarItem();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.panelContainer2 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer3 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpXRepEmpAddress = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpagazat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpAll = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBoxSkins = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.navBarItemEmpXRepEmpDetail = new DevExpress.XtraNavBar.NavBarItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.panelContainer3.SuspendLayout();
     this.DPSkins.SuspendLayout();
     this.controlContainer6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).BeginInit();
     this.galleryControlSkins.SuspendLayout();
     this.DPResult.SuspendLayout();
     this.controlContainer5.SuspendLayout();
     this.panelContainer1.SuspendLayout();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.DPData.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPPriv.SuspendLayout();
     this.controlContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     this.panelContainer2.SuspendLayout();
     this.DPReport.SuspendLayout();
     this.controlContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.controlContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).BeginInit();
     this.SuspendLayout();
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.barUp,
     this.barDown});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.DockManager = this.dockManagerMain;
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItemFile,
     this.barSubItemView,
     this.barSubItemHelp,
     this.mbConnection,
     this.mbExit,
     this.mbCode,
     this.mbData,
     this.mbQuery,
     this.mbReport,
     this.mbPriv,
     this.mbAboutUs,
     this.mbIndex,
     this.barEditItem1,
     this.barEditItemasase_code,
     this.mbResult,
     this.mbSkins,
     this.barSubItemWindows,
     this.mbcascade,
     this.mbtileVertical,
     this.mbtileHorizontal,
     this.mbcloseAll});
     this.barManagerMain.MainMenu = this.barUp;
     this.barManagerMain.MaxItemId = 28;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBoxSkins,
     this.repositoryItemLookUpEditasase_code});
     this.barManagerMain.StatusBar = this.barDown;
     this.barManagerMain.TransparentEditors = true;
     //
     // barUp
     //
     this.barUp.BarName = "Main menu";
     this.barUp.DockCol = 0;
     this.barUp.DockRow = 0;
     this.barUp.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barUp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemView),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemWindows),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemHelp),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemasase_code)});
     this.barUp.OptionsBar.MultiLine = true;
     this.barUp.OptionsBar.UseWholeRow = true;
     this.barUp.Text = "Main menu";
     //
     // barSubItemFile
     //
     this.barSubItemFile.Caption = "ملف";
     this.barSubItemFile.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemFile.Glyph")));
     this.barSubItemFile.Id = 0;
     this.barSubItemFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mbConnection, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbExit)});
     this.barSubItemFile.Name = "barSubItemFile";
     this.barSubItemFile.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbConnection
     //
     this.mbConnection.Caption = "الغاء الاتصال";
     this.mbConnection.Glyph = ((System.Drawing.Image)(resources.GetObject("mbConnection.Glyph")));
     this.mbConnection.Id = 3;
     this.mbConnection.Name = "mbConnection";
     this.mbConnection.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbConnection_ItemClick);
     //
     // mbExit
     //
     this.mbExit.Caption = "خروج";
     this.mbExit.Glyph = global::Employee.Properties.Resources.Exit;
     this.mbExit.Id = 4;
     this.mbExit.Name = "mbExit";
     this.mbExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbExit_ItemClick);
     //
     // barSubItemView
     //
     this.barSubItemView.Caption = "عرض";
     this.barSubItemView.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemView.Glyph")));
     this.barSubItemView.Id = 1;
     this.barSubItemView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbCode),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbData),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbQuery),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbReport),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbPriv),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbResult),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbSkins)});
     this.barSubItemView.Name = "barSubItemView";
     this.barSubItemView.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbCode
     //
     this.mbCode.Caption = "اكواد";
     this.mbCode.Glyph = ((System.Drawing.Image)(resources.GetObject("mbCode.Glyph")));
     this.mbCode.Id = 5;
     this.mbCode.Name = "mbCode";
     this.mbCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbCode_ItemClick);
     //
     // mbData
     //
     this.mbData.Caption = "ادخال بيانات";
     this.mbData.Glyph = ((System.Drawing.Image)(resources.GetObject("mbData.Glyph")));
     this.mbData.Id = 6;
     this.mbData.Name = "mbData";
     this.mbData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbData_ItemClick);
     //
     // mbQuery
     //
     this.mbQuery.Caption = "استعلامات";
     this.mbQuery.Glyph = ((System.Drawing.Image)(resources.GetObject("mbQuery.Glyph")));
     this.mbQuery.Id = 7;
     this.mbQuery.Name = "mbQuery";
     this.mbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbQuery_ItemClick);
     //
     // mbReport
     //
     this.mbReport.Caption = "تقارير";
     this.mbReport.Glyph = global::Employee.Properties.Resources.Print;
     this.mbReport.Id = 8;
     this.mbReport.Name = "mbReport";
     this.mbReport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbReport_ItemClick);
     //
     // mbPriv
     //
     this.mbPriv.Caption = "صلاحيات";
     this.mbPriv.Glyph = ((System.Drawing.Image)(resources.GetObject("mbPriv.Glyph")));
     this.mbPriv.Id = 9;
     this.mbPriv.Name = "mbPriv";
     this.mbPriv.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbPriv_ItemClick);
     //
     // mbResult
     //
     this.mbResult.Caption = "نتائج العمليات";
     this.mbResult.Glyph = global::Employee.Properties.Resources.info16;
     this.mbResult.Id = 20;
     this.mbResult.Name = "mbResult";
     this.mbResult.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbResult_ItemClick);
     //
     // mbSkins
     //
     this.mbSkins.Caption = "الاشكال";
     this.mbSkins.Glyph = global::Employee.Properties.Resources.Skins;
     this.mbSkins.Id = 21;
     this.mbSkins.Name = "mbSkins";
     this.mbSkins.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbSkins_ItemClick);
     //
     // barSubItemWindows
     //
     this.barSubItemWindows.Caption = "النوافذ";
     this.barSubItemWindows.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemWindows.Glyph")));
     this.barSubItemWindows.Id = 22;
     this.barSubItemWindows.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcascade),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileVertical),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileHorizontal),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcloseAll)});
     this.barSubItemWindows.Name = "barSubItemWindows";
     this.barSubItemWindows.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbcascade
     //
     this.mbcascade.Caption = "ترتيب النوافذ";
     this.mbcascade.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcascade.Glyph")));
     this.mbcascade.Id = 23;
     this.mbcascade.Name = "mbcascade";
     this.mbcascade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcascade_ItemClick);
     //
     // mbtileVertical
     //
     this.mbtileVertical.Caption = "العناوين رأسي";
     this.mbtileVertical.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileVertical.Glyph")));
     this.mbtileVertical.Id = 24;
     this.mbtileVertical.Name = "mbtileVertical";
     this.mbtileVertical.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileVertical_ItemClick);
     //
     // mbtileHorizontal
     //
     this.mbtileHorizontal.Caption = "العناوين افقي";
     this.mbtileHorizontal.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileHorizontal.Glyph")));
     this.mbtileHorizontal.Id = 25;
     this.mbtileHorizontal.Name = "mbtileHorizontal";
     this.mbtileHorizontal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileHorizontal_ItemClick);
     //
     // mbcloseAll
     //
     this.mbcloseAll.Caption = "اغلاق الكل";
     this.mbcloseAll.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcloseAll.Glyph")));
     this.mbcloseAll.Id = 26;
     this.mbcloseAll.Name = "mbcloseAll";
     this.mbcloseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcloseAll_ItemClick);
     //
     // barSubItemHelp
     //
     this.barSubItemHelp.Caption = "مساعده";
     this.barSubItemHelp.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemHelp.Glyph")));
     this.barSubItemHelp.Id = 2;
     this.barSubItemHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbIndex),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbAboutUs)});
     this.barSubItemHelp.Name = "barSubItemHelp";
     this.barSubItemHelp.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbIndex
     //
     this.mbIndex.Caption = "كتاب المساعده";
     this.mbIndex.Glyph = global::Employee.Properties.Resources.Index;
     this.mbIndex.Id = 11;
     this.mbIndex.Name = "mbIndex";
     //
     // mbAboutUs
     //
     this.mbAboutUs.Caption = "عن البرنامج";
     this.mbAboutUs.Glyph = global::Employee.Properties.Resources.About;
     this.mbAboutUs.Id = 10;
     this.mbAboutUs.Name = "mbAboutUs";
     this.mbAboutUs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbAboutUs_ItemClick);
     //
     // barEditItemasase_code
     //
     this.barEditItemasase_code.Caption = "العام الدراسي";
     this.barEditItemasase_code.Edit = this.repositoryItemLookUpEditasase_code;
     this.barEditItemasase_code.Id = 18;
     this.barEditItemasase_code.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12));
     this.barEditItemasase_code.Name = "barEditItemasase_code";
     this.barEditItemasase_code.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     this.barEditItemasase_code.Width = 150;
     //
     // repositoryItemLookUpEditasase_code
     //
     this.repositoryItemLookUpEditasase_code.Appearance.Options.UseTextOptions = true;
     this.repositoryItemLookUpEditasase_code.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemLookUpEditasase_code.AutoHeight = false;
     this.repositoryItemLookUpEditasase_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemLookUpEditasase_code.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("asase_year", "العام الدراسي", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SCHOOL", "اسم المدرسه", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.repositoryItemLookUpEditasase_code.DisplayMember = "asase_year";
     this.repositoryItemLookUpEditasase_code.DropDownRows = 10;
     this.repositoryItemLookUpEditasase_code.Name = "repositoryItemLookUpEditasase_code";
     this.repositoryItemLookUpEditasase_code.NullText = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.NullValuePrompt = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEditasase_code.UseParentBackground = true;
     this.repositoryItemLookUpEditasase_code.ValueMember = "asase_code";
     this.repositoryItemLookUpEditasase_code.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemLookUpEditasase_code_ButtonClick);
     //
     // barDown
     //
     this.barDown.BarName = "Status bar";
     this.barDown.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.barDown.DockCol = 0;
     this.barDown.DockRow = 0;
     this.barDown.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.barDown.OptionsBar.AllowQuickCustomization = false;
     this.barDown.OptionsBar.DrawDragBorder = false;
     this.barDown.OptionsBar.MultiLine = true;
     this.barDown.OptionsBar.UseWholeRow = true;
     this.barDown.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(984, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 639);
     this.barDockControlBottom.Size = new System.Drawing.Size(984, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 615);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(984, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 615);
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.MenuManager = this.barManagerMain;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.panelContainer3,
     this.panelContainer1,
     this.panelContainer2});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // panelContainer3
     //
     this.panelContainer3.ActiveChild = this.DPSkins;
     this.panelContainer3.Appearance.Options.UseTextOptions = true;
     this.panelContainer3.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer3.Controls.Add(this.DPSkins);
     this.panelContainer3.Controls.Add(this.DPResult);
     this.panelContainer3.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.panelContainer3.FloatVertical = true;
     this.panelContainer3.ID = new System.Guid("32f22386-9be7-4e30-adad-02dbf53b351f");
     this.panelContainer3.Location = new System.Drawing.Point(0, 529);
     this.panelContainer3.Name = "panelContainer3";
     this.panelContainer3.OriginalSize = new System.Drawing.Size(198, 110);
     this.panelContainer3.Size = new System.Drawing.Size(984, 110);
     this.panelContainer3.Tabbed = true;
     this.panelContainer3.TabsScroll = true;
     this.panelContainer3.Text = "panelContainer3";
     //
     // DPSkins
     //
     this.DPSkins.Controls.Add(this.controlContainer6);
     this.DPSkins.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPSkins.FloatVertical = true;
     this.DPSkins.ID = new System.Guid("5d027091-716e-4480-919f-6381f5702c5a");
     this.DPSkins.Location = new System.Drawing.Point(4, 23);
     this.DPSkins.Name = "DPSkins";
     this.DPSkins.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPSkins.Size = new System.Drawing.Size(976, 56);
     this.DPSkins.TabsScroll = true;
     this.DPSkins.Text = "الاشكال";
     //
     // controlContainer6
     //
     this.controlContainer6.Controls.Add(this.galleryControlSkins);
     this.controlContainer6.Location = new System.Drawing.Point(0, 0);
     this.controlContainer6.Name = "controlContainer6";
     this.controlContainer6.Size = new System.Drawing.Size(976, 56);
     this.controlContainer6.TabIndex = 0;
     //
     // galleryControlSkins
     //
     this.galleryControlSkins.Controls.Add(this.galleryControlClient1);
     this.galleryControlSkins.DesignGalleryGroupIndex = 0;
     this.galleryControlSkins.DesignGalleryItemIndex = 0;
     this.galleryControlSkins.Dock = System.Windows.Forms.DockStyle.Fill;
     this.galleryControlSkins.Location = new System.Drawing.Point(0, 0);
     this.galleryControlSkins.Name = "galleryControlSkins";
     this.galleryControlSkins.Size = new System.Drawing.Size(976, 56);
     this.galleryControlSkins.TabIndex = 0;
     this.galleryControlSkins.Text = "الاشكال";
     //
     // galleryControlClient1
     //
     this.galleryControlClient1.GalleryControl = this.galleryControlSkins;
     this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
     this.galleryControlClient1.Size = new System.Drawing.Size(955, 52);
     //
     // DPResult
     //
     this.DPResult.Controls.Add(this.controlContainer5);
     this.DPResult.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPResult.FloatVertical = true;
     this.DPResult.ID = new System.Guid("abdfe4d0-1d6a-4f6b-abc2-985fb9d484f3");
     this.DPResult.Location = new System.Drawing.Point(4, 23);
     this.DPResult.Name = "DPResult";
     this.DPResult.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPResult.Size = new System.Drawing.Size(976, 56);
     this.DPResult.Text = "نتائج العمليات";
     //
     // controlContainer5
     //
     this.controlContainer5.Controls.Add(this.Logging);
     this.controlContainer5.Location = new System.Drawing.Point(0, 0);
     this.controlContainer5.Name = "controlContainer5";
     this.controlContainer5.Size = new System.Drawing.Size(976, 56);
     this.controlContainer5.TabIndex = 0;
     //
     // Logging
     //
     this.Logging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Logging.Location = new System.Drawing.Point(0, 0);
     this.Logging.Name = "Logging";
     this.Logging.ReadOnly = true;
     this.Logging.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Logging.Size = new System.Drawing.Size(976, 56);
     this.Logging.TabIndex = 0;
     this.Logging.Text = "";
     this.Logging.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Logging_MouseDoubleClick);
     //
     // panelContainer1
     //
     this.panelContainer1.ActiveChild = this.DPCode;
     this.panelContainer1.Appearance.Options.UseTextOptions = true;
     this.panelContainer1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer1.Controls.Add(this.DPCode);
     this.panelContainer1.Controls.Add(this.DPData);
     this.panelContainer1.Controls.Add(this.DPPriv);
     this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.panelContainer1.FloatVertical = true;
     this.panelContainer1.ID = new System.Guid("f4ff1062-9a77-404f-9187-cec889fb9ba4");
     this.panelContainer1.Location = new System.Drawing.Point(0, 24);
     this.panelContainer1.Name = "panelContainer1";
     this.panelContainer1.OriginalSize = new System.Drawing.Size(200, 200);
     this.panelContainer1.Size = new System.Drawing.Size(200, 505);
     this.panelContainer1.Tabbed = true;
     this.panelContainer1.TabsScroll = true;
     this.panelContainer1.Text = "panelContainer1";
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.ID = new System.Guid("1cfd6550-8070-4cff-ad59-cba8d2680fa9");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPCode.Size = new System.Drawing.Size(192, 451);
     this.DPCode.TabsScroll = true;
     this.DPCode.TabText = "الاكواد";
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(192, 451);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpCD_AsaseEmp,
     this.navBarItemEmpCD_EmpState,
     this.navBarItemEmpCD_JobDescription,
     this.navBarItemEmpCD_EmpJob,
     this.navBarItemEmpCD_Department,
     this.navBarItemEmpCD_Subject,
     this.navBarItemEmpCDQualification,
     this.navBarItemEmpCD_QualifiedPlace,
     this.navBarItemEmpCD_Specialization,
     this.navBarItemEmpCD_MaritalStatus,
     this.navBarItemEmpCD_Courses,
     this.navBarItemEmpCDPlaceTraining,
     this.navBarItemEmpCD_AgazaType,
     this.navBarItemEmpCDTakdeer,
     this.navBarItemEmpCD_EznType,
     this.navBarItemEmpCD_GzaaType,
     this.navBarItemEmpCD_GehaGazaa,
     this.navBarItemEmpCD_EmpTIME});
     this.navBarControlCode.LargeImages = this.imageCollection32;
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlCode.Size = new System.Drawing.Size(192, 451);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 8;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_AsaseEmp),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpState),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_JobDescription),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpJob),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Department),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Subject),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_QualifiedPlace),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDQualification),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Specialization),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_MaritalStatus),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Courses),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDPlaceTraining),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_AgazaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDTakdeer),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EznType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_GzaaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_GehaGazaa),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpTIME)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemEmpCD_AsaseEmp
     //
     this.navBarItemEmpCD_AsaseEmp.Caption = "تحديد العام الدراسي";
     this.navBarItemEmpCD_AsaseEmp.LargeImageIndex = 7;
     this.navBarItemEmpCD_AsaseEmp.Name = "navBarItemEmpCD_AsaseEmp";
     this.navBarItemEmpCD_AsaseEmp.SmallImageIndex = 7;
     this.navBarItemEmpCD_AsaseEmp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_AsaseEmp_LinkClicked);
     //
     // navBarItemEmpCD_EmpState
     //
     this.navBarItemEmpCD_EmpState.Caption = "الحاله الوظيفيه";
     this.navBarItemEmpCD_EmpState.LargeImageIndex = 8;
     this.navBarItemEmpCD_EmpState.Name = "navBarItemEmpCD_EmpState";
     this.navBarItemEmpCD_EmpState.SmallImageIndex = 8;
     this.navBarItemEmpCD_EmpState.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EmpState_LinkClicked);
     //
     // navBarItemEmpCD_JobDescription
     //
     this.navBarItemEmpCD_JobDescription.Caption = "الوصف الوظيفي";
     this.navBarItemEmpCD_JobDescription.LargeImageIndex = 9;
     this.navBarItemEmpCD_JobDescription.Name = "navBarItemEmpCD_JobDescription";
     this.navBarItemEmpCD_JobDescription.SmallImageIndex = 9;
     this.navBarItemEmpCD_JobDescription.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_JobDescription_LinkClicked);
     //
     // navBarItemEmpCD_EmpJob
     //
     this.navBarItemEmpCD_EmpJob.Caption = "وظائف العاملين";
     this.navBarItemEmpCD_EmpJob.LargeImageIndex = 10;
     this.navBarItemEmpCD_EmpJob.Name = "navBarItemEmpCD_EmpJob";
     this.navBarItemEmpCD_EmpJob.SmallImageIndex = 10;
     this.navBarItemEmpCD_EmpJob.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EmpJob_LinkClicked);
     //
     // navBarItemEmpCD_Department
     //
     this.navBarItemEmpCD_Department.Caption = "الاقسام";
     this.navBarItemEmpCD_Department.LargeImageIndex = 11;
     this.navBarItemEmpCD_Department.Name = "navBarItemEmpCD_Department";
     this.navBarItemEmpCD_Department.SmallImageIndex = 11;
     this.navBarItemEmpCD_Department.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Department_LinkClicked);
     //
     // navBarItemEmpCD_Subject
     //
     this.navBarItemEmpCD_Subject.Caption = "المواد";
     this.navBarItemEmpCD_Subject.LargeImageIndex = 12;
     this.navBarItemEmpCD_Subject.Name = "navBarItemEmpCD_Subject";
     this.navBarItemEmpCD_Subject.SmallImageIndex = 12;
     this.navBarItemEmpCD_Subject.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Subject_LinkClicked);
     //
     // navBarItemEmpCD_QualifiedPlace
     //
     this.navBarItemEmpCD_QualifiedPlace.Caption = "جهة المؤهل";
     this.navBarItemEmpCD_QualifiedPlace.LargeImageIndex = 13;
     this.navBarItemEmpCD_QualifiedPlace.Name = "navBarItemEmpCD_QualifiedPlace";
     this.navBarItemEmpCD_QualifiedPlace.SmallImageIndex = 13;
     this.navBarItemEmpCD_QualifiedPlace.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_QualifiedPlace_LinkClicked);
     //
     // navBarItemEmpCDQualification
     //
     this.navBarItemEmpCDQualification.Caption = "المؤهلات";
     this.navBarItemEmpCDQualification.LargeImageIndex = 14;
     this.navBarItemEmpCDQualification.Name = "navBarItemEmpCDQualification";
     this.navBarItemEmpCDQualification.SmallImageIndex = 14;
     this.navBarItemEmpCDQualification.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCDQualification_LinkClicked);
     //
     // navBarItemEmpCD_Specialization
     //
     this.navBarItemEmpCD_Specialization.Caption = "تخصص المؤهل";
     this.navBarItemEmpCD_Specialization.LargeImageIndex = 15;
     this.navBarItemEmpCD_Specialization.Name = "navBarItemEmpCD_Specialization";
     this.navBarItemEmpCD_Specialization.SmallImageIndex = 15;
     this.navBarItemEmpCD_Specialization.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Specialization_LinkClicked);
     //
     // navBarItemEmpCD_MaritalStatus
     //
     this.navBarItemEmpCD_MaritalStatus.Caption = "الحالة الاجتماعية";
     this.navBarItemEmpCD_MaritalStatus.LargeImageIndex = 16;
     this.navBarItemEmpCD_MaritalStatus.Name = "navBarItemEmpCD_MaritalStatus";
     this.navBarItemEmpCD_MaritalStatus.SmallImageIndex = 16;
     this.navBarItemEmpCD_MaritalStatus.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_MaritalStatus_LinkClicked);
     //
     // navBarItemEmpCD_Courses
     //
     this.navBarItemEmpCD_Courses.Caption = "الدورات التدريبية";
     this.navBarItemEmpCD_Courses.LargeImageIndex = 17;
     this.navBarItemEmpCD_Courses.Name = "navBarItemEmpCD_Courses";
     this.navBarItemEmpCD_Courses.SmallImageIndex = 17;
     this.navBarItemEmpCD_Courses.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Courses_LinkClicked);
     //
     // navBarItemEmpCDPlaceTraining
     //
     this.navBarItemEmpCDPlaceTraining.Caption = "جهات التدريب";
     this.navBarItemEmpCDPlaceTraining.LargeImageIndex = 18;
     this.navBarItemEmpCDPlaceTraining.Name = "navBarItemEmpCDPlaceTraining";
     this.navBarItemEmpCDPlaceTraining.SmallImageIndex = 18;
     this.navBarItemEmpCDPlaceTraining.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCDPlaceTraining_LinkClicked);
     //
     // navBarItemEmpCD_AgazaType
     //
     this.navBarItemEmpCD_AgazaType.Caption = "انواع الغياب";
     this.navBarItemEmpCD_AgazaType.LargeImageIndex = 19;
     this.navBarItemEmpCD_AgazaType.Name = "navBarItemEmpCD_AgazaType";
     this.navBarItemEmpCD_AgazaType.SmallImageIndex = 19;
     this.navBarItemEmpCD_AgazaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_AgazaType_LinkClicked);
     //
     // navBarItemEmpCDTakdeer
     //
     this.navBarItemEmpCDTakdeer.Caption = "اكواد التقديرات";
     this.navBarItemEmpCDTakdeer.LargeImageIndex = 21;
     this.navBarItemEmpCDTakdeer.Name = "navBarItemEmpCDTakdeer";
     this.navBarItemEmpCDTakdeer.SmallImageIndex = 21;
     this.navBarItemEmpCDTakdeer.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCDTakdeer_LinkClicked);
     //
     // navBarItemEmpCD_EznType
     //
     this.navBarItemEmpCD_EznType.Caption = "انواع الاذن";
     this.navBarItemEmpCD_EznType.LargeImageIndex = 22;
     this.navBarItemEmpCD_EznType.Name = "navBarItemEmpCD_EznType";
     this.navBarItemEmpCD_EznType.SmallImageIndex = 22;
     this.navBarItemEmpCD_EznType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EznType_LinkClicked);
     //
     // navBarItemEmpCD_GzaaType
     //
     this.navBarItemEmpCD_GzaaType.Caption = "انواع الجزاءات";
     this.navBarItemEmpCD_GzaaType.LargeImageIndex = 23;
     this.navBarItemEmpCD_GzaaType.Name = "navBarItemEmpCD_GzaaType";
     this.navBarItemEmpCD_GzaaType.SmallImageIndex = 23;
     this.navBarItemEmpCD_GzaaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_GzaaType_LinkClicked);
     //
     // navBarItemEmpCD_GehaGazaa
     //
     this.navBarItemEmpCD_GehaGazaa.Caption = "جهة الجزاء";
     this.navBarItemEmpCD_GehaGazaa.LargeImageIndex = 24;
     this.navBarItemEmpCD_GehaGazaa.Name = "navBarItemEmpCD_GehaGazaa";
     this.navBarItemEmpCD_GehaGazaa.SmallImageIndex = 24;
     this.navBarItemEmpCD_GehaGazaa.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_GehaGazaa_LinkClicked);
     //
     // navBarItemEmpCD_EmpTIME
     //
     this.navBarItemEmpCD_EmpTIME.Caption = "اوقات العاملين";
     this.navBarItemEmpCD_EmpTIME.LargeImageIndex = 33;
     this.navBarItemEmpCD_EmpTIME.Name = "navBarItemEmpCD_EmpTIME";
     this.navBarItemEmpCD_EmpTIME.SmallImageIndex = 33;
     this.navBarItemEmpCD_EmpTIME.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EmpTIME_LinkClicked);
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "Roles.png");
     this.imageCollection32.Images.SetKeyName(1, "Users.png");
     this.imageCollection32.Images.SetKeyName(2, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(3, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(4, "Reports.png");
     this.imageCollection32.Images.SetKeyName(5, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(6, "AppOptions.png");
     this.imageCollection32.Images.SetKeyName(7, "CD_AsaseEmp.png");
     this.imageCollection32.Images.SetKeyName(8, "CD_EmpState.png");
     this.imageCollection32.Images.SetKeyName(9, "CD_JobDescription.png");
     this.imageCollection32.Images.SetKeyName(10, "CD_EmpJob.png");
     this.imageCollection32.Images.SetKeyName(11, "CD_Department.png");
     this.imageCollection32.Images.SetKeyName(12, "CD_Subject.png");
     this.imageCollection32.Images.SetKeyName(13, "CD_QualifiedPlace.png");
     this.imageCollection32.Images.SetKeyName(14, "CDQualification.png");
     this.imageCollection32.Images.SetKeyName(15, "CD_Specialization.png");
     this.imageCollection32.Images.SetKeyName(16, "CD_MaritalStatus.png");
     this.imageCollection32.Images.SetKeyName(17, "CD_Courses.png");
     this.imageCollection32.Images.SetKeyName(18, "CDPlaceTraining.png");
     this.imageCollection32.Images.SetKeyName(19, "CD_AgazaType.png");
     this.imageCollection32.Images.SetKeyName(20, "TBL_Emp.png");
     this.imageCollection32.Images.SetKeyName(21, "CDTakdeer.png");
     this.imageCollection32.Images.SetKeyName(22, "CD_EznType.png");
     this.imageCollection32.Images.SetKeyName(23, "CD_GzaaType.png");
     this.imageCollection32.Images.SetKeyName(24, "CD_GehaGazaa.png");
     this.imageCollection32.Images.SetKeyName(25, "Emp_Moaahel.png");
     this.imageCollection32.Images.SetKeyName(26, "EMP_agazat.png");
     this.imageCollection32.Images.SetKeyName(27, "EMP_Later.png");
     this.imageCollection32.Images.SetKeyName(28, "EMP_ezn.png");
     this.imageCollection32.Images.SetKeyName(29, "EMP_gzaat.png");
     this.imageCollection32.Images.SetKeyName(30, "EMP_training.png");
     this.imageCollection32.Images.SetKeyName(31, "EMP_TAMEEN.png");
     this.imageCollection32.Images.SetKeyName(32, "EMP_report.png");
     this.imageCollection32.Images.SetKeyName(33, "CD_EmpTIME.png");
     //
     // DPData
     //
     this.DPData.Controls.Add(this.controlContainer1);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.ID = new System.Guid("5a92e67b-e3d2-4e9c-a354-47ff59337c78");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPData.Size = new System.Drawing.Size(192, 451);
     this.DPData.TabStop = false;
     this.DPData.TabText = "ادخال البيانات";
     this.DPData.Text = "ادخال البيانات";
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.navBarControlData);
     this.controlContainer1.Location = new System.Drawing.Point(0, 0);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(192, 451);
     this.controlContainer1.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpTBL_Emp,
     this.navBarItemEmpEmp_Moaahel,
     this.navBarItemEmpEMP_agazat,
     this.navBarItemEmpEMP_Later,
     this.navBarItemEmpEMP_ezn,
     this.navBarItemEmpEMP_gzaat,
     this.navBarItemEmpEMP_training,
     this.navBarItemEmpEMP_TAMEEN,
     this.navBarItemEmpEMP_report});
     this.navBarControlData.LargeImages = this.imageCollection32;
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlData.Size = new System.Drawing.Size(192, 451);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 9;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpTBL_Emp),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEmp_Moaahel),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_agazat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_Later),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_ezn),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_gzaat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_training),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_TAMEEN),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_report)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemEmpTBL_Emp
     //
     this.navBarItemEmpTBL_Emp.Caption = "بيانات العاملين";
     this.navBarItemEmpTBL_Emp.LargeImageIndex = 20;
     this.navBarItemEmpTBL_Emp.Name = "navBarItemEmpTBL_Emp";
     this.navBarItemEmpTBL_Emp.SmallImageIndex = 20;
     this.navBarItemEmpTBL_Emp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemTBL_Emp_LinkClicked);
     //
     // navBarItemEmpEmp_Moaahel
     //
     this.navBarItemEmpEmp_Moaahel.Caption = "مؤهلات اثناء الخدمة";
     this.navBarItemEmpEmp_Moaahel.LargeImageIndex = 25;
     this.navBarItemEmpEmp_Moaahel.Name = "navBarItemEmpEmp_Moaahel";
     this.navBarItemEmpEmp_Moaahel.SmallImageIndex = 25;
     this.navBarItemEmpEmp_Moaahel.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmp_Moaahel_LinkClicked);
     //
     // navBarItemEmpEMP_agazat
     //
     this.navBarItemEmpEMP_agazat.Caption = "الغياب والاجازات";
     this.navBarItemEmpEMP_agazat.LargeImageIndex = 26;
     this.navBarItemEmpEMP_agazat.Name = "navBarItemEmpEMP_agazat";
     this.navBarItemEmpEMP_agazat.SmallImageIndex = 26;
     this.navBarItemEmpEMP_agazat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_agazat_LinkClicked);
     //
     // navBarItemEmpEMP_Later
     //
     this.navBarItemEmpEMP_Later.Caption = "التأخير";
     this.navBarItemEmpEMP_Later.LargeImageIndex = 27;
     this.navBarItemEmpEMP_Later.Name = "navBarItemEmpEMP_Later";
     this.navBarItemEmpEMP_Later.SmallImageIndex = 27;
     this.navBarItemEmpEMP_Later.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_Later_LinkClicked);
     //
     // navBarItemEmpEMP_ezn
     //
     this.navBarItemEmpEMP_ezn.Caption = "اذونات الموظفين";
     this.navBarItemEmpEMP_ezn.LargeImageIndex = 28;
     this.navBarItemEmpEMP_ezn.Name = "navBarItemEmpEMP_ezn";
     this.navBarItemEmpEMP_ezn.SmallImageIndex = 28;
     this.navBarItemEmpEMP_ezn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_ezn_LinkClicked);
     //
     // navBarItemEmpEMP_gzaat
     //
     this.navBarItemEmpEMP_gzaat.Caption = "الجزاءات";
     this.navBarItemEmpEMP_gzaat.LargeImageIndex = 29;
     this.navBarItemEmpEMP_gzaat.Name = "navBarItemEmpEMP_gzaat";
     this.navBarItemEmpEMP_gzaat.SmallImageIndex = 29;
     this.navBarItemEmpEMP_gzaat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_gzaat_LinkClicked);
     //
     // navBarItemEmpEMP_training
     //
     this.navBarItemEmpEMP_training.Caption = "البرامج التدريبية";
     this.navBarItemEmpEMP_training.LargeImageIndex = 30;
     this.navBarItemEmpEMP_training.Name = "navBarItemEmpEMP_training";
     this.navBarItemEmpEMP_training.SmallImageIndex = 30;
     this.navBarItemEmpEMP_training.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_training_LinkClicked);
     //
     // navBarItemEmpEMP_TAMEEN
     //
     this.navBarItemEmpEMP_TAMEEN.Caption = "التأمين الصحي";
     this.navBarItemEmpEMP_TAMEEN.LargeImageIndex = 31;
     this.navBarItemEmpEMP_TAMEEN.Name = "navBarItemEmpEMP_TAMEEN";
     this.navBarItemEmpEMP_TAMEEN.SmallImageIndex = 31;
     this.navBarItemEmpEMP_TAMEEN.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_TAMEEN_LinkClicked);
     //
     // navBarItemEmpEMP_report
     //
     this.navBarItemEmpEMP_report.Caption = "التقارير السنوية";
     this.navBarItemEmpEMP_report.LargeImageIndex = 32;
     this.navBarItemEmpEMP_report.Name = "navBarItemEmpEMP_report";
     this.navBarItemEmpEMP_report.SmallImageIndex = 32;
     this.navBarItemEmpEMP_report.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_report_LinkClicked);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.controlContainer4);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.ID = new System.Guid("bb5d67bf-41ea-4082-a2e5-532afce242b2");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPPriv.Size = new System.Drawing.Size(192, 451);
     this.DPPriv.TabsScroll = true;
     this.DPPriv.TabText = "الصلاحيات";
     this.DPPriv.Text = "الصلاحيات";
     //
     // controlContainer4
     //
     this.controlContainer4.Controls.Add(this.navBarControlPriv);
     this.controlContainer4.Location = new System.Drawing.Point(0, 0);
     this.controlContainer4.Name = "controlContainer4";
     this.controlContainer4.Size = new System.Drawing.Size(192, 451);
     this.controlContainer4.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpRoles,
     this.navBarItemEmpUsers,
     this.navBarItemEmpUserRoles,
     this.navBarItemEmpRoleDetial,
     this.navBarItemEmpAppOptions});
     this.navBarControlPriv.LargeImages = this.imageCollection32;
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlPriv.Size = new System.Drawing.Size(192, 451);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 9;
     this.navBarControlPriv.Text = "navBarControl1";
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemEmpRoles
     //
     this.navBarItemEmpRoles.Caption = "الصلاحيات";
     this.navBarItemEmpRoles.LargeImageIndex = 0;
     this.navBarItemEmpRoles.Name = "navBarItemEmpRoles";
     this.navBarItemEmpRoles.SmallImageIndex = 0;
     this.navBarItemEmpRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEditorRoleFrm_LinkClicked);
     //
     // navBarItemEmpRoleDetial
     //
     this.navBarItemEmpRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemEmpRoleDetial.LargeImageIndex = 3;
     this.navBarItemEmpRoleDetial.Name = "navBarItemEmpRoleDetial";
     this.navBarItemEmpRoleDetial.SmallImageIndex = 3;
     this.navBarItemEmpRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemRoleDetial_LinkClicked);
     //
     // navBarItemEmpUsers
     //
     this.navBarItemEmpUsers.Caption = "المستخدمين";
     this.navBarItemEmpUsers.LargeImageIndex = 1;
     this.navBarItemEmpUsers.Name = "navBarItemEmpUsers";
     this.navBarItemEmpUsers.SmallImageIndex = 1;
     this.navBarItemEmpUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUsers_LinkClicked);
     //
     // navBarItemEmpUserRoles
     //
     this.navBarItemEmpUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemEmpUserRoles.LargeImageIndex = 2;
     this.navBarItemEmpUserRoles.Name = "navBarItemEmpUserRoles";
     this.navBarItemEmpUserRoles.SmallImageIndex = 2;
     this.navBarItemEmpUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUserRoles_LinkClicked);
     //
     // navBarItemEmpAppOptions
     //
     this.navBarItemEmpAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemEmpAppOptions.LargeImageIndex = 6;
     this.navBarItemEmpAppOptions.Name = "navBarItemEmpAppOptions";
     this.navBarItemEmpAppOptions.SmallImageIndex = 6;
     this.navBarItemEmpAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemAppOptions_LinkClicked);
     //
     // panelContainer2
     //
     this.panelContainer2.ActiveChild = this.DPReport;
     this.panelContainer2.Appearance.Options.UseTextOptions = true;
     this.panelContainer2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer2.Controls.Add(this.DPQuery);
     this.panelContainer2.Controls.Add(this.DPReport);
     this.panelContainer2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.panelContainer2.FloatVertical = true;
     this.panelContainer2.ID = new System.Guid("80c30b21-965f-4a80-99d9-68f5819e7c1a");
     this.panelContainer2.Location = new System.Drawing.Point(784, 24);
     this.panelContainer2.Name = "panelContainer2";
     this.panelContainer2.OriginalSize = new System.Drawing.Size(200, 200);
     this.panelContainer2.Size = new System.Drawing.Size(200, 505);
     this.panelContainer2.Tabbed = true;
     this.panelContainer2.TabsScroll = true;
     this.panelContainer2.Text = "panelContainer2";
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.controlContainer3);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPReport.ID = new System.Guid("f2617492-8043-4778-ba8c-8e62a8a6d465");
     this.DPReport.Location = new System.Drawing.Point(4, 23);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPReport.Size = new System.Drawing.Size(192, 451);
     this.DPReport.TabsScroll = true;
     this.DPReport.TabText = "تقارير";
     this.DPReport.Text = "تقارير";
     //
     // controlContainer3
     //
     this.controlContainer3.Controls.Add(this.navBarControlReport);
     this.controlContainer3.Location = new System.Drawing.Point(0, 0);
     this.controlContainer3.Name = "controlContainer3";
     this.controlContainer3.Size = new System.Drawing.Size(192, 451);
     this.controlContainer3.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup4;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpDeployRpt,
     this.navBarItemEmpXRepEmpAddress,
     this.navBarItemEmpXRepEmpagazat,
     this.navBarItemEmpXRepEmpAll,
     this.navBarItemEmpXRepEmpDetail});
     this.navBarControlReport.LargeImages = this.imageCollection32;
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlReport.Size = new System.Drawing.Size(192, 451);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 9;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "تقارير 1";
     this.navBarGroup4.Expanded = true;
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpAddress),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpagazat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpAll),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpDetail)});
     this.navBarGroup4.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarItemEmpXRepEmpAddress
     //
     this.navBarItemEmpXRepEmpAddress.Caption = "سجل العناوين";
     this.navBarItemEmpXRepEmpAddress.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpAddress.Name = "navBarItemEmpXRepEmpAddress";
     this.navBarItemEmpXRepEmpAddress.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpAddress.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpAddress_LinkClicked);
     //
     // navBarItemEmpXRepEmpagazat
     //
     this.navBarItemEmpXRepEmpagazat.Caption = "غياب العاملين";
     this.navBarItemEmpXRepEmpagazat.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpagazat.Name = "navBarItemEmpXRepEmpagazat";
     this.navBarItemEmpXRepEmpagazat.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpagazat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpagazat_LinkClicked);
     //
     // navBarItemEmpXRepEmpAll
     //
     this.navBarItemEmpXRepEmpAll.Caption = "سجل شئون العاملين";
     this.navBarItemEmpXRepEmpAll.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpAll.Name = "navBarItemEmpXRepEmpAll";
     this.navBarItemEmpXRepEmpAll.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpAll.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpAll_LinkClicked);
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير 2";
     this.navBarGroup7.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "تقارير 3";
     this.navBarGroup8.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير 4";
     this.navBarGroup9.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarItemEmpDeployRpt
     //
     this.navBarItemEmpDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemEmpDeployRpt.LargeImageIndex = 5;
     this.navBarItemEmpDeployRpt.Name = "navBarItemEmpDeployRpt";
     this.navBarItemEmpDeployRpt.SmallImageIndex = 5;
     this.navBarItemEmpDeployRpt.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemDeployRpt_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.controlContainer2);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.ID = new System.Guid("d8711011-1b74-442f-bb9b-8102c8bf9f50");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPQuery.Size = new System.Drawing.Size(192, 451);
     this.DPQuery.TabsScroll = true;
     this.DPQuery.Text = "استعلامات";
     //
     // controlContainer2
     //
     this.controlContainer2.Controls.Add(this.navBarControlQry);
     this.controlContainer2.Location = new System.Drawing.Point(0, 0);
     this.controlContainer2.Name = "controlContainer2";
     this.controlContainer2.Size = new System.Drawing.Size(192, 451);
     this.controlContainer2.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.LargeImages = this.imageCollection32;
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlQry.Size = new System.Drawing.Size(192, 451);
     this.navBarControlQry.SmallImages = this.imageCollection32;
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 9;
     this.navBarControlQry.Text = "navBarControl1";
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 17;
     this.barEditItem1.Name = "barEditItem1";
     //
     // repositoryItemComboBoxSkins
     //
     this.repositoryItemComboBoxSkins.AutoHeight = false;
     this.repositoryItemComboBoxSkins.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBoxSkins.Name = "repositoryItemComboBoxSkins";
     //
     // navBarItemEmpXRepEmpDetail
     //
     this.navBarItemEmpXRepEmpDetail.Caption = "بيان حاله";
     this.navBarItemEmpXRepEmpDetail.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpDetail.Name = "navBarItemEmpXRepEmpDetail";
     this.navBarItemEmpXRepEmpDetail.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpDetail.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpDetail_LinkClicked);
     //
     // MainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(984, 662);
     this.Controls.Add(this.panelContainer2);
     this.Controls.Add(this.panelContainer1);
     this.Controls.Add(this.panelContainer3);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "MainFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Employee";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
     this.Load += new System.EventHandler(this.MainFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.panelContainer3.ResumeLayout(false);
     this.DPSkins.ResumeLayout(false);
     this.controlContainer6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).EndInit();
     this.galleryControlSkins.ResumeLayout(false);
     this.DPResult.ResumeLayout(false);
     this.controlContainer5.ResumeLayout(false);
     this.panelContainer1.ResumeLayout(false);
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.DPData.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPPriv.ResumeLayout(false);
     this.controlContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     this.panelContainer2.ResumeLayout(false);
     this.DPReport.ResumeLayout(false);
     this.controlContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.controlContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).EndInit();
     this.ResumeLayout(false);
 }
Пример #27
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmPDWXZ));
     this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barBtnSave = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnRefreshData = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnDaochuExcel = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnClose = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.BcobYear = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     this.SuspendLayout();
     //
     // fpSpread1
     //
     this.fpSpread1.AccessibleDescription = "fpSpread1";
     this.fpSpread1.Location = new System.Drawing.Point(0, 28);
     this.fpSpread1.Name = "fpSpread1";
     this.fpSpread1.Size = new System.Drawing.Size(612, 446);
     this.fpSpread1.TabIndex = 9;
     tipAppearance1.BackColor = System.Drawing.SystemColors.Info;
     tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText;
     this.fpSpread1.TextTipAppearance = tipAppearance1;
     this.fpSpread1.ActiveSheetIndex = -1;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "保存.ico");
     this.imageList1.Images.SetKeyName(1, "布局.ico");
     this.imageList1.Images.SetKeyName(2, "查询.ico");
     this.imageList1.Images.SetKeyName(3, "打回重新编.ico");
     this.imageList1.Images.SetKeyName(4, "打印.ico");
     this.imageList1.Images.SetKeyName(5, "发送.ico");
     this.imageList1.Images.SetKeyName(6, "工具.ico");
     this.imageList1.Images.SetKeyName(7, "关闭1.ico");
     this.imageList1.Images.SetKeyName(8, "关闭.ico");
     this.imageList1.Images.SetKeyName(9, "角色.ico");
     this.imageList1.Images.SetKeyName(10, "删除.ico");
     this.imageList1.Images.SetKeyName(11, "审核.ico");
     this.imageList1.Images.SetKeyName(12, "审批.ico");
     this.imageList1.Images.SetKeyName(13, "授权.ico");
     this.imageList1.Images.SetKeyName(14, "刷新.ico");
     this.imageList1.Images.SetKeyName(15, "添加同级.ico");
     this.imageList1.Images.SetKeyName(16, "添加下级.ico");
     this.imageList1.Images.SetKeyName(17, "新建.ico");
     this.imageList1.Images.SetKeyName(18, "修改.ico");
     this.imageList1.Images.SetKeyName(19, "作废.ico");
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barBtnSave,
     this.barBtnRefreshData,
     this.barBtnDaochuExcel,
     this.barBtnClose,
     this.BcobYear,
     this.barStaticItem1});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 9;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemComboBox1,
     this.repositoryItemComboBox2});
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnRefreshData, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnDaochuExcel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barStaticItem1, "", true, false, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Caption),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.BcobYear, "", false, true, true, 73)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barBtnSave
     //
     this.barBtnSave.Caption = "保存";
     this.barBtnSave.Id = 0;
     this.barBtnSave.ImageIndex = 0;
     this.barBtnSave.Name = "barBtnSave";
     this.barBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSave_ItemClick);
     //
     // barBtnRefreshData
     //
     this.barBtnRefreshData.Caption = "更新数据";
     this.barBtnRefreshData.Id = 1;
     this.barBtnRefreshData.ImageIndex = 14;
     this.barBtnRefreshData.Name = "barBtnRefreshData";
     this.barBtnRefreshData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefreshData_ItemClick);
     //
     // barBtnDaochuExcel
     //
     this.barBtnDaochuExcel.Caption = "导出";
     this.barBtnDaochuExcel.Id = 2;
     this.barBtnDaochuExcel.ImageIndex = 5;
     this.barBtnDaochuExcel.Name = "barBtnDaochuExcel";
     this.barBtnDaochuExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDaochuExcel_ItemClick);
     //
     // barBtnClose
     //
     this.barBtnClose.Caption = "关闭";
     this.barBtnClose.Id = 3;
     this.barBtnClose.ImageIndex = 7;
     this.barBtnClose.Name = "barBtnClose";
     this.barBtnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnClose_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Caption = "现状年份:";
     this.barStaticItem1.Id = 7;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // BcobYear
     //
     this.BcobYear.Caption = "XZyear";
     this.BcobYear.Edit = this.repositoryItemComboBox1;
     this.BcobYear.Id = 5;
     this.BcobYear.Name = "BcobYear";
     this.BcobYear.EditValueChanged += new System.EventHandler(this.BcobYear_EditValueChanged);
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemComboBox2
     //
     this.repositoryItemComboBox2.AutoHeight = false;
     this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
     //
     // FrmPDWXZ
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(612, 473);
     this.Controls.Add(this.fpSpread1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FrmPDWXZ";
     this.Text = "FrmPDWXZ";
     this.Load += new System.EventHandler(this.FrmPDWXZ_Load);
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).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();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition1 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition2 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition3 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition4 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition5 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition6 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition7 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition8 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition9 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition10 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition11 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition12 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition13 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition14 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition15 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition pivotGridStyleFormatCondition16 = new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition();
     this.calcAPOSVsTargetDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcAPOSVsTargetMonth = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcINVVsTargetDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcINVVsTargetMonth = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcNPSVsTargetDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcNPSVsTargetMonth = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcDSVsTargetDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.calcDSVsTargetMonth = new DevExpress.XtraPivotGrid.PivotGridField();
     this.repositoryItemTextEditPers = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEditf2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.popupMenuMain = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barHeaderItem1 = new DevExpress.XtraBars.BarHeaderItem();
     this.bbiStartDate = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.barHeaderItem2 = new DevExpress.XtraBars.BarHeaderItem();
     this.bbiEndDate = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemDateEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.bbiGetData = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bbiExport = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
     this.pivotGridControlMain = new DevExpress.XtraPivotGrid.PivotGridControl();
     this.pro0001BindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.dsNMQry = new NestleICSales.DataSources.dsQry();
     this.fieldRouteNumber1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldRouteName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldSupervisor1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldRouteBrand1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPlantSalesDistrict1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPlantName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldPlantBaseName1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldDistributionChannel1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldAPOSLD = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetAPOSDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldAPOS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetAPOS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldINVLD = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetINVDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldINV = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetINV = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldNPSLD = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetNPSDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldNPS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetNPS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldDSLD1 = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetDSDay = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldDS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.fieldTargetDS = new DevExpress.XtraPivotGrid.PivotGridField();
     this.dxValidationProviderMain = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     this.pro_0001TableAdapter = new NestleICSales.DataSources.dsQryTableAdapters.Pro_0001TableAdapter();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditPers)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditf2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControlMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pro0001BindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsNMQry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).BeginInit();
     this.SuspendLayout();
     //
     // calcAPOSVsTargetDay
     //
     this.calcAPOSVsTargetDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcAPOSVsTargetDay.AreaIndex = 2;
     this.calcAPOSVsTargetDay.Caption = "APOS Vs Target LD";
     this.calcAPOSVsTargetDay.EmptyCellText = "0";
     this.calcAPOSVsTargetDay.EmptyValueText = "0";
     this.calcAPOSVsTargetDay.GrandTotalCellFormat.FormatString = "p";
     this.calcAPOSVsTargetDay.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcAPOSVsTargetDay.Name = "calcAPOSVsTargetDay";
     this.calcAPOSVsTargetDay.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcAPOSVsTargetDay.UnboundExpression = "([APOSLD] * 1.0) / [TargetAPOSDay]";
     this.calcAPOSVsTargetDay.UnboundFieldName = "calcAPOSVsTarget";
     this.calcAPOSVsTargetDay.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcAPOSVsTargetMonth
     //
     this.calcAPOSVsTargetMonth.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcAPOSVsTargetMonth.AreaIndex = 5;
     this.calcAPOSVsTargetMonth.Caption = "APOS Vs Target MTD";
     this.calcAPOSVsTargetMonth.EmptyCellText = "0";
     this.calcAPOSVsTargetMonth.EmptyValueText = "0";
     this.calcAPOSVsTargetMonth.GrandTotalCellFormat.FormatString = "p";
     this.calcAPOSVsTargetMonth.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcAPOSVsTargetMonth.Name = "calcAPOSVsTargetMonth";
     this.calcAPOSVsTargetMonth.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcAPOSVsTargetMonth.UnboundExpression = "([APOS] * 1.0) / [TargetAPOS]";
     this.calcAPOSVsTargetMonth.UnboundFieldName = "calcAPOSVsTargetMonth";
     this.calcAPOSVsTargetMonth.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcINVVsTargetDay
     //
     this.calcINVVsTargetDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcINVVsTargetDay.AreaIndex = 8;
     this.calcINVVsTargetDay.Caption = "INV Vs Target LD";
     this.calcINVVsTargetDay.EmptyCellText = "0";
     this.calcINVVsTargetDay.EmptyValueText = "0";
     this.calcINVVsTargetDay.GrandTotalCellFormat.FormatString = "p";
     this.calcINVVsTargetDay.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcINVVsTargetDay.Name = "calcINVVsTargetDay";
     this.calcINVVsTargetDay.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcINVVsTargetDay.UnboundExpression = "([INVLD] * 1.0) / [TargetINVDay]";
     this.calcINVVsTargetDay.UnboundFieldName = "calcINVVsTargetDay";
     this.calcINVVsTargetDay.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcINVVsTargetMonth
     //
     this.calcINVVsTargetMonth.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcINVVsTargetMonth.AreaIndex = 11;
     this.calcINVVsTargetMonth.Caption = "INV Vs Target MTD";
     this.calcINVVsTargetMonth.EmptyCellText = "0";
     this.calcINVVsTargetMonth.EmptyValueText = "0";
     this.calcINVVsTargetMonth.GrandTotalCellFormat.FormatString = "p";
     this.calcINVVsTargetMonth.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcINVVsTargetMonth.Name = "calcINVVsTargetMonth";
     this.calcINVVsTargetMonth.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcINVVsTargetMonth.UnboundExpression = "([INV] * 1.0) / [TargetINV]";
     this.calcINVVsTargetMonth.UnboundFieldName = "calcINVVsTargetMonth";
     this.calcINVVsTargetMonth.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcNPSVsTargetDay
     //
     this.calcNPSVsTargetDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcNPSVsTargetDay.AreaIndex = 14;
     this.calcNPSVsTargetDay.Caption = "NPS Vs Target LD";
     this.calcNPSVsTargetDay.EmptyCellText = "0";
     this.calcNPSVsTargetDay.EmptyValueText = "0";
     this.calcNPSVsTargetDay.GrandTotalCellFormat.FormatString = "p";
     this.calcNPSVsTargetDay.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcNPSVsTargetDay.Name = "calcNPSVsTargetDay";
     this.calcNPSVsTargetDay.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcNPSVsTargetDay.UnboundExpression = "([NPSLD] * 1.0) / [TargetNPSDay]";
     this.calcNPSVsTargetDay.UnboundFieldName = "calcNPSVsTargetDay";
     this.calcNPSVsTargetDay.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcNPSVsTargetMonth
     //
     this.calcNPSVsTargetMonth.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcNPSVsTargetMonth.AreaIndex = 17;
     this.calcNPSVsTargetMonth.Caption = "NPS Vs Target MTD";
     this.calcNPSVsTargetMonth.EmptyCellText = "0";
     this.calcNPSVsTargetMonth.EmptyValueText = "0";
     this.calcNPSVsTargetMonth.GrandTotalCellFormat.FormatString = "p";
     this.calcNPSVsTargetMonth.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcNPSVsTargetMonth.Name = "calcNPSVsTargetMonth";
     this.calcNPSVsTargetMonth.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcNPSVsTargetMonth.UnboundExpression = "([NPS] * 1.0) / [TargetNPS]";
     this.calcNPSVsTargetMonth.UnboundFieldName = "calcNPSVsTargetMonth";
     this.calcNPSVsTargetMonth.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcDSVsTargetDay
     //
     this.calcDSVsTargetDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcDSVsTargetDay.AreaIndex = 20;
     this.calcDSVsTargetDay.Caption = "DS Vs Target LD";
     this.calcDSVsTargetDay.EmptyCellText = "0";
     this.calcDSVsTargetDay.EmptyValueText = "0";
     this.calcDSVsTargetDay.GrandTotalCellFormat.FormatString = "p";
     this.calcDSVsTargetDay.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcDSVsTargetDay.Name = "calcDSVsTargetDay";
     this.calcDSVsTargetDay.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcDSVsTargetDay.UnboundExpression = "([DSLD] * 1.0) / [TargetDSDay]";
     this.calcDSVsTargetDay.UnboundFieldName = "calcDSVsTargetDay";
     this.calcDSVsTargetDay.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // calcDSVsTargetMonth
     //
     this.calcDSVsTargetMonth.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.calcDSVsTargetMonth.AreaIndex = 23;
     this.calcDSVsTargetMonth.Caption = "DS Vs Target MTD";
     this.calcDSVsTargetMonth.EmptyCellText = "0";
     this.calcDSVsTargetMonth.EmptyValueText = "0";
     this.calcDSVsTargetMonth.GrandTotalCellFormat.FormatString = "p";
     this.calcDSVsTargetMonth.GrandTotalCellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.calcDSVsTargetMonth.Name = "calcDSVsTargetMonth";
     this.calcDSVsTargetMonth.SummaryType = DevExpress.Data.PivotGrid.PivotSummaryType.Average;
     this.calcDSVsTargetMonth.UnboundExpression = "([DS] * 1.0) / [TargetDS]";
     this.calcDSVsTargetMonth.UnboundFieldName = "calcDSVsTargetMonth";
     this.calcDSVsTargetMonth.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // repositoryItemTextEditPers
     //
     this.repositoryItemTextEditPers.AutoHeight = false;
     this.repositoryItemTextEditPers.EditFormat.FormatString = "P1";
     this.repositoryItemTextEditPers.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditPers.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
     this.repositoryItemTextEditPers.Mask.EditMask = "P1";
     this.repositoryItemTextEditPers.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditPers.Mask.UseMaskAsDisplayFormat = true;
     this.repositoryItemTextEditPers.Name = "repositoryItemTextEditPers";
     //
     // repositoryItemTextEditf2
     //
     this.repositoryItemTextEditf2.AutoHeight = false;
     this.repositoryItemTextEditf2.DisplayFormat.FormatString = "f2";
     this.repositoryItemTextEditf2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEditf2.Mask.EditMask = "f2";
     this.repositoryItemTextEditf2.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEditf2.Name = "repositoryItemTextEditf2";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // popupMenuMain
     //
     this.popupMenuMain.Manager = this.barManagerMain;
     this.popupMenuMain.Name = "popupMenuMain";
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.bbiExport,
     this.bbiStartDate,
     this.barHeaderItem1,
     this.bbiGetData,
     this.barHeaderItem2,
     this.bbiEndDate});
     this.barManagerMain.MaxItemId = 12;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemDateEdit1,
     this.repositoryItemDateEdit2,
     this.repositoryItemDateEdit3});
     //
     // bar1
     //
     this.bar1.BarName = "Main";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barHeaderItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiStartDate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barHeaderItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiEndDate),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.bbiGetData, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.bbiExport)});
     this.bar1.Text = "Custom 2";
     //
     // barHeaderItem1
     //
     this.barHeaderItem1.Caption = "Start Date";
     this.barHeaderItem1.Id = 3;
     this.barHeaderItem1.Name = "barHeaderItem1";
     //
     // bbiStartDate
     //
     this.bbiStartDate.Caption = "Start Date";
     this.bbiStartDate.Edit = this.repositoryItemDateEdit1;
     this.bbiStartDate.Id = 2;
     this.bbiStartDate.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.D1));
     this.bbiStartDate.Name = "bbiStartDate";
     this.bbiStartDate.Width = 120;
     //
     // repositoryItemDateEdit1
     //
     this.repositoryItemDateEdit1.AutoHeight = false;
     this.repositoryItemDateEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
     //
     // barHeaderItem2
     //
     this.barHeaderItem2.Caption = "EndDate";
     this.barHeaderItem2.Id = 10;
     this.barHeaderItem2.Name = "barHeaderItem2";
     //
     // bbiEndDate
     //
     this.bbiEndDate.Caption = "End Date";
     this.bbiEndDate.Edit = this.repositoryItemDateEdit3;
     this.bbiEndDate.Id = 11;
     this.bbiEndDate.Name = "bbiEndDate";
     this.bbiEndDate.Width = 120;
     //
     // repositoryItemDateEdit3
     //
     this.repositoryItemDateEdit3.AutoHeight = false;
     this.repositoryItemDateEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit3.Name = "repositoryItemDateEdit3";
     //
     // bbiGetData
     //
     this.bbiGetData.Caption = "Get Data";
     this.bbiGetData.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.bbiGetData.Glyph = global::NestleICSales.Properties.Resources.apply_16x16;
     this.bbiGetData.Id = 9;
     this.bbiGetData.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.G));
     this.bbiGetData.Name = "bbiGetData";
     this.bbiGetData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiGetData_ItemClick);
     //
     // bbiExport
     //
     this.bbiExport.Caption = "Export";
     this.bbiExport.Glyph = global::NestleICSales.Properties.Resources.Export;
     this.bbiExport.Id = 1;
     this.bbiExport.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
     this.bbiExport.Name = "bbiExport";
     this.bbiExport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbiExport_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1132, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 311);
     this.barDockControlBottom.Size = new System.Drawing.Size(1132, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 280);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1132, 31);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 280);
     //
     // repositoryItemDateEdit2
     //
     this.repositoryItemDateEdit2.AutoHeight = false;
     this.repositoryItemDateEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemDateEdit2.Name = "repositoryItemDateEdit2";
     //
     // pivotGridControlMain
     //
     this.pivotGridControlMain.DataSource = this.pro0001BindingSource;
     this.pivotGridControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pivotGridControlMain.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
     this.fieldRouteNumber1,
     this.fieldRouteName1,
     this.fieldSupervisor1,
     this.fieldRouteBrand1,
     this.fieldPlantSalesDistrict1,
     this.fieldPlantName1,
     this.fieldPlantBaseName1,
     this.fieldDistributionChannel1,
     this.fieldAPOSLD,
     this.fieldTargetAPOSDay,
     this.fieldAPOS,
     this.fieldTargetAPOS,
     this.fieldINVLD,
     this.fieldTargetINVDay,
     this.fieldINV,
     this.fieldTargetINV,
     this.fieldNPSLD,
     this.fieldTargetNPSDay,
     this.fieldNPS,
     this.fieldTargetNPS,
     this.fieldDSLD1,
     this.fieldTargetDSDay,
     this.fieldDS,
     this.fieldTargetDS,
     this.calcAPOSVsTargetDay,
     this.calcAPOSVsTargetMonth,
     this.calcINVVsTargetDay,
     this.calcINVVsTargetMonth,
     this.calcNPSVsTargetDay,
     this.calcNPSVsTargetMonth,
     this.calcDSVsTargetDay,
     this.calcDSVsTargetMonth});
     pivotGridStyleFormatCondition1.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition1.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition1.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition1.Field = this.calcAPOSVsTargetDay;
     pivotGridStyleFormatCondition1.FieldName = "calcAPOSVsTargetDay";
     pivotGridStyleFormatCondition1.Value1 = "1";
     pivotGridStyleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition2.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition2.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition2.Field = this.calcAPOSVsTargetDay;
     pivotGridStyleFormatCondition2.FieldName = "calcAPOSVsTargetDay";
     pivotGridStyleFormatCondition2.Value1 = "1";
     pivotGridStyleFormatCondition3.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition3.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition3.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition3.Field = this.calcAPOSVsTargetMonth;
     pivotGridStyleFormatCondition3.FieldName = "calcAPOSVsTargetMonth";
     pivotGridStyleFormatCondition3.Value1 = "1";
     pivotGridStyleFormatCondition4.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition4.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition4.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition4.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition4.Field = this.calcAPOSVsTargetMonth;
     pivotGridStyleFormatCondition4.FieldName = "calcAPOSVsTargetMonth";
     pivotGridStyleFormatCondition4.Value1 = "1";
     pivotGridStyleFormatCondition5.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition5.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition5.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition5.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition5.Field = this.calcINVVsTargetDay;
     pivotGridStyleFormatCondition5.FieldName = "calcINVVsTargetDay";
     pivotGridStyleFormatCondition5.Value1 = "1";
     pivotGridStyleFormatCondition6.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition6.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition6.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition6.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition6.Field = this.calcINVVsTargetDay;
     pivotGridStyleFormatCondition6.FieldName = "calcINVVsTargetDay";
     pivotGridStyleFormatCondition6.Value1 = "1";
     pivotGridStyleFormatCondition7.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition7.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition7.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition7.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition7.Field = this.calcINVVsTargetMonth;
     pivotGridStyleFormatCondition7.FieldName = "calcINVVsTargetMonth";
     pivotGridStyleFormatCondition7.Value1 = "1";
     pivotGridStyleFormatCondition8.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition8.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition8.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition8.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition8.Field = this.calcINVVsTargetMonth;
     pivotGridStyleFormatCondition8.FieldName = "calcINVVsTargetMonth";
     pivotGridStyleFormatCondition8.Value1 = "1";
     pivotGridStyleFormatCondition9.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition9.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition9.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition9.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition9.Field = this.calcNPSVsTargetDay;
     pivotGridStyleFormatCondition9.FieldName = "calcNPSVsTargetDay";
     pivotGridStyleFormatCondition9.Value1 = "1";
     pivotGridStyleFormatCondition10.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition10.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition10.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition10.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition10.Field = this.calcNPSVsTargetDay;
     pivotGridStyleFormatCondition10.FieldName = "calcNPSVsTargetDay";
     pivotGridStyleFormatCondition10.Value1 = "1";
     pivotGridStyleFormatCondition11.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition11.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition11.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition11.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition11.Field = this.calcNPSVsTargetMonth;
     pivotGridStyleFormatCondition11.FieldName = "calcNPSVsTargetMonth";
     pivotGridStyleFormatCondition11.Value1 = "1";
     pivotGridStyleFormatCondition12.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition12.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition12.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition12.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition12.Field = this.calcNPSVsTargetMonth;
     pivotGridStyleFormatCondition12.FieldName = "calcNPSVsTargetMonth";
     pivotGridStyleFormatCondition12.Value1 = "1";
     pivotGridStyleFormatCondition13.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition13.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition13.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition13.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition13.Field = this.calcDSVsTargetDay;
     pivotGridStyleFormatCondition13.FieldName = "calcDSVsTargetDay";
     pivotGridStyleFormatCondition13.Value1 = "1";
     pivotGridStyleFormatCondition14.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition14.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition14.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition14.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition14.Field = this.calcDSVsTargetDay;
     pivotGridStyleFormatCondition14.FieldName = "calcDSVsTargetDay";
     pivotGridStyleFormatCondition14.Value1 = "1";
     pivotGridStyleFormatCondition15.Appearance.BackColor = System.Drawing.Color.Red;
     pivotGridStyleFormatCondition15.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition15.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition15.Condition = DevExpress.XtraGrid.FormatConditionEnum.Less;
     pivotGridStyleFormatCondition15.Field = this.calcDSVsTargetMonth;
     pivotGridStyleFormatCondition15.FieldName = "calcDSVsTargetMonth";
     pivotGridStyleFormatCondition15.Value1 = "1";
     pivotGridStyleFormatCondition16.Appearance.BackColor = System.Drawing.Color.Green;
     pivotGridStyleFormatCondition16.Appearance.BackColor2 = System.Drawing.Color.White;
     pivotGridStyleFormatCondition16.Appearance.Options.UseBackColor = true;
     pivotGridStyleFormatCondition16.Condition = DevExpress.XtraGrid.FormatConditionEnum.GreaterOrEqual;
     pivotGridStyleFormatCondition16.Field = this.calcDSVsTargetMonth;
     pivotGridStyleFormatCondition16.FieldName = "calcDSVsTargetMonth";
     pivotGridStyleFormatCondition16.Value1 = "1";
     this.pivotGridControlMain.FormatConditions.AddRange(new DevExpress.XtraPivotGrid.PivotGridStyleFormatCondition[] {
     pivotGridStyleFormatCondition1,
     pivotGridStyleFormatCondition2,
     pivotGridStyleFormatCondition3,
     pivotGridStyleFormatCondition4,
     pivotGridStyleFormatCondition5,
     pivotGridStyleFormatCondition6,
     pivotGridStyleFormatCondition7,
     pivotGridStyleFormatCondition8,
     pivotGridStyleFormatCondition9,
     pivotGridStyleFormatCondition10,
     pivotGridStyleFormatCondition11,
     pivotGridStyleFormatCondition12,
     pivotGridStyleFormatCondition13,
     pivotGridStyleFormatCondition14,
     pivotGridStyleFormatCondition15,
     pivotGridStyleFormatCondition16});
     this.pivotGridControlMain.Location = new System.Drawing.Point(0, 31);
     this.pivotGridControlMain.Name = "pivotGridControlMain";
     this.pivotGridControlMain.OptionsPrint.PrintColumnHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridControlMain.OptionsPrint.PrintDataHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridControlMain.OptionsPrint.PrintFilterHeaders = DevExpress.Utils.DefaultBoolean.False;
     this.pivotGridControlMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEditPers});
     this.pivotGridControlMain.Size = new System.Drawing.Size(1132, 280);
     this.pivotGridControlMain.TabIndex = 9;
     //
     // pro0001BindingSource
     //
     this.pro0001BindingSource.DataMember = "Pro_0001";
     this.pro0001BindingSource.DataSource = this.dsNMQry;
     //
     // dsNMQry
     //
     this.dsNMQry.DataSetName = "dsNMQry";
     this.dsNMQry.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // fieldRouteNumber1
     //
     this.fieldRouteNumber1.AreaIndex = 0;
     this.fieldRouteNumber1.Caption = "Route Number";
     this.fieldRouteNumber1.FieldName = "RouteNumber";
     this.fieldRouteNumber1.Name = "fieldRouteNumber1";
     //
     // fieldRouteName1
     //
     this.fieldRouteName1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldRouteName1.AreaIndex = 1;
     this.fieldRouteName1.Caption = "Route Name";
     this.fieldRouteName1.FieldName = "RouteName";
     this.fieldRouteName1.Name = "fieldRouteName1";
     //
     // fieldSupervisor1
     //
     this.fieldSupervisor1.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
     this.fieldSupervisor1.AreaIndex = 0;
     this.fieldSupervisor1.Caption = "Supervisor";
     this.fieldSupervisor1.FieldName = "Supervisor";
     this.fieldSupervisor1.Name = "fieldSupervisor1";
     //
     // fieldRouteBrand1
     //
     this.fieldRouteBrand1.AreaIndex = 1;
     this.fieldRouteBrand1.Caption = "Route Brand";
     this.fieldRouteBrand1.FieldName = "RouteBrand";
     this.fieldRouteBrand1.Name = "fieldRouteBrand1";
     //
     // fieldPlantSalesDistrict1
     //
     this.fieldPlantSalesDistrict1.AreaIndex = 2;
     this.fieldPlantSalesDistrict1.Caption = "Plant Sales District";
     this.fieldPlantSalesDistrict1.FieldName = "PlantSalesDistrict";
     this.fieldPlantSalesDistrict1.Name = "fieldPlantSalesDistrict1";
     //
     // fieldPlantName1
     //
     this.fieldPlantName1.AreaIndex = 3;
     this.fieldPlantName1.Caption = "Plant Name";
     this.fieldPlantName1.FieldName = "PlantName";
     this.fieldPlantName1.Name = "fieldPlantName1";
     //
     // fieldPlantBaseName1
     //
     this.fieldPlantBaseName1.AreaIndex = 4;
     this.fieldPlantBaseName1.Caption = "Plant Base Name";
     this.fieldPlantBaseName1.FieldName = "PlantBaseName";
     this.fieldPlantBaseName1.Name = "fieldPlantBaseName1";
     //
     // fieldDistributionChannel1
     //
     this.fieldDistributionChannel1.AreaIndex = 5;
     this.fieldDistributionChannel1.Caption = "Distribution Channel";
     this.fieldDistributionChannel1.FieldName = "DistributionChannel";
     this.fieldDistributionChannel1.Name = "fieldDistributionChannel1";
     //
     // fieldAPOSLD
     //
     this.fieldAPOSLD.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldAPOSLD.AreaIndex = 0;
     this.fieldAPOSLD.Caption = "APOS LD";
     this.fieldAPOSLD.CellFormat.FormatString = "f2";
     this.fieldAPOSLD.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldAPOSLD.EmptyCellText = "0";
     this.fieldAPOSLD.EmptyValueText = "0";
     this.fieldAPOSLD.FieldName = "APOSLD";
     this.fieldAPOSLD.Name = "fieldAPOSLD";
     //
     // fieldTargetAPOSDay
     //
     this.fieldTargetAPOSDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetAPOSDay.AreaIndex = 1;
     this.fieldTargetAPOSDay.Caption = "APOS Target LD";
     this.fieldTargetAPOSDay.CellFormat.FormatString = "f2";
     this.fieldTargetAPOSDay.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetAPOSDay.EmptyCellText = "0";
     this.fieldTargetAPOSDay.EmptyValueText = "0";
     this.fieldTargetAPOSDay.FieldName = "TargetAPOSDay";
     this.fieldTargetAPOSDay.Name = "fieldTargetAPOSDay";
     //
     // fieldAPOS
     //
     this.fieldAPOS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldAPOS.AreaIndex = 3;
     this.fieldAPOS.Caption = "APOS MTD";
     this.fieldAPOS.CellFormat.FormatString = "f2";
     this.fieldAPOS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldAPOS.EmptyCellText = "0";
     this.fieldAPOS.EmptyValueText = "0";
     this.fieldAPOS.FieldName = "APOS";
     this.fieldAPOS.Name = "fieldAPOS";
     //
     // fieldTargetAPOS
     //
     this.fieldTargetAPOS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetAPOS.AreaIndex = 4;
     this.fieldTargetAPOS.Caption = "APOS Target MTD";
     this.fieldTargetAPOS.CellFormat.FormatString = "f2";
     this.fieldTargetAPOS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetAPOS.EmptyCellText = "0";
     this.fieldTargetAPOS.EmptyValueText = "0";
     this.fieldTargetAPOS.FieldName = "TargetAPOS";
     this.fieldTargetAPOS.Name = "fieldTargetAPOS";
     //
     // fieldINVLD
     //
     this.fieldINVLD.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldINVLD.AreaIndex = 6;
     this.fieldINVLD.Caption = "INV LD";
     this.fieldINVLD.CellFormat.FormatString = "f2";
     this.fieldINVLD.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldINVLD.EmptyCellText = "0";
     this.fieldINVLD.EmptyValueText = "0";
     this.fieldINVLD.FieldName = "INVLD";
     this.fieldINVLD.Name = "fieldINVLD";
     //
     // fieldTargetINVDay
     //
     this.fieldTargetINVDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetINVDay.AreaIndex = 7;
     this.fieldTargetINVDay.Caption = "INV Target LD";
     this.fieldTargetINVDay.CellFormat.FormatString = "f2";
     this.fieldTargetINVDay.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetINVDay.EmptyCellText = "0";
     this.fieldTargetINVDay.EmptyValueText = "0";
     this.fieldTargetINVDay.FieldName = "TargetINVDay";
     this.fieldTargetINVDay.Name = "fieldTargetINVDay";
     //
     // fieldINV
     //
     this.fieldINV.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldINV.AreaIndex = 9;
     this.fieldINV.Caption = "INV MTD";
     this.fieldINV.CellFormat.FormatString = "f2";
     this.fieldINV.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldINV.EmptyCellText = "0";
     this.fieldINV.EmptyValueText = "0";
     this.fieldINV.FieldName = "INV";
     this.fieldINV.Name = "fieldINV";
     //
     // fieldTargetINV
     //
     this.fieldTargetINV.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetINV.AreaIndex = 10;
     this.fieldTargetINV.Caption = "INV Target MTD";
     this.fieldTargetINV.CellFormat.FormatString = "f2";
     this.fieldTargetINV.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetINV.EmptyCellText = "0";
     this.fieldTargetINV.EmptyValueText = "0";
     this.fieldTargetINV.FieldName = "TargetINV";
     this.fieldTargetINV.Name = "fieldTargetINV";
     //
     // fieldNPSLD
     //
     this.fieldNPSLD.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldNPSLD.AreaIndex = 12;
     this.fieldNPSLD.Caption = "NPS LD";
     this.fieldNPSLD.CellFormat.FormatString = "f2";
     this.fieldNPSLD.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldNPSLD.EmptyCellText = "0";
     this.fieldNPSLD.EmptyValueText = "0";
     this.fieldNPSLD.FieldName = "NPSLD";
     this.fieldNPSLD.Name = "fieldNPSLD";
     //
     // fieldTargetNPSDay
     //
     this.fieldTargetNPSDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetNPSDay.AreaIndex = 13;
     this.fieldTargetNPSDay.Caption = "NPS Target LD";
     this.fieldTargetNPSDay.CellFormat.FormatString = "f2";
     this.fieldTargetNPSDay.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetNPSDay.EmptyCellText = "0";
     this.fieldTargetNPSDay.EmptyValueText = "0";
     this.fieldTargetNPSDay.FieldName = "TargetNPSDay";
     this.fieldTargetNPSDay.Name = "fieldTargetNPSDay";
     //
     // fieldNPS
     //
     this.fieldNPS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldNPS.AreaIndex = 15;
     this.fieldNPS.Caption = "NPS MTD";
     this.fieldNPS.CellFormat.FormatString = "f2";
     this.fieldNPS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldNPS.EmptyCellText = "0";
     this.fieldNPS.EmptyValueText = "0";
     this.fieldNPS.FieldName = "NPS";
     this.fieldNPS.Name = "fieldNPS";
     //
     // fieldTargetNPS
     //
     this.fieldTargetNPS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetNPS.AreaIndex = 16;
     this.fieldTargetNPS.Caption = "NPS Target MTD";
     this.fieldTargetNPS.CellFormat.FormatString = "f2";
     this.fieldTargetNPS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetNPS.EmptyCellText = "0";
     this.fieldTargetNPS.EmptyValueText = "0";
     this.fieldTargetNPS.FieldName = "TargetNPS";
     this.fieldTargetNPS.Name = "fieldTargetNPS";
     //
     // fieldDSLD1
     //
     this.fieldDSLD1.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldDSLD1.AreaIndex = 18;
     this.fieldDSLD1.Caption = "DS LD";
     this.fieldDSLD1.CellFormat.FormatString = "f2";
     this.fieldDSLD1.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldDSLD1.EmptyCellText = "0";
     this.fieldDSLD1.EmptyValueText = "0";
     this.fieldDSLD1.FieldName = "DSLD";
     this.fieldDSLD1.Name = "fieldDSLD1";
     //
     // fieldTargetDSDay
     //
     this.fieldTargetDSDay.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetDSDay.AreaIndex = 19;
     this.fieldTargetDSDay.Caption = "DS Target LD";
     this.fieldTargetDSDay.CellFormat.FormatString = "f2";
     this.fieldTargetDSDay.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetDSDay.EmptyCellText = "0";
     this.fieldTargetDSDay.EmptyValueText = "0";
     this.fieldTargetDSDay.FieldName = "TargetDSDay";
     this.fieldTargetDSDay.Name = "fieldTargetDSDay";
     //
     // fieldDS
     //
     this.fieldDS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldDS.AreaIndex = 21;
     this.fieldDS.Caption = "DS MTD";
     this.fieldDS.CellFormat.FormatString = "f2";
     this.fieldDS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldDS.EmptyCellText = "0";
     this.fieldDS.EmptyValueText = "0";
     this.fieldDS.FieldName = "DS";
     this.fieldDS.Name = "fieldDS";
     //
     // fieldTargetDS
     //
     this.fieldTargetDS.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
     this.fieldTargetDS.AreaIndex = 22;
     this.fieldTargetDS.Caption = "DS Target MTD";
     this.fieldTargetDS.CellFormat.FormatString = "f2";
     this.fieldTargetDS.CellFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.fieldTargetDS.EmptyCellText = "0";
     this.fieldTargetDS.EmptyValueText = "0";
     this.fieldTargetDS.FieldName = "TargetDS";
     this.fieldTargetDS.Name = "fieldTargetDS";
     //
     // pro_0001TableAdapter
     //
     this.pro_0001TableAdapter.ClearBeforeFill = true;
     //
     // QryPro_0001BFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1132, 311);
     this.Controls.Add(this.pivotGridControlMain);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = global::NestleICSales.Properties.Resources.Qry16;
     this.Name = "QryPro_0001BFrm";
     this.Text = "Actual KPI Vs Target";
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditPers)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEditf2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotGridControlMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pro0001BindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dsNMQry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProviderMain)).EndInit();
     this.ResumeLayout(false);
 }
Пример #29
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();
     this.gridControl1                 = new DevExpress.XtraGrid.GridControl();
     this.gridView1                    = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.barManager1                  = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop            = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom         = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft           = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight          = new DevExpress.XtraBars.BarDockControl();
     this.barEditItem1                 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.popupMenu1                   = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     this.SuspendLayout();
     //
     // gridControl1
     //
     this.gridControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(557, 309);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.MouseUp    += new System.Windows.Forms.MouseEventHandler(this.gridView1_MouseUp);
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barEditItem1
     });
     this.barManager1.MaxItemId = 1;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemImageComboBox1
     });
     //
     // barEditItem1
     //
     this.barEditItem1.Caption           = "Category:";
     this.barEditItem1.Edit              = this.repositoryItemImageComboBox1;
     this.barEditItem1.Id                = 0;
     this.barEditItem1.Name              = "barEditItem1";
     this.barEditItem1.Width             = 150;
     this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1)
     });
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name    = "popupMenu1";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(557, 309);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #30
0
 public void        LinkListToColumn(AppNonListEnum listName, DevExpress.XtraBars.BarEditItem col)
 {
     col.Edit = FindList(listName);
 }
Пример #31
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();
     this.comboBoxEdit1           = new DevExpress.XtraEditors.ComboBoxEdit();
     this.simpleButton1           = new DevExpress.XtraEditors.SimpleButton();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.dataTable1              = new System.Data.DataTable();
     this.dataColumn1             = new System.Data.DataColumn();
     this.persistentRepository1   = new DevExpress.XtraEditors.Repository.PersistentRepository(this.components);
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.gridView1            = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colDay               = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barEditItem1         = new DevExpress.XtraBars.BarEditItem();
     this.barDockControlTop    = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft   = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight  = new DevExpress.XtraBars.BarDockControl();
     this.dataSet1             = new System.Data.DataSet();
     this.simpleButton2        = new DevExpress.XtraEditors.SimpleButton();
     this.bindingSource1       = new System.Windows.Forms.BindingSource(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     this.SuspendLayout();
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(8, 32);
     this.comboBoxEdit1.Name     = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEdit1.Size     = new System.Drawing.Size(208, 20);
     this.comboBoxEdit1.TabIndex = 0;
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(367, 32);
     this.simpleButton1.Name     = "simpleButton1";
     this.simpleButton1.Size     = new System.Drawing.Size(168, 23);
     this.simpleButton1.TabIndex = 1;
     this.simpleButton1.Text     = "Set Day Index 1";
     this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
     //
     // gridControl1
     //
     this.gridControl1.DataSource         = this.bindingSource1;
     this.gridControl1.ExternalRepository = this.persistentRepository1;
     this.gridControl1.Location           = new System.Drawing.Point(8, 64);
     this.gridControl1.MainView           = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(325, 208);
     this.gridControl1.TabIndex = 2;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // dataTable1
     //
     this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
         this.dataColumn1
     });
     this.dataTable1.TableName = "Table1";
     //
     // dataColumn1
     //
     this.dataColumn1.ColumnName = "Day";
     //
     // persistentRepository1
     //
     this.persistentRepository1.Items.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemComboBox1
     });
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemComboBox1.Items.AddRange(new object[] {
         "Sunday",
         "Monday",
         "Tuesday",
         "Wednesday",
         "Thursday",
         "Friday",
         "Saturday"
     });
     this.repositoryItemComboBox1.Name          = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colDay
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // colDay
     //
     this.colDay.Caption      = "Day";
     this.colDay.ColumnEdit   = this.repositoryItemComboBox1;
     this.colDay.FieldName    = "Day";
     this.colDay.Name         = "colDay";
     this.colDay.Visible      = true;
     this.colDay.VisibleIndex = 0;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
         this.bar1
     });
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.ExternalRepository = this.persistentRepository1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.barEditItem1
     });
     this.barManager1.MaxItemId = 2;
     //
     // bar1
     //
     this.bar1.BarName   = "Custom 1";
     this.bar1.DockCol   = 0;
     this.bar1.DockRow   = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem1, "", false, true, true, 201)
     });
     this.bar1.Text = "Custom 1";
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "barEditItem1";
     this.barEditItem1.Edit    = this.repositoryItemComboBox1;
     this.barEditItem1.Id      = 0;
     this.barEditItem1.Name    = "barEditItem1";
     //
     // dataSet1
     //
     this.dataSet1.DataSetName = "NewDataSet";
     this.dataSet1.Locale      = new System.Globalization.CultureInfo("en-US");
     this.dataSet1.Tables.AddRange(new System.Data.DataTable[] {
         this.dataTable1
     });
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(367, 61);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(168, 23);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text     = "Get Selected Day and Index";
     this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
     //
     // bindingSource1
     //
     this.bindingSource1.DataMember = "Table1";
     this.bindingSource1.DataSource = this.dataSet1;
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(545, 280);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.comboBoxEdit1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name  = "Form1";
     this.Text  = "Form1";
     this.Load += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataSet1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     this.ResumeLayout(false);
 }
Пример #32
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHistoryDL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7 = new DevExpress.XtraBars.BarCheckItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem12,
     this.barButtonItem13,
     this.barSubItem2,
     this.barButtonItem15,
     this.barButtonItem16,
     this.barCheckItem1,
     this.barEditItem1,
     this.barCheckItem2,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barCheckItem5,
     this.barCheckItem6,
     this.barCheckItem7,
     this.barButtonItem14});
     this.barManager1.MaxItemId = 91;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1});
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem14, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 13;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "���һ������";
     this.barButtonItem7.Id = 59;
     this.barButtonItem7.ImageIndex = 15;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "����ӷ���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 16;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ���";
     this.barButtonItem3.Id = 56;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ɾ������";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 10;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "Ĭ��������";
     this.barButtonItem10.Id = 62;
     this.barButtonItem10.ImageIndex = 13;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Hint = "����һλ";
     this.barButtonItem13.Id = 65;
     this.barButtonItem13.ImageIndex = 20;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Hint = "����һλ";
     this.barButtonItem12.Id = 64;
     this.barButtonItem12.ImageIndex = 21;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��������";
     this.barButtonItem9.Id = 61;
     this.barButtonItem9.ImageIndex = 3;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "�趨���";
     this.barButtonItem4.Id = 57;
     this.barButtonItem4.ImageIndex = 1;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���ݿ���";
     this.barButtonItem5.Id = 58;
     this.barButtonItem5.ImageIndex = 11;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "�����������";
     this.barButtonItem8.Id = 60;
     this.barButtonItem8.ImageIndex = 10;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "ͳ��";
     this.barSubItem2.Id = 68;
     this.barSubItem2.ImageIndex = 9;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem15),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem16)});
     this.barSubItem2.Name = "barSubItem2";
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����ҵ�õ����";
     this.barButtonItem15.Id = 71;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "��ᾭ�ü��õ����";
     this.barButtonItem16.Id = 72;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1100, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 729);
     this.barDockControlBottom.Size = new System.Drawing.Size(1100, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 695);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1100, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 695);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     this.imageList1.Images.SetKeyName(20, "FillUpHS.png");
     this.imageList1.Images.SetKeyName(21, "FillDownHS.png");
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Id = 63;
     this.barButtonItem11.Name = "barButtonItem11";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Id = 81;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 82;
     this.barEditItem1.Name = "barEditItem1";
     //
     // barCheckItem2
     //
     this.barCheckItem2.Id = 83;
     this.barCheckItem2.Name = "barCheckItem2";
     //
     // barCheckItem3
     //
     this.barCheckItem3.Id = 84;
     this.barCheckItem3.Name = "barCheckItem3";
     //
     // barCheckItem4
     //
     this.barCheckItem4.Id = 85;
     this.barCheckItem4.Name = "barCheckItem4";
     //
     // barCheckItem5
     //
     this.barCheckItem5.Id = 86;
     this.barCheckItem5.Name = "barCheckItem5";
     //
     // barCheckItem6
     //
     this.barCheckItem6.Id = 87;
     this.barCheckItem6.Name = "barCheckItem6";
     //
     // barCheckItem7
     //
     this.barCheckItem7.Id = 88;
     this.barCheckItem7.Name = "barCheckItem7";
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1100, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.chart_user1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1100, 689);
     this.splitContainerControl2.SplitterPosition = 309;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.AllowDrop = true;
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.DragNodes = true;
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1100, 374);
     this.treeList1.TabIndex = 1;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.FocusedColumnChanged += new DevExpress.XtraTreeList.FocusedColumnChangedEventHandler(this.treeList1_FocusedColumnChanged);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(1100, 309);
     this.chart_user1.TabIndex = 0;
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "�ر�";
     this.barButtonItem14.Id = 90;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick_1);
     //
     // FormHistoryDL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1100, 729);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormHistoryDL";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
            this.repositoryItemImageComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
            this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
            this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemImageComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.BarButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            this.PopupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PopupMenu1)).BeginInit();
            this.SuspendLayout();
            // 
            // repositoryItemImageComboBox3
            // 
            this.repositoryItemImageComboBox3.AutoHeight = false;
            this.repositoryItemImageComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox3.Name = "repositoryItemImageComboBox3";
            // 
            // barMdiChildrenListItem1
            // 
            this.barMdiChildrenListItem1.Caption = "Windows";
            this.barMdiChildrenListItem1.Id = 1;
            this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
            // 
            // barAndDockingController1
            // 
            this.barAndDockingController1.LookAndFeel.UseDefaultLookAndFeel = false;
            this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
            // 
            // repositoryItemImageComboBox1
            // 
            this.repositoryItemImageComboBox1.AutoHeight = false;
            this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "Page Image Position";
            this.barEditItem3.Edit = this.repositoryItemImageComboBox3;
            this.barEditItem3.Id = 7;
            this.barEditItem3.Name = "barEditItem3";
            this.barEditItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
            this.barEditItem3.EditValueChanged += new System.EventHandler(this.barEditItem3_EditValueChanged);
            // 
            // barManager1
            // 
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar1,
            this.bar2});
            this.barManager1.Controller = this.barAndDockingController1;
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem1,
            this.barMdiChildrenListItem1,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem3,
            this.barEditItem4,
            this.BarButtonItem2});
            this.barManager1.MaxItemId = 10;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemImageComboBox1,
            this.repositoryItemImageComboBox2,
            this.repositoryItemImageComboBox3,
            this.repositoryItemImageComboBox4});
            // 
            // bar1
            // 
            this.bar1.BarName = "barWindows";
            this.bar1.DockCol = 0;
            this.bar1.DockRow = 0;
            this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar1.FloatLocation = new System.Drawing.Point(42, 179);
            this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barMdiChildrenListItem1)});
            this.bar1.Text = "Windows";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Add New Form";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // bar2
            // 
            this.bar2.BarName = "barOptions";
            this.bar2.DockCol = 0;
            this.bar2.DockRow = 1;
            this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar2.FloatLocation = new System.Drawing.Point(40, 210);
            this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem1, "", false, true, true, 85),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem2, "", false, true, true, 87),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem3, "", false, true, true, 85),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barEditItem4, "", false, true, true, 81)});
            this.bar2.Text = "Options";
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "Header Location";
            this.barEditItem1.Edit = this.repositoryItemImageComboBox1;
            this.barEditItem1.Id = 5;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
            this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "Header Orientation";
            this.barEditItem2.Edit = this.repositoryItemImageComboBox2;
            this.barEditItem2.Id = 6;
            this.barEditItem2.Name = "barEditItem2";
            this.barEditItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
            this.barEditItem2.EditValueChanged += new System.EventHandler(this.barEditItem2_EditValueChanged);
            // 
            // repositoryItemImageComboBox2
            // 
            this.repositoryItemImageComboBox2.AutoHeight = false;
            this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "Header AutoFill";
            this.barEditItem4.Edit = this.repositoryItemImageComboBox4;
            this.barEditItem4.Id = 8;
            this.barEditItem4.Name = "barEditItem4";
            this.barEditItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
            this.barEditItem4.EditValueChanged += new System.EventHandler(this.barEditItem4_EditValueChanged);
            // 
            // repositoryItemImageComboBox4
            // 
            this.repositoryItemImageComboBox4.AutoHeight = false;
            this.repositoryItemImageComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemImageComboBox4.Name = "repositoryItemImageComboBox4";
            // 
            // barDockControlTop
            // 
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(776, 50);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 310);
            this.barDockControlBottom.Size = new System.Drawing.Size(776, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 50);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 260);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(776, 50);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 260);
            // 
            // BarButtonItem2
            // 
            this.BarButtonItem2.Caption = "BarButtonItem2";
            this.BarButtonItem2.Id = 9;
            this.BarButtonItem2.Name = "BarButtonItem2";
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
            this.imageList1.Images.SetKeyName(0, "");
            this.imageList1.Images.SetKeyName(1, "");
            this.imageList1.Images.SetKeyName(2, "");
            this.imageList1.Images.SetKeyName(3, "");
            this.imageList1.Images.SetKeyName(4, "");
            this.imageList1.Images.SetKeyName(5, "");
            // 
            // xtraTabbedMdiManager1
            // 
            this.xtraTabbedMdiManager1.Controller = this.barAndDockingController1;
            this.xtraTabbedMdiManager1.MdiParent = this;
            this.xtraTabbedMdiManager1.PageAdded += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.xtraTabbedMdiManager1_PageAdded);
            
            this.xtraTabbedMdiManager1.PageRemoved += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.xtraTabbedMdiManager1_PageRemoved);
            // 
            // PopupMenu1
            // 
            this.PopupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.BarButtonItem2)});
            this.PopupMenu1.Manager = this.barManager1;
            this.PopupMenu1.Name = "PopupMenu1";
            // 
            // Form1
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(776, 310);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.IsMdiContainer = true;
            this.Name = "Form1";
            this.Text = "TabbedMDI (CS code)";
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PopupMenu1)).EndInit();
            this.ResumeLayout(false);

		}