/// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::sample_2_17.SplashScreen1), true, true);
     this.label1 = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 2000;
     //
     // label1
     //
     this.label1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 18F);
     this.label1.Location  = new System.Drawing.Point(0, 0);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(840, 506);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Separate Form";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // SeparateForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(840, 506);
     this.Controls.Add(this.label1);
     this.Name          = "SeparateForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "SeparateForm";
     this.ResumeLayout(false);
 }
Exemple #2
0
        public MainForm()
        {
            splashScreenMgr = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(SplashScreen), true, true);
            InitializeComponent();
            DevExpress.XtraBars.Helpers.SkinHelper.InitSkinGallery(rgbiSkins, true);
            rgbiSkins.GalleryItemClick += new GalleryItemClickEventHandler(rgbiSkins_GalleryItemClick);

            try
            {
                Program.Option.Load();
                InitEditViewOperator();
                m_EditViewOperater.RefreshResourceTree(false);
                ProjectDoc.Instance.LoadProjectsDescriptions();
                ProjectDoc.Instance.CreateProject(false);
                m_EditViewOperater.RefreshProjectTree();
                m_EditViewOperater.ConfirmSelectCurrentViewport();

                ststrbViewScale.Edit.EditValueChanging        += new DevExpress.XtraEditors.Controls.ChangingEventHandler(ststrbViewScale_EditValueChanging);
                OperationHistory.Instance.CurOperationChanged += new OperationHistory.Delegate_OnOperationChanged(RefreshOnCurOperationChanged);
            }
            catch (System.Exception ex)
            {
                MessageBox.Show(ex.Message + ex.StackTrace);
            }
        }
Exemple #3
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
            this.panel1 = new System.Windows.Forms.Panel();
            this.tileControl1 = new DevExpress.XtraEditors.TileControl();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Location = new System.Drawing.Point(33, 43);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(175, 100);
            this.panel1.TabIndex = 0;
            // 
            // tileControl1
            // 
            this.tileControl1.Location = new System.Drawing.Point(97, 172);
            this.tileControl1.Name = "tileControl1";
            this.tileControl1.Size = new System.Drawing.Size(75, 23);
            this.tileControl1.TabIndex = 1;
            this.tileControl1.Text = "tileControl1";
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(247, 255);
            this.Controls.Add(this.tileControl1);
            this.Controls.Add(this.panel1);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }
Exemple #4
0
        public MainForm()
        {
            Instance = this;
            if (Program.IsLoginJudgeMode)
            {
                splashScreenMgr = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(SplashScreen_Judge), true, true);
            }
            else
            {
                splashScreenMgr = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(SplashScreen), true, true);
            }
            InitializeComponent();
            DevExpress.XtraBars.Helpers.SkinHelper.InitSkinGallery(rgbiSkins, true);
            rgbiSkins.GalleryItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(rgbiSkins_GalleryItemClick);

            ProjectDoc.Instance.IsCooperatingEditMode = true;
            Program.Option.Load();
            Program.JudgementSet.Load();
            InitEditViewOperator();
            trvResources.Nodes.Clear();
            trvProject.Nodes.Clear();
            trvStudentGroup.Nodes.Clear();
            m_ViewportItems = new BarCheckItem[] { icViewport1, icViewport2, icViewport3, icViewport4 };
            OperationHistory.Instance.CurOperationChanged += new OperationHistory.Delegate_OnOperationChanged(RefreshOnCurOperationChanged);
            OperationHistory.Instance.NewOperationPushed  += new OperationHistory.Delegate_OnOperationChanged(OperattionHistory_NewOperationPushed);
            OperationHistory.Instance.AfterUndoOperation  += new OperationHistory.Delegate_OnOperationChanged(OperattionHistory_AfterOperationUndo);
            OperationHistory.Instance.AfterRedoOperation  += new OperationHistory.Delegate_OnOperationChanged(OperattionHistory_NewOperationPushed);

            icAnimElement.Visibility = BarItemVisibility.Never;
            IsElementNodeSelected    = false;
        }
        private void barBtnXuatBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (Object.Equals(objPhong, null))
            {
                XtraMessageBox.Show("Chưa chọn phòng!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            if (Object.Equals(objPhong.id, Guid.Empty))
            {
                XtraMessageBox.Show("Chưa chọn phòng!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            String strViTri = "[Không Rõ]";
            if (!Object.Equals(objPhong.vitri, null))
                strViTri = objPhong.vitri.coso != null ? objPhong.vitri.coso.ten + (objPhong.vitri.day != null ? " - " + objPhong.vitri.day.ten + (objPhong.vitri.tang != null ? " - " + objPhong.vitri.tang.ten : "") : "") : "";
            if (Object.Equals(listCTThietBis, null))
            {
                XtraMessageBox.Show(String.Format("Phòng {0} ({1}) chưa có thiết bị!", objPhong.ten, strViTri), "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                return;
            }
            else
            {
                if (listCTThietBis.Count > 0)
                {
                    try
                    {
                        DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.WaitForm1), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                        splashScreenManager_Report.ShowWaitForm();
                        splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                        splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                        XtraReport_Template _XtraReport_Template = new XtraReport_Template(SHARED.Libraries.ReportHelper.FillDatasetFromGrid(gridViewCTThietBi), gridViewCTThietBi, barCheckItemLandscape.Checked);
                        _XtraReport_Template.SetTitleText(String.Format("Danh Sách Thiết Bị Tại Phòng: {0} ({1})", objPhong.ten, strViTri));
                        if (barCheckItemThietKe.Checked)
                        {
                            ReportDesignTool designTool = new ReportDesignTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            designTool.ShowDesignerDialog();

                            ReportPrintTool printTool = new ReportPrintTool(designTool.Report);
                            printTool.ShowPreviewDialog();
                        }
                        else
                        {
                            ReportPrintTool printTool = new ReportPrintTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                    }
                    catch
                    {
                        XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else
                {
                    XtraMessageBox.Show(String.Format("Phòng {0} ({1}) chưa có thiết bị!", objPhong.ten, strViTri), "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                }
            }
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     this.btnShowWaitForm = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // btnShowWaitForm
     //
     this.btnShowWaitForm.Location = new System.Drawing.Point(12, 12);
     this.btnShowWaitForm.Name     = "btnShowWaitForm";
     this.btnShowWaitForm.Size     = new System.Drawing.Size(128, 31);
     this.btnShowWaitForm.TabIndex = 0;
     this.btnShowWaitForm.Text     = "Show Wait Form";
     this.btnShowWaitForm.Click   += new System.EventHandler(this.btnShowWaitForm_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(616, 463);
     this.Controls.Add(this.btnShowWaitForm);
     this.Name = "Form1";
     this.Text = "Form1";
     this.ResumeLayout(false);
 }
Exemple #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     this.btnShowSplashScreen = new DevExpress.XtraEditors.SimpleButton();
     this.SuspendLayout();
     //
     // btnShowSplashScreen
     //
     this.btnShowSplashScreen.Location = new System.Drawing.Point(22, 12);
     this.btnShowSplashScreen.Name     = "btnShowSplashScreen";
     this.btnShowSplashScreen.Size     = new System.Drawing.Size(145, 32);
     this.btnShowSplashScreen.TabIndex = 0;
     this.btnShowSplashScreen.Text     = "Show Splash Screen";
     this.btnShowSplashScreen.Click   += new System.EventHandler(this.btnShowSplashScreen_Click);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(732, 428);
     this.Controls.Add(this.btnShowSplashScreen);
     this.Name        = "Form1";
     this.Text        = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.ResumeLayout(false);
 }
Exemple #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::MAIN.SplashScreen1), true, true, true);
     this.pnMain = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 1500;
     //
     // pnMain
     //
     this.pnMain.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnMain.Location = new System.Drawing.Point(0, 0);
     this.pnMain.Name     = "pnMain";
     this.pnMain.Size     = new System.Drawing.Size(1283, 749);
     this.pnMain.TabIndex = 0;
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1283, 749);
     this.Controls.Add(this.pnMain);
     this.Name        = "Main";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.Form1_Load);
     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(Form1));
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ModEnvioCorreo.SplashScreen1), true, true, true);
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.barbtnModEnvios = new DevExpress.XtraBars.BarButtonItem();
        public DlgAgentReportRequest(string orgcode)
        {
            InitializeComponent();
            this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TicketMan.Backoffice.Desktop.WaitForm1), true, true);

            _orgcode = orgcode;
        }
Exemple #11
0
 public void ShowWaitForm()
 {
     if (System.ComponentModel.LicenseManager.UsageMode != System.ComponentModel.LicenseUsageMode.Designtime)
     {
         this.splashScreenManagerMain = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Vision.WinForm.Template.frmWait), true, true, true);
         this.splashScreenManagerMain.ShowWaitForm();
     }
 }
Exemple #12
0
 public static void iWaitForm(this DevExpress.XtraSplashScreen.SplashScreenManager spmg)
 {
     if (spmg.IsSplashFormVisible)
     {
         spmg.CloseWaitForm();
     }
     else
     {
         spmg.ShowWaitForm();
     }
 }
        private void barBtnXuatBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (Object.Equals(_ViTriHienTai, null))
            {
                XtraMessageBox.Show("Chưa chọn vị trí!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            if (Object.Equals(listPhong, null))
            {
                XtraMessageBox.Show("Không có phòng!", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                return;
            }
            else
            {
                String strViTri = _ViTriHienTai.coso != null ? _ViTriHienTai.coso.ten + (_ViTriHienTai.day != null ? " - " + _ViTriHienTai.day.ten + (_ViTriHienTai.tang != null ? " - " + _ViTriHienTai.tang.ten : "") : "") : "";
                if (listPhong.Count > 0)
                {
                    try
                    {
                        DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.WaitForm1), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                        splashScreenManager_Report.ShowWaitForm();
                        splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                        splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                        XtraReport_Template _XtraReport_Template = new XtraReport_Template(SHARED.Libraries.ReportHelper.FillDatasetFromGrid(gridViewPhong), gridViewPhong, barCheckItemLandscape.Checked);
                        _XtraReport_Template.SetTitleText("Danh Sách Phòng Tại: " + strViTri);
                        if (barCheckItemThietKe.Checked)
                        {
                            ReportDesignTool designTool = new ReportDesignTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            designTool.ShowDesignerDialog();

                            ReportPrintTool printTool = new ReportPrintTool(designTool.Report);
                            printTool.ShowPreviewDialog();
                        }
                        else
                        {
                            ReportPrintTool printTool = new ReportPrintTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                    }
                    catch
                    {
                        XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else
                {
                    strViTri = "[" + strViTri + "]";
                    XtraMessageBox.Show(strViTri + " không có phòng!", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                }
            }
        }
        public DlgChangeLoginPassword(string login, long userid, string siteslug, bool ischanginglogin)
        {
            InitializeComponent();
            this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TicketMan.Backoffice.Desktop.WaitForm1), true, true);

            txtLoginOld.Text = login;
            _userid          = userid;
            _ischanginglogin = ischanginglogin;
            _siteslug        = siteslug;

            SetInitialDesign();
        }
Exemple #15
0
 private void OpenSplashScreen(Type screenType, Form frm)
 {
     bgWorker = new BackgroundWorker();
     if (bgWorker.IsBusy != true)
     {
         SplashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(frm, screenType, true, true);
         if (!SplashScreenManager.IsSplashFormVisible)
         {
             SplashScreenManager.ShowWaitForm();
         }
     }
 }
Exemple #16
0
 public void CloseWaitForm()
 {
     if (System.ComponentModel.LicenseManager.UsageMode != System.ComponentModel.LicenseUsageMode.Designtime)
     {
         if (this.splashScreenManagerMain == null)
         {
             return;
         }
         this.splashScreenManagerMain.CloseWaitForm();
         this.splashScreenManagerMain.Dispose();
         this.splashScreenManagerMain = null;
     }
 }
Exemple #17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent( )
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     this.SuspendLayout();
     //
     // XtraForm1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 262);
     this.Name = "XtraForm1";
     this.Text = "XtraForm1";
     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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Framework.Base.App.resolve.SplashScreen1), true, true);
            this.panelTop = new System.Windows.Forms.Panel();
            this.OwnerControl = new System.Windows.Forms.Panel();
            this.SuspendLayout();
            // 
            // splashScreenManager1
            // 
            splashScreenManager1.ClosingDelay = 500;
            // 
            // panelTop
            // 
            this.panelTop.BackColor = System.Drawing.Color.Transparent;
            this.panelTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelTop.Location = new System.Drawing.Point(0, 0);
            this.panelTop.Name = "panelTop";
            this.panelTop.Size = new System.Drawing.Size(1280, 80);
            this.panelTop.TabIndex = 0;
            // 
            // panelBody
            // 
            this.OwnerControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.OwnerControl.Location = new System.Drawing.Point(0, 80);
            this.OwnerControl.Name = "OwnerControl";
            this.OwnerControl.Size = new System.Drawing.Size(1280, 640);
            this.OwnerControl.TabIndex = 1;
            // 
            // AppView
            // 
            this.Appearance.BackColor = System.Drawing.Color.White;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1280, 720);
            this.ControlBox = false;
            this.Controls.Add(this.OwnerControl);
            this.Controls.Add(this.panelTop);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Name = "AppView";
            this.ShowIcon = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "AppView";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.ResumeLayout(false);

        }
Exemple #19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DACN_UD_Hoc_KHo_CTK37.GUI.WaitForm), true, true);
     this.picE          = new DevExpress.XtraEditors.PictureEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     ((System.ComponentModel.ISupportInitialize)(this.picE.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // picE
     //
     this.picE.Dock                = System.Windows.Forms.DockStyle.Fill;
     this.picE.Enabled             = false;
     this.picE.Location            = new System.Drawing.Point(0, 0);
     this.picE.Name                = "picE";
     this.picE.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
     this.picE.Size                = new System.Drawing.Size(1350, 721);
     this.picE.TabIndex            = 0;
     //
     // labelControl1
     //
     this.labelControl1.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.labelControl1.Appearance.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Location        = new System.Drawing.Point(621, 211);
     this.labelControl1.Name            = "labelControl1";
     this.labelControl1.Size            = new System.Drawing.Size(226, 19);
     this.labelControl1.TabIndex        = 1;
     this.labelControl1.Text            = "ỨNG DỤNG HỌC TIẾNG K\'HO";
     //
     // FrmWecome
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1350, 721);
     this.Controls.Add(this.picE);
     this.Controls.Add(this.labelControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FrmWecome";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.Text            = "Ứng dụng học ngôn ngữ";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.picE.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager dxSplashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
     this.SuspendLayout();
     //
     // dxSplashScreenManager
     //
     dxSplashScreenManager.ClosingDelay = 500;
     //
     // ucSplashScreenManager
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Name = "ucSplashScreenManager";
     this.Size = new System.Drawing.Size(267, 59);
     this.ResumeLayout(false);
 }
Exemple #21
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Framework.Base.App.resolve.SplashScreen1), true, true);
     this.panelTop     = new System.Windows.Forms.Panel();
     this.OwnerControl = new System.Windows.Forms.Panel();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 500;
     //
     // panelTop
     //
     this.panelTop.BackColor = System.Drawing.Color.Transparent;
     this.panelTop.Dock      = System.Windows.Forms.DockStyle.Top;
     this.panelTop.Location  = new System.Drawing.Point(0, 0);
     this.panelTop.Name      = "panelTop";
     this.panelTop.Size      = new System.Drawing.Size(1280, 80);
     this.panelTop.TabIndex  = 0;
     //
     // panelBody
     //
     this.OwnerControl.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.OwnerControl.Location = new System.Drawing.Point(0, 80);
     this.OwnerControl.Name     = "OwnerControl";
     this.OwnerControl.Size     = new System.Drawing.Size(1280, 640);
     this.OwnerControl.TabIndex = 1;
     //
     // AppView
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(1280, 720);
     this.ControlBox    = false;
     this.Controls.Add(this.OwnerControl);
     this.Controls.Add(this.panelTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "AppView";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "AppView";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.ResumeLayout(false);
 }
        private void barBtnXuatBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (Object.Equals(NhanVienPTs, null))
            {
                XtraMessageBox.Show("Chưa có nhân viên phụ trách", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            if (NhanVienPTs.Count > 0)
            {
                try
                {
                    DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.WaitForm1), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                    splashScreenManager_Report.ShowWaitForm();
                    splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                    splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                    XtraReport_Template _XtraReport_Template = new XtraReport_Template(SHARED.Libraries.ReportHelper.FillDatasetFromGrid(gridViewNhanVien), gridViewNhanVien, barCheckItemLandscape.Checked, false);
                    _XtraReport_Template.SetTitleText("Danh Sách Nhân Viên Phụ Trách");
                    if (barCheckItemThietKe.Checked)
                    {
                        ReportDesignTool designTool = new ReportDesignTool(_XtraReport_Template);
                        splashScreenManager_Report.CloseWaitForm();
                        designTool.ShowDesignerDialog();

                        ReportPrintTool printTool = new ReportPrintTool(designTool.Report);
                        printTool.ShowPreviewDialog();
                    }
                    else
                    {
                        ReportPrintTool printTool = new ReportPrintTool(_XtraReport_Template);
                        splashScreenManager_Report.CloseWaitForm();
                        printTool.ShowPreviewDialog();
                    }
                }
                catch
                {
                    XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                }
            }
            else
            {
                XtraMessageBox.Show("Chưa có nhân viên phụ trách", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Error);
            }
        }
Exemple #23
0
        private void wizardControl1_SelectedPageChanged(object sender, WizardPageChangedEventArgs e)
        {
            if (e.Page == pageCreateDatabase)
            {
                Splash = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(Waiting.Wait), true, true);
                Splash.WaitForSplashFormClose();
                if (!Splash.IsSplashFormVisible)
                {
                    Splash.ShowWaitForm();
                }

                do_SQLSettings();
                if (DataBaseControl)
                {
                    e.Page.AllowNext = true;
                    do_CreateTable();
                    if (Splash.IsSplashFormVisible)
                    {
                        Splash.CloseWaitForm();
                    }
                }
                else
                {
                    e.Page.AllowNext = false;
                    do_CreateDatabese();

                    if (Splash.IsSplashFormVisible)
                    {
                        Splash.CloseWaitForm();
                    }
                }
            }
            if (e.Page == pageLisansDemo)
            {
                dt_RecordDate.EditValue = DateTime.Now;
            }
        }
Exemple #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();
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true, typeof(System.Windows.Forms.UserControl));
     this.dashboardViewer1 = new DevExpress.DashboardWin.DashboardViewer(this.components);
     this.timerDashboard   = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dashboardViewer1)).BeginInit();
     this.SuspendLayout();
     //
     // dashboardViewer1
     //
     this.dashboardViewer1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.dashboardViewer1.Location = new System.Drawing.Point(0, 0);
     this.dashboardViewer1.Name     = "dashboardViewer1";
     this.dashboardViewer1.Size     = new System.Drawing.Size(150, 150);
     this.dashboardViewer1.TabIndex = 1;
     this.dashboardViewer1.Load    += new System.EventHandler(this.dashboardViewer1_Load);
     //
     // timerDashboard
     //
     this.timerDashboard.Tick += new System.EventHandler(this.timerDashboard_Tick);
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 500;
     //
     // DashboardPanel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.dashboardViewer1);
     this.Name  = "DashboardPanel";
     this.Load += new System.EventHandler(this.DashboardPanel_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dashboardViewer1)).EndInit();
     this.ResumeLayout(false);
 }
Exemple #25
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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::fftcatcher.SplashScreen1), true, true);
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup1 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem1 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem2 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem3 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem4 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem5 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem6 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup2 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem7 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem8 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem9 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem10 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem11 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem12 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem13 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem14 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem15 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem16 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem17 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem18 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem19 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem20 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem21 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem22 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem23 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup3 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem24 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem25 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem26 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup4 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem27 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem28 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup5 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem29 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem30 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem31 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem32 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup6 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem33 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem34 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem35 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem36 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem37 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem38 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem39 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup7 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem40 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem41 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem42 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem43 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem44 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem45 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem46 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem47 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem48 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem49 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem50 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup8 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem51 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem52 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem53 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem54 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem55 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem56 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem57 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem58 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem59 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup9 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem60 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem61 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem62 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem63 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem64 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem65 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem66 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem67 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem68 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup10 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem69 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem70 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem71 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem72 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup11 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem73 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem74 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem75 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem76 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup12 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem77 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem78 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem79 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem80 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem81 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup13 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem82 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem83 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup14 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem84 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem85 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem86 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem87 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup15 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem88 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem89 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem90 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup16 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem91 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem92 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem93 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem94 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup17 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem95 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem96 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem97 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem98 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup18 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem99 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem100 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem101 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem102 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup19 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem103 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem104 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem105 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem106 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup20 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem107 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem108 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem109 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem110 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem111 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem112 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup21 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem113 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup22 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem114 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem115 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup23 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem116 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem117 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup24 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem118 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem119 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup25 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem120 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem121 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem122 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup26 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem123 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem124 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem125 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup27 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem126 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem127 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem128 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup28 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem129 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem130 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem131 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup29 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem132 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem133 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem134 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup30 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem135 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem136 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem137 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup31 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem138 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem139 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem140 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup32 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem141 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem142 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem143 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem144 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem145 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup33 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem146 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem147 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup34 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem148 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem149 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem150 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem151 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup35 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem152 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem153 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem154 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup36 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem155 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem156 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem157 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem158 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem159 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem160 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem161 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem162 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem163 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem164 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem165 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem166 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup37 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem167 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem168 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem169 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem170 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem171 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem172 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem173 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup38 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem174 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem175 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem176 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem177 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem178 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup39 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem179 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem180 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem181 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup spreadsheetCommandGalleryItemGroup40 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItemGroup();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem182 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem183 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem184 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem185 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem spreadsheetCommandGalleryItem186 = new DevExpress.XtraSpreadsheet.UI.SpreadsheetCommandGalleryItem();
            this.commandBarGalleryDropDown21 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.iHelp = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.siStatus = new DevExpress.XtraBars.BarStaticItem();
            this.siInfo = new DevExpress.XtraBars.BarStaticItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            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.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageSkins = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.repositoryItemFontEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemFontEdit();
            this.repositoryItemSpreadsheetFontSizeEdit1 = new DevExpress.XtraSpreadsheet.Design.RepositoryItemSpreadsheetFontSizeEdit();
            this.repositoryItemPopupGalleryEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupGalleryEdit();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.commandBarGalleryDropDown1 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown2 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown3 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown4 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown5 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown6 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown7 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown8 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown9 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown10 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown11 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown12 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown13 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown14 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown15 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown16 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown17 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown18 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown19 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown20 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown22 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown23 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.commandBarGalleryDropDown24 = new DevExpress.XtraBars.Commands.CommandBarGalleryDropDown(this.components);
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.pictureEditPattern = new DevExpress.XtraEditors.PictureEdit();
            this.propertyGridControl1 = new DevExpress.XtraVerticalGrid.PropertyGridControl();
            this.pictureEditFile = new DevExpress.XtraEditors.PictureEdit();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown21)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpreadsheetFontSizeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupGalleryEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown11)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown12)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown13)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown14)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown15)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown16)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown17)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown18)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown19)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown20)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown22)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown23)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown24)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditPattern.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditFile.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // commandBarGalleryDropDown21
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown21.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup1.Caption = "Gradient Fill";
            spreadsheetCommandGalleryItemGroup1.CommandName = "ConditionalFormattingDataBarsGradientFillCommandGroup";
            spreadsheetCommandGalleryItem1.Caption = "Blue Data Bar (Gradient)";
            spreadsheetCommandGalleryItem1.CommandName = "ConditionalFormattingDataBarGradientBlue";
            spreadsheetCommandGalleryItem1.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem1.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem2.Caption = "Green Data Bar (Gradient)";
            spreadsheetCommandGalleryItem2.CommandName = "ConditionalFormattingDataBarGradientGreen";
            spreadsheetCommandGalleryItem2.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem2.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem3.Caption = "Red Data Bar (Gradient)";
            spreadsheetCommandGalleryItem3.CommandName = "ConditionalFormattingDataBarGradientRed";
            spreadsheetCommandGalleryItem3.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem3.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem4.Caption = "Orange Data Bar (Gradient)";
            spreadsheetCommandGalleryItem4.CommandName = "ConditionalFormattingDataBarGradientOrange";
            spreadsheetCommandGalleryItem4.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem4.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem5.Caption = "Light Blue Data Bar (Gradient)";
            spreadsheetCommandGalleryItem5.CommandName = "ConditionalFormattingDataBarGradientLightBlue";
            spreadsheetCommandGalleryItem5.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem5.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem6.Caption = "Purple Data Bar (Gradient)";
            spreadsheetCommandGalleryItem6.CommandName = "ConditionalFormattingDataBarGradientPurple";
            spreadsheetCommandGalleryItem6.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem6.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem1,
            spreadsheetCommandGalleryItem2,
            spreadsheetCommandGalleryItem3,
            spreadsheetCommandGalleryItem4,
            spreadsheetCommandGalleryItem5,
            spreadsheetCommandGalleryItem6});
            spreadsheetCommandGalleryItemGroup2.Caption = "Solid Fill";
            spreadsheetCommandGalleryItemGroup2.CommandName = "ConditionalFormattingDataBarsSolidFillCommandGroup";
            spreadsheetCommandGalleryItem7.Caption = "Blue Data Bar (Solid)";
            spreadsheetCommandGalleryItem7.CommandName = "ConditionalFormattingDataBarSolidBlue";
            spreadsheetCommandGalleryItem7.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem7.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem8.Caption = "Green Data Bar (Solid)";
            spreadsheetCommandGalleryItem8.CommandName = "ConditionalFormattingDataBarSolidGreen";
            spreadsheetCommandGalleryItem8.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem8.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem9.Caption = "Red Data Bar (Solid)";
            spreadsheetCommandGalleryItem9.CommandName = "ConditionalFormattingDataBarSolidRed";
            spreadsheetCommandGalleryItem9.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem9.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem10.Caption = "Orange Data Bar (Solid)";
            spreadsheetCommandGalleryItem10.CommandName = "ConditionalFormattingDataBarSolidOrange";
            spreadsheetCommandGalleryItem10.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem10.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem11.Caption = "Light Blue Data Bar (Solid)";
            spreadsheetCommandGalleryItem11.CommandName = "ConditionalFormattingDataBarSolidLightBlue";
            spreadsheetCommandGalleryItem11.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem11.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem12.Caption = "Purple Data Bar (Solid)";
            spreadsheetCommandGalleryItem12.CommandName = "ConditionalFormattingDataBarSolidPurple";
            spreadsheetCommandGalleryItem12.Description = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItem12.Hint = "View a colored data bar in the cell. The length of the data bar represents the va" +
    "lue in the cell. A longer bar represents a higher value.";
            spreadsheetCommandGalleryItemGroup2.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem7,
            spreadsheetCommandGalleryItem8,
            spreadsheetCommandGalleryItem9,
            spreadsheetCommandGalleryItem10,
            spreadsheetCommandGalleryItem11,
            spreadsheetCommandGalleryItem12});
            this.commandBarGalleryDropDown21.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup1,
            spreadsheetCommandGalleryItemGroup2});
            this.commandBarGalleryDropDown21.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown21.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown21.Name = "commandBarGalleryDropDown21";
            this.commandBarGalleryDropDown21.Ribbon = this.ribbonControl;
            // 
            // ribbonControl
            // 
            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.iExit,
            this.iHelp,
            this.iAbout,
            this.siStatus,
            this.siInfo,
            this.rgbiSkins,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barButtonItem5,
            this.barCheckItem1,
            this.barCheckItem2});
            this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 339;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPageSkins,
            this.helpRibbonPage});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1,
            this.repositoryItemFontEdit1,
            this.repositoryItemSpreadsheetFontSizeEdit1,
            this.repositoryItemPopupGalleryEdit1});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl.Size = new System.Drawing.Size(1100, 219);
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            this.ribbonControl.Toolbar.ItemLinks.Add(this.iHelp);
            // 
            // appMenu
            // 
            this.appMenu.ItemLinks.Add(this.iExit);
            this.appMenu.Name = "appMenu";
            this.appMenu.Ribbon = this.ribbonControl;
            this.appMenu.ShowRightPane = true;
            // 
            // iExit
            // 
            this.iExit.Caption = "Exit";
            this.iExit.Description = "Closes this program after prompting you to save unsaved data.";
            this.iExit.Hint = "Closes this program after prompting you to save unsaved data";
            this.iExit.Id = 20;
            this.iExit.ImageIndex = 6;
            this.iExit.LargeImageIndex = 6;
            this.iExit.Name = "iExit";
            // 
            // 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");
            // 
            // iHelp
            // 
            this.iHelp.Caption = "Help";
            this.iHelp.Description = "Start the program help system.";
            this.iHelp.Hint = "Start the program help system";
            this.iHelp.Id = 22;
            this.iHelp.ImageIndex = 7;
            this.iHelp.LargeImageIndex = 7;
            this.iHelp.Name = "iHelp";
            // 
            // iAbout
            // 
            this.iAbout.Caption = "About";
            this.iAbout.Description = "Displays general program information.";
            this.iAbout.Hint = "Displays general program information";
            this.iAbout.Id = 24;
            this.iAbout.ImageIndex = 8;
            this.iAbout.LargeImageIndex = 8;
            this.iAbout.Name = "iAbout";
            this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
            // 
            // siStatus
            // 
            this.siStatus.Caption = "Some Status Info";
            this.siStatus.Id = 31;
            this.siStatus.Name = "siStatus";
            this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // siInfo
            // 
            this.siInfo.Caption = "Some Info";
            this.siInfo.Id = 32;
            this.siInfo.Name = "siInfo";
            this.siInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // 
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 60;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Open";
            this.barButtonItem1.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
            this.barButtonItem1.Id = 331;
            this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.openFile_ItemClick);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "SaveAs";
            this.barButtonItem2.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
            this.barButtonItem2.Id = 332;
            this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.saveAsFile_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Catch";
            this.barButtonItem3.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 333;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.catch_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Open Pattern";
            this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
            this.barButtonItem4.Id = 334;
            this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.openPattern_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "Vizualize";
            this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
            this.barButtonItem5.Id = 335;
            this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.vizualize_ItemClick);
            // 
            // 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");
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup4,
            this.ribbonPageGroup2,
            this.ribbonPageGroup3});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "File";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem4);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "ribbonPageGroup1";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem3);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.Text = "ribbonPageGroup2";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem5);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.Text = "ribbonPageGroup3";
            // 
            // ribbonPageSkins
            // 
            this.ribbonPageSkins.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.skinsRibbonPageGroup});
            this.ribbonPageSkins.Name = "ribbonPageSkins";
            this.ribbonPageSkins.Text = "Skins";
            // 
            // skinsRibbonPageGroup
            // 
            this.skinsRibbonPageGroup.ItemLinks.Add(this.rgbiSkins);
            this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
            this.skinsRibbonPageGroup.ShowCaptionButton = false;
            this.skinsRibbonPageGroup.Text = "Skins";
            // 
            // helpRibbonPage
            // 
            this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.helpRibbonPageGroup});
            this.helpRibbonPage.Name = "helpRibbonPage";
            this.helpRibbonPage.Text = "Help";
            // 
            // helpRibbonPageGroup
            // 
            this.helpRibbonPageGroup.ItemLinks.Add(this.iHelp);
            this.helpRibbonPageGroup.ItemLinks.Add(this.iAbout);
            this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
            this.helpRibbonPageGroup.Text = "Help";
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // 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";
            // 
            // repositoryItemSpreadsheetFontSizeEdit1
            // 
            this.repositoryItemSpreadsheetFontSizeEdit1.AutoHeight = false;
            this.repositoryItemSpreadsheetFontSizeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemSpreadsheetFontSizeEdit1.Control = null;
            this.repositoryItemSpreadsheetFontSizeEdit1.Name = "repositoryItemSpreadsheetFontSizeEdit1";
            // 
            // repositoryItemPopupGalleryEdit1
            // 
            this.repositoryItemPopupGalleryEdit1.AutoHeight = false;
            this.repositoryItemPopupGalleryEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            // 
            // 
            // 
            this.repositoryItemPopupGalleryEdit1.Gallery.AllowFilter = false;
            this.repositoryItemPopupGalleryEdit1.Gallery.AutoFitColumns = false;
            this.repositoryItemPopupGalleryEdit1.Gallery.ColumnCount = 1;
            this.repositoryItemPopupGalleryEdit1.Gallery.FixedImageSize = false;
            spreadsheetCommandGalleryItem13.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem13.Caption = "Общий";
            spreadsheetCommandGalleryItem13.CaptionAsValue = true;
            spreadsheetCommandGalleryItem13.CommandName = "FormatNumberGeneral";
            spreadsheetCommandGalleryItem13.IsEmptyHint = true;
            spreadsheetCommandGalleryItem13.Value = "Общий";
            spreadsheetCommandGalleryItem14.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem14.Caption = "Числовой";
            spreadsheetCommandGalleryItem14.CaptionAsValue = true;
            spreadsheetCommandGalleryItem14.CommandName = "FormatNumberDecimal";
            spreadsheetCommandGalleryItem14.IsEmptyHint = true;
            spreadsheetCommandGalleryItem14.Value = "Числовой";
            spreadsheetCommandGalleryItem15.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem15.Caption = "Денежный";
            spreadsheetCommandGalleryItem15.CaptionAsValue = true;
            spreadsheetCommandGalleryItem15.CommandName = "FormatNumberAccountingCurrency";
            spreadsheetCommandGalleryItem15.IsEmptyHint = true;
            spreadsheetCommandGalleryItem15.Value = "Денежный";
            spreadsheetCommandGalleryItem16.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem16.Caption = "Финансовый";
            spreadsheetCommandGalleryItem16.CaptionAsValue = true;
            spreadsheetCommandGalleryItem16.CommandName = "FormatNumberAccountingRegular";
            spreadsheetCommandGalleryItem16.IsEmptyHint = true;
            spreadsheetCommandGalleryItem16.Value = "Финансовый";
            spreadsheetCommandGalleryItem17.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem17.Caption = "Краткий формат даты";
            spreadsheetCommandGalleryItem17.CaptionAsValue = true;
            spreadsheetCommandGalleryItem17.CommandName = "FormatNumberShortDate";
            spreadsheetCommandGalleryItem17.IsEmptyHint = true;
            spreadsheetCommandGalleryItem17.Value = "Краткий формат даты";
            spreadsheetCommandGalleryItem18.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem18.Caption = "Длинный формат даты";
            spreadsheetCommandGalleryItem18.CaptionAsValue = true;
            spreadsheetCommandGalleryItem18.CommandName = "FormatNumberLongDate";
            spreadsheetCommandGalleryItem18.IsEmptyHint = true;
            spreadsheetCommandGalleryItem18.Value = "Длинный формат даты";
            spreadsheetCommandGalleryItem19.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem19.Caption = "Время";
            spreadsheetCommandGalleryItem19.CaptionAsValue = true;
            spreadsheetCommandGalleryItem19.CommandName = "FormatNumberTime";
            spreadsheetCommandGalleryItem19.IsEmptyHint = true;
            spreadsheetCommandGalleryItem19.Value = "Время";
            spreadsheetCommandGalleryItem20.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem20.Caption = "Процентный";
            spreadsheetCommandGalleryItem20.CaptionAsValue = true;
            spreadsheetCommandGalleryItem20.CommandName = "FormatNumberPercentage";
            spreadsheetCommandGalleryItem20.IsEmptyHint = true;
            spreadsheetCommandGalleryItem20.Value = "Процентный";
            spreadsheetCommandGalleryItem21.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem21.Caption = "Дробный";
            spreadsheetCommandGalleryItem21.CaptionAsValue = true;
            spreadsheetCommandGalleryItem21.CommandName = "FormatNumberFraction";
            spreadsheetCommandGalleryItem21.IsEmptyHint = true;
            spreadsheetCommandGalleryItem21.Value = "Дробный";
            spreadsheetCommandGalleryItem22.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem22.Caption = "Экспоненциальный";
            spreadsheetCommandGalleryItem22.CaptionAsValue = true;
            spreadsheetCommandGalleryItem22.CommandName = "FormatNumberScientific";
            spreadsheetCommandGalleryItem22.IsEmptyHint = true;
            spreadsheetCommandGalleryItem22.Value = "Экспоненциальный";
            spreadsheetCommandGalleryItem23.AlwaysUpdateDescription = true;
            spreadsheetCommandGalleryItem23.Caption = "Текстовый";
            spreadsheetCommandGalleryItem23.CaptionAsValue = true;
            spreadsheetCommandGalleryItem23.CommandName = "FormatNumberText";
            spreadsheetCommandGalleryItem23.IsEmptyHint = true;
            spreadsheetCommandGalleryItem23.Value = "Текстовый";
            galleryItemGroup1.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem13,
            spreadsheetCommandGalleryItem14,
            spreadsheetCommandGalleryItem15,
            spreadsheetCommandGalleryItem16,
            spreadsheetCommandGalleryItem17,
            spreadsheetCommandGalleryItem18,
            spreadsheetCommandGalleryItem19,
            spreadsheetCommandGalleryItem20,
            spreadsheetCommandGalleryItem21,
            spreadsheetCommandGalleryItem22,
            spreadsheetCommandGalleryItem23});
            this.repositoryItemPopupGalleryEdit1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.repositoryItemPopupGalleryEdit1.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.repositoryItemPopupGalleryEdit1.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.repositoryItemPopupGalleryEdit1.Gallery.RowCount = 11;
            this.repositoryItemPopupGalleryEdit1.Gallery.ShowGroupCaption = false;
            this.repositoryItemPopupGalleryEdit1.Gallery.ShowItemText = true;
            this.repositoryItemPopupGalleryEdit1.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Hide;
            this.repositoryItemPopupGalleryEdit1.Gallery.StretchItems = true;
            this.repositoryItemPopupGalleryEdit1.Name = "repositoryItemPopupGalleryEdit1";
            this.repositoryItemPopupGalleryEdit1.ShowButtons = false;
            this.repositoryItemPopupGalleryEdit1.ShowPopupCloseButton = false;
            this.repositoryItemPopupGalleryEdit1.ShowSizeGrip = false;
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.siStatus);
            this.ribbonStatusBar.ItemLinks.Add(this.siInfo);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 652);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            this.ribbonStatusBar.Size = new System.Drawing.Size(1100, 48);
            // 
            // commandBarGalleryDropDown1
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown1.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown1.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup3.Caption = "Chart Title";
            spreadsheetCommandGalleryItemGroup3.CommandName = "ChartTitleCommandGroup";
            spreadsheetCommandGalleryItem24.Caption = "Нет";
            spreadsheetCommandGalleryItem24.CommandName = "ChartTitleNone";
            spreadsheetCommandGalleryItem24.Description = "Do not display a chart Title";
            spreadsheetCommandGalleryItem24.Hint = "Do not display a chart Title";
            spreadsheetCommandGalleryItem25.Caption = "Centered Overlay Title";
            spreadsheetCommandGalleryItem25.CommandName = "ChartTitleCenteredOverlay";
            spreadsheetCommandGalleryItem25.Description = "Overlay centered Title on chart without resizing chart";
            spreadsheetCommandGalleryItem25.Hint = "Overlay centered Title on chart without resizing chart";
            spreadsheetCommandGalleryItem26.Caption = "Above Chart";
            spreadsheetCommandGalleryItem26.CommandName = "ChartTitleAbove";
            spreadsheetCommandGalleryItem26.Description = "Display Title at top of chart area and resize chart";
            spreadsheetCommandGalleryItem26.Hint = "Display Title at top of chart area and resize chart";
            spreadsheetCommandGalleryItemGroup3.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem24,
            spreadsheetCommandGalleryItem25,
            spreadsheetCommandGalleryItem26});
            this.commandBarGalleryDropDown1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup3});
            this.commandBarGalleryDropDown1.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown1.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown1.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown1.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown1.Name = "commandBarGalleryDropDown1";
            this.commandBarGalleryDropDown1.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown2
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown2.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown2.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup4.Caption = "Primary Horizontal Axis Title";
            spreadsheetCommandGalleryItemGroup4.CommandName = "ChartPrimaryHorizontalAxisTitleCommandGroup";
            spreadsheetCommandGalleryItem27.Caption = "Нет";
            spreadsheetCommandGalleryItem27.CommandName = "ChartPrimaryHorizontalAxisTitleNone";
            spreadsheetCommandGalleryItem27.Description = "Do not display an Axis Title";
            spreadsheetCommandGalleryItem27.Hint = "Do not display an Axis Title";
            spreadsheetCommandGalleryItem28.Caption = "Title Below Axis";
            spreadsheetCommandGalleryItem28.CommandName = "ChartPrimaryHorizontalAxisTitleBelow";
            spreadsheetCommandGalleryItem28.Description = "Display Title below Horizontal Axis and resize chart";
            spreadsheetCommandGalleryItem28.Hint = "Display Title below Horizontal Axis and resize chart";
            spreadsheetCommandGalleryItemGroup4.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem27,
            spreadsheetCommandGalleryItem28});
            this.commandBarGalleryDropDown2.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup4});
            this.commandBarGalleryDropDown2.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown2.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown2.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown2.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown2.Name = "commandBarGalleryDropDown2";
            this.commandBarGalleryDropDown2.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown3
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown3.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown3.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup5.Caption = "Primary Vertical Axis Title";
            spreadsheetCommandGalleryItemGroup5.CommandName = "ChartPrimaryVerticalAxisTitleCommandGroup";
            spreadsheetCommandGalleryItem29.Caption = "Нет";
            spreadsheetCommandGalleryItem29.CommandName = "ChartPrimaryVerticalAxisTitleNone";
            spreadsheetCommandGalleryItem29.Description = "Do not display an Axis Title";
            spreadsheetCommandGalleryItem29.Hint = "Do not display an Axis Title";
            spreadsheetCommandGalleryItem30.Caption = "Rotated Title";
            spreadsheetCommandGalleryItem30.CommandName = "ChartPrimaryVerticalAxisTitleRotated";
            spreadsheetCommandGalleryItem30.Description = "Display Rotated Axis Title and resize chart";
            spreadsheetCommandGalleryItem30.Hint = "Display Rotated Axis Title and resize chart";
            spreadsheetCommandGalleryItem31.Caption = "Vertical Title";
            spreadsheetCommandGalleryItem31.CommandName = "ChartPrimaryVerticalAxisTitleVertical";
            spreadsheetCommandGalleryItem31.Description = "Display Axis Title with vertical text and resize chart";
            spreadsheetCommandGalleryItem31.Hint = "Display Axis Title with vertical text and resize chart";
            spreadsheetCommandGalleryItem32.Caption = "Horizontal Title";
            spreadsheetCommandGalleryItem32.CommandName = "ChartPrimaryVerticalAxisTitleHorizontal";
            spreadsheetCommandGalleryItem32.Description = "Display Axis Title horizontally and resize chart";
            spreadsheetCommandGalleryItem32.Hint = "Display Axis Title horizontally and resize chart";
            spreadsheetCommandGalleryItemGroup5.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem29,
            spreadsheetCommandGalleryItem30,
            spreadsheetCommandGalleryItem31,
            spreadsheetCommandGalleryItem32});
            this.commandBarGalleryDropDown3.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup5});
            this.commandBarGalleryDropDown3.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown3.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown3.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown3.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown3.Name = "commandBarGalleryDropDown3";
            this.commandBarGalleryDropDown3.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown4
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown4.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown4.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup6.Caption = "Легенда";
            spreadsheetCommandGalleryItemGroup6.CommandName = "ChartLegendCommandGroup";
            spreadsheetCommandGalleryItem33.Caption = "Нет";
            spreadsheetCommandGalleryItem33.CommandName = "ChartLegendNone";
            spreadsheetCommandGalleryItem33.Description = "Turn off Legend";
            spreadsheetCommandGalleryItem33.Hint = "Turn off Legend";
            spreadsheetCommandGalleryItem34.Caption = "Show Legend at Right";
            spreadsheetCommandGalleryItem34.CommandName = "ChartLegendAtRight";
            spreadsheetCommandGalleryItem34.Description = "Show Legend and align right";
            spreadsheetCommandGalleryItem34.Hint = "Show Legend and align right";
            spreadsheetCommandGalleryItem35.Caption = "Show Legend at Top";
            spreadsheetCommandGalleryItem35.CommandName = "ChartLegendAtTop";
            spreadsheetCommandGalleryItem35.Description = "Show Legend and align top";
            spreadsheetCommandGalleryItem35.Hint = "Show Legend and align top";
            spreadsheetCommandGalleryItem36.Caption = "Show Legend at Left";
            spreadsheetCommandGalleryItem36.CommandName = "ChartLegendAtLeft";
            spreadsheetCommandGalleryItem36.Description = "Show Legend and align left";
            spreadsheetCommandGalleryItem36.Hint = "Show Legend and align left";
            spreadsheetCommandGalleryItem37.Caption = "Show Legend at Bottom";
            spreadsheetCommandGalleryItem37.CommandName = "ChartLegendAtBottom";
            spreadsheetCommandGalleryItem37.Description = "Show Legend and align bottom";
            spreadsheetCommandGalleryItem37.Hint = "Show Legend and align bottom";
            spreadsheetCommandGalleryItem38.Caption = "Overlay Legend at Right";
            spreadsheetCommandGalleryItem38.CommandName = "ChartLegendOverlayAtRight";
            spreadsheetCommandGalleryItem38.Description = "Show Legend at right of the chart without resizing";
            spreadsheetCommandGalleryItem38.Hint = "Show Legend at right of the chart without resizing";
            spreadsheetCommandGalleryItem39.Caption = "Overlay Legend at Left";
            spreadsheetCommandGalleryItem39.CommandName = "ChartLegendOverlayAtLeft";
            spreadsheetCommandGalleryItem39.Description = "Show Legend at left of the chart without resizing";
            spreadsheetCommandGalleryItem39.Hint = "Show Legend at left of the chart without resizing";
            spreadsheetCommandGalleryItemGroup6.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem33,
            spreadsheetCommandGalleryItem34,
            spreadsheetCommandGalleryItem35,
            spreadsheetCommandGalleryItem36,
            spreadsheetCommandGalleryItem37,
            spreadsheetCommandGalleryItem38,
            spreadsheetCommandGalleryItem39});
            this.commandBarGalleryDropDown4.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup6});
            this.commandBarGalleryDropDown4.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown4.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown4.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown4.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown4.Name = "commandBarGalleryDropDown4";
            this.commandBarGalleryDropDown4.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown5
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown5.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown5.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup7.Caption = "Data Labels";
            spreadsheetCommandGalleryItemGroup7.CommandName = "ChartDataLabelsCommandGroup";
            spreadsheetCommandGalleryItem40.Caption = "Нет";
            spreadsheetCommandGalleryItem40.CommandName = "ChartDataLabelsNone";
            spreadsheetCommandGalleryItem40.Description = "Turn off Data Labels for selection";
            spreadsheetCommandGalleryItem40.Hint = "Turn off Data Labels for selection";
            spreadsheetCommandGalleryItem41.Caption = "Показать";
            spreadsheetCommandGalleryItem41.CommandName = "ChartDataLabelsDefault";
            spreadsheetCommandGalleryItem41.Description = "Turn on Data Labels for selection";
            spreadsheetCommandGalleryItem41.Hint = "Turn on Data Labels for selection";
            spreadsheetCommandGalleryItem42.Caption = "По центру";
            spreadsheetCommandGalleryItem42.CommandName = "ChartDataLabelsCenter";
            spreadsheetCommandGalleryItem42.Description = "Display Data Labels and position centered on the data point(s)";
            spreadsheetCommandGalleryItem42.Hint = "Display Data Labels and position centered on the data point(s)";
            spreadsheetCommandGalleryItem43.Caption = "Inside End";
            spreadsheetCommandGalleryItem43.CommandName = "ChartDataLabelsInsideEnd";
            spreadsheetCommandGalleryItem43.Description = "Display Data Labels and position inside the end of data point(s)";
            spreadsheetCommandGalleryItem43.Hint = "Display Data Labels and position inside the end of data point(s)";
            spreadsheetCommandGalleryItem44.Caption = "Inside Base";
            spreadsheetCommandGalleryItem44.CommandName = "ChartDataLabelsInsideBase";
            spreadsheetCommandGalleryItem44.Description = "Display Data Labels and position inside the base of data point(s)";
            spreadsheetCommandGalleryItem44.Hint = "Display Data Labels and position inside the base of data point(s)";
            spreadsheetCommandGalleryItem45.Caption = "Outside End";
            spreadsheetCommandGalleryItem45.CommandName = "ChartDataLabelsOutsideEnd";
            spreadsheetCommandGalleryItem45.Description = "Display Data Labels and position outside the end of data point(s)";
            spreadsheetCommandGalleryItem45.Hint = "Display Data Labels and position outside the end of data point(s)";
            spreadsheetCommandGalleryItem46.Caption = "Best Fit";
            spreadsheetCommandGalleryItem46.CommandName = "ChartDataLabelsBestFit";
            spreadsheetCommandGalleryItem46.Description = "Display Data Labels and position with Best Fit";
            spreadsheetCommandGalleryItem46.Hint = "Display Data Labels and position with Best Fit";
            spreadsheetCommandGalleryItem47.Caption = "Слева";
            spreadsheetCommandGalleryItem47.CommandName = "ChartDataLabelsLeft";
            spreadsheetCommandGalleryItem47.Description = "Display Data Labels and position left of the data point(s)";
            spreadsheetCommandGalleryItem47.Hint = "Display Data Labels and position left of the data point(s)";
            spreadsheetCommandGalleryItem48.Caption = "Справа";
            spreadsheetCommandGalleryItem48.CommandName = "ChartDataLabelsRight";
            spreadsheetCommandGalleryItem48.Description = "Display Data Labels and position right of the data point(s)";
            spreadsheetCommandGalleryItem48.Hint = "Display Data Labels and position right of the data point(s)";
            spreadsheetCommandGalleryItem49.Caption = "Above";
            spreadsheetCommandGalleryItem49.CommandName = "ChartDataLabelsAbove";
            spreadsheetCommandGalleryItem49.Description = "Display Data Labels and position above data point(s)";
            spreadsheetCommandGalleryItem49.Hint = "Display Data Labels and position above data point(s)";
            spreadsheetCommandGalleryItem50.Caption = "Below";
            spreadsheetCommandGalleryItem50.CommandName = "ChartDataLabelsBelow";
            spreadsheetCommandGalleryItem50.Description = "Display Data Labels and position below data point(s)";
            spreadsheetCommandGalleryItem50.Hint = "Display Data Labels and position below data point(s)";
            spreadsheetCommandGalleryItemGroup7.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem40,
            spreadsheetCommandGalleryItem41,
            spreadsheetCommandGalleryItem42,
            spreadsheetCommandGalleryItem43,
            spreadsheetCommandGalleryItem44,
            spreadsheetCommandGalleryItem45,
            spreadsheetCommandGalleryItem46,
            spreadsheetCommandGalleryItem47,
            spreadsheetCommandGalleryItem48,
            spreadsheetCommandGalleryItem49,
            spreadsheetCommandGalleryItem50});
            this.commandBarGalleryDropDown5.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup7});
            this.commandBarGalleryDropDown5.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown5.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown5.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown5.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown5.Name = "commandBarGalleryDropDown5";
            this.commandBarGalleryDropDown5.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown6
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown6.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown6.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup8.Caption = "Primary Horizontal Axis";
            spreadsheetCommandGalleryItemGroup8.CommandName = "ChartPrimaryHorizontalAxisCommandGroup";
            spreadsheetCommandGalleryItem51.Caption = "Нет";
            spreadsheetCommandGalleryItem51.CommandName = "ChartHidePrimaryHorizontalAxis";
            spreadsheetCommandGalleryItem51.Description = "Do not display axis.";
            spreadsheetCommandGalleryItem51.Hint = "Do not display axis.";
            spreadsheetCommandGalleryItem52.Caption = "Show Left to Right Axis";
            spreadsheetCommandGalleryItem52.CommandName = "ChartPrimaryHorizontalAxisLeftToRight";
            spreadsheetCommandGalleryItem52.Description = "Display Axis Left to Right with Labels";
            spreadsheetCommandGalleryItem52.Hint = "Display Axis Left to Right with Labels";
            spreadsheetCommandGalleryItem53.Caption = "Show Axis without Labeling";
            spreadsheetCommandGalleryItem53.CommandName = "ChartPrimaryHorizontalAxisHideLabels";
            spreadsheetCommandGalleryItem53.Description = "Display Axis without labels or tick marks";
            spreadsheetCommandGalleryItem53.Hint = "Display Axis without labels or tick marks";
            spreadsheetCommandGalleryItem54.Caption = "Show Right to Left Axis";
            spreadsheetCommandGalleryItem54.CommandName = "ChartPrimaryHorizontalAxisRightToLeft";
            spreadsheetCommandGalleryItem54.Description = "Display Axis Right to Left with Labels";
            spreadsheetCommandGalleryItem54.Hint = "Display Axis Right to Left with Labels";
            spreadsheetCommandGalleryItem55.Caption = "Show Default Axis";
            spreadsheetCommandGalleryItem55.CommandName = "ChartPrimaryHorizontalAxisDefault";
            spreadsheetCommandGalleryItem55.Description = "Display Axis with default order and labels";
            spreadsheetCommandGalleryItem55.Hint = "Display Axis with default order and labels";
            spreadsheetCommandGalleryItem56.Caption = "Show Axis in Thousands";
            spreadsheetCommandGalleryItem56.CommandName = "ChartPrimaryHorizontalAxisScaleThousands";
            spreadsheetCommandGalleryItem56.Description = "Display Axis with numbers represented in Thousands";
            spreadsheetCommandGalleryItem56.Hint = "Display Axis with numbers represented in Thousands";
            spreadsheetCommandGalleryItem57.Caption = "Show Axis in Millions";
            spreadsheetCommandGalleryItem57.CommandName = "ChartPrimaryHorizontalAxisScaleMillions";
            spreadsheetCommandGalleryItem57.Description = "Display Axis with numbers represented in Millions";
            spreadsheetCommandGalleryItem57.Hint = "Display Axis with numbers represented in Millions";
            spreadsheetCommandGalleryItem58.Caption = "Show Axis in Billions";
            spreadsheetCommandGalleryItem58.CommandName = "ChartPrimaryHorizontalAxisScaleBillions";
            spreadsheetCommandGalleryItem58.Description = "Display Axis with numbers represented in Billions";
            spreadsheetCommandGalleryItem58.Hint = "Display Axis with numbers represented in Billions";
            spreadsheetCommandGalleryItem59.Caption = "Show Axis in Log Scale";
            spreadsheetCommandGalleryItem59.CommandName = "ChartPrimaryHorizontalAxisScaleLogarithm";
            spreadsheetCommandGalleryItem59.Description = "Display Axis using a log 10 base scale";
            spreadsheetCommandGalleryItem59.Hint = "Display Axis using a log 10 base scale";
            spreadsheetCommandGalleryItemGroup8.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem51,
            spreadsheetCommandGalleryItem52,
            spreadsheetCommandGalleryItem53,
            spreadsheetCommandGalleryItem54,
            spreadsheetCommandGalleryItem55,
            spreadsheetCommandGalleryItem56,
            spreadsheetCommandGalleryItem57,
            spreadsheetCommandGalleryItem58,
            spreadsheetCommandGalleryItem59});
            this.commandBarGalleryDropDown6.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup8});
            this.commandBarGalleryDropDown6.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown6.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown6.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown6.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown6.Name = "commandBarGalleryDropDown6";
            this.commandBarGalleryDropDown6.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown7
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown7.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown7.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup9.Caption = "Primary Vertical Axis";
            spreadsheetCommandGalleryItemGroup9.CommandName = "ChartPrimaryVerticalAxisCommandGroup";
            spreadsheetCommandGalleryItem60.Caption = "Нет";
            spreadsheetCommandGalleryItem60.CommandName = "ChartHidePrimaryVerticalAxis";
            spreadsheetCommandGalleryItem60.Description = "Do not display axis.";
            spreadsheetCommandGalleryItem60.Hint = "Do not display axis.";
            spreadsheetCommandGalleryItem61.Caption = "Show Left to Right Axis";
            spreadsheetCommandGalleryItem61.CommandName = "ChartPrimaryVerticalAxisLeftToRight";
            spreadsheetCommandGalleryItem61.Description = "Display Axis Left to Right with Labels";
            spreadsheetCommandGalleryItem61.Hint = "Display Axis Left to Right with Labels";
            spreadsheetCommandGalleryItem62.Caption = "Show Axis without Labeling";
            spreadsheetCommandGalleryItem62.CommandName = "ChartPrimaryVerticalAxisHideLabels";
            spreadsheetCommandGalleryItem62.Description = "Display Axis without labels or tick marks";
            spreadsheetCommandGalleryItem62.Hint = "Display Axis without labels or tick marks";
            spreadsheetCommandGalleryItem63.Caption = "Show Right to Left Axis";
            spreadsheetCommandGalleryItem63.CommandName = "ChartPrimaryVerticalAxisRightToLeft";
            spreadsheetCommandGalleryItem63.Description = "Display Axis Right to Left with Labels";
            spreadsheetCommandGalleryItem63.Hint = "Display Axis Right to Left with Labels";
            spreadsheetCommandGalleryItem64.Caption = "Show Default Axis";
            spreadsheetCommandGalleryItem64.CommandName = "ChartPrimaryVerticalAxisDefault";
            spreadsheetCommandGalleryItem64.Description = "Display Axis with default order and labels";
            spreadsheetCommandGalleryItem64.Hint = "Display Axis with default order and labels";
            spreadsheetCommandGalleryItem65.Caption = "Show Axis in Thousands";
            spreadsheetCommandGalleryItem65.CommandName = "ChartPrimaryVerticalAxisScaleThousands";
            spreadsheetCommandGalleryItem65.Description = "Display Axis with numbers represented in Thousands";
            spreadsheetCommandGalleryItem65.Hint = "Display Axis with numbers represented in Thousands";
            spreadsheetCommandGalleryItem66.Caption = "Show Axis in Millions";
            spreadsheetCommandGalleryItem66.CommandName = "ChartPrimaryVerticalAxisScaleMillions";
            spreadsheetCommandGalleryItem66.Description = "Display Axis with numbers represented in Millions";
            spreadsheetCommandGalleryItem66.Hint = "Display Axis with numbers represented in Millions";
            spreadsheetCommandGalleryItem67.Caption = "Show Axis in Billions";
            spreadsheetCommandGalleryItem67.CommandName = "ChartPrimaryVerticalAxisScaleBillions";
            spreadsheetCommandGalleryItem67.Description = "Display Axis with numbers represented in Billions";
            spreadsheetCommandGalleryItem67.Hint = "Display Axis with numbers represented in Billions";
            spreadsheetCommandGalleryItem68.Caption = "Show Axis in Log Scale";
            spreadsheetCommandGalleryItem68.CommandName = "ChartPrimaryVerticalAxisScaleLogarithm";
            spreadsheetCommandGalleryItem68.Description = "Display Axis using a log 10 base scale";
            spreadsheetCommandGalleryItem68.Hint = "Display Axis using a log 10 base scale";
            spreadsheetCommandGalleryItemGroup9.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem60,
            spreadsheetCommandGalleryItem61,
            spreadsheetCommandGalleryItem62,
            spreadsheetCommandGalleryItem63,
            spreadsheetCommandGalleryItem64,
            spreadsheetCommandGalleryItem65,
            spreadsheetCommandGalleryItem66,
            spreadsheetCommandGalleryItem67,
            spreadsheetCommandGalleryItem68});
            this.commandBarGalleryDropDown7.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup9});
            this.commandBarGalleryDropDown7.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown7.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown7.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown7.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown7.Name = "commandBarGalleryDropDown7";
            this.commandBarGalleryDropDown7.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown8
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown8.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown8.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup10.Caption = "Primary Horizontal Gridlines";
            spreadsheetCommandGalleryItemGroup10.CommandName = "ChartPrimaryHorizontalGridlinesCommandGroup";
            spreadsheetCommandGalleryItem69.Caption = "Нет";
            spreadsheetCommandGalleryItem69.CommandName = "ChartPrimaryHorizontalGridlinesNone";
            spreadsheetCommandGalleryItem69.Description = "Do not display Horizontal Gridlines";
            spreadsheetCommandGalleryItem69.Hint = "Do not display Horizontal Gridlines";
            spreadsheetCommandGalleryItem70.Caption = "Major Gridlines";
            spreadsheetCommandGalleryItem70.CommandName = "ChartPrimaryHorizontalGridlinesMajor";
            spreadsheetCommandGalleryItem70.Description = "Display Horizontal Gridlines for Major units";
            spreadsheetCommandGalleryItem70.Hint = "Display Horizontal Gridlines for Major units";
            spreadsheetCommandGalleryItem71.Caption = "Minor Gridlines";
            spreadsheetCommandGalleryItem71.CommandName = "ChartPrimaryHorizontalGridlinesMinor";
            spreadsheetCommandGalleryItem71.Description = "Display Horizontal Gridlines for Minor units";
            spreadsheetCommandGalleryItem71.Hint = "Display Horizontal Gridlines for Minor units";
            spreadsheetCommandGalleryItem72.Caption = "Major & Minor Gridlines";
            spreadsheetCommandGalleryItem72.CommandName = "ChartPrimaryHorizontalGridlinesMajorAndMinor";
            spreadsheetCommandGalleryItem72.Description = "Display Horizontal Gridlines for Major and Minor units";
            spreadsheetCommandGalleryItem72.Hint = "Display Horizontal Gridlines for Major and Minor units";
            spreadsheetCommandGalleryItemGroup10.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem69,
            spreadsheetCommandGalleryItem70,
            spreadsheetCommandGalleryItem71,
            spreadsheetCommandGalleryItem72});
            this.commandBarGalleryDropDown8.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup10});
            this.commandBarGalleryDropDown8.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown8.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown8.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown8.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown8.Name = "commandBarGalleryDropDown8";
            this.commandBarGalleryDropDown8.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown9
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown9.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown9.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup11.Caption = "Primary Vertical Gridlines";
            spreadsheetCommandGalleryItemGroup11.CommandName = "ChartPrimaryVerticalGridlinesCommandGroup";
            spreadsheetCommandGalleryItem73.Caption = "Нет";
            spreadsheetCommandGalleryItem73.CommandName = "ChartPrimaryVerticalGridlinesNone";
            spreadsheetCommandGalleryItem73.Description = "Do not display Vertical Gridlines";
            spreadsheetCommandGalleryItem73.Hint = "Do not display Vertical Gridlines";
            spreadsheetCommandGalleryItem74.Caption = "Major Gridlines";
            spreadsheetCommandGalleryItem74.CommandName = "ChartPrimaryVerticalGridlinesMajor";
            spreadsheetCommandGalleryItem74.Description = "Display Vertical Gridlines for Major units";
            spreadsheetCommandGalleryItem74.Hint = "Display Vertical Gridlines for Major units";
            spreadsheetCommandGalleryItem75.Caption = "Minor Gridlines";
            spreadsheetCommandGalleryItem75.CommandName = "ChartPrimaryVerticalGridlinesMinor";
            spreadsheetCommandGalleryItem75.Description = "Display Vertical Gridlines for Minor units";
            spreadsheetCommandGalleryItem75.Hint = "Display Vertical Gridlines for Minor units";
            spreadsheetCommandGalleryItem76.Caption = "Major & Minor Gridlines";
            spreadsheetCommandGalleryItem76.CommandName = "ChartPrimaryVerticalGridlinesMajorAndMinor";
            spreadsheetCommandGalleryItem76.Description = "Display Vertical Gridlines for Major and Minor units";
            spreadsheetCommandGalleryItem76.Hint = "Display Vertical Gridlines for Major and Minor units";
            spreadsheetCommandGalleryItemGroup11.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem73,
            spreadsheetCommandGalleryItem74,
            spreadsheetCommandGalleryItem75,
            spreadsheetCommandGalleryItem76});
            this.commandBarGalleryDropDown9.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup11});
            this.commandBarGalleryDropDown9.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown9.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown9.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown9.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown9.Name = "commandBarGalleryDropDown9";
            this.commandBarGalleryDropDown9.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown10
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown10.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown10.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup12.Caption = "Строки";
            spreadsheetCommandGalleryItemGroup12.CommandName = "ChartLinesCommandGroup";
            spreadsheetCommandGalleryItem77.Caption = "Нет";
            spreadsheetCommandGalleryItem77.CommandName = "ChartLinesNone";
            spreadsheetCommandGalleryItem77.Description = "Do not show Drop Lines, High-Low Lines or Series Lines";
            spreadsheetCommandGalleryItem77.Hint = "Do not show Drop Lines, High-Low Lines or Series Lines";
            spreadsheetCommandGalleryItem78.Caption = "Drop Lines";
            spreadsheetCommandGalleryItem78.CommandName = "ChartShowDropLines";
            spreadsheetCommandGalleryItem78.Description = "Show Drop Lines on an Area or Line Chart";
            spreadsheetCommandGalleryItem78.Hint = "Show Drop Lines on an Area or Line Chart";
            spreadsheetCommandGalleryItem79.Caption = "High-Low Lines";
            spreadsheetCommandGalleryItem79.CommandName = "ChartShowHighLowLines";
            spreadsheetCommandGalleryItem79.Description = "Show High-Low Lines on a 2D Line Chart";
            spreadsheetCommandGalleryItem79.Hint = "Show High-Low Lines on a 2D Line Chart";
            spreadsheetCommandGalleryItem80.Caption = "Drop and High-Low Lines";
            spreadsheetCommandGalleryItem80.CommandName = "ChartShowDropLinesAndHighLowLines";
            spreadsheetCommandGalleryItem80.Description = "Show Drop Lines and High-Low Lines on a 2D Line Chart";
            spreadsheetCommandGalleryItem80.Hint = "Show Drop Lines and High-Low Lines on a 2D Line Chart";
            spreadsheetCommandGalleryItem81.Caption = "Series Lines";
            spreadsheetCommandGalleryItem81.CommandName = "ChartShowSeriesLines";
            spreadsheetCommandGalleryItem81.Description = "Show Series Lines on a 2D stacked Bar/Column Pie or Pie or Bar of Pie Chart";
            spreadsheetCommandGalleryItem81.Hint = "Show Series Lines on a 2D stacked Bar/Column Pie or Pie or Bar of Pie Chart";
            spreadsheetCommandGalleryItemGroup12.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem77,
            spreadsheetCommandGalleryItem78,
            spreadsheetCommandGalleryItem79,
            spreadsheetCommandGalleryItem80,
            spreadsheetCommandGalleryItem81});
            this.commandBarGalleryDropDown10.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup12});
            this.commandBarGalleryDropDown10.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown10.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown10.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown10.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown10.Name = "commandBarGalleryDropDown10";
            this.commandBarGalleryDropDown10.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown11
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown11.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown11.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup13.Caption = "Up/Down Bars";
            spreadsheetCommandGalleryItemGroup13.CommandName = "ChartUpDownBarsCommandGroup";
            spreadsheetCommandGalleryItem82.Caption = "Нет";
            spreadsheetCommandGalleryItem82.CommandName = "ChartHideUpDownBars";
            spreadsheetCommandGalleryItem82.Description = "Do not show Up/Down Bars";
            spreadsheetCommandGalleryItem82.Hint = "Do not show Up/Down Bars";
            spreadsheetCommandGalleryItem83.Caption = "Up/Down Bars";
            spreadsheetCommandGalleryItem83.CommandName = "ChartShowUpDownBars";
            spreadsheetCommandGalleryItem83.Description = "Show Up/Down Bars on a Line Chart";
            spreadsheetCommandGalleryItem83.Hint = "Show Up/Down Bars on a Line Chart";
            spreadsheetCommandGalleryItemGroup13.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem82,
            spreadsheetCommandGalleryItem83});
            this.commandBarGalleryDropDown11.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup13});
            this.commandBarGalleryDropDown11.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown11.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown11.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown11.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown11.Name = "commandBarGalleryDropDown11";
            this.commandBarGalleryDropDown11.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown12
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown12.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown12.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            spreadsheetCommandGalleryItemGroup14.Caption = "Error Bars";
            spreadsheetCommandGalleryItemGroup14.CommandName = "ChartErrorBarsCommandGroup";
            spreadsheetCommandGalleryItem84.Caption = "Нет";
            spreadsheetCommandGalleryItem84.CommandName = "ChartErrorBarsNone";
            spreadsheetCommandGalleryItem84.Description = "Removes the Error Bars for the selected series or all Error Bars if none are sele" +
    "cted";
            spreadsheetCommandGalleryItem84.Hint = "Removes the Error Bars for the selected series or all Error Bars if none are sele" +
    "cted";
            spreadsheetCommandGalleryItem85.Caption = "Error Bars with Standard Error";
            spreadsheetCommandGalleryItem85.CommandName = "ChartErrorBarsStandardError";
            spreadsheetCommandGalleryItem85.Description = "Displays Error Bars for the selected chart series using Standard Error";
            spreadsheetCommandGalleryItem85.Hint = "Displays Error Bars for the selected chart series using Standard Error";
            spreadsheetCommandGalleryItem86.Caption = "Error Bars with Percentage";
            spreadsheetCommandGalleryItem86.CommandName = "ChartErrorBarsPercentage";
            spreadsheetCommandGalleryItem86.Description = "Displays Error Bars for the selected chart series with 5% value";
            spreadsheetCommandGalleryItem86.Hint = "Displays Error Bars for the selected chart series with 5% value";
            spreadsheetCommandGalleryItem87.Caption = "Error Bars with Standard Deviation";
            spreadsheetCommandGalleryItem87.CommandName = "ChartErrorBarsStandardDeviation";
            spreadsheetCommandGalleryItem87.Description = "Displays Error Bars for the selected chart series with 1 standard deviation";
            spreadsheetCommandGalleryItem87.Hint = "Displays Error Bars for the selected chart series with 1 standard deviation";
            spreadsheetCommandGalleryItemGroup14.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem84,
            spreadsheetCommandGalleryItem85,
            spreadsheetCommandGalleryItem86,
            spreadsheetCommandGalleryItem87});
            this.commandBarGalleryDropDown12.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup14});
            this.commandBarGalleryDropDown12.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown12.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.MiddleLeft;
            this.commandBarGalleryDropDown12.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.commandBarGalleryDropDown12.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown12.Name = "commandBarGalleryDropDown12";
            this.commandBarGalleryDropDown12.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown13
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown13.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup15.Caption = "2-D Column";
            spreadsheetCommandGalleryItemGroup15.CommandName = "InsertChartColumn2DCommandGroup";
            spreadsheetCommandGalleryItem88.Caption = "Clustered Column";
            spreadsheetCommandGalleryItem88.CommandName = "InsertChartColumnClustered2D";
            spreadsheetCommandGalleryItem88.Description = "Compare values across categories by using vertical rectangles.\r\n\r\nUse it when the" +
    " order of categories is not important or for displaying item counts such as a hi" +
    "stogram.";
            spreadsheetCommandGalleryItem88.Hint = "Compare values across categories by using vertical rectangles.\r\n\r\nUse it when the" +
    " order of categories is not important or for displaying item counts such as a hi" +
    "stogram.";
            spreadsheetCommandGalleryItem89.Caption = "Stacked Column";
            spreadsheetCommandGalleryItem89.CommandName = "InsertChartColumnStacked2D";
            spreadsheetCommandGalleryItem89.Description = "Compare the contribution of each value to a total across categories by using vert" +
    "ical rectangles.\r\n\r\nUse it to emphasize the total across series for one category" +
    ".";
            spreadsheetCommandGalleryItem89.Hint = "Compare the contribution of each value to a total across categories by using vert" +
    "ical rectangles.\r\n\r\nUse it to emphasize the total across series for one category" +
    ".";
            spreadsheetCommandGalleryItem90.Caption = "100% Stacked Column";
            spreadsheetCommandGalleryItem90.CommandName = "InsertChartColumnPercentStacked2D";
            spreadsheetCommandGalleryItem90.Description = "Compare the percentage that each value contributes to a total across categories b" +
    "y using vertical rectangles.\r\n\r\nUse is to emphasize the proportion of each data " +
    "series.";
            spreadsheetCommandGalleryItem90.Hint = "Compare the percentage that each value contributes to a total across categories b" +
    "y using vertical rectangles.\r\n\r\nUse is to emphasize the proportion of each data " +
    "series.";
            spreadsheetCommandGalleryItemGroup15.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem88,
            spreadsheetCommandGalleryItem89,
            spreadsheetCommandGalleryItem90});
            spreadsheetCommandGalleryItemGroup16.Caption = "3-D Column";
            spreadsheetCommandGalleryItemGroup16.CommandName = "InsertChartColumn3DCommandGroup";
            spreadsheetCommandGalleryItem91.Caption = "3-D Clustered Column";
            spreadsheetCommandGalleryItem91.CommandName = "InsertChartColumnClustered3D";
            spreadsheetCommandGalleryItem91.Description = "Compare values across categories and display clustered columns in 3-D format.";
            spreadsheetCommandGalleryItem91.Hint = "Compare values across categories and display clustered columns in 3-D format.";
            spreadsheetCommandGalleryItem92.Caption = "Stacked Column in 3-D";
            spreadsheetCommandGalleryItem92.CommandName = "InsertChartColumnStacked3D";
            spreadsheetCommandGalleryItem92.Description = "Compare the contribution of each value to a total across categories and display s" +
    "tacked columns in 3-D format.";
            spreadsheetCommandGalleryItem92.Hint = "Compare the contribution of each value to a total across categories and display s" +
    "tacked columns in 3-D format.";
            spreadsheetCommandGalleryItem93.Caption = "100% Stacked Column in 3-D";
            spreadsheetCommandGalleryItem93.CommandName = "InsertChartColumnPercentStacked3D";
            spreadsheetCommandGalleryItem93.Description = "Compare the percentage that each value contributes to a total across categories a" +
    "nd display 100% stacked columns in 3-D format.";
            spreadsheetCommandGalleryItem93.Hint = "Compare the percentage that each value contributes to a total across categories a" +
    "nd display 100% stacked columns in 3-D format.";
            spreadsheetCommandGalleryItem94.Caption = "3-D Column";
            spreadsheetCommandGalleryItem94.CommandName = "InsertChartColumn3D";
            spreadsheetCommandGalleryItem94.Description = "Compare values across categories and across series on three axes.\r\n\r\nUse it when " +
    "the categories and series are equally important.";
            spreadsheetCommandGalleryItem94.Hint = "Compare values across categories and across series on three axes.\r\n\r\nUse it when " +
    "the categories and series are equally important.";
            spreadsheetCommandGalleryItemGroup16.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem91,
            spreadsheetCommandGalleryItem92,
            spreadsheetCommandGalleryItem93,
            spreadsheetCommandGalleryItem94});
            spreadsheetCommandGalleryItemGroup17.Caption = "Цилиндр";
            spreadsheetCommandGalleryItemGroup17.CommandName = "InsertChartCylinderCommandGroup";
            spreadsheetCommandGalleryItem95.Caption = "Clustered Cylinder";
            spreadsheetCommandGalleryItem95.CommandName = "InsertChartCylinderClustered";
            spreadsheetCommandGalleryItem95.Description = "Compare values across categories.";
            spreadsheetCommandGalleryItem95.Hint = "Compare values across categories.";
            spreadsheetCommandGalleryItem96.Caption = "Stacked Cylinder";
            spreadsheetCommandGalleryItem96.CommandName = "InsertChartCylinderStacked";
            spreadsheetCommandGalleryItem96.Description = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem96.Hint = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem97.Caption = "100% Stacked Cylinder";
            spreadsheetCommandGalleryItem97.CommandName = "InsertChartCylinderPercentStacked";
            spreadsheetCommandGalleryItem97.Description = "Compare the percentage that each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem97.Hint = "Compare the percentage that each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem98.Caption = "3-D Cylinder";
            spreadsheetCommandGalleryItem98.CommandName = "InsertChartCylinder";
            spreadsheetCommandGalleryItem98.Description = "Compare values across categories and across series and display a cylinder chart o" +
    "n three axes.";
            spreadsheetCommandGalleryItem98.Hint = "Compare values across categories and across series and display a cylinder chart o" +
    "n three axes.";
            spreadsheetCommandGalleryItemGroup17.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem95,
            spreadsheetCommandGalleryItem96,
            spreadsheetCommandGalleryItem97,
            spreadsheetCommandGalleryItem98});
            spreadsheetCommandGalleryItemGroup18.Caption = "Cone";
            spreadsheetCommandGalleryItemGroup18.CommandName = "InsertChartConeCommandGroup";
            spreadsheetCommandGalleryItem99.Caption = "Clustered Cone";
            spreadsheetCommandGalleryItem99.CommandName = "InsertChartConeClustered";
            spreadsheetCommandGalleryItem99.Description = "Compare values across categories.";
            spreadsheetCommandGalleryItem99.Hint = "Compare values across categories.";
            spreadsheetCommandGalleryItem100.Caption = "Stacked Cone";
            spreadsheetCommandGalleryItem100.CommandName = "InsertChartConeStacked";
            spreadsheetCommandGalleryItem100.Description = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem100.Hint = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem101.Caption = "100% Stacked Cone";
            spreadsheetCommandGalleryItem101.CommandName = "InsertChartConePercentStacked";
            spreadsheetCommandGalleryItem101.Description = "Compare the percentage that each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem101.Hint = "Compare the percentage that each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem102.Caption = "3-D Cone";
            spreadsheetCommandGalleryItem102.CommandName = "InsertChartCone";
            spreadsheetCommandGalleryItem102.Description = "Compare values across categories and across series and display a cone chart on th" +
    "ree axes.";
            spreadsheetCommandGalleryItem102.Hint = "Compare values across categories and across series and display a cone chart on th" +
    "ree axes.";
            spreadsheetCommandGalleryItemGroup18.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem99,
            spreadsheetCommandGalleryItem100,
            spreadsheetCommandGalleryItem101,
            spreadsheetCommandGalleryItem102});
            spreadsheetCommandGalleryItemGroup19.Caption = "Pyramid";
            spreadsheetCommandGalleryItemGroup19.CommandName = "InsertChartPyramidCommandGroup";
            spreadsheetCommandGalleryItem103.Caption = "Clustered Pyramid";
            spreadsheetCommandGalleryItem103.CommandName = "InsertChartPyramidClustered";
            spreadsheetCommandGalleryItem103.Description = "Compare values across categories.";
            spreadsheetCommandGalleryItem103.Hint = "Compare values across categories.";
            spreadsheetCommandGalleryItem104.Caption = "Stacked Pyramid";
            spreadsheetCommandGalleryItem104.CommandName = "InsertChartPyramidStacked";
            spreadsheetCommandGalleryItem104.Description = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem104.Hint = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem105.Caption = "100% Stacked Pyramid";
            spreadsheetCommandGalleryItem105.CommandName = "InsertChartPyramidPercentStacked";
            spreadsheetCommandGalleryItem105.Description = "Compare the percentage that each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem105.Hint = "Compare the percentage that each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem106.Caption = "3-D Pyramid";
            spreadsheetCommandGalleryItem106.CommandName = "InsertChartPyramid";
            spreadsheetCommandGalleryItem106.Description = "Compare values across categories and across series and display a pyramid chart on" +
    " three axes.";
            spreadsheetCommandGalleryItem106.Hint = "Compare values across categories and across series and display a pyramid chart on" +
    " three axes.";
            spreadsheetCommandGalleryItemGroup19.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem103,
            spreadsheetCommandGalleryItem104,
            spreadsheetCommandGalleryItem105,
            spreadsheetCommandGalleryItem106});
            this.commandBarGalleryDropDown13.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup15,
            spreadsheetCommandGalleryItemGroup16,
            spreadsheetCommandGalleryItemGroup17,
            spreadsheetCommandGalleryItemGroup18,
            spreadsheetCommandGalleryItemGroup19});
            this.commandBarGalleryDropDown13.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown13.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown13.Name = "commandBarGalleryDropDown13";
            this.commandBarGalleryDropDown13.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown14
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown14.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup20.Caption = "2-D Line";
            spreadsheetCommandGalleryItemGroup20.CommandName = "InsertChartLine2DCommandGroup";
            spreadsheetCommandGalleryItem107.Caption = "Линия";
            spreadsheetCommandGalleryItem107.CommandName = "InsertChartLine";
            spreadsheetCommandGalleryItem107.Description = "Display trend over time (dates, years) or ordered categories.\r\n\r\nUseful when ther" +
    "e are many data points and the order is important.";
            spreadsheetCommandGalleryItem107.Hint = "Display trend over time (dates, years) or ordered categories.\r\n\r\nUseful when ther" +
    "e are many data points and the order is important.";
            spreadsheetCommandGalleryItem108.Caption = "Stacked Line";
            spreadsheetCommandGalleryItem108.CommandName = "InsertChartStackedLine";
            spreadsheetCommandGalleryItem108.Description = "Display the trend of the contribution of each value over time or ordered categori" +
    "es.\r\n\r\nConsider using a stacked area chart instead.";
            spreadsheetCommandGalleryItem108.Hint = "Display the trend of the contribution of each value over time or ordered categori" +
    "es.\r\n\r\nConsider using a stacked area chart instead.";
            spreadsheetCommandGalleryItem109.Caption = "100% Stacked line";
            spreadsheetCommandGalleryItem109.CommandName = "InsertChartPercentStackedLine";
            spreadsheetCommandGalleryItem109.Description = "Display the trend of the percentage each value contributes over time or ordered c" +
    "ategories.\r\n\r\nConsider using 100% stacked area chart instead.";
            spreadsheetCommandGalleryItem109.Hint = "Display the trend of the percentage each value contributes over time or ordered c" +
    "ategories.\r\n\r\nConsider using 100% stacked area chart instead.";
            spreadsheetCommandGalleryItem110.Caption = "Line with Markers";
            spreadsheetCommandGalleryItem110.CommandName = "InsertChartLineWithMarkers";
            spreadsheetCommandGalleryItem110.Description = "Display trend over time (dates, years) or ordered categories.\r\n\r\nUseful when ther" +
    "e are only a few data points.";
            spreadsheetCommandGalleryItem110.Hint = "Display trend over time (dates, years) or ordered categories.\r\n\r\nUseful when ther" +
    "e are only a few data points.";
            spreadsheetCommandGalleryItem111.Caption = "Stacked Line with Markers";
            spreadsheetCommandGalleryItem111.CommandName = "InsertChartStackedLineWithMarkers";
            spreadsheetCommandGalleryItem111.Description = "Display the trend of the contribution of each value over time or ordered categori" +
    "es.\r\n\r\nConsider using a stacked area chart instead.";
            spreadsheetCommandGalleryItem111.Hint = "Display the trend of the contribution of each value over time or ordered categori" +
    "es.\r\n\r\nConsider using a stacked area chart instead.";
            spreadsheetCommandGalleryItem112.Caption = "100% Stacked Line with Markers";
            spreadsheetCommandGalleryItem112.CommandName = "InsertChartPercentStackedLineWithMarkers";
            spreadsheetCommandGalleryItem112.Description = "Display the trend of the percentage each value contributes over time or ordered c" +
    "ategories.\r\n\r\nConsider using 100% stacked area chart instead.";
            spreadsheetCommandGalleryItem112.Hint = "Display the trend of the percentage each value contributes over time or ordered c" +
    "ategories.\r\n\r\nConsider using 100% stacked area chart instead.";
            spreadsheetCommandGalleryItemGroup20.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem107,
            spreadsheetCommandGalleryItem108,
            spreadsheetCommandGalleryItem109,
            spreadsheetCommandGalleryItem110,
            spreadsheetCommandGalleryItem111,
            spreadsheetCommandGalleryItem112});
            spreadsheetCommandGalleryItemGroup21.Caption = "3-D Line";
            spreadsheetCommandGalleryItemGroup21.CommandName = "InsertChartLine3DCommandGroup";
            spreadsheetCommandGalleryItem113.Caption = "3-D Line";
            spreadsheetCommandGalleryItem113.CommandName = "InsertChartLine3D";
            spreadsheetCommandGalleryItem113.Description = "Display each row or column of data as a 3-D ribbon on three axes.";
            spreadsheetCommandGalleryItem113.Hint = "Display each row or column of data as a 3-D ribbon on three axes.";
            spreadsheetCommandGalleryItemGroup21.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem113});
            this.commandBarGalleryDropDown14.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup20,
            spreadsheetCommandGalleryItemGroup21});
            this.commandBarGalleryDropDown14.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown14.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown14.Name = "commandBarGalleryDropDown14";
            this.commandBarGalleryDropDown14.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown15
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown15.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup22.Caption = "2-D Pie";
            spreadsheetCommandGalleryItemGroup22.CommandName = "InsertChartPie2DCommandGroup";
            spreadsheetCommandGalleryItem114.Caption = "Круговая";
            spreadsheetCommandGalleryItem114.CommandName = "InsertChartPie2D";
            spreadsheetCommandGalleryItem114.Description = "Display the contribution of each value to a total.\r\n\r\nUse it when the values can " +
    "be added together or when you have only one data series and all values are posit" +
    "ive.";
            spreadsheetCommandGalleryItem114.Hint = "Display the contribution of each value to a total.\r\n\r\nUse it when the values can " +
    "be added together or when you have only one data series and all values are posit" +
    "ive.";
            spreadsheetCommandGalleryItem115.Caption = "Exploded Pie";
            spreadsheetCommandGalleryItem115.CommandName = "InsertChartPieExploded2D";
            spreadsheetCommandGalleryItem115.Description = "Display the contribution of each value to a total while emphasizing individual va" +
    "lues.\r\n\r\nConsider using a pie chart, and explode individual values instead.";
            spreadsheetCommandGalleryItem115.Hint = "Display the contribution of each value to a total while emphasizing individual va" +
    "lues.\r\n\r\nConsider using a pie chart, and explode individual values instead.";
            spreadsheetCommandGalleryItemGroup22.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem114,
            spreadsheetCommandGalleryItem115});
            spreadsheetCommandGalleryItemGroup23.Caption = "3-D Pie";
            spreadsheetCommandGalleryItemGroup23.CommandName = "InsertChartPie3DCommandGroup";
            spreadsheetCommandGalleryItem116.Caption = "Pie in 3-D";
            spreadsheetCommandGalleryItem116.CommandName = "InsertChartPie3D";
            spreadsheetCommandGalleryItem116.Description = "Display the contribution of each value to a total.";
            spreadsheetCommandGalleryItem116.Hint = "Display the contribution of each value to a total.";
            spreadsheetCommandGalleryItem117.Caption = "Exploded pie in 3-D";
            spreadsheetCommandGalleryItem117.CommandName = "InsertChartPieExploded3D";
            spreadsheetCommandGalleryItem117.Description = "Display the contribution of each value to a total while emphasizing individual va" +
    "lues.\r\n\r\nConsider using a 3-D pie chart, and explode individual values instead.";
            spreadsheetCommandGalleryItem117.Hint = "Display the contribution of each value to a total while emphasizing individual va" +
    "lues.\r\n\r\nConsider using a 3-D pie chart, and explode individual values instead.";
            spreadsheetCommandGalleryItemGroup23.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem116,
            spreadsheetCommandGalleryItem117});
            spreadsheetCommandGalleryItemGroup24.Caption = "Doughnut";
            spreadsheetCommandGalleryItemGroup24.CommandName = "InsertChartDoughnut2DCommandGroup";
            spreadsheetCommandGalleryItem118.Caption = "Doughnut";
            spreadsheetCommandGalleryItem118.CommandName = "InsertChartDoughnut2D";
            spreadsheetCommandGalleryItem118.Description = "Display the contribution of each value to a total like a pie chart, but it can co" +
    "ntain multiple series.";
            spreadsheetCommandGalleryItem118.Hint = "Display the contribution of each value to a total like a pie chart, but it can co" +
    "ntain multiple series.";
            spreadsheetCommandGalleryItem119.Caption = "Exploded Doughnut";
            spreadsheetCommandGalleryItem119.CommandName = "InsertChartDoughnutExploded2D";
            spreadsheetCommandGalleryItem119.Description = "Display the contribution of each value to a total while emphasizing individual va" +
    "lues like an exploded pie chart, but it can contain multiple series.";
            spreadsheetCommandGalleryItem119.Hint = "Display the contribution of each value to a total while emphasizing individual va" +
    "lues like an exploded pie chart, but it can contain multiple series.";
            spreadsheetCommandGalleryItemGroup24.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem118,
            spreadsheetCommandGalleryItem119});
            this.commandBarGalleryDropDown15.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup22,
            spreadsheetCommandGalleryItemGroup23,
            spreadsheetCommandGalleryItemGroup24});
            this.commandBarGalleryDropDown15.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown15.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown15.Name = "commandBarGalleryDropDown15";
            this.commandBarGalleryDropDown15.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown16
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown16.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup25.Caption = "2-D Bar";
            spreadsheetCommandGalleryItemGroup25.CommandName = "InsertChartBar2DCommandGroup";
            spreadsheetCommandGalleryItem120.Caption = "Clustered Bar";
            spreadsheetCommandGalleryItem120.CommandName = "InsertChartBarClustered2D";
            spreadsheetCommandGalleryItem120.Description = "Compare values across categories using horizontal rectangles.\r\n\r\nUse it when the " +
    "values on the chart represent durations or when the category text is very long.";
            spreadsheetCommandGalleryItem120.Hint = "Compare values across categories using horizontal rectangles.\r\n\r\nUse it when the " +
    "values on the chart represent durations or when the category text is very long.";
            spreadsheetCommandGalleryItem121.Caption = "Stacked Bar";
            spreadsheetCommandGalleryItem121.CommandName = "InsertChartBarStacked2D";
            spreadsheetCommandGalleryItem121.Description = "Compare the contribution of each value to a total across categories by using hori" +
    "zontal rectangles.\r\n\r\nUse it when the values on the chart represent durations or" +
    " when the category text is very long.";
            spreadsheetCommandGalleryItem121.Hint = "Compare the contribution of each value to a total across categories by using hori" +
    "zontal rectangles.\r\n\r\nUse it when the values on the chart represent durations or" +
    " when the category text is very long.";
            spreadsheetCommandGalleryItem122.Caption = "100% Stacked Bar";
            spreadsheetCommandGalleryItem122.CommandName = "InsertChartBarPercentStacked2D";
            spreadsheetCommandGalleryItem122.Description = resources.GetString("spreadsheetCommandGalleryItem122.Description");
            spreadsheetCommandGalleryItem122.Hint = resources.GetString("spreadsheetCommandGalleryItem122.Hint");
            spreadsheetCommandGalleryItemGroup25.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem120,
            spreadsheetCommandGalleryItem121,
            spreadsheetCommandGalleryItem122});
            spreadsheetCommandGalleryItemGroup26.Caption = "3-D Bar";
            spreadsheetCommandGalleryItemGroup26.CommandName = "InsertChartBar3DCommandGroup";
            spreadsheetCommandGalleryItem123.Caption = "Clustered Bar in 3-D";
            spreadsheetCommandGalleryItem123.CommandName = "InsertChartBarClustered3D";
            spreadsheetCommandGalleryItem123.Description = "Compare values across categories and display clustered bars in 3-D format.";
            spreadsheetCommandGalleryItem123.Hint = "Compare values across categories and display clustered bars in 3-D format.";
            spreadsheetCommandGalleryItem124.Caption = "Stacked Bar in 3-D";
            spreadsheetCommandGalleryItem124.CommandName = "InsertChartBarStacked3D";
            spreadsheetCommandGalleryItem124.Description = "Compare the contribution of each value to a total across categories and display s" +
    "tacked bars in 3-D format.";
            spreadsheetCommandGalleryItem124.Hint = "Compare the contribution of each value to a total across categories and display s" +
    "tacked bars in 3-D format.";
            spreadsheetCommandGalleryItem125.Caption = "100% Stacked Bar in 3-D";
            spreadsheetCommandGalleryItem125.CommandName = "InsertChartBarPercentStacked3D";
            spreadsheetCommandGalleryItem125.Description = "Compare the percentange each value contributes to a total across categories and d" +
    "isplay 100% stacked bars in 3-D format.";
            spreadsheetCommandGalleryItem125.Hint = "Compare the percentange each value contributes to a total across categories and d" +
    "isplay 100% stacked bars in 3-D format.";
            spreadsheetCommandGalleryItemGroup26.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem123,
            spreadsheetCommandGalleryItem124,
            spreadsheetCommandGalleryItem125});
            spreadsheetCommandGalleryItemGroup27.Caption = "Цилиндр";
            spreadsheetCommandGalleryItemGroup27.CommandName = "InsertChartHorizontalCylinderCommandGroup";
            spreadsheetCommandGalleryItem126.Caption = "Clustered Horizontal Cylinder";
            spreadsheetCommandGalleryItem126.CommandName = "InsertChartHorizontalCylinderClustered";
            spreadsheetCommandGalleryItem126.Description = "Compare values across categories.";
            spreadsheetCommandGalleryItem126.Hint = "Compare values across categories.";
            spreadsheetCommandGalleryItem127.Caption = "Stacked Horizontal Cylinder";
            spreadsheetCommandGalleryItem127.CommandName = "InsertChartHorizontalCylinderStacked";
            spreadsheetCommandGalleryItem127.Description = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem127.Hint = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem128.Caption = "100% Stacked Horizontal Cylinder";
            spreadsheetCommandGalleryItem128.CommandName = "InsertChartHorizontalCylinderPercentStacked";
            spreadsheetCommandGalleryItem128.Description = "Compare the percentange each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem128.Hint = "Compare the percentange each value contributes to a total across categories.";
            spreadsheetCommandGalleryItemGroup27.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem126,
            spreadsheetCommandGalleryItem127,
            spreadsheetCommandGalleryItem128});
            spreadsheetCommandGalleryItemGroup28.Caption = "Cone";
            spreadsheetCommandGalleryItemGroup28.CommandName = "InsertChartHorizontalConeCommandGroup";
            spreadsheetCommandGalleryItem129.Caption = "Clustered Horizontal Cone";
            spreadsheetCommandGalleryItem129.CommandName = "InsertChartHorizontalConeClustered";
            spreadsheetCommandGalleryItem129.Description = "Compare values across categories.";
            spreadsheetCommandGalleryItem129.Hint = "Compare values across categories.";
            spreadsheetCommandGalleryItem130.Caption = "Stacked Horizontal Cone";
            spreadsheetCommandGalleryItem130.CommandName = "InsertChartHorizontalConeStacked";
            spreadsheetCommandGalleryItem130.Description = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem130.Hint = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem131.Caption = "100% Stacked Horizontal Cone";
            spreadsheetCommandGalleryItem131.CommandName = "InsertChartHorizontalConePercentStacked";
            spreadsheetCommandGalleryItem131.Description = "Compare the percentange each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem131.Hint = "Compare the percentange each value contributes to a total across categories.";
            spreadsheetCommandGalleryItemGroup28.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem129,
            spreadsheetCommandGalleryItem130,
            spreadsheetCommandGalleryItem131});
            spreadsheetCommandGalleryItemGroup29.Caption = "Pyramid";
            spreadsheetCommandGalleryItemGroup29.CommandName = "InsertChartHorizontalPyramidCommandGroup";
            spreadsheetCommandGalleryItem132.Caption = "Clustered Horizontal Pyramid";
            spreadsheetCommandGalleryItem132.CommandName = "InsertChartHorizontalPyramidClustered";
            spreadsheetCommandGalleryItem132.Description = "Compare values across categories.";
            spreadsheetCommandGalleryItem132.Hint = "Compare values across categories.";
            spreadsheetCommandGalleryItem133.Caption = "Stacked Horizontal Pyramid";
            spreadsheetCommandGalleryItem133.CommandName = "InsertChartHorizontalPyramidStacked";
            spreadsheetCommandGalleryItem133.Description = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem133.Hint = "Compare the contribution of each value to a total across categories.";
            spreadsheetCommandGalleryItem134.Caption = "100% Stacked Horizontal Pyramid";
            spreadsheetCommandGalleryItem134.CommandName = "InsertChartHorizontalPyramidPercentStacked";
            spreadsheetCommandGalleryItem134.Description = "Compare the percentange each value contributes to a total across categories.";
            spreadsheetCommandGalleryItem134.Hint = "Compare the percentange each value contributes to a total across categories.";
            spreadsheetCommandGalleryItemGroup29.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem132,
            spreadsheetCommandGalleryItem133,
            spreadsheetCommandGalleryItem134});
            this.commandBarGalleryDropDown16.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup25,
            spreadsheetCommandGalleryItemGroup26,
            spreadsheetCommandGalleryItemGroup27,
            spreadsheetCommandGalleryItemGroup28,
            spreadsheetCommandGalleryItemGroup29});
            this.commandBarGalleryDropDown16.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown16.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown16.Name = "commandBarGalleryDropDown16";
            this.commandBarGalleryDropDown16.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown17
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown17.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup30.Caption = "2-D Area";
            spreadsheetCommandGalleryItemGroup30.CommandName = "InsertChartArea2DCommandGroup";
            spreadsheetCommandGalleryItem135.Caption = "Область";
            spreadsheetCommandGalleryItem135.CommandName = "InsertChartArea";
            spreadsheetCommandGalleryItem135.Description = "Display the trend of values over time or categories.";
            spreadsheetCommandGalleryItem135.Hint = "Display the trend of values over time or categories.";
            spreadsheetCommandGalleryItem136.Caption = "Stacked Area";
            spreadsheetCommandGalleryItem136.CommandName = "InsertChartStackedArea";
            spreadsheetCommandGalleryItem136.Description = "Display the trend of the contribution of each value over time or categories.\r\n\r\nU" +
    "se it to emphasize the trend in the total across series for one category.";
            spreadsheetCommandGalleryItem136.Hint = "Display the trend of the contribution of each value over time or categories.\r\n\r\nU" +
    "se it to emphasize the trend in the total across series for one category.";
            spreadsheetCommandGalleryItem137.Caption = "100% Stacked Area";
            spreadsheetCommandGalleryItem137.CommandName = "InsertChartPercentStackedArea";
            spreadsheetCommandGalleryItem137.Description = "Display the trend of the percentage each value contibutes over time or categories" +
    ".\r\n\r\nUse it to emphasize the trend in the proportion of each series.";
            spreadsheetCommandGalleryItem137.Hint = "Display the trend of the percentage each value contibutes over time or categories" +
    ".\r\n\r\nUse it to emphasize the trend in the proportion of each series.";
            spreadsheetCommandGalleryItemGroup30.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem135,
            spreadsheetCommandGalleryItem136,
            spreadsheetCommandGalleryItem137});
            spreadsheetCommandGalleryItemGroup31.Caption = "3-D Area";
            spreadsheetCommandGalleryItemGroup31.CommandName = "InsertChartArea3DCommandGroup";
            spreadsheetCommandGalleryItem138.Caption = "3-D Area";
            spreadsheetCommandGalleryItem138.CommandName = "InsertChartArea3D";
            spreadsheetCommandGalleryItem138.Description = "Display the trend of values over time or categories using areas on three axes.";
            spreadsheetCommandGalleryItem138.Hint = "Display the trend of values over time or categories using areas on three axes.";
            spreadsheetCommandGalleryItem139.Caption = "Stacked Area in 3-D";
            spreadsheetCommandGalleryItem139.CommandName = "InsertChartStackedArea3D";
            spreadsheetCommandGalleryItem139.Description = "Display the trend of the contribution of each value over time or categories by us" +
    "ing stacked areas in a 3-D format.";
            spreadsheetCommandGalleryItem139.Hint = "Display the trend of the contribution of each value over time or categories by us" +
    "ing stacked areas in a 3-D format.";
            spreadsheetCommandGalleryItem140.Caption = "100% Stacked Area in 3-D";
            spreadsheetCommandGalleryItem140.CommandName = "InsertChartPercentStackedArea3D";
            spreadsheetCommandGalleryItem140.Description = "Display the trend of the percentage each value contributes over time or categorie" +
    "s by using 100% stacked areas in 3-D format.";
            spreadsheetCommandGalleryItem140.Hint = "Display the trend of the percentage each value contributes over time or categorie" +
    "s by using 100% stacked areas in 3-D format.";
            spreadsheetCommandGalleryItemGroup31.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem138,
            spreadsheetCommandGalleryItem139,
            spreadsheetCommandGalleryItem140});
            this.commandBarGalleryDropDown17.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup30,
            spreadsheetCommandGalleryItemGroup31});
            this.commandBarGalleryDropDown17.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown17.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown17.Name = "commandBarGalleryDropDown17";
            this.commandBarGalleryDropDown17.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown18
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown18.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup32.Caption = "Scatter";
            spreadsheetCommandGalleryItemGroup32.CommandName = "InsertChartScatterCommandGroup";
            spreadsheetCommandGalleryItem141.Caption = "Scatter with only Markers";
            spreadsheetCommandGalleryItem141.CommandName = "InsertChartScatterMarkers";
            spreadsheetCommandGalleryItem141.Description = "Compare pairs of values.\r\n\r\nUse is when the values are not in X-axis order or whe" +
    "n they represent separate measurements.";
            spreadsheetCommandGalleryItem141.Hint = "Compare pairs of values.\r\n\r\nUse is when the values are not in X-axis order or whe" +
    "n they represent separate measurements.";
            spreadsheetCommandGalleryItem142.Caption = "Scatter with Smooth Lines and Markers";
            spreadsheetCommandGalleryItem142.CommandName = "InsertChartScatterSmoothLinesAndMarkers";
            spreadsheetCommandGalleryItem142.Description = "Compare pairs of values.\r\n\r\nUse is when there are a few data points in X-axis ord" +
    "er and the data represents a function.";
            spreadsheetCommandGalleryItem142.Hint = "Compare pairs of values.\r\n\r\nUse is when there are a few data points in X-axis ord" +
    "er and the data represents a function.";
            spreadsheetCommandGalleryItem143.Caption = "Scatter with Smooth Lines";
            spreadsheetCommandGalleryItem143.CommandName = "InsertChartScatterSmoothLines";
            spreadsheetCommandGalleryItem143.Description = "Compare pairs of values.\r\n\r\nUse is when there are many data points in X-axis orde" +
    "r and the data represents a function.";
            spreadsheetCommandGalleryItem143.Hint = "Compare pairs of values.\r\n\r\nUse is when there are many data points in X-axis orde" +
    "r and the data represents a function.";
            spreadsheetCommandGalleryItem144.Caption = "Scatter with Straight Lines and Markers";
            spreadsheetCommandGalleryItem144.CommandName = "InsertChartScatterLinesAndMarkers";
            spreadsheetCommandGalleryItem144.Description = "Compare pairs of values.\r\n\r\nUse is when there are a few data points in X-axis ord" +
    "er and the data represents separate samples.";
            spreadsheetCommandGalleryItem144.Hint = "Compare pairs of values.\r\n\r\nUse is when there are a few data points in X-axis ord" +
    "er and the data represents separate samples.";
            spreadsheetCommandGalleryItem145.Caption = "Scatter with Straight Lines";
            spreadsheetCommandGalleryItem145.CommandName = "InsertChartScatterLines";
            spreadsheetCommandGalleryItem145.Description = "Compare pairs of values.\r\n\r\nUse is when there are many data points in X-axis orde" +
    "r and the data represents separate samples.";
            spreadsheetCommandGalleryItem145.Hint = "Compare pairs of values.\r\n\r\nUse is when there are many data points in X-axis orde" +
    "r and the data represents separate samples.";
            spreadsheetCommandGalleryItemGroup32.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem141,
            spreadsheetCommandGalleryItem142,
            spreadsheetCommandGalleryItem143,
            spreadsheetCommandGalleryItem144,
            spreadsheetCommandGalleryItem145});
            spreadsheetCommandGalleryItemGroup33.Caption = "Bubble";
            spreadsheetCommandGalleryItemGroup33.CommandName = "InsertChartBubbleCommandGroup";
            spreadsheetCommandGalleryItem146.Caption = "Bubble";
            spreadsheetCommandGalleryItem146.CommandName = "InsertChartBubble";
            spreadsheetCommandGalleryItem146.Description = "Resembles a scatter chart, but compares sets of three values instead of two. The " +
    "third value determines the size of the bubble marker.";
            spreadsheetCommandGalleryItem146.Hint = "Resembles a scatter chart, but compares sets of three values instead of two. The " +
    "third value determines the size of the bubble marker.";
            spreadsheetCommandGalleryItem147.Caption = "Bubble with a 3-D effect";
            spreadsheetCommandGalleryItem147.CommandName = "InsertChartBubble3D";
            spreadsheetCommandGalleryItem147.Description = "Resembles a scatter chart, but compares sets of three values instead of two. The " +
    "third value determines the size of the bubble marker, which is displayed with a " +
    "3-D effect.";
            spreadsheetCommandGalleryItem147.Hint = "Resembles a scatter chart, but compares sets of three values instead of two. The " +
    "third value determines the size of the bubble marker, which is displayed with a " +
    "3-D effect.";
            spreadsheetCommandGalleryItemGroup33.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem146,
            spreadsheetCommandGalleryItem147});
            this.commandBarGalleryDropDown18.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup32,
            spreadsheetCommandGalleryItemGroup33});
            this.commandBarGalleryDropDown18.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown18.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown18.Name = "commandBarGalleryDropDown18";
            this.commandBarGalleryDropDown18.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown19
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown19.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup34.Caption = "Биржевая";
            spreadsheetCommandGalleryItemGroup34.CommandName = "InsertChartStockCommandGroup";
            spreadsheetCommandGalleryItem148.Caption = "High-Low-Close";
            spreadsheetCommandGalleryItem148.CommandName = "InsertChartStockHighLowClose";
            spreadsheetCommandGalleryItem148.Description = "Requires three series of values in order High, Low and Close.";
            spreadsheetCommandGalleryItem148.Hint = "Requires three series of values in order High, Low and Close.";
            spreadsheetCommandGalleryItem149.Caption = "Open-High-Low-Close";
            spreadsheetCommandGalleryItem149.CommandName = "InsertChartStockOpenHighLowClose";
            spreadsheetCommandGalleryItem149.Description = "Requires four series of values in order Open, High, Low and Close.";
            spreadsheetCommandGalleryItem149.Hint = "Requires four series of values in order Open, High, Low and Close.";
            spreadsheetCommandGalleryItem150.Caption = "Volume-High-Low-Close";
            spreadsheetCommandGalleryItem150.CommandName = "InsertChartStockVolumeHighLowClose";
            spreadsheetCommandGalleryItem150.Description = "Requires four series of values in order Volume, High, Low and Close.";
            spreadsheetCommandGalleryItem150.Hint = "Requires four series of values in order Volume, High, Low and Close.";
            spreadsheetCommandGalleryItem151.Caption = "Volume-Open-High-Low-Close";
            spreadsheetCommandGalleryItem151.CommandName = "InsertChartStockVolumeOpenHighLowClose";
            spreadsheetCommandGalleryItem151.Description = "Requires five series of values in order Volume, Open, High, Low and Close.";
            spreadsheetCommandGalleryItem151.Hint = "Requires five series of values in order Volume, Open, High, Low and Close.";
            spreadsheetCommandGalleryItemGroup34.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem148,
            spreadsheetCommandGalleryItem149,
            spreadsheetCommandGalleryItem150,
            spreadsheetCommandGalleryItem151});
            spreadsheetCommandGalleryItemGroup35.Caption = "Radar";
            spreadsheetCommandGalleryItemGroup35.CommandName = "InsertChartRadarCommandGroup";
            spreadsheetCommandGalleryItem152.Caption = "Radar";
            spreadsheetCommandGalleryItem152.CommandName = "InsertChartRadar";
            spreadsheetCommandGalleryItem152.Description = "Display values relative to a center point.\r\n\r\nUse it when the categories are not " +
    "directly comparable.";
            spreadsheetCommandGalleryItem152.Hint = "Display values relative to a center point.\r\n\r\nUse it when the categories are not " +
    "directly comparable.";
            spreadsheetCommandGalleryItem153.Caption = "Radar with Markers";
            spreadsheetCommandGalleryItem153.CommandName = "InsertChartRadarWithMarkers";
            spreadsheetCommandGalleryItem153.Description = "Display values relative to a center point.\r\n\r\nUse it when the categories are not " +
    "directly comparable.";
            spreadsheetCommandGalleryItem153.Hint = "Display values relative to a center point.\r\n\r\nUse it when the categories are not " +
    "directly comparable.";
            spreadsheetCommandGalleryItem154.Caption = "Filled Radar";
            spreadsheetCommandGalleryItem154.CommandName = "InsertChartRadarFilled";
            spreadsheetCommandGalleryItem154.Description = "Display values relative to a center point.\r\n\r\nUse it when the categories are not " +
    "directly comparable and there is only one series.";
            spreadsheetCommandGalleryItem154.Hint = "Display values relative to a center point.\r\n\r\nUse it when the categories are not " +
    "directly comparable and there is only one series.";
            spreadsheetCommandGalleryItemGroup35.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem152,
            spreadsheetCommandGalleryItem153,
            spreadsheetCommandGalleryItem154});
            this.commandBarGalleryDropDown19.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup34,
            spreadsheetCommandGalleryItemGroup35});
            this.commandBarGalleryDropDown19.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown19.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown19.Name = "commandBarGalleryDropDown19";
            this.commandBarGalleryDropDown19.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown20
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown20.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown20.Gallery.ColumnCount = 1;
            this.commandBarGalleryDropDown20.Gallery.DrawImageBackground = false;
            this.commandBarGalleryDropDown20.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.commandBarGalleryDropDown20.Gallery.ItemAutoSizeMode = DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAutoSizeMode.None;
            this.commandBarGalleryDropDown20.Gallery.ItemSize = new System.Drawing.Size(136, 26);
            this.commandBarGalleryDropDown20.Gallery.RowCount = 14;
            this.commandBarGalleryDropDown20.Gallery.ShowGroupCaption = false;
            this.commandBarGalleryDropDown20.Gallery.ShowItemText = true;
            this.commandBarGalleryDropDown20.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown20.Name = "commandBarGalleryDropDown20";
            this.commandBarGalleryDropDown20.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown22
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown22.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup36.Caption = "Color Scales";
            spreadsheetCommandGalleryItemGroup36.CommandName = "ConditionalFormattingColorScalesCommandGroup";
            spreadsheetCommandGalleryItem155.Caption = "Green - Yellow - Red Color Scale";
            spreadsheetCommandGalleryItem155.CommandName = "ConditionalFormattingColorScaleGreenYellowRed";
            spreadsheetCommandGalleryItem155.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem155.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem156.Caption = "Red - Yellow - Green Color Scale";
            spreadsheetCommandGalleryItem156.CommandName = "ConditionalFormattingColorScaleRedYellowGreen";
            spreadsheetCommandGalleryItem156.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem156.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem157.Caption = "Green - White - Red Color Scale";
            spreadsheetCommandGalleryItem157.CommandName = "ConditionalFormattingColorScaleGreenWhiteRed";
            spreadsheetCommandGalleryItem157.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem157.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem158.Caption = "Red - White - Green Color Scale";
            spreadsheetCommandGalleryItem158.CommandName = "ConditionalFormattingColorScaleRedWhiteGreen";
            spreadsheetCommandGalleryItem158.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem158.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem159.Caption = "Blue - White - Red Color Scale";
            spreadsheetCommandGalleryItem159.CommandName = "ConditionalFormattingColorScaleBlueWhiteRed";
            spreadsheetCommandGalleryItem159.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem159.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem160.Caption = "Red - White - Blue Color Scale";
            spreadsheetCommandGalleryItem160.CommandName = "ConditionalFormattingColorScaleRedWhiteBlue";
            spreadsheetCommandGalleryItem160.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem160.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem161.Caption = "White - Red Color Scale";
            spreadsheetCommandGalleryItem161.CommandName = "ConditionalFormattingColorScaleWhiteRed";
            spreadsheetCommandGalleryItem161.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem161.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem162.Caption = "Red - White Color Scale";
            spreadsheetCommandGalleryItem162.CommandName = "ConditionalFormattingColorScaleRedWhite";
            spreadsheetCommandGalleryItem162.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem162.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem163.Caption = "Green - White Color Scale";
            spreadsheetCommandGalleryItem163.CommandName = "ConditionalFormattingColorScaleGreenWhite";
            spreadsheetCommandGalleryItem163.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem163.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem164.Caption = "White - Green Color Scale";
            spreadsheetCommandGalleryItem164.CommandName = "ConditionalFormattingColorScaleWhiteGreen";
            spreadsheetCommandGalleryItem164.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem164.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem165.Caption = "Green - Yellow Color Scale";
            spreadsheetCommandGalleryItem165.CommandName = "ConditionalFormattingColorScaleGreenYellow";
            spreadsheetCommandGalleryItem165.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem165.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem166.Caption = "Yellow - Green Color Scale";
            spreadsheetCommandGalleryItem166.CommandName = "ConditionalFormattingColorScaleYellowGreen";
            spreadsheetCommandGalleryItem166.Description = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItem166.Hint = "Displays a two or three color gradient in a range of cells. The shade of the colo" +
    "r represents the value in the cell.";
            spreadsheetCommandGalleryItemGroup36.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem155,
            spreadsheetCommandGalleryItem156,
            spreadsheetCommandGalleryItem157,
            spreadsheetCommandGalleryItem158,
            spreadsheetCommandGalleryItem159,
            spreadsheetCommandGalleryItem160,
            spreadsheetCommandGalleryItem161,
            spreadsheetCommandGalleryItem162,
            spreadsheetCommandGalleryItem163,
            spreadsheetCommandGalleryItem164,
            spreadsheetCommandGalleryItem165,
            spreadsheetCommandGalleryItem166});
            this.commandBarGalleryDropDown22.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup36});
            this.commandBarGalleryDropDown22.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown22.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown22.Name = "commandBarGalleryDropDown22";
            this.commandBarGalleryDropDown22.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown23
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown23.Gallery.AllowFilter = false;
            spreadsheetCommandGalleryItemGroup37.Caption = "Directional";
            spreadsheetCommandGalleryItemGroup37.CommandName = "ConditionalFormattingIconSetsDirectionalCommandGroup";
            spreadsheetCommandGalleryItem167.Caption = "3 Arrows (Colored)";
            spreadsheetCommandGalleryItem167.CommandName = "ConditionalFormattingIconSetArrows3Colored";
            spreadsheetCommandGalleryItem167.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem167.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem168.Caption = "3 Arrows (Gray)";
            spreadsheetCommandGalleryItem168.CommandName = "ConditionalFormattingIconSetArrows3Grayed";
            spreadsheetCommandGalleryItem168.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem168.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem169.Caption = "4 Arrows (Colored)";
            spreadsheetCommandGalleryItem169.CommandName = "ConditionalFormattingIconSetArrows4Colored";
            spreadsheetCommandGalleryItem169.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem169.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem170.Caption = "4 Arrows (Gray)";
            spreadsheetCommandGalleryItem170.CommandName = "ConditionalFormattingIconSetArrows4Grayed";
            spreadsheetCommandGalleryItem170.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem170.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem171.Caption = "5 Arrows (Colored)";
            spreadsheetCommandGalleryItem171.CommandName = "ConditionalFormattingIconSetArrows5Colored";
            spreadsheetCommandGalleryItem171.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem171.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem172.Caption = "5 Arrows (Gray)";
            spreadsheetCommandGalleryItem172.CommandName = "ConditionalFormattingIconSetArrows5Grayed";
            spreadsheetCommandGalleryItem172.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem172.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem173.Caption = "3 Triangles";
            spreadsheetCommandGalleryItem173.CommandName = "ConditionalFormattingIconSetTriangles3";
            spreadsheetCommandGalleryItem173.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem173.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItemGroup37.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem167,
            spreadsheetCommandGalleryItem168,
            spreadsheetCommandGalleryItem169,
            spreadsheetCommandGalleryItem170,
            spreadsheetCommandGalleryItem171,
            spreadsheetCommandGalleryItem172,
            spreadsheetCommandGalleryItem173});
            spreadsheetCommandGalleryItemGroup38.Caption = "Shapes";
            spreadsheetCommandGalleryItemGroup38.CommandName = "ConditionalFormattingIconSetsShapesCommandGroup";
            spreadsheetCommandGalleryItem174.Caption = "3 Traffic Lights ()";
            spreadsheetCommandGalleryItem174.CommandName = "ConditionalFormattingIconSetTrafficLights3";
            spreadsheetCommandGalleryItem174.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem174.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem175.Caption = "3 Traffic Lights (Rimmed)";
            spreadsheetCommandGalleryItem175.CommandName = "ConditionalFormattingIconSetTrafficLights3Rimmed";
            spreadsheetCommandGalleryItem175.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem175.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem176.Caption = "4 Traffic Lights";
            spreadsheetCommandGalleryItem176.CommandName = "ConditionalFormattingIconSetTrafficLights4";
            spreadsheetCommandGalleryItem176.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem176.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem177.Caption = "3 Signs";
            spreadsheetCommandGalleryItem177.CommandName = "ConditionalFormattingIconSetSigns3";
            spreadsheetCommandGalleryItem177.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem177.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem178.Caption = "Red To Black";
            spreadsheetCommandGalleryItem178.CommandName = "ConditionalFormattingIconSetRedToBlack";
            spreadsheetCommandGalleryItem178.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem178.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItemGroup38.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem174,
            spreadsheetCommandGalleryItem175,
            spreadsheetCommandGalleryItem176,
            spreadsheetCommandGalleryItem177,
            spreadsheetCommandGalleryItem178});
            spreadsheetCommandGalleryItemGroup39.Caption = "Индикаторы";
            spreadsheetCommandGalleryItemGroup39.CommandName = "ConditionalFormattingIconSetsIndicatorsCommandGroup";
            spreadsheetCommandGalleryItem179.Caption = "3 Symbols (Circled)";
            spreadsheetCommandGalleryItem179.CommandName = "ConditionalFormattingIconSetSymbols3Circled";
            spreadsheetCommandGalleryItem179.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem179.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem180.Caption = "3 Symbols (Uncircled)";
            spreadsheetCommandGalleryItem180.CommandName = "ConditionalFormattingIconSetSymbols3";
            spreadsheetCommandGalleryItem180.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem180.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem181.Caption = "3 Flags";
            spreadsheetCommandGalleryItem181.CommandName = "ConditionalFormattingIconSetFlags3";
            spreadsheetCommandGalleryItem181.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem181.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItemGroup39.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem179,
            spreadsheetCommandGalleryItem180,
            spreadsheetCommandGalleryItem181});
            spreadsheetCommandGalleryItemGroup40.Caption = "Ratings";
            spreadsheetCommandGalleryItemGroup40.CommandName = "ConditionalFormattingIconSetsRatingsCommandGroup";
            spreadsheetCommandGalleryItem182.Caption = "3 Stars";
            spreadsheetCommandGalleryItem182.CommandName = "ConditionalFormattingIconSetStars3";
            spreadsheetCommandGalleryItem182.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem182.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem183.Caption = "4 Ratings";
            spreadsheetCommandGalleryItem183.CommandName = "ConditionalFormattingIconSetRatings4";
            spreadsheetCommandGalleryItem183.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem183.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem184.Caption = "5 Ratings";
            spreadsheetCommandGalleryItem184.CommandName = "ConditionalFormattingIconSetRatings5";
            spreadsheetCommandGalleryItem184.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem184.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem185.Caption = "5 Quarters";
            spreadsheetCommandGalleryItem185.CommandName = "ConditionalFormattingIconSetQuarters5";
            spreadsheetCommandGalleryItem185.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem185.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem186.Caption = "5 Boxes";
            spreadsheetCommandGalleryItem186.CommandName = "ConditionalFormattingIconSetBoxes5";
            spreadsheetCommandGalleryItem186.Description = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItem186.Hint = "Display an icon from the above icon set in each cell. Each icon represents a valu" +
    "e in the cell.";
            spreadsheetCommandGalleryItemGroup40.Items.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItem[] {
            spreadsheetCommandGalleryItem182,
            spreadsheetCommandGalleryItem183,
            spreadsheetCommandGalleryItem184,
            spreadsheetCommandGalleryItem185,
            spreadsheetCommandGalleryItem186});
            this.commandBarGalleryDropDown23.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            spreadsheetCommandGalleryItemGroup37,
            spreadsheetCommandGalleryItemGroup38,
            spreadsheetCommandGalleryItemGroup39,
            spreadsheetCommandGalleryItemGroup40});
            this.commandBarGalleryDropDown23.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.commandBarGalleryDropDown23.Gallery.ShowScrollBar = DevExpress.XtraBars.Ribbon.Gallery.ShowScrollBar.Auto;
            this.commandBarGalleryDropDown23.Name = "commandBarGalleryDropDown23";
            this.commandBarGalleryDropDown23.Ribbon = this.ribbonControl;
            // 
            // commandBarGalleryDropDown24
            // 
            // 
            // 
            // 
            this.commandBarGalleryDropDown24.Gallery.AllowFilter = false;
            this.commandBarGalleryDropDown24.Gallery.ColumnCount = 7;
            this.commandBarGalleryDropDown24.Gallery.DrawImageBackground = false;
            this.commandBarGalleryDropDown24.Gallery.ItemAutoSizeMode = DevExpress.XtraBars.Ribbon.Gallery.GalleryItemAutoSizeMode.None;
            this.commandBarGalleryDropDown24.Gallery.ItemSize = new System.Drawing.Size(73, 58);
            this.commandBarGalleryDropDown24.Gallery.RowCount = 10;
            this.commandBarGalleryDropDown24.Name = "commandBarGalleryDropDown24";
            this.commandBarGalleryDropDown24.Ribbon = this.ribbonControl;
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.FileName = "openFileDialog1";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 219);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.splitContainerControl2);
            this.splitContainerControl1.Panel1.Text = "Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.pictureEditFile);
            this.splitContainerControl1.Panel2.Text = "Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1100, 433);
            this.splitContainerControl1.SplitterPosition = 356;
            this.splitContainerControl1.TabIndex = 9;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Horizontal = false;
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.pictureEditPattern);
            this.splitContainerControl2.Panel1.Text = "Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.propertyGridControl1);
            this.splitContainerControl2.Panel2.Text = "Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(356, 433);
            this.splitContainerControl2.SplitterPosition = 254;
            this.splitContainerControl2.TabIndex = 0;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // pictureEditPattern
            // 
            this.pictureEditPattern.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureEditPattern.Location = new System.Drawing.Point(0, 0);
            this.pictureEditPattern.MenuManager = this.ribbonControl;
            this.pictureEditPattern.Name = "pictureEditPattern";
            this.pictureEditPattern.Size = new System.Drawing.Size(356, 254);
            this.pictureEditPattern.TabIndex = 0;
            // 
            // propertyGridControl1
            // 
            this.propertyGridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.propertyGridControl1.Location = new System.Drawing.Point(0, 0);
            this.propertyGridControl1.Name = "propertyGridControl1";
            this.propertyGridControl1.Size = new System.Drawing.Size(356, 171);
            this.propertyGridControl1.TabIndex = 0;
            // 
            // pictureEditFile
            // 
            this.pictureEditFile.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureEditFile.Location = new System.Drawing.Point(0, 0);
            this.pictureEditFile.MenuManager = this.ribbonControl;
            this.pictureEditFile.Name = "pictureEditFile";
            this.pictureEditFile.Size = new System.Drawing.Size(736, 433);
            this.pictureEditFile.TabIndex = 7;
            this.pictureEditFile.EditValueChanged += new System.EventHandler(this.pictureEditFile_EditValueChanged);
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.ItemLinks.Add(this.barCheckItem1);
            this.ribbonPageGroup4.ItemLinks.Add(this.barCheckItem2);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.Text = "ribbonPageGroup4";
            // 
            // barCheckItem1
            // 
            this.barCheckItem1.Caption = "With Color";
            this.barCheckItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barCheckItem1.Glyph")));
            this.barCheckItem1.Id = 336;
            this.barCheckItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barCheckItem1.LargeGlyph")));
            this.barCheckItem1.Name = "barCheckItem1";
            // 
            // barCheckItem2
            // 
            this.barCheckItem2.Caption = "Fast Mode";
            this.barCheckItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barCheckItem2.Glyph")));
            this.barCheckItem2.Id = 338;
            this.barCheckItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barCheckItem2.LargeGlyph")));
            this.barCheckItem2.Name = "barCheckItem2";
            // 
            // MainForm
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
            this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1100, 700);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonControl);
            this.Name = "MainForm";
            this.Ribbon = this.ribbonControl;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "FFT CATCHER";
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown21)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpreadsheetFontSizeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupGalleryEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown11)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown12)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown13)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown14)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown15)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown16)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown17)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown18)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown19)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown20)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown22)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown23)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.commandBarGalleryDropDown24)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditPattern.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.propertyGridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEditFile.Properties)).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()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     System.ComponentModel.ComponentResourceManager  resources           = new System.ComponentModel.ComponentResourceManager(typeof(FormLogin));
     this.cboServers    = new System.Windows.Forms.ComboBox();
     this.txtPassword   = new DevExpress.XtraEditors.TextEdit();
     this.txtLogin      = new DevExpress.XtraEditors.TextEdit();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.btnExit       = new DevExpress.XtraEditors.SimpleButton();
     this.btnLogin      = new DevExpress.XtraEditors.SimpleButton();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogin.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager
     //
     splashScreenManager.ClosingDelay = 500;
     //
     // cboServers
     //
     this.cboServers.BackColor         = System.Drawing.Color.White;
     this.cboServers.Font              = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboServers.FormattingEnabled = true;
     this.cboServers.Location          = new System.Drawing.Point(178, 30);
     this.cboServers.Margin            = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.cboServers.Name              = "cboServers";
     this.cboServers.Size              = new System.Drawing.Size(223, 24);
     this.cboServers.TabIndex          = 11;
     this.cboServers.DropDown         += new System.EventHandler(this.cboServers_DropDown);
     //
     // txtPassword
     //
     this.txtPassword.EditValue = "";
     this.txtPassword.Location  = new System.Drawing.Point(178, 122);
     this.txtPassword.Margin    = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.txtPassword.Name      = "txtPassword";
     this.txtPassword.Properties.Appearance.Font             = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPassword.Properties.Appearance.Options.UseFont  = true;
     this.txtPassword.Properties.Appearance.Options.UseImage = true;
     this.txtPassword.Size     = new System.Drawing.Size(223, 22);
     this.txtPassword.TabIndex = 15;
     //
     // txtLogin
     //
     this.txtLogin.EditValue = "";
     this.txtLogin.Location  = new System.Drawing.Point(178, 75);
     this.txtLogin.Margin    = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.txtLogin.Name      = "txtLogin";
     this.txtLogin.Properties.Appearance.Font            = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLogin.Properties.Appearance.Options.UseFont = true;
     this.txtLogin.Size     = new System.Drawing.Size(223, 22);
     this.txtLogin.TabIndex = 13;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.Location = new System.Drawing.Point(31, 125);
     this.labelControl3.Margin   = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(68, 16);
     this.labelControl3.TabIndex = 14;
     this.labelControl3.Text     = "Password:"******"Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.Location = new System.Drawing.Point(31, 78);
     this.labelControl2.Margin   = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(40, 16);
     this.labelControl2.TabIndex = 12;
     this.labelControl2.Text     = "Login:"******"Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(31, 33);
     this.labelControl1.Margin   = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(89, 16);
     this.labelControl1.TabIndex = 10;
     this.labelControl1.Text     = "Server name:";
     //
     // btnExit
     //
     this.btnExit.Appearance.Font            = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnExit.Appearance.Options.UseFont = true;
     this.btnExit.ImageOptions.Image         = global::BK_Restore.Properties.Resources.logout;
     this.btnExit.Location = new System.Drawing.Point(297, 163);
     this.btnExit.Name     = "btnExit";
     this.btnExit.Size     = new System.Drawing.Size(104, 33);
     this.btnExit.TabIndex = 18;
     this.btnExit.Text     = "Exit";
     this.btnExit.Click   += new System.EventHandler(this.btnExit_Click);
     //
     // btnLogin
     //
     this.btnLogin.Appearance.Font            = new System.Drawing.Font("Verdana", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.Appearance.Options.UseFont = true;
     this.btnLogin.ImageOptions.Image         = global::BK_Restore.Properties.Resources.data_security;
     this.btnLogin.Location = new System.Drawing.Point(178, 163);
     this.btnLogin.Margin   = new System.Windows.Forms.Padding(2, 4, 2, 4);
     this.btnLogin.Name     = "btnLogin";
     this.btnLogin.Size     = new System.Drawing.Size(104, 33);
     this.btnLogin.TabIndex = 16;
     this.btnLogin.Text     = "Connect";
     this.btnLogin.Click   += new System.EventHandler(this.btnLogin_Click);
     //
     // FormLogin
     //
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions        = new System.Drawing.SizeF(9F, 21F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(432, 227);
     this.Controls.Add(this.btnExit);
     this.Controls.Add(this.cboServers);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.txtLogin);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.labelControl1);
     this.Font          = new System.Drawing.Font("Segoe UI", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(4, 5, 4, 5);
     this.Name          = "FormLogin";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Connect to Server";
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtLogin.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #27
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     System.ComponentModel.ComponentResourceManager  resources            = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.ribbon                    = new DevExpress.XtraBars.Ribbon.RibbonControl();
     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.barButtonItem5            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem18           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem20           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem23           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem24           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem27           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem28           = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1            = new DevExpress.XtraBars.BarStaticItem();
     this.Bs_CURUSER                = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem29           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem30           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem31           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem32           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem33           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem34           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem35           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem36           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem37           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem38           = new DevExpress.XtraBars.BarButtonItem();
     this.bs_version                = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem39           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem40           = new DevExpress.XtraBars.BarButtonItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barButtonItem41           = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21           = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonPage1               = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup4          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2               = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup5          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage3               = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup6          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup7          = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonStatusBar           = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.xtraTabControl1           = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1              = new DevExpress.XtraTab.XtraTabPage();
     this.pictureEdit1              = new DevExpress.XtraEditors.PictureEdit();
     this.barStaticItem2            = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3            = new DevExpress.XtraBars.BarStaticItem();
     this.bsi_idc                   = new DevExpress.XtraBars.BarStaticItem();
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 500;
     //
     // ribbon
     //
     this.ribbon.ExpandCollapseItem.Id = 0;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.barButtonItem1,
         this.barButtonItem2,
         this.barButtonItem3,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barButtonItem6,
         this.barButtonItem7,
         this.barButtonItem8,
         this.barButtonItem9,
         this.barButtonItem10,
         this.barButtonItem11,
         this.barButtonItem12,
         this.barButtonItem13,
         this.barButtonItem14,
         this.barButtonItem15,
         this.barButtonItem16,
         this.barButtonItem17,
         this.barButtonItem18,
         this.barButtonItem19,
         this.barButtonItem20,
         this.barButtonItem22,
         this.barButtonItem23,
         this.barButtonItem24,
         this.barButtonItem25,
         this.barButtonItem26,
         this.barButtonItem27,
         this.barButtonItem28,
         this.barStaticItem1,
         this.Bs_CURUSER,
         this.barButtonItem29,
         this.barButtonItem30,
         this.barButtonItem31,
         this.barButtonItem32,
         this.barButtonItem33,
         this.barButtonItem34,
         this.barButtonItem35,
         this.barButtonItem36,
         this.barButtonItem37,
         this.barButtonItem38,
         this.bs_version,
         this.barButtonItem39,
         this.barButtonItem40,
         this.skinRibbonGalleryBarItem1,
         this.barButtonItem41,
         this.barButtonItem21,
         this.barStaticItem2,
         this.barStaticItem3,
         this.bsi_idc
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 56;
     this.ribbon.Name      = "ribbon";
     this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.ribbonPage1,
         this.ribbonPage2,
         this.ribbonPage3
     });
     this.ribbon.QuickToolbarItemLinks.Add(this.barButtonItem39);
     this.ribbon.QuickToolbarItemLinks.Add(this.barButtonItem40);
     this.ribbon.QuickToolbarItemLinks.Add(this.barButtonItem41);
     this.ribbon.Size      = new System.Drawing.Size(1220, 186);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "进灵登记";
     this.barButtonItem1.Id      = 1;
     this.barButtonItem1.ImageOptions.SvgImage = global::White.Properties.Resources.bo_list;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "登记浏览";
     this.barButtonItem2.Id      = 2;
     this.barButtonItem2.ImageOptions.SvgImage = global::White.Properties.Resources.bo_resume;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "业务办理";
     this.barButtonItem3.Id      = 3;
     this.barButtonItem3.ImageOptions.SvgImage = global::White.Properties.Resources.bo_organization1;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "临时销售";
     this.barButtonItem4.Id      = 4;
     this.barButtonItem4.ImageOptions.SvgImage = global::White.Properties.Resources.bo_sale;
     this.barButtonItem4.Name       = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption                 = "进灵登记查询";
     this.barButtonItem5.Id                      = 5;
     this.barButtonItem5.ImageOptions.Image      = global::White.Properties.Resources.fullstackedline_16x16;
     this.barButtonItem5.ImageOptions.LargeImage = global::White.Properties.Resources.fullstackedline_32x32;
     this.barButtonItem5.Name                    = "barButtonItem5";
     this.barButtonItem5.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption                 = "出灵数据查询";
     this.barButtonItem6.Id                      = 6;
     this.barButtonItem6.ImageOptions.Image      = global::White.Properties.Resources.dropandhighlowlines_16x16;
     this.barButtonItem6.ImageOptions.LargeImage = global::White.Properties.Resources.dropandhighlowlines_32x32;
     this.barButtonItem6.Name                    = "barButtonItem6";
     this.barButtonItem6.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     this.barButtonItem6.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption                 = "火化安排";
     this.barButtonItem7.Id                      = 7;
     this.barButtonItem7.ImageOptions.Image      = global::White.Properties.Resources.bubble3d_16x16;
     this.barButtonItem7.ImageOptions.LargeImage = global::White.Properties.Resources.bubble3d_32x32;
     this.barButtonItem7.Name                    = "barButtonItem7";
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption                 = "馆内现存查询";
     this.barButtonItem8.Id                      = 8;
     this.barButtonItem8.ImageOptions.Image      = global::White.Properties.Resources.between_16x16;
     this.barButtonItem8.ImageOptions.LargeImage = global::White.Properties.Resources.between_32x32;
     this.barButtonItem8.Name                    = "barButtonItem8";
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption                 = "守灵厅使用安排";
     this.barButtonItem9.Id                      = 9;
     this.barButtonItem9.ImageOptions.Image      = global::White.Properties.Resources.news_16x16;
     this.barButtonItem9.ImageOptions.LargeImage = global::White.Properties.Resources.news_32x32;
     this.barButtonItem9.Name                    = "barButtonItem9";
     this.barButtonItem9.RibbonStyle             = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)));
     this.barButtonItem9.Visibility              = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "寄存办理";
     this.barButtonItem10.Id      = 10;
     this.barButtonItem10.ImageOptions.SvgImage = global::White.Properties.Resources.bo_mydetails;
     this.barButtonItem10.Name       = "barButtonItem10";
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption = "寄存室数据";
     this.barButtonItem11.Id      = 11;
     this.barButtonItem11.ImageOptions.SvgImage = global::White.Properties.Resources.bo_appointment;
     this.barButtonItem11.Name       = "barButtonItem11";
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "欠费数据统计查询";
     this.barButtonItem12.Id      = 12;
     this.barButtonItem12.ImageOptions.SvgImage = global::White.Properties.Resources.bo_dashboard;
     this.barButtonItem12.Name        = "barButtonItem12";
     this.barButtonItem12.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "迁出数据查询";
     this.barButtonItem13.Id      = 13;
     this.barButtonItem13.ImageOptions.SvgImage = global::White.Properties.Resources.bo_transition;
     this.barButtonItem13.Name        = "barButtonItem13";
     this.barButtonItem13.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     this.barButtonItem13.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "原始登记查询";
     this.barButtonItem14.Id      = 14;
     this.barButtonItem14.ImageOptions.SvgImage = global::White.Properties.Resources.insertpiemap;
     this.barButtonItem14.Name        = "barButtonItem14";
     this.barButtonItem14.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "告别厅安排";
     this.barButtonItem15.Id      = 16;
     this.barButtonItem15.ImageOptions.SvgImage = global::White.Properties.Resources.mergecells;
     this.barButtonItem15.Name       = "barButtonItem15";
     this.barButtonItem15.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption                 = "业务收费日查询";
     this.barButtonItem16.Id                      = 17;
     this.barButtonItem16.ImageOptions.Image      = global::White.Properties.Resources.boposition2_16x16;
     this.barButtonItem16.ImageOptions.LargeImage = global::White.Properties.Resources.boposition2_32x32;
     this.barButtonItem16.Name                    = "barButtonItem16";
     this.barButtonItem16.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "类别统计";
     this.barButtonItem17.Id      = 18;
     this.barButtonItem17.ImageOptions.SvgImage = global::White.Properties.Resources.linenumbering;
     this.barButtonItem17.Name       = "barButtonItem17";
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem18
     //
     this.barButtonItem18.Caption = "全部单项统计";
     this.barButtonItem18.Id      = 19;
     this.barButtonItem18.ImageOptions.SvgImage = global::White.Properties.Resources.chart;
     this.barButtonItem18.Name       = "barButtonItem18";
     this.barButtonItem18.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem18_ItemClick);
     //
     // barButtonItem19
     //
     this.barButtonItem19.Caption = "收款员统计";
     this.barButtonItem19.Id      = 20;
     this.barButtonItem19.ImageOptions.SvgImage = global::White.Properties.Resources.bo_mydetails1;
     this.barButtonItem19.Name       = "barButtonItem19";
     this.barButtonItem19.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem19_ItemClick);
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption                 = "收款作废查询";
     this.barButtonItem20.Id                      = 21;
     this.barButtonItem20.ImageOptions.Image      = global::White.Properties.Resources.charttitlesnone_16x16;
     this.barButtonItem20.ImageOptions.LargeImage = global::White.Properties.Resources.charttitlesnone_32x32;
     this.barButtonItem20.Name                    = "barButtonItem20";
     this.barButtonItem20.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "财政发票项目统计";
     this.barButtonItem22.Id      = 23;
     this.barButtonItem22.ImageOptions.SvgImage = global::White.Properties.Resources.snapinsertheader;
     this.barButtonItem22.Name       = "barButtonItem22";
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem23
     //
     this.barButtonItem23.Caption                 = "用户管理";
     this.barButtonItem23.Id                      = 24;
     this.barButtonItem23.ImageOptions.Image      = global::White.Properties.Resources.boperson_16x16;
     this.barButtonItem23.ImageOptions.LargeImage = global::White.Properties.Resources.boperson_32x32;
     this.barButtonItem23.Name                    = "barButtonItem23";
     this.barButtonItem23.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem23_ItemClick);
     //
     // barButtonItem24
     //
     this.barButtonItem24.Caption                 = "角色管理";
     this.barButtonItem24.Id                      = 25;
     this.barButtonItem24.ImageOptions.Image      = global::White.Properties.Resources.bodepartment_16x16;
     this.barButtonItem24.ImageOptions.LargeImage = global::White.Properties.Resources.bodepartment_32x32;
     this.barButtonItem24.Name                    = "barButtonItem24";
     this.barButtonItem24.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem24_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption                 = "权限分配";
     this.barButtonItem25.Id                      = 26;
     this.barButtonItem25.ImageOptions.Image      = global::White.Properties.Resources.encrypt_16x16;
     this.barButtonItem25.ImageOptions.LargeImage = global::White.Properties.Resources.encrypt_32x32;
     this.barButtonItem25.Name                    = "barButtonItem25";
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "批量开具发票";
     this.barButtonItem26.Id      = 27;
     this.barButtonItem26.ImageOptions.SvgImage = global::White.Properties.Resources.shopping_barcode;
     this.barButtonItem26.Name       = "barButtonItem26";
     this.barButtonItem26.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barButtonItem27
     //
     this.barButtonItem27.Caption = "补打火化证明查询";
     this.barButtonItem27.Id      = 28;
     this.barButtonItem27.ImageOptions.SvgImage = global::White.Properties.Resources.printlayoutview;
     this.barButtonItem27.Name = "barButtonItem27";
     //
     // barButtonItem28
     //
     this.barButtonItem28.Caption            = "寄存量统计";
     this.barButtonItem28.Id                 = 29;
     this.barButtonItem28.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("barButtonItem28.ImageOptions.Image")));
     this.barButtonItem28.Name               = "barButtonItem28";
     this.barButtonItem28.RibbonStyle        = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.barButtonItem28.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem28_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "当前用户:";
     this.barStaticItem1.Id      = 30;
     this.barStaticItem1.Name    = "barStaticItem1";
     //
     // Bs_CURUSER
     //
     this.Bs_CURUSER.Id   = 31;
     this.Bs_CURUSER.Name = "Bs_CURUSER";
     //
     // barButtonItem29
     //
     this.barButtonItem29.Caption                 = "数据项维护";
     this.barButtonItem29.Id                      = 34;
     this.barButtonItem29.ImageOptions.Image      = global::White.Properties.Resources.managerules_16x161;
     this.barButtonItem29.ImageOptions.LargeImage = global::White.Properties.Resources.managerules_32x32;
     this.barButtonItem29.Name                    = "barButtonItem29";
     this.barButtonItem29.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem29_ItemClick);
     //
     // barButtonItem30
     //
     this.barButtonItem30.Caption = "服务商品及定价";
     this.barButtonItem30.Id      = 35;
     this.barButtonItem30.ImageOptions.SvgImage = global::White.Properties.Resources.bo_report;
     this.barButtonItem30.Name       = "barButtonItem30";
     this.barButtonItem30.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
     //
     // barButtonItem31
     //
     this.barButtonItem31.Caption                 = "服务套餐维护";
     this.barButtonItem31.Id                      = 36;
     this.barButtonItem31.ImageOptions.Image      = global::White.Properties.Resources.map_16x16;
     this.barButtonItem31.ImageOptions.LargeImage = global::White.Properties.Resources.map_32x32;
     this.barButtonItem31.Name                    = "barButtonItem31";
     this.barButtonItem31.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem31_ItemClick);
     //
     // barButtonItem32
     //
     this.barButtonItem32.Caption                 = "财政发票基础信息";
     this.barButtonItem32.Id                      = 37;
     this.barButtonItem32.ImageOptions.Image      = global::White.Properties.Resources.topcenterverticaloutside_16x16;
     this.barButtonItem32.ImageOptions.LargeImage = global::White.Properties.Resources.topcenterverticaloutside_32x32;
     this.barButtonItem32.Name                    = "barButtonItem32";
     this.barButtonItem32.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     this.barButtonItem32.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_ItemClick);
     //
     // barButtonItem33
     //
     this.barButtonItem33.Caption                 = "财政发票项目维护";
     this.barButtonItem33.Id                      = 38;
     this.barButtonItem33.ImageOptions.Image      = global::White.Properties.Resources.editname_16x16;
     this.barButtonItem33.ImageOptions.LargeImage = global::White.Properties.Resources.editname_32x32;
     this.barButtonItem33.Name                    = "barButtonItem33";
     this.barButtonItem33.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     this.barButtonItem33.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem33_ItemClick);
     //
     // barButtonItem34
     //
     this.barButtonItem34.Caption                 = "税务发票基础信息";
     this.barButtonItem34.Id                      = 39;
     this.barButtonItem34.ImageOptions.Image      = global::White.Properties.Resources.group_16x16;
     this.barButtonItem34.ImageOptions.LargeImage = global::White.Properties.Resources.group_32x32;
     this.barButtonItem34.Name                    = "barButtonItem34";
     this.barButtonItem34.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     this.barButtonItem34.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem34_ItemClick);
     //
     // barButtonItem35
     //
     this.barButtonItem35.Caption = "税务发票项目维护";
     this.barButtonItem35.Id      = 40;
     this.barButtonItem35.ImageOptions.SvgImage = global::White.Properties.Resources.bo_transition1;
     this.barButtonItem35.Name        = "barButtonItem35";
     this.barButtonItem35.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
     this.barButtonItem35.ItemClick  += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem35_ItemClick);
     //
     // barButtonItem36
     //
     this.barButtonItem36.Caption = "寄存结构维护";
     this.barButtonItem36.Id      = 41;
     this.barButtonItem36.ImageOptions.SvgImage = global::White.Properties.Resources.bo_category;
     this.barButtonItem36.Name       = "barButtonItem36";
     this.barButtonItem36.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem36_ItemClick);
     //
     // barButtonItem37
     //
     this.barButtonItem37.Caption                 = "升级文件上传";
     this.barButtonItem37.Id                      = 43;
     this.barButtonItem37.ImageOptions.Image      = global::White.Properties.Resources.wifi_16x16;
     this.barButtonItem37.ImageOptions.LargeImage = global::White.Properties.Resources.wifi_32x32;
     this.barButtonItem37.Name                    = "barButtonItem37";
     this.barButtonItem37.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
     this.barButtonItem37.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem37_ItemClick);
     //
     // barButtonItem38
     //
     this.barButtonItem38.Caption                 = "数据备份";
     this.barButtonItem38.Id                      = 44;
     this.barButtonItem38.ImageOptions.Image      = global::White.Properties.Resources.export_16x16;
     this.barButtonItem38.ImageOptions.LargeImage = global::White.Properties.Resources.export_32x32;
     this.barButtonItem38.Name                    = "barButtonItem38";
     //
     // bs_version
     //
     this.bs_version.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bs_version.Id        = 46;
     this.bs_version.Name      = "bs_version";
     //
     // barButtonItem39
     //
     this.barButtonItem39.Caption                 = "重新登录";
     this.barButtonItem39.Id                      = 47;
     this.barButtonItem39.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem39.ImageOptions.Image")));
     this.barButtonItem39.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem39.ImageOptions.LargeImage")));
     this.barButtonItem39.Name                    = "barButtonItem39";
     //
     // barButtonItem40
     //
     this.barButtonItem40.Caption                 = "连接财政开票服务器";
     this.barButtonItem40.Id                      = 48;
     this.barButtonItem40.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("barButtonItem40.ImageOptions.Image")));
     this.barButtonItem40.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("barButtonItem40.ImageOptions.LargeImage")));
     this.barButtonItem40.Name                    = "barButtonItem40";
     this.barButtonItem40.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem40_ItemClick);
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     this.skinRibbonGalleryBarItem1.Id      = 49;
     this.skinRibbonGalleryBarItem1.Name    = "skinRibbonGalleryBarItem1";
     //
     // barButtonItem41
     //
     this.barButtonItem41.Caption = "barButtonItem41";
     this.barButtonItem41.Id      = 50;
     this.barButtonItem41.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem41.ImageOptions.SvgImage")));
     this.barButtonItem41.Name       = "barButtonItem41";
     this.barButtonItem41.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem41_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "工作站开票统计";
     this.barButtonItem21.Id      = 51;
     this.barButtonItem21.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("barButtonItem21.ImageOptions.SvgImage")));
     this.barButtonItem21.Name       = "barButtonItem21";
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup1,
         this.ribbonPageGroup2,
         this.ribbonPageGroup3,
         this.ribbonPageGroup4
     });
     this.ribbonPage1.ImageOptions.Image = global::White.Properties.Resources.bopivotchart_16x16;
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "业务办理";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem3);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem4, true);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem26, true);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "火化业务办理";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem6);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem7);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem8);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem9);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem15);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem27);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "火化业务查询";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.barButtonItem10, false, "", "", true);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "寄存业务";
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem11);
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem28);
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem12);
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem13);
     this.ribbonPageGroup4.ItemLinks.Add(this.barButtonItem14);
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = "寄存室业务查询";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup5
     });
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "收费查询、统计";
     //
     // ribbonPageGroup5
     //
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem16);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem20, true);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem19, true);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem17);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem18);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem22);
     this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem21);
     this.ribbonPageGroup5.Name = "ribbonPageGroup5";
     //
     // ribbonPage3
     //
     this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.ribbonPageGroup6,
         this.ribbonPageGroup7
     });
     this.ribbonPage3.ImageOptions.Image = global::White.Properties.Resources.managerules_16x16;
     this.ribbonPage3.Name = "ribbonPage3";
     this.ribbonPage3.Text = "系统维护";
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItem23);
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItem24);
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItem25);
     this.ribbonPageGroup6.Name = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text = "用户及权限管理";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem29);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem30);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem31);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem32, true);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem33);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem34);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem35);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem36, true);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem37, true);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItem38, true);
     this.ribbonPageGroup7.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup7.Name = "ribbonPageGroup7";
     this.ribbonPageGroup7.Text = "基础信息维护";
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem1);
     this.ribbonStatusBar.ItemLinks.Add(this.Bs_CURUSER);
     this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem2);
     this.ribbonStatusBar.ItemLinks.Add(this.barStaticItem3);
     this.ribbonStatusBar.ItemLinks.Add(this.bs_version);
     this.ribbonStatusBar.ItemLinks.Add(this.bsi_idc);
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 604);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(1220, 41);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover;
     this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Location        = new System.Drawing.Point(0, 186);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(1220, 418);
     this.xtraTabControl1.TabIndex        = 2;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1
     });
     this.xtraTabControl1.CloseButtonClick += new System.EventHandler(this.xtraTabControl1_CloseButtonClick);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.pictureEdit1);
     this.xtraTabPage1.Name            = "xtraTabPage1";
     this.xtraTabPage1.ShowCloseButton = DevExpress.Utils.DefaultBoolean.False;
     this.xtraTabPage1.Size            = new System.Drawing.Size(1217, 386);
     this.xtraTabPage1.Text            = "欢迎";
     //
     // pictureEdit1
     //
     this.pictureEdit1.BackgroundImage       = global::White.Properties.Resources.cover;
     this.pictureEdit1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
     this.pictureEdit1.Dock                          = System.Windows.Forms.DockStyle.Fill;
     this.pictureEdit1.EditValue                     = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location                      = new System.Drawing.Point(0, 0);
     this.pictureEdit1.MenuManager                   = this.ribbon;
     this.pictureEdit1.Name                          = "pictureEdit1";
     this.pictureEdit1.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size                          = new System.Drawing.Size(1217, 386);
     this.pictureEdit1.TabIndex                      = 0;
     //
     // barStaticItem2
     //
     this.barStaticItem2.Caption = "          身份证读卡器:";
     this.barStaticItem2.Id      = 53;
     this.barStaticItem2.Name    = "barStaticItem2";
     //
     // barStaticItem3
     //
     this.barStaticItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem3.Caption   = "当前版本:";
     this.barStaticItem3.Id        = 54;
     this.barStaticItem3.Name      = "barStaticItem3";
     //
     // bsi_idc
     //
     this.bsi_idc.Caption = "未连接";
     this.bsi_idc.Id      = 55;
     this.bsi_idc.Name    = "bsi_idc";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1220, 645);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "MainForm";
     this.Ribbon      = this.ribbon;
     this.StatusBar   = this.ribbonStatusBar;
     this.Text        = "殡仪馆收费管理系统";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
     this.Load       += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemple #28
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.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ArkEditor2.UI.StartupSplashScreen), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            this.mainRibbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.iConfig = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.iHelp = new DevExpress.XtraBars.BarButtonItem();
            this.iRevisionLog = new DevExpress.XtraBars.BarButtonItem();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.iScene = new DevExpress.XtraBars.BarButtonItem();
            this.iTerrain = new DevExpress.XtraBars.BarButtonItem();
            this.iCharacter = new DevExpress.XtraBars.BarButtonItem();
            this.iFx = new DevExpress.XtraBars.BarButtonItem();
            this.iMaterial = new DevExpress.XtraBars.BarButtonItem();
            this.iCutScene = new DevExpress.XtraBars.BarButtonItem();
            this.iSceneWalker = new DevExpress.XtraBars.BarButtonItem();
            this.iPathFinding = new DevExpress.XtraBars.BarButtonItem();
            this.iResourcePacker = new DevExpress.XtraBars.BarButtonItem();
            this.iResourceBrowser = new DevExpress.XtraBars.BarButtonItem();
            this.iOutput = new DevExpress.XtraBars.BarButtonItem();
            this.iStartPage = new DevExpress.XtraBars.BarButtonItem();
            this.iMudoles = new DevExpress.XtraBars.BarButtonItem();
            this.moduleGallery = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
            this.iTools = new DevExpress.XtraBars.BarButtonItem();
            this.toolGallery = new DevExpress.XtraBars.Ribbon.GalleryDropDown(this.components);
            this.sInfo = new DevExpress.XtraBars.BarStaticItem();
            this.progressItem = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
            this.ribbonLargeImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.homeRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.navigationPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.appearancePageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.preferencesPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.informationPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.exitPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.pmSkins = new DevExpress.XtraBars.PopupMenu(this.components);
            this.documentManager = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
            this.tabbedView = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
            this.dockManager = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dpOutput = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.memoEdit1 = new DevExpress.XtraEditors.MemoEdit();
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
            ((System.ComponentModel.ISupportInitialize)(this.mainRibbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.moduleGallery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.toolGallery)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonLargeImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmSkins)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
            this.dpOutput.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).BeginInit();
            this.dockPanel1.SuspendLayout();
            this.SuspendLayout();
            // 
            // mainRibbon
            // 
            this.mainRibbon.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("Appearance", new System.Guid("f2f3b10a-ef81-4079-825d-3125b051f5d4")),
            new DevExpress.XtraBars.BarManagerCategory("Preferences", new System.Guid("9f28ed7c-3c97-4795-8256-e4623b4cd171")),
            new DevExpress.XtraBars.BarManagerCategory("Navigation", new System.Guid("b68d787f-6ce1-4a76-bd90-7264e2342bf5")),
            new DevExpress.XtraBars.BarManagerCategory("Information", new System.Guid("9fb4434d-104d-4192-9442-a6f88afad3f0"))});
            this.mainRibbon.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Blue;
            this.mainRibbon.ExpandCollapseItem.Id = 0;
            this.mainRibbon.ExpandCollapseItem.Name = "";
            this.mainRibbon.Images = this.ribbonImageCollection;
            this.mainRibbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.mainRibbon.ExpandCollapseItem,
            this.rgbiSkins,
            this.iConfig,
            this.iAbout,
            this.iHelp,
            this.iRevisionLog,
            this.iExit,
            this.iScene,
            this.iTerrain,
            this.iCharacter,
            this.iFx,
            this.iMaterial,
            this.iCutScene,
            this.iSceneWalker,
            this.iPathFinding,
            this.iResourcePacker,
            this.iResourceBrowser,
            this.iOutput,
            this.iStartPage,
            this.iMudoles,
            this.iTools,
            this.sInfo,
            this.progressItem});
            this.mainRibbon.LargeImages = this.ribbonLargeImageCollection;
            this.mainRibbon.Location = new System.Drawing.Point(0, 0);
            this.mainRibbon.MaxItemId = 39;
            this.mainRibbon.Name = "mainRibbon";
            this.mainRibbon.PageHeaderItemLinks.Add(this.iHelp);
            this.mainRibbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.homeRibbonPage});
            this.mainRibbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemComboBox1,
            this.repositoryItemComboBox2,
            this.repositoryItemCheckEdit1,
            this.repositoryItemProgressBar1});
            this.mainRibbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.mainRibbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.mainRibbon.Size = new System.Drawing.Size(1014, 147);
            this.mainRibbon.StatusBar = this.ribbonStatusBar;
            this.mainRibbon.Toolbar.ItemLinks.Add(this.iMudoles);
            this.mainRibbon.Toolbar.ItemLinks.Add(this.iTools);
            this.mainRibbon.Toolbar.ItemLinks.Add(this.iConfig, true);
            this.mainRibbon.TransparentEditors = true;
            this.mainRibbon.Merge += new DevExpress.XtraBars.Ribbon.RibbonMergeEventHandler(this.MainRibbon_Merge);
            this.mainRibbon.UnMerge += new DevExpress.XtraBars.Ribbon.RibbonMergeEventHandler(this.MainRibbon_UnMerge);
            // 
            // ribbonImageCollection
            // 
            this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Config_16x16, "Config_16x16", typeof(global::ArkEditor2.Properties.Resources), 0);
            this.ribbonImageCollection.Images.SetKeyName(0, "Config_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Close_16x16, "Close_16x16", typeof(global::ArkEditor2.Properties.Resources), 1);
            this.ribbonImageCollection.Images.SetKeyName(1, "Close_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Help_16x16, "Help_16x16", typeof(global::ArkEditor2.Properties.Resources), 2);
            this.ribbonImageCollection.Images.SetKeyName(2, "Help_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.info_16x16, "info_16x16", typeof(global::ArkEditor2.Properties.Resources), 3);
            this.ribbonImageCollection.Images.SetKeyName(3, "info_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Module_16x16, "Module_16x16", typeof(global::ArkEditor2.Properties.Resources), 4);
            this.ribbonImageCollection.Images.SetKeyName(4, "Module_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Tool_16x16, "Tool_16x16", typeof(global::ArkEditor2.Properties.Resources), 5);
            this.ribbonImageCollection.Images.SetKeyName(5, "Tool_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.About_16x16, "About_16x16", typeof(global::ArkEditor2.Properties.Resources), 6);
            this.ribbonImageCollection.Images.SetKeyName(6, "About_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Log_16x16, "Log_16x16", typeof(global::ArkEditor2.Properties.Resources), 7);
            this.ribbonImageCollection.Images.SetKeyName(7, "Log_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Actor_16x16, "Actor_16x16", typeof(global::ArkEditor2.Properties.Resources), 8);
            this.ribbonImageCollection.Images.SetKeyName(8, "Actor_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Browser_32x32, "Browser_32x32", typeof(global::ArkEditor2.Properties.Resources), 9);
            this.ribbonImageCollection.Images.SetKeyName(9, "Browser_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.CutScene_32x32, "CutScene_32x32", typeof(global::ArkEditor2.Properties.Resources), 10);
            this.ribbonImageCollection.Images.SetKeyName(10, "CutScene_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Fx_32x32, "Fx_32x32", typeof(global::ArkEditor2.Properties.Resources), 11);
            this.ribbonImageCollection.Images.SetKeyName(11, "Fx_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Material_32x32, "Material_32x32", typeof(global::ArkEditor2.Properties.Resources), 12);
            this.ribbonImageCollection.Images.SetKeyName(12, "Material_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Path_32x32, "Path_32x32", typeof(global::ArkEditor2.Properties.Resources), 13);
            this.ribbonImageCollection.Images.SetKeyName(13, "Path_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Scene_16x16, "Scene_16x16", typeof(global::ArkEditor2.Properties.Resources), 14);
            this.ribbonImageCollection.Images.SetKeyName(14, "Scene_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Terrain_32x32, "Terrain_32x32", typeof(global::ArkEditor2.Properties.Resources), 15);
            this.ribbonImageCollection.Images.SetKeyName(15, "Terrain_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Walker_32x32, "Walker_32x32", typeof(global::ArkEditor2.Properties.Resources), 16);
            this.ribbonImageCollection.Images.SetKeyName(16, "Walker_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Zip_32x32, "Zip_32x32", typeof(global::ArkEditor2.Properties.Resources), 17);
            this.ribbonImageCollection.Images.SetKeyName(17, "Zip_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Filter_32x32, "Filter_32x32", typeof(global::ArkEditor2.Properties.Resources), 18);
            this.ribbonImageCollection.Images.SetKeyName(18, "Filter_32x32");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Monitor_16x16, "Monitor_16x16", typeof(global::ArkEditor2.Properties.Resources), 19);
            this.ribbonImageCollection.Images.SetKeyName(19, "Monitor_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Palette_16x16, "Palette_16x16", typeof(global::ArkEditor2.Properties.Resources), 20);
            this.ribbonImageCollection.Images.SetKeyName(20, "Palette_16x16");
            this.ribbonImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Wizard_16x16, "Wizard_16x16", typeof(global::ArkEditor2.Properties.Resources), 21);
            this.ribbonImageCollection.Images.SetKeyName(21, "Wizard_16x16");
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            this.rgbiSkins.CategoryGuid = new System.Guid("f2f3b10a-ef81-4079-825d-3125b051f5d4");
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 3;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // iConfig
            // 
            this.iConfig.Caption = "&Config";
            this.iConfig.CategoryGuid = new System.Guid("9f28ed7c-3c97-4795-8256-e4623b4cd171");
            this.iConfig.Id = 6;
            this.iConfig.ImageIndex = 0;
            this.iConfig.LargeImageIndex = 0;
            this.iConfig.Name = "iConfig";
            this.iConfig.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Config_ItemClick);
            // 
            // iAbout
            // 
            this.iAbout.Caption = "&About";
            this.iAbout.CategoryGuid = new System.Guid("9fb4434d-104d-4192-9442-a6f88afad3f0");
            this.iAbout.Id = 9;
            this.iAbout.ImageIndex = 6;
            this.iAbout.LargeImageIndex = 6;
            this.iAbout.Name = "iAbout";
            // 
            // iHelp
            // 
            this.iHelp.Caption = "&Help";
            this.iHelp.CategoryGuid = new System.Guid("9fb4434d-104d-4192-9442-a6f88afad3f0");
            this.iHelp.Id = 11;
            this.iHelp.ImageIndex = 2;
            this.iHelp.LargeImageIndex = 2;
            this.iHelp.Name = "iHelp";
            // 
            // iRevisionLog
            // 
            this.iRevisionLog.Caption = "&Revision Log";
            this.iRevisionLog.CategoryGuid = new System.Guid("9fb4434d-104d-4192-9442-a6f88afad3f0");
            this.iRevisionLog.Id = 12;
            this.iRevisionLog.ImageIndex = 7;
            this.iRevisionLog.LargeImageIndex = 7;
            this.iRevisionLog.Name = "iRevisionLog";
            this.iRevisionLog.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.RevisionLog_ItemClick);
            // 
            // iExit
            // 
            this.iExit.Caption = "E&xit";
            this.iExit.Id = 13;
            this.iExit.ImageIndex = 1;
            this.iExit.LargeImageIndex = 1;
            this.iExit.Name = "iExit";
            // 
            // iScene
            // 
            this.iScene.Caption = "Scene Editor";
            this.iScene.Id = 16;
            this.iScene.ImageIndex = 14;
            this.iScene.LargeImageIndex = 14;
            this.iScene.Name = "iScene";
            // 
            // iTerrain
            // 
            this.iTerrain.Caption = "Terrain Editor";
            this.iTerrain.Id = 17;
            this.iTerrain.ImageIndex = 15;
            this.iTerrain.LargeImageIndex = 15;
            this.iTerrain.Name = "iTerrain";
            // 
            // iCharacter
            // 
            this.iCharacter.Caption = "Character Editor";
            this.iCharacter.Id = 18;
            this.iCharacter.ImageIndex = 8;
            this.iCharacter.LargeImageIndex = 8;
            this.iCharacter.Name = "iCharacter";
            // 
            // iFx
            // 
            this.iFx.Caption = "Fx Editor";
            this.iFx.Id = 19;
            this.iFx.ImageIndex = 11;
            this.iFx.LargeImageIndex = 11;
            this.iFx.Name = "iFx";
            // 
            // iMaterial
            // 
            this.iMaterial.Caption = "Material Editor";
            this.iMaterial.Id = 20;
            this.iMaterial.ImageIndex = 12;
            this.iMaterial.LargeImageIndex = 12;
            this.iMaterial.Name = "iMaterial";
            // 
            // iCutScene
            // 
            this.iCutScene.Caption = "Cut Scene";
            this.iCutScene.Id = 21;
            this.iCutScene.ImageIndex = 10;
            this.iCutScene.LargeImageIndex = 10;
            this.iCutScene.Name = "iCutScene";
            // 
            // iSceneWalker
            // 
            this.iSceneWalker.Caption = "Scene Walker";
            this.iSceneWalker.Id = 22;
            this.iSceneWalker.ImageIndex = 16;
            this.iSceneWalker.LargeImageIndex = 16;
            this.iSceneWalker.Name = "iSceneWalker";
            // 
            // iPathFinding
            // 
            this.iPathFinding.Caption = "Path Finding";
            this.iPathFinding.Id = 23;
            this.iPathFinding.ImageIndex = 13;
            this.iPathFinding.LargeImageIndex = 13;
            this.iPathFinding.Name = "iPathFinding";
            // 
            // iResourcePacker
            // 
            this.iResourcePacker.Caption = "Resource Packer";
            this.iResourcePacker.Id = 25;
            this.iResourcePacker.ImageIndex = 17;
            this.iResourcePacker.LargeImageIndex = 17;
            this.iResourcePacker.Name = "iResourcePacker";
            // 
            // iResourceBrowser
            // 
            this.iResourceBrowser.Caption = "Resource Browser";
            this.iResourceBrowser.Id = 26;
            this.iResourceBrowser.ImageIndex = 9;
            this.iResourceBrowser.LargeImageIndex = 9;
            this.iResourceBrowser.Name = "iResourceBrowser";
            // 
            // iOutput
            // 
            this.iOutput.Caption = "&Output";
            this.iOutput.Id = 27;
            this.iOutput.ImageIndex = 19;
            this.iOutput.LargeImageIndex = 19;
            this.iOutput.Name = "iOutput";
            // 
            // iStartPage
            // 
            this.iStartPage.Caption = "&Start";
            this.iStartPage.Id = 31;
            this.iStartPage.ImageIndex = 21;
            this.iStartPage.LargeImageIndex = 21;
            this.iStartPage.Name = "iStartPage";
            this.iStartPage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Start_ItemClick);
            // 
            // iMudoles
            // 
            this.iMudoles.ActAsDropDown = true;
            this.iMudoles.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iMudoles.Caption = "Mudoles";
            this.iMudoles.DropDownControl = this.moduleGallery;
            this.iMudoles.Hint = "Mudoles";
            this.iMudoles.Id = 35;
            this.iMudoles.ImageIndex = 4;
            this.iMudoles.LargeImageIndex = 4;
            this.iMudoles.Name = "iMudoles";
            // 
            // moduleGallery
            // 
            // 
            // moduleGallery
            // 
            this.moduleGallery.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            this.moduleGallery.Gallery.ColumnCount = 4;
            galleryItemGroup1.Caption = "Modules";
            this.moduleGallery.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.moduleGallery.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.moduleGallery.Gallery.ShowItemText = true;
            this.moduleGallery.Name = "moduleGallery";
            this.moduleGallery.Ribbon = this.mainRibbon;
            this.moduleGallery.GalleryItemClick += new DevExpress.XtraBars.Ribbon.GalleryItemClickEventHandler(this.Module_GalleryItemClick);
            // 
            // iTools
            // 
            this.iTools.ActAsDropDown = true;
            this.iTools.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.iTools.Caption = "Tools";
            this.iTools.DropDownControl = this.toolGallery;
            this.iTools.Id = 36;
            this.iTools.ImageIndex = 5;
            this.iTools.LargeImageIndex = 5;
            this.iTools.Name = "iTools";
            // 
            // toolGallery
            // 
            // 
            // toolGallery
            // 
            this.toolGallery.Gallery.AutoSize = DevExpress.XtraBars.Ribbon.GallerySizeMode.Both;
            galleryItemGroup2.Caption = "Tools";
            this.toolGallery.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup2});
            this.toolGallery.Gallery.ImageSize = new System.Drawing.Size(32, 32);
            this.toolGallery.Gallery.ShowItemText = true;
            this.toolGallery.Name = "toolGallery";
            this.toolGallery.Ribbon = this.mainRibbon;
            // 
            // sInfo
            // 
            this.sInfo.Caption = "Ready";
            this.sInfo.Id = 37;
            this.sInfo.Name = "sInfo";
            this.sInfo.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // progressItem
            // 
            this.progressItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.progressItem.Caption = "Loading";
            this.progressItem.Edit = this.repositoryItemProgressBar1;
            this.progressItem.EditValue = 50;
            this.progressItem.Id = 38;
            this.progressItem.Name = "progressItem";
            this.progressItem.Width = 200;
            // 
            // repositoryItemProgressBar1
            // 
            this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
            this.repositoryItemProgressBar1.UseParentBackground = true;
            // 
            // ribbonLargeImageCollection
            // 
            this.ribbonLargeImageCollection.ImageSize = new System.Drawing.Size(32, 32);
            this.ribbonLargeImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonLargeImageCollection.ImageStream")));
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Config_32x32, "Config_32x32", typeof(global::ArkEditor2.Properties.Resources), 0);
            this.ribbonLargeImageCollection.Images.SetKeyName(0, "Config_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Close_32x32, "Close_32x32", typeof(global::ArkEditor2.Properties.Resources), 1);
            this.ribbonLargeImageCollection.Images.SetKeyName(1, "Close_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Help_32x32, "Help_32x32", typeof(global::ArkEditor2.Properties.Resources), 2);
            this.ribbonLargeImageCollection.Images.SetKeyName(2, "Help_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Info_32x32, "Info_32x32", typeof(global::ArkEditor2.Properties.Resources), 3);
            this.ribbonLargeImageCollection.Images.SetKeyName(3, "Info_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Module_32x32, "Module_32x32", typeof(global::ArkEditor2.Properties.Resources), 4);
            this.ribbonLargeImageCollection.Images.SetKeyName(4, "Module_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Tool_32x32, "Tool_32x32", typeof(global::ArkEditor2.Properties.Resources), 5);
            this.ribbonLargeImageCollection.Images.SetKeyName(5, "Tool_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.About_32x32, "About_32x32", typeof(global::ArkEditor2.Properties.Resources), 6);
            this.ribbonLargeImageCollection.Images.SetKeyName(6, "About_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Log_32x32, "Log_32x32", typeof(global::ArkEditor2.Properties.Resources), 7);
            this.ribbonLargeImageCollection.Images.SetKeyName(7, "Log_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Actor_32x32, "Actor_32x32", typeof(global::ArkEditor2.Properties.Resources), 8);
            this.ribbonLargeImageCollection.Images.SetKeyName(8, "Actor_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Browser_32x32, "Browser_32x32", typeof(global::ArkEditor2.Properties.Resources), 9);
            this.ribbonLargeImageCollection.Images.SetKeyName(9, "Browser_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.CutScene_32x32, "CutScene_32x32", typeof(global::ArkEditor2.Properties.Resources), 10);
            this.ribbonLargeImageCollection.Images.SetKeyName(10, "CutScene_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Fx_32x32, "Fx_32x32", typeof(global::ArkEditor2.Properties.Resources), 11);
            this.ribbonLargeImageCollection.Images.SetKeyName(11, "Fx_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Material_32x32, "Material_32x32", typeof(global::ArkEditor2.Properties.Resources), 12);
            this.ribbonLargeImageCollection.Images.SetKeyName(12, "Material_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Path_32x32, "Path_32x32", typeof(global::ArkEditor2.Properties.Resources), 13);
            this.ribbonLargeImageCollection.Images.SetKeyName(13, "Path_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Scene_32x32, "Scene_32x32", typeof(global::ArkEditor2.Properties.Resources), 14);
            this.ribbonLargeImageCollection.Images.SetKeyName(14, "Scene_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Terrain_32x32, "Terrain_32x32", typeof(global::ArkEditor2.Properties.Resources), 15);
            this.ribbonLargeImageCollection.Images.SetKeyName(15, "Terrain_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Walker_32x32, "Walker_32x32", typeof(global::ArkEditor2.Properties.Resources), 16);
            this.ribbonLargeImageCollection.Images.SetKeyName(16, "Walker_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Zip_32x32, "Zip_32x32", typeof(global::ArkEditor2.Properties.Resources), 17);
            this.ribbonLargeImageCollection.Images.SetKeyName(17, "Zip_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Filter_32x32, "Filter_32x32", typeof(global::ArkEditor2.Properties.Resources), 18);
            this.ribbonLargeImageCollection.Images.SetKeyName(18, "Filter_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Monitor_32x32, "Monitor_32x32", typeof(global::ArkEditor2.Properties.Resources), 19);
            this.ribbonLargeImageCollection.Images.SetKeyName(19, "Monitor_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Palette_32x32, "Palette_32x32", typeof(global::ArkEditor2.Properties.Resources), 20);
            this.ribbonLargeImageCollection.Images.SetKeyName(20, "Palette_32x32");
            this.ribbonLargeImageCollection.InsertImage(global::ArkEditor2.Properties.Resources.Wizard_32x32, "Wizard_32x32", typeof(global::ArkEditor2.Properties.Resources), 21);
            this.ribbonLargeImageCollection.Images.SetKeyName(21, "Wizard_32x32");
            // 
            // homeRibbonPage
            // 
            this.homeRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.navigationPageGroup,
            this.appearancePageGroup,
            this.preferencesPageGroup,
            this.informationPageGroup,
            this.exitPageGroup});
            this.homeRibbonPage.Name = "homeRibbonPage";
            this.homeRibbonPage.Text = "Home";
            // 
            // navigationPageGroup
            // 
            this.navigationPageGroup.ItemLinks.Add(this.iMudoles);
            this.navigationPageGroup.ItemLinks.Add(this.iTools);
            this.navigationPageGroup.Name = "navigationPageGroup";
            this.navigationPageGroup.ShowCaptionButton = false;
            this.navigationPageGroup.Text = "Navigation";
            // 
            // appearancePageGroup
            // 
            this.appearancePageGroup.ItemLinks.Add(this.rgbiSkins);
            this.appearancePageGroup.Name = "appearancePageGroup";
            this.appearancePageGroup.Text = "Appearance";
            this.appearancePageGroup.CaptionButtonClick += new DevExpress.XtraBars.Ribbon.RibbonPageGroupEventHandler(this.AppearancePageGroup_CaptionButtonClick);
            // 
            // preferencesPageGroup
            // 
            this.preferencesPageGroup.ItemLinks.Add(this.iConfig);
            this.preferencesPageGroup.ItemLinks.Add(this.iStartPage);
            this.preferencesPageGroup.Name = "preferencesPageGroup";
            this.preferencesPageGroup.ShowCaptionButton = false;
            this.preferencesPageGroup.Text = "Options";
            // 
            // informationPageGroup
            // 
            this.informationPageGroup.ItemLinks.Add(this.iRevisionLog);
            this.informationPageGroup.ItemLinks.Add(this.iAbout);
            this.informationPageGroup.Name = "informationPageGroup";
            this.informationPageGroup.ShowCaptionButton = false;
            this.informationPageGroup.Text = "Info";
            // 
            // exitPageGroup
            // 
            this.exitPageGroup.ItemLinks.Add(this.iExit);
            this.exitPageGroup.Name = "exitPageGroup";
            this.exitPageGroup.ShowCaptionButton = false;
            this.exitPageGroup.Text = "Exit";
            // 
            // 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.Items.AddRange(new object[] {
            "All",
            "Scene Editor",
            "Terrain Editor",
            "Character Editor",
            "Fx Editor",
            "Material Editor",
            "Cut Scene",
            "Path Finding",
            "Scene Walker"});
            this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
            this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // 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.Items.AddRange(new object[] {
            "All",
            "Message",
            "Warning",
            "Error"});
            this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
            this.repositoryItemComboBox2.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.sInfo);
            this.ribbonStatusBar.ItemLinks.Add(this.progressItem, true);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 648);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.mainRibbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(1014, 31);
            // 
            // pmSkins
            // 
            this.pmSkins.Name = "pmSkins";
            this.pmSkins.Ribbon = this.mainRibbon;
            // 
            // documentManager
            // 
            this.documentManager.MdiParent = this;
            this.documentManager.MenuManager = this.mainRibbon;
            this.documentManager.View = this.tabbedView;
            this.documentManager.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
            this.tabbedView});
            // 
            // tabbedView
            // 
            this.tabbedView.DocumentProperties.UseFormIconAsDocumentImage = true;
            // 
            // dockManager
            // 
            this.dockManager.Form = this;
            this.dockManager.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dpOutput});
            this.dockManager.Images = this.ribbonImageCollection;
            this.dockManager.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanel1});
            this.dockManager.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // dpOutput
            // 
            this.dpOutput.Controls.Add(this.dockPanel1_Container);
            this.dpOutput.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
            this.dpOutput.ID = new System.Guid("90bd5916-c690-4ade-8164-c415ad4f64a1");
            this.dpOutput.ImageIndex = 19;
            this.dpOutput.Location = new System.Drawing.Point(0, 448);
            this.dpOutput.Name = "dpOutput";
            this.dpOutput.OriginalSize = new System.Drawing.Size(200, 200);
            this.dpOutput.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
            this.dpOutput.SavedIndex = 0;
            this.dpOutput.Size = new System.Drawing.Size(1014, 200);
            this.dpOutput.Text = "Output";
            this.dpOutput.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.memoEdit1);
            this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(1006, 173);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // memoEdit1
            // 
            this.memoEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.memoEdit1.Location = new System.Drawing.Point(0, 0);
            this.memoEdit1.MenuManager = this.mainRibbon;
            this.memoEdit1.Name = "memoEdit1";
            this.memoEdit1.Size = new System.Drawing.Size(1006, 173);
            this.memoEdit1.TabIndex = 0;
            // 
            // dockPanel1
            // 
            this.dockPanel1.Controls.Add(this.controlContainer1);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
            this.dockPanel1.ID = new System.Guid("09b4f4f7-20ab-4ba9-83e6-04a917fb98ef");
            this.dockPanel1.ImageIndex = 19;
            this.dockPanel1.Location = new System.Drawing.Point(0, 455);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 193);
            this.dockPanel1.Size = new System.Drawing.Size(1014, 193);
            this.dockPanel1.Text = "Output";
            // 
            // controlContainer1
            // 
            this.controlContainer1.Location = new System.Drawing.Point(4, 23);
            this.controlContainer1.Name = "controlContainer1";
            this.controlContainer1.Size = new System.Drawing.Size(1006, 166);
            this.controlContainer1.TabIndex = 0;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1014, 679);
            this.Controls.Add(this.dockPanel1);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.mainRibbon);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "MainForm";
            this.Ribbon = this.mainRibbon;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Ark Editor 2.0";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.mainRibbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.moduleGallery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.toolGallery)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonLargeImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pmSkins)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
            this.dpOutput.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.memoEdit1.Properties)).EndInit();
            this.dockPanel1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #29
0
 /// <summary>
 /// 디자이너 지원에 필요한 메서드입니다.
 /// 이 메서드의 내용을 코드 편집기로 수정하지 마세요.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraSplashScreen.SplashScreenManager mainSplashScreenMgr = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     DevExpress.XtraEditors.TileItemElement          tileItemElement6    = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement          tileItemElement1    = new DevExpress.XtraEditors.TileItemElement();
     System.ComponentModel.ComponentResourceManager  resources           = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     DevExpress.XtraEditors.TileItemElement          tileItemElement4    = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement          tileItemElement2    = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement          tileItemElement3    = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement          tileItemElement5    = new DevExpress.XtraEditors.TileItemElement();
     this.mainPanel           = new System.Windows.Forms.TableLayoutPanel();
     this.topPanel            = new System.Windows.Forms.TableLayoutPanel();
     this.menuBar             = new DevExpress.XtraBars.Navigation.TileNavPane();
     this.btnMenu             = new DevExpress.XtraBars.Navigation.NavButton();
     this.menu_home           = new DevExpress.XtraBars.Navigation.TileNavCategory();
     this.menu_history        = new DevExpress.XtraBars.Navigation.TileNavCategory();
     this.menu_histor_alarm   = new DevExpress.XtraBars.Navigation.TileNavItem();
     this.menu_history_sensor = new DevExpress.XtraBars.Navigation.TileNavItem();
     this.menu_exit           = new DevExpress.XtraBars.Navigation.TileNavCategory();
     this.mainTimer           = new System.Windows.Forms.Timer(this.components);
     this.mainPanel.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.menuBar)).BeginInit();
     this.SuspendLayout();
     //
     // mainSplashScreenMgr
     //
     mainSplashScreenMgr.ClosingDelay = 500;
     //
     // mainPanel
     //
     this.mainPanel.ColumnCount = 1;
     this.mainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
     this.mainPanel.Controls.Add(this.topPanel, 0, 0);
     this.mainPanel.Controls.Add(this.menuBar, 0, 1);
     this.mainPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.mainPanel.Location = new System.Drawing.Point(0, 0);
     this.mainPanel.Name     = "mainPanel";
     this.mainPanel.RowCount = 3;
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
     this.mainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 679F));
     this.mainPanel.Size     = new System.Drawing.Size(1404, 800);
     this.mainPanel.TabIndex = 0;
     //
     // topPanel
     //
     this.topPanel.ColumnCount = 5;
     this.topPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 3.773585F));
     this.topPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.86792F));
     this.topPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.86793F));
     this.topPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 39.62264F));
     this.topPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.86793F));
     this.topPanel.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.topPanel.Location = new System.Drawing.Point(3, 3);
     this.topPanel.Name     = "topPanel";
     this.topPanel.RowCount = 1;
     this.topPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
     this.topPanel.Size     = new System.Drawing.Size(1398, 44);
     this.topPanel.TabIndex = 0;
     //
     // menuBar
     //
     this.menuBar.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(153)))), ((int)(((byte)(180)))), ((int)(((byte)(208)))));
     this.menuBar.Buttons.Add(this.btnMenu);
     this.menuBar.Categories.AddRange(new DevExpress.XtraBars.Navigation.TileNavCategory[] {
         this.menu_home,
         this.menu_history,
         this.menu_exit
     });
     //
     // menuBar_menu
     //
     this.menuBar.DefaultCategory.Name = "menuBar_menu";
     //
     //
     //
     this.menuBar.DefaultCategory.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     this.menuBar.DefaultCategory.Tile.Elements.Add(tileItemElement6);
     this.menuBar.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.menuBar.Location = new System.Drawing.Point(3, 53);
     this.menuBar.Name     = "menuBar";
     this.menuBar.Size     = new System.Drawing.Size(1398, 44);
     this.menuBar.TabIndex = 1;
     this.menuBar.Text     = "menuBar";
     this.menuBar.SelectedElementChanged += new DevExpress.XtraBars.Navigation.TileNavPaneElementEventHandler(this.menuBar_SelectedElementChanged);
     //
     // btnMenu
     //
     this.btnMenu.Caption = "Menu";
     this.btnMenu.IsMain  = true;
     this.btnMenu.Name    = "btnMenu";
     //
     // menu_home
     //
     this.menu_home.Caption = "Home";
     this.menu_home.Name    = "menu_home";
     //
     //
     //
     this.menu_home.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.menu_home.Tile.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.menu_home.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.menu_home.Tile.AppearanceItem.Normal.Options.UseFont      = true;
     this.menu_home.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("resource.Image")));
     tileItemElement1.Text = "Home";
     this.menu_home.Tile.Elements.Add(tileItemElement1);
     this.menu_home.Tile.Name = "tileBarItem2";
     //
     // menu_history
     //
     this.menu_history.Caption = "History";
     this.menu_history.Items.AddRange(new DevExpress.XtraBars.Navigation.TileNavItem[] {
         this.menu_histor_alarm,
         this.menu_history_sensor
     });
     this.menu_history.Name = "menu_history";
     //
     //
     //
     this.menu_history.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.SystemColors.Highlight;
     this.menu_history.Tile.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.menu_history.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.menu_history.Tile.AppearanceItem.Normal.Options.UseFont      = true;
     this.menu_history.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement4.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image3")));
     tileItemElement4.Text = "History";
     this.menu_history.Tile.Elements.Add(tileItemElement4);
     this.menu_history.Tile.Name = "tileBarItem3";
     //
     // menu_histor_alarm
     //
     this.menu_histor_alarm.Caption = "Alarm History";
     this.menu_histor_alarm.Name    = "menu_histor_alarm";
     //
     //
     //
     this.menu_histor_alarm.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.Color.DeepSkyBlue;
     this.menu_histor_alarm.Tile.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.menu_histor_alarm.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.menu_histor_alarm.Tile.AppearanceItem.Normal.Options.UseFont      = true;
     this.menu_histor_alarm.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image1")));
     tileItemElement2.Text = "Alarm History";
     this.menu_histor_alarm.Tile.Elements.Add(tileItemElement2);
     this.menu_histor_alarm.Tile.Name = "tileBarItem1";
     //
     // menu_history_sensor
     //
     this.menu_history_sensor.Caption = "Sensor History";
     this.menu_history_sensor.Name    = "menu_history_sensor";
     //
     //
     //
     this.menu_history_sensor.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.Color.DeepSkyBlue;
     this.menu_history_sensor.Tile.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.menu_history_sensor.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.menu_history_sensor.Tile.AppearanceItem.Normal.Options.UseFont      = true;
     this.menu_history_sensor.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("resource.Image2")));
     tileItemElement3.Text = "Sensor History";
     this.menu_history_sensor.Tile.Elements.Add(tileItemElement3);
     this.menu_history_sensor.Tile.Name = "tileBarItem4";
     //
     // menu_exit
     //
     this.menu_exit.Caption = "Exit";
     this.menu_exit.Name    = "menu_exit";
     //
     //
     //
     this.menu_exit.Tile.AppearanceItem.Normal.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.menu_exit.Tile.AppearanceItem.Normal.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.menu_exit.Tile.AppearanceItem.Normal.Options.UseBackColor = true;
     this.menu_exit.Tile.AppearanceItem.Normal.Options.UseFont      = true;
     this.menu_exit.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement5.ImageOptions.Image           = ((System.Drawing.Image)(resources.GetObject("resource.Image4")));
     tileItemElement5.Text = "Exit";
     this.menu_exit.Tile.Elements.Add(tileItemElement5);
     this.menu_exit.Tile.Name = "tileBarItem6";
     //
     // mainTimer
     //
     this.mainTimer.Interval = 1000;
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1404, 800);
     this.ControlBox          = false;
     this.Controls.Add(this.mainPanel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "MainForm";
     this.Text            = "MainForm";
     this.Load           += new System.EventHandler(this.MainForm_Load);
     this.mainPanel.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.menuBar)).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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::LawDictionary.SplashScreen1), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.layoutControl2 = new DevExpress.XtraLayout.LayoutControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.No = new DevExpress.XtraGrid.Columns.GridColumn();
            this.Document = new DevExpress.XtraGrid.Columns.GridColumn();
            this.Type = new DevExpress.XtraGrid.Columns.GridColumn();
            this.Year = new DevExpress.XtraGrid.Columns.GridColumn();
            this.NOG = new DevExpress.XtraGrid.Columns.GridColumn();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.comboBoxEditNGO = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEditYear = new DevExpress.XtraEditors.ComboBoxEdit();
            this.comboBoxEditType = new DevExpress.XtraEditors.ComboBoxEdit();
            this.textEditDoc = new DevExpress.XtraEditors.TextEdit();
            this.textEditCode = new DevExpress.XtraEditors.TextEdit();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItemNo = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItemCode = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItemType = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItemYear = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItemNGO = new DevExpress.XtraLayout.LayoutControlItem();
            this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
            this.simpleButtonAbout = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButtonDelete = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButtonUpdate = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButtonAdd = new DevExpress.XtraEditors.SimpleButton();
            this.labelRight = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.simpleButtonHow = new DevExpress.XtraEditors.SimpleButton();
            this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.tableLayoutPanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
            this.layoutControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditNGO.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditYear.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditDoc.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditCode.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemNo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCode)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemType)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemYear)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemNGO)).BeginInit();
            this.tableLayoutPanel2.SuspendLayout();
            this.SuspendLayout();
            // 
            // splashScreenManager1
            // 
            splashScreenManager1.ClosingDelay = 500;
            // 
            // tableLayoutPanel1
            // 
            this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
            this.tableLayoutPanel1.ColumnCount = 1;
            this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
            this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
            this.tableLayoutPanel1.Controls.Add(this.layoutControl2, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.layoutControl1, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 3);
            this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
            this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            this.tableLayoutPanel1.RowCount = 5;
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 50F));
            this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 5F));
            this.tableLayoutPanel1.Size = new System.Drawing.Size(1008, 561);
            this.tableLayoutPanel1.TabIndex = 0;
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
            this.pictureBox1.Location = new System.Drawing.Point(0, 0);
            this.pictureBox1.Margin = new System.Windows.Forms.Padding(0);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(1008, 103);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // layoutControl2
            // 
            this.layoutControl2.Controls.Add(this.gridControl1);
            this.layoutControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl2.Location = new System.Drawing.Point(0, 153);
            this.layoutControl2.Margin = new System.Windows.Forms.Padding(0);
            this.layoutControl2.Name = "layoutControl2";
            this.layoutControl2.Root = this.layoutControlGroup2;
            this.layoutControl2.Size = new System.Drawing.Size(1008, 353);
            this.layoutControl2.TabIndex = 1;
            this.layoutControl2.Text = "layoutControl2";
            // 
            // gridControl1
            // 
            this.gridControl1.Location = new System.Drawing.Point(10, 0);
            this.gridControl1.LookAndFeel.SkinName = "Office 2013";
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Margin = new System.Windows.Forms.Padding(0);
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(988, 348);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Appearance.ColumnFilterButton.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.ColumnFilterButton.Options.UseFont = true;
            this.gridView1.Appearance.ColumnFilterButtonActive.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.ColumnFilterButtonActive.Options.UseFont = true;
            this.gridView1.Appearance.CustomizationFormHint.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.CustomizationFormHint.Options.UseFont = true;
            this.gridView1.Appearance.DetailTip.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.DetailTip.Options.UseFont = true;
            this.gridView1.Appearance.Empty.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.Empty.Options.UseFont = true;
            this.gridView1.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(255)))), ((int)(((byte)(220)))));
            this.gridView1.Appearance.EvenRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.gridView1.Appearance.EvenRow.Options.UseBackColor = true;
            this.gridView1.Appearance.EvenRow.Options.UseFont = true;
            this.gridView1.Appearance.FilterCloseButton.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.FilterCloseButton.Options.UseFont = true;
            this.gridView1.Appearance.FilterPanel.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.FilterPanel.Options.UseFont = true;
            this.gridView1.Appearance.FixedLine.BackColor = System.Drawing.Color.Lime;
            this.gridView1.Appearance.FixedLine.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.FixedLine.Options.UseBackColor = true;
            this.gridView1.Appearance.FixedLine.Options.UseFont = true;
            this.gridView1.Appearance.FocusedCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(143)))), ((int)(((byte)(2)))));
            this.gridView1.Appearance.FocusedCell.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.FocusedCell.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedCell.Options.UseFont = true;
            this.gridView1.Appearance.FocusedCell.Options.UseForeColor = true;
            this.gridView1.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(143)))), ((int)(((byte)(2)))));
            this.gridView1.Appearance.FocusedRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.FocusedRow.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.FocusedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.FocusedRow.Options.UseFont = true;
            this.gridView1.Appearance.FocusedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.FooterPanel.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.FooterPanel.Options.UseFont = true;
            this.gridView1.Appearance.GroupButton.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.GroupButton.Options.UseFont = true;
            this.gridView1.Appearance.GroupFooter.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.GroupFooter.Options.UseFont = true;
            this.gridView1.Appearance.GroupPanel.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.GroupPanel.Options.UseFont = true;
            this.gridView1.Appearance.GroupRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.GroupRow.Options.UseFont = true;
            this.gridView1.Appearance.HeaderPanel.BackColor = System.Drawing.Color.Lime;
            this.gridView1.Appearance.HeaderPanel.Font = new System.Drawing.Font("Khmer OS Muol", 9.75F);
            this.gridView1.Appearance.HeaderPanel.Options.UseBackColor = true;
            this.gridView1.Appearance.HeaderPanel.Options.UseFont = true;
            this.gridView1.Appearance.HideSelectionRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(143)))), ((int)(((byte)(2)))));
            this.gridView1.Appearance.HideSelectionRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.HideSelectionRow.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.HideSelectionRow.Options.UseBackColor = true;
            this.gridView1.Appearance.HideSelectionRow.Options.UseFont = true;
            this.gridView1.Appearance.HideSelectionRow.Options.UseForeColor = true;
            this.gridView1.Appearance.HorzLine.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.gridView1.Appearance.HorzLine.Options.UseFont = true;
            this.gridView1.Appearance.OddRow.BackColor = System.Drawing.Color.White;
            this.gridView1.Appearance.OddRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.gridView1.Appearance.OddRow.Options.UseBackColor = true;
            this.gridView1.Appearance.OddRow.Options.UseFont = true;
            this.gridView1.Appearance.Preview.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.Preview.Options.UseFont = true;
            this.gridView1.Appearance.Row.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.gridView1.Appearance.Row.Options.UseFont = true;
            this.gridView1.Appearance.RowSeparator.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.gridView1.Appearance.RowSeparator.Options.UseFont = true;
            this.gridView1.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(13)))), ((int)(((byte)(143)))), ((int)(((byte)(2)))));
            this.gridView1.Appearance.SelectedRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.SelectedRow.ForeColor = System.Drawing.Color.White;
            this.gridView1.Appearance.SelectedRow.Options.UseBackColor = true;
            this.gridView1.Appearance.SelectedRow.Options.UseFont = true;
            this.gridView1.Appearance.SelectedRow.Options.UseForeColor = true;
            this.gridView1.Appearance.TopNewRow.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.TopNewRow.Options.UseFont = true;
            this.gridView1.Appearance.VertLine.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.gridView1.Appearance.VertLine.Options.UseFont = true;
            this.gridView1.Appearance.ViewCaption.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 12F);
            this.gridView1.Appearance.ViewCaption.Options.UseFont = true;
            this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Flat;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.No,
            this.Document,
            this.Type,
            this.Year,
            this.NOG});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupFormat = "[#image]{1}                       {2}";
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AllowDeleteRows = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.OptionsBehavior.ReadOnly = true;
            this.gridView1.OptionsCustomization.AllowColumnMoving = false;
            this.gridView1.OptionsCustomization.AllowFilter = false;
            this.gridView1.OptionsCustomization.AllowGroup = false;
            this.gridView1.OptionsCustomization.AllowQuickHideColumns = false;
            this.gridView1.OptionsDetail.SmartDetailExpand = false;
            this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
            this.gridView1.OptionsMenu.ShowAddNewSummaryItem = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsPrint.EnableAppearanceEvenRow = true;
            this.gridView1.OptionsPrint.EnableAppearanceOddRow = true;
            this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.gridView1.OptionsSelection.MultiSelect = true;
            this.gridView1.OptionsSelection.UseIndicatorForSelection = false;
            this.gridView1.OptionsView.EnableAppearanceEvenRow = true;
            this.gridView1.OptionsView.EnableAppearanceOddRow = true;
            this.gridView1.OptionsView.RowAutoHeight = true;
            this.gridView1.OptionsView.ShowDetailButtons = false;
            this.gridView1.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
            this.gridView1.OptionsView.ShowGroupExpandCollapseButtons = false;
            this.gridView1.OptionsView.ShowGroupPanel = false;
            this.gridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsView.ShowIndicator = false;
            this.gridView1.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
            this.gridView1.VertScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
            // 
            // No
            // 
            this.No.Caption = "លេខឯកសារ";
            this.No.Name = "No";
            this.No.Visible = true;
            this.No.VisibleIndex = 0;
            this.No.Width = 119;
            // 
            // Document
            // 
            this.Document.Caption = "ឈ្មោះឯកសារ";
            this.Document.Name = "Document";
            this.Document.Visible = true;
            this.Document.VisibleIndex = 1;
            this.Document.Width = 406;
            // 
            // Type
            // 
            this.Type.Caption = "ប្រភេទ";
            this.Type.Name = "Type";
            this.Type.Visible = true;
            this.Type.VisibleIndex = 2;
            this.Type.Width = 98;
            // 
            // Year
            // 
            this.Year.AppearanceCell.Options.UseTextOptions = true;
            this.Year.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
            this.Year.Caption = "ឆ្នាំ";
            this.Year.Name = "Year";
            this.Year.Visible = true;
            this.Year.VisibleIndex = 3;
            this.Year.Width = 81;
            // 
            // NOG
            // 
            this.NOG.Caption = "ស្ថាប័ន / អង្គភាព";
            this.NOG.Name = "NOG";
            this.NOG.Visible = true;
            this.NOG.VisibleIndex = 4;
            this.NOG.Width = 265;
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.CaptionImagePadding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem1});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "layoutControlGroup2";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 0, 5);
            this.layoutControlGroup2.Size = new System.Drawing.Size(1008, 353);
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.gridControl1;
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItem1.Size = new System.Drawing.Size(988, 348);
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextVisible = false;
            // 
            // layoutControl1
            // 
            this.layoutControl1.Controls.Add(this.comboBoxEditNGO);
            this.layoutControl1.Controls.Add(this.comboBoxEditYear);
            this.layoutControl1.Controls.Add(this.comboBoxEditType);
            this.layoutControl1.Controls.Add(this.textEditDoc);
            this.layoutControl1.Controls.Add(this.textEditCode);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 103);
            this.layoutControl1.Margin = new System.Windows.Forms.Padding(0);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.Padding = new System.Windows.Forms.Padding(10, 0, 0, 0);
            this.layoutControl1.Root = this.layoutControlGroup1;
            this.layoutControl1.Size = new System.Drawing.Size(1008, 50);
            this.layoutControl1.TabIndex = 0;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // comboBoxEditNGO
            // 
            this.comboBoxEditNGO.Location = new System.Drawing.Point(890, 10);
            this.comboBoxEditNGO.Name = "comboBoxEditNGO";
            this.comboBoxEditNGO.Properties.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.comboBoxEditNGO.Properties.Appearance.Options.UseFont = true;
            this.comboBoxEditNGO.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.comboBoxEditNGO.Properties.AppearanceDropDown.Options.UseFont = true;
            this.comboBoxEditNGO.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEditNGO.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEditNGO.Size = new System.Drawing.Size(108, 40);
            this.comboBoxEditNGO.StyleController = this.layoutControl1;
            this.comboBoxEditNGO.TabIndex = 4;
            this.comboBoxEditNGO.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditNGO_SelectedIndexChanged);
            // 
            // comboBoxEditYear
            // 
            this.comboBoxEditYear.Location = new System.Drawing.Point(775, 10);
            this.comboBoxEditYear.Name = "comboBoxEditYear";
            this.comboBoxEditYear.Properties.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.comboBoxEditYear.Properties.Appearance.Options.UseFont = true;
            this.comboBoxEditYear.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.comboBoxEditYear.Properties.AppearanceDropDown.Options.UseFont = true;
            this.comboBoxEditYear.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEditYear.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEditYear.Size = new System.Drawing.Size(115, 40);
            this.comboBoxEditYear.StyleController = this.layoutControl1;
            this.comboBoxEditYear.TabIndex = 3;
            this.comboBoxEditYear.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditYear_SelectedIndexChanged);
            // 
            // comboBoxEditType
            // 
            this.comboBoxEditType.Location = new System.Drawing.Point(661, 10);
            this.comboBoxEditType.Name = "comboBoxEditType";
            this.comboBoxEditType.Properties.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.comboBoxEditType.Properties.Appearance.Options.UseFont = true;
            this.comboBoxEditType.Properties.AppearanceDropDown.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.comboBoxEditType.Properties.AppearanceDropDown.Options.UseFont = true;
            this.comboBoxEditType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboBoxEditType.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.comboBoxEditType.Size = new System.Drawing.Size(114, 40);
            this.comboBoxEditType.StyleController = this.layoutControl1;
            this.comboBoxEditType.TabIndex = 2;
            this.comboBoxEditType.SelectedIndexChanged += new System.EventHandler(this.comboBoxEditType_SelectedIndexChanged);
            // 
            // textEditDoc
            // 
            this.textEditDoc.Location = new System.Drawing.Point(209, 10);
            this.textEditDoc.Name = "textEditDoc";
            this.textEditDoc.Properties.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.textEditDoc.Properties.Appearance.Options.UseFont = true;
            this.textEditDoc.Size = new System.Drawing.Size(452, 40);
            this.textEditDoc.StyleController = this.layoutControl1;
            this.textEditDoc.TabIndex = 1;
            this.textEditDoc.EditValueChanged += new System.EventHandler(this.textEditDoc_EditValueChanged);
            // 
            // textEditCode
            // 
            this.textEditCode.Location = new System.Drawing.Point(10, 10);
            this.textEditCode.Name = "textEditCode";
            this.textEditCode.Properties.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 11F);
            this.textEditCode.Properties.Appearance.Options.UseFont = true;
            this.textEditCode.Size = new System.Drawing.Size(199, 40);
            this.textEditCode.StyleController = this.layoutControl1;
            this.textEditCode.TabIndex = 0;
            this.textEditCode.EditValueChanged += new System.EventHandler(this.textEditCode_EditValueChanged);
            // 
            // layoutControlGroup1
            // 
            this.layoutControlGroup1.CaptionImagePadding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup1.GroupBordersVisible = false;
            this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItemNo,
            this.layoutControlItemCode,
            this.layoutControlItemType,
            this.layoutControlItemYear,
            this.layoutControlItemNGO});
            this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup1.Name = "layoutControlGroup1";
            this.layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 0);
            this.layoutControlGroup1.Size = new System.Drawing.Size(1008, 50);
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItemNo
            // 
            this.layoutControlItemNo.Control = this.textEditCode;
            this.layoutControlItemNo.CustomizationFormText = "លេខ​ :";
            this.layoutControlItemNo.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItemNo.Name = "layoutControlItemNo";
            this.layoutControlItemNo.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItemNo.Size = new System.Drawing.Size(199, 40);
            this.layoutControlItemNo.Text = "លេខ​ :";
            this.layoutControlItemNo.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItemNo.TextLocation = DevExpress.Utils.Locations.Left;
            this.layoutControlItemNo.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItemNo.TextToControlDistance = 0;
            this.layoutControlItemNo.TextVisible = false;
            // 
            // layoutControlItemCode
            // 
            this.layoutControlItemCode.Control = this.textEditDoc;
            this.layoutControlItemCode.CustomizationFormText = "ឯកសារ :";
            this.layoutControlItemCode.Location = new System.Drawing.Point(199, 0);
            this.layoutControlItemCode.Name = "layoutControlItemCode";
            this.layoutControlItemCode.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItemCode.Size = new System.Drawing.Size(452, 40);
            this.layoutControlItemCode.Text = "ឯកសារ :";
            this.layoutControlItemCode.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItemCode.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItemCode.TextToControlDistance = 0;
            this.layoutControlItemCode.TextVisible = false;
            // 
            // layoutControlItemType
            // 
            this.layoutControlItemType.Control = this.comboBoxEditType;
            this.layoutControlItemType.CustomizationFormText = "ប្រភេទ :";
            this.layoutControlItemType.Location = new System.Drawing.Point(651, 0);
            this.layoutControlItemType.Name = "layoutControlItemType";
            this.layoutControlItemType.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItemType.Size = new System.Drawing.Size(114, 40);
            this.layoutControlItemType.Text = "ប្រភេទ :";
            this.layoutControlItemType.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItemType.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItemType.TextToControlDistance = 0;
            this.layoutControlItemType.TextVisible = false;
            // 
            // layoutControlItemYear
            // 
            this.layoutControlItemYear.Control = this.comboBoxEditYear;
            this.layoutControlItemYear.CustomizationFormText = "ឆ្នាំ :";
            this.layoutControlItemYear.Location = new System.Drawing.Point(765, 0);
            this.layoutControlItemYear.Name = "layoutControlItemYear";
            this.layoutControlItemYear.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItemYear.Size = new System.Drawing.Size(115, 40);
            this.layoutControlItemYear.Text = "ឆ្នាំ :";
            this.layoutControlItemYear.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItemYear.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItemYear.TextToControlDistance = 0;
            this.layoutControlItemYear.TextVisible = false;
            // 
            // layoutControlItemNGO
            // 
            this.layoutControlItemNGO.Control = this.comboBoxEditNGO;
            this.layoutControlItemNGO.CustomizationFormText = "អង្គភាព :";
            this.layoutControlItemNGO.Location = new System.Drawing.Point(880, 0);
            this.layoutControlItemNGO.Name = "layoutControlItemNGO";
            this.layoutControlItemNGO.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItemNGO.Size = new System.Drawing.Size(108, 40);
            this.layoutControlItemNGO.Text = "អង្គភាព :";
            this.layoutControlItemNGO.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize;
            this.layoutControlItemNGO.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItemNGO.TextToControlDistance = 0;
            this.layoutControlItemNGO.TextVisible = false;
            // 
            // tableLayoutPanel2
            // 
            this.tableLayoutPanel2.ColumnCount = 8;
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 13F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 288F));
            this.tableLayoutPanel2.Controls.Add(this.simpleButtonAbout, 4, 0);
            this.tableLayoutPanel2.Controls.Add(this.simpleButtonDelete, 3, 0);
            this.tableLayoutPanel2.Controls.Add(this.simpleButtonUpdate, 2, 0);
            this.tableLayoutPanel2.Controls.Add(this.simpleButtonAdd, 1, 0);
            this.tableLayoutPanel2.Controls.Add(this.labelRight, 7, 0);
            this.tableLayoutPanel2.Controls.Add(this.label1, 6, 0);
            this.tableLayoutPanel2.Controls.Add(this.simpleButtonHow, 5, 0);
            this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 509);
            this.tableLayoutPanel2.Name = "tableLayoutPanel2";
            this.tableLayoutPanel2.RowCount = 1;
            this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.tableLayoutPanel2.Size = new System.Drawing.Size(1002, 44);
            this.tableLayoutPanel2.TabIndex = 2;
            // 
            // simpleButtonAbout
            // 
            this.simpleButtonAbout.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.simpleButtonAbout.Appearance.Options.UseFont = true;
            this.simpleButtonAbout.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonAbout.Image")));
            this.simpleButtonAbout.Location = new System.Drawing.Point(333, 3);
            this.simpleButtonAbout.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
            this.simpleButtonAbout.Name = "simpleButtonAbout";
            this.simpleButtonAbout.Size = new System.Drawing.Size(107, 38);
            this.simpleButtonAbout.TabIndex = 6;
            this.simpleButtonAbout.Text = "អំពីយើង";
            this.simpleButtonAbout.Click += new System.EventHandler(this.simpleButtonAbout_Click);
            // 
            // simpleButtonDelete
            // 
            this.simpleButtonDelete.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.simpleButtonDelete.Appearance.Options.UseFont = true;
            this.simpleButtonDelete.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonDelete.Image")));
            this.simpleButtonDelete.Location = new System.Drawing.Point(237, 3);
            this.simpleButtonDelete.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
            this.simpleButtonDelete.Name = "simpleButtonDelete";
            this.simpleButtonDelete.Size = new System.Drawing.Size(83, 38);
            this.simpleButtonDelete.TabIndex = 5;
            this.simpleButtonDelete.Text = "លុប";
            this.simpleButtonDelete.Click += new System.EventHandler(this.simpleButtonDelete_Click);
            // 
            // simpleButtonUpdate
            // 
            this.simpleButtonUpdate.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.simpleButtonUpdate.Appearance.Options.UseFont = true;
            this.simpleButtonUpdate.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonUpdate.Image")));
            this.simpleButtonUpdate.Location = new System.Drawing.Point(133, 3);
            this.simpleButtonUpdate.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
            this.simpleButtonUpdate.Name = "simpleButtonUpdate";
            this.simpleButtonUpdate.Size = new System.Drawing.Size(91, 38);
            this.simpleButtonUpdate.TabIndex = 4;
            this.simpleButtonUpdate.Text = "កែប្រែ";
            this.simpleButtonUpdate.Click += new System.EventHandler(this.simpleButtonUpdate_Click);
            // 
            // simpleButtonAdd
            // 
            this.simpleButtonAdd.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.simpleButtonAdd.Appearance.Options.UseFont = true;
            this.simpleButtonAdd.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonAdd.Image")));
            this.simpleButtonAdd.Location = new System.Drawing.Point(16, 3);
            this.simpleButtonAdd.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
            this.simpleButtonAdd.Name = "simpleButtonAdd";
            this.simpleButtonAdd.Size = new System.Drawing.Size(104, 38);
            this.simpleButtonAdd.TabIndex = 3;
            this.simpleButtonAdd.Text = "បង្កើតថ្មី";
            this.simpleButtonAdd.Click += new System.EventHandler(this.simpleButtonAdd_Click);
            // 
            // labelRight
            // 
            this.labelRight.Anchor = System.Windows.Forms.AnchorStyles.Right;
            this.labelRight.AutoSize = true;
            this.labelRight.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.labelRight.ForeColor = System.Drawing.Color.White;
            this.labelRight.Location = new System.Drawing.Point(938, 7);
            this.labelRight.Name = "labelRight";
            this.labelRight.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
            this.labelRight.Size = new System.Drawing.Size(61, 29);
            this.labelRight.TabIndex = 2;
            this.labelRight.Text = "label3";
            // 
            // label1
            // 
            this.label1.Anchor = System.Windows.Forms.AnchorStyles.None;
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.label1.ForeColor = System.Drawing.Color.White;
            this.label1.Location = new System.Drawing.Point(617, 0);
            this.label1.Name = "label1";
            this.label1.Padding = new System.Windows.Forms.Padding(0, 0, 10, 0);
            this.label1.Size = new System.Drawing.Size(93, 44);
            this.label1.TabIndex = 2;
            this.label1.Text = "រក្សាសិទ្ធ © លី គីំមឡេង";
            // 
            // simpleButtonHow
            // 
            this.simpleButtonHow.Appearance.Font = new System.Drawing.Font("Khmer OS Metal Chrieng", 9.75F, System.Drawing.FontStyle.Bold);
            this.simpleButtonHow.Appearance.Options.UseFont = true;
            this.simpleButtonHow.Image = ((System.Drawing.Image)(resources.GetObject("simpleButtonHow.Image")));
            this.simpleButtonHow.Location = new System.Drawing.Point(453, 3);
            this.simpleButtonHow.Margin = new System.Windows.Forms.Padding(3, 3, 10, 3);
            this.simpleButtonHow.Name = "simpleButtonHow";
            this.simpleButtonHow.Size = new System.Drawing.Size(151, 38);
            this.simpleButtonHow.TabIndex = 6;
            this.simpleButtonHow.Text = "របៀបប្រើប្រាស់";
            this.simpleButtonHow.Click += new System.EventHandler(this.simpleButtonHow_Click);
            // 
            // defaultLookAndFeel1
            // 
            this.defaultLookAndFeel1.LookAndFeel.SkinName = "Office 2013";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
            this.ClientSize = new System.Drawing.Size(1008, 561);
            this.Controls.Add(this.tableLayoutPanel1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MinimumSize = new System.Drawing.Size(1018, 593);
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Cambodia Taxation Law";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.tableLayoutPanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
            this.layoutControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditNGO.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditYear.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditDoc.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textEditCode.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemNo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemCode)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemType)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemYear)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItemNGO)).EndInit();
            this.tableLayoutPanel2.ResumeLayout(false);
            this.tableLayoutPanel2.PerformLayout();
            this.ResumeLayout(false);

        }
Exemple #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();
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ManagerApplication.SplashScreen1), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmManagerApplication));
            this.navBarMenu = new DevExpress.XtraNavBar.NavBarControl();
            this.nbarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
            this.nbiUser = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem4 = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiCustomerCampaign = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiSubCampaign = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiCompanyContact = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
            this.nbiImporAndViewtList = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiListCreation = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiCallList = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiFinalizedCallList = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiMatchFilemakerMigrated = new DevExpress.XtraNavBar.NavBarItem();
            this.nBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
            this.nbiGeoMapCompany = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiGeoMapContact = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarItemManageQuestions = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarItemManageDialogs = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
            this.navPhoneSettings = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem3 = new DevExpress.XtraNavBar.NavBarItem();
            this.nbiAutoTitleCorrection = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem6 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarItemViewConfiguration = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItemDisplayViews = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem10 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem9 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem8 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem11 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem12 = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem7 = new DevExpress.XtraNavBar.NavBarItem();
            this.pnlContent = new DevExpress.XtraEditors.PanelControl();
            this.navBarItem5 = new DevExpress.XtraNavBar.NavBarItem();
            this.barStaticApplication = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticBuildVersion = new DevExpress.XtraBars.BarStaticItem();
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonOption = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonLogout = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonExit = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticEnvironment = new DevExpress.XtraBars.BarStaticItem();
            ((System.ComponentModel.ISupportInitialize)(this.navBarMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlContent)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            this.SuspendLayout();
            // 
            // navBarMenu
            // 
            this.navBarMenu.ActiveGroup = this.nbarGroup2;
            this.navBarMenu.AllowSelectedLink = true;
            this.navBarMenu.Appearance.ItemPressed.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline);
            this.navBarMenu.Appearance.ItemPressed.Options.UseFont = true;
            this.navBarMenu.Dock = System.Windows.Forms.DockStyle.Left;
            this.navBarMenu.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
            this.nbarGroup2,
            this.navBarGroup3,
            this.nBarGroup5,
            this.navBarGroup1,
            this.navBarGroup2,
            this.navBarGroup4,
            this.navBarGroup5,
            this.navBarGroup6});
            this.navBarMenu.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
            this.nbiUser,
            this.nbiCustomerCampaign,
            this.nbiSubCampaign,
            this.nbiGeoMapCompany,
            this.nbiGeoMapContact,
            this.nbiCompanyContact,
            this.navBarItemManageQuestions,
            this.navBarItemManageDialogs,
            this.nbiImporAndViewtList,
            this.nbiListCreation,
            this.nbiCallList,
            this.nbiFinalizedCallList,
            this.navBarItem2,
            this.navBarItem3,
            this.navBarItem4,
            this.navBarItemViewConfiguration,
            this.navBarItemDisplayViews,
            this.nbiMatchFilemakerMigrated,
            this.navBarItem1,
            this.navBarItem8,
            this.navBarItem9,
            this.nbiAutoTitleCorrection,
            this.navBarItem10,
            this.navBarItem6,
            this.navBarItem7,
            this.navPhoneSettings,
            this.navBarItem11,
            this.navBarItem12});
            this.navBarMenu.Location = new System.Drawing.Point(0, 27);
            this.navBarMenu.Name = "navBarMenu";
            this.navBarMenu.OptionsNavPane.ExpandedWidth = 220;
            this.navBarMenu.Size = new System.Drawing.Size(220, 843);
            this.navBarMenu.TabIndex = 13;
            this.navBarMenu.Text = "nbarContextMenu";
            this.navBarMenu.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
            // 
            // nbarGroup2
            // 
            this.nbarGroup2.Caption = "List";
            this.nbarGroup2.Expanded = true;
            this.nbarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiUser),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem4),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiCustomerCampaign),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiSubCampaign),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiCompanyContact)});
            this.nbarGroup2.Name = "nbarGroup2";
            // 
            // nbiUser
            // 
            this.nbiUser.Caption = "Internal Users";
            this.nbiUser.Name = "nbiUser";
            this.nbiUser.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbarItemUser_LinkClicked);
            // 
            // navBarItem4
            // 
            this.navBarItem4.Caption = "Customer Users";
            this.navBarItem4.Name = "navBarItem4";
            this.navBarItem4.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem4_LinkClicked);
            // 
            // nbiCustomerCampaign
            // 
            this.nbiCustomerCampaign.Caption = "Customers and Campaigns";
            this.nbiCustomerCampaign.Name = "nbiCustomerCampaign";
            this.nbiCustomerCampaign.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbarItemCustomer_LinkClicked);
            // 
            // nbiSubCampaign
            // 
            this.nbiSubCampaign.Caption = "Sub - Campaigns";
            this.nbiSubCampaign.Name = "nbiSubCampaign";
            this.nbiSubCampaign.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiSubCampaign_LinkClicked);
            // 
            // nbiCompanyContact
            // 
            this.nbiCompanyContact.Caption = "Companies and Contacts";
            this.nbiCompanyContact.Name = "nbiCompanyContact";
            this.nbiCompanyContact.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiCompanyContact_LinkClicked);
            // 
            // navBarGroup3
            // 
            this.navBarGroup3.Caption = "List Handling";
            this.navBarGroup3.Expanded = true;
            this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiImporAndViewtList),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiListCreation),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiCallList),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiFinalizedCallList),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMatchFilemakerMigrated)});
            this.navBarGroup3.Name = "navBarGroup3";
            // 
            // nbiImporAndViewtList
            // 
            this.nbiImporAndViewtList.Caption = "Import and View List";
            this.nbiImporAndViewtList.Name = "nbiImporAndViewtList";
            this.nbiImporAndViewtList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiImporAndViewtList_LinkClicked);
            // 
            // nbiListCreation
            // 
            this.nbiListCreation.Caption = "List Creation";
            this.nbiListCreation.Name = "nbiListCreation";
            this.nbiListCreation.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiListCreation_LinkClicked);
            // 
            // nbiCallList
            // 
            this.nbiCallList.Caption = "Call List Creation";
            this.nbiCallList.Name = "nbiCallList";
            this.nbiCallList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiCallList_LinkClicked);
            // 
            // nbiFinalizedCallList
            // 
            this.nbiFinalizedCallList.Caption = "Final Call Lists";
            this.nbiFinalizedCallList.Name = "nbiFinalizedCallList";
            this.nbiFinalizedCallList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiFinalizedCallList_LinkClicked);
            // 
            // nbiMatchFilemakerMigrated
            // 
            this.nbiMatchFilemakerMigrated.Caption = "Match FileMakerMigrated";
            this.nbiMatchFilemakerMigrated.Name = "nbiMatchFilemakerMigrated";
            this.nbiMatchFilemakerMigrated.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMatchFilemakerMigrated_LinkClicked);
            // 
            // nBarGroup5
            // 
            this.nBarGroup5.Caption = "Geo Matching";
            this.nBarGroup5.Expanded = true;
            this.nBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiGeoMapCompany),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiGeoMapContact)});
            this.nBarGroup5.Name = "nBarGroup5";
            // 
            // nbiGeoMapCompany
            // 
            this.nbiGeoMapCompany.Caption = "Companies";
            this.nbiGeoMapCompany.Name = "nbiGeoMapCompany";
            this.nbiGeoMapCompany.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiGeoMapCompany_LinkClicked);
            // 
            // nbiGeoMapContact
            // 
            this.nbiGeoMapContact.Caption = "Contacts";
            this.nbiGeoMapContact.Name = "nbiGeoMapContact";
            this.nbiGeoMapContact.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiGeoMapContact_LinkClicked);
            // 
            // navBarGroup1
            // 
            this.navBarGroup1.Caption = "Questionnaire Editor";
            this.navBarGroup1.Expanded = true;
            this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemManageQuestions)});
            this.navBarGroup1.Name = "navBarGroup1";
            // 
            // navBarItemManageQuestions
            // 
            this.navBarItemManageQuestions.Caption = "Manage Questions";
            this.navBarItemManageQuestions.Name = "navBarItemManageQuestions";
            this.navBarItemManageQuestions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemManageQuestions_LinkClicked);
            // 
            // navBarGroup2
            // 
            this.navBarGroup2.Caption = "Dialog Editor";
            this.navBarGroup2.Expanded = true;
            this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemManageDialogs)});
            this.navBarGroup2.Name = "navBarGroup2";
            // 
            // navBarItemManageDialogs
            // 
            this.navBarItemManageDialogs.Caption = "Manage Dialogs";
            this.navBarItemManageDialogs.Name = "navBarItemManageDialogs";
            this.navBarItemManageDialogs.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemManageDialogs_LinkClicked);
            // 
            // navBarGroup4
            // 
            this.navBarGroup4.Caption = "Settings";
            this.navBarGroup4.Expanded = true;
            this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.navPhoneSettings),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem3),
            new DevExpress.XtraNavBar.NavBarItemLink(this.nbiAutoTitleCorrection),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem6)});
            this.navBarGroup4.Name = "navBarGroup4";
            // 
            // navPhoneSettings
            // 
            this.navPhoneSettings.Caption = "SIP Accounts";
            this.navPhoneSettings.Name = "navPhoneSettings";
            this.navPhoneSettings.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navPhoneSettings_LinkClicked);
            // 
            // navBarItem2
            // 
            this.navBarItem2.Caption = "Languages";
            this.navBarItem2.Name = "navBarItem2";
            this.navBarItem2.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem2_LinkClicked);
            // 
            // navBarItem3
            // 
            this.navBarItem3.Caption = "Titles";
            this.navBarItem3.Name = "navBarItem3";
            this.navBarItem3.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem3_LinkClicked);
            // 
            // nbiAutoTitleCorrection
            // 
            this.nbiAutoTitleCorrection.Caption = "Auto Title Correction";
            this.nbiAutoTitleCorrection.Name = "nbiAutoTitleCorrection";
            this.nbiAutoTitleCorrection.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiAutoTitleCorrection_LinkClicked);
            // 
            // navBarItem6
            // 
            this.navBarItem6.Caption = "Report Templates";
            this.navBarItem6.Name = "navBarItem6";
            this.navBarItem6.Visible = false;
            this.navBarItem6.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem6_LinkClicked);
            // 
            // navBarGroup5
            // 
            this.navBarGroup5.Caption = "Export";
            this.navBarGroup5.Expanded = true;
            this.navBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemViewConfiguration),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemDisplayViews),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem10)});
            this.navBarGroup5.Name = "navBarGroup5";
            // 
            // navBarItemViewConfiguration
            // 
            this.navBarItemViewConfiguration.Caption = "Report Configuration";
            this.navBarItemViewConfiguration.Name = "navBarItemViewConfiguration";
            this.navBarItemViewConfiguration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemViewConfiguration_LinkClicked);
            // 
            // navBarItemDisplayViews
            // 
            this.navBarItemDisplayViews.Caption = "Display Report";
            this.navBarItemDisplayViews.Name = "navBarItemDisplayViews";
            this.navBarItemDisplayViews.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemDisplayViews_LinkClicked);
            // 
            // navBarItem10
            // 
            this.navBarItem10.Caption = "Follow-up & Emails";
            this.navBarItem10.Name = "navBarItem10";
            this.navBarItem10.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem10_LinkClicked);
            // 
            // navBarGroup6
            // 
            this.navBarGroup6.Caption = "Master Data Tools";
            this.navBarGroup6.Expanded = true;
            this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem1),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem9),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem8),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem11),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem12)});
            this.navBarGroup6.Name = "navBarGroup6";
            // 
            // navBarItem1
            // 
            this.navBarItem1.Caption = "Master Data Import";
            this.navBarItem1.Name = "navBarItem1";
            this.navBarItem1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem1_LinkClicked);
            // 
            // navBarItem9
            // 
            this.navBarItem9.Caption = "Email Verification";
            this.navBarItem9.Name = "navBarItem9";
            this.navBarItem9.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem9_LinkClicked);
            // 
            // navBarItem8
            // 
            this.navBarItem8.Caption = "View Event Logs";
            this.navBarItem8.Name = "navBarItem8";
            this.navBarItem8.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem8_LinkClicked);
            // 
            // navBarItem11
            // 
            this.navBarItem11.Caption = "View Call Logs";
            this.navBarItem11.Name = "navBarItem11";
            this.navBarItem11.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem11_LinkClicked);
            // 
            // navBarItem12
            // 
            this.navBarItem12.Caption = "View Message Logs";
            this.navBarItem12.Name = "navBarItem12";
            this.navBarItem12.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem12_LinkClicked);
            // 
            // navBarItem7
            // 
            this.navBarItem7.Caption = "navBarItem7";
            this.navBarItem7.Name = "navBarItem7";
            // 
            // pnlContent
            // 
            this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlContent.Location = new System.Drawing.Point(220, 27);
            this.pnlContent.Name = "pnlContent";
            this.pnlContent.Size = new System.Drawing.Size(1216, 843);
            this.pnlContent.TabIndex = 14;
            // 
            // navBarItem5
            // 
            this.navBarItem5.Caption = "Final Call Lists";
            this.navBarItem5.Name = "navBarItem5";
            // 
            // barStaticApplication
            // 
            this.barStaticApplication.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.barStaticApplication.Id = 0;
            this.barStaticApplication.Name = "barStaticApplication";
            this.barStaticApplication.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticBuildVersion
            // 
            this.barStaticBuildVersion.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Left;
            this.barStaticBuildVersion.Id = 0;
            this.barStaticBuildVersion.Name = "barStaticBuildVersion";
            this.barStaticBuildVersion.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barStaticApplication,
            this.barStaticBuildVersion,
            this.barButtonOption,
            this.barStaticEnvironment,
            this.barButtonLogout,
            this.barButtonExit});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 7;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowCategoryInCaption = false;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(1436, 27);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonOption);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            // 
            // barButtonOption
            // 
            this.barButtonOption.ActAsDropDown = true;
            this.barButtonOption.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonOption.DropDownControl = this.popupMenu1;
            this.barButtonOption.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonOption.Glyph")));
            this.barButtonOption.Id = 3;
            this.barButtonOption.Name = "barButtonOption";
            // 
            // popupMenu1
            // 
            this.popupMenu1.ItemLinks.Add(this.barButtonLogout);
            this.popupMenu1.ItemLinks.Add(this.barButtonExit);
            this.popupMenu1.ItemLinks.Add(this.barStaticApplication, true);
            this.popupMenu1.ItemLinks.Add(this.barStaticBuildVersion);
            this.popupMenu1.ItemLinks.Add(this.barStaticEnvironment);
            this.popupMenu1.Name = "popupMenu1";
            this.popupMenu1.Ribbon = this.ribbonControl1;
            // 
            // barButtonLogout
            // 
            this.barButtonLogout.Caption = "Logout";
            this.barButtonLogout.Glyph = global::ManagerApplication.Properties.Resources.logout;
            this.barButtonLogout.Id = 5;
            this.barButtonLogout.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
            this.barButtonLogout.Name = "barButtonLogout";
            this.barButtonLogout.ShortcutKeyDisplayString = "Ctrl+L";
            this.barButtonLogout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonLogout_ItemClick);
            // 
            // barButtonExit
            // 
            this.barButtonExit.Caption = "Exit";
            this.barButtonExit.Glyph = global::ManagerApplication.Properties.Resources.close;
            this.barButtonExit.Id = 6;
            this.barButtonExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
            this.barButtonExit.Name = "barButtonExit";
            this.barButtonExit.ShortcutKeyDisplayString = "Alt+F4";
            this.barButtonExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonExit_ItemClick);
            // 
            // barStaticEnvironment
            // 
            this.barStaticEnvironment.Id = 4;
            this.barStaticEnvironment.Name = "barStaticEnvironment";
            this.barStaticEnvironment.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // FrmManagerApplication
            // 
            this.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1436, 870);
            this.Controls.Add(this.pnlContent);
            this.Controls.Add(this.navBarMenu);
            this.Controls.Add(this.ribbonControl1);
            this.Icon = global::ManagerApplication.Properties.Resources.bv_logo;
            this.Name = "FrmManagerApplication";
            this.Ribbon = this.ribbonControl1;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "BrightManager";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmManagerApplication_FormClosing);
            this.Load += new System.EventHandler(this.FrmManagerApplication_Load);
            ((System.ComponentModel.ISupportInitialize)(this.navBarMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlContent)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            this.ResumeLayout(false);

        }
        private void barBtnXuatBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (Object.Equals(NhanVienPTs, null))
            {
                XtraMessageBox.Show("Chưa có nhân viên phụ trách", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            if (NhanVienPTs.Count > 0)
            {
                try
                {
                    DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.WaitForm1), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                    splashScreenManager_Report.ShowWaitForm();
                    splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                    splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                    XtraReport_Template _XtraReport_Template = new XtraReport_Template(SHARED.Libraries.ReportHelper.FillDatasetFromGrid(gridViewNhanVien), gridViewNhanVien, barCheckItemLandscape.Checked, false);
                    _XtraReport_Template.SetTitleText("Danh Sách Nhân Viên Phụ Trách");
                    if (barCheckItemThietKe.Checked)
                    {
                        ReportDesignTool designTool = new ReportDesignTool(_XtraReport_Template);
                        splashScreenManager_Report.CloseWaitForm();
                        designTool.ShowDesignerDialog();

                        ReportPrintTool printTool = new ReportPrintTool(designTool.Report);
                        printTool.ShowPreviewDialog();
                    }
                    else
                    {
                        ReportPrintTool printTool = new ReportPrintTool(_XtraReport_Template);
                        splashScreenManager_Report.CloseWaitForm();
                        printTool.ShowPreviewDialog();
                    }
                }
                catch
                {
                    XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                }
            }
            else
            {
                XtraMessageBox.Show("Chưa có nhân viên phụ trách", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Error);
            }
        }
Exemple #33
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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::CompsInfo.SplashScreen1), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Main));
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.popupControlContainer2 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.buttonEdit = new DevExpress.XtraEditors.ButtonEdit();
            this.Open = new DevExpress.XtraBars.BarButtonItem();
            this.iSave = new DevExpress.XtraBars.BarButtonItem();
            this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.popupControlContainer1 = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.someLabelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.someLabelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.iHelp = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.alignButtonGroup = new DevExpress.XtraBars.BarButtonGroup();
            this.iBoldFontStyle = new DevExpress.XtraBars.BarButtonItem();
            this.iItalicFontStyle = new DevExpress.XtraBars.BarButtonItem();
            this.iUnderlinedFontStyle = new DevExpress.XtraBars.BarButtonItem();
            this.fontStyleButtonGroup = new DevExpress.XtraBars.BarButtonGroup();
            this.iLeftTextAlign = new DevExpress.XtraBars.BarButtonItem();
            this.iCenterTextAlign = new DevExpress.XtraBars.BarButtonItem();
            this.iRightTextAlign = new DevExpress.XtraBars.BarButtonItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.KorpusComboBox = new DevExpress.XtraBars.BarEditItem();
            this.KorpsRepository = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.AudComboBox = new DevExpress.XtraBars.BarEditItem();
            this.AudsRepository = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.StatusItem = new DevExpress.XtraBars.BarStaticItem();
            this.PodrComboBox = new DevExpress.XtraBars.BarEditItem();
            this.PodrsRepository = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.findInventItem = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.homeRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.fileRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.gridControl = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((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.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.KorpsRepository)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.AudsRepository)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PodrsRepository)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControl
            // 
            this.ribbonControl.ApplicationButtonDropDownControl = this.appMenu;
            this.ribbonControl.ApplicationButtonText = null;
            this.ribbonControl.ExpandCollapseItem.Id = 0;
            this.ribbonControl.ExpandCollapseItem.Name = "";
            this.ribbonControl.Images = this.ribbonImageCollection;
            this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl.ExpandCollapseItem,
            this.Open,
            this.iSave,
            this.iSaveAs,
            this.iExit,
            this.iHelp,
            this.iAbout,
            this.alignButtonGroup,
            this.iBoldFontStyle,
            this.iItalicFontStyle,
            this.iUnderlinedFontStyle,
            this.fontStyleButtonGroup,
            this.iLeftTextAlign,
            this.iCenterTextAlign,
            this.iRightTextAlign,
            this.rgbiSkins,
            this.KorpusComboBox,
            this.AudComboBox,
            this.StatusItem,
            this.PodrComboBox,
            this.barButtonItem1,
            this.findInventItem,
            this.barButtonItem2});
            this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 72;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.homeRibbonPage,
            this.helpRibbonPage});
            this.ribbonControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.KorpsRepository,
            this.AudsRepository,
            this.PodrsRepository,
            this.repositoryItemTextEdit1});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl.Size = new System.Drawing.Size(985, 144);
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            this.ribbonControl.Toolbar.ItemLinks.Add(this.Open);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.iSave);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.iSaveAs);
            this.ribbonControl.Toolbar.ItemLinks.Add(this.iHelp);
            // 
            // appMenu
            // 
            this.appMenu.BottomPaneControlContainer = this.popupControlContainer2;
            this.appMenu.ItemLinks.Add(this.Open);
            this.appMenu.ItemLinks.Add(this.iSave);
            this.appMenu.ItemLinks.Add(this.iSaveAs);
            this.appMenu.ItemLinks.Add(this.iExit);
            this.appMenu.Name = "appMenu";
            this.appMenu.Ribbon = this.ribbonControl;
            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(238, 289);
            this.popupControlContainer2.Name = "popupControlContainer2";
            this.popupControlContainer2.Ribbon = this.ribbonControl;
            this.popupControlContainer2.Size = new System.Drawing.Size(118, 28);
            this.popupControlContainer2.TabIndex = 3;
            this.popupControlContainer2.Visible = false;
            // 
            // buttonEdit
            // 
            this.buttonEdit.EditValue = "Some Text";
            this.buttonEdit.Location = new System.Drawing.Point(3, 5);
            this.buttonEdit.MenuManager = this.ribbonControl;
            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;
            // 
            // Open
            // 
            this.Open.Caption = "Добавить файл";
            this.Open.Hint = "Creates a new, blank file";
            this.Open.Id = 1;
            this.Open.ImageIndex = 0;
            this.Open.LargeImageIndex = 0;
            this.Open.Name = "Open";
            this.Open.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Open_ItemClick);
            // 
            // iSave
            // 
            this.iSave.Caption = "Добавить папку";
            this.iSave.Description = "Saves the active document.";
            this.iSave.Hint = "Saves the active document";
            this.iSave.Id = 16;
            this.iSave.ImageIndex = 4;
            this.iSave.LargeImageIndex = 2;
            this.iSave.Name = "iSave";
            this.iSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSave_ItemClick);
            // 
            // iSaveAs
            // 
            this.iSaveAs.Caption = "Обновить";
            this.iSaveAs.Description = "Saves the active document in a different location.";
            this.iSaveAs.Enabled = false;
            this.iSaveAs.Hint = "Saves the active document in a different location";
            this.iSaveAs.Id = 17;
            this.iSaveAs.LargeImageIndex = 10;
            this.iSaveAs.Name = "iSaveAs";
            // 
            // iExit
            // 
            this.iExit.Caption = "Exit";
            this.iExit.Description = "Closes this program after prompting you to save unsaved data.";
            this.iExit.Hint = "Closes this program after prompting you to save unsaved data";
            this.iExit.Id = 20;
            this.iExit.ImageIndex = 6;
            this.iExit.LargeImageIndex = 6;
            this.iExit.Name = "iExit";
            // 
            // 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(111, 197);
            this.popupControlContainer1.Name = "popupControlContainer1";
            this.popupControlContainer1.Ribbon = this.ribbonControl;
            this.popupControlContainer1.Size = new System.Drawing.Size(76, 70);
            this.popupControlContainer1.TabIndex = 2;
            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(49, 13);
            this.someLabelControl2.TabIndex = 0;
            this.someLabelControl2.Text = "Some Info";
            // 
            // someLabelControl1
            // 
            this.someLabelControl1.Location = new System.Drawing.Point(3, 3);
            this.someLabelControl1.Name = "someLabelControl1";
            this.someLabelControl1.Size = new System.Drawing.Size(49, 13);
            this.someLabelControl1.TabIndex = 0;
            this.someLabelControl1.Text = "Some Info";
            // 
            // ribbonImageCollection
            // 
            this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
            this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_New_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Open_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Close_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(3, "Ribbon_Find_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(4, "Ribbon_Save_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(5, "Ribbon_SaveAs_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(6, "Ribbon_Exit_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(7, "Ribbon_Content_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(8, "Ribbon_Info_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(9, "Ribbon_Bold_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(10, "Ribbon_Italic_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(11, "Ribbon_Underline_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(12, "Ribbon_AlignLeft_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(13, "Ribbon_AlignCenter_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(14, "Ribbon_AlignRight_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(15, "ark_selectall_48x48.png");
            this.ribbonImageCollection.Images.SetKeyName(16, "gtk-refresh_32x32.png");
            // 
            // iHelp
            // 
            this.iHelp.Caption = "Help";
            this.iHelp.Description = "Start the program help system.";
            this.iHelp.Hint = "Start the program help system";
            this.iHelp.Id = 22;
            this.iHelp.ImageIndex = 7;
            this.iHelp.LargeImageIndex = 7;
            this.iHelp.Name = "iHelp";
            // 
            // iAbout
            // 
            this.iAbout.Caption = "About";
            this.iAbout.Description = "Displays general program information.";
            this.iAbout.Hint = "Displays general program information";
            this.iAbout.Id = 24;
            this.iAbout.ImageIndex = 8;
            this.iAbout.LargeImageIndex = 8;
            this.iAbout.Name = "iAbout";
            // 
            // alignButtonGroup
            // 
            this.alignButtonGroup.Caption = "Align Commands";
            this.alignButtonGroup.Id = 52;
            this.alignButtonGroup.ItemLinks.Add(this.iBoldFontStyle);
            this.alignButtonGroup.ItemLinks.Add(this.iItalicFontStyle);
            this.alignButtonGroup.ItemLinks.Add(this.iUnderlinedFontStyle);
            this.alignButtonGroup.Name = "alignButtonGroup";
            // 
            // iBoldFontStyle
            // 
            this.iBoldFontStyle.Caption = "Bold";
            this.iBoldFontStyle.Id = 53;
            this.iBoldFontStyle.ImageIndex = 9;
            this.iBoldFontStyle.Name = "iBoldFontStyle";
            // 
            // iItalicFontStyle
            // 
            this.iItalicFontStyle.Caption = "Italic";
            this.iItalicFontStyle.Id = 54;
            this.iItalicFontStyle.ImageIndex = 10;
            this.iItalicFontStyle.Name = "iItalicFontStyle";
            // 
            // iUnderlinedFontStyle
            // 
            this.iUnderlinedFontStyle.Caption = "Underlined";
            this.iUnderlinedFontStyle.Id = 55;
            this.iUnderlinedFontStyle.ImageIndex = 11;
            this.iUnderlinedFontStyle.Name = "iUnderlinedFontStyle";
            // 
            // fontStyleButtonGroup
            // 
            this.fontStyleButtonGroup.Caption = "Font Style";
            this.fontStyleButtonGroup.Id = 56;
            this.fontStyleButtonGroup.ItemLinks.Add(this.iLeftTextAlign);
            this.fontStyleButtonGroup.ItemLinks.Add(this.iCenterTextAlign);
            this.fontStyleButtonGroup.ItemLinks.Add(this.iRightTextAlign);
            this.fontStyleButtonGroup.Name = "fontStyleButtonGroup";
            // 
            // iLeftTextAlign
            // 
            this.iLeftTextAlign.Caption = "Left";
            this.iLeftTextAlign.Id = 57;
            this.iLeftTextAlign.ImageIndex = 12;
            this.iLeftTextAlign.Name = "iLeftTextAlign";
            // 
            // iCenterTextAlign
            // 
            this.iCenterTextAlign.Caption = "Center";
            this.iCenterTextAlign.Id = 58;
            this.iCenterTextAlign.ImageIndex = 13;
            this.iCenterTextAlign.Name = "iCenterTextAlign";
            // 
            // iRightTextAlign
            // 
            this.iRightTextAlign.Caption = "Right";
            this.iRightTextAlign.Id = 59;
            this.iRightTextAlign.ImageIndex = 14;
            this.iRightTextAlign.Name = "iRightTextAlign";
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 60;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // KorpusComboBox
            // 
            this.KorpusComboBox.Caption = "Корпус";
            this.KorpusComboBox.Edit = this.KorpsRepository;
            this.KorpusComboBox.Id = 62;
            this.KorpusComboBox.Name = "KorpusComboBox";
            this.KorpusComboBox.Width = 300;
            this.KorpusComboBox.EditValueChanged += new System.EventHandler(this.KorpusComboBox_EditValueChanged);
            // 
            // KorpsRepository
            // 
            this.KorpsRepository.AutoHeight = false;
            this.KorpsRepository.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
            this.KorpsRepository.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.KorpsRepository.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("name", "name")});
            this.KorpsRepository.DropDownRows = 10;
            this.KorpsRepository.Name = "KorpsRepository";
            this.KorpsRepository.NullText = "";
            this.KorpsRepository.PopupResizeMode = DevExpress.XtraEditors.Controls.ResizeMode.FrameResize;
            this.KorpsRepository.PopupSizeable = false;
            this.KorpsRepository.ShowFooter = false;
            this.KorpsRepository.ShowHeader = false;
            this.KorpsRepository.ShowLines = false;
            this.KorpsRepository.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            // 
            // AudComboBox
            // 
            this.AudComboBox.Caption = "Аудитория";
            this.AudComboBox.Edit = this.AudsRepository;
            this.AudComboBox.Id = 64;
            this.AudComboBox.Name = "AudComboBox";
            this.AudComboBox.Width = 280;
            // 
            // AudsRepository
            // 
            this.AudsRepository.AutoHeight = false;
            this.AudsRepository.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
            this.AudsRepository.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.AudsRepository.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("Aud", "Aud")});
            this.AudsRepository.DropDownRows = 10;
            this.AudsRepository.Name = "AudsRepository";
            this.AudsRepository.NullText = "";
            this.AudsRepository.ShowFooter = false;
            this.AudsRepository.ShowHeader = false;
            this.AudsRepository.ShowLines = false;
            this.AudsRepository.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            // 
            // StatusItem
            // 
            this.StatusItem.Id = 66;
            this.StatusItem.Name = "StatusItem";
            this.StatusItem.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // PodrComboBox
            // 
            this.PodrComboBox.Caption = "Подразделение";
            this.PodrComboBox.Edit = this.PodrsRepository;
            this.PodrComboBox.Id = 67;
            this.PodrComboBox.Name = "PodrComboBox";
            this.PodrComboBox.Width = 255;
            this.PodrComboBox.EditValueChanged += new System.EventHandler(this.PodrComboBox_EditValueChanged);
            // 
            // PodrsRepository
            // 
            this.PodrsRepository.AutoHeight = false;
            this.PodrsRepository.BestFitMode = DevExpress.XtraEditors.Controls.BestFitMode.BestFitResizePopup;
            this.PodrsRepository.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.PodrsRepository.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
            new DevExpress.XtraEditors.Controls.LookUpColumnInfo("name", "name")});
            this.PodrsRepository.DropDownRows = 10;
            this.PodrsRepository.Name = "PodrsRepository";
            this.PodrsRepository.NullText = "";
            this.PodrsRepository.ShowFooter = false;
            this.PodrsRepository.ShowHeader = false;
            this.PodrsRepository.ShowLines = false;
            this.PodrsRepository.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Показать все";
            this.barButtonItem1.Id = 68;
            this.barButtonItem1.LargeImageIndex = 9;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // findInventItem
            // 
            this.findInventItem.Caption = "Инвентарный номер";
            this.findInventItem.Edit = this.repositoryItemTextEdit1;
            this.findInventItem.Id = 70;
            this.findInventItem.Name = "findInventItem";
            this.findInventItem.Width = 200;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Поиск";
            this.barButtonItem2.Id = 71;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // 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_New_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Open_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Close_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Ribbon_Find_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(4, "Ribbon_Save_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(5, "Ribbon_SaveAs_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(6, "Ribbon_Exit_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(7, "Ribbon_Content_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(8, "Ribbon_Info_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(9, "ark_selectall_48x48.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(10, "gtk-refresh_32x32.png");
            // 
            // homeRibbonPage
            // 
            this.homeRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.fileRibbonPageGroup,
            this.ribbonPageGroup1,
            this.ribbonPageGroup2});
            this.homeRibbonPage.Name = "homeRibbonPage";
            this.homeRibbonPage.Text = "Home";
            // 
            // fileRibbonPageGroup
            // 
            this.fileRibbonPageGroup.ItemLinks.Add(this.Open);
            this.fileRibbonPageGroup.ItemLinks.Add(this.iSave);
            this.fileRibbonPageGroup.ItemLinks.Add(this.iSaveAs);
            this.fileRibbonPageGroup.Name = "fileRibbonPageGroup";
            this.fileRibbonPageGroup.Text = "Операции";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.KorpusComboBox);
            this.ribbonPageGroup1.ItemLinks.Add(this.PodrComboBox);
            this.ribbonPageGroup1.ItemLinks.Add(this.AudComboBox);
            this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItem1);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "Фильтр";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.findInventItem);
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem2);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.Text = "поиск";
            // 
            // helpRibbonPage
            // 
            this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.helpRibbonPageGroup});
            this.helpRibbonPage.Name = "helpRibbonPage";
            this.helpRibbonPage.Text = "Help";
            // 
            // helpRibbonPageGroup
            // 
            this.helpRibbonPageGroup.ItemLinks.Add(this.iHelp);
            this.helpRibbonPageGroup.ItemLinks.Add(this.iAbout);
            this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
            this.helpRibbonPageGroup.Text = "Help";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.StatusItem);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 458);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            this.ribbonStatusBar.Size = new System.Drawing.Size(985, 31);
            // 
            // gridControl
            // 
            this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl.Location = new System.Drawing.Point(0, 144);
            this.gridControl.MainView = this.gridView1;
            this.gridControl.Name = "gridControl";
            this.gridControl.Size = new System.Drawing.Size(985, 314);
            this.gridControl.TabIndex = 0;
            this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            this.gridControl.Visible = false;
            // 
            // gridView1
            // 
            this.gridView1.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Bold);
            this.gridView1.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Black;
            this.gridView1.Appearance.GroupPanel.Options.UseFont = true;
            this.gridView1.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3,
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn13});
            this.gridView1.GridControl = this.gridControl;
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsBehavior.Editable = false;
            this.gridView1.ShowButtonMode = DevExpress.XtraGrid.Views.Base.ShowButtonModeEnum.ShowForFocusedRow;
            this.gridView1.RowClick += new DevExpress.XtraGrid.Views.Grid.RowClickEventHandler(this.gridView1_RowClick);
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "Тип";
            this.gridColumn1.FieldName = "type";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 99;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "Операционная система";
            this.gridColumn2.FieldName = "OC";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 182;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "Пакет обновления ОС";
            this.gridColumn3.FieldName = "SP_OC";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.Width = 121;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "Имя компьютера";
            this.gridColumn4.FieldName = "Name";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 3;
            this.gridColumn4.Width = 85;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "Вход в домен";
            this.gridColumn5.FieldName = "Domen";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 4;
            this.gridColumn5.Width = 74;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "Тип ЦП";
            this.gridColumn6.FieldName = "CPU";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 5;
            this.gridColumn6.Width = 112;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "Системная плата";
            this.gridColumn7.FieldName = "Mother";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 6;
            this.gridColumn7.Width = 68;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "Системная память";
            this.gridColumn8.FieldName = "RAM";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 7;
            this.gridColumn8.Width = 68;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "Видеоадаптер";
            this.gridColumn9.FieldName = "Video";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 8;
            this.gridColumn9.Width = 85;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "Дисковый накопитель";
            this.gridColumn10.FieldName = "HardDisk";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 9;
            this.gridColumn10.Width = 63;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "MAC-адрес";
            this.gridColumn11.FieldName = "MAC";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 10;
            this.gridColumn11.Width = 63;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "Инвентарный номер";
            this.gridColumn12.FieldName = "Invent";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 11;
            this.gridColumn12.Width = 90;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "ExplId";
            this.gridColumn13.FieldName = "ExplId";
            this.gridColumn13.Name = "gridColumn13";
            // 
            // openFileDialog1
            // 
            this.openFileDialog1.Filter = "txt files (*.txt)|*.txt|All files (*.*)|*.*";
            this.openFileDialog1.InitialDirectory = "c:\\\\";
            this.openFileDialog1.RestoreDirectory = true;
            // 
            // Main
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(985, 489);
            this.Controls.Add(this.gridControl);
            this.Controls.Add(this.ribbonControl);
            this.Controls.Add(this.popupControlContainer1);
            this.Controls.Add(this.popupControlContainer2);
            this.Controls.Add(this.ribbonStatusBar);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "Main";
            this.Ribbon = this.ribbonControl;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Аудит";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Main_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((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.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.KorpsRepository)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.AudsRepository)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PodrsRepository)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.SplashScreen1), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
            this.ribbonMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.backstageViewControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
            this.backstageViewClientControlCauHinh = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlGiaoDienvaNgonNgu = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlCapNhatPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlThongTinPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControl3 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControl2 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewItemSeparator2 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemCauHinh = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator6 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemGiaoDienvaNgonNgu = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator4 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemCapNhatPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator5 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemThongTinPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator1 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabImportAll = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator7 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemRestart = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparator3 = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemLogout = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.barStaticConnection = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticConnectionT = new DevExpress.XtraBars.BarStaticItem();
            this.barBtnUser = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnSync = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticSeparator = new DevExpress.XtraBars.BarStaticItem();
            this.rbnPageNothing = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
            this.navBarGroupQLPhong = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarGroupControlContainer1 = new DevExpress.XtraNavBar.NavBarGroupControlContainer();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).BeginInit();
            this.backstageViewControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
            this.navBarControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // ribbonMain
            // 
            this.ribbonMain.ApplicationButtonDropDownControl = this.backstageViewControl1;
            this.ribbonMain.ApplicationIcon = global::PTB_GUI.Properties.Resources.Logo;
            this.ribbonMain.AutoSizeItems = true;
            this.ribbonMain.ExpandCollapseItem.Id = 0;
            this.ribbonMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonMain.ExpandCollapseItem,
            this.barStaticConnection,
            this.barStaticConnectionT,
            this.barBtnUser,
            this.barBtnSync,
            this.barStaticSeparator});
            this.ribbonMain.Location = new System.Drawing.Point(0, 0);
            this.ribbonMain.MaxItemId = 11;
            this.ribbonMain.Name = "ribbonMain";
            this.ribbonMain.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.rbnPageNothing});
            this.ribbonMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007;
            this.ribbonMain.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbonMain.Size = new System.Drawing.Size(900, 147);
            this.ribbonMain.StatusBar = this.ribbonStatusBar;
            this.ribbonMain.SelectedPageChanging += new DevExpress.XtraBars.Ribbon.RibbonPageChangingEventHandler(this.ribbonMain_SelectedPageChanging);
            this.ribbonMain.SelectedPageChanged += new System.EventHandler(this.ribbonMain_SelectedPageChanged);
            // 
            // backstageViewControl1
            // 
            this.backstageViewControl1.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow;
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControlCauHinh);
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControlGiaoDienvaNgonNgu);
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControlCapNhatPhanMem);
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControlThongTinPhanMem);
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControl3);
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControl1);
            this.backstageViewControl1.Controls.Add(this.backstageViewClientControl2);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator2);
            this.backstageViewControl1.Items.Add(this.backstageViewTabItemCauHinh);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator6);
            this.backstageViewControl1.Items.Add(this.backstageViewTabItemGiaoDienvaNgonNgu);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator4);
            this.backstageViewControl1.Items.Add(this.backstageViewTabItemCapNhatPhanMem);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator5);
            this.backstageViewControl1.Items.Add(this.backstageViewTabItemThongTinPhanMem);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator1);
            this.backstageViewControl1.Items.Add(this.backstageViewTabImportAll);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator7);
            this.backstageViewControl1.Items.Add(this.backstageViewTabItemRestart);
            this.backstageViewControl1.Items.Add(this.backstageViewItemSeparator3);
            this.backstageViewControl1.Items.Add(this.backstageViewTabItemLogout);
            this.backstageViewControl1.Location = new System.Drawing.Point(0, 0);
            this.backstageViewControl1.Name = "backstageViewControl1";
            this.backstageViewControl1.Ribbon = this.ribbonMain;
            this.backstageViewControl1.SelectedTab = null;
            this.backstageViewControl1.Size = new System.Drawing.Size(641, 529);
            this.backstageViewControl1.TabIndex = 0;
            this.backstageViewControl1.Text = "backstageViewControl1";
            this.backstageViewControl1.Hidden += new System.EventHandler(this.backstageViewControl1_Hidden);
            // 
            // backstageViewClientControlCauHinh
            // 
            this.backstageViewClientControlCauHinh.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlCauHinh.Name = "backstageViewClientControlCauHinh";
            this.backstageViewClientControlCauHinh.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControlCauHinh.TabIndex = 0;
            // 
            // backstageViewClientControlGiaoDienvaNgonNgu
            // 
            this.backstageViewClientControlGiaoDienvaNgonNgu.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlGiaoDienvaNgonNgu.Name = "backstageViewClientControlGiaoDienvaNgonNgu";
            this.backstageViewClientControlGiaoDienvaNgonNgu.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControlGiaoDienvaNgonNgu.TabIndex = 1;
            // 
            // backstageViewClientControlCapNhatPhanMem
            // 
            this.backstageViewClientControlCapNhatPhanMem.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlCapNhatPhanMem.Name = "backstageViewClientControlCapNhatPhanMem";
            this.backstageViewClientControlCapNhatPhanMem.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControlCapNhatPhanMem.TabIndex = 2;
            // 
            // backstageViewClientControlThongTinPhanMem
            // 
            this.backstageViewClientControlThongTinPhanMem.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlThongTinPhanMem.Name = "backstageViewClientControlThongTinPhanMem";
            this.backstageViewClientControlThongTinPhanMem.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControlThongTinPhanMem.TabIndex = 3;
            // 
            // backstageViewClientControl3
            // 
            this.backstageViewClientControl3.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControl3.Name = "backstageViewClientControl3";
            this.backstageViewClientControl3.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControl3.TabIndex = 8;
            // 
            // backstageViewClientControl1
            // 
            this.backstageViewClientControl1.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControl1.Name = "backstageViewClientControl1";
            this.backstageViewClientControl1.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControl1.TabIndex = 5;
            // 
            // backstageViewClientControl2
            // 
            this.backstageViewClientControl2.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControl2.Name = "backstageViewClientControl2";
            this.backstageViewClientControl2.Size = new System.Drawing.Size(440, 529);
            this.backstageViewClientControl2.TabIndex = 6;
            // 
            // backstageViewItemSeparator2
            // 
            this.backstageViewItemSeparator2.Name = "backstageViewItemSeparator2";
            // 
            // backstageViewTabItemCauHinh
            // 
            this.backstageViewTabItemCauHinh.Caption = "Cài đặt cấu hình";
            this.backstageViewTabItemCauHinh.ContentControl = this.backstageViewClientControlCauHinh;
            this.backstageViewTabItemCauHinh.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemCauHinh.Glyph")));
            this.backstageViewTabItemCauHinh.Name = "backstageViewTabItemCauHinh";
            this.backstageViewTabItemCauHinh.Selected = false;
            this.backstageViewTabItemCauHinh.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemCauHinh_SelectedChanged);
            // 
            // backstageViewItemSeparator6
            // 
            this.backstageViewItemSeparator6.Name = "backstageViewItemSeparator6";
            // 
            // backstageViewTabItemGiaoDienvaNgonNgu
            // 
            this.backstageViewTabItemGiaoDienvaNgonNgu.Caption = "Giao diện và Ngôn ngữ";
            this.backstageViewTabItemGiaoDienvaNgonNgu.ContentControl = this.backstageViewClientControlGiaoDienvaNgonNgu;
            this.backstageViewTabItemGiaoDienvaNgonNgu.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemGiaoDienvaNgonNgu.Glyph")));
            this.backstageViewTabItemGiaoDienvaNgonNgu.Name = "backstageViewTabItemGiaoDienvaNgonNgu";
            this.backstageViewTabItemGiaoDienvaNgonNgu.Selected = false;
            this.backstageViewTabItemGiaoDienvaNgonNgu.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemGiaoDienvaNgonNgu_SelectedChanged);
            // 
            // backstageViewItemSeparator4
            // 
            this.backstageViewItemSeparator4.Name = "backstageViewItemSeparator4";
            // 
            // backstageViewTabItemCapNhatPhanMem
            // 
            this.backstageViewTabItemCapNhatPhanMem.Caption = "Cập nhật phần mềm";
            this.backstageViewTabItemCapNhatPhanMem.ContentControl = this.backstageViewClientControlCapNhatPhanMem;
            this.backstageViewTabItemCapNhatPhanMem.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemCapNhatPhanMem.Glyph")));
            this.backstageViewTabItemCapNhatPhanMem.Name = "backstageViewTabItemCapNhatPhanMem";
            this.backstageViewTabItemCapNhatPhanMem.Selected = false;
            this.backstageViewTabItemCapNhatPhanMem.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemCapNhatPhanMem_SelectedChanged);
            // 
            // backstageViewItemSeparator5
            // 
            this.backstageViewItemSeparator5.Name = "backstageViewItemSeparator5";
            // 
            // backstageViewTabItemThongTinPhanMem
            // 
            this.backstageViewTabItemThongTinPhanMem.Caption = "Thông tin phần mềm";
            this.backstageViewTabItemThongTinPhanMem.ContentControl = this.backstageViewClientControlThongTinPhanMem;
            this.backstageViewTabItemThongTinPhanMem.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemThongTinPhanMem.Glyph")));
            this.backstageViewTabItemThongTinPhanMem.Name = "backstageViewTabItemThongTinPhanMem";
            this.backstageViewTabItemThongTinPhanMem.Selected = false;
            this.backstageViewTabItemThongTinPhanMem.Tag = "1";
            this.backstageViewTabItemThongTinPhanMem.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemThongTinPhanMem_SelectedChanged);
            // 
            // backstageViewItemSeparator1
            // 
            this.backstageViewItemSeparator1.Name = "backstageViewItemSeparator1";
            // 
            // backstageViewTabImportAll
            // 
            this.backstageViewTabImportAll.Caption = "Import All";
            this.backstageViewTabImportAll.ContentControl = this.backstageViewClientControl3;
            this.backstageViewTabImportAll.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabImportAll.Glyph")));
            this.backstageViewTabImportAll.Name = "backstageViewTabImportAll";
            this.backstageViewTabImportAll.Selected = false;
            this.backstageViewTabImportAll.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabImportAll_ItemPressed);
            // 
            // backstageViewItemSeparator7
            // 
            this.backstageViewItemSeparator7.Name = "backstageViewItemSeparator7";
            // 
            // backstageViewTabItemRestart
            // 
            this.backstageViewTabItemRestart.Caption = "Khởi động lại";
            this.backstageViewTabItemRestart.ContentControl = this.backstageViewClientControl1;
            this.backstageViewTabItemRestart.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemRestart.Glyph")));
            this.backstageViewTabItemRestart.Name = "backstageViewTabItemRestart";
            this.backstageViewTabItemRestart.Selected = false;
            this.backstageViewTabItemRestart.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemRestart_ItemPressed);
            // 
            // backstageViewItemSeparator3
            // 
            this.backstageViewItemSeparator3.Name = "backstageViewItemSeparator3";
            // 
            // backstageViewTabItemLogout
            // 
            this.backstageViewTabItemLogout.Caption = "Thoát";
            this.backstageViewTabItemLogout.ContentControl = this.backstageViewClientControl2;
            this.backstageViewTabItemLogout.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemLogout.Glyph")));
            this.backstageViewTabItemLogout.Name = "backstageViewTabItemLogout";
            this.backstageViewTabItemLogout.Selected = false;
            this.backstageViewTabItemLogout.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemLogout_ItemPressed);
            // 
            // barStaticConnection
            // 
            this.barStaticConnection.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barStaticConnection.Glyph = global::PTB_GUI.Properties.Resources.check;
            this.barStaticConnection.GlyphDisabled = global::PTB_GUI.Properties.Resources.close_delete;
            this.barStaticConnection.Id = 3;
            this.barStaticConnection.Name = "barStaticConnection";
            this.barStaticConnection.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticConnectionT
            // 
            this.barStaticConnectionT.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barStaticConnectionT.Caption = "Có kết nối CSDL";
            this.barStaticConnectionT.Id = 6;
            this.barStaticConnectionT.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barStaticConnectionT.ItemAppearance.Normal.Options.UseFont = true;
            this.barStaticConnectionT.Name = "barStaticConnectionT";
            this.barStaticConnectionT.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barBtnUser
            // 
            this.barBtnUser.Caption = "[Unknown]";
            this.barBtnUser.Id = 8;
            this.barBtnUser.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barBtnUser.ItemAppearance.Hovered.Options.UseFont = true;
            this.barBtnUser.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barBtnUser.ItemAppearance.Normal.Options.UseFont = true;
            this.barBtnUser.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barBtnUser.ItemAppearance.Pressed.Options.UseFont = true;
            this.barBtnUser.Name = "barBtnUser";
            this.barBtnUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUser_ItemClick);
            // 
            // barBtnSync
            // 
            this.barBtnSync.Caption = "Đồng bộ CSDL";
            this.barBtnSync.Glyph = ((System.Drawing.Image)(resources.GetObject("barBtnSync.Glyph")));
            this.barBtnSync.Id = 9;
            this.barBtnSync.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barBtnSync.ItemAppearance.Hovered.Options.UseFont = true;
            this.barBtnSync.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barBtnSync.ItemAppearance.Normal.Options.UseFont = true;
            this.barBtnSync.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.barBtnSync.ItemAppearance.Pressed.Options.UseFont = true;
            this.barBtnSync.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barBtnSync.LargeGlyph")));
            this.barBtnSync.Name = "barBtnSync";
            this.barBtnSync.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSync_ItemClick);
            // 
            // barStaticSeparator
            // 
            this.barStaticSeparator.Caption = "|";
            this.barStaticSeparator.Id = 10;
            this.barStaticSeparator.Name = "barStaticSeparator";
            this.barStaticSeparator.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // rbnPageNothing
            // 
            this.rbnPageNothing.Name = "rbnPageNothing";
            this.rbnPageNothing.Text = "Nothing";
            this.rbnPageNothing.Visible = false;
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.barStaticConnectionT);
            this.ribbonStatusBar.ItemLinks.Add(this.barStaticConnection);
            this.ribbonStatusBar.ItemLinks.Add(this.barBtnUser);
            this.ribbonStatusBar.ItemLinks.Add(this.barStaticSeparator);
            this.ribbonStatusBar.ItemLinks.Add(this.barBtnSync);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 676);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonMain;
            this.ribbonStatusBar.Size = new System.Drawing.Size(900, 23);
            // 
            // navBarControl1
            // 
            this.navBarControl1.ActiveGroup = this.navBarGroupQLPhong;
            this.navBarControl1.Controls.Add(this.navBarGroupControlContainer1);
            this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
            this.navBarGroupQLPhong});
            this.navBarControl1.Location = new System.Drawing.Point(0, 147);
            this.navBarControl1.Name = "navBarControl1";
            this.navBarControl1.OptionsNavPane.ExpandedWidth = 259;
            this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
            this.navBarControl1.Size = new System.Drawing.Size(259, 529);
            this.navBarControl1.TabIndex = 2;
            this.navBarControl1.Text = "navBarControl1";
            this.navBarControl1.GroupCollapsing += new DevExpress.XtraNavBar.NavBarGroupCancelEventHandler(this.navBarControl1_GroupCollapsing);
            this.navBarControl1.ActiveGroupChanged += new DevExpress.XtraNavBar.NavBarGroupEventHandler(this.navBarControl1_ActiveGroupChanged);
            // 
            // navBarGroupQLPhong
            // 
            this.navBarGroupQLPhong.Caption = "";
            this.navBarGroupQLPhong.ControlContainer = this.navBarGroupControlContainer1;
            this.navBarGroupQLPhong.Expanded = true;
            this.navBarGroupQLPhong.GroupClientHeight = 80;
            this.navBarGroupQLPhong.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.ControlContainer;
            this.navBarGroupQLPhong.Name = "navBarGroupQLPhong";
            this.navBarGroupQLPhong.SmallImage = global::PTB_GUI.Properties.Resources.phong1;
            // 
            // navBarGroupControlContainer1
            // 
            this.navBarGroupControlContainer1.Name = "navBarGroupControlContainer1";
            this.navBarGroupControlContainer1.Size = new System.Drawing.Size(257, 435);
            this.navBarGroupControlContainer1.TabIndex = 0;
            // 
            // panelControl1
            // 
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Controls.Add(this.backstageViewControl1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(259, 147);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(641, 529);
            this.panelControl1.TabIndex = 3;
            // 
            // frmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(900, 699);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.navBarControl1);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "frmMain";
            this.Ribbon = this.ribbonMain;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Quản lý thiết bị phiên bản 1.2";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).EndInit();
            this.backstageViewControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
            this.navBarControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void barBtnXuatBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (Object.Equals(_ViTriHienTai, null))
            {
                XtraMessageBox.Show("Chưa chọn vị trí!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            if (Object.Equals(listPhong, null))
            {
                XtraMessageBox.Show("Không có phòng!", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                return;
            }
            else
            {
                String strViTri = _ViTriHienTai.coso != null ? _ViTriHienTai.coso.ten + (_ViTriHienTai.day != null ? " - " + _ViTriHienTai.day.ten + (_ViTriHienTai.tang != null ? " - " + _ViTriHienTai.tang.ten : "") : "") : "";
                if (listPhong.Count > 0)
                {
                    try
                    {
                        DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.WaitForm1), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                        splashScreenManager_Report.ShowWaitForm();
                        splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                        splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                        XtraReport_Template _XtraReport_Template = new XtraReport_Template(SHARED.Libraries.ReportHelper.FillDatasetFromGrid(gridViewPhong), gridViewPhong, barCheckItemLandscape.Checked);
                        _XtraReport_Template.SetTitleText("Danh Sách Phòng Tại: " + strViTri);
                        if (barCheckItemThietKe.Checked)
                        {
                            ReportDesignTool designTool = new ReportDesignTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            designTool.ShowDesignerDialog();

                            ReportPrintTool printTool = new ReportPrintTool(designTool.Report);
                            printTool.ShowPreviewDialog();
                        }
                        else
                        {
                            ReportPrintTool printTool = new ReportPrintTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                    }
                    catch
                    {
                        XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else
                {
                    strViTri = "[" + strViTri + "]";
                    XtraMessageBox.Show(strViTri + " không có phòng!", "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                }
            }
        }
        /// <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.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Polycom.RMX2000.TranslationManager.UI.InformationScreen), true, true);
            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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainXtraForm));
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components);
            this.barManager = new DevExpress.XtraBars.BarManager(this.components);
            this.mainToolBar = new DevExpress.XtraBars.Bar();
            this.fileBarSubItem = new DevExpress.XtraBars.BarSubItem();
            this.exitBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.toolsBarSubItem = new DevExpress.XtraBars.BarSubItem();
            this.themesBarEditItem = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemRadioGroup4 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.helpBarSubItem = new DevExpress.XtraBars.BarSubItem();
            this.howToUseBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.gitHubBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.aboutBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.barAndDockingController = new DevExpress.XtraBars.BarAndDockingController(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.statusBarStaticItem = new DevExpress.XtraBars.BarStaticItem();
            this.toolBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.themesBarToolbarsListItem = new DevExpress.XtraBars.BarToolbarsListItem();
            this.whiteThemeBarCheckItem = new DevExpress.XtraBars.BarCheckItem();
            this.darkThemeBarCheckItem = new DevExpress.XtraBars.BarCheckItem();
            this.selectXMLBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.selectProjectBarButtonItem = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemRadioGroup1 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.repositoryItemRadioGroup2 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
            this.repositoryItemRadioGroup3 = new DevExpress.XtraEditors.Repository.RepositoryItemRadioGroup();
            this.mainTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
            this.toolPanelControl = new DevExpress.XtraEditors.PanelControl();
            this.selectSimpleButton = new DevExpress.XtraEditors.SimpleButton();
            this.analyzeSimpleButton = new DevExpress.XtraEditors.SimpleButton();
            this.filePathTextEdit = new DevExpress.XtraEditors.TextEdit();
            this.resultXtraTabControl = new DevExpress.XtraTab.XtraTabControl();
            this.bottomToolPanelControl = new DevExpress.XtraEditors.PanelControl();
            this.exportResultSimpleButton = new DevExpress.XtraEditors.SimpleButton();
            this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
            this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
            this.alertControl = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup3)).BeginInit();
            this.mainTableLayoutPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.toolPanelControl)).BeginInit();
            this.toolPanelControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.filePathTextEdit.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.resultXtraTabControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bottomToolPanelControl)).BeginInit();
            this.bottomToolPanelControl.SuspendLayout();
            this.SuspendLayout();
            // 
            // defaultLookAndFeel
            // 
            this.defaultLookAndFeel.LookAndFeel.SkinName = "DevExpress Dark Style";
            // 
            // barManager
            // 
            this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.mainToolBar});
            this.barManager.Controller = this.barAndDockingController;
            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.fileBarSubItem,
            this.helpBarSubItem,
            this.statusBarStaticItem,
            this.exitBarButtonItem,
            this.aboutBarButtonItem,
            this.toolBarButtonItem,
            this.toolsBarSubItem,
            this.themesBarToolbarsListItem,
            this.whiteThemeBarCheckItem,
            this.darkThemeBarCheckItem,
            this.themesBarEditItem,
            this.howToUseBarButtonItem,
            this.gitHubBarButtonItem,
            this.selectXMLBarButtonItem,
            this.selectProjectBarButtonItem});
            this.barManager.MainMenu = this.mainToolBar;
            this.barManager.MaxItemId = 26;
            this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemRadioGroup1,
            this.repositoryItemRadioGroup2,
            this.repositoryItemCheckEdit1,
            this.repositoryItemRadioGroup3,
            this.repositoryItemRadioGroup4});
            // 
            // mainToolBar
            // 
            this.mainToolBar.BarName = "Custom 2";
            this.mainToolBar.DockCol = 0;
            this.mainToolBar.DockRow = 0;
            this.mainToolBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.mainToolBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.fileBarSubItem),
            new DevExpress.XtraBars.LinkPersistInfo(this.toolsBarSubItem),
            new DevExpress.XtraBars.LinkPersistInfo(this.helpBarSubItem)});
            this.mainToolBar.OptionsBar.AllowQuickCustomization = false;
            this.mainToolBar.OptionsBar.DrawDragBorder = false;
            this.mainToolBar.OptionsBar.MultiLine = true;
            this.mainToolBar.OptionsBar.UseWholeRow = true;
            this.mainToolBar.Text = "Custom 2";
            // 
            // fileBarSubItem
            // 
            this.fileBarSubItem.Caption = "&File";
            this.fileBarSubItem.Id = 0;
            this.fileBarSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.exitBarButtonItem)});
            this.fileBarSubItem.Name = "fileBarSubItem";
            // 
            // exitBarButtonItem
            // 
            this.exitBarButtonItem.Caption = "E&xit";
            this.exitBarButtonItem.Glyph = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.door;
            this.exitBarButtonItem.Id = 3;
            this.exitBarButtonItem.Name = "exitBarButtonItem";
            this.exitBarButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.exitBarButtonItem_ItemClick);
            // 
            // toolsBarSubItem
            // 
            this.toolsBarSubItem.Caption = "&Tools";
            this.toolsBarSubItem.Id = 6;
            this.toolsBarSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.themesBarEditItem)});
            this.toolsBarSubItem.Name = "toolsBarSubItem";
            // 
            // themesBarEditItem
            // 
            this.themesBarEditItem.Caption = "Themes";
            this.themesBarEditItem.Edit = this.repositoryItemRadioGroup4;
            this.themesBarEditItem.EditHeight = 60;
            this.themesBarEditItem.Id = 19;
            this.themesBarEditItem.Name = "themesBarEditItem";
            this.themesBarEditItem.Width = 70;
            this.themesBarEditItem.EditValueChanged += new System.EventHandler(this.themesBarEditItem_EditValueChanged);
            // 
            // repositoryItemRadioGroup4
            // 
            this.repositoryItemRadioGroup4.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Metropolis", "White"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("DevExpress Dark Style", "Dark"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Office 2010 Blue", "Blue")});
            this.repositoryItemRadioGroup4.Name = "repositoryItemRadioGroup4";
            // 
            // helpBarSubItem
            // 
            this.helpBarSubItem.Caption = "&Help";
            this.helpBarSubItem.Id = 1;
            this.helpBarSubItem.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.howToUseBarButtonItem),
            new DevExpress.XtraBars.LinkPersistInfo(this.gitHubBarButtonItem),
            new DevExpress.XtraBars.LinkPersistInfo(this.aboutBarButtonItem)});
            this.helpBarSubItem.Name = "helpBarSubItem";
            // 
            // howToUseBarButtonItem
            // 
            this.howToUseBarButtonItem.Caption = "H&ow To Use ...";
            this.howToUseBarButtonItem.Glyph = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.help;
            this.howToUseBarButtonItem.Id = 20;
            this.howToUseBarButtonItem.Name = "howToUseBarButtonItem";
            this.howToUseBarButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.howToUseBarButtonItem_ItemClick);
            // 
            // gitHubBarButtonItem
            // 
            this.gitHubBarButtonItem.Caption = "GitHub ...";
            this.gitHubBarButtonItem.Glyph = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.GitHub;
            this.gitHubBarButtonItem.Id = 21;
            this.gitHubBarButtonItem.Name = "gitHubBarButtonItem";
            toolTipTitleItem1.Text = "GitHub";
            toolTipItem1.Appearance.Image = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.GitHubMedium;
            toolTipItem1.Appearance.Options.UseImage = true;
            toolTipItem1.Image = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.GitHubMedium;
            toolTipItem1.LeftIndent = 6;
            toolTipItem1.Text = "Get source code from GitHub.";
            superToolTip1.Items.Add(toolTipTitleItem1);
            superToolTip1.Items.Add(toolTipItem1);
            this.gitHubBarButtonItem.SuperTip = superToolTip1;
            this.gitHubBarButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.gitHubBarButtonItem_ItemClick);
            // 
            // aboutBarButtonItem
            // 
            this.aboutBarButtonItem.Caption = "&About";
            this.aboutBarButtonItem.Glyph = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.info;
            this.aboutBarButtonItem.Id = 4;
            this.aboutBarButtonItem.Name = "aboutBarButtonItem";
            this.aboutBarButtonItem.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.aboutBarButtonItem_ItemClick);
            // 
            // barAndDockingController
            // 
            this.barAndDockingController.PaintStyleName = "Skin";
            this.barAndDockingController.PropertiesBar.AllowLinkLighting = false;
            // 
            // 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(780, 22);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 562);
            this.barDockControlBottom.Size = new System.Drawing.Size(780, 0);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 22);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 540);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(780, 22);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 540);
            // 
            // statusBarStaticItem
            // 
            this.statusBarStaticItem.Id = 2;
            this.statusBarStaticItem.Name = "statusBarStaticItem";
            this.statusBarStaticItem.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // toolBarButtonItem
            // 
            this.toolBarButtonItem.Caption = "&Tools";
            this.toolBarButtonItem.Id = 5;
            this.toolBarButtonItem.Name = "toolBarButtonItem";
            // 
            // themesBarToolbarsListItem
            // 
            this.themesBarToolbarsListItem.Caption = "Themes";
            this.themesBarToolbarsListItem.Id = 11;
            this.themesBarToolbarsListItem.Name = "themesBarToolbarsListItem";
            // 
            // whiteThemeBarCheckItem
            // 
            this.whiteThemeBarCheckItem.Caption = "White";
            this.whiteThemeBarCheckItem.Id = 15;
            this.whiteThemeBarCheckItem.Name = "whiteThemeBarCheckItem";
            // 
            // darkThemeBarCheckItem
            // 
            this.darkThemeBarCheckItem.Caption = "Dark";
            this.darkThemeBarCheckItem.Id = 16;
            this.darkThemeBarCheckItem.Name = "darkThemeBarCheckItem";
            // 
            // selectXMLBarButtonItem
            // 
            this.selectXMLBarButtonItem.Id = 24;
            this.selectXMLBarButtonItem.Name = "selectXMLBarButtonItem";
            // 
            // selectProjectBarButtonItem
            // 
            this.selectProjectBarButtonItem.Id = 25;
            this.selectProjectBarButtonItem.Name = "selectProjectBarButtonItem";
            // 
            // repositoryItemRadioGroup1
            // 
            this.repositoryItemRadioGroup1.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Metropolis", "White"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("DevExpress Dark Style", "Dark"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Office 2010 Blue", "Blue")});
            this.repositoryItemRadioGroup1.Name = "repositoryItemRadioGroup1";
            // 
            // repositoryItemRadioGroup2
            // 
            this.repositoryItemRadioGroup2.ExportMode = DevExpress.XtraEditors.Repository.ExportMode.DisplayText;
            this.repositoryItemRadioGroup2.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Metropolis", "White"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("DevExpress Dark Style", "Dark"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem("Office 2010 Blue", "Blue")});
            this.repositoryItemRadioGroup2.Name = "repositoryItemRadioGroup2";
            // 
            // repositoryItemCheckEdit1
            // 
            this.repositoryItemCheckEdit1.AutoHeight = false;
            this.repositoryItemCheckEdit1.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
            this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
            // 
            // repositoryItemRadioGroup3
            // 
            this.repositoryItemRadioGroup3.Name = "repositoryItemRadioGroup3";
            // 
            // mainTableLayoutPanel
            // 
            this.mainTableLayoutPanel.ColumnCount = 1;
            this.mainTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.mainTableLayoutPanel.Controls.Add(this.toolPanelControl, 0, 0);
            this.mainTableLayoutPanel.Controls.Add(this.resultXtraTabControl, 0, 1);
            this.mainTableLayoutPanel.Controls.Add(this.bottomToolPanelControl, 0, 2);
            this.mainTableLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.mainTableLayoutPanel.Location = new System.Drawing.Point(0, 22);
            this.mainTableLayoutPanel.Name = "mainTableLayoutPanel";
            this.mainTableLayoutPanel.RowCount = 3;
            this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
            this.mainTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
            this.mainTableLayoutPanel.Size = new System.Drawing.Size(780, 540);
            this.mainTableLayoutPanel.TabIndex = 4;
            // 
            // toolPanelControl
            // 
            this.toolPanelControl.Controls.Add(this.selectSimpleButton);
            this.toolPanelControl.Controls.Add(this.analyzeSimpleButton);
            this.toolPanelControl.Controls.Add(this.filePathTextEdit);
            this.toolPanelControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.toolPanelControl.Location = new System.Drawing.Point(3, 3);
            this.toolPanelControl.Name = "toolPanelControl";
            this.toolPanelControl.Size = new System.Drawing.Size(774, 34);
            this.toolPanelControl.TabIndex = 0;
            // 
            // selectSimpleButton
            // 
            this.selectSimpleButton.Location = new System.Drawing.Point(578, 5);
            this.selectSimpleButton.Name = "selectSimpleButton";
            this.selectSimpleButton.Size = new System.Drawing.Size(75, 23);
            this.selectSimpleButton.TabIndex = 1;
            this.selectSimpleButton.Text = "Select ...";
            this.selectSimpleButton.Click += new System.EventHandler(this.selectSimpleButton_Click);
            // 
            // analyzeSimpleButton
            // 
            this.analyzeSimpleButton.Enabled = false;
            this.analyzeSimpleButton.Location = new System.Drawing.Point(659, 5);
            this.analyzeSimpleButton.Name = "analyzeSimpleButton";
            this.analyzeSimpleButton.Size = new System.Drawing.Size(75, 23);
            this.analyzeSimpleButton.TabIndex = 2;
            this.analyzeSimpleButton.Text = "Analyze";
            this.analyzeSimpleButton.Click += new System.EventHandler(this.analyzeSimpleButton_Click);
            // 
            // filePathTextEdit
            // 
            this.filePathTextEdit.Location = new System.Drawing.Point(9, 7);
            this.filePathTextEdit.MenuManager = this.barManager;
            this.filePathTextEdit.Name = "filePathTextEdit";
            this.filePathTextEdit.Properties.ReadOnly = true;
            this.filePathTextEdit.Size = new System.Drawing.Size(563, 20);
            toolTipTitleItem2.Text = "File Path";
            toolTipItem2.Appearance.Image = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.table;
            toolTipItem2.Appearance.Options.UseImage = true;
            toolTipItem2.Image = global::Polycom.RMX2000.TranslationManager.UI.Properties.Resources.table;
            toolTipItem2.LeftIndent = 6;
            toolTipItem2.Text = "Please select translation file in English or EMA UI project file here.";
            superToolTip2.Items.Add(toolTipTitleItem2);
            superToolTip2.Items.Add(toolTipItem2);
            this.filePathTextEdit.SuperTip = superToolTip2;
            this.filePathTextEdit.TabIndex = 0;
            this.filePathTextEdit.TabStop = false;
            this.filePathTextEdit.EditValueChanged += new System.EventHandler(this.filePathTextEdit_EditValueChanged);
            // 
            // resultXtraTabControl
            // 
            this.resultXtraTabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.resultXtraTabControl.Location = new System.Drawing.Point(3, 43);
            this.resultXtraTabControl.Name = "resultXtraTabControl";
            this.resultXtraTabControl.Size = new System.Drawing.Size(774, 454);
            this.resultXtraTabControl.TabIndex = 1;
            // 
            // bottomToolPanelControl
            // 
            this.bottomToolPanelControl.Controls.Add(this.exportResultSimpleButton);
            this.bottomToolPanelControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.bottomToolPanelControl.Location = new System.Drawing.Point(3, 503);
            this.bottomToolPanelControl.Name = "bottomToolPanelControl";
            this.bottomToolPanelControl.Size = new System.Drawing.Size(774, 34);
            this.bottomToolPanelControl.TabIndex = 2;
            // 
            // exportResultSimpleButton
            // 
            this.exportResultSimpleButton.Enabled = false;
            this.exportResultSimpleButton.Location = new System.Drawing.Point(9, 5);
            this.exportResultSimpleButton.Name = "exportResultSimpleButton";
            this.exportResultSimpleButton.Size = new System.Drawing.Size(100, 23);
            this.exportResultSimpleButton.TabIndex = 0;
            this.exportResultSimpleButton.Text = "Export All ...";
            this.exportResultSimpleButton.Click += new System.EventHandler(this.exportResultSimpleButton_Click);
            // 
            // openFileDialog
            // 
            this.openFileDialog.Filter = "UI Project|*.csproj|XML File|*.xml|Solution|*.sln";
            this.openFileDialog.FilterIndex = 0;
            this.openFileDialog.ReadOnlyChecked = true;
            this.openFileDialog.Title = "Select ...";
            // 
            // saveFileDialog
            // 
            this.saveFileDialog.Filter = "Text|*.txt";
            this.saveFileDialog.Title = "Save to ...";
            // 
            // alertControl
            // 
            this.alertControl.AutoFormDelay = 3000;
            // 
            // MainXtraForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(780, 562);
            this.Controls.Add(this.mainTableLayoutPanel);
            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.MaximizeBox = false;
            this.MinimumSize = new System.Drawing.Size(796, 600);
            this.Name = "MainXtraForm";
            this.Text = "Translation Manager - Polycom";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainXtraForm_FormClosing);
            this.Load += new System.EventHandler(this.MainXtraForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRadioGroup3)).EndInit();
            this.mainTableLayoutPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.toolPanelControl)).EndInit();
            this.toolPanelControl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.filePathTextEdit.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.resultXtraTabControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bottomToolPanelControl)).EndInit();
            this.bottomToolPanelControl.ResumeLayout(false);
            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.XtraBars.Ribbon.RibbonPageGroup ribbonClientsGroup;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
            DevExpress.XtraSplashScreen.SplashScreenManager chairsSplashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ContosoUI.ChairsSplashScreen), true, true);
            this.ClientsListBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ClientBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.mainRibbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.OrdersListBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ExitBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.UserBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.OrderBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.UsersListBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ProductsListBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.ProductBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.RolesBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.CategoriesBarButton = new DevExpress.XtraBars.BarButtonItem();
            this.RibbonMerge = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonUserGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonOrdersGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonProductsGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.systemRibbonGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.xtraTabbedMdiManager = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            ribbonClientsGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            ((System.ComponentModel.ISupportInitialize)(this.mainRibbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonClientsGroup
            // 
            ribbonClientsGroup.ItemLinks.Add(this.ClientsListBarButton);
            ribbonClientsGroup.ItemLinks.Add(this.ClientBarButton);
            ribbonClientsGroup.MergeOrder = 200;
            ribbonClientsGroup.Name = "ribbonClientsGroup";
            ribbonClientsGroup.Text = "Clients";
            // 
            // ClientsListBarButton
            // 
            this.ClientsListBarButton.Caption = "Clients";
            this.ClientsListBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("ClientsListBarButton.Glyph")));
            this.ClientsListBarButton.Id = 1;
            this.ClientsListBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ClientsListBarButton.LargeGlyph")));
            this.ClientsListBarButton.Name = "ClientsListBarButton";
            this.ClientsListBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ClientsListBarButton_ItemClick);
            // 
            // ClientBarButton
            // 
            this.ClientBarButton.Caption = "Client";
            this.ClientBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("ClientBarButton.Glyph")));
            this.ClientBarButton.Id = 6;
            this.ClientBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ClientBarButton.LargeGlyph")));
            this.ClientBarButton.Name = "ClientBarButton";
            this.ClientBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ClientBarButtonItem_ItemClick);
            // 
            // chairsSplashScreenManager
            // 
            chairsSplashScreenManager.ClosingDelay = 500;
            // 
            // mainRibbon
            // 
            this.mainRibbon.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
            this.mainRibbon.ExpandCollapseItem.Id = 0;
            this.mainRibbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.mainRibbon.ExpandCollapseItem,
            this.ClientsListBarButton,
            this.OrdersListBarButton,
            this.ExitBarButton,
            this.UserBarButton,
            this.OrderBarButton,
            this.UsersListBarButton,
            this.ProductsListBarButton,
            this.ProductBarButton,
            this.ClientBarButton,
            this.RolesBarButton,
            this.CategoriesBarButton});
            this.mainRibbon.Location = new System.Drawing.Point(0, 0);
            this.mainRibbon.MaxItemId = 4;
            this.mainRibbon.MdiMergeStyle = DevExpress.XtraBars.Ribbon.RibbonMdiMergeStyle.Always;
            this.mainRibbon.Name = "mainRibbon";
            this.mainRibbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.RibbonMerge});
            this.mainRibbon.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.mainRibbon.ShowCategoryInCaption = false;
            this.mainRibbon.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.mainRibbon.ShowFullScreenButton = DevExpress.Utils.DefaultBoolean.False;
            this.mainRibbon.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.mainRibbon.ShowQatLocationSelector = false;
            this.mainRibbon.ShowToolbarCustomizeItem = false;
            this.mainRibbon.Size = new System.Drawing.Size(764, 143);
            this.mainRibbon.Toolbar.ShowCustomizeItem = false;
            // 
            // OrdersListBarButton
            // 
            this.OrdersListBarButton.Caption = "Orders";
            this.OrdersListBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("OrdersListBarButton.Glyph")));
            this.OrdersListBarButton.Id = 2;
            this.OrdersListBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("OrdersListBarButton.LargeGlyph")));
            this.OrdersListBarButton.Name = "OrdersListBarButton";
            this.OrdersListBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OrdersListBarButton_ItemClick);
            // 
            // ExitBarButton
            // 
            this.ExitBarButton.Caption = "Exit";
            this.ExitBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("ExitBarButton.Glyph")));
            this.ExitBarButton.Id = 3;
            this.ExitBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ExitBarButton.LargeGlyph")));
            this.ExitBarButton.Name = "ExitBarButton";
            this.ExitBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ExitBarButton_ItemClick);
            // 
            // UserBarButton
            // 
            this.UserBarButton.Caption = "User";
            this.UserBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("UserBarButton.Glyph")));
            this.UserBarButton.Id = 1;
            this.UserBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("UserBarButton.LargeGlyph")));
            this.UserBarButton.Name = "UserBarButton";
            this.UserBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UserBarButton_ItemClick);
            // 
            // OrderBarButton
            // 
            this.OrderBarButton.Caption = "Order";
            this.OrderBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("OrderBarButton.Glyph")));
            this.OrderBarButton.Id = 2;
            this.OrderBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("OrderBarButton.LargeGlyph")));
            this.OrderBarButton.Name = "OrderBarButton";
            this.OrderBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OrderBarButton_ItemClick);
            // 
            // UsersListBarButton
            // 
            this.UsersListBarButton.Caption = "Users";
            this.UsersListBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("UsersListBarButton.Glyph")));
            this.UsersListBarButton.Id = 3;
            this.UsersListBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("UsersListBarButton.LargeGlyph")));
            this.UsersListBarButton.Name = "UsersListBarButton";
            this.UsersListBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UsersListBarButtonItem_ItemClick);
            // 
            // ProductsListBarButton
            // 
            this.ProductsListBarButton.Caption = "Products";
            this.ProductsListBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("ProductsListBarButton.Glyph")));
            this.ProductsListBarButton.Id = 4;
            this.ProductsListBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ProductsListBarButton.LargeGlyph")));
            this.ProductsListBarButton.Name = "ProductsListBarButton";
            this.ProductsListBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ProductsBarButtonItem_ItemClick);
            // 
            // ProductBarButton
            // 
            this.ProductBarButton.Caption = "Product";
            this.ProductBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("ProductBarButton.Glyph")));
            this.ProductBarButton.Id = 5;
            this.ProductBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("ProductBarButton.LargeGlyph")));
            this.ProductBarButton.Name = "ProductBarButton";
            this.ProductBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ProductBarButtonItem_ItemClick);
            // 
            // RolesBarButton
            // 
            this.RolesBarButton.Caption = "Roles";
            this.RolesBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("RolesBarButton.Glyph")));
            this.RolesBarButton.Id = 1;
            this.RolesBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("RolesBarButton.LargeGlyph")));
            this.RolesBarButton.Name = "RolesBarButton";
            this.RolesBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.RolesBarButton_ItemClick);
            // 
            // CategoriesBarButton
            // 
            this.CategoriesBarButton.Caption = "Categories";
            this.CategoriesBarButton.Glyph = ((System.Drawing.Image)(resources.GetObject("CategoriesBarButton.Glyph")));
            this.CategoriesBarButton.Id = 2;
            this.CategoriesBarButton.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("CategoriesBarButton.LargeGlyph")));
            this.CategoriesBarButton.Name = "CategoriesBarButton";
            this.CategoriesBarButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.CategoriesBarButton_ItemClick);
            // 
            // RibbonMerge
            // 
            this.RibbonMerge.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonUserGroup,
            ribbonClientsGroup,
            this.ribbonOrdersGroup,
            this.ribbonProductsGroup,
            this.systemRibbonGroup});
            this.RibbonMerge.Name = "RibbonMerge";
            this.RibbonMerge.Text = "RibbonMerge";
            // 
            // ribbonUserGroup
            // 
            this.ribbonUserGroup.ItemLinks.Add(this.UsersListBarButton);
            this.ribbonUserGroup.ItemLinks.Add(this.UserBarButton);
            this.ribbonUserGroup.ItemLinks.Add(this.RolesBarButton);
            this.ribbonUserGroup.MergeOrder = 100;
            this.ribbonUserGroup.Name = "ribbonUserGroup";
            this.ribbonUserGroup.Text = "Users";
            // 
            // ribbonOrdersGroup
            // 
            this.ribbonOrdersGroup.ItemLinks.Add(this.OrdersListBarButton, "З");
            this.ribbonOrdersGroup.ItemLinks.Add(this.OrderBarButton);
            this.ribbonOrdersGroup.KeyTip = "Р";
            this.ribbonOrdersGroup.MergeOrder = 300;
            this.ribbonOrdersGroup.Name = "ribbonOrdersGroup";
            this.ribbonOrdersGroup.Text = "Orders";
            // 
            // ribbonProductsGroup
            // 
            this.ribbonProductsGroup.ItemLinks.Add(this.ProductsListBarButton);
            this.ribbonProductsGroup.ItemLinks.Add(this.ProductBarButton);
            this.ribbonProductsGroup.ItemLinks.Add(this.CategoriesBarButton, true);
            this.ribbonProductsGroup.MergeOrder = 400;
            this.ribbonProductsGroup.Name = "ribbonProductsGroup";
            this.ribbonProductsGroup.Text = "Products";
            // 
            // systemRibbonGroup
            // 
            this.systemRibbonGroup.ItemLinks.Add(this.ExitBarButton, "В");
            this.systemRibbonGroup.KeyTip = "0";
            this.systemRibbonGroup.Name = "systemRibbonGroup";
            // 
            // xtraTabbedMdiManager
            // 
            this.xtraTabbedMdiManager.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.WhenNeeded;
            this.xtraTabbedMdiManager.MdiParent = this;
            // 
            // MainForm
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.True;
            this.AllowMdiBar = true;
            this.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(764, 632);
            this.Controls.Add(this.mainRibbon);
            this.IsMdiContainer = true;
            this.Name = "MainForm";
            this.Ribbon = this.mainRibbon;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "CHAIRS";
            this.Load += new System.EventHandler(this.MainForm_Load);
            ((System.ComponentModel.ISupportInitialize)(this.mainRibbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void barBtnXuatBaoCao_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            if (Object.Equals(objPhong, null))
            {
                XtraMessageBox.Show("Chưa chọn phòng!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            if (Object.Equals(objPhong.id, Guid.Empty))
            {
                XtraMessageBox.Show("Chưa chọn phòng!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                return;
            }
            String strViTri = "[Không Rõ]";
            if (!Object.Equals(objPhong.vitri, null))
                strViTri = objPhong.vitri.coso != null ? objPhong.vitri.coso.ten + (objPhong.vitri.day != null ? " - " + objPhong.vitri.day.ten + (objPhong.vitri.tang != null ? " - " + objPhong.vitri.tang.ten : "") : "") : "";
            if (Object.Equals(listCTThietBis, null))
            {
                XtraMessageBox.Show(String.Format("Phòng {0} ({1}) chưa có thiết bị!", objPhong.ten, strViTri), "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                return;
            }
            else
            {
                if (listCTThietBis.Count > 0)
                {
                    try
                    {
                        DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::PTB_GUI.WaitForm1), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                        splashScreenManager_Report.ShowWaitForm();
                        splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                        splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                        XtraReport_Template _XtraReport_Template = new XtraReport_Template(SHARED.Libraries.ReportHelper.FillDatasetFromGrid(gridViewCTThietBi), gridViewCTThietBi, barCheckItemLandscape.Checked);
                        _XtraReport_Template.SetTitleText(String.Format("Danh Sách Thiết Bị Tại Phòng: {0} ({1})", objPhong.ten, strViTri));
                        if (barCheckItemThietKe.Checked)
                        {
                            ReportDesignTool designTool = new ReportDesignTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            designTool.ShowDesignerDialog();

                            ReportPrintTool printTool = new ReportPrintTool(designTool.Report);
                            printTool.ShowPreviewDialog();
                        }
                        else
                        {
                            ReportPrintTool printTool = new ReportPrintTool(_XtraReport_Template);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                    }
                    catch
                    {
                        XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else
                {
                    XtraMessageBox.Show(String.Format("Phòng {0} ({1}) chưa có thiết bị!", objPhong.ten, strViTri), "Thông báo", MessageBoxButtons.OK, MessageBoxIcon.Information);
                }
            }
        }
        /// <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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::CNAppMedic.EasySplashScreen), true, false);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain2));
            this.itemDate = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
            this.imageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.btnDangNhap = new DevExpress.XtraBars.BarButtonItem();
            this.btnDoiMatKhau = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.btnThietLapChungTu = new DevExpress.XtraBars.BarButtonItem();
            this.btnThietLapDinhDang = new DevExpress.XtraBars.BarButtonItem();
            this.btnThietLapThongSo = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.btnThongTinDoanhNghiep = new DevExpress.XtraBars.BarButtonItem();
            this.btnNapDuLieuExel = new DevExpress.XtraBars.BarButtonItem();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.btnDonViTinh = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.frmDanhMucNhomDuoc = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage4 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.barManager = new DevExpress.XtraBars.BarManager(this.components);
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.itemDatabase = new DevExpress.XtraBars.BarStaticItem();
            this.lblSkinName = new DevExpress.XtraBars.BarStaticItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemDateEdit1 = 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.skinBarSubItem = new DevExpress.XtraBars.SkinBarSubItem();
            this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
            this.itemHelp = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.itemContact = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
            this.itemUserInfo = new DevExpress.XtraBars.BarButtonItem();
            this.itemImportData = new DevExpress.XtraBars.BarButtonItem();
            this.itemCompanyInfo = new DevExpress.XtraBars.BarButtonItem();
            this.itemInvoiceSetting = new DevExpress.XtraBars.BarButtonItem();
            this.itemFormatSetting = new DevExpress.XtraBars.BarButtonItem();
            this.itemParamList = new DevExpress.XtraBars.BarButtonItem();
            this.itemExit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
            this.itemCustomerList = new DevExpress.XtraBars.BarButtonItem();
            this.itemItemList = new DevExpress.XtraBars.BarButtonItem();
            this.itemUnitList = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
            this.itemInventory = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem5 = new DevExpress.XtraBars.BarSubItem();
            this.itemLogin = new DevExpress.XtraBars.BarButtonItem();
            this.itemRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.itemSave = new DevExpress.XtraBars.BarButtonItem();
            this.itemSaveAll = new DevExpress.XtraBars.BarButtonItem();
            this.itemNew = new DevExpress.XtraBars.BarButtonItem();
            this.itemEdit = new DevExpress.XtraBars.BarButtonItem();
            this.itemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.itemPrintPreview = new DevExpress.XtraBars.BarButtonItem();
            this.itemExportExcel = new DevExpress.XtraBars.BarButtonItem();
            this.itemCalc = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem6 = new DevExpress.XtraBars.BarSubItem();
            this.biTabbedMDI = new DevExpress.XtraBars.BarCheckItem();
            this.iCascade = new DevExpress.XtraBars.BarButtonItem();
            this.iTileHorizontal = new DevExpress.XtraBars.BarButtonItem();
            this.iTileVertical = new DevExpress.XtraBars.BarButtonItem();
            this.itemCloseAll = new DevExpress.XtraBars.BarButtonItem();
            this.itemBestFit = new DevExpress.XtraBars.BarButtonItem();
            this.alertControl = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
            this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
            this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
            this.btnDanhMucLoaiDuoc = new DevExpress.XtraBars.BarButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.itemDate)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
            this.SuspendLayout();
            // 
            // itemDate
            // 
            this.itemDate.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.itemDate.Name = "itemDate";
            this.itemDate.TimeEditStyle = DevExpress.XtraEditors.Repository.TimeEditStyle.TouchUI;
            // 
            // imageCollection
            // 
            this.imageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection.ImageStream")));
            this.imageCollection.InsertGalleryImage("deletelist2_16x16.png", "images/actions/deletelist2_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/deletelist2_16x16.png"), 0);
            this.imageCollection.Images.SetKeyName(0, "deletelist2_16x16.png");
            this.imageCollection.InsertGalleryImage("refresh2_16x16.png", "images/actions/refresh2_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/refresh2_16x16.png"), 1);
            this.imageCollection.Images.SetKeyName(1, "refresh2_16x16.png");
            this.imageCollection.InsertGalleryImage("database_16x16.png", "images/data/database_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/data/database_16x16.png"), 2);
            this.imageCollection.Images.SetKeyName(2, "database_16x16.png");
            this.imageCollection.InsertGalleryImage("copy_16x16.png", "images/edit/copy_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/copy_16x16.png"), 3);
            this.imageCollection.Images.SetKeyName(3, "copy_16x16.png");
            this.imageCollection.InsertGalleryImage("delete_16x16.png", "images/edit/delete_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/delete_16x16.png"), 4);
            this.imageCollection.Images.SetKeyName(4, "delete_16x16.png");
            this.imageCollection.InsertGalleryImage("edit_16x16.png", "images/edit/edit_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/edit_16x16.png"), 5);
            this.imageCollection.Images.SetKeyName(5, "edit_16x16.png");
            this.imageCollection.InsertGalleryImage("save_16x16.png", "images/save/save_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/save/save_16x16.png"), 6);
            this.imageCollection.Images.SetKeyName(6, "save_16x16.png");
            this.imageCollection.InsertGalleryImage("saveall_16x16.png", "images/save/saveall_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/save/saveall_16x16.png"), 7);
            this.imageCollection.Images.SetKeyName(7, "saveall_16x16.png");
            this.imageCollection.InsertGalleryImage("index_16x16.png", "images/support/index_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/index_16x16.png"), 8);
            this.imageCollection.Images.SetKeyName(8, "index_16x16.png");
            this.imageCollection.InsertGalleryImage("info_16x16.png", "images/support/info_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/info_16x16.png"), 9);
            this.imageCollection.Images.SetKeyName(9, "info_16x16.png");
            this.imageCollection.InsertGalleryImage("exporttoxls_16x16.png", "images/export/exporttoxls_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/export/exporttoxls_16x16.png"), 10);
            this.imageCollection.Images.SetKeyName(10, "exporttoxls_16x16.png");
            this.imageCollection.InsertGalleryImage("preview_16x16.png", "images/print/preview_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/print/preview_16x16.png"), 11);
            this.imageCollection.Images.SetKeyName(11, "preview_16x16.png");
            this.imageCollection.InsertGalleryImage("calendar_16x16.png", "images/scheduling/calendar_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/scheduling/calendar_16x16.png"), 12);
            this.imageCollection.Images.SetKeyName(12, "calendar_16x16.png");
            this.imageCollection.Images.SetKeyName(13, "unlock.ico");
            this.imageCollection.Images.SetKeyName(14, "lock.ico");
            this.imageCollection.Images.SetKeyName(15, "exportXls.png");
            this.imageCollection.InsertGalleryImage("customer_16x16.png", "images/people/customer_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/people/customer_16x16.png"), 16);
            this.imageCollection.Images.SetKeyName(16, "customer_16x16.png");
            this.imageCollection.InsertGalleryImage("product_16x16.png", "images/support/product_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/product_16x16.png"), 17);
            this.imageCollection.Images.SetKeyName(17, "product_16x16.png");
            this.imageCollection.InsertGalleryImage("apply_16x16.png", "images/actions/apply_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/apply_16x16.png"), 18);
            this.imageCollection.Images.SetKeyName(18, "apply_16x16.png");
            this.imageCollection.InsertGalleryImage("cancel_16x16.png", "images/actions/cancel_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/cancel_16x16.png"), 19);
            this.imageCollection.Images.SetKeyName(19, "cancel_16x16.png");
            this.imageCollection.Images.SetKeyName(20, "tape-measure-2-16.ico");
            this.imageCollection.InsertGalleryImage("customization_16x16.png", "images/edit/customization_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/customization_16x16.png"), 21);
            this.imageCollection.Images.SetKeyName(21, "customization_16x16.png");
            this.imageCollection.InsertGalleryImage("technology_16x16.png", "images/programming/technology_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/programming/technology_16x16.png"), 22);
            this.imageCollection.Images.SetKeyName(22, "technology_16x16.png");
            this.imageCollection.InsertGalleryImage("close_16x16.png", "images/actions/close_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/close_16x16.png"), 23);
            this.imageCollection.Images.SetKeyName(23, "close_16x16.png");
            this.imageCollection.InsertGalleryImage("contact_16x16.png", "images/mail/contact_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/mail/contact_16x16.png"), 24);
            this.imageCollection.Images.SetKeyName(24, "contact_16x16.png");
            this.imageCollection.Images.SetKeyName(25, "transform.png");
            this.imageCollection.Images.SetKeyName(26, "currency.png");
            this.imageCollection.Images.SetKeyName(27, "calc.png");
            this.imageCollection.InsertGalleryImage("knowledgebasearticle_16x16.png", "images/support/knowledgebasearticle_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/knowledgebasearticle_16x16.png"), 28);
            this.imageCollection.Images.SetKeyName(28, "knowledgebasearticle_16x16.png");
            this.imageCollection.InsertGalleryImage("contentarrangeincolums_16x16.png", "images/alignment/contentarrangeincolums_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/alignment/contentarrangeincolums_16x16.png"), 29);
            this.imageCollection.Images.SetKeyName(29, "contentarrangeincolums_16x16.png");
            this.imageCollection.InsertGalleryImage("contentarrangeinrows_16x16.png", "images/alignment/contentarrangeinrows_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/alignment/contentarrangeinrows_16x16.png"), 30);
            this.imageCollection.Images.SetKeyName(30, "contentarrangeinrows_16x16.png");
            this.imageCollection.InsertGalleryImage("bringforward_16x16.png", "images/arrange/bringforward_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrange/bringforward_16x16.png"), 31);
            this.imageCollection.Images.SetKeyName(31, "bringforward_16x16.png");
            this.imageCollection.Images.SetKeyName(32, "cancel.png");
            this.imageCollection.InsertGalleryImage("gaugestylelinearvertical_16x16.png", "images/gauges/gaugestylelinearvertical_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/gauges/gaugestylelinearvertical_16x16.png"), 33);
            this.imageCollection.Images.SetKeyName(33, "gaugestylelinearvertical_16x16.png");
            this.imageCollection.InsertGalleryImage("pagesetup_16x16.png", "images/setup/pagesetup_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/setup/pagesetup_16x16.png"), 34);
            this.imageCollection.Images.SetKeyName(34, "pagesetup_16x16.png");
            this.imageCollection.InsertGalleryImage("grid_16x16.png", "images/grid/grid_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/grid/grid_16x16.png"), 35);
            this.imageCollection.Images.SetKeyName(35, "grid_16x16.png");
            this.imageCollection.Images.SetKeyName(36, "import.png");
            this.imageCollection.Images.SetKeyName(37, "password.png");
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.Text = "Custom 5";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup2,
            this.ribbonPageGroup1,
            this.ribbonPageGroup3});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "Hệ thống";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.ItemLinks.Add(this.btnDangNhap);
            this.ribbonPageGroup2.ItemLinks.Add(this.btnDoiMatKhau);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.Text = "Tài khoản";
            // 
            // btnDangNhap
            // 
            this.btnDangNhap.Caption = "Đăng nhập";
            this.btnDangNhap.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDangNhap.Glyph")));
            this.btnDangNhap.Id = 4;
            this.btnDangNhap.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnDangNhap.LargeGlyph")));
            this.btnDangNhap.LargeWidth = 100;
            this.btnDangNhap.Name = "btnDangNhap";
            this.btnDangNhap.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDangNhap_ItemClick);
            // 
            // btnDoiMatKhau
            // 
            this.btnDoiMatKhau.Caption = "Đổi mật khẩu";
            this.btnDoiMatKhau.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDoiMatKhau.Glyph")));
            this.btnDoiMatKhau.Id = 9;
            this.btnDoiMatKhau.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnDoiMatKhau.LargeGlyph")));
            this.btnDoiMatKhau.LargeWidth = 100;
            this.btnDoiMatKhau.Name = "btnDoiMatKhau";
            this.btnDoiMatKhau.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDoiMatKhau_ItemClick);
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.ItemLinks.Add(this.btnThietLapChungTu);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnThietLapDinhDang);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnThietLapThongSo);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "Định dang";
            // 
            // btnThietLapChungTu
            // 
            this.btnThietLapChungTu.Caption = "Thiết lập chứng từ";
            this.btnThietLapChungTu.Id = 1;
            this.btnThietLapChungTu.LargeImageIndex = 34;
            this.btnThietLapChungTu.LargeWidth = 100;
            this.btnThietLapChungTu.Name = "btnThietLapChungTu";
            this.btnThietLapChungTu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnThietLapChungTu_ItemClick);
            // 
            // btnThietLapDinhDang
            // 
            this.btnThietLapDinhDang.Caption = "Thiết lập định dạng";
            this.btnThietLapDinhDang.Id = 2;
            this.btnThietLapDinhDang.LargeImageIndex = 25;
            this.btnThietLapDinhDang.LargeWidth = 100;
            this.btnThietLapDinhDang.Name = "btnThietLapDinhDang";
            this.btnThietLapDinhDang.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnThietLapDinhDang_ItemClick);
            // 
            // btnThietLapThongSo
            // 
            this.btnThietLapThongSo.Caption = "Thiết lập thông số";
            this.btnThietLapThongSo.Id = 3;
            this.btnThietLapThongSo.LargeImageIndex = 22;
            this.btnThietLapThongSo.LargeWidth = 100;
            this.btnThietLapThongSo.Name = "btnThietLapThongSo";
            this.btnThietLapThongSo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnThietLapThongSo_ItemClick);
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.ItemLinks.Add(this.btnThongTinDoanhNghiep);
            this.ribbonPageGroup3.ItemLinks.Add(this.btnNapDuLieuExel);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.Text = "Thông tin";
            // 
            // btnThongTinDoanhNghiep
            // 
            this.btnThongTinDoanhNghiep.Caption = "Thông tin doanh nghiệp";
            this.btnThongTinDoanhNghiep.Glyph = ((System.Drawing.Image)(resources.GetObject("btnThongTinDoanhNghiep.Glyph")));
            this.btnThongTinDoanhNghiep.Id = 5;
            this.btnThongTinDoanhNghiep.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnThongTinDoanhNghiep.LargeGlyph")));
            this.btnThongTinDoanhNghiep.LargeWidth = 100;
            this.btnThongTinDoanhNghiep.Name = "btnThongTinDoanhNghiep";
            this.btnThongTinDoanhNghiep.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnThongTinDoanhNghiep_ItemClick);
            // 
            // btnNapDuLieuExel
            // 
            this.btnNapDuLieuExel.Caption = "Nạp dự liệu Exel";
            this.btnNapDuLieuExel.Glyph = ((System.Drawing.Image)(resources.GetObject("btnNapDuLieuExel.Glyph")));
            this.btnNapDuLieuExel.Id = 6;
            this.btnNapDuLieuExel.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnNapDuLieuExel.LargeGlyph")));
            this.btnNapDuLieuExel.LargeWidth = 100;
            this.btnNapDuLieuExel.Name = "btnNapDuLieuExel";
            // 
            // ribbon
            // 
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.btnThietLapChungTu,
            this.btnThietLapDinhDang,
            this.btnThietLapThongSo,
            this.btnDangNhap,
            this.btnThongTinDoanhNghiep,
            this.btnNapDuLieuExel,
            this.btnDonViTinh,
            this.btnDoiMatKhau,
            this.barButtonItem1,
            this.frmDanhMucNhomDuoc,
            this.btnDanhMucLoaiDuoc});
            this.ribbon.LargeImages = this.imageCollection;
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 13;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage2,
            this.ribbonPage1,
            this.ribbonPage3,
            this.ribbonPage4});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbon.Size = new System.Drawing.Size(1028, 144);
            // 
            // btnDonViTinh
            // 
            this.btnDonViTinh.Caption = "Đơn vị tính";
            this.btnDonViTinh.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDonViTinh.Glyph")));
            this.btnDonViTinh.Id = 7;
            this.btnDonViTinh.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnDonViTinh.LargeGlyph")));
            this.btnDonViTinh.LargeWidth = 100;
            this.btnDonViTinh.Name = "btnDonViTinh";
            this.btnDonViTinh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDonViTinh_ItemClick);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Thông in bản quyền";
            this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
            this.barButtonItem1.Id = 10;
            this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
            this.barButtonItem1.LargeWidth = 130;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // frmDanhMucNhomDuoc
            // 
            this.frmDanhMucNhomDuoc.Caption = "Danh mục nhóm dược";
            this.frmDanhMucNhomDuoc.Glyph = ((System.Drawing.Image)(resources.GetObject("frmDanhMucNhomDuoc.Glyph")));
            this.frmDanhMucNhomDuoc.Id = 11;
            this.frmDanhMucNhomDuoc.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("frmDanhMucNhomDuoc.LargeGlyph")));
            this.frmDanhMucNhomDuoc.LargeWidth = 100;
            this.frmDanhMucNhomDuoc.Name = "frmDanhMucNhomDuoc";
            this.frmDanhMucNhomDuoc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.frmDanhMucNhomDuoc_ItemClick);
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "Nghiệp vụ";
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup6});
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "Danh mục";
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.ItemLinks.Add(this.btnDonViTinh);
            this.ribbonPageGroup6.ItemLinks.Add(this.frmDanhMucNhomDuoc);
            this.ribbonPageGroup6.ItemLinks.Add(this.btnDanhMucLoaiDuoc);
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.Text = "Danh mục";
            // 
            // ribbonPage4
            // 
            this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup5});
            this.ribbonPage4.Name = "ribbonPage4";
            this.ribbonPage4.Text = "Thông tin";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem1);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.Text = "Thông tin";
            // 
            // barManager
            // 
            this.barManager.AllowCustomization = false;
            this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar3});
            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.Images = this.imageCollection;
            this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.skinBarSubItem,
            this.barMdiChildrenListItem1,
            this.itemHelp,
            this.barSubItem1,
            this.itemContact,
            this.barSubItem2,
            this.barSubItem3,
            this.barSubItem4,
            this.barSubItem5,
            this.itemDatabase,
            this.barEditItem1,
            this.itemLogin,
            this.itemRefresh,
            this.itemSave,
            this.itemSaveAll,
            this.itemNew,
            this.itemEdit,
            this.itemDelete,
            this.itemPrintPreview,
            this.itemExportExcel,
            this.itemCustomerList,
            this.itemItemList,
            this.itemUnitList,
            this.itemParamList,
            this.lblSkinName,
            this.itemInventory,
            this.itemFormatSetting,
            this.itemCompanyInfo,
            this.itemExit,
            this.itemCalc,
            this.barSubItem6,
            this.iCascade,
            this.biTabbedMDI,
            this.iTileHorizontal,
            this.iTileVertical,
            this.itemCloseAll,
            this.itemInvoiceSetting,
            this.itemBestFit,
            this.itemImportData,
            this.itemUserInfo});
            this.barManager.MaxItemId = 55;
            this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemDateEdit1});
            this.barManager.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.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemDatabase, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.lblSkinName, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barEditItem1, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar3.OptionsBar.AllowDelete = true;
            this.bar3.OptionsBar.AllowQuickCustomization = false;
            this.bar3.OptionsBar.DisableClose = true;
            this.bar3.OptionsBar.DisableCustomization = true;
            this.bar3.OptionsBar.DrawDragBorder = false;
            this.bar3.OptionsBar.UseWholeRow = true;
            this.bar3.Text = "Status bar";
            // 
            // itemDatabase
            // 
            this.itemDatabase.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
            this.itemDatabase.Id = 10;
            this.itemDatabase.ImageIndex = 2;
            this.itemDatabase.Name = "itemDatabase";
            this.itemDatabase.TextAlignment = System.Drawing.StringAlignment.Near;
            this.itemDatabase.Width = 32;
            // 
            // lblSkinName
            // 
            this.lblSkinName.Glyph = ((System.Drawing.Image)(resources.GetObject("lblSkinName.Glyph")));
            this.lblSkinName.Id = 37;
            this.lblSkinName.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("lblSkinName.LargeGlyph")));
            this.lblSkinName.Name = "lblSkinName";
            this.lblSkinName.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "Ngày";
            this.barEditItem1.Edit = this.repositoryItemDateEdit1;
            this.barEditItem1.Id = 11;
            this.barEditItem1.ImageIndex = 12;
            this.barEditItem1.Name = "barEditItem1";
            this.barEditItem1.Width = 92;
            // 
            // 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.DisplayFormat.FormatString = "date";
            this.repositoryItemDateEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.repositoryItemDateEdit1.EditFormat.FormatString = "date";
            this.repositoryItemDateEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            this.repositoryItemDateEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // 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(1028, 0);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 527);
            this.barDockControlBottom.Size = new System.Drawing.Size(1028, 27);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 527);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1028, 0);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 527);
            // 
            // skinBarSubItem
            // 
            this.skinBarSubItem.Caption = "Giao diện";
            this.skinBarSubItem.Id = 0;
            this.skinBarSubItem.Name = "skinBarSubItem";
            // 
            // barMdiChildrenListItem1
            // 
            this.barMdiChildrenListItem1.Caption = "Cửa sổ";
            this.barMdiChildrenListItem1.Id = 1;
            this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
            // 
            // itemHelp
            // 
            this.itemHelp.Caption = "Trợ giúp";
            this.itemHelp.Id = 2;
            this.itemHelp.ImageIndex = 28;
            this.itemHelp.Name = "itemHelp";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "Trợ giúp";
            this.barSubItem1.Id = 3;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemHelp),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemContact)});
            this.barSubItem1.Name = "barSubItem1";
            // 
            // itemContact
            // 
            this.itemContact.Caption = "Liên hệ";
            this.itemContact.Id = 4;
            this.itemContact.ImageIndex = 9;
            this.itemContact.Name = "itemContact";
            // 
            // barSubItem2
            // 
            this.barSubItem2.Caption = "Hệ thống";
            this.barSubItem2.Id = 5;
            this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemUserInfo, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemImportData, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemCompanyInfo),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemInvoiceSetting, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemFormatSetting),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemParamList),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemExit, true)});
            this.barSubItem2.Name = "barSubItem2";
            // 
            // itemUserInfo
            // 
            this.itemUserInfo.Caption = "Đổi mật khẩu";
            this.itemUserInfo.Id = 54;
            this.itemUserInfo.ImageIndex = 37;
            this.itemUserInfo.Name = "itemUserInfo";
            // 
            // itemImportData
            // 
            this.itemImportData.Caption = "Nạp dữ liệu từ Excel";
            this.itemImportData.Id = 53;
            this.itemImportData.ImageIndex = 36;
            this.itemImportData.Name = "itemImportData";
            // 
            // itemCompanyInfo
            // 
            this.itemCompanyInfo.Caption = "Thông tin doanh nghiệp";
            this.itemCompanyInfo.Id = 40;
            this.itemCompanyInfo.ImageIndex = 24;
            this.itemCompanyInfo.Name = "itemCompanyInfo";
            // 
            // itemInvoiceSetting
            // 
            this.itemInvoiceSetting.Caption = "Thiết lập chứng từ";
            this.itemInvoiceSetting.Id = 51;
            this.itemInvoiceSetting.ImageIndex = 34;
            this.itemInvoiceSetting.Name = "itemInvoiceSetting";
            // 
            // itemFormatSetting
            // 
            this.itemFormatSetting.Caption = "Thiết lập định dạng";
            this.itemFormatSetting.Id = 39;
            this.itemFormatSetting.ImageIndex = 25;
            this.itemFormatSetting.Name = "itemFormatSetting";
            // 
            // itemParamList
            // 
            this.itemParamList.Caption = "Thiết lập thông số";
            this.itemParamList.Id = 35;
            this.itemParamList.ImageIndex = 22;
            this.itemParamList.Name = "itemParamList";
            // 
            // itemExit
            // 
            this.itemExit.Caption = "Thoát";
            this.itemExit.Hint = "Alt+F4";
            this.itemExit.Id = 41;
            this.itemExit.ImageIndex = 23;
            this.itemExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
            this.itemExit.Name = "itemExit";
            // 
            // barSubItem3
            // 
            this.barSubItem3.Caption = "Danh mục";
            this.barSubItem3.Id = 6;
            this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemCustomerList),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemItemList),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemUnitList, true)});
            this.barSubItem3.Name = "barSubItem3";
            // 
            // itemCustomerList
            // 
            this.itemCustomerList.Caption = "Khách hàng";
            this.itemCustomerList.Id = 30;
            this.itemCustomerList.ImageIndex = 16;
            this.itemCustomerList.Name = "itemCustomerList";
            // 
            // itemItemList
            // 
            this.itemItemList.Caption = "Hàng hóa vật tư";
            this.itemItemList.Id = 31;
            this.itemItemList.ImageIndex = 17;
            this.itemItemList.Name = "itemItemList";
            // 
            // itemUnitList
            // 
            this.itemUnitList.Caption = "Đơn vị";
            this.itemUnitList.Id = 33;
            this.itemUnitList.ImageIndex = 33;
            this.itemUnitList.Name = "itemUnitList";
            // 
            // barSubItem4
            // 
            this.barSubItem4.Caption = "Báo cáo";
            this.barSubItem4.Id = 7;
            this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemInventory)});
            this.barSubItem4.Name = "barSubItem4";
            // 
            // itemInventory
            // 
            this.itemInventory.Caption = "Nhập xuất tồn hàng hóa";
            this.itemInventory.Id = 38;
            this.itemInventory.ImageIndex = 26;
            this.itemInventory.Name = "itemInventory";
            // 
            // barSubItem5
            // 
            this.barSubItem5.Caption = "Nghiệp vụ";
            this.barSubItem5.Id = 8;
            this.barSubItem5.Name = "barSubItem5";
            // 
            // itemLogin
            // 
            this.itemLogin.Caption = "Đăng nhập";
            this.itemLogin.Hint = "Ctrl+L";
            this.itemLogin.Id = 15;
            this.itemLogin.ImageIndex = 14;
            this.itemLogin.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
            this.itemLogin.Name = "itemLogin";
            // 
            // itemRefresh
            // 
            this.itemRefresh.Caption = "Nạp dữ liệu";
            this.itemRefresh.Hint = "F5";
            this.itemRefresh.Id = 16;
            this.itemRefresh.ImageIndex = 1;
            this.itemRefresh.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
            this.itemRefresh.Name = "itemRefresh";
            // 
            // itemSave
            // 
            this.itemSave.Caption = "Lưu";
            this.itemSave.Hint = "Ctrl+S";
            this.itemSave.Id = 18;
            this.itemSave.ImageIndex = 6;
            this.itemSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
            this.itemSave.Name = "itemSave";
            // 
            // itemSaveAll
            // 
            this.itemSaveAll.Caption = "Lưu tất cả";
            this.itemSaveAll.Hint = "Ctrl+Shift+S";
            this.itemSaveAll.Id = 19;
            this.itemSaveAll.ImageIndex = 7;
            this.itemSaveAll.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
                | System.Windows.Forms.Keys.S));
            this.itemSaveAll.Name = "itemSaveAll";
            // 
            // itemNew
            // 
            this.itemNew.Caption = "Thêm";
            this.itemNew.Hint = "Ctrl+N";
            this.itemNew.Id = 20;
            this.itemNew.ImageIndex = 3;
            this.itemNew.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
            this.itemNew.Name = "itemNew";
            // 
            // itemEdit
            // 
            this.itemEdit.Caption = "Sửa";
            this.itemEdit.Hint = "Ctrl+E";
            this.itemEdit.Id = 21;
            this.itemEdit.ImageIndex = 5;
            this.itemEdit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
            this.itemEdit.Name = "itemEdit";
            // 
            // itemDelete
            // 
            this.itemDelete.Caption = "Xóa";
            this.itemDelete.Hint = "Ctrl+Delete";
            this.itemDelete.Id = 22;
            this.itemDelete.ImageIndex = 0;
            this.itemDelete.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete));
            this.itemDelete.Name = "itemDelete";
            // 
            // itemPrintPreview
            // 
            this.itemPrintPreview.Caption = "Xem và in";
            this.itemPrintPreview.Hint = "Ctrl+P";
            this.itemPrintPreview.Id = 24;
            this.itemPrintPreview.ImageIndex = 11;
            this.itemPrintPreview.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
            this.itemPrintPreview.Name = "itemPrintPreview";
            // 
            // itemExportExcel
            // 
            this.itemExportExcel.Caption = "Xuất Excel";
            this.itemExportExcel.Hint = "Ctrl+E";
            this.itemExportExcel.Id = 28;
            this.itemExportExcel.ImageIndex = 15;
            this.itemExportExcel.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
            this.itemExportExcel.Name = "itemExportExcel";
            // 
            // itemCalc
            // 
            this.itemCalc.Caption = "Máy tính";
            this.itemCalc.Id = 42;
            this.itemCalc.ImageIndex = 27;
            this.itemCalc.Name = "itemCalc";
            // 
            // barSubItem6
            // 
            this.barSubItem6.Caption = "Cửa sổ";
            this.barSubItem6.Id = 45;
            this.barSubItem6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.biTabbedMDI, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.iCascade),
            new DevExpress.XtraBars.LinkPersistInfo(this.iTileHorizontal),
            new DevExpress.XtraBars.LinkPersistInfo(this.iTileVertical),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemCloseAll),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barMdiChildrenListItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.barSubItem6.Name = "barSubItem6";
            // 
            // biTabbedMDI
            // 
            this.biTabbedMDI.BindableChecked = true;
            this.biTabbedMDI.Caption = "Dạng tab";
            this.biTabbedMDI.Checked = true;
            this.biTabbedMDI.Id = 47;
            this.biTabbedMDI.Name = "biTabbedMDI";
            // 
            // iCascade
            // 
            this.iCascade.Caption = "Xếp chồng";
            this.iCascade.Id = 46;
            this.iCascade.ImageIndex = 31;
            this.iCascade.Name = "iCascade";
            this.iCascade.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // iTileHorizontal
            // 
            this.iTileHorizontal.Caption = "Xếp dọc";
            this.iTileHorizontal.Id = 48;
            this.iTileHorizontal.ImageIndex = 30;
            this.iTileHorizontal.Name = "iTileHorizontal";
            this.iTileHorizontal.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // iTileVertical
            // 
            this.iTileVertical.Caption = "Xếp ngang";
            this.iTileVertical.Id = 49;
            this.iTileVertical.ImageIndex = 29;
            this.iTileVertical.Name = "iTileVertical";
            this.iTileVertical.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // itemCloseAll
            // 
            this.itemCloseAll.Caption = "Đóng tất cả";
            this.itemCloseAll.Id = 50;
            this.itemCloseAll.Name = "itemCloseAll";
            this.itemCloseAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            // 
            // itemBestFit
            // 
            this.itemBestFit.Caption = "Điều chỉnh cột";
            this.itemBestFit.Id = 52;
            this.itemBestFit.ImageIndex = 35;
            this.itemBestFit.Name = "itemBestFit";
            // 
            // alertControl
            // 
            this.alertControl.AllowHtmlText = true;
            this.alertControl.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 20F, System.Drawing.FontStyle.Bold);
            this.alertControl.AppearanceCaption.ForeColor = System.Drawing.Color.DarkRed;
            this.alertControl.AppearanceCaption.Options.UseFont = true;
            this.alertControl.AppearanceCaption.Options.UseForeColor = true;
            this.alertControl.AppearanceCaption.Options.UseTextOptions = true;
            this.alertControl.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.alertControl.AutoFormDelay = 3000;
            this.alertControl.AutoHeight = true;
            this.alertControl.FormLocation = DevExpress.XtraBars.Alerter.AlertFormLocation.TopRight;
            this.alertControl.FormShowingEffect = DevExpress.XtraBars.Alerter.AlertFormShowingEffect.SlideVertical;
            this.alertControl.ShowPinButton = false;
            this.alertControl.ShowToolTips = false;
            // 
            // documentManager1
            // 
            this.documentManager1.MdiParent = this;
            this.documentManager1.MenuManager = this.ribbon;
            this.documentManager1.View = this.tabbedView1;
            this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
            this.tabbedView1});
            // 
            // btnDanhMucLoaiDuoc
            // 
            this.btnDanhMucLoaiDuoc.Caption = "Danh mục Loại Dược";
            this.btnDanhMucLoaiDuoc.Glyph = ((System.Drawing.Image)(resources.GetObject("btnDanhMucLoaiDuoc.Glyph")));
            this.btnDanhMucLoaiDuoc.Id = 12;
            this.btnDanhMucLoaiDuoc.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("btnDanhMucLoaiDuoc.LargeGlyph")));
            this.btnDanhMucLoaiDuoc.Name = "btnDanhMucLoaiDuoc";
            this.btnDanhMucLoaiDuoc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnDanhMucLoaiDuoc_ItemClick);
            // 
            // frmMain2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 554);
            this.Controls.Add(this.ribbon);
            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 = "frmMain2";
            this.Ribbon = this.ribbon;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Phần mềm quảng lý tiệm thuốc";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain2_FormClosing);
            this.Load += new System.EventHandler(this.frmMain2_Load);
            ((System.ComponentModel.ISupportInitialize)(this.itemDate)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemple #40
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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::SalesConsultant.SplashScreen1), true, true);
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSalesConsultant));
            this.tcSalesConsultant = new DevExpress.XtraTab.XtraTabControl();
            this.tabCampaignList = new DevExpress.XtraTab.XtraTabPage();
            this.lcCompanyContact = new DevExpress.XtraLayout.LayoutControl();
            this.pcCompanyContact = new DevExpress.XtraEditors.PanelControl();
            this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            this.tabCampaignBooking = new DevExpress.XtraTab.XtraTabPage();
            this.pcCampaignBooking = new DevExpress.XtraEditors.PanelControl();
            this.tabMyFollowUp = new DevExpress.XtraTab.XtraTabPage();
            this.pnlMyFollowups = new DevExpress.XtraEditors.PanelControl();
            this.tabReport = new DevExpress.XtraTab.XtraTabPage();
            this.pnlReports = new DevExpress.XtraEditors.PanelControl();
            this.tabCallLogs = new DevExpress.XtraTab.XtraTabPage();
            this.pcCallLogs = new DevExpress.XtraEditors.PanelControl();
            this.tabViewMessageLogs = new DevExpress.XtraTab.XtraTabPage();
            this.pcViewMessageLogs = new DevExpress.XtraEditors.PanelControl();
            this.tabDashboard = new DevExpress.XtraTab.XtraTabPage();
            this.pcDashboard = new DevExpress.XtraEditors.PanelControl();
            this.wbDashboard = new System.Windows.Forms.WebBrowser();
            this.tabHelpWebsite = new DevExpress.XtraTab.XtraTabPage();
            this.pnlHelpWebsite = new DevExpress.XtraEditors.PanelControl();
            this.tabMilltime = new DevExpress.XtraTab.XtraTabPage();
            this.pnlMilltime = new DevExpress.XtraEditors.PanelControl();
            this.tabSubCampaigns = new DevExpress.XtraTab.XtraTabPage();
            this.pcSubCampaigns = new DevExpress.XtraEditors.PanelControl();
            this.tabGenerateCampaignList = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.tabSubGCLImportAndViewList = new DevExpress.XtraTab.XtraTabPage();
            this.pcImportAndViewList = new DevExpress.XtraEditors.PanelControl();
            this.tabSubGCLCallListCreation = new DevExpress.XtraTab.XtraTabPage();
            this.pcCallListCreation = new DevExpress.XtraEditors.PanelControl();
            this.tabSubGCLFinalCallList = new DevExpress.XtraTab.XtraTabPage();
            this.pcFinalCallList = new DevExpress.XtraEditors.PanelControl();
            this.tabManageQuestions = new DevExpress.XtraTab.XtraTabPage();
            this.pcManageQuestions = new DevExpress.XtraEditors.PanelControl();
            this.tabManageDialogs = new DevExpress.XtraTab.XtraTabPage();
            this.pcManageDialogs = new DevExpress.XtraEditors.PanelControl();
            this.tabReportConfiguration = new DevExpress.XtraTab.XtraTabPage();
            this.pcReportConfiguration = new DevExpress.XtraEditors.PanelControl();
            this.tabViewEventLogs = new DevExpress.XtraTab.XtraTabPage();
            this.pcViewEventLogs = new DevExpress.XtraEditors.PanelControl();
            this.tabUserSettings = new DevExpress.XtraTab.XtraTabPage();
            this.tcUserSettings = new DevExpress.XtraTab.XtraTabControl();
            this.tabSubUSInternalUsers = new DevExpress.XtraTab.XtraTabPage();
            this.pcInternalUsers = new DevExpress.XtraEditors.PanelControl();
            this.tabSubUSCustomerUsers = new DevExpress.XtraTab.XtraTabPage();
            this.pcCustomerUsers = new DevExpress.XtraEditors.PanelControl();
            this.tabSubUSSIPAccounts = new DevExpress.XtraTab.XtraTabPage();
            this.pcSIPAccounts = new DevExpress.XtraEditors.PanelControl();
            this.tabSubUSCustomersAndCampaigns = new DevExpress.XtraTab.XtraTabPage();
            this.pcCustomersAndCampaigns = new DevExpress.XtraEditors.PanelControl();
            this.tabMasterDataTools = new DevExpress.XtraTab.XtraTabPage();
            this.tcSubMasterDataTools = new DevExpress.XtraTab.XtraTabControl();
            this.tabSubMDTCompaniesAndContacts = new DevExpress.XtraTab.XtraTabPage();
            this.pcCompaniesAndContacts = new DevExpress.XtraEditors.PanelControl();
            this.tabSubMDTMasterDataImport = new DevExpress.XtraTab.XtraTabPage();
            this.pcMasterDataImport = new DevExpress.XtraEditors.PanelControl();
            this.tabSubMDTTitles = new DevExpress.XtraTab.XtraTabPage();
            this.pcTitlesSettings = new DevExpress.XtraEditors.PanelControl();
            this.tabSubMDTLanguages = new DevExpress.XtraTab.XtraTabPage();
            this.pcLanguagesSettings = new DevExpress.XtraEditors.PanelControl();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.indexToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.searchToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.customizeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.undoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.redoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.cutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.copyToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.pasteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.selectAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.openToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
            this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.saveAsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.printToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.printPreviewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.defaultToolTipController1 = new DevExpress.Utils.DefaultToolTipController(this.components);
            this.pnlToggleBar = new DevExpress.XtraEditors.PanelControl();
            this.pnlCallLogAndFollowUp = new DevExpress.XtraEditors.PanelControl();
            this.emptySpaceItem8 = new DevExpress.XtraLayout.EmptySpaceItem();
            this.timerCallLog = new System.Windows.Forms.Timer(this.components);
            this.barStaticApplication = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticBuildVersion = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItemCurrentWorkedCompany = new DevExpress.XtraBars.BarStaticItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonLogout = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticEnviroment = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonQuickAccess = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.btnLock = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonExit = new DevExpress.XtraBars.BarButtonItem();
            this.btnChangePassword = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPhoneSettings = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemRefreshCampaignLists = new DevExpress.XtraBars.BarButtonItem();
            this.btnHelp = new DevExpress.XtraBars.BarButtonItem();
            this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            this.tbxTimeLogger = new DevExpress.XtraEditors.TextEdit();
            this.btnOpenFollowUpWindow = new DevExpress.XtraEditors.SimpleButton();
            this.btnUsageTime = new DevExpress.XtraEditors.SimpleButton();
            this.btnRefreshTimeLogger = new DevExpress.XtraEditors.SimpleButton();
            this.btnRunStopTimeLogger = new DevExpress.XtraEditors.SimpleButton();
            this.cboCampaignList = new DevExpress.XtraEditors.LookUpEdit();
            this.layoutControlGroup2 = new DevExpress.XtraLayout.LayoutControlGroup();
            this.layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem8 = new DevExpress.XtraLayout.LayoutControlItem();
            this.layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
            this.layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
            this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            ((System.ComponentModel.ISupportInitialize)(this.tcSalesConsultant)).BeginInit();
            this.tcSalesConsultant.SuspendLayout();
            this.tabCampaignList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.lcCompanyContact)).BeginInit();
            this.lcCompanyContact.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCompanyContact)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
            this.tabCampaignBooking.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCampaignBooking)).BeginInit();
            this.tabMyFollowUp.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlMyFollowups)).BeginInit();
            this.tabReport.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlReports)).BeginInit();
            this.tabCallLogs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCallLogs)).BeginInit();
            this.tabViewMessageLogs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcViewMessageLogs)).BeginInit();
            this.tabDashboard.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcDashboard)).BeginInit();
            this.pcDashboard.SuspendLayout();
            this.tabHelpWebsite.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlHelpWebsite)).BeginInit();
            this.tabMilltime.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pnlMilltime)).BeginInit();
            this.tabSubCampaigns.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcSubCampaigns)).BeginInit();
            this.tabGenerateCampaignList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.tabSubGCLImportAndViewList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcImportAndViewList)).BeginInit();
            this.tabSubGCLCallListCreation.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCallListCreation)).BeginInit();
            this.tabSubGCLFinalCallList.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcFinalCallList)).BeginInit();
            this.tabManageQuestions.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcManageQuestions)).BeginInit();
            this.tabManageDialogs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcManageDialogs)).BeginInit();
            this.tabReportConfiguration.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcReportConfiguration)).BeginInit();
            this.tabViewEventLogs.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcViewEventLogs)).BeginInit();
            this.tabUserSettings.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcUserSettings)).BeginInit();
            this.tcUserSettings.SuspendLayout();
            this.tabSubUSInternalUsers.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcInternalUsers)).BeginInit();
            this.tabSubUSCustomerUsers.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCustomerUsers)).BeginInit();
            this.tabSubUSSIPAccounts.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcSIPAccounts)).BeginInit();
            this.tabSubUSCustomersAndCampaigns.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCustomersAndCampaigns)).BeginInit();
            this.tabMasterDataTools.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tcSubMasterDataTools)).BeginInit();
            this.tcSubMasterDataTools.SuspendLayout();
            this.tabSubMDTCompaniesAndContacts.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcCompaniesAndContacts)).BeginInit();
            this.tabSubMDTMasterDataImport.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcMasterDataImport)).BeginInit();
            this.tabSubMDTTitles.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcTitlesSettings)).BeginInit();
            this.tabSubMDTLanguages.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pcLanguagesSettings)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlToggleBar)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlCallLogAndFollowUp)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
            this.layoutControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.tbxTimeLogger.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboCampaignList.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
            this.SuspendLayout();
            // 
            // tcSalesConsultant
            // 
            serializableAppearanceObject1.ForeColor = System.Drawing.Color.Black;
            serializableAppearanceObject1.Options.UseForeColor = true;
            serializableAppearanceObject2.BorderColor = System.Drawing.Color.Black;
            serializableAppearanceObject2.ForeColor = System.Drawing.Color.Black;
            serializableAppearanceObject2.Options.UseBorderColor = true;
            serializableAppearanceObject2.Options.UseForeColor = true;
            this.tcSalesConsultant.CustomHeaderButtons.AddRange(new DevExpress.XtraTab.Buttons.CustomHeaderButton[] {
            new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "CallingDetails", -1, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, serializableAppearanceObject1, "", null, null, true),
            new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Unhide All", -1, true, true, DevExpress.XtraEditors.ImageLocation.Default, null, serializableAppearanceObject2, "", null, superToolTip1, true)});
            this.tcSalesConsultant.Location = new System.Drawing.Point(4, 30);
            this.tcSalesConsultant.Name = "tcSalesConsultant";
            this.tcSalesConsultant.SelectedTabPage = this.tabCampaignList;
            this.tcSalesConsultant.Size = new System.Drawing.Size(1316, 523);
            this.tcSalesConsultant.TabIndex = 1;
            this.tcSalesConsultant.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabCampaignList,
            this.tabCampaignBooking,
            this.tabMyFollowUp,
            this.tabReport,
            this.tabCallLogs,
            this.tabViewMessageLogs,
            this.tabDashboard,
            this.tabHelpWebsite,
            this.tabMilltime,
            this.tabSubCampaigns,
            this.tabGenerateCampaignList,
            this.tabManageQuestions,
            this.tabManageDialogs,
            this.tabReportConfiguration,
            this.tabViewEventLogs,
            this.tabUserSettings,
            this.tabMasterDataTools});
            this.tcSalesConsultant.SelectedPageChanging += new DevExpress.XtraTab.TabPageChangingEventHandler(this.tcSalesConsultant_SelectedPageChanging);
            this.tcSalesConsultant.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.tcSalesConsultant_CustomHeaderButtonClick);
            this.tcSalesConsultant.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.tcSalesConsultant_Selected);
            // 
            // tabCampaignList
            // 
            this.tabCampaignList.Controls.Add(this.lcCompanyContact);
            this.tabCampaignList.Image = global::SalesConsultant.Properties.Resources.campagin;
            this.tabCampaignList.Name = "tabCampaignList";
            this.tabCampaignList.Padding = new System.Windows.Forms.Padding(3);
            this.tabCampaignList.Size = new System.Drawing.Size(1310, 492);
            this.tabCampaignList.Text = "Campaign";
            this.tabCampaignList.Tooltip = "Shows all companies included in the selected campagin";
            // 
            // lcCompanyContact
            // 
            this.lcCompanyContact.AllowCustomizationMenu = false;
            this.lcCompanyContact.Controls.Add(this.pcCompanyContact);
            this.lcCompanyContact.Dock = System.Windows.Forms.DockStyle.Fill;
            this.lcCompanyContact.Location = new System.Drawing.Point(3, 3);
            this.lcCompanyContact.Name = "lcCompanyContact";
            this.lcCompanyContact.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(30, 197, 250, 350);
            this.lcCompanyContact.Root = this.layoutControlGroup1;
            this.lcCompanyContact.Size = new System.Drawing.Size(1304, 486);
            this.lcCompanyContact.TabIndex = 0;
            this.lcCompanyContact.Text = "layoutControl1";
            // 
            // pcCompanyContact
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCompanyContact, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCompanyContact.Appearance.BackColor = System.Drawing.Color.DarkGray;
            this.pcCompanyContact.Appearance.Options.UseBackColor = true;
            this.pcCompanyContact.Location = new System.Drawing.Point(0, 0);
            this.pcCompanyContact.Name = "pcCompanyContact";
            this.pcCompanyContact.Size = new System.Drawing.Size(1304, 486);
            this.pcCompanyContact.TabIndex = 4;
            // 
            // 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.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(1304, 486);
            this.layoutControlGroup1.Text = "layoutControlGroup1";
            this.layoutControlGroup1.TextVisible = false;
            // 
            // layoutControlItem1
            // 
            this.layoutControlItem1.Control = this.pcCompanyContact;
            this.layoutControlItem1.CustomizationFormText = "layoutControlItem1";
            this.layoutControlItem1.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem1.Name = "layoutControlItem1";
            this.layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItem1.Size = new System.Drawing.Size(1304, 486);
            this.layoutControlItem1.Text = "layoutControlItem1";
            this.layoutControlItem1.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem1.TextToControlDistance = 0;
            this.layoutControlItem1.TextVisible = false;
            // 
            // tabCampaignBooking
            // 
            this.tabCampaignBooking.Controls.Add(this.pcCampaignBooking);
            this.tabCampaignBooking.Image = global::SalesConsultant.Properties.Resources.company;
            this.tabCampaignBooking.Name = "tabCampaignBooking";
            this.tabCampaignBooking.Size = new System.Drawing.Size(1310, 492);
            this.tabCampaignBooking.Text = "Company";
            this.tabCampaignBooking.Tooltip = "A detailed view of a company in the selected campagin";
            // 
            // pcCampaignBooking
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCampaignBooking, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCampaignBooking.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pcCampaignBooking.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcCampaignBooking.Location = new System.Drawing.Point(0, 0);
            this.pcCampaignBooking.Name = "pcCampaignBooking";
            this.pcCampaignBooking.Size = new System.Drawing.Size(1310, 492);
            this.pcCampaignBooking.TabIndex = 0;
            // 
            // tabMyFollowUp
            // 
            this.tabMyFollowUp.Controls.Add(this.pnlMyFollowups);
            this.tabMyFollowUp.Image = global::SalesConsultant.Properties.Resources.flag;
            this.tabMyFollowUp.Name = "tabMyFollowUp";
            this.tabMyFollowUp.Padding = new System.Windows.Forms.Padding(3);
            this.tabMyFollowUp.Size = new System.Drawing.Size(1310, 492);
            this.tabMyFollowUp.Text = "Tasks";
            this.tabMyFollowUp.Tooltip = "View yours and teams tasks";
            // 
            // pnlMyFollowups
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pnlMyFollowups, DevExpress.Utils.DefaultBoolean.Default);
            this.pnlMyFollowups.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMyFollowups.Location = new System.Drawing.Point(3, 3);
            this.pnlMyFollowups.Name = "pnlMyFollowups";
            this.pnlMyFollowups.Size = new System.Drawing.Size(1304, 486);
            this.pnlMyFollowups.TabIndex = 0;
            // 
            // tabReport
            // 
            this.tabReport.Controls.Add(this.pnlReports);
            this.tabReport.Image = global::SalesConsultant.Properties.Resources.report;
            this.tabReport.Name = "tabReport";
            this.tabReport.Padding = new System.Windows.Forms.Padding(3);
            this.tabReport.Size = new System.Drawing.Size(1310, 492);
            this.tabReport.Text = "Reports";
            this.tabReport.Tooltip = "View reports of your different campagins";
            // 
            // pnlReports
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pnlReports, DevExpress.Utils.DefaultBoolean.Default);
            this.pnlReports.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlReports.Location = new System.Drawing.Point(3, 3);
            this.pnlReports.Name = "pnlReports";
            this.pnlReports.Size = new System.Drawing.Size(1304, 486);
            this.pnlReports.TabIndex = 3;
            // 
            // tabCallLogs
            // 
            this.tabCallLogs.Controls.Add(this.pcCallLogs);
            this.tabCallLogs.Image = global::SalesConsultant.Properties.Resources.Call_log;
            this.tabCallLogs.Name = "tabCallLogs";
            this.tabCallLogs.Size = new System.Drawing.Size(1310, 492);
            this.tabCallLogs.Text = "Calls";
            this.tabCallLogs.Tooltip = "Call Logs";
            // 
            // pcCallLogs
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCallLogs, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCallLogs.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcCallLogs.Appearance.Options.UseBackColor = true;
            this.pcCallLogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcCallLogs.Location = new System.Drawing.Point(0, 0);
            this.pcCallLogs.Name = "pcCallLogs";
            this.pcCallLogs.Size = new System.Drawing.Size(1310, 492);
            this.pcCallLogs.TabIndex = 5;
            // 
            // tabViewMessageLogs
            // 
            this.tabViewMessageLogs.Controls.Add(this.pcViewMessageLogs);
            this.tabViewMessageLogs.Image = global::SalesConsultant.Properties.Resources.MessageLog;
            this.tabViewMessageLogs.Name = "tabViewMessageLogs";
            this.tabViewMessageLogs.Size = new System.Drawing.Size(1310, 492);
            this.tabViewMessageLogs.Text = "Messages";
            this.tabViewMessageLogs.Tooltip = "View Message Logs";
            // 
            // pcViewMessageLogs
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcViewMessageLogs, DevExpress.Utils.DefaultBoolean.Default);
            this.pcViewMessageLogs.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcViewMessageLogs.Appearance.Options.UseBackColor = true;
            this.pcViewMessageLogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcViewMessageLogs.Location = new System.Drawing.Point(0, 0);
            this.pcViewMessageLogs.Name = "pcViewMessageLogs";
            this.pcViewMessageLogs.Size = new System.Drawing.Size(1310, 492);
            this.pcViewMessageLogs.TabIndex = 6;
            // 
            // tabDashboard
            // 
            this.tabDashboard.Controls.Add(this.pcDashboard);
            this.tabDashboard.Image = global::SalesConsultant.Properties.Resources.logohighcharts;
            this.tabDashboard.Name = "tabDashboard";
            this.tabDashboard.Size = new System.Drawing.Size(1310, 492);
            this.tabDashboard.Text = "Dashboard";
            // 
            // pcDashboard
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcDashboard, DevExpress.Utils.DefaultBoolean.Default);
            this.pcDashboard.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcDashboard.Appearance.Options.UseBackColor = true;
            this.pcDashboard.Controls.Add(this.wbDashboard);
            this.pcDashboard.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcDashboard.Location = new System.Drawing.Point(0, 0);
            this.pcDashboard.Name = "pcDashboard";
            this.pcDashboard.Size = new System.Drawing.Size(1310, 492);
            this.pcDashboard.TabIndex = 7;
            // 
            // wbDashboard
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.wbDashboard, DevExpress.Utils.DefaultBoolean.Default);
            this.wbDashboard.Dock = System.Windows.Forms.DockStyle.Fill;
            this.wbDashboard.Location = new System.Drawing.Point(2, 2);
            this.wbDashboard.MinimumSize = new System.Drawing.Size(20, 20);
            this.wbDashboard.Name = "wbDashboard";
            this.wbDashboard.ScriptErrorsSuppressed = true;
            this.wbDashboard.Size = new System.Drawing.Size(1306, 488);
            this.wbDashboard.TabIndex = 67;
            this.wbDashboard.Url = new System.Uri("", System.UriKind.Relative);
            // 
            // tabHelpWebsite
            // 
            this.tabHelpWebsite.Controls.Add(this.pnlHelpWebsite);
            this.tabHelpWebsite.Name = "tabHelpWebsite";
            this.tabHelpWebsite.Padding = new System.Windows.Forms.Padding(3);
            this.tabHelpWebsite.PageVisible = false;
            this.tabHelpWebsite.Size = new System.Drawing.Size(1310, 492);
            this.tabHelpWebsite.Text = "Help Website";
            // 
            // pnlHelpWebsite
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pnlHelpWebsite, DevExpress.Utils.DefaultBoolean.Default);
            this.pnlHelpWebsite.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlHelpWebsite.Location = new System.Drawing.Point(3, 3);
            this.pnlHelpWebsite.Name = "pnlHelpWebsite";
            this.pnlHelpWebsite.Size = new System.Drawing.Size(1304, 486);
            this.pnlHelpWebsite.TabIndex = 2;
            // 
            // tabMilltime
            // 
            this.tabMilltime.Controls.Add(this.pnlMilltime);
            this.tabMilltime.Name = "tabMilltime";
            this.tabMilltime.Padding = new System.Windows.Forms.Padding(3);
            this.tabMilltime.PageVisible = false;
            this.tabMilltime.Size = new System.Drawing.Size(1310, 492);
            this.tabMilltime.Text = "Milltime";
            // 
            // pnlMilltime
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pnlMilltime, DevExpress.Utils.DefaultBoolean.Default);
            this.pnlMilltime.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pnlMilltime.Location = new System.Drawing.Point(3, 3);
            this.pnlMilltime.Name = "pnlMilltime";
            this.pnlMilltime.Size = new System.Drawing.Size(1304, 486);
            this.pnlMilltime.TabIndex = 3;
            // 
            // tabSubCampaigns
            // 
            this.tabSubCampaigns.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabSubCampaigns.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabSubCampaigns.Appearance.Header.Options.UseBackColor = true;
            this.tabSubCampaigns.Appearance.Header.Options.UseBorderColor = true;
            this.tabSubCampaigns.Controls.Add(this.pcSubCampaigns);
            this.tabSubCampaigns.Image = global::SalesConsultant.Properties.Resources.sub_campagin;
            this.tabSubCampaigns.Name = "tabSubCampaigns";
            this.tabSubCampaigns.PageEnabled = false;
            this.tabSubCampaigns.PageVisible = false;
            this.tabSubCampaigns.Size = new System.Drawing.Size(1310, 492);
            this.tabSubCampaigns.Tooltip = "Sub - Campaigns";
            // 
            // pcSubCampaigns
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcSubCampaigns, DevExpress.Utils.DefaultBoolean.Default);
            this.pcSubCampaigns.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcSubCampaigns.Appearance.Options.UseBackColor = true;
            this.pcSubCampaigns.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcSubCampaigns.Location = new System.Drawing.Point(0, 0);
            this.pcSubCampaigns.Name = "pcSubCampaigns";
            this.pcSubCampaigns.Size = new System.Drawing.Size(1310, 492);
            this.pcSubCampaigns.TabIndex = 6;
            // 
            // tabGenerateCampaignList
            // 
            this.tabGenerateCampaignList.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabGenerateCampaignList.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabGenerateCampaignList.Appearance.Header.Options.UseBackColor = true;
            this.tabGenerateCampaignList.Appearance.Header.Options.UseBorderColor = true;
            this.tabGenerateCampaignList.Controls.Add(this.xtraTabControl1);
            this.tabGenerateCampaignList.Image = global::SalesConsultant.Properties.Resources.ImportList;
            this.tabGenerateCampaignList.Name = "tabGenerateCampaignList";
            this.tabGenerateCampaignList.PageEnabled = false;
            this.tabGenerateCampaignList.PageVisible = false;
            this.tabGenerateCampaignList.Size = new System.Drawing.Size(1310, 492);
            this.tabGenerateCampaignList.Tooltip = "Generate Campaign List";
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.tabSubGCLImportAndViewList;
            this.xtraTabControl1.Size = new System.Drawing.Size(1310, 492);
            this.xtraTabControl1.TabIndex = 7;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabSubGCLImportAndViewList,
            this.tabSubGCLCallListCreation,
            this.tabSubGCLFinalCallList});
            this.xtraTabControl1.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.tcSubTabs_Selected);
            // 
            // tabSubGCLImportAndViewList
            // 
            this.tabSubGCLImportAndViewList.Controls.Add(this.pcImportAndViewList);
            this.tabSubGCLImportAndViewList.Name = "tabSubGCLImportAndViewList";
            this.tabSubGCLImportAndViewList.Size = new System.Drawing.Size(1304, 464);
            this.tabSubGCLImportAndViewList.Text = "Import and View List";
            // 
            // pcImportAndViewList
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcImportAndViewList, DevExpress.Utils.DefaultBoolean.Default);
            this.pcImportAndViewList.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcImportAndViewList.Appearance.Options.UseBackColor = true;
            this.pcImportAndViewList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcImportAndViewList.Location = new System.Drawing.Point(0, 0);
            this.pcImportAndViewList.Name = "pcImportAndViewList";
            this.pcImportAndViewList.Size = new System.Drawing.Size(1304, 464);
            this.pcImportAndViewList.TabIndex = 6;
            // 
            // tabSubGCLCallListCreation
            // 
            this.tabSubGCLCallListCreation.Controls.Add(this.pcCallListCreation);
            this.tabSubGCLCallListCreation.Name = "tabSubGCLCallListCreation";
            this.tabSubGCLCallListCreation.Size = new System.Drawing.Size(1304, 464);
            this.tabSubGCLCallListCreation.Text = "Call List Creation";
            // 
            // pcCallListCreation
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCallListCreation, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCallListCreation.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcCallListCreation.Appearance.Options.UseBackColor = true;
            this.pcCallListCreation.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcCallListCreation.Location = new System.Drawing.Point(0, 0);
            this.pcCallListCreation.Name = "pcCallListCreation";
            this.pcCallListCreation.Size = new System.Drawing.Size(1304, 464);
            this.pcCallListCreation.TabIndex = 7;
            // 
            // tabSubGCLFinalCallList
            // 
            this.tabSubGCLFinalCallList.Controls.Add(this.pcFinalCallList);
            this.tabSubGCLFinalCallList.Name = "tabSubGCLFinalCallList";
            this.tabSubGCLFinalCallList.Size = new System.Drawing.Size(1304, 464);
            this.tabSubGCLFinalCallList.Text = "Final Call List";
            // 
            // pcFinalCallList
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcFinalCallList, DevExpress.Utils.DefaultBoolean.Default);
            this.pcFinalCallList.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcFinalCallList.Appearance.Options.UseBackColor = true;
            this.pcFinalCallList.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcFinalCallList.Location = new System.Drawing.Point(0, 0);
            this.pcFinalCallList.Name = "pcFinalCallList";
            this.pcFinalCallList.Size = new System.Drawing.Size(1304, 464);
            this.pcFinalCallList.TabIndex = 7;
            // 
            // tabManageQuestions
            // 
            this.tabManageQuestions.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabManageQuestions.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabManageQuestions.Appearance.Header.Options.UseBackColor = true;
            this.tabManageQuestions.Appearance.Header.Options.UseBorderColor = true;
            this.tabManageQuestions.Controls.Add(this.pcManageQuestions);
            this.tabManageQuestions.Image = global::SalesConsultant.Properties.Resources.Questions;
            this.tabManageQuestions.Name = "tabManageQuestions";
            this.tabManageQuestions.PageEnabled = false;
            this.tabManageQuestions.PageVisible = false;
            this.tabManageQuestions.Size = new System.Drawing.Size(1310, 492);
            this.tabManageQuestions.Tooltip = "Manage Questions";
            // 
            // pcManageQuestions
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcManageQuestions, DevExpress.Utils.DefaultBoolean.Default);
            this.pcManageQuestions.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcManageQuestions.Appearance.Options.UseBackColor = true;
            this.pcManageQuestions.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcManageQuestions.Location = new System.Drawing.Point(0, 0);
            this.pcManageQuestions.Name = "pcManageQuestions";
            this.pcManageQuestions.Size = new System.Drawing.Size(1310, 492);
            this.pcManageQuestions.TabIndex = 6;
            // 
            // tabManageDialogs
            // 
            this.tabManageDialogs.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabManageDialogs.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabManageDialogs.Appearance.Header.Options.UseBackColor = true;
            this.tabManageDialogs.Appearance.Header.Options.UseBorderColor = true;
            this.tabManageDialogs.Controls.Add(this.pcManageDialogs);
            this.tabManageDialogs.Image = global::SalesConsultant.Properties.Resources.Dialogs;
            this.tabManageDialogs.Name = "tabManageDialogs";
            this.tabManageDialogs.PageEnabled = false;
            this.tabManageDialogs.PageVisible = false;
            this.tabManageDialogs.Size = new System.Drawing.Size(1310, 492);
            this.tabManageDialogs.Tooltip = "Manage Dialogs";
            // 
            // pcManageDialogs
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcManageDialogs, DevExpress.Utils.DefaultBoolean.Default);
            this.pcManageDialogs.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcManageDialogs.Appearance.Options.UseBackColor = true;
            this.pcManageDialogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcManageDialogs.Location = new System.Drawing.Point(0, 0);
            this.pcManageDialogs.Name = "pcManageDialogs";
            this.pcManageDialogs.Size = new System.Drawing.Size(1310, 492);
            this.pcManageDialogs.TabIndex = 6;
            // 
            // tabReportConfiguration
            // 
            this.tabReportConfiguration.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabReportConfiguration.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabReportConfiguration.Appearance.Header.Options.UseBackColor = true;
            this.tabReportConfiguration.Appearance.Header.Options.UseBorderColor = true;
            this.tabReportConfiguration.Controls.Add(this.pcReportConfiguration);
            this.tabReportConfiguration.Image = global::SalesConsultant.Properties.Resources.edit_report;
            this.tabReportConfiguration.Name = "tabReportConfiguration";
            this.tabReportConfiguration.PageEnabled = false;
            this.tabReportConfiguration.PageVisible = false;
            this.tabReportConfiguration.Size = new System.Drawing.Size(1310, 492);
            this.tabReportConfiguration.Tooltip = "Report Configuration";
            // 
            // pcReportConfiguration
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcReportConfiguration, DevExpress.Utils.DefaultBoolean.Default);
            this.pcReportConfiguration.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcReportConfiguration.Appearance.Options.UseBackColor = true;
            this.pcReportConfiguration.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcReportConfiguration.Location = new System.Drawing.Point(0, 0);
            this.pcReportConfiguration.Name = "pcReportConfiguration";
            this.pcReportConfiguration.Size = new System.Drawing.Size(1310, 492);
            this.pcReportConfiguration.TabIndex = 6;
            // 
            // tabViewEventLogs
            // 
            this.tabViewEventLogs.Appearance.Header.BackColor = System.Drawing.Color.Aqua;
            this.tabViewEventLogs.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabViewEventLogs.Appearance.Header.Options.UseBackColor = true;
            this.tabViewEventLogs.Appearance.Header.Options.UseBorderColor = true;
            this.tabViewEventLogs.Appearance.HeaderActive.BackColor = System.Drawing.Color.Aqua;
            this.tabViewEventLogs.Appearance.HeaderActive.Options.UseBackColor = true;
            this.tabViewEventLogs.Controls.Add(this.pcViewEventLogs);
            this.tabViewEventLogs.Image = global::SalesConsultant.Properties.Resources.message_log;
            this.tabViewEventLogs.Name = "tabViewEventLogs";
            this.tabViewEventLogs.Size = new System.Drawing.Size(1310, 492);
            this.tabViewEventLogs.Tooltip = "View Event Logs";
            // 
            // pcViewEventLogs
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcViewEventLogs, DevExpress.Utils.DefaultBoolean.Default);
            this.pcViewEventLogs.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcViewEventLogs.Appearance.Options.UseBackColor = true;
            this.pcViewEventLogs.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcViewEventLogs.Location = new System.Drawing.Point(0, 0);
            this.pcViewEventLogs.Name = "pcViewEventLogs";
            this.pcViewEventLogs.Size = new System.Drawing.Size(1310, 492);
            this.pcViewEventLogs.TabIndex = 7;
            // 
            // tabUserSettings
            // 
            this.tabUserSettings.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabUserSettings.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabUserSettings.Appearance.Header.Options.UseBackColor = true;
            this.tabUserSettings.Appearance.Header.Options.UseBorderColor = true;
            this.tabUserSettings.Appearance.PageClient.BackColor = System.Drawing.SystemColors.ActiveCaption;
            this.tabUserSettings.Appearance.PageClient.Options.UseBackColor = true;
            this.tabUserSettings.Controls.Add(this.tcUserSettings);
            this.tabUserSettings.Image = global::SalesConsultant.Properties.Resources.user;
            this.tabUserSettings.Name = "tabUserSettings";
            this.tabUserSettings.PageEnabled = false;
            this.tabUserSettings.PageVisible = false;
            this.tabUserSettings.Size = new System.Drawing.Size(1310, 492);
            this.tabUserSettings.Tooltip = "User Settings";
            // 
            // tcUserSettings
            // 
            this.tcUserSettings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcUserSettings.Location = new System.Drawing.Point(0, 0);
            this.tcUserSettings.Name = "tcUserSettings";
            this.tcUserSettings.SelectedTabPage = this.tabSubUSInternalUsers;
            this.tcUserSettings.Size = new System.Drawing.Size(1310, 492);
            this.tcUserSettings.TabIndex = 7;
            this.tcUserSettings.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabSubUSInternalUsers,
            this.tabSubUSCustomerUsers,
            this.tabSubUSSIPAccounts,
            this.tabSubUSCustomersAndCampaigns});
            this.tcUserSettings.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.tcSubTabs_Selected);
            // 
            // tabSubUSInternalUsers
            // 
            this.tabSubUSInternalUsers.Controls.Add(this.pcInternalUsers);
            this.tabSubUSInternalUsers.Name = "tabSubUSInternalUsers";
            this.tabSubUSInternalUsers.Size = new System.Drawing.Size(1304, 464);
            this.tabSubUSInternalUsers.Text = "Internal Users";
            // 
            // pcInternalUsers
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcInternalUsers, DevExpress.Utils.DefaultBoolean.Default);
            this.pcInternalUsers.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcInternalUsers.Appearance.Options.UseBackColor = true;
            this.pcInternalUsers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcInternalUsers.Location = new System.Drawing.Point(0, 0);
            this.pcInternalUsers.Name = "pcInternalUsers";
            this.pcInternalUsers.Size = new System.Drawing.Size(1304, 464);
            this.pcInternalUsers.TabIndex = 6;
            // 
            // tabSubUSCustomerUsers
            // 
            this.tabSubUSCustomerUsers.Controls.Add(this.pcCustomerUsers);
            this.tabSubUSCustomerUsers.Name = "tabSubUSCustomerUsers";
            this.tabSubUSCustomerUsers.Size = new System.Drawing.Size(1304, 464);
            this.tabSubUSCustomerUsers.Text = "Customer Users";
            // 
            // pcCustomerUsers
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCustomerUsers, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCustomerUsers.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcCustomerUsers.Appearance.Options.UseBackColor = true;
            this.pcCustomerUsers.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcCustomerUsers.Location = new System.Drawing.Point(0, 0);
            this.pcCustomerUsers.Name = "pcCustomerUsers";
            this.pcCustomerUsers.Size = new System.Drawing.Size(1304, 464);
            this.pcCustomerUsers.TabIndex = 8;
            // 
            // tabSubUSSIPAccounts
            // 
            this.tabSubUSSIPAccounts.Controls.Add(this.pcSIPAccounts);
            this.tabSubUSSIPAccounts.Name = "tabSubUSSIPAccounts";
            this.tabSubUSSIPAccounts.Size = new System.Drawing.Size(1304, 464);
            this.tabSubUSSIPAccounts.Text = "SIP Accounts";
            // 
            // pcSIPAccounts
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcSIPAccounts, DevExpress.Utils.DefaultBoolean.Default);
            this.pcSIPAccounts.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcSIPAccounts.Appearance.Options.UseBackColor = true;
            this.pcSIPAccounts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcSIPAccounts.Location = new System.Drawing.Point(0, 0);
            this.pcSIPAccounts.Name = "pcSIPAccounts";
            this.pcSIPAccounts.Size = new System.Drawing.Size(1304, 464);
            this.pcSIPAccounts.TabIndex = 7;
            // 
            // tabSubUSCustomersAndCampaigns
            // 
            this.tabSubUSCustomersAndCampaigns.Controls.Add(this.pcCustomersAndCampaigns);
            this.tabSubUSCustomersAndCampaigns.Name = "tabSubUSCustomersAndCampaigns";
            this.tabSubUSCustomersAndCampaigns.Size = new System.Drawing.Size(1304, 464);
            this.tabSubUSCustomersAndCampaigns.Text = "Customers and Campaigns";
            // 
            // pcCustomersAndCampaigns
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCustomersAndCampaigns, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCustomersAndCampaigns.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcCustomersAndCampaigns.Appearance.Options.UseBackColor = true;
            this.pcCustomersAndCampaigns.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcCustomersAndCampaigns.Location = new System.Drawing.Point(0, 0);
            this.pcCustomersAndCampaigns.Name = "pcCustomersAndCampaigns";
            this.pcCustomersAndCampaigns.Size = new System.Drawing.Size(1304, 464);
            this.pcCustomersAndCampaigns.TabIndex = 7;
            // 
            // tabMasterDataTools
            // 
            this.tabMasterDataTools.Appearance.Header.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
            this.tabMasterDataTools.Appearance.Header.BorderColor = System.Drawing.Color.Black;
            this.tabMasterDataTools.Appearance.Header.Options.UseBackColor = true;
            this.tabMasterDataTools.Appearance.Header.Options.UseBorderColor = true;
            this.tabMasterDataTools.Controls.Add(this.tcSubMasterDataTools);
            this.tabMasterDataTools.Image = global::SalesConsultant.Properties.Resources.MaterData;
            this.tabMasterDataTools.Name = "tabMasterDataTools";
            this.tabMasterDataTools.PageEnabled = false;
            this.tabMasterDataTools.PageVisible = false;
            this.tabMasterDataTools.Size = new System.Drawing.Size(1310, 492);
            this.tabMasterDataTools.Tooltip = "Master Data Tools";
            // 
            // tcSubMasterDataTools
            // 
            this.tcSubMasterDataTools.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tcSubMasterDataTools.Location = new System.Drawing.Point(0, 0);
            this.tcSubMasterDataTools.Name = "tcSubMasterDataTools";
            this.tcSubMasterDataTools.SelectedTabPage = this.tabSubMDTCompaniesAndContacts;
            this.tcSubMasterDataTools.Size = new System.Drawing.Size(1310, 492);
            this.tcSubMasterDataTools.TabIndex = 7;
            this.tcSubMasterDataTools.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.tabSubMDTCompaniesAndContacts,
            this.tabSubMDTMasterDataImport,
            this.tabSubMDTTitles,
            this.tabSubMDTLanguages});
            this.tcSubMasterDataTools.Selected += new DevExpress.XtraTab.TabPageEventHandler(this.tcSubTabs_Selected);
            // 
            // tabSubMDTCompaniesAndContacts
            // 
            this.tabSubMDTCompaniesAndContacts.Controls.Add(this.pcCompaniesAndContacts);
            this.tabSubMDTCompaniesAndContacts.Name = "tabSubMDTCompaniesAndContacts";
            this.tabSubMDTCompaniesAndContacts.Size = new System.Drawing.Size(1304, 464);
            this.tabSubMDTCompaniesAndContacts.Text = "Companies and Contacts";
            // 
            // pcCompaniesAndContacts
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcCompaniesAndContacts, DevExpress.Utils.DefaultBoolean.Default);
            this.pcCompaniesAndContacts.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcCompaniesAndContacts.Appearance.Options.UseBackColor = true;
            this.pcCompaniesAndContacts.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcCompaniesAndContacts.Location = new System.Drawing.Point(0, 0);
            this.pcCompaniesAndContacts.Name = "pcCompaniesAndContacts";
            this.pcCompaniesAndContacts.Size = new System.Drawing.Size(1304, 464);
            this.pcCompaniesAndContacts.TabIndex = 6;
            // 
            // tabSubMDTMasterDataImport
            // 
            this.tabSubMDTMasterDataImport.Controls.Add(this.pcMasterDataImport);
            this.tabSubMDTMasterDataImport.Name = "tabSubMDTMasterDataImport";
            this.tabSubMDTMasterDataImport.Size = new System.Drawing.Size(1304, 464);
            this.tabSubMDTMasterDataImport.Text = "Master Data Import";
            // 
            // pcMasterDataImport
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcMasterDataImport, DevExpress.Utils.DefaultBoolean.Default);
            this.pcMasterDataImport.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcMasterDataImport.Appearance.Options.UseBackColor = true;
            this.pcMasterDataImport.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcMasterDataImport.Location = new System.Drawing.Point(0, 0);
            this.pcMasterDataImport.Name = "pcMasterDataImport";
            this.pcMasterDataImport.Size = new System.Drawing.Size(1304, 464);
            this.pcMasterDataImport.TabIndex = 7;
            // 
            // tabSubMDTTitles
            // 
            this.tabSubMDTTitles.Controls.Add(this.pcTitlesSettings);
            this.tabSubMDTTitles.Name = "tabSubMDTTitles";
            this.tabSubMDTTitles.Size = new System.Drawing.Size(1304, 464);
            this.tabSubMDTTitles.Text = "Titles";
            // 
            // pcTitlesSettings
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcTitlesSettings, DevExpress.Utils.DefaultBoolean.Default);
            this.pcTitlesSettings.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcTitlesSettings.Appearance.Options.UseBackColor = true;
            this.pcTitlesSettings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcTitlesSettings.Location = new System.Drawing.Point(0, 0);
            this.pcTitlesSettings.Name = "pcTitlesSettings";
            this.pcTitlesSettings.Size = new System.Drawing.Size(1304, 464);
            this.pcTitlesSettings.TabIndex = 7;
            // 
            // tabSubMDTLanguages
            // 
            this.tabSubMDTLanguages.Controls.Add(this.pcLanguagesSettings);
            this.tabSubMDTLanguages.Name = "tabSubMDTLanguages";
            this.tabSubMDTLanguages.Size = new System.Drawing.Size(1304, 464);
            this.tabSubMDTLanguages.Text = "Languages";
            // 
            // pcLanguagesSettings
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pcLanguagesSettings, DevExpress.Utils.DefaultBoolean.Default);
            this.pcLanguagesSettings.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(236)))), ((int)(((byte)(239)))));
            this.pcLanguagesSettings.Appearance.Options.UseBackColor = true;
            this.pcLanguagesSettings.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pcLanguagesSettings.Location = new System.Drawing.Point(0, 0);
            this.pcLanguagesSettings.Name = "pcLanguagesSettings";
            this.pcLanguagesSettings.Size = new System.Drawing.Size(1304, 464);
            this.pcLanguagesSettings.TabIndex = 7;
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.contentsToolStripMenuItem.Text = "&Contents";
            // 
            // indexToolStripMenuItem
            // 
            this.indexToolStripMenuItem.Name = "indexToolStripMenuItem";
            this.indexToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.indexToolStripMenuItem.Text = "&Index";
            // 
            // searchToolStripMenuItem
            // 
            this.searchToolStripMenuItem.Name = "searchToolStripMenuItem";
            this.searchToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.searchToolStripMenuItem.Text = "&Search";
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            this.toolStripSeparator5.Size = new System.Drawing.Size(119, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.aboutToolStripMenuItem.Text = "&About...";
            // 
            // customizeToolStripMenuItem
            // 
            this.customizeToolStripMenuItem.Name = "customizeToolStripMenuItem";
            this.customizeToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
            this.customizeToolStripMenuItem.Text = "&Customize";
            // 
            // optionsToolStripMenuItem
            // 
            this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
            this.optionsToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
            this.optionsToolStripMenuItem.Text = "&Options";
            // 
            // undoToolStripMenuItem
            // 
            this.undoToolStripMenuItem.Name = "undoToolStripMenuItem";
            this.undoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Z)));
            this.undoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.undoToolStripMenuItem.Text = "&Undo";
            // 
            // redoToolStripMenuItem
            // 
            this.redoToolStripMenuItem.Name = "redoToolStripMenuItem";
            this.redoToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Y)));
            this.redoToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.redoToolStripMenuItem.Text = "&Redo";
            // 
            // toolStripSeparator3
            // 
            this.toolStripSeparator3.Name = "toolStripSeparator3";
            this.toolStripSeparator3.Size = new System.Drawing.Size(141, 6);
            // 
            // cutToolStripMenuItem
            // 
            this.cutToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("cutToolStripMenuItem.Image")));
            this.cutToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.cutToolStripMenuItem.Name = "cutToolStripMenuItem";
            this.cutToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X)));
            this.cutToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.cutToolStripMenuItem.Text = "Cu&t";
            // 
            // copyToolStripMenuItem
            // 
            this.copyToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("copyToolStripMenuItem.Image")));
            this.copyToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.copyToolStripMenuItem.Name = "copyToolStripMenuItem";
            this.copyToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.C)));
            this.copyToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.copyToolStripMenuItem.Text = "&Copy";
            // 
            // pasteToolStripMenuItem
            // 
            this.pasteToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("pasteToolStripMenuItem.Image")));
            this.pasteToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.pasteToolStripMenuItem.Name = "pasteToolStripMenuItem";
            this.pasteToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.V)));
            this.pasteToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.pasteToolStripMenuItem.Text = "&Paste";
            // 
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            this.toolStripSeparator4.Size = new System.Drawing.Size(141, 6);
            // 
            // selectAllToolStripMenuItem
            // 
            this.selectAllToolStripMenuItem.Name = "selectAllToolStripMenuItem";
            this.selectAllToolStripMenuItem.Size = new System.Drawing.Size(144, 22);
            this.selectAllToolStripMenuItem.Text = "Select &All";
            // 
            // newToolStripMenuItem
            // 
            this.newToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("newToolStripMenuItem.Image")));
            this.newToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.newToolStripMenuItem.Name = "newToolStripMenuItem";
            this.newToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N)));
            this.newToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.newToolStripMenuItem.Text = "&New";
            // 
            // openToolStripMenuItem
            // 
            this.openToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("openToolStripMenuItem.Image")));
            this.openToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.openToolStripMenuItem.Name = "openToolStripMenuItem";
            this.openToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O)));
            this.openToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.openToolStripMenuItem.Text = "&Open";
            // 
            // toolStripSeparator
            // 
            this.toolStripSeparator.Name = "toolStripSeparator";
            this.toolStripSeparator.Size = new System.Drawing.Size(143, 6);
            // 
            // saveToolStripMenuItem
            // 
            this.saveToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("saveToolStripMenuItem.Image")));
            this.saveToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
            this.saveToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S)));
            this.saveToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.saveToolStripMenuItem.Text = "&Save";
            // 
            // saveAsToolStripMenuItem
            // 
            this.saveAsToolStripMenuItem.Name = "saveAsToolStripMenuItem";
            this.saveAsToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.saveAsToolStripMenuItem.Text = "Save &As";
            // 
            // toolStripSeparator1
            // 
            this.toolStripSeparator1.Name = "toolStripSeparator1";
            this.toolStripSeparator1.Size = new System.Drawing.Size(143, 6);
            // 
            // printToolStripMenuItem
            // 
            this.printToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printToolStripMenuItem.Image")));
            this.printToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printToolStripMenuItem.Name = "printToolStripMenuItem";
            this.printToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P)));
            this.printToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.printToolStripMenuItem.Text = "&Print";
            // 
            // printPreviewToolStripMenuItem
            // 
            this.printPreviewToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("printPreviewToolStripMenuItem.Image")));
            this.printPreviewToolStripMenuItem.ImageTransparentColor = System.Drawing.Color.Magenta;
            this.printPreviewToolStripMenuItem.Name = "printPreviewToolStripMenuItem";
            this.printPreviewToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.printPreviewToolStripMenuItem.Text = "Print Pre&view";
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            this.toolStripSeparator2.Size = new System.Drawing.Size(143, 6);
            // 
            // exitToolStripMenuItem
            // 
            this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
            this.exitToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
            this.exitToolStripMenuItem.Text = "E&xit";
            // 
            // defaultToolTipController1
            // 
            // 
            // 
            // 
            this.defaultToolTipController1.DefaultController.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
            this.defaultToolTipController1.DefaultController.Appearance.BackColor2 = System.Drawing.Color.Gainsboro;
            this.defaultToolTipController1.DefaultController.Appearance.BorderColor = System.Drawing.Color.Gray;
            this.defaultToolTipController1.DefaultController.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.ForwardDiagonal;
            this.defaultToolTipController1.DefaultController.Appearance.Options.UseBackColor = true;
            this.defaultToolTipController1.DefaultController.Appearance.Options.UseBorderColor = true;
            this.defaultToolTipController1.DefaultController.AutoPopDelay = 10000;
            this.defaultToolTipController1.DefaultController.Rounded = true;
            this.defaultToolTipController1.DefaultController.ToolTipType = DevExpress.Utils.ToolTipType.SuperTip;
            // 
            // pnlToggleBar
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pnlToggleBar, DevExpress.Utils.DefaultBoolean.Default);
            this.pnlToggleBar.AlwaysScrollActiveControlIntoView = false;
            this.pnlToggleBar.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlToggleBar.Location = new System.Drawing.Point(667, 2);
            this.pnlToggleBar.Name = "pnlToggleBar";
            this.pnlToggleBar.Size = new System.Drawing.Size(269, 26);
            this.pnlToggleBar.TabIndex = 10;
            // 
            // pnlCallLogAndFollowUp
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this.pnlCallLogAndFollowUp, DevExpress.Utils.DefaultBoolean.Default);
            this.pnlCallLogAndFollowUp.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pnlCallLogAndFollowUp.Location = new System.Drawing.Point(968, 2);
            this.pnlCallLogAndFollowUp.Name = "pnlCallLogAndFollowUp";
            this.pnlCallLogAndFollowUp.Size = new System.Drawing.Size(354, 26);
            this.pnlCallLogAndFollowUp.TabIndex = 12;
            // 
            // emptySpaceItem8
            // 
            this.emptySpaceItem8.AllowHotTrack = false;
            this.emptySpaceItem8.CustomizationFormText = "emptySpaceItem8";
            this.emptySpaceItem8.Location = new System.Drawing.Point(0, 58);
            this.emptySpaceItem8.Name = "emptySpaceItem8";
            this.emptySpaceItem8.Size = new System.Drawing.Size(541, 10);
            this.emptySpaceItem8.Text = "emptySpaceItem8";
            this.emptySpaceItem8.TextSize = new System.Drawing.Size(0, 0);
            // 
            // timerCallLog
            // 
            this.timerCallLog.Interval = 1000;
            this.timerCallLog.Tick += new System.EventHandler(this.timerCallLog_Tick);
            // 
            // barStaticApplication
            // 
            this.barStaticApplication.Id = 2;
            this.barStaticApplication.Name = "barStaticApplication";
            this.barStaticApplication.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticBuildVersion
            // 
            this.barStaticBuildVersion.Id = 2;
            this.barStaticBuildVersion.Name = "barStaticBuildVersion";
            this.barStaticBuildVersion.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItemCurrentWorkedCompany
            // 
            this.barStaticItemCurrentWorkedCompany.Id = 3;
            this.barStaticItemCurrentWorkedCompany.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.barStaticItemCurrentWorkedCompany.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Maroon;
            this.barStaticItemCurrentWorkedCompany.ItemAppearance.Normal.Options.UseFont = true;
            this.barStaticItemCurrentWorkedCompany.ItemAppearance.Normal.Options.UseForeColor = true;
            this.barStaticItemCurrentWorkedCompany.ItemInMenuAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.barStaticItemCurrentWorkedCompany.ItemInMenuAppearance.Normal.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
            this.barStaticItemCurrentWorkedCompany.ItemInMenuAppearance.Normal.Options.UseFont = true;
            this.barStaticItemCurrentWorkedCompany.ItemInMenuAppearance.Normal.Options.UseForeColor = true;
            this.barStaticItemCurrentWorkedCompany.Name = "barStaticItemCurrentWorkedCompany";
            this.barStaticItemCurrentWorkedCompany.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barStaticItem1.Caption = "Brightvision » We accelerate your sales";
            this.barStaticItem1.Id = 0;
            this.barStaticItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic);
            this.barStaticItem1.ItemAppearance.Normal.Options.UseFont = true;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem,
            this.barStaticItem1,
            this.barStaticApplication,
            this.barStaticBuildVersion,
            this.barStaticItemCurrentWorkedCompany,
            this.barButtonLogout,
            this.barStaticEnviroment,
            this.barButtonQuickAccess,
            this.barButtonExit,
            this.barButtonItemPhoneSettings,
            this.barButtonItemRefreshCampaignLists,
            this.btnHelp,
            this.btnLock,
            this.btnChangePassword});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 12;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowCategoryInCaption = false;
            this.ribbonControl1.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.False;
            this.ribbonControl1.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.Hide;
            this.ribbonControl1.ShowToolbarCustomizeItem = false;
            this.ribbonControl1.Size = new System.Drawing.Size(1324, 27);
            this.ribbonControl1.Toolbar.ItemLinks.Add(this.barButtonQuickAccess);
            this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
            // 
            // barButtonLogout
            // 
            this.barButtonLogout.Caption = "Logout > Change User";
            this.barButtonLogout.Glyph = global::SalesConsultant.Properties.Resources.breaktime;
            this.barButtonLogout.Id = 1;
            this.barButtonLogout.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
            this.barButtonLogout.Name = "barButtonLogout";
            this.barButtonLogout.ShortcutKeyDisplayString = "Ctrl+L";
            this.barButtonLogout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonLogout_ItemClick);
            // 
            // barStaticEnviroment
            // 
            this.barStaticEnviroment.Id = 2;
            this.barStaticEnviroment.Name = "barStaticEnviroment";
            this.barStaticEnviroment.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barButtonQuickAccess
            // 
            this.barButtonQuickAccess.ActAsDropDown = true;
            this.barButtonQuickAccess.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonQuickAccess.DropDownControl = this.popupMenu1;
            this.barButtonQuickAccess.Glyph = global::SalesConsultant.Properties.Resources.down_menu;
            this.barButtonQuickAccess.Id = 3;
            this.barButtonQuickAccess.Name = "barButtonQuickAccess";
            // 
            // popupMenu1
            // 
            this.popupMenu1.ItemLinks.Add(this.btnLock);
            this.popupMenu1.ItemLinks.Add(this.barButtonExit);
            this.popupMenu1.ItemLinks.Add(this.btnChangePassword);
            this.popupMenu1.ItemLinks.Add(this.barButtonLogout);
            this.popupMenu1.ItemLinks.Add(this.barButtonItemPhoneSettings, true);
            this.popupMenu1.ItemLinks.Add(this.barButtonItemRefreshCampaignLists, true);
            this.popupMenu1.ItemLinks.Add(this.btnHelp);
            this.popupMenu1.ItemLinks.Add(this.barStaticApplication, true);
            this.popupMenu1.ItemLinks.Add(this.barStaticBuildVersion);
            this.popupMenu1.ItemLinks.Add(this.barStaticEnviroment);
            this.popupMenu1.Name = "popupMenu1";
            this.popupMenu1.Ribbon = this.ribbonControl1;
            // 
            // btnLock
            // 
            this.btnLock.Caption = "Lock";
            this.btnLock.Glyph = global::SalesConsultant.Properties.Resources._lock;
            this.btnLock.Id = 9;
            this.btnLock.Name = "btnLock";
            this.btnLock.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnLock_ItemClick);
            // 
            // barButtonExit
            // 
            this.barButtonExit.Caption = "Exit";
            this.barButtonExit.Glyph = global::SalesConsultant.Properties.Resources.exit;
            this.barButtonExit.Id = 4;
            this.barButtonExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
            this.barButtonExit.Name = "barButtonExit";
            this.barButtonExit.ShortcutKeyDisplayString = "Alt+F4";
            this.barButtonExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonExit_ItemClick);
            // 
            // btnChangePassword
            // 
            this.btnChangePassword.Caption = "Change Password";
            this.btnChangePassword.Glyph = global::SalesConsultant.Properties.Resources.change_password;
            this.btnChangePassword.Id = 11;
            this.btnChangePassword.Name = "btnChangePassword";
            this.btnChangePassword.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnChangePassword_ItemClick);
            // 
            // barButtonItemPhoneSettings
            // 
            this.barButtonItemPhoneSettings.Caption = "Phone Settings";
            this.barButtonItemPhoneSettings.Glyph = global::SalesConsultant.Properties.Resources.phone_settings;
            this.barButtonItemPhoneSettings.Id = 5;
            this.barButtonItemPhoneSettings.Name = "barButtonItemPhoneSettings";
            this.barButtonItemPhoneSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemPhoneSettings_ItemClick);
            // 
            // barButtonItemRefreshCampaignLists
            // 
            this.barButtonItemRefreshCampaignLists.Caption = "Refresh Campaign Lists";
            this.barButtonItemRefreshCampaignLists.Glyph = global::SalesConsultant.Properties.Resources.refresh_time;
            this.barButtonItemRefreshCampaignLists.Id = 6;
            this.barButtonItemRefreshCampaignLists.Name = "barButtonItemRefreshCampaignLists";
            this.barButtonItemRefreshCampaignLists.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemRefreshCampaignLists_ItemClick);
            // 
            // btnHelp
            // 
            this.btnHelp.Caption = "Help";
            this.btnHelp.Glyph = global::SalesConsultant.Properties.Resources.help;
            this.btnHelp.Id = 7;
            this.btnHelp.Name = "btnHelp";
            this.btnHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnHelp_ItemClick);
            // 
            // layoutControl1
            // 
            this.layoutControl1.AllowCustomizationMenu = false;
            this.layoutControl1.Controls.Add(this.pnlCallLogAndFollowUp);
            this.layoutControl1.Controls.Add(this.tbxTimeLogger);
            this.layoutControl1.Controls.Add(this.pnlToggleBar);
            this.layoutControl1.Controls.Add(this.btnOpenFollowUpWindow);
            this.layoutControl1.Controls.Add(this.btnUsageTime);
            this.layoutControl1.Controls.Add(this.btnRefreshTimeLogger);
            this.layoutControl1.Controls.Add(this.btnRunStopTimeLogger);
            this.layoutControl1.Controls.Add(this.cboCampaignList);
            this.layoutControl1.Controls.Add(this.tcSalesConsultant);
            this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.layoutControl1.Location = new System.Drawing.Point(0, 27);
            this.layoutControl1.Name = "layoutControl1";
            this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(116, 373, 250, 350);
            this.layoutControl1.Root = this.layoutControlGroup2;
            this.layoutControl1.Size = new System.Drawing.Size(1324, 557);
            this.layoutControl1.TabIndex = 3;
            this.layoutControl1.Text = "layoutControl1";
            // 
            // tbxTimeLogger
            // 
            this.tbxTimeLogger.EditValue = "00 : 00";
            this.tbxTimeLogger.Location = new System.Drawing.Point(577, 4);
            this.tbxTimeLogger.MenuManager = this.ribbonControl1;
            this.tbxTimeLogger.Name = "tbxTimeLogger";
            this.tbxTimeLogger.Properties.Appearance.BackColor = System.Drawing.SystemColors.Control;
            this.tbxTimeLogger.Properties.Appearance.ForeColor = System.Drawing.Color.Black;
            this.tbxTimeLogger.Properties.Appearance.Options.UseBackColor = true;
            this.tbxTimeLogger.Properties.Appearance.Options.UseForeColor = true;
            this.tbxTimeLogger.Properties.Appearance.Options.UseTextOptions = true;
            this.tbxTimeLogger.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.tbxTimeLogger.Properties.ReadOnly = true;
            this.tbxTimeLogger.Size = new System.Drawing.Size(86, 20);
            this.tbxTimeLogger.StyleController = this.layoutControl1;
            this.tbxTimeLogger.TabIndex = 11;
            // 
            // btnOpenFollowUpWindow
            // 
            this.btnOpenFollowUpWindow.Image = global::SalesConsultant.Properties.Resources.follow_up_editor;
            this.btnOpenFollowUpWindow.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnOpenFollowUpWindow.Location = new System.Drawing.Point(940, 4);
            this.btnOpenFollowUpWindow.Name = "btnOpenFollowUpWindow";
            this.btnOpenFollowUpWindow.Size = new System.Drawing.Size(26, 22);
            this.btnOpenFollowUpWindow.StyleController = this.layoutControl1;
            this.btnOpenFollowUpWindow.TabIndex = 9;
            this.btnOpenFollowUpWindow.ToolTip = "Create Task";
            this.btnOpenFollowUpWindow.Click += new System.EventHandler(this.btnOpenFollowUpWindow_Click);
            // 
            // btnUsageTime
            // 
            this.btnUsageTime.Enabled = false;
            this.btnUsageTime.Image = ((System.Drawing.Image)(resources.GetObject("btnUsageTime.Image")));
            this.btnUsageTime.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnUsageTime.Location = new System.Drawing.Point(547, 4);
            this.btnUsageTime.Name = "btnUsageTime";
            this.btnUsageTime.Size = new System.Drawing.Size(26, 22);
            this.btnUsageTime.StyleController = this.layoutControl1;
            this.btnUsageTime.TabIndex = 8;
            this.btnUsageTime.Text = " ";
            this.btnUsageTime.Visible = false;
            // 
            // btnRefreshTimeLogger
            // 
            this.btnRefreshTimeLogger.Enabled = false;
            this.btnRefreshTimeLogger.Image = global::SalesConsultant.Properties.Resources.refresh_timer;
            this.btnRefreshTimeLogger.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnRefreshTimeLogger.Location = new System.Drawing.Point(517, 4);
            this.btnRefreshTimeLogger.Name = "btnRefreshTimeLogger";
            this.btnRefreshTimeLogger.Size = new System.Drawing.Size(26, 22);
            this.btnRefreshTimeLogger.StyleController = this.layoutControl1;
            this.btnRefreshTimeLogger.TabIndex = 7;
            this.btnRefreshTimeLogger.Text = " ";
            this.btnRefreshTimeLogger.ToolTip = "Refresh Time Logger";
            this.btnRefreshTimeLogger.Visible = false;
            this.btnRefreshTimeLogger.Click += new System.EventHandler(this.btnRefreshTimeLogger_Click);
            // 
            // btnRunStopTimeLogger
            // 
            this.btnRunStopTimeLogger.Enabled = false;
            this.btnRunStopTimeLogger.Image = global::SalesConsultant.Properties.Resources.start_time;
            this.btnRunStopTimeLogger.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
            this.btnRunStopTimeLogger.Location = new System.Drawing.Point(484, 4);
            this.btnRunStopTimeLogger.Name = "btnRunStopTimeLogger";
            this.btnRunStopTimeLogger.Size = new System.Drawing.Size(29, 22);
            this.btnRunStopTimeLogger.StyleController = this.layoutControl1;
            this.btnRunStopTimeLogger.TabIndex = 6;
            this.btnRunStopTimeLogger.ToolTip = "Run Time Logger";
            this.btnRunStopTimeLogger.Visible = false;
            this.btnRunStopTimeLogger.Click += new System.EventHandler(this.btnRunStopTimeLogger_Click);
            // 
            // cboCampaignList
            // 
            this.cboCampaignList.Location = new System.Drawing.Point(4, 4);
            this.cboCampaignList.MenuManager = this.ribbonControl1;
            this.cboCampaignList.Name = "cboCampaignList";
            this.cboCampaignList.Properties.Appearance.BackColor = System.Drawing.SystemColors.Info;
            this.cboCampaignList.Properties.Appearance.ForeColor = System.Drawing.Color.Maroon;
            this.cboCampaignList.Properties.Appearance.Options.UseBackColor = true;
            this.cboCampaignList.Properties.Appearance.Options.UseForeColor = true;
            this.cboCampaignList.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboCampaignList.Properties.NullText = "";
            this.cboCampaignList.Properties.PopupFormMinSize = new System.Drawing.Size(0, 350);
            this.cboCampaignList.Properties.PopupWidth = 600;
            this.cboCampaignList.Properties.ShowFooter = false;
            this.cboCampaignList.Properties.ShowHeader = false;
            this.cboCampaignList.Properties.ShowLines = false;
            this.cboCampaignList.Size = new System.Drawing.Size(476, 20);
            this.cboCampaignList.StyleController = this.layoutControl1;
            this.cboCampaignList.TabIndex = 4;
            this.cboCampaignList.EditValueChanged += new System.EventHandler(this.cboCampaignList_EditValueChanged);
            this.cboCampaignList.EditValueChanging += new DevExpress.XtraEditors.Controls.ChangingEventHandler(this.cboCampaignList_EditValueChanging);
            // 
            // layoutControlGroup2
            // 
            this.layoutControlGroup2.AllowCustomizeChildren = false;
            this.layoutControlGroup2.CustomizationFormText = "Root";
            this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            this.layoutControlGroup2.GroupBordersVisible = false;
            this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
            this.layoutControlItem2,
            this.layoutControlItem3,
            this.layoutControlItem5,
            this.layoutControlItem6,
            this.layoutControlItem7,
            this.layoutControlItem8,
            this.layoutControlItem10,
            this.simpleSeparator2,
            this.layoutControlItem9,
            this.simpleSeparator3,
            this.layoutControlItem4});
            this.layoutControlGroup2.Location = new System.Drawing.Point(0, 0);
            this.layoutControlGroup2.Name = "Root";
            this.layoutControlGroup2.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
            this.layoutControlGroup2.Size = new System.Drawing.Size(1324, 557);
            this.layoutControlGroup2.Text = "Root";
            this.layoutControlGroup2.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            this.layoutControlItem2.Control = this.tcSalesConsultant;
            this.layoutControlItem2.CustomizationFormText = "layoutControlItem2";
            this.layoutControlItem2.Location = new System.Drawing.Point(0, 26);
            this.layoutControlItem2.Name = "layoutControlItem2";
            this.layoutControlItem2.Size = new System.Drawing.Size(1320, 527);
            this.layoutControlItem2.Text = "layoutControlItem2";
            this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem2.TextToControlDistance = 0;
            this.layoutControlItem2.TextVisible = false;
            // 
            // layoutControlItem3
            // 
            this.layoutControlItem3.Control = this.cboCampaignList;
            this.layoutControlItem3.CustomizationFormText = "layoutControlItem3";
            this.layoutControlItem3.Location = new System.Drawing.Point(0, 0);
            this.layoutControlItem3.MaxSize = new System.Drawing.Size(480, 24);
            this.layoutControlItem3.MinSize = new System.Drawing.Size(480, 24);
            this.layoutControlItem3.Name = "layoutControlItem3";
            this.layoutControlItem3.Size = new System.Drawing.Size(480, 26);
            this.layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem3.Text = "layoutControlItem3";
            this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem3.TextToControlDistance = 0;
            this.layoutControlItem3.TextVisible = false;
            // 
            // layoutControlItem5
            // 
            this.layoutControlItem5.Control = this.btnRunStopTimeLogger;
            this.layoutControlItem5.CustomizationFormText = "layoutControlItem5";
            this.layoutControlItem5.Location = new System.Drawing.Point(480, 0);
            this.layoutControlItem5.MaxSize = new System.Drawing.Size(33, 26);
            this.layoutControlItem5.MinSize = new System.Drawing.Size(33, 26);
            this.layoutControlItem5.Name = "layoutControlItem5";
            this.layoutControlItem5.Size = new System.Drawing.Size(33, 26);
            this.layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem5.Text = "layoutControlItem5";
            this.layoutControlItem5.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem5.TextToControlDistance = 0;
            this.layoutControlItem5.TextVisible = false;
            this.layoutControlItem5.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlItem6
            // 
            this.layoutControlItem6.Control = this.btnRefreshTimeLogger;
            this.layoutControlItem6.CustomizationFormText = "layoutControlItem6";
            this.layoutControlItem6.Location = new System.Drawing.Point(513, 0);
            this.layoutControlItem6.MaxSize = new System.Drawing.Size(30, 26);
            this.layoutControlItem6.MinSize = new System.Drawing.Size(30, 26);
            this.layoutControlItem6.Name = "layoutControlItem6";
            this.layoutControlItem6.Size = new System.Drawing.Size(30, 26);
            this.layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem6.Text = "layoutControlItem6";
            this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem6.TextToControlDistance = 0;
            this.layoutControlItem6.TextVisible = false;
            this.layoutControlItem6.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlItem7
            // 
            this.layoutControlItem7.Control = this.btnUsageTime;
            this.layoutControlItem7.CustomizationFormText = "layoutControlItem7";
            this.layoutControlItem7.Location = new System.Drawing.Point(543, 0);
            this.layoutControlItem7.MaxSize = new System.Drawing.Size(30, 26);
            this.layoutControlItem7.MinSize = new System.Drawing.Size(30, 26);
            this.layoutControlItem7.Name = "layoutControlItem7";
            this.layoutControlItem7.Size = new System.Drawing.Size(30, 26);
            this.layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem7.Text = "layoutControlItem7";
            this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem7.TextToControlDistance = 0;
            this.layoutControlItem7.TextVisible = false;
            this.layoutControlItem7.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // layoutControlItem8
            // 
            this.layoutControlItem8.Control = this.btnOpenFollowUpWindow;
            this.layoutControlItem8.CustomizationFormText = "layoutControlItem8";
            this.layoutControlItem8.Location = new System.Drawing.Point(936, 0);
            this.layoutControlItem8.MaxSize = new System.Drawing.Size(30, 26);
            this.layoutControlItem8.MinSize = new System.Drawing.Size(30, 26);
            this.layoutControlItem8.Name = "layoutControlItem8";
            this.layoutControlItem8.Size = new System.Drawing.Size(30, 26);
            this.layoutControlItem8.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem8.Text = "layoutControlItem8";
            this.layoutControlItem8.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem8.TextToControlDistance = 0;
            this.layoutControlItem8.TextVisible = false;
            // 
            // layoutControlItem10
            // 
            this.layoutControlItem10.Control = this.tbxTimeLogger;
            this.layoutControlItem10.CustomizationFormText = "layoutControlItem10";
            this.layoutControlItem10.Location = new System.Drawing.Point(573, 0);
            this.layoutControlItem10.MaxSize = new System.Drawing.Size(90, 26);
            this.layoutControlItem10.MinSize = new System.Drawing.Size(90, 26);
            this.layoutControlItem10.Name = "layoutControlItem10";
            this.layoutControlItem10.Size = new System.Drawing.Size(90, 26);
            this.layoutControlItem10.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem10.Text = "layoutControlItem10";
            this.layoutControlItem10.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem10.TextToControlDistance = 0;
            this.layoutControlItem10.TextVisible = false;
            this.layoutControlItem10.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
            // 
            // simpleSeparator2
            // 
            this.simpleSeparator2.AllowHotTrack = false;
            this.simpleSeparator2.CustomizationFormText = "simpleSeparator2";
            this.simpleSeparator2.Location = new System.Drawing.Point(663, 0);
            this.simpleSeparator2.Name = "simpleSeparator2";
            this.simpleSeparator2.Size = new System.Drawing.Size(2, 26);
            this.simpleSeparator2.Text = "simpleSeparator2";
            // 
            // layoutControlItem9
            // 
            this.layoutControlItem9.Control = this.pnlToggleBar;
            this.layoutControlItem9.CustomizationFormText = "layoutControlItem9";
            this.layoutControlItem9.Location = new System.Drawing.Point(665, 0);
            this.layoutControlItem9.MaxSize = new System.Drawing.Size(269, 26);
            this.layoutControlItem9.MinSize = new System.Drawing.Size(269, 26);
            this.layoutControlItem9.Name = "layoutControlItem9";
            this.layoutControlItem9.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItem9.Size = new System.Drawing.Size(269, 26);
            this.layoutControlItem9.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            this.layoutControlItem9.Text = "layoutControlItem9";
            this.layoutControlItem9.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem9.TextToControlDistance = 0;
            this.layoutControlItem9.TextVisible = false;
            // 
            // simpleSeparator3
            // 
            this.simpleSeparator3.AllowHotTrack = false;
            this.simpleSeparator3.CustomizationFormText = "simpleSeparator3";
            this.simpleSeparator3.Location = new System.Drawing.Point(934, 0);
            this.simpleSeparator3.Name = "simpleSeparator3";
            this.simpleSeparator3.Size = new System.Drawing.Size(2, 26);
            this.simpleSeparator3.Text = "simpleSeparator3";
            // 
            // layoutControlItem4
            // 
            this.layoutControlItem4.Control = this.pnlCallLogAndFollowUp;
            this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
            this.layoutControlItem4.Location = new System.Drawing.Point(966, 0);
            this.layoutControlItem4.Name = "layoutControlItem4";
            this.layoutControlItem4.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            this.layoutControlItem4.Size = new System.Drawing.Size(354, 26);
            this.layoutControlItem4.Text = "layoutControlItem4";
            this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
            this.layoutControlItem4.TextToControlDistance = 0;
            this.layoutControlItem4.TextVisible = false;
            // 
            // FrmSalesConsultant
            // 
            this.defaultToolTipController1.SetAllowHtmlText(this, DevExpress.Utils.DefaultBoolean.Default);
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1324, 584);
            this.Controls.Add(this.layoutControl1);
            this.Controls.Add(this.ribbonControl1);
            this.Icon = global::SalesConsultant.Properties.Resources.bv_logo;
            this.KeyPreview = true;
            this.Name = "FrmSalesConsultant";
            this.Ribbon = this.ribbonControl1;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "BrightSales";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmSalesConsultant_FormClosing);
            this.Load += new System.EventHandler(this.FrmSalesConsultant_Load);
            ((System.ComponentModel.ISupportInitialize)(this.tcSalesConsultant)).EndInit();
            this.tcSalesConsultant.ResumeLayout(false);
            this.tabCampaignList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.lcCompanyContact)).EndInit();
            this.lcCompanyContact.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCompanyContact)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
            this.tabCampaignBooking.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCampaignBooking)).EndInit();
            this.tabMyFollowUp.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlMyFollowups)).EndInit();
            this.tabReport.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlReports)).EndInit();
            this.tabCallLogs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCallLogs)).EndInit();
            this.tabViewMessageLogs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcViewMessageLogs)).EndInit();
            this.tabDashboard.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcDashboard)).EndInit();
            this.pcDashboard.ResumeLayout(false);
            this.tabHelpWebsite.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlHelpWebsite)).EndInit();
            this.tabMilltime.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pnlMilltime)).EndInit();
            this.tabSubCampaigns.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcSubCampaigns)).EndInit();
            this.tabGenerateCampaignList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.tabSubGCLImportAndViewList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcImportAndViewList)).EndInit();
            this.tabSubGCLCallListCreation.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCallListCreation)).EndInit();
            this.tabSubGCLFinalCallList.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcFinalCallList)).EndInit();
            this.tabManageQuestions.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcManageQuestions)).EndInit();
            this.tabManageDialogs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcManageDialogs)).EndInit();
            this.tabReportConfiguration.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcReportConfiguration)).EndInit();
            this.tabViewEventLogs.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcViewEventLogs)).EndInit();
            this.tabUserSettings.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcUserSettings)).EndInit();
            this.tcUserSettings.ResumeLayout(false);
            this.tabSubUSInternalUsers.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcInternalUsers)).EndInit();
            this.tabSubUSCustomerUsers.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCustomerUsers)).EndInit();
            this.tabSubUSSIPAccounts.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcSIPAccounts)).EndInit();
            this.tabSubUSCustomersAndCampaigns.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCustomersAndCampaigns)).EndInit();
            this.tabMasterDataTools.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tcSubMasterDataTools)).EndInit();
            this.tcSubMasterDataTools.ResumeLayout(false);
            this.tabSubMDTCompaniesAndContacts.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcCompaniesAndContacts)).EndInit();
            this.tabSubMDTMasterDataImport.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcMasterDataImport)).EndInit();
            this.tabSubMDTTitles.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcTitlesSettings)).EndInit();
            this.tabSubMDTLanguages.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pcLanguagesSettings)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlToggleBar)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pnlCallLogAndFollowUp)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
            this.layoutControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.tbxTimeLogger.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboCampaignList.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem8)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem10)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem9)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
            this.ResumeLayout(false);

        }
Exemple #41
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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ZCF.SplashScreen1), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
            this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
            this.bbtnExit = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.iHelp = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.siTenNguoiDung = new DevExpress.XtraBars.BarStaticItem();
            this.siCapQuanLy = new DevExpress.XtraBars.BarStaticItem();
            this.alignButtonGroup = new DevExpress.XtraBars.BarButtonGroup();
            this.iBoldFontStyle = new DevExpress.XtraBars.BarButtonItem();
            this.iItalicFontStyle = new DevExpress.XtraBars.BarButtonItem();
            this.iUnderlinedFontStyle = new DevExpress.XtraBars.BarButtonItem();
            this.fontStyleButtonGroup = new DevExpress.XtraBars.BarButtonGroup();
            this.iLeftTextAlign = new DevExpress.XtraBars.BarButtonItem();
            this.iCenterTextAlign = new DevExpress.XtraBars.BarButtonItem();
            this.iRightTextAlign = new DevExpress.XtraBars.BarButtonItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.bbtnThemDanhMuc = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnSuaDanhMuc = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnTaoMoi = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnChinhSua = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnHuyPhieuThu = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnLamMoi = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnXemToanBo = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnCapNhat = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnHuyBo = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnThanhToan = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnXuatPhieu = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnDangXuat = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.btnNguoiDung = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnLuongKhachTheoGio = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnLuongKhachTheoNgay = new DevExpress.XtraBars.BarButtonItem();
            this.bbtnThungRac = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.pageTrangChinh = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.skinsRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.exitRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.pageQuanLyPhieu = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rbQuanLyPhieu = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbGiaoTac = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbPageQuanTriHeThong = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rbQuanTriHeThong = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbThongKeTheoThang = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rbThongKeTheoQuy = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.helpRibbonPage = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.helpRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.navbarImageCollectionLarge = new DevExpress.Utils.ImageCollection(this.components);
            this.navbarImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.galleryImageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.formatRibbonPageGroup = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.panelEditHoaDon = new DevExpress.XtraEditors.PanelControl();
            this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
            this.gcChiTiet = new DevExpress.XtraGrid.GridControl();
            this.gvChiTiet = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.CT_colMaDM = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CT_colNhom = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CT_colTen = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CT_colDonGia = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CT_colSoLuong = new DevExpress.XtraGrid.Columns.GridColumn();
            this.editSoLuong = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
            this.CT_colThanhTien = new DevExpress.XtraGrid.Columns.GridColumn();
            this.CT_colDel = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnDel = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.repositoryItemZoomTrackBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemZoomTrackBar();
            this.editSoLuongChiTiet = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
            this.dockPhieuThu = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.panelHoaDon = new System.Windows.Forms.Panel();
            this.xtraTabPhieuThu = new DevExpress.XtraTab.XtraTabControl();
            this.xtraChuaThanhToan = new DevExpress.XtraTab.XtraTabPage();
            this.popupPhieuThu = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.btnXuatPhieu = new DevExpress.XtraEditors.SimpleButton();
            this.btnThanhToan = new DevExpress.XtraEditors.SimpleButton();
            this.btnHuyPhieuThu = new DevExpress.XtraEditors.SimpleButton();
            this.pbtnTimKiem = new DevExpress.XtraEditors.SimpleButton();
            this.btnChinhSuaPT = new DevExpress.XtraEditors.SimpleButton();
            this.popupThanhToan = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.dockThanhToan = new DevExpress.XtraEditors.GroupControl();
            this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
            this.calcTienNhan = new DevExpress.XtraEditors.CalcEdit();
            this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.pbtnThanTOan = new DevExpress.XtraEditors.SimpleButton();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.txtTienTra = new DevExpress.XtraEditors.TextEdit();
            this.txtTongTien = new DevExpress.XtraEditors.TextEdit();
            this.gcPhieuThu = new DevExpress.XtraGrid.GridControl();
            this.gvPhieuThu = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.PT_colMaSo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PT_colThoiGian = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PT_colNguoiDung = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PT_colTongTien = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PT_colTienNhan = new DevExpress.XtraGrid.Columns.GridColumn();
            this.PT_colKhuVuc = new DevExpress.XtraGrid.Columns.GridColumn();
            this.comboKhuVuc = new DevExpress.XtraEditors.Repository.RepositoryItemGridLookUpEdit();
            this.repositoryItemGridLookUpEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.PT_colSoNguoi = new DevExpress.XtraGrid.Columns.GridColumn();
            this.xtraToanBo = new DevExpress.XtraTab.XtraTabPage();
            this.tabTrangChinh = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.tabView = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.panelControl5 = new DevExpress.XtraEditors.PanelControl();
            this.panelControl6 = new DevExpress.XtraEditors.PanelControl();
            this.chartTheoThang = new DevExpress.XtraCharts.ChartControl();
            this.panelControl8 = new DevExpress.XtraEditors.PanelControl();
            this.pivotTheoThang = new DevExpress.XtraPivotGrid.PivotGridControl();
            this.TK_fieldThang = new DevExpress.XtraPivotGrid.PivotGridField();
            this.TK_fieldNgay = new DevExpress.XtraPivotGrid.PivotGridField();
            this.TK_fieldKhuVuc = new DevExpress.XtraPivotGrid.PivotGridField();
            this.TK_fieldSoNguoi = new DevExpress.XtraPivotGrid.PivotGridField();
            this.panelGCDanhMuc = new DevExpress.XtraEditors.PanelControl();
            this.gcDanhMuc = new DevExpress.XtraGrid.GridControl();
            this.gvDanhMuc = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.DM_colID = new DevExpress.XtraGrid.Columns.GridColumn();
            this.DM_colTen = new DevExpress.XtraGrid.Columns.GridColumn();
            this.DM_colDonGia = new DevExpress.XtraGrid.Columns.GridColumn();
            this.DM_colAdd = new DevExpress.XtraGrid.Columns.GridColumn();
            this.btnAdd = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridView4 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.danhMuc = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
            this.panelDanhMuc = new DevExpress.XtraEditors.PanelControl();
            this.popupQuanLyTaiKhoan = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.btnLuuLai = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.textMatKhau = new DevExpress.XtraEditors.TextEdit();
            this.textTaiKhoan = new DevExpress.XtraEditors.TextEdit();
            this.textHoTen = new DevExpress.XtraEditors.TextEdit();
            this.textMaND = new DevExpress.XtraEditors.TextEdit();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.galleryImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.panelContainer1.SuspendLayout();
            this.dockPanel2.SuspendLayout();
            this.dockPanel2_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelEditHoaDon)).BeginInit();
            this.panelEditHoaDon.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
            this.panelControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcChiTiet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvChiTiet)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.editSoLuong)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDel)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.editSoLuongChiTiet)).BeginInit();
            this.dockPhieuThu.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            this.panelHoaDon.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabPhieuThu)).BeginInit();
            this.xtraTabPhieuThu.SuspendLayout();
            this.xtraChuaThanhToan.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupPhieuThu)).BeginInit();
            this.popupPhieuThu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupThanhToan)).BeginInit();
            this.popupThanhToan.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dockThanhToan)).BeginInit();
            this.dockThanhToan.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
            this.panelControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.calcTienNhan.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTienTra.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTongTien.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcPhieuThu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPhieuThu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboKhuVuc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).BeginInit();
            this.tabView.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
            this.panelControl5.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).BeginInit();
            this.panelControl6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chartTheoThang)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).BeginInit();
            this.panelControl8.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pivotTheoThang)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelGCDanhMuc)).BeginInit();
            this.panelGCDanhMuc.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gcDanhMuc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvDanhMuc)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            this.danhMuc.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelDanhMuc)).BeginInit();
            this.panelDanhMuc.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupQuanLyTaiKhoan)).BeginInit();
            this.popupQuanLyTaiKhoan.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textMatKhau.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textTaiKhoan.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textHoTen.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.textMaND.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonControl
            // 
            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.bbtnExit,
            this.iHelp,
            this.iAbout,
            this.siTenNguoiDung,
            this.siCapQuanLy,
            this.alignButtonGroup,
            this.iBoldFontStyle,
            this.iItalicFontStyle,
            this.iUnderlinedFontStyle,
            this.fontStyleButtonGroup,
            this.iLeftTextAlign,
            this.iCenterTextAlign,
            this.iRightTextAlign,
            this.rgbiSkins,
            this.bbtnThemDanhMuc,
            this.bbtnSuaDanhMuc,
            this.barButtonItem1,
            this.barButtonItem2,
            this.bbtnTaoMoi,
            this.bbtnChinhSua,
            this.bbtnHuyPhieuThu,
            this.bbtnLamMoi,
            this.bbtnXemToanBo,
            this.bbtnCapNhat,
            this.bbtnHuyBo,
            this.bbtnThanhToan,
            this.bbtnXuatPhieu,
            this.barButtonItem4,
            this.barButtonItem5,
            this.barButtonItem6,
            this.bbtnDangXuat,
            this.barButtonItem8,
            this.btnNguoiDung,
            this.barButtonItem10,
            this.barButtonItem11,
            this.barButtonItem3,
            this.barButtonItem9,
            this.bbtnLuongKhachTheoGio,
            this.barButtonItem13,
            this.bbtnLuongKhachTheoNgay,
            this.bbtnThungRac,
            this.barButtonItem14,
            this.barButtonItem15,
            this.barButtonItem16});
            this.ribbonControl.LargeImages = this.ribbonImageCollectionLarge;
            this.ribbonControl.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl.MaxItemId = 34;
            this.ribbonControl.Name = "ribbonControl";
            this.ribbonControl.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.pageTrangChinh,
            this.pageQuanLyPhieu,
            this.rbPageQuanTriHeThong,
            this.helpRibbonPage});
            this.ribbonControl.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbonControl.Size = new System.Drawing.Size(1100, 144);
            this.ribbonControl.StatusBar = this.ribbonStatusBar;
            this.ribbonControl.Toolbar.ItemLinks.Add(this.iHelp);
            this.ribbonControl.Click += new System.EventHandler(this.ribbonControl_Click);
            // 
            // appMenu
            // 
            this.appMenu.ItemLinks.Add(this.bbtnExit);
            this.appMenu.Name = "appMenu";
            this.appMenu.Ribbon = this.ribbonControl;
            this.appMenu.ShowRightPane = true;
            // 
            // bbtnExit
            // 
            this.bbtnExit.Caption = "Exit";
            this.bbtnExit.Description = "Closes this program after prompting you to save unsaved data.";
            this.bbtnExit.Hint = "Closes this program after prompting you to save unsaved data";
            this.bbtnExit.Id = 20;
            this.bbtnExit.ImageIndex = 6;
            this.bbtnExit.LargeImageIndex = 6;
            this.bbtnExit.Name = "bbtnExit";
            // 
            // ribbonImageCollection
            // 
            this.ribbonImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("ribbonImageCollection.ImageStream")));
            this.ribbonImageCollection.Images.SetKeyName(0, "Ribbon_New_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(1, "Ribbon_Open_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(2, "Ribbon_Close_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(3, "Ribbon_Find_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(4, "Ribbon_Save_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(5, "Ribbon_SaveAs_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(6, "Ribbon_Exit_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(7, "Ribbon_Content_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(8, "Ribbon_Info_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(9, "Ribbon_Bold_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(10, "Ribbon_Italic_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(11, "Ribbon_Underline_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(12, "Ribbon_AlignLeft_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(13, "Ribbon_AlignCenter_16x16.png");
            this.ribbonImageCollection.Images.SetKeyName(14, "Ribbon_AlignRight_16x16.png");
            // 
            // iHelp
            // 
            this.iHelp.Caption = "Help";
            this.iHelp.Description = "Start the program help system.";
            this.iHelp.Hint = "Start the program help system";
            this.iHelp.Id = 22;
            this.iHelp.ImageIndex = 7;
            this.iHelp.LargeImageIndex = 7;
            this.iHelp.Name = "iHelp";
            // 
            // iAbout
            // 
            this.iAbout.Caption = "About";
            this.iAbout.Description = "Displays general program information.";
            this.iAbout.Hint = "Displays general program information";
            this.iAbout.Id = 24;
            this.iAbout.ImageIndex = 8;
            this.iAbout.LargeImageIndex = 8;
            this.iAbout.Name = "iAbout";
            // 
            // siTenNguoiDung
            // 
            this.siTenNguoiDung.Caption = "Tên Người Dùng";
            this.siTenNguoiDung.Id = 31;
            this.siTenNguoiDung.Name = "siTenNguoiDung";
            this.siTenNguoiDung.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // siCapQuanLy
            // 
            this.siCapQuanLy.Caption = "Cấp Quản Lý";
            this.siCapQuanLy.Id = 32;
            this.siCapQuanLy.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.siCapQuanLy.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Red;
            this.siCapQuanLy.ItemAppearance.Normal.Options.UseFont = true;
            this.siCapQuanLy.ItemAppearance.Normal.Options.UseForeColor = true;
            this.siCapQuanLy.Name = "siCapQuanLy";
            this.siCapQuanLy.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
            this.siCapQuanLy.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // alignButtonGroup
            // 
            this.alignButtonGroup.Caption = "Align Commands";
            this.alignButtonGroup.Id = 52;
            this.alignButtonGroup.ItemLinks.Add(this.iBoldFontStyle);
            this.alignButtonGroup.ItemLinks.Add(this.iItalicFontStyle);
            this.alignButtonGroup.ItemLinks.Add(this.iUnderlinedFontStyle);
            this.alignButtonGroup.Name = "alignButtonGroup";
            // 
            // iBoldFontStyle
            // 
            this.iBoldFontStyle.Caption = "Bold";
            this.iBoldFontStyle.Id = 53;
            this.iBoldFontStyle.ImageIndex = 9;
            this.iBoldFontStyle.Name = "iBoldFontStyle";
            // 
            // iItalicFontStyle
            // 
            this.iItalicFontStyle.Caption = "Italic";
            this.iItalicFontStyle.Glyph = ((System.Drawing.Image)(resources.GetObject("iItalicFontStyle.Glyph")));
            this.iItalicFontStyle.Id = 54;
            this.iItalicFontStyle.ImageIndex = 10;
            this.iItalicFontStyle.Name = "iItalicFontStyle";
            // 
            // iUnderlinedFontStyle
            // 
            this.iUnderlinedFontStyle.Caption = "Underlined";
            this.iUnderlinedFontStyle.Id = 55;
            this.iUnderlinedFontStyle.ImageIndex = 11;
            this.iUnderlinedFontStyle.Name = "iUnderlinedFontStyle";
            // 
            // fontStyleButtonGroup
            // 
            this.fontStyleButtonGroup.Caption = "Font Style";
            this.fontStyleButtonGroup.Id = 56;
            this.fontStyleButtonGroup.ItemLinks.Add(this.iLeftTextAlign);
            this.fontStyleButtonGroup.ItemLinks.Add(this.iCenterTextAlign);
            this.fontStyleButtonGroup.ItemLinks.Add(this.iRightTextAlign);
            this.fontStyleButtonGroup.Name = "fontStyleButtonGroup";
            // 
            // iLeftTextAlign
            // 
            this.iLeftTextAlign.Caption = "Left";
            this.iLeftTextAlign.Id = 57;
            this.iLeftTextAlign.ImageIndex = 12;
            this.iLeftTextAlign.Name = "iLeftTextAlign";
            // 
            // iCenterTextAlign
            // 
            this.iCenterTextAlign.Caption = "Center";
            this.iCenterTextAlign.Id = 58;
            this.iCenterTextAlign.ImageIndex = 13;
            this.iCenterTextAlign.Name = "iCenterTextAlign";
            // 
            // iRightTextAlign
            // 
            this.iRightTextAlign.Caption = "Right";
            this.iRightTextAlign.Id = 59;
            this.iRightTextAlign.ImageIndex = 14;
            this.iRightTextAlign.Name = "iRightTextAlign";
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // 
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 60;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // bbtnThemDanhMuc
            // 
            this.bbtnThemDanhMuc.Caption = "Thêm Danh Mục Mới";
            this.bbtnThemDanhMuc.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnThemDanhMuc.Glyph")));
            this.bbtnThemDanhMuc.Id = 62;
            this.bbtnThemDanhMuc.Name = "bbtnThemDanhMuc";
            // 
            // bbtnSuaDanhMuc
            // 
            this.bbtnSuaDanhMuc.Caption = "Sửa Danh Mục";
            this.bbtnSuaDanhMuc.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnSuaDanhMuc.Glyph")));
            this.bbtnSuaDanhMuc.Id = 63;
            this.bbtnSuaDanhMuc.Name = "bbtnSuaDanhMuc";
            this.bbtnSuaDanhMuc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnSuaDanhMuc_ItemClick);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "Xóa Danh Mục";
            this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
            this.barButtonItem1.Id = 64;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // bbtnTaoMoi
            // 
            this.bbtnTaoMoi.Caption = "Tạo Mới";
            this.bbtnTaoMoi.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnTaoMoi.Glyph")));
            this.bbtnTaoMoi.Id = 3;
            this.bbtnTaoMoi.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnTaoMoi.LargeGlyph")));
            this.bbtnTaoMoi.Name = "bbtnTaoMoi";
            this.bbtnTaoMoi.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnTaoMoi_ItemClick);
            // 
            // bbtnChinhSua
            // 
            this.bbtnChinhSua.Caption = "Chỉnh Sửa      ";
            this.bbtnChinhSua.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnChinhSua.Glyph")));
            this.bbtnChinhSua.Id = 4;
            this.bbtnChinhSua.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnChinhSua.LargeGlyph")));
            this.bbtnChinhSua.Name = "bbtnChinhSua";
            this.bbtnChinhSua.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnChinhSua_ItemClick);
            // 
            // bbtnHuyPhieuThu
            // 
            this.bbtnHuyPhieuThu.Caption = "Hủy Phiếu Thu";
            this.bbtnHuyPhieuThu.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnHuyPhieuThu.Glyph")));
            this.bbtnHuyPhieuThu.Id = 5;
            this.bbtnHuyPhieuThu.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnHuyPhieuThu.LargeGlyph")));
            this.bbtnHuyPhieuThu.Name = "bbtnHuyPhieuThu";
            this.bbtnHuyPhieuThu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnHuyPhieuThu_ItemClick);
            // 
            // bbtnLamMoi
            // 
            this.bbtnLamMoi.Caption = "Làm Mới";
            this.bbtnLamMoi.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnLamMoi.Glyph")));
            this.bbtnLamMoi.Id = 6;
            this.bbtnLamMoi.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnLamMoi.LargeGlyph")));
            this.bbtnLamMoi.Name = "bbtnLamMoi";
            // 
            // bbtnXemToanBo
            // 
            this.bbtnXemToanBo.Caption = "Xem Toàn Bộ";
            this.bbtnXemToanBo.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnXemToanBo.Glyph")));
            this.bbtnXemToanBo.Id = 7;
            this.bbtnXemToanBo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnXemToanBo.LargeGlyph")));
            this.bbtnXemToanBo.Name = "bbtnXemToanBo";
            // 
            // bbtnCapNhat
            // 
            this.bbtnCapNhat.Caption = "Cập Nhật";
            this.bbtnCapNhat.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnCapNhat.Glyph")));
            this.bbtnCapNhat.Id = 8;
            this.bbtnCapNhat.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnCapNhat.LargeGlyph")));
            this.bbtnCapNhat.Name = "bbtnCapNhat";
            this.bbtnCapNhat.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnCapNhat_ItemClick);
            // 
            // bbtnHuyBo
            // 
            this.bbtnHuyBo.Caption = "Hủy Bỏ";
            this.bbtnHuyBo.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnHuyBo.Glyph")));
            this.bbtnHuyBo.Id = 9;
            this.bbtnHuyBo.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnHuyBo.LargeGlyph")));
            this.bbtnHuyBo.Name = "bbtnHuyBo";
            this.bbtnHuyBo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnHuyBo_ItemClick);
            // 
            // bbtnThanhToan
            // 
            this.bbtnThanhToan.Caption = "Thanh Toán";
            this.bbtnThanhToan.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnThanhToan.Glyph")));
            this.bbtnThanhToan.Id = 10;
            this.bbtnThanhToan.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnThanhToan.LargeGlyph")));
            this.bbtnThanhToan.Name = "bbtnThanhToan";
            this.bbtnThanhToan.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnThanhToan_ItemClick);
            // 
            // bbtnXuatPhieu
            // 
            this.bbtnXuatPhieu.Caption = "Xuất Phiếu";
            this.bbtnXuatPhieu.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnXuatPhieu.Glyph")));
            this.bbtnXuatPhieu.Id = 11;
            this.bbtnXuatPhieu.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnXuatPhieu.LargeGlyph")));
            this.bbtnXuatPhieu.Name = "bbtnXuatPhieu";
            this.bbtnXuatPhieu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnXuatPhieu_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "Quản Lý Danh Mục";
            this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
            this.barButtonItem4.Id = 12;
            this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "Quản Lý Khu Vực";
            this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
            this.barButtonItem5.Id = 13;
            this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "Quản Lý Người Dùng";
            this.barButtonItem6.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
            this.barButtonItem6.Id = 14;
            this.barButtonItem6.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.LargeGlyph")));
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // bbtnDangXuat
            // 
            this.bbtnDangXuat.Caption = "Đăng Xuất";
            this.bbtnDangXuat.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnDangXuat.Glyph")));
            this.bbtnDangXuat.Id = 15;
            this.bbtnDangXuat.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnDangXuat.LargeGlyph")));
            this.bbtnDangXuat.Name = "bbtnDangXuat";
            this.bbtnDangXuat.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnDangXuat_ItemClick);
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "Quản Lý Phiếu Thu";
            this.barButtonItem8.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.Glyph")));
            this.barButtonItem8.Id = 16;
            this.barButtonItem8.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem8.LargeGlyph")));
            this.barButtonItem8.Name = "barButtonItem8";
            this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
            // 
            // btnNguoiDung
            // 
            this.btnNguoiDung.Caption = "Tên Người Dùng";
            this.btnNguoiDung.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.btnNguoiDung.Id = 17;
            this.btnNguoiDung.ItemAppearance.Hovered.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnNguoiDung.ItemAppearance.Hovered.ForeColor = System.Drawing.Color.Blue;
            this.btnNguoiDung.ItemAppearance.Hovered.Options.UseFont = true;
            this.btnNguoiDung.ItemAppearance.Hovered.Options.UseForeColor = true;
            this.btnNguoiDung.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnNguoiDung.ItemAppearance.Normal.ForeColor = System.Drawing.Color.Black;
            this.btnNguoiDung.ItemAppearance.Normal.Options.UseFont = true;
            this.btnNguoiDung.ItemAppearance.Normal.Options.UseForeColor = true;
            this.btnNguoiDung.ItemAppearance.Pressed.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.btnNguoiDung.ItemAppearance.Pressed.ForeColor = System.Drawing.Color.Navy;
            this.btnNguoiDung.ItemAppearance.Pressed.Options.UseFont = true;
            this.btnNguoiDung.ItemAppearance.Pressed.Options.UseForeColor = true;
            this.btnNguoiDung.Name = "btnNguoiDung";
            this.btnNguoiDung.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNguoiDung_ItemClick);
            // 
            // barButtonItem10
            // 
            this.barButtonItem10.Caption = "barButtonItem10";
            this.barButtonItem10.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
            this.barButtonItem10.Id = 18;
            this.barButtonItem10.Name = "barButtonItem10";
            // 
            // barButtonItem11
            // 
            this.barButtonItem11.Caption = "Thống Kê Theo Danh Mục";
            this.barButtonItem11.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.Glyph")));
            this.barButtonItem11.Id = 21;
            this.barButtonItem11.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem11.LargeGlyph")));
            this.barButtonItem11.Name = "barButtonItem11";
            this.barButtonItem11.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Doanh Thu Theo Giờ";
            this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
            this.barButtonItem3.Id = 23;
            this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            // 
            // barButtonItem9
            // 
            this.barButtonItem9.Caption = "Doanh Thu Theo Khu Vực";
            this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
            this.barButtonItem9.Id = 24;
            this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph")));
            this.barButtonItem9.Name = "barButtonItem9";
            this.barButtonItem9.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            // 
            // bbtnLuongKhachTheoGio
            // 
            this.bbtnLuongKhachTheoGio.Caption = "Lượng Khách Theo Giờ";
            this.bbtnLuongKhachTheoGio.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnLuongKhachTheoGio.Glyph")));
            this.bbtnLuongKhachTheoGio.Id = 25;
            this.bbtnLuongKhachTheoGio.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnLuongKhachTheoGio.LargeGlyph")));
            this.bbtnLuongKhachTheoGio.Name = "bbtnLuongKhachTheoGio";
            this.bbtnLuongKhachTheoGio.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.bbtnLuongKhachTheoGio.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnLuongKhachTheoGio_ItemClick);
            // 
            // barButtonItem13
            // 
            this.barButtonItem13.Caption = "Doanh Thu Theo Ngày";
            this.barButtonItem13.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.Glyph")));
            this.barButtonItem13.Id = 26;
            this.barButtonItem13.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.LargeGlyph")));
            this.barButtonItem13.Name = "barButtonItem13";
            this.barButtonItem13.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
            // 
            // bbtnLuongKhachTheoNgay
            // 
            this.bbtnLuongKhachTheoNgay.Caption = "Lượng Khách Theo Ngày";
            this.bbtnLuongKhachTheoNgay.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnLuongKhachTheoNgay.Glyph")));
            this.bbtnLuongKhachTheoNgay.Id = 27;
            this.bbtnLuongKhachTheoNgay.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnLuongKhachTheoNgay.LargeGlyph")));
            this.bbtnLuongKhachTheoNgay.Name = "bbtnLuongKhachTheoNgay";
            this.bbtnLuongKhachTheoNgay.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.bbtnLuongKhachTheoNgay.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnLuongKhachTheoKhuVuc_ItemClick);
            // 
            // bbtnThungRac
            // 
            this.bbtnThungRac.Caption = "Quản Lý Thùng Rác";
            this.bbtnThungRac.Glyph = ((System.Drawing.Image)(resources.GetObject("bbtnThungRac.Glyph")));
            this.bbtnThungRac.Id = 28;
            this.bbtnThungRac.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("bbtnThungRac.LargeGlyph")));
            this.bbtnThungRac.Name = "bbtnThungRac";
            this.bbtnThungRac.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bbtnThungRac_ItemClick);
            // 
            // barButtonItem14
            // 
            this.barButtonItem14.Caption = "Doanh Thu Tháng";
            this.barButtonItem14.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.Glyph")));
            this.barButtonItem14.Id = 29;
            this.barButtonItem14.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.LargeGlyph")));
            this.barButtonItem14.Name = "barButtonItem14";
            this.barButtonItem14.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
            // 
            // barButtonItem15
            // 
            this.barButtonItem15.Caption = "Doanh Thu Quý";
            this.barButtonItem15.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem15.Glyph")));
            this.barButtonItem15.Id = 32;
            this.barButtonItem15.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem15.LargeGlyph")));
            this.barButtonItem15.Name = "barButtonItem15";
            this.barButtonItem15.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            // 
            // barButtonItem16
            // 
            this.barButtonItem16.Caption = "In Danh Mục";
            this.barButtonItem16.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.Glyph")));
            this.barButtonItem16.Id = 33;
            this.barButtonItem16.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.LargeGlyph")));
            this.barButtonItem16.Name = "barButtonItem16";
            this.barButtonItem16.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText;
            this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
            // 
            // 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_New_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(1, "Ribbon_Open_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(2, "Ribbon_Close_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(3, "Ribbon_Find_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(4, "Ribbon_Save_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(5, "Ribbon_SaveAs_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(6, "Ribbon_Exit_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(7, "Ribbon_Content_32x32.png");
            this.ribbonImageCollectionLarge.Images.SetKeyName(8, "Ribbon_Info_32x32.png");
            // 
            // pageTrangChinh
            // 
            this.pageTrangChinh.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup2,
            this.skinsRibbonPageGroup,
            this.exitRibbonPageGroup});
            this.pageTrangChinh.Name = "pageTrangChinh";
            this.pageTrangChinh.Text = "Trang Chính";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.AllowTextClipping = false;
            this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem8);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "Chức Năng";
            // 
            // skinsRibbonPageGroup
            // 
            this.skinsRibbonPageGroup.ItemLinks.Add(this.rgbiSkins);
            this.skinsRibbonPageGroup.Name = "skinsRibbonPageGroup";
            this.skinsRibbonPageGroup.ShowCaptionButton = false;
            this.skinsRibbonPageGroup.Text = "Skins";
            // 
            // exitRibbonPageGroup
            // 
            this.exitRibbonPageGroup.ItemLinks.Add(this.bbtnDangXuat);
            this.exitRibbonPageGroup.ItemLinks.Add(this.bbtnExit);
            this.exitRibbonPageGroup.Name = "exitRibbonPageGroup";
            this.exitRibbonPageGroup.Text = "Exit";
            // 
            // pageQuanLyPhieu
            // 
            this.pageQuanLyPhieu.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rbQuanLyPhieu,
            this.rbGiaoTac});
            this.pageQuanLyPhieu.Name = "pageQuanLyPhieu";
            this.pageQuanLyPhieu.Text = "Quản Lý Phiếu Thu";
            // 
            // rbQuanLyPhieu
            // 
            this.rbQuanLyPhieu.AllowTextClipping = false;
            this.rbQuanLyPhieu.ItemLinks.Add(this.bbtnTaoMoi);
            this.rbQuanLyPhieu.ItemLinks.Add(this.bbtnChinhSua);
            this.rbQuanLyPhieu.ItemLinks.Add(this.bbtnHuyPhieuThu);
            this.rbQuanLyPhieu.ItemLinks.Add(this.bbtnThanhToan);
            this.rbQuanLyPhieu.ItemLinks.Add(this.bbtnXuatPhieu);
            this.rbQuanLyPhieu.Name = "rbQuanLyPhieu";
            this.rbQuanLyPhieu.ShowCaptionButton = false;
            this.rbQuanLyPhieu.Text = "Quản Lý Phiếu Thu";
            // 
            // rbGiaoTac
            // 
            this.rbGiaoTac.AllowTextClipping = false;
            this.rbGiaoTac.ItemLinks.Add(this.bbtnCapNhat);
            this.rbGiaoTac.ItemLinks.Add(this.bbtnHuyBo);
            this.rbGiaoTac.Name = "rbGiaoTac";
            this.rbGiaoTac.ShowCaptionButton = false;
            this.rbGiaoTac.Text = "Giao Tác Thực Hiện";
            // 
            // rbPageQuanTriHeThong
            // 
            this.rbPageQuanTriHeThong.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rbQuanTriHeThong,
            this.rbThongKeTheoThang,
            this.rbThongKeTheoQuy});
            this.rbPageQuanTriHeThong.Name = "rbPageQuanTriHeThong";
            this.rbPageQuanTriHeThong.Text = "Quản Trị Hệ Thống";
            // 
            // rbQuanTriHeThong
            // 
            this.rbQuanTriHeThong.AllowTextClipping = false;
            this.rbQuanTriHeThong.ItemLinks.Add(this.barButtonItem8);
            this.rbQuanTriHeThong.ItemLinks.Add(this.barButtonItem4);
            this.rbQuanTriHeThong.ItemLinks.Add(this.barButtonItem5);
            this.rbQuanTriHeThong.ItemLinks.Add(this.barButtonItem6);
            this.rbQuanTriHeThong.ItemLinks.Add(this.bbtnThungRac);
            this.rbQuanTriHeThong.Name = "rbQuanTriHeThong";
            this.rbQuanTriHeThong.ShowCaptionButton = false;
            this.rbQuanTriHeThong.Text = "Quản Trị Hệ Thống";
            // 
            // rbThongKeTheoThang
            // 
            this.rbThongKeTheoThang.AllowTextClipping = false;
            this.rbThongKeTheoThang.ItemLinks.Add(this.bbtnLuongKhachTheoGio);
            this.rbThongKeTheoThang.ItemLinks.Add(this.barButtonItem13);
            this.rbThongKeTheoThang.ItemLinks.Add(this.bbtnLuongKhachTheoNgay);
            this.rbThongKeTheoThang.Name = "rbThongKeTheoThang";
            this.rbThongKeTheoThang.ShowCaptionButton = false;
            this.rbThongKeTheoThang.Text = "Thống Kê Theo Khu Vực";
            // 
            // rbThongKeTheoQuy
            // 
            this.rbThongKeTheoQuy.AllowTextClipping = false;
            this.rbThongKeTheoQuy.ItemLinks.Add(this.barButtonItem14);
            this.rbThongKeTheoQuy.ItemLinks.Add(this.barButtonItem15);
            this.rbThongKeTheoQuy.ItemLinks.Add(this.barButtonItem16);
            this.rbThongKeTheoQuy.Name = "rbThongKeTheoQuy";
            this.rbThongKeTheoQuy.ShowCaptionButton = false;
            this.rbThongKeTheoQuy.Text = "Xuất Phiếu Doanh Thu";
            // 
            // helpRibbonPage
            // 
            this.helpRibbonPage.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.helpRibbonPageGroup});
            this.helpRibbonPage.Name = "helpRibbonPage";
            this.helpRibbonPage.Text = "Trợ Giúp";
            // 
            // helpRibbonPageGroup
            // 
            this.helpRibbonPageGroup.ItemLinks.Add(this.iHelp);
            this.helpRibbonPageGroup.ItemLinks.Add(this.iAbout);
            this.helpRibbonPageGroup.Name = "helpRibbonPageGroup";
            this.helpRibbonPageGroup.Text = "Help";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.siCapQuanLy);
            this.ribbonStatusBar.ItemLinks.Add(this.btnNguoiDung);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 669);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonControl;
            this.ribbonStatusBar.Size = new System.Drawing.Size(1100, 31);
            // 
            // navbarImageCollectionLarge
            // 
            this.navbarImageCollectionLarge.ImageSize = new System.Drawing.Size(32, 32);
            this.navbarImageCollectionLarge.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("navbarImageCollectionLarge.ImageStream")));
            this.navbarImageCollectionLarge.TransparentColor = System.Drawing.Color.Transparent;
            this.navbarImageCollectionLarge.Images.SetKeyName(0, "Mail_32x32.png");
            this.navbarImageCollectionLarge.Images.SetKeyName(1, "Organizer_32x32.png");
            // 
            // navbarImageCollection
            // 
            this.navbarImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("navbarImageCollection.ImageStream")));
            this.navbarImageCollection.TransparentColor = System.Drawing.Color.Transparent;
            this.navbarImageCollection.Images.SetKeyName(0, "Inbox_16x16.png");
            this.navbarImageCollection.Images.SetKeyName(1, "Outbox_16x16.png");
            this.navbarImageCollection.Images.SetKeyName(2, "Drafts_16x16.png");
            this.navbarImageCollection.Images.SetKeyName(3, "Trash_16x16.png");
            this.navbarImageCollection.Images.SetKeyName(4, "Calendar_16x16.png");
            this.navbarImageCollection.Images.SetKeyName(5, "Tasks_16x16.png");
            // 
            // galleryImageCollection
            // 
            this.galleryImageCollection.ImageSize = new System.Drawing.Size(120, 120);
            this.galleryImageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("galleryImageCollection.ImageStream")));
            this.galleryImageCollection.Images.SetKeyName(0, "DSC_01.jpg");
            this.galleryImageCollection.Images.SetKeyName(1, "DSC_02.jpg");
            this.galleryImageCollection.Images.SetKeyName(2, "DSC_03.jpg");
            this.galleryImageCollection.Images.SetKeyName(3, "DSC_04.jpg");
            this.galleryImageCollection.Images.SetKeyName(4, "IMG_05.jpg");
            this.galleryImageCollection.Images.SetKeyName(5, "IMG_06.jpg");
            this.galleryImageCollection.Images.SetKeyName(6, "IMG_07.jpg");
            this.galleryImageCollection.Images.SetKeyName(7, "IMG_08.jpg");
            this.galleryImageCollection.Images.SetKeyName(8, "IMG_09.jpg");
            this.galleryImageCollection.Images.SetKeyName(9, "IMG_10.jpg");
            this.galleryImageCollection.Images.SetKeyName(10, "IMG_11.jpg");
            this.galleryImageCollection.Images.SetKeyName(11, "IMG_12.jpg");
            this.galleryImageCollection.Images.SetKeyName(12, "IMG_13.jpg");
            this.galleryImageCollection.Images.SetKeyName(13, "IMG_14.jpg");
            // 
            // formatRibbonPageGroup
            // 
            this.formatRibbonPageGroup.ItemLinks.Add(this.alignButtonGroup);
            this.formatRibbonPageGroup.ItemLinks.Add(this.fontStyleButtonGroup);
            this.formatRibbonPageGroup.Name = "formatRibbonPageGroup";
            this.formatRibbonPageGroup.Text = "Format";
            // 
            // dockManager1
            // 
            this.dockManager1.AutoHiddenPanelCaptionShowMode = DevExpress.XtraBars.Docking.AutoHiddenPanelCaptionShowMode.ShowForActivePanel;
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.panelContainer1});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "System.Windows.Forms.MenuStrip",
            "System.Windows.Forms.StatusStrip",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            // 
            // panelContainer1
            // 
            this.panelContainer1.Controls.Add(this.dockPanel2);
            this.panelContainer1.Controls.Add(this.dockPhieuThu);
            this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
            this.panelContainer1.ID = new System.Guid("a1e44f22-1b45-4fcd-bb0b-6c1dd80e5fb6");
            this.panelContainer1.Location = new System.Drawing.Point(486, 144);
            this.panelContainer1.Name = "panelContainer1";
            this.panelContainer1.OriginalSize = new System.Drawing.Size(614, 200);
            this.panelContainer1.Size = new System.Drawing.Size(614, 525);
            this.panelContainer1.Text = "panelContainer1";
            // 
            // dockPanel2
            // 
            this.dockPanel2.Controls.Add(this.dockPanel2_Container);
            this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            this.dockPanel2.FloatVertical = true;
            this.dockPanel2.ID = new System.Guid("88b48130-8a35-4952-a931-b7e7e86e8de3");
            this.dockPanel2.Location = new System.Drawing.Point(0, 0);
            this.dockPanel2.Name = "dockPanel2";
            this.dockPanel2.Options.AllowFloating = false;
            this.dockPanel2.Options.FloatOnDblClick = false;
            this.dockPanel2.Options.ShowAutoHideButton = false;
            this.dockPanel2.Options.ShowCloseButton = false;
            this.dockPanel2.Options.ShowMaximizeButton = false;
            this.dockPanel2.OriginalSize = new System.Drawing.Size(614, 188);
            this.dockPanel2.Size = new System.Drawing.Size(614, 195);
            this.dockPanel2.Text = "Chi Tiết Phiếu Thu";
            // 
            // dockPanel2_Container
            // 
            this.dockPanel2_Container.Controls.Add(this.panelEditHoaDon);
            this.dockPanel2_Container.Location = new System.Drawing.Point(4, 23);
            this.dockPanel2_Container.Name = "dockPanel2_Container";
            this.dockPanel2_Container.Size = new System.Drawing.Size(606, 168);
            this.dockPanel2_Container.TabIndex = 0;
            // 
            // panelEditHoaDon
            // 
            this.panelEditHoaDon.Appearance.BackColor = System.Drawing.Color.White;
            this.panelEditHoaDon.Appearance.Options.UseBackColor = true;
            this.panelEditHoaDon.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelEditHoaDon.Controls.Add(this.panelControl2);
            this.panelEditHoaDon.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEditHoaDon.Location = new System.Drawing.Point(0, 0);
            this.panelEditHoaDon.Name = "panelEditHoaDon";
            this.panelEditHoaDon.Size = new System.Drawing.Size(606, 168);
            this.panelEditHoaDon.TabIndex = 1;
            // 
            // panelControl2
            // 
            this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl2.Controls.Add(this.gcChiTiet);
            this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl2.Location = new System.Drawing.Point(0, 0);
            this.panelControl2.Name = "panelControl2";
            this.panelControl2.Size = new System.Drawing.Size(606, 168);
            this.panelControl2.TabIndex = 3;
            // 
            // gcChiTiet
            // 
            this.gcChiTiet.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcChiTiet.Location = new System.Drawing.Point(0, 0);
            this.gcChiTiet.MainView = this.gvChiTiet;
            this.gcChiTiet.MenuManager = this.ribbonControl;
            this.gcChiTiet.Name = "gcChiTiet";
            this.gcChiTiet.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.btnDel,
            this.repositoryItemZoomTrackBar1,
            this.editSoLuong,
            this.editSoLuongChiTiet});
            this.gcChiTiet.Size = new System.Drawing.Size(606, 168);
            this.gcChiTiet.TabIndex = 1;
            this.gcChiTiet.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvChiTiet});
            // 
            // gvChiTiet
            // 
            this.gvChiTiet.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gvChiTiet.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.CT_colMaDM,
            this.CT_colNhom,
            this.CT_colTen,
            this.CT_colDonGia,
            this.CT_colSoLuong,
            this.CT_colThanhTien,
            this.CT_colDel});
            this.gvChiTiet.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
            this.gvChiTiet.GridControl = this.gcChiTiet;
            this.gvChiTiet.Name = "gvChiTiet";
            this.gvChiTiet.OptionsEditForm.ShowOnDoubleClick = DevExpress.Utils.DefaultBoolean.True;
            this.gvChiTiet.OptionsView.AnimationType = DevExpress.XtraGrid.Views.Base.GridAnimationType.AnimateAllContent;
            this.gvChiTiet.OptionsView.EnableAppearanceEvenRow = true;
            this.gvChiTiet.OptionsView.GroupFooterShowMode = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
            this.gvChiTiet.OptionsView.ShowFooter = true;
            this.gvChiTiet.OptionsView.ShowGroupPanel = false;
            this.gvChiTiet.OptionsView.WaitAnimationOptions = DevExpress.XtraEditors.WaitAnimationOptions.Panel;
            this.gvChiTiet.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gvChiTiet_CellValueChanging);
            // 
            // CT_colMaDM
            // 
            this.CT_colMaDM.Caption = "Danh Mục";
            this.CT_colMaDM.DisplayFormat.FormatString = "DM{0:0000}";
            this.CT_colMaDM.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.CT_colMaDM.FieldName = "DanhMucID";
            this.CT_colMaDM.Name = "CT_colMaDM";
            this.CT_colMaDM.OptionsColumn.AllowEdit = false;
            this.CT_colMaDM.Visible = true;
            this.CT_colMaDM.VisibleIndex = 0;
            this.CT_colMaDM.Width = 58;
            // 
            // CT_colNhom
            // 
            this.CT_colNhom.Caption = "Nhóm";
            this.CT_colNhom.FieldName = "Nhom";
            this.CT_colNhom.Name = "CT_colNhom";
            this.CT_colNhom.OptionsColumn.AllowEdit = false;
            this.CT_colNhom.Visible = true;
            this.CT_colNhom.VisibleIndex = 1;
            this.CT_colNhom.Width = 95;
            // 
            // CT_colTen
            // 
            this.CT_colTen.Caption = "Tên Danh Mục";
            this.CT_colTen.FieldName = "Ten";
            this.CT_colTen.Name = "CT_colTen";
            this.CT_colTen.OptionsColumn.AllowEdit = false;
            this.CT_colTen.Visible = true;
            this.CT_colTen.VisibleIndex = 2;
            this.CT_colTen.Width = 129;
            // 
            // CT_colDonGia
            // 
            this.CT_colDonGia.Caption = "Đơn Giá";
            this.CT_colDonGia.DisplayFormat.FormatString = "{0:N0} VNĐ";
            this.CT_colDonGia.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.CT_colDonGia.FieldName = "DonGia";
            this.CT_colDonGia.Name = "CT_colDonGia";
            this.CT_colDonGia.OptionsColumn.AllowEdit = false;
            this.CT_colDonGia.Visible = true;
            this.CT_colDonGia.VisibleIndex = 4;
            this.CT_colDonGia.Width = 90;
            // 
            // CT_colSoLuong
            // 
            this.CT_colSoLuong.Caption = "SL";
            this.CT_colSoLuong.ColumnEdit = this.editSoLuong;
            this.CT_colSoLuong.FieldName = "SoLuong";
            this.CT_colSoLuong.Name = "CT_colSoLuong";
            this.CT_colSoLuong.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum)});
            this.CT_colSoLuong.Visible = true;
            this.CT_colSoLuong.VisibleIndex = 3;
            this.CT_colSoLuong.Width = 42;
            // 
            // editSoLuong
            // 
            this.editSoLuong.AutoHeight = false;
            this.editSoLuong.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.editSoLuong.EditValueChangedDelay = 1;
            this.editSoLuong.IsFloatValue = false;
            this.editSoLuong.Mask.EditMask = "N00";
            this.editSoLuong.MaxValue = new decimal(new int[] {
            100,
            0,
            0,
            0});
            this.editSoLuong.MinValue = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.editSoLuong.Name = "editSoLuong";
            this.editSoLuong.NullText = "1";
            this.editSoLuong.NullValuePrompt = "1";
            // 
            // CT_colThanhTien
            // 
            this.CT_colThanhTien.Caption = "Thành Tiền";
            this.CT_colThanhTien.DisplayFormat.FormatString = "{0:N0} VNĐ";
            this.CT_colThanhTien.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.CT_colThanhTien.FieldName = "ThanhTien";
            this.CT_colThanhTien.Name = "CT_colThanhTien";
            this.CT_colThanhTien.OptionsColumn.AllowEdit = false;
            this.CT_colThanhTien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "ThanhTien", "Tổng : {0:n0} VNĐ")});
            this.CT_colThanhTien.UnboundExpression = "[SoLuong] * [DonGia]";
            this.CT_colThanhTien.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
            this.CT_colThanhTien.Visible = true;
            this.CT_colThanhTien.VisibleIndex = 5;
            this.CT_colThanhTien.Width = 127;
            // 
            // CT_colDel
            // 
            this.CT_colDel.ColumnEdit = this.btnDel;
            this.CT_colDel.Name = "CT_colDel";
            this.CT_colDel.Visible = true;
            this.CT_colDel.VisibleIndex = 6;
            this.CT_colDel.Width = 49;
            // 
            // btnDel
            // 
            this.btnDel.AutoHeight = false;
            this.btnDel.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("btnDel.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true)});
            this.btnDel.Name = "btnDel";
            this.btnDel.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            // 
            // repositoryItemZoomTrackBar1
            // 
            this.repositoryItemZoomTrackBar1.EditValueChangedDelay = 1;
            this.repositoryItemZoomTrackBar1.EditValueChangedFiringMode = DevExpress.XtraEditors.Controls.EditValueChangedFiringMode.Buffered;
            this.repositoryItemZoomTrackBar1.Maximum = 20;
            this.repositoryItemZoomTrackBar1.Middle = 5;
            this.repositoryItemZoomTrackBar1.Minimum = 1;
            this.repositoryItemZoomTrackBar1.Name = "repositoryItemZoomTrackBar1";
            this.repositoryItemZoomTrackBar1.ScrollThumbStyle = DevExpress.XtraEditors.Repository.ScrollThumbStyle.Bar;
            this.repositoryItemZoomTrackBar1.ShowValueToolTip = true;
            // 
            // editSoLuongChiTiet
            // 
            this.editSoLuongChiTiet.AutoHeight = false;
            this.editSoLuongChiTiet.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.editSoLuongChiTiet.EditValueChangedDelay = 1;
            this.editSoLuongChiTiet.Mask.EditMask = "99";
            this.editSoLuongChiTiet.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Simple;
            this.editSoLuongChiTiet.Name = "editSoLuongChiTiet";
            // 
            // dockPhieuThu
            // 
            this.dockPhieuThu.Controls.Add(this.dockPanel1_Container);
            this.dockPhieuThu.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
            this.dockPhieuThu.ID = new System.Guid("36811e9f-0a19-4ecf-b61d-c159f6f0036a");
            this.dockPhieuThu.Location = new System.Drawing.Point(0, 195);
            this.dockPhieuThu.Name = "dockPhieuThu";
            this.dockPhieuThu.Options.AllowFloating = false;
            this.dockPhieuThu.Options.FloatOnDblClick = false;
            this.dockPhieuThu.Options.ShowAutoHideButton = false;
            this.dockPhieuThu.Options.ShowCloseButton = false;
            this.dockPhieuThu.Options.ShowMaximizeButton = false;
            this.dockPhieuThu.OriginalSize = new System.Drawing.Size(614, 318);
            this.dockPhieuThu.Padding = new System.Windows.Forms.Padding(4, 0, 0, 0);
            this.dockPhieuThu.Size = new System.Drawing.Size(614, 330);
            this.dockPhieuThu.Text = "Danh Sách Phiếu Thu";
            // 
            // dockPanel1_Container
            // 
            this.dockPanel1_Container.Controls.Add(this.panelHoaDon);
            this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(606, 303);
            this.dockPanel1_Container.TabIndex = 0;
            // 
            // panelHoaDon
            // 
            this.panelHoaDon.Controls.Add(this.xtraTabPhieuThu);
            this.panelHoaDon.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelHoaDon.Location = new System.Drawing.Point(0, 0);
            this.panelHoaDon.Name = "panelHoaDon";
            this.panelHoaDon.Padding = new System.Windows.Forms.Padding(5, 5, 0, 0);
            this.panelHoaDon.Size = new System.Drawing.Size(606, 303);
            this.panelHoaDon.TabIndex = 16;
            // 
            // xtraTabPhieuThu
            // 
            this.xtraTabPhieuThu.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.xtraTabPhieuThu.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.xtraTabPhieuThu.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabPhieuThu.Location = new System.Drawing.Point(5, 5);
            this.xtraTabPhieuThu.Name = "xtraTabPhieuThu";
            this.xtraTabPhieuThu.SelectedTabPage = this.xtraChuaThanhToan;
            this.xtraTabPhieuThu.Size = new System.Drawing.Size(601, 298);
            this.xtraTabPhieuThu.TabIndex = 19;
            this.xtraTabPhieuThu.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraChuaThanhToan,
            this.xtraToanBo});
            this.xtraTabPhieuThu.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabPhieuThu_SelectedPageChanged);
            // 
            // xtraChuaThanhToan
            // 
            this.xtraChuaThanhToan.Appearance.PageClient.BorderColor = System.Drawing.Color.White;
            this.xtraChuaThanhToan.Appearance.PageClient.Options.UseBorderColor = true;
            this.xtraChuaThanhToan.Controls.Add(this.popupPhieuThu);
            this.xtraChuaThanhToan.Controls.Add(this.popupThanhToan);
            this.xtraChuaThanhToan.Controls.Add(this.gcPhieuThu);
            this.xtraChuaThanhToan.Name = "xtraChuaThanhToan";
            this.xtraChuaThanhToan.Size = new System.Drawing.Size(595, 270);
            this.xtraChuaThanhToan.Text = "Phiếu Thu Chưa Thanh Toán";
            // 
            // popupPhieuThu
            // 
            this.popupPhieuThu.Appearance.BackColor = System.Drawing.Color.White;
            this.popupPhieuThu.Appearance.Options.UseBackColor = true;
            this.popupPhieuThu.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupPhieuThu.Controls.Add(this.btnXuatPhieu);
            this.popupPhieuThu.Controls.Add(this.btnThanhToan);
            this.popupPhieuThu.Controls.Add(this.btnHuyPhieuThu);
            this.popupPhieuThu.Controls.Add(this.pbtnTimKiem);
            this.popupPhieuThu.Controls.Add(this.btnChinhSuaPT);
            this.popupPhieuThu.Location = new System.Drawing.Point(20, 39);
            this.popupPhieuThu.Name = "popupPhieuThu";
            this.popupPhieuThu.Ribbon = this.ribbonControl;
            this.popupPhieuThu.Size = new System.Drawing.Size(151, 29);
            this.popupPhieuThu.TabIndex = 4;
            this.popupPhieuThu.Visible = false;
            // 
            // btnXuatPhieu
            // 
            this.btnXuatPhieu.Image = ((System.Drawing.Image)(resources.GetObject("btnXuatPhieu.Image")));
            this.btnXuatPhieu.Location = new System.Drawing.Point(121, 3);
            this.btnXuatPhieu.Name = "btnXuatPhieu";
            this.btnXuatPhieu.Size = new System.Drawing.Size(24, 23);
            this.btnXuatPhieu.TabIndex = 0;
            this.btnXuatPhieu.Click += new System.EventHandler(this.btnXuatPhieu_Click);
            // 
            // btnThanhToan
            // 
            this.btnThanhToan.Image = ((System.Drawing.Image)(resources.GetObject("btnThanhToan.Image")));
            this.btnThanhToan.Location = new System.Drawing.Point(91, 3);
            this.btnThanhToan.Name = "btnThanhToan";
            this.btnThanhToan.Size = new System.Drawing.Size(24, 23);
            this.btnThanhToan.TabIndex = 0;
            this.btnThanhToan.Click += new System.EventHandler(this.btnThanhToan_Click);
            // 
            // btnHuyPhieuThu
            // 
            this.btnHuyPhieuThu.Image = ((System.Drawing.Image)(resources.GetObject("btnHuyPhieuThu.Image")));
            this.btnHuyPhieuThu.Location = new System.Drawing.Point(61, 3);
            this.btnHuyPhieuThu.Name = "btnHuyPhieuThu";
            this.btnHuyPhieuThu.Size = new System.Drawing.Size(24, 23);
            this.btnHuyPhieuThu.TabIndex = 0;
            this.btnHuyPhieuThu.Click += new System.EventHandler(this.btnHuyPhieuThu_Click);
            // 
            // pbtnTimKiem
            // 
            this.pbtnTimKiem.Image = ((System.Drawing.Image)(resources.GetObject("pbtnTimKiem.Image")));
            this.pbtnTimKiem.Location = new System.Drawing.Point(3, 3);
            this.pbtnTimKiem.Name = "pbtnTimKiem";
            this.pbtnTimKiem.Size = new System.Drawing.Size(24, 23);
            this.pbtnTimKiem.TabIndex = 0;
            this.pbtnTimKiem.Click += new System.EventHandler(this.pbtnTimKiem_Click);
            // 
            // btnChinhSuaPT
            // 
            this.btnChinhSuaPT.Image = ((System.Drawing.Image)(resources.GetObject("btnChinhSuaPT.Image")));
            this.btnChinhSuaPT.Location = new System.Drawing.Point(31, 3);
            this.btnChinhSuaPT.Name = "btnChinhSuaPT";
            this.btnChinhSuaPT.Size = new System.Drawing.Size(24, 23);
            this.btnChinhSuaPT.TabIndex = 0;
            this.btnChinhSuaPT.Click += new System.EventHandler(this.btnChinhSuaPT_Click);
            // 
            // popupThanhToan
            // 
            this.popupThanhToan.Appearance.BackColor = System.Drawing.Color.White;
            this.popupThanhToan.Appearance.Options.UseBackColor = true;
            this.popupThanhToan.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupThanhToan.Controls.Add(this.dockThanhToan);
            this.popupThanhToan.Location = new System.Drawing.Point(202, 42);
            this.popupThanhToan.Name = "popupThanhToan";
            this.popupThanhToan.Padding = new System.Windows.Forms.Padding(3);
            this.popupThanhToan.Ribbon = this.ribbonControl;
            this.popupThanhToan.Size = new System.Drawing.Size(260, 163);
            this.popupThanhToan.TabIndex = 4;
            this.popupThanhToan.Visible = false;
            // 
            // dockThanhToan
            // 
            this.dockThanhToan.Controls.Add(this.panelControl3);
            this.dockThanhToan.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dockThanhToan.Location = new System.Drawing.Point(3, 3);
            this.dockThanhToan.Name = "dockThanhToan";
            this.dockThanhToan.Size = new System.Drawing.Size(254, 157);
            this.dockThanhToan.TabIndex = 0;
            this.dockThanhToan.Text = "Thanh Toán Phiếu Thu";
            // 
            // panelControl3
            // 
            this.panelControl3.Appearance.BackColor = System.Drawing.Color.White;
            this.panelControl3.Appearance.Options.UseBackColor = true;
            this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl3.Controls.Add(this.calcTienNhan);
            this.panelControl3.Controls.Add(this.labelControl10);
            this.panelControl3.Controls.Add(this.labelControl9);
            this.panelControl3.Controls.Add(this.labelControl8);
            this.panelControl3.Controls.Add(this.pbtnThanTOan);
            this.panelControl3.Controls.Add(this.labelControl7);
            this.panelControl3.Controls.Add(this.labelControl6);
            this.panelControl3.Controls.Add(this.labelControl5);
            this.panelControl3.Controls.Add(this.txtTienTra);
            this.panelControl3.Controls.Add(this.txtTongTien);
            this.panelControl3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl3.Location = new System.Drawing.Point(2, 21);
            this.panelControl3.Name = "panelControl3";
            this.panelControl3.Size = new System.Drawing.Size(250, 134);
            this.panelControl3.TabIndex = 0;
            // 
            // calcTienNhan
            // 
            this.calcTienNhan.Location = new System.Drawing.Point(88, 42);
            this.calcTienNhan.MenuManager = this.ribbonControl;
            this.calcTienNhan.Name = "calcTienNhan";
            this.calcTienNhan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.calcTienNhan.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.None;
            this.calcTienNhan.Properties.Precision = 3;
            this.calcTienNhan.Properties.ShowCloseButton = true;
            this.calcTienNhan.Size = new System.Drawing.Size(123, 20);
            this.calcTienNhan.TabIndex = 4;
            this.calcTienNhan.EditValueChanged += new System.EventHandler(this.calcTienNhan_EditValueChanged);
            // 
            // labelControl10
            // 
            this.labelControl10.Location = new System.Drawing.Point(217, 71);
            this.labelControl10.Name = "labelControl10";
            this.labelControl10.Size = new System.Drawing.Size(20, 13);
            this.labelControl10.TabIndex = 3;
            this.labelControl10.Text = "VND";
            // 
            // labelControl9
            // 
            this.labelControl9.Location = new System.Drawing.Point(217, 45);
            this.labelControl9.Name = "labelControl9";
            this.labelControl9.Size = new System.Drawing.Size(20, 13);
            this.labelControl9.TabIndex = 3;
            this.labelControl9.Text = "VND";
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(217, 21);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(20, 13);
            this.labelControl8.TabIndex = 3;
            this.labelControl8.Text = "VND";
            // 
            // pbtnThanTOan
            // 
            this.pbtnThanTOan.Image = ((System.Drawing.Image)(resources.GetObject("pbtnThanTOan.Image")));
            this.pbtnThanTOan.Location = new System.Drawing.Point(88, 97);
            this.pbtnThanTOan.Name = "pbtnThanTOan";
            this.pbtnThanTOan.Size = new System.Drawing.Size(123, 23);
            this.pbtnThanTOan.TabIndex = 2;
            this.pbtnThanTOan.Text = "Thanh Toán";
            this.pbtnThanTOan.Click += new System.EventHandler(this.pbtnThanTOan_Click);
            // 
            // labelControl7
            // 
            this.labelControl7.Location = new System.Drawing.Point(19, 71);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(46, 13);
            this.labelControl7.TabIndex = 1;
            this.labelControl7.Text = "Tiền Trả :";
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(19, 45);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(55, 13);
            this.labelControl6.TabIndex = 1;
            this.labelControl6.Text = "Tiền Nhận :";
            // 
            // labelControl5
            // 
            this.labelControl5.Location = new System.Drawing.Point(19, 17);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(59, 13);
            this.labelControl5.TabIndex = 1;
            this.labelControl5.Text = "Tổng Cộng :";
            // 
            // txtTienTra
            // 
            this.txtTienTra.EditValue = "0";
            this.txtTienTra.Location = new System.Drawing.Point(88, 68);
            this.txtTienTra.Name = "txtTienTra";
            this.txtTienTra.Properties.ReadOnly = true;
            this.txtTienTra.Size = new System.Drawing.Size(123, 20);
            this.txtTienTra.TabIndex = 0;
            // 
            // txtTongTien
            // 
            this.txtTongTien.EditValue = "0";
            this.txtTongTien.Location = new System.Drawing.Point(88, 14);
            this.txtTongTien.MenuManager = this.ribbonControl;
            this.txtTongTien.Name = "txtTongTien";
            this.txtTongTien.Properties.ReadOnly = true;
            this.txtTongTien.Size = new System.Drawing.Size(123, 20);
            this.txtTongTien.TabIndex = 0;
            // 
            // gcPhieuThu
            // 
            this.gcPhieuThu.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcPhieuThu.Location = new System.Drawing.Point(0, 0);
            this.gcPhieuThu.MainView = this.gvPhieuThu;
            this.gcPhieuThu.MenuManager = this.ribbonControl;
            this.gcPhieuThu.Name = "gcPhieuThu";
            this.gcPhieuThu.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.comboKhuVuc});
            this.gcPhieuThu.Size = new System.Drawing.Size(595, 270);
            this.gcPhieuThu.TabIndex = 3;
            this.gcPhieuThu.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvPhieuThu});
            this.gcPhieuThu.Enter += new System.EventHandler(this.gcPhieuThu_Enter);
            // 
            // gvPhieuThu
            // 
            this.gvPhieuThu.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gvPhieuThu.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.PT_colMaSo,
            this.PT_colThoiGian,
            this.PT_colNguoiDung,
            this.PT_colTongTien,
            this.PT_colTienNhan,
            this.PT_colKhuVuc,
            this.PT_colSoNguoi});
            this.gvPhieuThu.GridControl = this.gcPhieuThu;
            this.gvPhieuThu.Name = "gvPhieuThu";
            this.gvPhieuThu.OptionsEditForm.ActionOnModifiedRowChange = DevExpress.XtraGrid.Views.Grid.EditFormModifiedAction.Save;
            this.gvPhieuThu.OptionsEditForm.EditFormColumnCount = 1;
            this.gvPhieuThu.OptionsEditForm.FormCaptionFormat = "\"Thay đổi khu vực của khách\"";
            this.gvPhieuThu.OptionsEditForm.PopupEditFormWidth = 300;
            this.gvPhieuThu.OptionsView.ShowFooter = true;
            this.gvPhieuThu.OptionsView.ShowGroupPanel = false;
            this.gvPhieuThu.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.PT_colMaSo, DevExpress.Data.ColumnSortOrder.Descending)});
            this.gvPhieuThu.RowCellClick += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.gvPhieuThu_RowCellClick);
            this.gvPhieuThu.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvPhieuThu_FocusedRowChanged);
            this.gvPhieuThu.MouseLeave += new System.EventHandler(this.gvPhieuThu_MouseLeave);
            // 
            // PT_colMaSo
            // 
            this.PT_colMaSo.Caption = "Phiếu Thu ID";
            this.PT_colMaSo.DisplayFormat.FormatString = "PT{0:000000}";
            this.PT_colMaSo.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.PT_colMaSo.FieldName = "PhieuThuID";
            this.PT_colMaSo.Name = "PT_colMaSo";
            this.PT_colMaSo.OptionsColumn.AllowEdit = false;
            this.PT_colMaSo.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
            this.PT_colMaSo.Visible = true;
            this.PT_colMaSo.VisibleIndex = 0;
            this.PT_colMaSo.Width = 61;
            // 
            // PT_colThoiGian
            // 
            this.PT_colThoiGian.Caption = "Thời Gian Tạo";
            this.PT_colThoiGian.DisplayFormat.FormatString = "g";
            this.PT_colThoiGian.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.PT_colThoiGian.FieldName = "ThoiGian";
            this.PT_colThoiGian.Name = "PT_colThoiGian";
            this.PT_colThoiGian.OptionsColumn.AllowEdit = false;
            this.PT_colThoiGian.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
            this.PT_colThoiGian.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Count, "ThoiGian", "Số Lượng : {0} Phiếu")});
            this.PT_colThoiGian.Visible = true;
            this.PT_colThoiGian.VisibleIndex = 1;
            this.PT_colThoiGian.Width = 106;
            // 
            // PT_colNguoiDung
            // 
            this.PT_colNguoiDung.Caption = "Người Tạo";
            this.PT_colNguoiDung.FieldName = "NguoiDung";
            this.PT_colNguoiDung.Name = "PT_colNguoiDung";
            this.PT_colNguoiDung.OptionsColumn.AllowEdit = false;
            this.PT_colNguoiDung.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
            this.PT_colNguoiDung.Visible = true;
            this.PT_colNguoiDung.VisibleIndex = 2;
            this.PT_colNguoiDung.Width = 108;
            // 
            // PT_colTongTien
            // 
            this.PT_colTongTien.Caption = "Tổng Tiền";
            this.PT_colTongTien.DisplayFormat.FormatString = "{0:N0} VNĐ";
            this.PT_colTongTien.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.PT_colTongTien.FieldName = "TongTien";
            this.PT_colTongTien.Name = "PT_colTongTien";
            this.PT_colTongTien.OptionsColumn.AllowEdit = false;
            this.PT_colTongTien.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
            this.PT_colTongTien.Summary.AddRange(new DevExpress.XtraGrid.GridSummaryItem[] {
            new DevExpress.XtraGrid.GridColumnSummaryItem(DevExpress.Data.SummaryItemType.Sum, "TongTien", "Tổng : {0:N0} VNĐ")});
            this.PT_colTongTien.Visible = true;
            this.PT_colTongTien.VisibleIndex = 3;
            // 
            // PT_colTienNhan
            // 
            this.PT_colTienNhan.Caption = "Tiền Nhận";
            this.PT_colTienNhan.DisplayFormat.FormatString = "{0:N0} VNĐ";
            this.PT_colTienNhan.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.PT_colTienNhan.FieldName = "TienNhan";
            this.PT_colTienNhan.Name = "PT_colTienNhan";
            this.PT_colTienNhan.OptionsColumn.AllowEdit = false;
            this.PT_colTienNhan.OptionsEditForm.Visible = DevExpress.Utils.DefaultBoolean.False;
            this.PT_colTienNhan.Visible = true;
            this.PT_colTienNhan.VisibleIndex = 4;
            this.PT_colTienNhan.Width = 54;
            // 
            // PT_colKhuVuc
            // 
            this.PT_colKhuVuc.Caption = "Khu Vực";
            this.PT_colKhuVuc.ColumnEdit = this.comboKhuVuc;
            this.PT_colKhuVuc.DisplayFormat.FormatString = "KV{0:000}";
            this.PT_colKhuVuc.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.PT_colKhuVuc.FieldName = "KhuVuc";
            this.PT_colKhuVuc.Name = "PT_colKhuVuc";
            this.PT_colKhuVuc.OptionsEditForm.StartNewRow = true;
            this.PT_colKhuVuc.Visible = true;
            this.PT_colKhuVuc.VisibleIndex = 5;
            this.PT_colKhuVuc.Width = 138;
            // 
            // comboKhuVuc
            // 
            this.comboKhuVuc.AutoHeight = false;
            this.comboKhuVuc.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.comboKhuVuc.DisplayMember = "Ten";
            this.comboKhuVuc.Name = "comboKhuVuc";
            this.comboKhuVuc.NullText = "Khong Ro";
            this.comboKhuVuc.PopupFormSize = new System.Drawing.Size(250, 100);
            this.comboKhuVuc.PopupSizeable = false;
            this.comboKhuVuc.ValueMember = "KhuVucID";
            this.comboKhuVuc.View = this.repositoryItemGridLookUpEdit1View;
            this.comboKhuVuc.EditValueChanged += new System.EventHandler(this.comboKhuVuc_EditValueChanged);
            // 
            // repositoryItemGridLookUpEdit1View
            // 
            this.repositoryItemGridLookUpEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
            this.repositoryItemGridLookUpEdit1View.Name = "repositoryItemGridLookUpEdit1View";
            this.repositoryItemGridLookUpEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
            this.repositoryItemGridLookUpEdit1View.OptionsView.ShowGroupPanel = false;
            // 
            // PT_colSoNguoi
            // 
            this.PT_colSoNguoi.Caption = "SN";
            this.PT_colSoNguoi.FieldName = "SoNguoi";
            this.PT_colSoNguoi.Name = "PT_colSoNguoi";
            this.PT_colSoNguoi.Visible = true;
            this.PT_colSoNguoi.VisibleIndex = 6;
            this.PT_colSoNguoi.Width = 37;
            // 
            // xtraToanBo
            // 
            this.xtraToanBo.Name = "xtraToanBo";
            this.xtraToanBo.Size = new System.Drawing.Size(595, 270);
            this.xtraToanBo.Text = "Phiếu Thu Đã Thanh Toán";
            // 
            // tabTrangChinh
            // 
            this.tabTrangChinh.Caption = "Thống Kê";
            this.tabTrangChinh.ContentControl = this.tabView;
            this.tabTrangChinh.Glyph = ((System.Drawing.Image)(resources.GetObject("tabTrangChinh.Glyph")));
            this.tabTrangChinh.Name = "tabTrangChinh";
            this.tabTrangChinh.Selected = true;
            // 
            // tabView
            // 
            this.tabView.Controls.Add(this.panelControl5);
            this.tabView.Location = new System.Drawing.Point(142, 0);
            this.tabView.Name = "tabView";
            this.tabView.Size = new System.Drawing.Size(341, 522);
            this.tabView.TabIndex = 0;
            // 
            // panelControl5
            // 
            this.panelControl5.Appearance.BackColor = System.Drawing.Color.White;
            this.panelControl5.Appearance.Options.UseBackColor = true;
            this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl5.Controls.Add(this.panelControl6);
            this.panelControl5.Controls.Add(this.panelControl8);
            this.panelControl5.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl5.Location = new System.Drawing.Point(0, 0);
            this.panelControl5.Name = "panelControl5";
            this.panelControl5.Size = new System.Drawing.Size(341, 522);
            this.panelControl5.TabIndex = 1;
            // 
            // panelControl6
            // 
            this.panelControl6.Appearance.BackColor = System.Drawing.Color.White;
            this.panelControl6.Appearance.Options.UseBackColor = true;
            this.panelControl6.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl6.Controls.Add(this.chartTheoThang);
            this.panelControl6.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl6.Location = new System.Drawing.Point(0, 0);
            this.panelControl6.Name = "panelControl6";
            this.panelControl6.Size = new System.Drawing.Size(341, 292);
            this.panelControl6.TabIndex = 4;
            // 
            // chartTheoThang
            // 
            this.chartTheoThang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.chartTheoThang.Location = new System.Drawing.Point(0, 0);
            this.chartTheoThang.Name = "chartTheoThang";
            this.chartTheoThang.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            this.chartTheoThang.Size = new System.Drawing.Size(341, 292);
            this.chartTheoThang.TabIndex = 0;
            // 
            // panelControl8
            // 
            this.panelControl8.Appearance.BackColor = System.Drawing.Color.White;
            this.panelControl8.Appearance.Options.UseBackColor = true;
            this.panelControl8.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl8.Controls.Add(this.pivotTheoThang);
            this.panelControl8.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl8.Location = new System.Drawing.Point(0, 292);
            this.panelControl8.Name = "panelControl8";
            this.panelControl8.Size = new System.Drawing.Size(341, 230);
            this.panelControl8.TabIndex = 3;
            // 
            // pivotTheoThang
            // 
            this.pivotTheoThang.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pivotTheoThang.Fields.AddRange(new DevExpress.XtraPivotGrid.PivotGridField[] {
            this.TK_fieldThang,
            this.TK_fieldNgay,
            this.TK_fieldKhuVuc,
            this.TK_fieldSoNguoi});
            this.pivotTheoThang.Location = new System.Drawing.Point(0, 0);
            this.pivotTheoThang.Name = "pivotTheoThang";
            this.pivotTheoThang.Size = new System.Drawing.Size(341, 230);
            this.pivotTheoThang.TabIndex = 0;
            // 
            // TK_fieldThang
            // 
            this.TK_fieldThang.AreaIndex = 0;
            this.TK_fieldThang.Caption = "Lọc Theo Tháng";
            this.TK_fieldThang.FieldName = "ThoiGian";
            this.TK_fieldThang.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.DateMonth;
            this.TK_fieldThang.Name = "TK_fieldThang";
            this.TK_fieldThang.UnboundFieldName = "TK_fieldThang";
            // 
            // TK_fieldNgay
            // 
            this.TK_fieldNgay.Area = DevExpress.XtraPivotGrid.PivotArea.ColumnArea;
            this.TK_fieldNgay.AreaIndex = 0;
            this.TK_fieldNgay.Caption = "Ngày";
            this.TK_fieldNgay.FieldName = "ThoiGian";
            this.TK_fieldNgay.GroupInterval = DevExpress.XtraPivotGrid.PivotGroupInterval.DateDay;
            this.TK_fieldNgay.Name = "TK_fieldNgay";
            this.TK_fieldNgay.UnboundFieldName = "TK_fieldNgay";
            // 
            // TK_fieldKhuVuc
            // 
            this.TK_fieldKhuVuc.Area = DevExpress.XtraPivotGrid.PivotArea.RowArea;
            this.TK_fieldKhuVuc.AreaIndex = 0;
            this.TK_fieldKhuVuc.Caption = "Khu Vực";
            this.TK_fieldKhuVuc.FieldName = "KhuVuc";
            this.TK_fieldKhuVuc.Name = "TK_fieldKhuVuc";
            // 
            // TK_fieldSoNguoi
            // 
            this.TK_fieldSoNguoi.Area = DevExpress.XtraPivotGrid.PivotArea.DataArea;
            this.TK_fieldSoNguoi.AreaIndex = 0;
            this.TK_fieldSoNguoi.Caption = "Khách";
            this.TK_fieldSoNguoi.FieldName = "SoNguoi";
            this.TK_fieldSoNguoi.Name = "TK_fieldSoNguoi";
            // 
            // panelGCDanhMuc
            // 
            this.panelGCDanhMuc.Appearance.BackColor = System.Drawing.Color.White;
            this.panelGCDanhMuc.Appearance.Options.UseBackColor = true;
            this.panelGCDanhMuc.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelGCDanhMuc.Controls.Add(this.gcDanhMuc);
            this.panelGCDanhMuc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelGCDanhMuc.Location = new System.Drawing.Point(0, 0);
            this.panelGCDanhMuc.Name = "panelGCDanhMuc";
            this.panelGCDanhMuc.Size = new System.Drawing.Size(339, 353);
            this.panelGCDanhMuc.TabIndex = 0;
            // 
            // gcDanhMuc
            // 
            this.gcDanhMuc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gcDanhMuc.Location = new System.Drawing.Point(0, 0);
            this.gcDanhMuc.MainView = this.gvDanhMuc;
            this.gcDanhMuc.MenuManager = this.ribbonControl;
            this.gcDanhMuc.Name = "gcDanhMuc";
            this.gcDanhMuc.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.btnAdd});
            this.gcDanhMuc.Size = new System.Drawing.Size(339, 353);
            this.gcDanhMuc.TabIndex = 0;
            this.gcDanhMuc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gvDanhMuc});
            // 
            // gvDanhMuc
            // 
            this.gvDanhMuc.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.gvDanhMuc.Appearance.GroupPanel.ForeColor = System.Drawing.Color.Red;
            this.gvDanhMuc.Appearance.GroupPanel.Options.UseFont = true;
            this.gvDanhMuc.Appearance.GroupPanel.Options.UseForeColor = true;
            this.gvDanhMuc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.DM_colID,
            this.DM_colTen,
            this.DM_colDonGia,
            this.DM_colAdd});
            this.gvDanhMuc.GridControl = this.gcDanhMuc;
            this.gvDanhMuc.GroupPanelText = " Để thêm nhiều : Nhấn nút thêm nhiều lần";
            this.gvDanhMuc.Name = "gvDanhMuc";
            // 
            // DM_colID
            // 
            this.DM_colID.Caption = "Mã Danh Mục";
            this.DM_colID.DisplayFormat.FormatString = "DM{0:0000}";
            this.DM_colID.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.DM_colID.FieldName = "DanhMucID";
            this.DM_colID.Name = "DM_colID";
            this.DM_colID.OptionsColumn.AllowEdit = false;
            this.DM_colID.OptionsColumn.ReadOnly = true;
            this.DM_colID.Visible = true;
            this.DM_colID.VisibleIndex = 0;
            this.DM_colID.Width = 73;
            // 
            // DM_colTen
            // 
            this.DM_colTen.Caption = "Tên";
            this.DM_colTen.FieldName = "Ten";
            this.DM_colTen.Name = "DM_colTen";
            this.DM_colTen.OptionsColumn.AllowEdit = false;
            this.DM_colTen.OptionsColumn.ReadOnly = true;
            this.DM_colTen.Visible = true;
            this.DM_colTen.VisibleIndex = 1;
            this.DM_colTen.Width = 117;
            // 
            // DM_colDonGia
            // 
            this.DM_colDonGia.Caption = "Đơn Giá";
            this.DM_colDonGia.FieldName = "DonGia";
            this.DM_colDonGia.Name = "DM_colDonGia";
            this.DM_colDonGia.OptionsColumn.AllowEdit = false;
            this.DM_colDonGia.OptionsColumn.ReadOnly = true;
            this.DM_colDonGia.Visible = true;
            this.DM_colDonGia.VisibleIndex = 2;
            this.DM_colDonGia.Width = 77;
            // 
            // DM_colAdd
            // 
            this.DM_colAdd.ColumnEdit = this.btnAdd;
            this.DM_colAdd.Name = "DM_colAdd";
            this.DM_colAdd.Visible = true;
            this.DM_colAdd.VisibleIndex = 3;
            this.DM_colAdd.Width = 54;
            // 
            // btnAdd
            // 
            this.btnAdd.AutoHeight = false;
            this.btnAdd.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("btnAdd.Buttons"))), new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "", null, null, true)});
            this.btnAdd.Name = "btnAdd";
            this.btnAdd.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
            // 
            // gridView2
            // 
            this.gridView2.Name = "gridView2";
            // 
            // gridView3
            // 
            this.gridView3.Name = "gridView3";
            // 
            // gridView4
            // 
            this.gridView4.Name = "gridView4";
            // 
            // popupMenu1
            // 
            this.popupMenu1.ItemLinks.Add(this.bbtnThemDanhMuc);
            this.popupMenu1.ItemLinks.Add(this.bbtnSuaDanhMuc);
            this.popupMenu1.ItemLinks.Add(this.barButtonItem1);
            this.popupMenu1.Name = "popupMenu1";
            this.popupMenu1.Ribbon = this.ribbonControl;
            // 
            // danhMuc
            // 
            this.danhMuc.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow;
            this.danhMuc.Controls.Add(this.tabView);
            this.danhMuc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.danhMuc.Items.Add(this.tabTrangChinh);
            this.danhMuc.Location = new System.Drawing.Point(0, 0);
            this.danhMuc.Name = "danhMuc";
            this.danhMuc.SelectedTab = this.tabTrangChinh;
            this.danhMuc.SelectedTabIndex = 0;
            this.danhMuc.Size = new System.Drawing.Size(483, 522);
            this.danhMuc.TabIndex = 18;
            this.danhMuc.Text = "Danh Mục";
            this.danhMuc.SelectedTabChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.danhMuc_SelectedTabChanged);
            // 
            // panelDanhMuc
            // 
            this.panelDanhMuc.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelDanhMuc.Controls.Add(this.popupQuanLyTaiKhoan);
            this.panelDanhMuc.Controls.Add(this.danhMuc);
            this.panelDanhMuc.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelDanhMuc.Location = new System.Drawing.Point(0, 144);
            this.panelDanhMuc.Name = "panelDanhMuc";
            this.panelDanhMuc.Padding = new System.Windows.Forms.Padding(0, 0, 3, 3);
            this.panelDanhMuc.Size = new System.Drawing.Size(486, 525);
            this.panelDanhMuc.TabIndex = 17;
            // 
            // popupQuanLyTaiKhoan
            // 
            this.popupQuanLyTaiKhoan.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupQuanLyTaiKhoan.Controls.Add(this.groupControl1);
            this.popupQuanLyTaiKhoan.Location = new System.Drawing.Point(81, 355);
            this.popupQuanLyTaiKhoan.Name = "popupQuanLyTaiKhoan";
            this.popupQuanLyTaiKhoan.Ribbon = this.ribbonControl;
            this.popupQuanLyTaiKhoan.Size = new System.Drawing.Size(241, 161);
            this.popupQuanLyTaiKhoan.TabIndex = 0;
            this.popupQuanLyTaiKhoan.Visible = false;
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.btnLuuLai);
            this.groupControl1.Controls.Add(this.simpleButton1);
            this.groupControl1.Controls.Add(this.panel1);
            this.groupControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControl1.Location = new System.Drawing.Point(0, 0);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(241, 161);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "q";
            // 
            // btnLuuLai
            // 
            this.btnLuuLai.Enabled = false;
            this.btnLuuLai.Location = new System.Drawing.Point(116, 133);
            this.btnLuuLai.Name = "btnLuuLai";
            this.btnLuuLai.Size = new System.Drawing.Size(120, 23);
            this.btnLuuLai.TabIndex = 1;
            this.btnLuuLai.Text = "Lưu Lại";
            this.btnLuuLai.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Location = new System.Drawing.Point(5, 133);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(105, 23);
            this.simpleButton1.TabIndex = 1;
            this.simpleButton1.Text = "Chỉnh sửa";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // panel1
            // 
            this.panel1.BackColor = System.Drawing.Color.White;
            this.panel1.Controls.Add(this.labelControl4);
            this.panel1.Controls.Add(this.labelControl3);
            this.panel1.Controls.Add(this.labelControl2);
            this.panel1.Controls.Add(this.labelControl1);
            this.panel1.Controls.Add(this.textMatKhau);
            this.panel1.Controls.Add(this.textTaiKhoan);
            this.panel1.Controls.Add(this.textHoTen);
            this.panel1.Controls.Add(this.textMaND);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
            this.panel1.Location = new System.Drawing.Point(2, 21);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(237, 108);
            this.panel1.TabIndex = 0;
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(3, 85);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(52, 13);
            this.labelControl4.TabIndex = 7;
            this.labelControl4.Text = "Mật Khẩu :";
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(3, 59);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(54, 13);
            this.labelControl3.TabIndex = 8;
            this.labelControl3.Text = "Tài Khoản :";
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(3, 33);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(41, 13);
            this.labelControl2.TabIndex = 9;
            this.labelControl2.Text = "Họ Tên :";
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(3, 7);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(80, 13);
            this.labelControl1.TabIndex = 10;
            this.labelControl1.Text = "Mã Người Dùng :";
            // 
            // textMatKhau
            // 
            this.textMatKhau.Location = new System.Drawing.Point(88, 82);
            this.textMatKhau.Name = "textMatKhau";
            this.textMatKhau.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textMatKhau.Properties.Appearance.Options.UseFont = true;
            this.textMatKhau.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.textMatKhau.Properties.PasswordChar = '|';
            this.textMatKhau.Size = new System.Drawing.Size(136, 20);
            this.textMatKhau.TabIndex = 3;
            // 
            // textTaiKhoan
            // 
            this.textTaiKhoan.Location = new System.Drawing.Point(88, 56);
            this.textTaiKhoan.Name = "textTaiKhoan";
            this.textTaiKhoan.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textTaiKhoan.Properties.Appearance.Options.UseFont = true;
            this.textTaiKhoan.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.textTaiKhoan.Size = new System.Drawing.Size(136, 20);
            this.textTaiKhoan.TabIndex = 4;
            // 
            // textHoTen
            // 
            this.textHoTen.Location = new System.Drawing.Point(88, 30);
            this.textHoTen.Name = "textHoTen";
            this.textHoTen.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textHoTen.Properties.Appearance.Options.UseFont = true;
            this.textHoTen.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.textHoTen.Size = new System.Drawing.Size(136, 20);
            this.textHoTen.TabIndex = 5;
            // 
            // textMaND
            // 
            this.textMaND.Location = new System.Drawing.Point(88, 4);
            this.textMaND.MenuManager = this.ribbonControl;
            this.textMaND.Name = "textMaND";
            this.textMaND.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.textMaND.Properties.Appearance.ForeColor = System.Drawing.Color.Red;
            this.textMaND.Properties.Appearance.Options.UseFont = true;
            this.textMaND.Properties.Appearance.Options.UseForeColor = true;
            this.textMaND.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.textMaND.Properties.DisplayFormat.FormatString = "ND{0:000}";
            this.textMaND.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.textMaND.Properties.ReadOnly = true;
            this.textMaND.Size = new System.Drawing.Size(136, 20);
            this.textMaND.TabIndex = 6;
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "Quản Lý Phiếu Thu";
            this.barButtonItem7.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.Glyph")));
            this.barButtonItem7.Id = 16;
            this.barButtonItem7.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.LargeGlyph")));
            this.barButtonItem7.Name = "barButtonItem7";
            // 
            // barButtonItem12
            // 
            this.barButtonItem12.Caption = "Quản Lý Phiếu Thu";
            this.barButtonItem12.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.Glyph")));
            this.barButtonItem12.Id = 16;
            this.barButtonItem12.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem12.LargeGlyph")));
            this.barButtonItem12.Name = "barButtonItem12";
            // 
            // FrmMain
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
            this.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.Appearance.Options.UseBackColor = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1100, 700);
            this.Controls.Add(this.panelDanhMuc);
            this.Controls.Add(this.panelContainer1);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonControl);
            this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "FrmMain";
            this.Ribbon = this.ribbonControl;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "TRÀ SỮA ZENTA - HỆ THỐNG QUẢN LÝ BÁN HÀNG";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.navbarImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.galleryImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.panelContainer1.ResumeLayout(false);
            this.dockPanel2.ResumeLayout(false);
            this.dockPanel2_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelEditHoaDon)).EndInit();
            this.panelEditHoaDon.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
            this.panelControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcChiTiet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvChiTiet)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.editSoLuong)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnDel)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemZoomTrackBar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.editSoLuongChiTiet)).EndInit();
            this.dockPhieuThu.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            this.panelHoaDon.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabPhieuThu)).EndInit();
            this.xtraTabPhieuThu.ResumeLayout(false);
            this.xtraChuaThanhToan.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupPhieuThu)).EndInit();
            this.popupPhieuThu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupThanhToan)).EndInit();
            this.popupThanhToan.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dockThanhToan)).EndInit();
            this.dockThanhToan.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
            this.panelControl3.ResumeLayout(false);
            this.panelControl3.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.calcTienNhan.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTienTra.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.txtTongTien.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gcPhieuThu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvPhieuThu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.comboKhuVuc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemGridLookUpEdit1View)).EndInit();
            this.tabView.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
            this.panelControl5.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControl6)).EndInit();
            this.panelControl6.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chartTheoThang)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl8)).EndInit();
            this.panelControl8.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pivotTheoThang)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelGCDanhMuc)).EndInit();
            this.panelGCDanhMuc.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gcDanhMuc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gvDanhMuc)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.btnAdd)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            this.danhMuc.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelDanhMuc)).EndInit();
            this.panelDanhMuc.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupQuanLyTaiKhoan)).EndInit();
            this.popupQuanLyTaiKhoan.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.textMatKhau.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textTaiKhoan.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textHoTen.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.textMaND.Properties)).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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::CNAppMedic.EasySplashScreen), true, false);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
            this.barManager = new DevExpress.XtraBars.BarManager(this.components);
            this.bar2 = new DevExpress.XtraBars.Bar();
            this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
            this.itemUserInfo = new DevExpress.XtraBars.BarButtonItem();
            this.itemImportData = new DevExpress.XtraBars.BarButtonItem();
            this.itemCompanyInfo = new DevExpress.XtraBars.BarButtonItem();
            this.itemInvoiceSetting = new DevExpress.XtraBars.BarButtonItem();
            this.itemFormatSetting = new DevExpress.XtraBars.BarButtonItem();
            this.itemParamList = new DevExpress.XtraBars.BarButtonItem();
            this.itemExit = new DevExpress.XtraBars.BarButtonItem();
            this.skinBarSubItem = new DevExpress.XtraBars.SkinBarSubItem();
            this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
            this.itemCustomerList = new DevExpress.XtraBars.BarButtonItem();
            this.itemItemList = new DevExpress.XtraBars.BarButtonItem();
            this.itemUnitList = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
            this.itemInventory = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem6 = new DevExpress.XtraBars.BarSubItem();
            this.biTabbedMDI = new DevExpress.XtraBars.BarCheckItem();
            this.iCascade = new DevExpress.XtraBars.BarButtonItem();
            this.iTileHorizontal = new DevExpress.XtraBars.BarButtonItem();
            this.iTileVertical = new DevExpress.XtraBars.BarButtonItem();
            this.itemCloseAll = new DevExpress.XtraBars.BarButtonItem();
            this.barMdiChildrenListItem1 = new DevExpress.XtraBars.BarMdiChildrenListItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.itemHelp = new DevExpress.XtraBars.BarButtonItem();
            this.itemContact = new DevExpress.XtraBars.BarButtonItem();
            this.bar3 = new DevExpress.XtraBars.Bar();
            this.itemDatabase = new DevExpress.XtraBars.BarStaticItem();
            this.lblSkinName = new DevExpress.XtraBars.BarStaticItem();
            this.itemDate = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.bar4 = new DevExpress.XtraBars.Bar();
            this.itemLogin = new DevExpress.XtraBars.BarButtonItem();
            this.itemCalc = new DevExpress.XtraBars.BarButtonItem();
            this.itemBestFit = new DevExpress.XtraBars.BarButtonItem();
            this.itemRefresh = new DevExpress.XtraBars.BarButtonItem();
            this.itemSave = new DevExpress.XtraBars.BarButtonItem();
            this.itemSaveAll = new DevExpress.XtraBars.BarButtonItem();
            this.itemNew = new DevExpress.XtraBars.BarButtonItem();
            this.itemEdit = new DevExpress.XtraBars.BarButtonItem();
            this.itemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.itemPrintPreview = new DevExpress.XtraBars.BarButtonItem();
            this.itemExportExcel = 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.imageCollection = new DevExpress.Utils.ImageCollection(this.components);
            this.barSubItem5 = new DevExpress.XtraBars.BarSubItem();
            this.mdiManager = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
            this.alertControl = new DevExpress.XtraBars.Alerter.AlertControl(this.components);
            this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
            this.navGroupInvoice = new DevExpress.XtraNavBar.NavBarGroup();
            this.navGroupList = new DevExpress.XtraNavBar.NavBarGroup();
            this.navBarCustomerList = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItemList = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarUnitList = new DevExpress.XtraNavBar.NavBarItem();
            ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.mdiManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager
            // 
            this.barManager.AllowCustomization = false;
            this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.bar2,
            this.bar3,
            this.bar4});
            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.Images = this.imageCollection;
            this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.skinBarSubItem,
            this.barMdiChildrenListItem1,
            this.itemHelp,
            this.barSubItem1,
            this.itemContact,
            this.barSubItem2,
            this.barSubItem3,
            this.barSubItem4,
            this.barSubItem5,
            this.itemDatabase,
            this.itemDate,
            this.itemLogin,
            this.itemRefresh,
            this.itemSave,
            this.itemSaveAll,
            this.itemNew,
            this.itemEdit,
            this.itemDelete,
            this.itemPrintPreview,
            this.itemExportExcel,
            this.itemCustomerList,
            this.itemItemList,
            this.itemUnitList,
            this.itemParamList,
            this.lblSkinName,
            this.itemInventory,
            this.itemFormatSetting,
            this.itemCompanyInfo,
            this.itemExit,
            this.itemCalc,
            this.barSubItem6,
            this.iCascade,
            this.biTabbedMDI,
            this.iTileHorizontal,
            this.iTileVertical,
            this.itemCloseAll,
            this.itemInvoiceSetting,
            this.itemBestFit,
            this.itemImportData,
            this.itemUserInfo});
            this.barManager.MainMenu = this.bar2;
            this.barManager.MaxItemId = 55;
            this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemDateEdit1});
            this.barManager.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(this.barSubItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.skinBarSubItem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem6),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1)});
            this.bar2.OptionsBar.AllowQuickCustomization = false;
            this.bar2.OptionsBar.DisableClose = true;
            this.bar2.OptionsBar.DisableCustomization = true;
            this.bar2.OptionsBar.DrawDragBorder = false;
            this.bar2.OptionsBar.MultiLine = true;
            this.bar2.OptionsBar.UseWholeRow = true;
            this.bar2.Text = "Main menu";
            // 
            // barSubItem2
            // 
            this.barSubItem2.Caption = "Hệ thống";
            this.barSubItem2.Id = 5;
            this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemUserInfo, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemImportData, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemCompanyInfo),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemInvoiceSetting, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemFormatSetting),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemParamList),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemExit, true)});
            this.barSubItem2.Name = "barSubItem2";
            // 
            // itemUserInfo
            // 
            this.itemUserInfo.Caption = "Đổi mật khẩu";
            this.itemUserInfo.Id = 54;
            this.itemUserInfo.ImageIndex = 37;
            this.itemUserInfo.Name = "itemUserInfo";
            this.itemUserInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemUserInfo_ItemClick);
            // 
            // itemImportData
            // 
            this.itemImportData.Caption = "Nạp dữ liệu từ Excel";
            this.itemImportData.Id = 53;
            this.itemImportData.ImageIndex = 36;
            this.itemImportData.Name = "itemImportData";
            this.itemImportData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemImportData_ItemClick);
            // 
            // itemCompanyInfo
            // 
            this.itemCompanyInfo.Caption = "Thông tin doanh nghiệp";
            this.itemCompanyInfo.Id = 40;
            this.itemCompanyInfo.ImageIndex = 24;
            this.itemCompanyInfo.Name = "itemCompanyInfo";
            this.itemCompanyInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemCompanyInfo_ItemClick);
            // 
            // itemInvoiceSetting
            // 
            this.itemInvoiceSetting.Caption = "Thiết lập chứng từ";
            this.itemInvoiceSetting.Id = 51;
            this.itemInvoiceSetting.ImageIndex = 34;
            this.itemInvoiceSetting.Name = "itemInvoiceSetting";
            this.itemInvoiceSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemInvoiceSetting_ItemClick);
            // 
            // itemFormatSetting
            // 
            this.itemFormatSetting.Caption = "Thiết lập định dạng";
            this.itemFormatSetting.Id = 39;
            this.itemFormatSetting.ImageIndex = 25;
            this.itemFormatSetting.Name = "itemFormatSetting";
            this.itemFormatSetting.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemFormatSetting_ItemClick);
            // 
            // itemParamList
            // 
            this.itemParamList.Caption = "Thiết lập thông số";
            this.itemParamList.Id = 35;
            this.itemParamList.ImageIndex = 22;
            this.itemParamList.Name = "itemParamList";
            this.itemParamList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemParamList_ItemClick);
            // 
            // itemExit
            // 
            this.itemExit.Caption = "Thoát";
            this.itemExit.Hint = "Alt+F4";
            this.itemExit.Id = 41;
            this.itemExit.ImageIndex = 23;
            this.itemExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
            this.itemExit.Name = "itemExit";
            this.itemExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemExit_ItemClick);
            // 
            // skinBarSubItem
            // 
            this.skinBarSubItem.Caption = "Giao diện";
            this.skinBarSubItem.Id = 0;
            this.skinBarSubItem.Name = "skinBarSubItem";
            // 
            // barSubItem3
            // 
            this.barSubItem3.Caption = "Danh mục";
            this.barSubItem3.Id = 6;
            this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemCustomerList),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemItemList),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemUnitList, true)});
            this.barSubItem3.Name = "barSubItem3";
            // 
            // itemCustomerList
            // 
            this.itemCustomerList.Caption = "Khách hàng";
            this.itemCustomerList.Id = 30;
            this.itemCustomerList.ImageIndex = 16;
            this.itemCustomerList.Name = "itemCustomerList";
            this.itemCustomerList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemCustomerList_ItemClick);
            // 
            // itemItemList
            // 
            this.itemItemList.Caption = "Hàng hóa vật tư";
            this.itemItemList.Id = 31;
            this.itemItemList.ImageIndex = 17;
            this.itemItemList.Name = "itemItemList";
            this.itemItemList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemItemList_ItemClick);
            // 
            // itemUnitList
            // 
            this.itemUnitList.Caption = "Đơn vị";
            this.itemUnitList.Id = 33;
            this.itemUnitList.ImageIndex = 33;
            this.itemUnitList.Name = "itemUnitList";
            this.itemUnitList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemUnitList_ItemClick);
            // 
            // barSubItem4
            // 
            this.barSubItem4.Caption = "Báo cáo";
            this.barSubItem4.Id = 7;
            this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemInventory)});
            this.barSubItem4.Name = "barSubItem4";
            // 
            // itemInventory
            // 
            this.itemInventory.Caption = "Nhập xuất tồn hàng hóa";
            this.itemInventory.Id = 38;
            this.itemInventory.ImageIndex = 26;
            this.itemInventory.Name = "itemInventory";
            this.itemInventory.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemInventory_ItemClick);
            // 
            // barSubItem6
            // 
            this.barSubItem6.Caption = "Cửa sổ";
            this.barSubItem6.Id = 45;
            this.barSubItem6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.biTabbedMDI, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.iCascade),
            new DevExpress.XtraBars.LinkPersistInfo(this.iTileHorizontal),
            new DevExpress.XtraBars.LinkPersistInfo(this.iTileVertical),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemCloseAll),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barMdiChildrenListItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.barSubItem6.Name = "barSubItem6";
            // 
            // biTabbedMDI
            // 
            this.biTabbedMDI.BindableChecked = true;
            this.biTabbedMDI.Caption = "Dạng tab";
            this.biTabbedMDI.Checked = true;
            this.biTabbedMDI.Id = 47;
            this.biTabbedMDI.Name = "biTabbedMDI";
            this.biTabbedMDI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.biTabbedMDI_CheckedChanged);
            // 
            // iCascade
            // 
            this.iCascade.Caption = "Xếp chồng";
            this.iCascade.Id = 46;
            this.iCascade.ImageIndex = 31;
            this.iCascade.Name = "iCascade";
            this.iCascade.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.iCascade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCascade_ItemClick);
            // 
            // iTileHorizontal
            // 
            this.iTileHorizontal.Caption = "Xếp dọc";
            this.iTileHorizontal.Id = 48;
            this.iTileHorizontal.ImageIndex = 30;
            this.iTileHorizontal.Name = "iTileHorizontal";
            this.iTileHorizontal.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.iTileHorizontal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iTileHorizontal_ItemClick);
            // 
            // iTileVertical
            // 
            this.iTileVertical.Caption = "Xếp ngang";
            this.iTileVertical.Id = 49;
            this.iTileVertical.ImageIndex = 29;
            this.iTileVertical.Name = "iTileVertical";
            this.iTileVertical.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.iTileVertical.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iTileVertical_ItemClick);
            // 
            // itemCloseAll
            // 
            this.itemCloseAll.Caption = "Đóng tất cả";
            this.itemCloseAll.Id = 50;
            this.itemCloseAll.Name = "itemCloseAll";
            this.itemCloseAll.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.itemCloseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemCloseAll_ItemClick);
            // 
            // barMdiChildrenListItem1
            // 
            this.barMdiChildrenListItem1.Caption = "Cửa sổ";
            this.barMdiChildrenListItem1.Id = 1;
            this.barMdiChildrenListItem1.Name = "barMdiChildrenListItem1";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "Trợ giúp";
            this.barSubItem1.Id = 3;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.itemHelp),
            new DevExpress.XtraBars.LinkPersistInfo(this.itemContact)});
            this.barSubItem1.Name = "barSubItem1";
            // 
            // itemHelp
            // 
            this.itemHelp.Caption = "Trợ giúp";
            this.itemHelp.Id = 2;
            this.itemHelp.ImageIndex = 28;
            this.itemHelp.Name = "itemHelp";
            this.itemHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemHelp_ItemClick);
            // 
            // itemContact
            // 
            this.itemContact.Caption = "Liên hệ";
            this.itemContact.Id = 4;
            this.itemContact.ImageIndex = 9;
            this.itemContact.Name = "itemContact";
            this.itemContact.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemContact_ItemClick);
            // 
            // 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.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemDatabase, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.lblSkinName, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemDate, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar3.OptionsBar.AllowDelete = true;
            this.bar3.OptionsBar.AllowQuickCustomization = false;
            this.bar3.OptionsBar.DisableClose = true;
            this.bar3.OptionsBar.DisableCustomization = true;
            this.bar3.OptionsBar.DrawDragBorder = false;
            this.bar3.OptionsBar.UseWholeRow = true;
            this.bar3.Text = "Status bar";
            // 
            // itemDatabase
            // 
            this.itemDatabase.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
            this.itemDatabase.Id = 10;
            this.itemDatabase.ImageIndex = 2;
            this.itemDatabase.Name = "itemDatabase";
            this.itemDatabase.TextAlignment = System.Drawing.StringAlignment.Near;
            this.itemDatabase.Width = 32;
            // 
            // lblSkinName
            // 
            this.lblSkinName.Glyph = ((System.Drawing.Image)(resources.GetObject("lblSkinName.Glyph")));
            this.lblSkinName.Id = 37;
            this.lblSkinName.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("lblSkinName.LargeGlyph")));
            this.lblSkinName.Name = "lblSkinName";
            this.lblSkinName.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // itemDate
            // 
            this.itemDate.Caption = "Ngày";
            this.itemDate.Edit = this.repositoryItemDateEdit1;
            this.itemDate.Id = 11;
            this.itemDate.ImageIndex = 12;
            this.itemDate.Name = "itemDate";
            this.itemDate.Width = 92;
            // 
            // 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.DisplayFormat.FormatString = "date";
            this.repositoryItemDateEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.repositoryItemDateEdit1.EditFormat.FormatString = "date";
            this.repositoryItemDateEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            this.repositoryItemDateEdit1.Name = "repositoryItemDateEdit1";
            this.repositoryItemDateEdit1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            // 
            // bar4
            // 
            this.bar4.BarName = "Custom 5";
            this.bar4.DockCol = 0;
            this.bar4.DockRow = 1;
            this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemLogin, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemCalc, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemBestFit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemRefresh, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemSaveAll, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemNew, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemEdit, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemDelete, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemPrintPreview, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
            new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.itemExportExcel, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
            this.bar4.OptionsBar.AllowQuickCustomization = false;
            this.bar4.OptionsBar.DisableClose = true;
            this.bar4.OptionsBar.DisableCustomization = true;
            this.bar4.OptionsBar.DrawDragBorder = false;
            this.bar4.OptionsBar.UseWholeRow = true;
            this.bar4.Text = "Custom 5";
            // 
            // itemLogin
            // 
            this.itemLogin.Caption = "Đăng nhập";
            this.itemLogin.Hint = "Ctrl+L";
            this.itemLogin.Id = 15;
            this.itemLogin.ImageIndex = 14;
            this.itemLogin.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.L));
            this.itemLogin.Name = "itemLogin";
            this.itemLogin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemLogin_ItemClick);
            // 
            // itemCalc
            // 
            this.itemCalc.Caption = "Máy tính";
            this.itemCalc.Id = 42;
            this.itemCalc.ImageIndex = 27;
            this.itemCalc.Name = "itemCalc";
            this.itemCalc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemCalc_ItemClick);
            // 
            // itemBestFit
            // 
            this.itemBestFit.Caption = "Điều chỉnh cột";
            this.itemBestFit.Id = 52;
            this.itemBestFit.ImageIndex = 35;
            this.itemBestFit.Name = "itemBestFit";
            this.itemBestFit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemBestFit_ItemClick);
            // 
            // itemRefresh
            // 
            this.itemRefresh.Caption = "Nạp dữ liệu";
            this.itemRefresh.Hint = "F5";
            this.itemRefresh.Id = 16;
            this.itemRefresh.ImageIndex = 1;
            this.itemRefresh.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F5);
            this.itemRefresh.Name = "itemRefresh";
            this.itemRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemRefresh_ItemClick);
            // 
            // itemSave
            // 
            this.itemSave.Caption = "Lưu";
            this.itemSave.Hint = "Ctrl+S";
            this.itemSave.Id = 18;
            this.itemSave.ImageIndex = 6;
            this.itemSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
            this.itemSave.Name = "itemSave";
            this.itemSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemSave_ItemClick);
            // 
            // itemSaveAll
            // 
            this.itemSaveAll.Caption = "Lưu tất cả";
            this.itemSaveAll.Hint = "Ctrl+Shift+S";
            this.itemSaveAll.Id = 19;
            this.itemSaveAll.ImageIndex = 7;
            this.itemSaveAll.ItemShortcut = new DevExpress.XtraBars.BarShortcut(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift) 
                | System.Windows.Forms.Keys.S));
            this.itemSaveAll.Name = "itemSaveAll";
            this.itemSaveAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemSaveAll_ItemClick);
            // 
            // itemNew
            // 
            this.itemNew.Caption = "Thêm";
            this.itemNew.Hint = "Ctrl+N";
            this.itemNew.Id = 20;
            this.itemNew.ImageIndex = 3;
            this.itemNew.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
            this.itemNew.Name = "itemNew";
            this.itemNew.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemNew_ItemClick);
            // 
            // itemEdit
            // 
            this.itemEdit.Caption = "Sửa";
            this.itemEdit.Hint = "Ctrl+E";
            this.itemEdit.Id = 21;
            this.itemEdit.ImageIndex = 5;
            this.itemEdit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
            this.itemEdit.Name = "itemEdit";
            this.itemEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemEdit_ItemClick);
            // 
            // itemDelete
            // 
            this.itemDelete.Caption = "Xóa";
            this.itemDelete.Hint = "Ctrl+Delete";
            this.itemDelete.Id = 22;
            this.itemDelete.ImageIndex = 0;
            this.itemDelete.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete));
            this.itemDelete.Name = "itemDelete";
            this.itemDelete.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemDelete_ItemClick);
            // 
            // itemPrintPreview
            // 
            this.itemPrintPreview.Caption = "Xem và in";
            this.itemPrintPreview.Hint = "Ctrl+P";
            this.itemPrintPreview.Id = 24;
            this.itemPrintPreview.ImageIndex = 11;
            this.itemPrintPreview.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
            this.itemPrintPreview.Name = "itemPrintPreview";
            this.itemPrintPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemPrintPreview_ItemClick);
            // 
            // itemExportExcel
            // 
            this.itemExportExcel.Caption = "Xuất Excel";
            this.itemExportExcel.Hint = "Ctrl+E";
            this.itemExportExcel.Id = 28;
            this.itemExportExcel.ImageIndex = 15;
            this.itemExportExcel.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.E));
            this.itemExportExcel.Name = "itemExportExcel";
            this.itemExportExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.itemExportExcel_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(1116, 53);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.CausesValidation = false;
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 546);
            this.barDockControlBottom.Size = new System.Drawing.Size(1116, 27);
            // 
            // barDockControlLeft
            // 
            this.barDockControlLeft.CausesValidation = false;
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 53);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 493);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.CausesValidation = false;
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1116, 53);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 493);
            // 
            // imageCollection
            // 
            this.imageCollection.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection.ImageStream")));
            this.imageCollection.InsertGalleryImage("deletelist2_16x16.png", "images/actions/deletelist2_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/deletelist2_16x16.png"), 0);
            this.imageCollection.Images.SetKeyName(0, "deletelist2_16x16.png");
            this.imageCollection.InsertGalleryImage("refresh2_16x16.png", "images/actions/refresh2_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/refresh2_16x16.png"), 1);
            this.imageCollection.Images.SetKeyName(1, "refresh2_16x16.png");
            this.imageCollection.InsertGalleryImage("database_16x16.png", "images/data/database_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/data/database_16x16.png"), 2);
            this.imageCollection.Images.SetKeyName(2, "database_16x16.png");
            this.imageCollection.InsertGalleryImage("copy_16x16.png", "images/edit/copy_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/copy_16x16.png"), 3);
            this.imageCollection.Images.SetKeyName(3, "copy_16x16.png");
            this.imageCollection.InsertGalleryImage("delete_16x16.png", "images/edit/delete_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/delete_16x16.png"), 4);
            this.imageCollection.Images.SetKeyName(4, "delete_16x16.png");
            this.imageCollection.InsertGalleryImage("edit_16x16.png", "images/edit/edit_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/edit_16x16.png"), 5);
            this.imageCollection.Images.SetKeyName(5, "edit_16x16.png");
            this.imageCollection.InsertGalleryImage("save_16x16.png", "images/save/save_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/save/save_16x16.png"), 6);
            this.imageCollection.Images.SetKeyName(6, "save_16x16.png");
            this.imageCollection.InsertGalleryImage("saveall_16x16.png", "images/save/saveall_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/save/saveall_16x16.png"), 7);
            this.imageCollection.Images.SetKeyName(7, "saveall_16x16.png");
            this.imageCollection.InsertGalleryImage("index_16x16.png", "images/support/index_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/index_16x16.png"), 8);
            this.imageCollection.Images.SetKeyName(8, "index_16x16.png");
            this.imageCollection.InsertGalleryImage("info_16x16.png", "images/support/info_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/info_16x16.png"), 9);
            this.imageCollection.Images.SetKeyName(9, "info_16x16.png");
            this.imageCollection.InsertGalleryImage("exporttoxls_16x16.png", "images/export/exporttoxls_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/export/exporttoxls_16x16.png"), 10);
            this.imageCollection.Images.SetKeyName(10, "exporttoxls_16x16.png");
            this.imageCollection.InsertGalleryImage("preview_16x16.png", "images/print/preview_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/print/preview_16x16.png"), 11);
            this.imageCollection.Images.SetKeyName(11, "preview_16x16.png");
            this.imageCollection.InsertGalleryImage("calendar_16x16.png", "images/scheduling/calendar_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/scheduling/calendar_16x16.png"), 12);
            this.imageCollection.Images.SetKeyName(12, "calendar_16x16.png");
            this.imageCollection.Images.SetKeyName(13, "unlock.ico");
            this.imageCollection.Images.SetKeyName(14, "lock.ico");
            this.imageCollection.Images.SetKeyName(15, "exportXls.png");
            this.imageCollection.InsertGalleryImage("customer_16x16.png", "images/people/customer_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/people/customer_16x16.png"), 16);
            this.imageCollection.Images.SetKeyName(16, "customer_16x16.png");
            this.imageCollection.InsertGalleryImage("product_16x16.png", "images/support/product_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/product_16x16.png"), 17);
            this.imageCollection.Images.SetKeyName(17, "product_16x16.png");
            this.imageCollection.InsertGalleryImage("apply_16x16.png", "images/actions/apply_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/apply_16x16.png"), 18);
            this.imageCollection.Images.SetKeyName(18, "apply_16x16.png");
            this.imageCollection.InsertGalleryImage("cancel_16x16.png", "images/actions/cancel_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/cancel_16x16.png"), 19);
            this.imageCollection.Images.SetKeyName(19, "cancel_16x16.png");
            this.imageCollection.Images.SetKeyName(20, "tape-measure-2-16.ico");
            this.imageCollection.InsertGalleryImage("customization_16x16.png", "images/edit/customization_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/edit/customization_16x16.png"), 21);
            this.imageCollection.Images.SetKeyName(21, "customization_16x16.png");
            this.imageCollection.InsertGalleryImage("technology_16x16.png", "images/programming/technology_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/programming/technology_16x16.png"), 22);
            this.imageCollection.Images.SetKeyName(22, "technology_16x16.png");
            this.imageCollection.InsertGalleryImage("close_16x16.png", "images/actions/close_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/actions/close_16x16.png"), 23);
            this.imageCollection.Images.SetKeyName(23, "close_16x16.png");
            this.imageCollection.InsertGalleryImage("contact_16x16.png", "images/mail/contact_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/mail/contact_16x16.png"), 24);
            this.imageCollection.Images.SetKeyName(24, "contact_16x16.png");
            this.imageCollection.Images.SetKeyName(25, "transform.png");
            this.imageCollection.Images.SetKeyName(26, "currency.png");
            this.imageCollection.Images.SetKeyName(27, "calc.png");
            this.imageCollection.InsertGalleryImage("knowledgebasearticle_16x16.png", "images/support/knowledgebasearticle_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/knowledgebasearticle_16x16.png"), 28);
            this.imageCollection.Images.SetKeyName(28, "knowledgebasearticle_16x16.png");
            this.imageCollection.InsertGalleryImage("contentarrangeincolums_16x16.png", "images/alignment/contentarrangeincolums_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/alignment/contentarrangeincolums_16x16.png"), 29);
            this.imageCollection.Images.SetKeyName(29, "contentarrangeincolums_16x16.png");
            this.imageCollection.InsertGalleryImage("contentarrangeinrows_16x16.png", "images/alignment/contentarrangeinrows_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/alignment/contentarrangeinrows_16x16.png"), 30);
            this.imageCollection.Images.SetKeyName(30, "contentarrangeinrows_16x16.png");
            this.imageCollection.InsertGalleryImage("bringforward_16x16.png", "images/arrange/bringforward_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/arrange/bringforward_16x16.png"), 31);
            this.imageCollection.Images.SetKeyName(31, "bringforward_16x16.png");
            this.imageCollection.Images.SetKeyName(32, "cancel.png");
            this.imageCollection.InsertGalleryImage("gaugestylelinearvertical_16x16.png", "images/gauges/gaugestylelinearvertical_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/gauges/gaugestylelinearvertical_16x16.png"), 33);
            this.imageCollection.Images.SetKeyName(33, "gaugestylelinearvertical_16x16.png");
            this.imageCollection.InsertGalleryImage("pagesetup_16x16.png", "images/setup/pagesetup_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/setup/pagesetup_16x16.png"), 34);
            this.imageCollection.Images.SetKeyName(34, "pagesetup_16x16.png");
            this.imageCollection.InsertGalleryImage("grid_16x16.png", "images/grid/grid_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/grid/grid_16x16.png"), 35);
            this.imageCollection.Images.SetKeyName(35, "grid_16x16.png");
            this.imageCollection.Images.SetKeyName(36, "import.png");
            this.imageCollection.Images.SetKeyName(37, "password.png");
            // 
            // barSubItem5
            // 
            this.barSubItem5.Caption = "Nghiệp vụ";
            this.barSubItem5.Id = 8;
            this.barSubItem5.Name = "barSubItem5";
            // 
            // mdiManager
            // 
            this.mdiManager.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.mdiManager.AppearancePage.HeaderActive.Options.UseFont = true;
            this.mdiManager.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeaderAndOnMouseHover;
            this.mdiManager.HeaderButtons = DevExpress.XtraTab.TabButtons.Close;
            this.mdiManager.MdiParent = this;
            // 
            // alertControl
            // 
            this.alertControl.AutoFormDelay = 3000;
            this.alertControl.ShowPinButton = false;
            // 
            // navBarControl1
            // 
            this.navBarControl1.ActiveGroup = this.navGroupInvoice;
            this.navBarControl1.Appearance.GroupHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.navBarControl1.Appearance.GroupHeader.Options.UseFont = true;
            this.navBarControl1.Appearance.NavigationPaneHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.navBarControl1.Appearance.NavigationPaneHeader.Options.UseFont = true;
            this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
            this.navBarControl1.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.None;
            this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
            this.navGroupInvoice,
            this.navGroupList});
            this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
            this.navBarCustomerList,
            this.navBarItemList,
            this.navBarUnitList});
            this.navBarControl1.LinkSelectionMode = DevExpress.XtraNavBar.LinkSelectionModeType.OneInGroupAndAllowAutoSelect;
            this.navBarControl1.Location = new System.Drawing.Point(0, 53);
            this.navBarControl1.Name = "navBarControl1";
            this.navBarControl1.OptionsNavPane.ExpandedWidth = 150;
            this.navBarControl1.OptionsNavPane.NavPaneState = DevExpress.XtraNavBar.NavPaneState.Collapsed;
            this.navBarControl1.OptionsNavPane.ShowGroupImageInHeader = true;
            this.navBarControl1.OptionsNavPane.ShowOverflowPanel = false;
            this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.NavigationPane;
            this.navBarControl1.Size = new System.Drawing.Size(54, 493);
            this.navBarControl1.SmallImages = this.imageCollection;
            this.navBarControl1.TabIndex = 5;
            this.navBarControl1.Text = "navBarControl1";
            this.navBarControl1.ActiveGroupChanged += new DevExpress.XtraNavBar.NavBarGroupEventHandler(this.navBarControl1_ActiveGroupChanged);
            this.navBarControl1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarControl1_LinkClicked);
            this.navBarControl1.Click += new System.EventHandler(this.navBarControl1_Click);
            this.navBarControl1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.navBarControl1_MouseDoubleClick);
            // 
            // navGroupInvoice
            // 
            this.navGroupInvoice.Caption = "Nghiệp vụ";
            this.navGroupInvoice.Expanded = true;
            this.navGroupInvoice.Name = "navGroupInvoice";
            this.navGroupInvoice.SmallImage = ((System.Drawing.Image)(resources.GetObject("navGroupInvoice.SmallImage")));
            // 
            // navGroupList
            // 
            this.navGroupList.Caption = "Danh mục";
            this.navGroupList.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText;
            this.navGroupList.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarCustomerList),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemList),
            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarUnitList)});
            this.navGroupList.Name = "navGroupList";
            this.navGroupList.SelectedLinkIndex = 0;
            this.navGroupList.SmallImage = ((System.Drawing.Image)(resources.GetObject("navGroupList.SmallImage")));
            // 
            // navBarCustomerList
            // 
            this.navBarCustomerList.Caption = "Khách hàng";
            this.navBarCustomerList.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarCustomerList.LargeImage")));
            this.navBarCustomerList.LargeImageIndex = 16;
            this.navBarCustomerList.Name = "navBarCustomerList";
            this.navBarCustomerList.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarCustomerList.SmallImage")));
            this.navBarCustomerList.SmallImageIndex = 16;
            this.navBarCustomerList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarCustomerList_LinkClicked);
            // 
            // navBarItemList
            // 
            this.navBarItemList.Caption = "Hàng hóa vật tư";
            this.navBarItemList.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemList.LargeImage")));
            this.navBarItemList.LargeImageIndex = 17;
            this.navBarItemList.Name = "navBarItemList";
            this.navBarItemList.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemList.SmallImage")));
            this.navBarItemList.SmallImageIndex = 17;
            this.navBarItemList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemList_LinkClicked);
            // 
            // navBarUnitList
            // 
            this.navBarUnitList.Caption = "Đơn vị";
            this.navBarUnitList.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarUnitList.LargeImage")));
            this.navBarUnitList.LargeImageIndex = 20;
            this.navBarUnitList.Name = "navBarUnitList";
            this.navBarUnitList.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarUnitList.SmallImage")));
            this.navBarUnitList.SmallImageIndex = 20;
            this.navBarUnitList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarUnitList_LinkClicked);
            // 
            // FrmMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1116, 573);
            this.Controls.Add(this.navBarControl1);
            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 = "FrmMain";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Quản lý bán hàng";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            this.MdiChildActivate += new System.EventHandler(this.FrmMain_MdiChildActivate);
            ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.imageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.mdiManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
            this.ResumeLayout(false);

        }
Exemple #43
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要修改
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::ReportImportSystem.ScreenStart), true, true, true);
     System.ComponentModel.ComponentResourceManager  resources            = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     System.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem(new string[] {
         "1",
         "厦门馥蕾餐饮管理有限公司",
         "91350203MA2XTLL347"
     }, -1);
     this.btSet                 = new System.Windows.Forms.Button();
     this.listView1             = new System.Windows.Forms.ListView();
     this.clxh                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clmc                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.clsh                  = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.tableLayoutPanel1     = new System.Windows.Forms.TableLayoutPanel();
     this.btUpload              = new System.Windows.Forms.Button();
     this.statusStrip1          = new System.Windows.Forms.StatusStrip();
     this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
     this.tableLayoutPanel1.SuspendLayout();
     this.statusStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 500;
     //
     // btSet
     //
     this.btSet.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.btSet.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btSet.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btSet.Image                   = ((System.Drawing.Image)(resources.GetObject("btSet.Image")));
     this.btSet.Location                = new System.Drawing.Point(143, 474);
     this.btSet.Margin                  = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.btSet.Name                    = "btSet";
     this.btSet.Size                    = new System.Drawing.Size(105, 50);
     this.btSet.TabIndex                = 0;
     this.btSet.Text                    = "设置";
     this.btSet.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btSet.UseVisualStyleBackColor = true;
     this.btSet.Click                  += new System.EventHandler(this.btSet_Click);
     //
     // listView1
     //
     this.listView1.CheckBoxes = true;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.clxh,
         this.clmc,
         this.clsh
     });
     this.tableLayoutPanel1.SetColumnSpan(this.listView1, 2);
     this.listView1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.listView1.FullRowSelect  = true;
     this.listView1.GridLines      = true;
     this.listView1.HeaderStyle    = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     listViewItem1.StateImageIndex = 0;
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
         listViewItem1
     });
     this.listView1.Location         = new System.Drawing.Point(15, 65);
     this.listView1.Margin           = new System.Windows.Forms.Padding(15, 4, 15, 4);
     this.listView1.Name             = "listView1";
     this.listView1.ShowGroups       = false;
     this.listView1.ShowItemToolTips = true;
     this.listView1.Size             = new System.Drawing.Size(754, 391);
     this.listView1.TabIndex         = 2;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.View = System.Windows.Forms.View.Details;
     //
     // clxh
     //
     this.clxh.Text = "序号";
     //
     // clmc
     //
     this.clmc.Text  = "企业名称";
     this.clmc.Width = 186;
     //
     // clsh
     //
     this.clsh.Text  = "企业税号";
     this.clsh.Width = 180;
     //
     // tableLayoutPanel1
     //
     this.tableLayoutPanel1.AutoSize    = true;
     this.tableLayoutPanel1.ColumnCount = 2;
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
     this.tableLayoutPanel1.Controls.Add(this.listView1, 0, 1);
     this.tableLayoutPanel1.Controls.Add(this.btSet, 0, 2);
     this.tableLayoutPanel1.Controls.Add(this.btUpload, 1, 2);
     this.tableLayoutPanel1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.tableLayoutPanel1.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.tableLayoutPanel1.Name     = "tableLayoutPanel1";
     this.tableLayoutPanel1.RowCount = 3;
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 13.44538F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 86.55462F));
     this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 78F));
     this.tableLayoutPanel1.Size     = new System.Drawing.Size(784, 539);
     this.tableLayoutPanel1.TabIndex = 3;
     //
     // btUpload
     //
     this.btUpload.Anchor                  = System.Windows.Forms.AnchorStyles.None;
     this.btUpload.Font                    = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btUpload.Image                   = ((System.Drawing.Image)(resources.GetObject("btUpload.Image")));
     this.btUpload.Location                = new System.Drawing.Point(535, 474);
     this.btUpload.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btUpload.Name                    = "btUpload";
     this.btUpload.Size                    = new System.Drawing.Size(105, 50);
     this.btUpload.TabIndex                = 3;
     this.btUpload.Text                    = "报送";
     this.btUpload.TextImageRelation       = System.Windows.Forms.TextImageRelation.ImageBeforeText;
     this.btUpload.UseVisualStyleBackColor = true;
     this.btUpload.Click                  += new System.EventHandler(this.btUpload_Click);
     //
     // statusStrip1
     //
     this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripStatusLabel1
     });
     this.statusStrip1.Location   = new System.Drawing.Point(0, 539);
     this.statusStrip1.Name       = "statusStrip1";
     this.statusStrip1.Padding    = new System.Windows.Forms.Padding(1, 0, 16, 0);
     this.statusStrip1.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
     this.statusStrip1.Size       = new System.Drawing.Size(784, 22);
     this.statusStrip1.TabIndex   = 4;
     this.statusStrip1.Text       = "statusStrip1";
     //
     // toolStripStatusLabel1
     //
     this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
     this.toolStripStatusLabel1.Size = new System.Drawing.Size(68, 17);
     this.toolStripStatusLabel1.Text = "当前时间:";
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.tableLayoutPanel1);
     this.Controls.Add(this.statusStrip1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin        = new System.Windows.Forms.Padding(2, 3, 2, 3);
     this.Name          = "Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form1";
     this.tableLayoutPanel1.ResumeLayout(false);
     this.statusStrip1.ResumeLayout(false);
     this.statusStrip1.PerformLayout();
     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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmThuVienHinhAnh));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.btnOK = new DevExpress.XtraEditors.SimpleButton();
            this.btnImageCancel = new DevExpress.XtraEditors.SimpleButton();
            this.galleryControlImage = new DevExpress.XtraBars.Ribbon.GalleryControl();
            this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
            ((System.ComponentModel.ISupportInitialize)(this.galleryControlImage)).BeginInit();
            this.galleryControlImage.SuspendLayout();
            this.SuspendLayout();
            // 
            // labelControl1
            // 
            this.labelControl1.Appearance.Font = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.labelControl1.Appearance.ForeColor = System.Drawing.Color.OrangeRed;
            this.labelControl1.Location = new System.Drawing.Point(12, 6);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(155, 16);
            this.labelControl1.TabIndex = 2;
            this.labelControl1.Text = "Chọn hình ảnh cần thêm";
            // 
            // btnOK
            // 
            this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
            this.btnOK.Location = new System.Drawing.Point(407, 252);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 8;
            this.btnOK.Text = "OK";
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // btnImageCancel
            // 
            this.btnImageCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.btnImageCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnImageCancel.Image")));
            this.btnImageCancel.Location = new System.Drawing.Point(488, 252);
            this.btnImageCancel.Name = "btnImageCancel";
            this.btnImageCancel.Size = new System.Drawing.Size(75, 23);
            this.btnImageCancel.TabIndex = 7;
            this.btnImageCancel.Text = "Đóng";
            this.btnImageCancel.Click += new System.EventHandler(this.btnImageCancel_Click);
            // 
            // galleryControlImage
            // 
            this.galleryControlImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
            | System.Windows.Forms.AnchorStyles.Left) 
            | System.Windows.Forms.AnchorStyles.Right)));
            this.galleryControlImage.Controls.Add(this.galleryControlClient1);
            this.galleryControlImage.DesignGalleryGroupIndex = 0;
            this.galleryControlImage.DesignGalleryItemIndex = 0;
            // 
            // galleryControlGallery1
            // 
            this.galleryControlImage.Gallery.AllowHoverImages = true;
            this.galleryControlImage.Gallery.AllowMarqueeSelection = true;
            galleryItemGroup1.Caption = "Danh sách hình ảnh đang dùng";
            this.galleryControlImage.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.galleryControlImage.Gallery.HoverImageSize = new System.Drawing.Size(200, 200);
            this.galleryControlImage.Gallery.ImageSize = new System.Drawing.Size(100, 100);
            this.galleryControlImage.Gallery.ItemCheckMode = DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.Multiple;
            this.galleryControlImage.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.ZoomInside;
            this.galleryControlImage.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Left;
            this.galleryControlImage.Gallery.ShowItemText = true;
            this.galleryControlImage.Location = new System.Drawing.Point(0, 28);
            this.galleryControlImage.Name = "galleryControlImage";
            this.galleryControlImage.Size = new System.Drawing.Size(584, 218);
            this.galleryControlImage.TabIndex = 9;
            this.galleryControlImage.Text = "galleryControlImage";
            // 
            // galleryControlClient1
            // 
            this.galleryControlClient1.GalleryControl = this.galleryControlImage;
            this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
            this.galleryControlClient1.Size = new System.Drawing.Size(563, 214);
            // 
            // frmThuVienHinhAnh
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(584, 282);
            this.Controls.Add(this.galleryControlImage);
            this.Controls.Add(this.btnOK);
            this.Controls.Add(this.btnImageCancel);
            this.Controls.Add(this.labelControl1);
            this.MinimumSize = new System.Drawing.Size(450, 200);
            this.Name = "frmThuVienHinhAnh";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Thư viện hình ảnh";
            ((System.ComponentModel.ISupportInitialize)(this.galleryControlImage)).EndInit();
            this.galleryControlImage.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemple #45
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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::OTTOPro.frmSplashScreen), true, true);
     System.ComponentModel.ComponentResourceManager  resources            = new System.ComponentModel.ComponentResourceManager(typeof(frmNewLogin));
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule1 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule conditionValidationRule2 = new DevExpress.XtraEditors.DXErrorProvider.ConditionValidationRule();
     this.layoutControl1        = new DevExpress.XtraLayout.LayoutControl();
     this.panelControl1         = new DevExpress.XtraEditors.PanelControl();
     this.layoutControl2        = new DevExpress.XtraLayout.LayoutControl();
     this.pictureEdit1          = new DevExpress.XtraEditors.PictureEdit();
     this.btnCancel             = new DevExpress.XtraEditors.SimpleButton();
     this.btnLogin              = new DevExpress.XtraEditors.SimpleButton();
     this.txtPassword           = new DevExpress.XtraEditors.TextEdit();
     this.txtUserName           = new DevExpress.XtraEditors.TextEdit();
     this.layoutControlGroup2   = new DevExpress.XtraLayout.LayoutControlGroup();
     this.layoutControlItem2    = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem5       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem3    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4    = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem5    = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem6       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem7       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem8       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem9       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem10      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem11      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem6    = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem12      = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlGroup1   = new DevExpress.XtraLayout.LayoutControlGroup();
     this.emptySpaceItem2       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.layoutControlItem1    = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem4       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3       = new DevExpress.XtraLayout.EmptySpaceItem();
     this.dxValidationProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXValidationProvider(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).BeginInit();
     this.layoutControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 100;
     //
     // layoutControl1
     //
     this.layoutControl1.Controls.Add(this.panelControl1);
     this.layoutControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name     = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(872, 271, 450, 400);
     this.layoutControl1.Root     = this.layoutControlGroup1;
     this.layoutControl1.Size     = new System.Drawing.Size(825, 550);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text     = "layoutControl1";
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.Controls.Add(this.layoutControl2);
     this.panelControl1.Location = new System.Drawing.Point(140, 108);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(531, 327);
     this.panelControl1.TabIndex = 4;
     //
     // layoutControl2
     //
     this.layoutControl2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(158)))), ((int)(((byte)(224)))));
     this.layoutControl2.Controls.Add(this.pictureEdit1);
     this.layoutControl2.Controls.Add(this.btnCancel);
     this.layoutControl2.Controls.Add(this.btnLogin);
     this.layoutControl2.Controls.Add(this.txtPassword);
     this.layoutControl2.Controls.Add(this.txtUserName);
     this.layoutControl2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl2.Location = new System.Drawing.Point(2, 2);
     this.layoutControl2.Name     = "layoutControl2";
     this.layoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(1095, 245, 450, 400);
     this.layoutControl2.OptionsFocus.EnableAutoTabOrder = false;
     this.layoutControl2.Root     = this.layoutControlGroup2;
     this.layoutControl2.Size     = new System.Drawing.Size(527, 323);
     this.layoutControl2.TabIndex = 0;
     this.layoutControl2.Text     = "layoutControl2";
     //
     // pictureEdit1
     //
     this.pictureEdit1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit1.EditValue = global::OTTOPro.Properties.Resources.defaultImage;
     this.pictureEdit1.Location  = new System.Drawing.Point(195, 12);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Properties.Appearance.BackColor            = System.Drawing.Color.Transparent;
     this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit1.Properties.BorderStyle        = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pictureEdit1.Properties.PictureStoreMode   = DevExpress.XtraEditors.Controls.PictureStoreMode.Image;
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size            = new System.Drawing.Size(120, 112);
     this.pictureEdit1.StyleController = this.layoutControl2;
     this.pictureEdit1.TabIndex        = 8;
     //
     // btnCancel
     //
     this.btnCancel.DialogResult       = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.ImageOptions.Image")));
     this.btnCancel.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnCancel.Location        = new System.Drawing.Point(346, 220);
     this.btnCancel.Name            = "btnCancel";
     this.btnCancel.Size            = new System.Drawing.Size(112, 22);
     this.btnCancel.StyleController = this.layoutControl2;
     this.btnCancel.TabIndex        = 4;
     this.btnCancel.Text            = "Abbrechen";
     this.btnCancel.Click          += new System.EventHandler(this.btnCancel_Click);
     //
     // btnLogin
     //
     this.btnLogin.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnLogin.ImageOptions.Image")));
     this.btnLogin.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
     this.btnLogin.Location        = new System.Drawing.Point(215, 220);
     this.btnLogin.Name            = "btnLogin";
     this.btnLogin.Size            = new System.Drawing.Size(113, 22);
     this.btnLogin.StyleController = this.layoutControl2;
     this.btnLogin.TabIndex        = 3;
     this.btnLogin.Text            = "Login";
     this.btnLogin.Click          += new System.EventHandler(this.btnLogin_Click);
     //
     // txtPassword
     //
     this.txtPassword.Location = new System.Drawing.Point(68, 186);
     this.txtPassword.Name     = "txtPassword";
     this.txtPassword.Properties.PasswordChar = '*';
     this.txtPassword.Size                      = new System.Drawing.Size(390, 20);
     this.txtPassword.StyleController           = this.layoutControl2;
     this.txtPassword.TabIndex                  = 2;
     conditionValidationRule1.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule1.ErrorText         = "Mandatory";
     conditionValidationRule1.ErrorType         = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtPassword, conditionValidationRule1);
     this.txtPassword.Enter += new System.EventHandler(this.txtUserName_Enter);
     //
     // txtUserName
     //
     this.txtUserName.Location                  = new System.Drawing.Point(68, 145);
     this.txtUserName.Name                      = "txtUserName";
     this.txtUserName.Size                      = new System.Drawing.Size(390, 20);
     this.txtUserName.StyleController           = this.layoutControl2;
     this.txtUserName.TabIndex                  = 1;
     conditionValidationRule2.ConditionOperator = DevExpress.XtraEditors.DXErrorProvider.ConditionOperator.IsNotBlank;
     conditionValidationRule2.ErrorText         = "Mandatory";
     conditionValidationRule2.ErrorType         = DevExpress.XtraEditors.DXErrorProvider.ErrorType.Critical;
     this.dxValidationProvider1.SetValidationRule(this.txtUserName, conditionValidationRule2);
     this.txtUserName.Enter += new System.EventHandler(this.txtUserName_Enter);
     //
     // layoutControlGroup2
     //
     this.layoutControlGroup2.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup2.GroupBordersVisible         = false;
     this.layoutControlGroup2.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.layoutControlItem2,
         this.emptySpaceItem5,
         this.layoutControlItem3,
         this.layoutControlItem4,
         this.layoutControlItem5,
         this.emptySpaceItem6,
         this.emptySpaceItem7,
         this.emptySpaceItem8,
         this.emptySpaceItem9,
         this.emptySpaceItem10,
         this.emptySpaceItem11,
         this.layoutControlItem6,
         this.emptySpaceItem12
     });
     this.layoutControlGroup2.Name        = "Root";
     this.layoutControlGroup2.Size        = new System.Drawing.Size(527, 323);
     this.layoutControlGroup2.TextVisible = false;
     //
     // layoutControlItem2
     //
     this.layoutControlItem2.AppearanceItemCaption.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem2.AppearanceItemCaption.ForeColor            = System.Drawing.Color.White;
     this.layoutControlItem2.AppearanceItemCaption.Options.UseFont      = true;
     this.layoutControlItem2.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem2.Control      = this.txtUserName;
     this.layoutControlItem2.Location     = new System.Drawing.Point(56, 116);
     this.layoutControlItem2.Name         = "layoutControlItem2";
     this.layoutControlItem2.Size         = new System.Drawing.Size(394, 41);
     this.layoutControlItem2.Text         = "Nutzername";
     this.layoutControlItem2.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem2.TextSize     = new System.Drawing.Size(73, 14);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.Location      = new System.Drawing.Point(56, 234);
     this.emptySpaceItem5.Name          = "emptySpaceItem5";
     this.emptySpaceItem5.Size          = new System.Drawing.Size(394, 69);
     this.emptySpaceItem5.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem3
     //
     this.layoutControlItem3.AppearanceItemCaption.Font                 = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.layoutControlItem3.AppearanceItemCaption.ForeColor            = System.Drawing.Color.White;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseFont      = true;
     this.layoutControlItem3.AppearanceItemCaption.Options.UseForeColor = true;
     this.layoutControlItem3.Control      = this.txtPassword;
     this.layoutControlItem3.Location     = new System.Drawing.Point(56, 157);
     this.layoutControlItem3.Name         = "layoutControlItem3";
     this.layoutControlItem3.Size         = new System.Drawing.Size(394, 41);
     this.layoutControlItem3.Text         = "Passwort";
     this.layoutControlItem3.TextLocation = DevExpress.Utils.Locations.Top;
     this.layoutControlItem3.TextSize     = new System.Drawing.Size(73, 14);
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control     = this.btnLogin;
     this.layoutControlItem4.Location    = new System.Drawing.Point(203, 208);
     this.layoutControlItem4.Name        = "layoutControlItem4";
     this.layoutControlItem4.Size        = new System.Drawing.Size(117, 26);
     this.layoutControlItem4.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextVisible = false;
     //
     // layoutControlItem5
     //
     this.layoutControlItem5.Control     = this.btnCancel;
     this.layoutControlItem5.Location    = new System.Drawing.Point(334, 208);
     this.layoutControlItem5.Name        = "layoutControlItem5";
     this.layoutControlItem5.Size        = new System.Drawing.Size(116, 26);
     this.layoutControlItem5.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem5.TextVisible = false;
     //
     // emptySpaceItem6
     //
     this.emptySpaceItem6.AllowHotTrack = false;
     this.emptySpaceItem6.Location      = new System.Drawing.Point(56, 0);
     this.emptySpaceItem6.Name          = "emptySpaceItem6";
     this.emptySpaceItem6.Size          = new System.Drawing.Size(127, 116);
     this.emptySpaceItem6.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem7
     //
     this.emptySpaceItem7.AllowHotTrack = false;
     this.emptySpaceItem7.Location      = new System.Drawing.Point(450, 0);
     this.emptySpaceItem7.Name          = "emptySpaceItem7";
     this.emptySpaceItem7.Size          = new System.Drawing.Size(57, 303);
     this.emptySpaceItem7.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem8
     //
     this.emptySpaceItem8.AllowHotTrack = false;
     this.emptySpaceItem8.Location      = new System.Drawing.Point(0, 0);
     this.emptySpaceItem8.Name          = "emptySpaceItem8";
     this.emptySpaceItem8.Size          = new System.Drawing.Size(56, 303);
     this.emptySpaceItem8.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem9
     //
     this.emptySpaceItem9.AllowHotTrack = false;
     this.emptySpaceItem9.Location      = new System.Drawing.Point(56, 198);
     this.emptySpaceItem9.Name          = "emptySpaceItem9";
     this.emptySpaceItem9.Size          = new System.Drawing.Size(394, 10);
     this.emptySpaceItem9.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem10
     //
     this.emptySpaceItem10.AllowHotTrack = false;
     this.emptySpaceItem10.Location      = new System.Drawing.Point(320, 208);
     this.emptySpaceItem10.Name          = "emptySpaceItem10";
     this.emptySpaceItem10.Size          = new System.Drawing.Size(14, 26);
     this.emptySpaceItem10.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem11
     //
     this.emptySpaceItem11.AllowHotTrack = false;
     this.emptySpaceItem11.Location      = new System.Drawing.Point(56, 208);
     this.emptySpaceItem11.Name          = "emptySpaceItem11";
     this.emptySpaceItem11.Size          = new System.Drawing.Size(147, 26);
     this.emptySpaceItem11.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem6
     //
     this.layoutControlItem6.Control     = this.pictureEdit1;
     this.layoutControlItem6.Location    = new System.Drawing.Point(183, 0);
     this.layoutControlItem6.Name        = "layoutControlItem6";
     this.layoutControlItem6.Size        = new System.Drawing.Size(124, 116);
     this.layoutControlItem6.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem6.TextVisible = false;
     //
     // emptySpaceItem12
     //
     this.emptySpaceItem12.AllowHotTrack = false;
     this.emptySpaceItem12.Location      = new System.Drawing.Point(307, 0);
     this.emptySpaceItem12.Name          = "emptySpaceItem12";
     this.emptySpaceItem12.Size          = new System.Drawing.Size(143, 116);
     this.emptySpaceItem12.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
     this.layoutControlGroup1.GroupBordersVisible         = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
         this.emptySpaceItem2,
         this.layoutControlItem1,
         this.emptySpaceItem1,
         this.emptySpaceItem4,
         this.emptySpaceItem3
     });
     this.layoutControlGroup1.Name        = "Root";
     this.layoutControlGroup1.Size        = new System.Drawing.Size(825, 550);
     this.layoutControlGroup1.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.Location      = new System.Drawing.Point(663, 96);
     this.emptySpaceItem2.Name          = "emptySpaceItem2";
     this.emptySpaceItem2.Size          = new System.Drawing.Size(142, 331);
     this.emptySpaceItem2.TextSize      = new System.Drawing.Size(0, 0);
     //
     // layoutControlItem1
     //
     this.layoutControlItem1.Control     = this.panelControl1;
     this.layoutControlItem1.Location    = new System.Drawing.Point(128, 96);
     this.layoutControlItem1.Name        = "layoutControlItem1";
     this.layoutControlItem1.Size        = new System.Drawing.Size(535, 331);
     this.layoutControlItem1.TextSize    = new System.Drawing.Size(0, 0);
     this.layoutControlItem1.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.Location      = new System.Drawing.Point(0, 96);
     this.emptySpaceItem1.Name          = "emptySpaceItem1";
     this.emptySpaceItem1.Size          = new System.Drawing.Size(128, 331);
     this.emptySpaceItem1.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.Location      = new System.Drawing.Point(0, 0);
     this.emptySpaceItem4.Name          = "emptySpaceItem4";
     this.emptySpaceItem4.Size          = new System.Drawing.Size(805, 96);
     this.emptySpaceItem4.TextSize      = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.Location      = new System.Drawing.Point(0, 427);
     this.emptySpaceItem3.Name          = "emptySpaceItem3";
     this.emptySpaceItem3.Size          = new System.Drawing.Size(805, 103);
     this.emptySpaceItem3.TextSize      = new System.Drawing.Size(0, 0);
     //
     // frmNewLogin
     //
     this.AcceptButton                    = this.btnLogin;
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(158)))), ((int)(((byte)(224)))));
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode                   = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton                    = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(825, 550);
     this.ControlBox = false;
     this.Controls.Add(this.layoutControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmNewLogin";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmNewLogin";
     this.Load           += new System.EventHandler(this.frmNewLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl2)).EndInit();
     this.layoutControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem9)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem10)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem12)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dxValidationProvider1)).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.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::DUScarT_Telemetri_v2013.SplashScreen1), true, true);
            this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.tabControl1 = new System.Windows.Forms.TabControl();
            this.tabPage1 = new System.Windows.Forms.TabPage();
            this.button2 = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.labelHizMax = new System.Windows.Forms.Label();
            this.labelPanelSicakligi3 = new System.Windows.Forms.Label();
            this.trackBarPanelSicakligi3 = new System.Windows.Forms.TrackBar();
            this.labelPanelSicakligi2 = new System.Windows.Forms.Label();
            this.trackBarPanelSicakligi2 = new System.Windows.Forms.TrackBar();
            this.labelPanelSicakligi1 = new System.Windows.Forms.Label();
            this.trackBarPanelSicakligi1 = new System.Windows.Forms.TrackBar();
            this.labelPanelGerilim4 = new System.Windows.Forms.Label();
            this.trackBarPanelGerilim4 = new System.Windows.Forms.TrackBar();
            this.labelPanelGerilim3 = new System.Windows.Forms.Label();
            this.trackBarPanelGerilim3 = new System.Windows.Forms.TrackBar();
            this.labelPanelGerilim2 = new System.Windows.Forms.Label();
            this.trackBarPanelGerilim2 = new System.Windows.Forms.TrackBar();
            this.labelPanelGerilim1 = new System.Windows.Forms.Label();
            this.trackBarPanelGerilim1 = new System.Windows.Forms.TrackBar();
            this.labelMPPTGerilimi = new System.Windows.Forms.Label();
            this.trackBarMPPTGerilimi = new System.Windows.Forms.TrackBar();
            this.labelMPPTAkimi = new System.Windows.Forms.Label();
            this.trackBarMPPTAkimi = new System.Windows.Forms.TrackBar();
            this.labelLapSayisi = new System.Windows.Forms.Label();
            this.trackBarLapSayisi = new System.Windows.Forms.TrackBar();
            this.labelKoordinatY = new System.Windows.Forms.Label();
            this.trackBarKoordinatY = new System.Windows.Forms.TrackBar();
            this.labelKoordinatX = new System.Windows.Forms.Label();
            this.trackBarKoordinatX = new System.Windows.Forms.TrackBar();
            this.labelHiz = new System.Windows.Forms.Label();
            this.trackBarHiz = new System.Windows.Forms.TrackBar();
            this.labelAkudekiKalanEnerji = new System.Windows.Forms.Label();
            this.trackBarAkudekiKalanEnerji = new System.Windows.Forms.TrackBar();
            this.labelAkuSicakligi = new System.Windows.Forms.Label();
            this.trackBarAkuSicakligi = new System.Windows.Forms.TrackBar();
            this.labelAkuGerilimi = new System.Windows.Forms.Label();
            this.trackBarAkuGerilimi = new System.Windows.Forms.TrackBar();
            this.labelAkuAkimi = new System.Windows.Forms.Label();
            this.trackBarAkuAkimi = new System.Windows.Forms.TrackBar();
            this.labelMotorSicakligi = new System.Windows.Forms.Label();
            this.trackBarMotorSicakligi = new System.Windows.Forms.TrackBar();
            this.labelMotorAkimi = new System.Windows.Forms.Label();
            this.trackBarMotorAkimi = new System.Windows.Forms.TrackBar();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.tabPage2 = new System.Windows.Forms.TabPage();
            this.tabPage3 = new System.Windows.Forms.TabPage();
            this.tabPage4 = new System.Windows.Forms.TabPage();
            this.tabPage5 = new System.Windows.Forms.TabPage();
            this.button1 = new System.Windows.Forms.Button();
            this.listViewAllDatas = new System.Windows.Forms.ListView();
            this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
            this.SanalVeriGontericiTimer = new System.Windows.Forms.Timer(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
            this.tabControl1.SuspendLayout();
            this.tabPage1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelSicakligi3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelSicakligi2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelSicakligi1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMPPTGerilimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMPPTAkimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarLapSayisi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarKoordinatY)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarKoordinatX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarHiz)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkudekiKalanEnerji)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkuSicakligi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkuGerilimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkuAkimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMotorSicakligi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMotorAkimi)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.tabPage5.SuspendLayout();
            this.SuspendLayout();
            // 
            // ribbonControl1
            // 
            this.ribbonControl1.ExpandCollapseItem.Id = 0;
            this.ribbonControl1.ExpandCollapseItem.Name = "";
            this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonControl1.ExpandCollapseItem});
            this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
            this.ribbonControl1.MaxItemId = 3;
            this.ribbonControl1.Name = "ribbonControl1";
            this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1});
            this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007;
            this.ribbonControl1.Size = new System.Drawing.Size(707, 142);
            this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "ribbonPage1";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.Text = "ribbonPageGroup1";
            // 
            // ribbonStatusBar1
            // 
            this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 673);
            this.ribbonStatusBar1.Name = "ribbonStatusBar1";
            this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
            this.ribbonStatusBar1.Size = new System.Drawing.Size(707, 27);
            // 
            // tabControl1
            // 
            this.tabControl1.Controls.Add(this.tabPage1);
            this.tabControl1.Controls.Add(this.tabPage2);
            this.tabControl1.Controls.Add(this.tabPage3);
            this.tabControl1.Controls.Add(this.tabPage4);
            this.tabControl1.Controls.Add(this.tabPage5);
            this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.tabControl1.Location = new System.Drawing.Point(0, 142);
            this.tabControl1.Name = "tabControl1";
            this.tabControl1.SelectedIndex = 0;
            this.tabControl1.Size = new System.Drawing.Size(707, 531);
            this.tabControl1.TabIndex = 11;
            // 
            // tabPage1
            // 
            this.tabPage1.Controls.Add(this.button2);
            this.tabPage1.Controls.Add(this.groupBox1);
            this.tabPage1.Controls.Add(this.pictureBox1);
            this.tabPage1.Location = new System.Drawing.Point(4, 33);
            this.tabPage1.Name = "tabPage1";
            this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage1.Size = new System.Drawing.Size(699, 494);
            this.tabPage1.TabIndex = 0;
            this.tabPage1.Text = "DUScarT";
            this.tabPage1.UseVisualStyleBackColor = true;
            // 
            // button2
            // 
            this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.button2.Location = new System.Drawing.Point(8, 6);
            this.button2.Name = "button2";
            this.button2.Size = new System.Drawing.Size(168, 23);
            this.button2.TabIndex = 2;
            this.button2.Text = "Virtual Terminal (Show / Hide)";
            this.button2.UseVisualStyleBackColor = true;
            this.button2.Click += new System.EventHandler(this.button2_Click_1);
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.labelHizMax);
            this.groupBox1.Controls.Add(this.labelPanelSicakligi3);
            this.groupBox1.Controls.Add(this.trackBarPanelSicakligi3);
            this.groupBox1.Controls.Add(this.labelPanelSicakligi2);
            this.groupBox1.Controls.Add(this.trackBarPanelSicakligi2);
            this.groupBox1.Controls.Add(this.labelPanelSicakligi1);
            this.groupBox1.Controls.Add(this.trackBarPanelSicakligi1);
            this.groupBox1.Controls.Add(this.labelPanelGerilim4);
            this.groupBox1.Controls.Add(this.trackBarPanelGerilim4);
            this.groupBox1.Controls.Add(this.labelPanelGerilim3);
            this.groupBox1.Controls.Add(this.trackBarPanelGerilim3);
            this.groupBox1.Controls.Add(this.labelPanelGerilim2);
            this.groupBox1.Controls.Add(this.trackBarPanelGerilim2);
            this.groupBox1.Controls.Add(this.labelPanelGerilim1);
            this.groupBox1.Controls.Add(this.trackBarPanelGerilim1);
            this.groupBox1.Controls.Add(this.labelMPPTGerilimi);
            this.groupBox1.Controls.Add(this.trackBarMPPTGerilimi);
            this.groupBox1.Controls.Add(this.labelMPPTAkimi);
            this.groupBox1.Controls.Add(this.trackBarMPPTAkimi);
            this.groupBox1.Controls.Add(this.labelLapSayisi);
            this.groupBox1.Controls.Add(this.trackBarLapSayisi);
            this.groupBox1.Controls.Add(this.labelKoordinatY);
            this.groupBox1.Controls.Add(this.trackBarKoordinatY);
            this.groupBox1.Controls.Add(this.labelKoordinatX);
            this.groupBox1.Controls.Add(this.trackBarKoordinatX);
            this.groupBox1.Controls.Add(this.labelHiz);
            this.groupBox1.Controls.Add(this.trackBarHiz);
            this.groupBox1.Controls.Add(this.labelAkudekiKalanEnerji);
            this.groupBox1.Controls.Add(this.trackBarAkudekiKalanEnerji);
            this.groupBox1.Controls.Add(this.labelAkuSicakligi);
            this.groupBox1.Controls.Add(this.trackBarAkuSicakligi);
            this.groupBox1.Controls.Add(this.labelAkuGerilimi);
            this.groupBox1.Controls.Add(this.trackBarAkuGerilimi);
            this.groupBox1.Controls.Add(this.labelAkuAkimi);
            this.groupBox1.Controls.Add(this.trackBarAkuAkimi);
            this.groupBox1.Controls.Add(this.labelMotorSicakligi);
            this.groupBox1.Controls.Add(this.trackBarMotorSicakligi);
            this.groupBox1.Controls.Add(this.labelMotorAkimi);
            this.groupBox1.Controls.Add(this.trackBarMotorAkimi);
            this.groupBox1.Controls.Add(this.checkBox1);
            this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.groupBox1.Location = new System.Drawing.Point(8, 35);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(654, 482);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Sanal Veri Gönderici";
            this.groupBox1.Visible = false;
            // 
            // labelHizMax
            // 
            this.labelHizMax.AutoSize = true;
            this.labelHizMax.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelHizMax.Location = new System.Drawing.Point(433, 427);
            this.labelHizMax.Name = "labelHizMax";
            this.labelHizMax.Size = new System.Drawing.Size(60, 13);
            this.labelHizMax.TabIndex = 41;
            this.labelHizMax.Text = "MaxHiz = 0";
            // 
            // labelPanelSicakligi3
            // 
            this.labelPanelSicakligi3.AutoSize = true;
            this.labelPanelSicakligi3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelSicakligi3.Location = new System.Drawing.Point(433, 299);
            this.labelPanelSicakligi3.Name = "labelPanelSicakligi3";
            this.labelPanelSicakligi3.Size = new System.Drawing.Size(97, 13);
            this.labelPanelSicakligi3.TabIndex = 40;
            this.labelPanelSicakligi3.Text = "PanelSicakligi3 = 0";
            // 
            // trackBarPanelSicakligi3
            // 
            this.trackBarPanelSicakligi3.Location = new System.Drawing.Point(433, 315);
            this.trackBarPanelSicakligi3.Maximum = 100;
            this.trackBarPanelSicakligi3.Name = "trackBarPanelSicakligi3";
            this.trackBarPanelSicakligi3.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelSicakligi3.TabIndex = 39;
            // 
            // labelPanelSicakligi2
            // 
            this.labelPanelSicakligi2.AutoSize = true;
            this.labelPanelSicakligi2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelSicakligi2.Location = new System.Drawing.Point(433, 235);
            this.labelPanelSicakligi2.Name = "labelPanelSicakligi2";
            this.labelPanelSicakligi2.Size = new System.Drawing.Size(97, 13);
            this.labelPanelSicakligi2.TabIndex = 38;
            this.labelPanelSicakligi2.Text = "PanelSicakligi2 = 0";
            // 
            // trackBarPanelSicakligi2
            // 
            this.trackBarPanelSicakligi2.Location = new System.Drawing.Point(433, 251);
            this.trackBarPanelSicakligi2.Maximum = 100;
            this.trackBarPanelSicakligi2.Name = "trackBarPanelSicakligi2";
            this.trackBarPanelSicakligi2.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelSicakligi2.TabIndex = 37;
            // 
            // labelPanelSicakligi1
            // 
            this.labelPanelSicakligi1.AutoSize = true;
            this.labelPanelSicakligi1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelSicakligi1.Location = new System.Drawing.Point(433, 171);
            this.labelPanelSicakligi1.Name = "labelPanelSicakligi1";
            this.labelPanelSicakligi1.Size = new System.Drawing.Size(97, 13);
            this.labelPanelSicakligi1.TabIndex = 36;
            this.labelPanelSicakligi1.Text = "PanelSicakligi1 = 0";
            // 
            // trackBarPanelSicakligi1
            // 
            this.trackBarPanelSicakligi1.Location = new System.Drawing.Point(433, 187);
            this.trackBarPanelSicakligi1.Maximum = 100;
            this.trackBarPanelSicakligi1.Name = "trackBarPanelSicakligi1";
            this.trackBarPanelSicakligi1.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelSicakligi1.TabIndex = 35;
            // 
            // labelPanelGerilim4
            // 
            this.labelPanelGerilim4.AutoSize = true;
            this.labelPanelGerilim4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelGerilim4.Location = new System.Drawing.Point(433, 107);
            this.labelPanelGerilim4.Name = "labelPanelGerilim4";
            this.labelPanelGerilim4.Size = new System.Drawing.Size(89, 13);
            this.labelPanelGerilim4.TabIndex = 34;
            this.labelPanelGerilim4.Text = "PanelGerilim4 = 0";
            // 
            // trackBarPanelGerilim4
            // 
            this.trackBarPanelGerilim4.Location = new System.Drawing.Point(433, 123);
            this.trackBarPanelGerilim4.Maximum = 100;
            this.trackBarPanelGerilim4.Name = "trackBarPanelGerilim4";
            this.trackBarPanelGerilim4.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelGerilim4.TabIndex = 33;
            // 
            // labelPanelGerilim3
            // 
            this.labelPanelGerilim3.AutoSize = true;
            this.labelPanelGerilim3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelGerilim3.Location = new System.Drawing.Point(433, 43);
            this.labelPanelGerilim3.Name = "labelPanelGerilim3";
            this.labelPanelGerilim3.Size = new System.Drawing.Size(89, 13);
            this.labelPanelGerilim3.TabIndex = 32;
            this.labelPanelGerilim3.Text = "PanelGerilim3 = 0";
            // 
            // trackBarPanelGerilim3
            // 
            this.trackBarPanelGerilim3.Location = new System.Drawing.Point(433, 59);
            this.trackBarPanelGerilim3.Maximum = 100;
            this.trackBarPanelGerilim3.Name = "trackBarPanelGerilim3";
            this.trackBarPanelGerilim3.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelGerilim3.TabIndex = 31;
            // 
            // labelPanelGerilim2
            // 
            this.labelPanelGerilim2.AutoSize = true;
            this.labelPanelGerilim2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelGerilim2.Location = new System.Drawing.Point(3, 427);
            this.labelPanelGerilim2.Name = "labelPanelGerilim2";
            this.labelPanelGerilim2.Size = new System.Drawing.Size(89, 13);
            this.labelPanelGerilim2.TabIndex = 30;
            this.labelPanelGerilim2.Text = "PanelGerilim2 = 0";
            // 
            // trackBarPanelGerilim2
            // 
            this.trackBarPanelGerilim2.Location = new System.Drawing.Point(98, 427);
            this.trackBarPanelGerilim2.Maximum = 100;
            this.trackBarPanelGerilim2.Name = "trackBarPanelGerilim2";
            this.trackBarPanelGerilim2.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelGerilim2.TabIndex = 29;
            // 
            // labelPanelGerilim1
            // 
            this.labelPanelGerilim1.AutoSize = true;
            this.labelPanelGerilim1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelPanelGerilim1.Location = new System.Drawing.Point(220, 363);
            this.labelPanelGerilim1.Name = "labelPanelGerilim1";
            this.labelPanelGerilim1.Size = new System.Drawing.Size(89, 13);
            this.labelPanelGerilim1.TabIndex = 26;
            this.labelPanelGerilim1.Text = "PanelGerilim1 = 0";
            // 
            // trackBarPanelGerilim1
            // 
            this.trackBarPanelGerilim1.Location = new System.Drawing.Point(220, 379);
            this.trackBarPanelGerilim1.Maximum = 100;
            this.trackBarPanelGerilim1.Name = "trackBarPanelGerilim1";
            this.trackBarPanelGerilim1.Size = new System.Drawing.Size(207, 45);
            this.trackBarPanelGerilim1.TabIndex = 25;
            // 
            // labelMPPTGerilimi
            // 
            this.labelMPPTGerilimi.AutoSize = true;
            this.labelMPPTGerilimi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelMPPTGerilimi.Location = new System.Drawing.Point(220, 299);
            this.labelMPPTGerilimi.Name = "labelMPPTGerilimi";
            this.labelMPPTGerilimi.Size = new System.Drawing.Size(88, 13);
            this.labelMPPTGerilimi.TabIndex = 24;
            this.labelMPPTGerilimi.Text = "MPPTGerilimi = 0";
            // 
            // trackBarMPPTGerilimi
            // 
            this.trackBarMPPTGerilimi.Location = new System.Drawing.Point(220, 315);
            this.trackBarMPPTGerilimi.Maximum = 100;
            this.trackBarMPPTGerilimi.Name = "trackBarMPPTGerilimi";
            this.trackBarMPPTGerilimi.Size = new System.Drawing.Size(207, 45);
            this.trackBarMPPTGerilimi.TabIndex = 23;
            // 
            // labelMPPTAkimi
            // 
            this.labelMPPTAkimi.AutoSize = true;
            this.labelMPPTAkimi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelMPPTAkimi.Location = new System.Drawing.Point(220, 235);
            this.labelMPPTAkimi.Name = "labelMPPTAkimi";
            this.labelMPPTAkimi.Size = new System.Drawing.Size(80, 13);
            this.labelMPPTAkimi.TabIndex = 22;
            this.labelMPPTAkimi.Text = "MPPTAkimi = 0";
            // 
            // trackBarMPPTAkimi
            // 
            this.trackBarMPPTAkimi.Location = new System.Drawing.Point(220, 251);
            this.trackBarMPPTAkimi.Maximum = 100;
            this.trackBarMPPTAkimi.Name = "trackBarMPPTAkimi";
            this.trackBarMPPTAkimi.Size = new System.Drawing.Size(207, 45);
            this.trackBarMPPTAkimi.TabIndex = 21;
            // 
            // labelLapSayisi
            // 
            this.labelLapSayisi.AutoSize = true;
            this.labelLapSayisi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelLapSayisi.Location = new System.Drawing.Point(220, 171);
            this.labelLapSayisi.Name = "labelLapSayisi";
            this.labelLapSayisi.Size = new System.Drawing.Size(72, 13);
            this.labelLapSayisi.TabIndex = 20;
            this.labelLapSayisi.Text = "LAPSayisi = 0";
            // 
            // trackBarLapSayisi
            // 
            this.trackBarLapSayisi.Location = new System.Drawing.Point(220, 187);
            this.trackBarLapSayisi.Maximum = 100;
            this.trackBarLapSayisi.Name = "trackBarLapSayisi";
            this.trackBarLapSayisi.Size = new System.Drawing.Size(207, 45);
            this.trackBarLapSayisi.TabIndex = 19;
            // 
            // labelKoordinatY
            // 
            this.labelKoordinatY.AutoSize = true;
            this.labelKoordinatY.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelKoordinatY.Location = new System.Drawing.Point(220, 107);
            this.labelKoordinatY.Name = "labelKoordinatY";
            this.labelKoordinatY.Size = new System.Drawing.Size(77, 13);
            this.labelKoordinatY.TabIndex = 18;
            this.labelKoordinatY.Text = "KoordinatY = 0";
            // 
            // trackBarKoordinatY
            // 
            this.trackBarKoordinatY.Location = new System.Drawing.Point(220, 123);
            this.trackBarKoordinatY.Maximum = 100;
            this.trackBarKoordinatY.Name = "trackBarKoordinatY";
            this.trackBarKoordinatY.Size = new System.Drawing.Size(207, 45);
            this.trackBarKoordinatY.TabIndex = 17;
            // 
            // labelKoordinatX
            // 
            this.labelKoordinatX.AutoSize = true;
            this.labelKoordinatX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelKoordinatX.Location = new System.Drawing.Point(220, 43);
            this.labelKoordinatX.Name = "labelKoordinatX";
            this.labelKoordinatX.Size = new System.Drawing.Size(77, 13);
            this.labelKoordinatX.TabIndex = 16;
            this.labelKoordinatX.Text = "KoordinatX = 0";
            // 
            // trackBarKoordinatX
            // 
            this.trackBarKoordinatX.Location = new System.Drawing.Point(220, 59);
            this.trackBarKoordinatX.Maximum = 100;
            this.trackBarKoordinatX.Name = "trackBarKoordinatX";
            this.trackBarKoordinatX.Size = new System.Drawing.Size(207, 45);
            this.trackBarKoordinatX.TabIndex = 15;
            // 
            // labelHiz
            // 
            this.labelHiz.AutoSize = true;
            this.labelHiz.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelHiz.Location = new System.Drawing.Point(433, 363);
            this.labelHiz.Name = "labelHiz";
            this.labelHiz.Size = new System.Drawing.Size(40, 13);
            this.labelHiz.TabIndex = 14;
            this.labelHiz.Text = "Hiz = 0";
            // 
            // trackBarHiz
            // 
            this.trackBarHiz.Location = new System.Drawing.Point(433, 379);
            this.trackBarHiz.Maximum = 100;
            this.trackBarHiz.Name = "trackBarHiz";
            this.trackBarHiz.Size = new System.Drawing.Size(207, 45);
            this.trackBarHiz.TabIndex = 13;
            // 
            // labelAkudekiKalanEnerji
            // 
            this.labelAkudekiKalanEnerji.AutoSize = true;
            this.labelAkudekiKalanEnerji.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelAkudekiKalanEnerji.Location = new System.Drawing.Point(6, 363);
            this.labelAkudekiKalanEnerji.Name = "labelAkudekiKalanEnerji";
            this.labelAkudekiKalanEnerji.Size = new System.Drawing.Size(117, 13);
            this.labelAkudekiKalanEnerji.TabIndex = 12;
            this.labelAkudekiKalanEnerji.Text = "AkudekiKalanEnerji = 0";
            // 
            // trackBarAkudekiKalanEnerji
            // 
            this.trackBarAkudekiKalanEnerji.Location = new System.Drawing.Point(6, 379);
            this.trackBarAkudekiKalanEnerji.Maximum = 100;
            this.trackBarAkudekiKalanEnerji.Name = "trackBarAkudekiKalanEnerji";
            this.trackBarAkudekiKalanEnerji.Size = new System.Drawing.Size(207, 45);
            this.trackBarAkudekiKalanEnerji.TabIndex = 11;
            // 
            // labelAkuSicakligi
            // 
            this.labelAkuSicakligi.AutoSize = true;
            this.labelAkuSicakligi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelAkuSicakligi.Location = new System.Drawing.Point(6, 299);
            this.labelAkuSicakligi.Name = "labelAkuSicakligi";
            this.labelAkuSicakligi.Size = new System.Drawing.Size(83, 13);
            this.labelAkuSicakligi.TabIndex = 10;
            this.labelAkuSicakligi.Text = "AkuSicakligi = 0";
            // 
            // trackBarAkuSicakligi
            // 
            this.trackBarAkuSicakligi.Location = new System.Drawing.Point(6, 315);
            this.trackBarAkuSicakligi.Maximum = 100;
            this.trackBarAkuSicakligi.Name = "trackBarAkuSicakligi";
            this.trackBarAkuSicakligi.Size = new System.Drawing.Size(207, 45);
            this.trackBarAkuSicakligi.TabIndex = 9;
            // 
            // labelAkuGerilimi
            // 
            this.labelAkuGerilimi.AutoSize = true;
            this.labelAkuGerilimi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelAkuGerilimi.Location = new System.Drawing.Point(6, 235);
            this.labelAkuGerilimi.Name = "labelAkuGerilimi";
            this.labelAkuGerilimi.Size = new System.Drawing.Size(77, 13);
            this.labelAkuGerilimi.TabIndex = 8;
            this.labelAkuGerilimi.Text = "AkuGerilimi = 0";
            // 
            // trackBarAkuGerilimi
            // 
            this.trackBarAkuGerilimi.Location = new System.Drawing.Point(6, 251);
            this.trackBarAkuGerilimi.Maximum = 100;
            this.trackBarAkuGerilimi.Name = "trackBarAkuGerilimi";
            this.trackBarAkuGerilimi.Size = new System.Drawing.Size(207, 45);
            this.trackBarAkuGerilimi.TabIndex = 7;
            // 
            // labelAkuAkimi
            // 
            this.labelAkuAkimi.AutoSize = true;
            this.labelAkuAkimi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelAkuAkimi.Location = new System.Drawing.Point(6, 171);
            this.labelAkuAkimi.Name = "labelAkuAkimi";
            this.labelAkuAkimi.Size = new System.Drawing.Size(69, 13);
            this.labelAkuAkimi.TabIndex = 6;
            this.labelAkuAkimi.Text = "AkuAkimi = 0";
            // 
            // trackBarAkuAkimi
            // 
            this.trackBarAkuAkimi.Location = new System.Drawing.Point(6, 187);
            this.trackBarAkuAkimi.Maximum = 100;
            this.trackBarAkuAkimi.Name = "trackBarAkuAkimi";
            this.trackBarAkuAkimi.Size = new System.Drawing.Size(207, 45);
            this.trackBarAkuAkimi.TabIndex = 5;
            // 
            // labelMotorSicakligi
            // 
            this.labelMotorSicakligi.AutoSize = true;
            this.labelMotorSicakligi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelMotorSicakligi.Location = new System.Drawing.Point(6, 107);
            this.labelMotorSicakligi.Name = "labelMotorSicakligi";
            this.labelMotorSicakligi.Size = new System.Drawing.Size(91, 13);
            this.labelMotorSicakligi.TabIndex = 4;
            this.labelMotorSicakligi.Text = "MotorSicakligi = 0";
            // 
            // trackBarMotorSicakligi
            // 
            this.trackBarMotorSicakligi.Location = new System.Drawing.Point(6, 123);
            this.trackBarMotorSicakligi.Maximum = 100;
            this.trackBarMotorSicakligi.Name = "trackBarMotorSicakligi";
            this.trackBarMotorSicakligi.Size = new System.Drawing.Size(207, 45);
            this.trackBarMotorSicakligi.TabIndex = 3;
            // 
            // labelMotorAkimi
            // 
            this.labelMotorAkimi.AutoSize = true;
            this.labelMotorAkimi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.labelMotorAkimi.Location = new System.Drawing.Point(6, 43);
            this.labelMotorAkimi.Name = "labelMotorAkimi";
            this.labelMotorAkimi.Size = new System.Drawing.Size(80, 13);
            this.labelMotorAkimi.TabIndex = 2;
            this.labelMotorAkimi.Text = "Motor Akımı = 0";
            // 
            // trackBarMotorAkimi
            // 
            this.trackBarMotorAkimi.Location = new System.Drawing.Point(6, 59);
            this.trackBarMotorAkimi.Maximum = 100;
            this.trackBarMotorAkimi.Name = "trackBarMotorAkimi";
            this.trackBarMotorAkimi.Size = new System.Drawing.Size(207, 45);
            this.trackBarMotorAkimi.TabIndex = 1;
            // 
            // checkBox1
            // 
            this.checkBox1.AutoSize = true;
            this.checkBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.checkBox1.Location = new System.Drawing.Point(6, 21);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(114, 20);
            this.checkBox1.TabIndex = 0;
            this.checkBox1.Text = "Açık / Kapalı";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.SanalVeriGondericideDegisikikYapildi);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.pictureBox1.Image = global::DUScarT_Telemetri_v2013.Properties.Resources.DusCart_Logo;
            this.pictureBox1.Location = new System.Drawing.Point(3, 3);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(693, 488);
            this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // tabPage2
            // 
            this.tabPage2.Location = new System.Drawing.Point(4, 33);
            this.tabPage2.Name = "tabPage2";
            this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage2.Size = new System.Drawing.Size(699, 494);
            this.tabPage2.TabIndex = 1;
            this.tabPage2.Text = "Kritik Göstergeler";
            this.tabPage2.UseVisualStyleBackColor = true;
            // 
            // tabPage3
            // 
            this.tabPage3.Location = new System.Drawing.Point(4, 33);
            this.tabPage3.Name = "tabPage3";
            this.tabPage3.Size = new System.Drawing.Size(699, 494);
            this.tabPage3.TabIndex = 2;
            this.tabPage3.Text = "Diğer Göstergeler";
            this.tabPage3.UseVisualStyleBackColor = true;
            // 
            // tabPage4
            // 
            this.tabPage4.Location = new System.Drawing.Point(4, 33);
            this.tabPage4.Name = "tabPage4";
            this.tabPage4.Size = new System.Drawing.Size(699, 494);
            this.tabPage4.TabIndex = 3;
            this.tabPage4.Text = "Eski Kayıtlar";
            this.tabPage4.UseVisualStyleBackColor = true;
            // 
            // tabPage5
            // 
            this.tabPage5.Controls.Add(this.button1);
            this.tabPage5.Controls.Add(this.listViewAllDatas);
            this.tabPage5.Location = new System.Drawing.Point(4, 33);
            this.tabPage5.Name = "tabPage5";
            this.tabPage5.Size = new System.Drawing.Size(699, 494);
            this.tabPage5.TabIndex = 4;
            this.tabPage5.Text = "Alınan Verilerin Listesi";
            this.tabPage5.UseVisualStyleBackColor = true;
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(445, 64);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(91, 33);
            this.button1.TabIndex = 1;
            this.button1.Text = "button1";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click_1);
            // 
            // listViewAllDatas
            // 
            this.listViewAllDatas.Activation = System.Windows.Forms.ItemActivation.OneClick;
            this.listViewAllDatas.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
            this.columnHeader1,
            this.columnHeader2});
            this.listViewAllDatas.Dock = System.Windows.Forms.DockStyle.Fill;
            this.listViewAllDatas.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
            this.listViewAllDatas.FullRowSelect = true;
            this.listViewAllDatas.Location = new System.Drawing.Point(0, 0);
            this.listViewAllDatas.MultiSelect = false;
            this.listViewAllDatas.Name = "listViewAllDatas";
            this.listViewAllDatas.Size = new System.Drawing.Size(699, 494);
            this.listViewAllDatas.TabIndex = 0;
            this.listViewAllDatas.UseCompatibleStateImageBehavior = false;
            this.listViewAllDatas.View = System.Windows.Forms.View.Details;
            // 
            // columnHeader1
            // 
            this.columnHeader1.Text = "Ad";
            // 
            // columnHeader2
            // 
            this.columnHeader2.Text = "Soyad";
            this.columnHeader2.Width = 88;
            // 
            // SanalVeriGontericiTimer
            // 
            this.SanalVeriGontericiTimer.Interval = 1000;
            this.SanalVeriGontericiTimer.Tick += new System.EventHandler(this.SanalVeriGontericiTimer_Tick);
            // 
            // MasterForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(707, 700);
            this.Controls.Add(this.tabControl1);
            this.Controls.Add(this.ribbonStatusBar1);
            this.Controls.Add(this.ribbonControl1);
            this.Name = "MasterForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "DUScarT Telemetri v2013";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.Form1_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
            this.tabControl1.ResumeLayout(false);
            this.tabPage1.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelSicakligi3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelSicakligi2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelSicakligi1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarPanelGerilim1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMPPTGerilimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMPPTAkimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarLapSayisi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarKoordinatY)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarKoordinatX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarHiz)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkudekiKalanEnerji)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkuSicakligi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkuGerilimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarAkuAkimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMotorSicakligi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.trackBarMotorAkimi)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.tabPage5.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Exemple #47
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     System.ComponentModel.ComponentResourceManager  resources            = new System.ComponentModel.ComponentResourceManager(typeof(frmLogin));
     this.groupControl1       = new DevExpress.XtraEditors.GroupControl();
     this.label1              = new System.Windows.Forms.Label();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.labelControl1       = new DevExpress.XtraEditors.LabelControl();
     this.panel1              = new System.Windows.Forms.Panel();
     this.pictureEdit1        = new DevExpress.XtraEditors.PictureEdit();
     this.txtUser             = new DevExpress.XtraEditors.TextEdit();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.labelControl2       = new DevExpress.XtraEditors.LabelControl();
     this.panel2              = new System.Windows.Forms.Panel();
     this.pictureEdit3        = new DevExpress.XtraEditors.PictureEdit();
     this.pictureEdit2        = new DevExpress.XtraEditors.PictureEdit();
     this.txtPassword         = new DevExpress.XtraEditors.TextEdit();
     this.checkSave           = new DevExpress.XtraEditors.CheckEdit();
     this.hyperlinkLCRegister = new DevExpress.XtraEditors.HyperlinkLabelControl();
     this.labelControl3       = new DevExpress.XtraEditors.LabelControl();
     this.btnCancel           = new System.Windows.Forms.Button();
     this.btnLogin            = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkSave.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 500;
     //
     // groupControl1
     //
     this.groupControl1.Appearance.BackColor            = System.Drawing.Color.GhostWhite;
     this.groupControl1.Appearance.Options.UseBackColor = true;
     this.groupControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.groupControl1.Controls.Add(this.label1);
     this.groupControl1.Controls.Add(this.groupBox2);
     this.groupControl1.Controls.Add(this.groupBox1);
     this.groupControl1.Controls.Add(this.checkSave);
     this.groupControl1.Controls.Add(this.hyperlinkLCRegister);
     this.groupControl1.Controls.Add(this.labelControl3);
     this.groupControl1.Location = new System.Drawing.Point(-1, 12);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(452, 256);
     this.groupControl1.TabIndex = 0;
     this.groupControl1.Text     = "Thông tin đăng nhập";
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.DodgerBlue;
     this.label1.Location  = new System.Drawing.Point(88, 35);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(276, 39);
     this.label1.TabIndex  = 8;
     this.label1.Text      = "MEMBER LOGIN";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.labelControl1);
     this.groupBox2.Controls.Add(this.panel1);
     this.groupBox2.Location = new System.Drawing.Point(31, 99);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(374, 52);
     this.groupBox2.TabIndex = 7;
     this.groupBox2.TabStop  = false;
     //
     // labelControl1
     //
     this.labelControl1.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl1.Appearance.Options.UseFont = true;
     this.labelControl1.Location = new System.Drawing.Point(16, 19);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(95, 16);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text     = "Tên đăng nhập";
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.AliceBlue;
     this.panel1.Controls.Add(this.pictureEdit1);
     this.panel1.Controls.Add(this.txtUser);
     this.panel1.Location = new System.Drawing.Point(153, 12);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(191, 29);
     this.panel1.TabIndex = 4;
     //
     // pictureEdit1
     //
     this.pictureEdit1.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit1.EditValue = global::QLCUAHANG_GUI.Properties.Resources.user_5;
     this.pictureEdit1.Location  = new System.Drawing.Point(0, 0);
     this.pictureEdit1.Name      = "pictureEdit1";
     this.pictureEdit1.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit1.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit1.Size     = new System.Drawing.Size(23, 27);
     this.pictureEdit1.TabIndex = 2;
     //
     // txtUser
     //
     this.txtUser.Location = new System.Drawing.Point(22, 5);
     this.txtUser.Name     = "txtUser";
     this.txtUser.Size     = new System.Drawing.Size(169, 20);
     this.txtUser.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.labelControl2);
     this.groupBox1.Controls.Add(this.panel2);
     this.groupBox1.Location = new System.Drawing.Point(31, 146);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(374, 52);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Font            = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl2.Appearance.Options.UseFont = true;
     this.labelControl2.Location = new System.Drawing.Point(16, 20);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(60, 16);
     this.labelControl2.TabIndex = 0;
     this.labelControl2.Text     = "Mật khẩu";
     //
     // panel2
     //
     this.panel2.BackColor = System.Drawing.Color.AliceBlue;
     this.panel2.Controls.Add(this.pictureEdit3);
     this.panel2.Controls.Add(this.pictureEdit2);
     this.panel2.Controls.Add(this.txtPassword);
     this.panel2.Location = new System.Drawing.Point(153, 16);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(191, 25);
     this.panel2.TabIndex = 4;
     //
     // pictureEdit3
     //
     this.pictureEdit3.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit3.EditValue = global::QLCUAHANG_GUI.Properties.Resources.show_3;
     this.pictureEdit3.Location  = new System.Drawing.Point(165, 3);
     this.pictureEdit3.Name      = "pictureEdit3";
     this.pictureEdit3.Properties.Appearance.BackColor            = System.Drawing.Color.White;
     this.pictureEdit3.Properties.Appearance.Options.UseBackColor = true;
     this.pictureEdit3.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit3.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit3.Size     = new System.Drawing.Size(26, 21);
     this.pictureEdit3.TabIndex = 4;
     //
     // pictureEdit2
     //
     this.pictureEdit2.Cursor    = System.Windows.Forms.Cursors.Default;
     this.pictureEdit2.EditValue = global::QLCUAHANG_GUI.Properties.Resources.pass_2;
     this.pictureEdit2.Location  = new System.Drawing.Point(0, 0);
     this.pictureEdit2.Name      = "pictureEdit2";
     this.pictureEdit2.Properties.ShowCameraMenuItem = DevExpress.XtraEditors.Controls.CameraMenuItemVisibility.Auto;
     this.pictureEdit2.Properties.SizeMode           = DevExpress.XtraEditors.Controls.PictureSizeMode.Stretch;
     this.pictureEdit2.Size     = new System.Drawing.Size(23, 24);
     this.pictureEdit2.TabIndex = 2;
     //
     // txtPassword
     //
     this.txtPassword.Location = new System.Drawing.Point(22, 3);
     this.txtPassword.Name     = "txtPassword";
     this.txtPassword.Properties.PasswordChar = '*';
     this.txtPassword.Size     = new System.Drawing.Size(143, 20);
     this.txtPassword.TabIndex = 2;
     this.txtPassword.TabStop  = false;
     //
     // checkSave
     //
     this.checkSave.EditValue          = true;
     this.checkSave.Location           = new System.Drawing.Point(300, 216);
     this.checkSave.Name               = "checkSave";
     this.checkSave.Properties.Caption = "Ghi nhớ";
     this.checkSave.Size               = new System.Drawing.Size(75, 19);
     this.checkSave.TabIndex           = 4;
     this.checkSave.TabStop            = false;
     //
     // hyperlinkLCRegister
     //
     this.hyperlinkLCRegister.Appearance.Font            = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.hyperlinkLCRegister.Appearance.Options.UseFont = true;
     this.hyperlinkLCRegister.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.hyperlinkLCRegister.Location = new System.Drawing.Point(184, 221);
     this.hyperlinkLCRegister.Name     = "hyperlinkLCRegister";
     this.hyperlinkLCRegister.Size     = new System.Drawing.Size(44, 14);
     this.hyperlinkLCRegister.TabIndex = 3;
     this.hyperlinkLCRegister.Text     = "Đăng ký";
     this.hyperlinkLCRegister.Click   += new System.EventHandler(this.hyperlinkLCRegister_Click);
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelControl3.Appearance.Options.UseFont = true;
     this.labelControl3.Location = new System.Drawing.Point(31, 221);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(135, 13);
     this.labelControl3.TabIndex = 0;
     this.labelControl3.Text     = "Bạn chưa có tài khoản ?";
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.Color.DodgerBlue;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatAppearance.BorderColor        = System.Drawing.Color.White;
     this.btnCancel.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.btnCancel.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnCancel.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnCancel.ForeColor = System.Drawing.Color.White;
     this.btnCancel.Location  = new System.Drawing.Point(244, 274);
     this.btnCancel.Name      = "btnCancel";
     this.btnCancel.Size      = new System.Drawing.Size(92, 24);
     this.btnCancel.TabIndex  = 7;
     this.btnCancel.TabStop   = false;
     this.btnCancel.Text      = "Hủy";
     this.btnCancel.UseVisualStyleBackColor = false;
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // btnLogin
     //
     this.btnLogin.BackColor    = System.Drawing.Color.DodgerBlue;
     this.btnLogin.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnLogin.FlatAppearance.MouseDownBackColor = System.Drawing.Color.DodgerBlue;
     this.btnLogin.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.btnLogin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnLogin.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLogin.ForeColor = System.Drawing.Color.White;
     this.btnLogin.Location  = new System.Drawing.Point(114, 274);
     this.btnLogin.Name      = "btnLogin";
     this.btnLogin.Size      = new System.Drawing.Size(92, 24);
     this.btnLogin.TabIndex  = 7;
     this.btnLogin.TabStop   = false;
     this.btnLogin.Text      = "ĐĂNG NHẬP";
     this.btnLogin.UseVisualStyleBackColor = false;
     this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
     //
     // frmLogin
     //
     this.Appearance.BackColor            = System.Drawing.Color.GhostWhite;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(451, 321);
     this.Controls.Add(this.btnLogin);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupControl1);
     this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Glow;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.None;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox      = false;
     this.Name             = "frmLogin";
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Đăng nhập";
     this.FormClosing     += new System.Windows.Forms.FormClosingEventHandler(this.frmLogin_FormClosing);
     this.Load            += new System.EventHandler(this.frmLogin_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     this.groupControl1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUser.Properties)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.panel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit3.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkSave.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::Steganography.SplashScreen1), true, true);
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     DevExpress.Utils.Animation.PushTransition pushTransition1 = new DevExpress.Utils.Animation.PushTransition();
     this.formAssistant1 = new DevExpress.XtraBars.FormAssistant();
     this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonStatusBar2 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.applicationMenu2 = new DevExpress.XtraBars.Ribbon.ApplicationMenu();
     this.barButtonItemExit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemAbout = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUnpack = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOptions = new DevExpress.XtraBars.BarButtonItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barButtonItemExecute = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPack = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOptionsSave = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemOptionsLoad = new DevExpress.XtraBars.BarButtonItem();
     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.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGamma = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemWeb = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemGroups = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemForum = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemShowSampleImage = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemShowMedianImage = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemError = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemBarcode = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemErase = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCheck = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemChecksum = new DevExpress.XtraBars.BarButtonItem();
     this.ribbonMiniToolbar1 = new DevExpress.XtraBars.Ribbon.RibbonMiniToolbar();
     this.ribbonPageCategoryPack = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPagePack = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup7 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup16 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup31 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup9 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup13 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup17 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage4 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup33 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup34 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageCategoryUnpack = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPageUnpack = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup8 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup20 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup32 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup10 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup14 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup18 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage5 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup35 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup36 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageCategoryOptions = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPageOptions = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup11 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup29 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup15 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup19 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageCategory1 = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
     this.ribbonPage7 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup30 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup25 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup22 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup21 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup6 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup26 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup12 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup24 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup23 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel();
     this.workspaceManager1 = new DevExpress.Utils.WorkspaceManager();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemPack = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemUnpack = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.mainControl = new Steganography.BbsControl();
     this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.applicationMenu2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 681);
     this.ribbonStatusBar1.Name = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon = null;
     this.ribbonStatusBar1.Size = new System.Drawing.Size(1261, 20);
     //
     // ribbonStatusBar2
     //
     this.ribbonStatusBar2.Location = new System.Drawing.Point(0, 815);
     this.ribbonStatusBar2.Name = "ribbonStatusBar2";
     this.ribbonStatusBar2.Ribbon = this.ribbonControl;
     this.ribbonStatusBar2.Size = new System.Drawing.Size(1215, 55);
     //
     // ribbonControl
     //
     this.ribbonControl.ApplicationButtonDropDownControl = this.applicationMenu2;
     this.ribbonControl.ExpandCollapseItem.Id = 0;
     this.ribbonControl.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl.ExpandCollapseItem,
     this.barButtonItemAbout,
     this.barButtonItemUnpack,
     this.barButtonItemOptions,
     this.skinRibbonGalleryBarItem1,
     this.barButtonItemExecute,
     this.barButtonItemPack,
     this.barButtonItemExit,
     this.barButtonItemOptionsSave,
     this.barButtonItemOptionsLoad,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem6,
     this.barButtonItem7,
     this.barButtonItemGamma,
     this.barButtonItem9,
     this.barButtonItemWeb,
     this.barButtonItemGroups,
     this.barButtonItemForum,
     this.barButtonItem13,
     this.barButtonItem14,
     this.barButtonItemShowSampleImage,
     this.barButtonItem16,
     this.barButtonItem17,
     this.barButtonItemShowMedianImage,
     this.barButtonItemError,
     this.barButtonItemBarcode,
     this.barButtonItemErase,
     this.barButtonItemCheck,
     this.barButtonItemChecksum});
     this.ribbonControl.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl.MaxItemId = 2;
     this.ribbonControl.MiniToolbars.Add(this.ribbonMiniToolbar1);
     this.ribbonControl.Name = "ribbonControl";
     this.ribbonControl.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
     this.ribbonPageCategoryPack,
     this.ribbonPageCategoryUnpack,
     this.ribbonPageCategoryOptions,
     this.ribbonPageCategory1});
     this.ribbonControl.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage1,
     this.ribbonPage3});
     this.ribbonControl.Size = new System.Drawing.Size(1215, 249);
     this.ribbonControl.StatusBar = this.ribbonStatusBar2;
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonControl.Toolbar.ItemLinks.Add(this.barButtonItem5);
     //
     // applicationMenu2
     //
     this.applicationMenu2.ItemLinks.Add(this.barButtonItemExit);
     this.applicationMenu2.Name = "applicationMenu2";
     this.applicationMenu2.Ribbon = this.ribbonControl;
     //
     // barButtonItemExit
     //
     this.barButtonItemExit.Caption = "Выход";
     this.barButtonItemExit.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barButtonItemExit.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExit.Glyph")));
     this.barButtonItemExit.Id = 2;
     this.barButtonItemExit.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExit.LargeGlyph")));
     this.barButtonItemExit.Name = "barButtonItemExit";
     this.barButtonItemExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Exit_ItemClick);
     //
     // barButtonItemAbout
     //
     this.barButtonItemAbout.Caption = "О программе";
     this.barButtonItemAbout.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemAbout.Glyph")));
     this.barButtonItemAbout.Id = 1;
     this.barButtonItemAbout.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemAbout.LargeGlyph")));
     this.barButtonItemAbout.Name = "barButtonItemAbout";
     this.barButtonItemAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.About_ItemClick);
     //
     // barButtonItemUnpack
     //
     this.barButtonItemUnpack.Caption = "Распаковать";
     this.barButtonItemUnpack.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemUnpack.Glyph")));
     this.barButtonItemUnpack.Id = 3;
     this.barButtonItemUnpack.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemUnpack.LargeGlyph")));
     this.barButtonItemUnpack.Name = "barButtonItemUnpack";
     this.barButtonItemUnpack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Unpack_ItemClick);
     //
     // barButtonItemOptions
     //
     this.barButtonItemOptions.Caption = "Параметры";
     this.barButtonItemOptions.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptions.Glyph")));
     this.barButtonItemOptions.Id = 4;
     this.barButtonItemOptions.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptions.LargeGlyph")));
     this.barButtonItemOptions.Name = "barButtonItemOptions";
     this.barButtonItemOptions.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Options_ItemClick);
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     this.skinRibbonGalleryBarItem1.Id = 5;
     this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
     //
     // barButtonItemExecute
     //
     this.barButtonItemExecute.Caption = "Выполнить";
     this.barButtonItemExecute.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExecute.Glyph")));
     this.barButtonItemExecute.Id = 6;
     this.barButtonItemExecute.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemExecute.LargeGlyph")));
     this.barButtonItemExecute.Name = "barButtonItemExecute";
     this.barButtonItemExecute.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Execute_ItemClick);
     //
     // barButtonItemPack
     //
     this.barButtonItemPack.Caption = "Упаковать";
     this.barButtonItemPack.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemPack.Glyph")));
     this.barButtonItemPack.Id = 13;
     this.barButtonItemPack.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemPack.LargeGlyph")));
     this.barButtonItemPack.Name = "barButtonItemPack";
     this.barButtonItemPack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Pack_ItemClick);
     //
     // barButtonItemOptionsSave
     //
     this.barButtonItemOptionsSave.Caption = "Сохранить";
     this.barButtonItemOptionsSave.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsSave.Glyph")));
     this.barButtonItemOptionsSave.Id = 1;
     this.barButtonItemOptionsSave.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsSave.LargeGlyph")));
     this.barButtonItemOptionsSave.Name = "barButtonItemOptionsSave";
     this.barButtonItemOptionsSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OptionsSave_ItemClick);
     //
     // barButtonItemOptionsLoad
     //
     this.barButtonItemOptionsLoad.Caption = "Загрузить";
     this.barButtonItemOptionsLoad.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsLoad.Glyph")));
     this.barButtonItemOptionsLoad.Id = 2;
     this.barButtonItemOptionsLoad.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemOptionsLoad.LargeGlyph")));
     this.barButtonItemOptionsLoad.Name = "barButtonItemOptionsLoad";
     this.barButtonItemOptionsLoad.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OptionsLoad_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Образец";
     this.barButtonItem1.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.Glyph")));
     this.barButtonItem1.Id = 4;
     this.barButtonItem1.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem1.LargeGlyph")));
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingOpenImage_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "Сообщение";
     this.barButtonItem2.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.Glyph")));
     this.barButtonItem2.Id = 5;
     this.barButtonItem2.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem2.LargeGlyph")));
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingOpenFile_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "Сохранить";
     this.barButtonItem3.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.Glyph")));
     this.barButtonItem3.Id = 6;
     this.barButtonItem3.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem3.LargeGlyph")));
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingSaveImage_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Отправить";
     this.barButtonItem4.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.Glyph")));
     this.barButtonItem4.Id = 7;
     this.barButtonItem4.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem4.LargeGlyph")));
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackingSendImage_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "Справка";
     this.barButtonItem5.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.Glyph")));
     this.barButtonItem5.Id = 9;
     this.barButtonItem5.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem5.LargeGlyph")));
     this.barButtonItem5.Name = "barButtonItem5";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "Картинка";
     this.barButtonItem6.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.Glyph")));
     this.barButtonItem6.Id = 10;
     this.barButtonItem6.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem6.LargeGlyph")));
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackingOpenImage_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "Сохранить";
     this.barButtonItem7.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.Glyph")));
     this.barButtonItem7.Id = 11;
     this.barButtonItem7.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem7.LargeGlyph")));
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackingSaveFile_ItemClick);
     //
     // barButtonItemGamma
     //
     this.barButtonItemGamma.Caption = "Гамма";
     this.barButtonItemGamma.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGamma.Glyph")));
     this.barButtonItemGamma.Id = 12;
     this.barButtonItemGamma.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGamma.LargeGlyph")));
     this.barButtonItemGamma.Name = "barButtonItemGamma";
     this.barButtonItemGamma.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ViewSequence_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "Отправить";
     this.barButtonItem9.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.Glyph")));
     this.barButtonItem9.Id = 13;
     this.barButtonItem9.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem9.LargeGlyph")));
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackingSendFile_ItemClick);
     //
     // barButtonItemWeb
     //
     this.barButtonItemWeb.Caption = "Интернет";
     this.barButtonItemWeb.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemWeb.Glyph")));
     this.barButtonItemWeb.Id = 14;
     this.barButtonItemWeb.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemWeb.LargeGlyph")));
     this.barButtonItemWeb.Name = "barButtonItemWeb";
     this.barButtonItemWeb.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Internet_ItemClick);
     //
     // barButtonItemGroups
     //
     this.barButtonItemGroups.Caption = "Группы";
     this.barButtonItemGroups.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGroups.Glyph")));
     this.barButtonItemGroups.Id = 15;
     this.barButtonItemGroups.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemGroups.LargeGlyph")));
     this.barButtonItemGroups.Name = "barButtonItemGroups";
     //
     // barButtonItemForum
     //
     this.barButtonItemForum.Caption = "Форумы";
     this.barButtonItemForum.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemForum.Glyph")));
     this.barButtonItemForum.Id = 16;
     this.barButtonItemForum.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemForum.LargeGlyph")));
     this.barButtonItemForum.Name = "barButtonItemForum";
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "Картинка";
     this.barButtonItem13.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.Glyph")));
     this.barButtonItem13.Id = 17;
     this.barButtonItem13.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem13.LargeGlyph")));
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowCipherImage_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "Сообщение";
     this.barButtonItem14.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.Glyph")));
     this.barButtonItem14.Id = 18;
     this.barButtonItem14.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem14.LargeGlyph")));
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.UnpackFileShow_ItemClick);
     //
     // barButtonItemShowSampleImage
     //
     this.barButtonItemShowSampleImage.Caption = "Образец";
     this.barButtonItemShowSampleImage.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowSampleImage.Glyph")));
     this.barButtonItemShowSampleImage.Id = 20;
     this.barButtonItemShowSampleImage.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowSampleImage.LargeGlyph")));
     this.barButtonItemShowSampleImage.Name = "barButtonItemShowSampleImage";
     this.barButtonItemShowSampleImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowSampleImage_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "Сообщение";
     this.barButtonItem16.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.Glyph")));
     this.barButtonItem16.Id = 21;
     this.barButtonItem16.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem16.LargeGlyph")));
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.PackFileShow_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "Картинка";
     this.barButtonItem17.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.Glyph")));
     this.barButtonItem17.Id = 22;
     this.barButtonItem17.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem17.LargeGlyph")));
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowInputImage_ItemClick);
     //
     // barButtonItemShowMedianImage
     //
     this.barButtonItemShowMedianImage.Caption = "Среднее";
     this.barButtonItemShowMedianImage.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowMedianImage.Glyph")));
     this.barButtonItemShowMedianImage.Id = 23;
     this.barButtonItemShowMedianImage.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemShowMedianImage.LargeGlyph")));
     this.barButtonItemShowMedianImage.Name = "barButtonItemShowMedianImage";
     this.barButtonItemShowMedianImage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ShowMedianImage_ItemClick);
     //
     // barButtonItemError
     //
     this.barButtonItemError.Caption = "Ошибки";
     this.barButtonItemError.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemError.Glyph")));
     this.barButtonItemError.Id = 25;
     this.barButtonItemError.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemError.LargeGlyph")));
     this.barButtonItemError.Name = "barButtonItemError";
     //
     // barButtonItemBarcode
     //
     this.barButtonItemBarcode.Caption = "Баркод";
     this.barButtonItemBarcode.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemBarcode.Glyph")));
     this.barButtonItemBarcode.Id = 1;
     this.barButtonItemBarcode.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemBarcode.LargeGlyph")));
     this.barButtonItemBarcode.Name = "barButtonItemBarcode";
     this.barButtonItemBarcode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Barcode_ItemClick);
     //
     // barButtonItemErase
     //
     this.barButtonItemErase.Caption = "Очистить";
     this.barButtonItemErase.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemErase.Glyph")));
     this.barButtonItemErase.Id = 2;
     this.barButtonItemErase.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemErase.LargeGlyph")));
     this.barButtonItemErase.Name = "barButtonItemErase";
     this.barButtonItemErase.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Erase_ItemClick);
     //
     // barButtonItemCheck
     //
     this.barButtonItemCheck.Caption = "Проверить";
     this.barButtonItemCheck.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemCheck.Glyph")));
     this.barButtonItemCheck.Id = 3;
     this.barButtonItemCheck.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemCheck.LargeGlyph")));
     this.barButtonItemCheck.Name = "barButtonItemCheck";
     this.barButtonItemCheck.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Check_ItemClick);
     //
     // barButtonItemChecksum
     //
     this.barButtonItemChecksum.Caption = "Контрольная сумма";
     this.barButtonItemChecksum.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemChecksum.Glyph")));
     this.barButtonItemChecksum.Id = 1;
     this.barButtonItemChecksum.LargeGlyph = ((System.Drawing.Image)(resources.GetObject("barButtonItemChecksum.LargeGlyph")));
     this.barButtonItemChecksum.Name = "barButtonItemChecksum";
     this.barButtonItemChecksum.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemChecksum_ItemClick);
     //
     // ribbonMiniToolbar1
     //
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonMiniToolbar1.ItemLinks.Add(this.barButtonItemExit);
     //
     // ribbonPageCategoryPack
     //
     this.ribbonPageCategoryPack.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.ribbonPageCategoryPack.Name = "ribbonPageCategoryPack";
     this.ribbonPageCategoryPack.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPagePack,
     this.ribbonPage4});
     this.ribbonPageCategoryPack.Text = "Режим упаковки";
     //
     // ribbonPagePack
     //
     this.ribbonPagePack.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup7,
     this.ribbonPageGroup16,
     this.ribbonPageGroup31,
     this.ribbonPageGroup9,
     this.ribbonPageGroup13,
     this.ribbonPageGroup17});
     this.ribbonPagePack.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPagePack.Image")));
     this.ribbonPagePack.Name = "ribbonPagePack";
     this.ribbonPagePack.Text = "Упаковка";
     //
     // ribbonPageGroup7
     //
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItemExecute);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItemErase);
     this.ribbonPageGroup7.ItemLinks.Add(this.barButtonItemCheck);
     this.ribbonPageGroup7.Name = "ribbonPageGroup7";
     this.ribbonPageGroup7.Text = "Задачи";
     //
     // ribbonPageGroup16
     //
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem2);
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem3);
     this.ribbonPageGroup16.ItemLinks.Add(this.barButtonItem4);
     this.ribbonPageGroup16.Name = "ribbonPageGroup16";
     this.ribbonPageGroup16.Text = "Файлы";
     //
     // ribbonPageGroup31
     //
     this.ribbonPageGroup31.ItemLinks.Add(this.barButtonItemShowSampleImage);
     this.ribbonPageGroup31.ItemLinks.Add(this.barButtonItem16);
     this.ribbonPageGroup31.ItemLinks.Add(this.barButtonItem13);
     this.ribbonPageGroup31.Name = "ribbonPageGroup31";
     this.ribbonPageGroup31.Text = "Просмотр";
     //
     // ribbonPageGroup9
     //
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup9.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup9.Name = "ribbonPageGroup9";
     this.ribbonPageGroup9.Text = "Параметры";
     //
     // ribbonPageGroup13
     //
     this.ribbonPageGroup13.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup13.Name = "ribbonPageGroup13";
     this.ribbonPageGroup13.Text = "Выход";
     //
     // ribbonPageGroup17
     //
     this.ribbonPageGroup17.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup17.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup17.Name = "ribbonPageGroup17";
     this.ribbonPageGroup17.Text = "Помощь";
     //
     // ribbonPage4
     //
     this.ribbonPage4.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup33,
     this.ribbonPageGroup34});
     this.ribbonPage4.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage4.Image")));
     this.ribbonPage4.Name = "ribbonPage4";
     this.ribbonPage4.Text = "Анализ";
     //
     // ribbonPageGroup33
     //
     this.ribbonPageGroup33.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup33.ItemLinks.Add(this.barButtonItemBarcode);
     this.ribbonPageGroup33.ItemLinks.Add(this.barButtonItemChecksum);
     this.ribbonPageGroup33.Name = "ribbonPageGroup33";
     this.ribbonPageGroup33.Text = "Анализ";
     //
     // ribbonPageGroup34
     //
     this.ribbonPageGroup34.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup34.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup34.Name = "ribbonPageGroup34";
     this.ribbonPageGroup34.Text = "Помощь";
     //
     // ribbonPageCategoryUnpack
     //
     this.ribbonPageCategoryUnpack.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.ribbonPageCategoryUnpack.Name = "ribbonPageCategoryUnpack";
     this.ribbonPageCategoryUnpack.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPageUnpack,
     this.ribbonPage5});
     this.ribbonPageCategoryUnpack.Text = "Режим распаковки";
     //
     // ribbonPageUnpack
     //
     this.ribbonPageUnpack.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup8,
     this.ribbonPageGroup20,
     this.ribbonPageGroup32,
     this.ribbonPageGroup10,
     this.ribbonPageGroup14,
     this.ribbonPageGroup18});
     this.ribbonPageUnpack.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPageUnpack.Image")));
     this.ribbonPageUnpack.Name = "ribbonPageUnpack";
     this.ribbonPageUnpack.Text = "Распаковка";
     //
     // ribbonPageGroup8
     //
     this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItemExecute);
     this.ribbonPageGroup8.ItemLinks.Add(this.barButtonItemErase);
     this.ribbonPageGroup8.Name = "ribbonPageGroup8";
     this.ribbonPageGroup8.Text = "Задачи";
     //
     // ribbonPageGroup20
     //
     this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem6);
     this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem7);
     this.ribbonPageGroup20.ItemLinks.Add(this.barButtonItem9);
     this.ribbonPageGroup20.Name = "ribbonPageGroup20";
     this.ribbonPageGroup20.Text = "Файлы";
     //
     // ribbonPageGroup32
     //
     this.ribbonPageGroup32.ItemLinks.Add(this.barButtonItem17);
     this.ribbonPageGroup32.ItemLinks.Add(this.barButtonItemShowMedianImage);
     this.ribbonPageGroup32.ItemLinks.Add(this.barButtonItem14);
     this.ribbonPageGroup32.Name = "ribbonPageGroup32";
     this.ribbonPageGroup32.Text = "Просмотр";
     //
     // ribbonPageGroup10
     //
     this.ribbonPageGroup10.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup10.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup10.Name = "ribbonPageGroup10";
     this.ribbonPageGroup10.Text = "Параметры";
     //
     // ribbonPageGroup14
     //
     this.ribbonPageGroup14.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup14.Name = "ribbonPageGroup14";
     this.ribbonPageGroup14.Text = "Выход";
     //
     // ribbonPageGroup18
     //
     this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup18.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup18.Name = "ribbonPageGroup18";
     this.ribbonPageGroup18.Text = "Помощь";
     //
     // ribbonPage5
     //
     this.ribbonPage5.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup35,
     this.ribbonPageGroup36});
     this.ribbonPage5.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage5.Image")));
     this.ribbonPage5.Name = "ribbonPage5";
     this.ribbonPage5.Text = "Анализ";
     //
     // ribbonPageGroup35
     //
     this.ribbonPageGroup35.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup35.ItemLinks.Add(this.barButtonItemBarcode);
     this.ribbonPageGroup35.ItemLinks.Add(this.barButtonItemChecksum);
     this.ribbonPageGroup35.Name = "ribbonPageGroup35";
     this.ribbonPageGroup35.Text = "Анализ";
     //
     // ribbonPageGroup36
     //
     this.ribbonPageGroup36.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup36.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup36.Name = "ribbonPageGroup36";
     this.ribbonPageGroup36.Text = "Помощь";
     //
     // ribbonPageCategoryOptions
     //
     this.ribbonPageCategoryOptions.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.ribbonPageCategoryOptions.Name = "ribbonPageCategoryOptions";
     this.ribbonPageCategoryOptions.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPageOptions});
     this.ribbonPageCategoryOptions.Text = "Режим параметров";
     //
     // ribbonPageOptions
     //
     this.ribbonPageOptions.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup11,
     this.ribbonPageGroup29,
     this.ribbonPageGroup15,
     this.ribbonPageGroup19});
     this.ribbonPageOptions.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPageOptions.Image")));
     this.ribbonPageOptions.Name = "ribbonPageOptions";
     this.ribbonPageOptions.Text = "Параметры";
     //
     // ribbonPageGroup11
     //
     this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup11.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup11.Name = "ribbonPageGroup11";
     this.ribbonPageGroup11.Text = "Параметры";
     //
     // ribbonPageGroup29
     //
     this.ribbonPageGroup29.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup29.Name = "ribbonPageGroup29";
     this.ribbonPageGroup29.Text = "Анализ";
     //
     // ribbonPageGroup15
     //
     this.ribbonPageGroup15.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup15.Name = "ribbonPageGroup15";
     this.ribbonPageGroup15.Text = "Выход";
     //
     // ribbonPageGroup19
     //
     this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup19.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup19.Name = "ribbonPageGroup19";
     this.ribbonPageGroup19.Text = "Помощь";
     //
     // ribbonPageCategory1
     //
     this.ribbonPageCategory1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.ribbonPageCategory1.Name = "ribbonPageCategory1";
     this.ribbonPageCategory1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage7});
     this.ribbonPageCategory1.Text = "Помощь";
     //
     // ribbonPage7
     //
     this.ribbonPage7.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup30,
     this.ribbonPageGroup25,
     this.ribbonPageGroup22});
     this.ribbonPage7.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage7.Image")));
     this.ribbonPage7.MergeOrder = 9999;
     this.ribbonPage7.Name = "ribbonPage7";
     this.ribbonPage7.Text = "Помощь";
     //
     // ribbonPageGroup30
     //
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemWeb);
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemGroups);
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemForum);
     this.ribbonPageGroup30.ItemLinks.Add(this.barButtonItemError);
     this.ribbonPageGroup30.Name = "ribbonPageGroup30";
     this.ribbonPageGroup30.Text = "Ссылки";
     //
     // ribbonPageGroup25
     //
     this.ribbonPageGroup25.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup25.Name = "ribbonPageGroup25";
     this.ribbonPageGroup25.Text = "Выход";
     //
     // ribbonPageGroup22
     //
     this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup22.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup22.Name = "ribbonPageGroup22";
     this.ribbonPageGroup22.Text = "Помощь";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup21,
     this.ribbonPageGroup6,
     this.ribbonPageGroup26,
     this.ribbonPageGroup12,
     this.ribbonPageGroup2});
     this.ribbonPage1.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage1.Image")));
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Главная";
     //
     // ribbonPageGroup21
     //
     this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonPageGroup21.ItemLinks.Add(this.barButtonItemOptions);
     this.ribbonPageGroup21.Name = "ribbonPageGroup21";
     this.ribbonPageGroup21.Text = "Режим";
     //
     // ribbonPageGroup6
     //
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItemOptionsLoad);
     this.ribbonPageGroup6.ItemLinks.Add(this.barButtonItemOptionsSave);
     this.ribbonPageGroup6.Name = "ribbonPageGroup6";
     this.ribbonPageGroup6.Text = "Параметры";
     //
     // ribbonPageGroup26
     //
     this.ribbonPageGroup26.ItemLinks.Add(this.barButtonItemGamma);
     this.ribbonPageGroup26.Name = "ribbonPageGroup26";
     this.ribbonPageGroup26.Text = "Анализ";
     //
     // ribbonPageGroup12
     //
     this.ribbonPageGroup12.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup12.Name = "ribbonPageGroup12";
     this.ribbonPageGroup12.Text = "Выход";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Помощь";
     //
     // ribbonPage3
     //
     this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup1,
     this.ribbonPageGroup3,
     this.ribbonPageGroup24,
     this.ribbonPageGroup23});
     this.ribbonPage3.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage3.Image")));
     this.ribbonPage3.Name = "ribbonPage3";
     this.ribbonPage3.Text = "Вид";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItemPack);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItemUnpack);
     this.ribbonPageGroup1.ItemLinks.Add(this.barButtonItemOptions);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Режим";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     this.ribbonPageGroup3.Text = "Оболочка";
     //
     // ribbonPageGroup24
     //
     this.ribbonPageGroup24.ItemLinks.Add(this.barButtonItemExit);
     this.ribbonPageGroup24.Name = "ribbonPageGroup24";
     this.ribbonPageGroup24.Text = "Выход";
     //
     // ribbonPageGroup23
     //
     this.ribbonPageGroup23.ItemLinks.Add(this.barButtonItem5);
     this.ribbonPageGroup23.ItemLinks.Add(this.barButtonItemAbout);
     this.ribbonPageGroup23.Name = "ribbonPageGroup23";
     this.ribbonPageGroup23.Text = "Помощь";
     //
     // defaultLookAndFeel1
     //
     this.defaultLookAndFeel1.LookAndFeel.SkinName = "Metropolis";
     //
     // workspaceManager1
     //
     this.workspaceManager1.TargetControl = this;
     this.workspaceManager1.TransitionType = pushTransition1;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 249);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.navBarControl1);
     this.splitContainerControl1.Panel1.Text = "Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.mainControl);
     this.splitContainerControl1.Panel2.Text = "Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1215, 566);
     this.splitContainerControl1.SplitterPosition = 211;
     this.splitContainerControl1.TabIndex = 5;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemPack,
     this.navBarItemUnpack,
     this.navBarItemOptions});
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 211;
     this.navBarControl1.Size = new System.Drawing.Size(211, 566);
     this.navBarControl1.TabIndex = 1;
     this.navBarControl1.Text = "navBarControl1";
     this.navBarControl1.View = new DevExpress.XtraNavBar.ViewInfo.SkinExplorerBarViewInfoRegistrator();
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "Режим";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemPack),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemUnpack),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemOptions)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemPack
     //
     this.navBarItemPack.Caption = "Упаковать";
     this.navBarItemPack.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemPack.LargeImage")));
     this.navBarItemPack.Name = "navBarItemPack";
     this.navBarItemPack.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemPack.SmallImage")));
     this.navBarItemPack.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.Pack_LinkClicked);
     //
     // navBarItemUnpack
     //
     this.navBarItemUnpack.Caption = "Распаковать";
     this.navBarItemUnpack.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemUnpack.LargeImage")));
     this.navBarItemUnpack.Name = "navBarItemUnpack";
     this.navBarItemUnpack.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemUnpack.SmallImage")));
     this.navBarItemUnpack.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.Unpack_LinkClicked);
     //
     // navBarItemOptions
     //
     this.navBarItemOptions.Caption = "Параметры";
     this.navBarItemOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItemOptions.LargeImage")));
     this.navBarItemOptions.Name = "navBarItemOptions";
     this.navBarItemOptions.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItemOptions.SmallImage")));
     this.navBarItemOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.Options_LinkClicked);
     //
     // mainControl
     //
     this.mainControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mainControl.Location = new System.Drawing.Point(0, 0);
     this.mainControl.Name = "mainControl";
     this.mainControl.SelectedMode = Steganography.BbsControl.Mode.Pack;
     this.mainControl.Size = new System.Drawing.Size(986, 566);
     this.mainControl.TabIndex = 3;
     this.mainControl.TabsVisible = true;
     this.mainControl.SelectedModeChanged += new Steganography.BbsControl.SelectedModeChangedEventHandler(this.SelectedModeChanged);
     //
     // ribbonPageGroup4
     //
     this.ribbonPageGroup4.Name = "ribbonPageGroup4";
     this.ribbonPageGroup4.Text = "ribbonPageGroup4";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup4});
     this.ribbonPage2.Image = ((System.Drawing.Image)(resources.GetObject("ribbonPage2.Image")));
     this.ribbonPage2.Name = "ribbonPage2";
     this.ribbonPage2.Text = "Помощь";
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1215, 870);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.ribbonStatusBar2);
     this.Controls.Add(this.ribbonControl);
     this.Name = "MainForm";
     this.Ribbon = this.ribbonControl;
     this.StatusBar = this.ribbonStatusBar2;
     this.Text = "Метод широкополосных сигналов";
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.applicationMenu2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::CardManager.UI.SplashScreens.SplashScreenForm), false, false);
            DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DesktopForm));
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.btnNewCredentialed = new DevExpress.XtraBars.BarButtonItem();
            this.btnSearchCredentialeds = new DevExpress.XtraBars.BarButtonItem();
            this.btnNewUser = new DevExpress.XtraBars.BarButtonItem();
            this.btnSearchUser = new DevExpress.XtraBars.BarButtonItem();
            this.btnChangePwd = new DevExpress.XtraBars.BarButtonItem();
            this.btnNewCustomer = new DevExpress.XtraBars.BarButtonItem();
            this.btnSearchCustomers = new DevExpress.XtraBars.BarButtonItem();
            this.btnManagerCards = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.btnChangeCurrentBusiness = new DevExpress.XtraBars.BarButtonItem();
            this.btnNewInput = new DevExpress.XtraBars.BarButtonItem();
            this.btnSearchInputs = new DevExpress.XtraBars.BarButtonItem();
            this.btnNewOutput = new DevExpress.XtraBars.BarButtonItem();
            this.btnSearchOutputs = new DevExpress.XtraBars.BarButtonItem();
            this.btnViewCashFlow = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonPage3 = 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.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup4 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.tabControl = new DevExpress.XtraTab.XtraTabControl();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbon
            // 
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.barButtonItem1,
            this.barButtonItem2,
            this.btnNewCredentialed,
            this.btnSearchCredentialeds,
            this.btnNewUser,
            this.btnSearchUser,
            this.btnChangePwd,
            this.btnNewCustomer,
            this.btnSearchCustomers,
            this.btnManagerCards,
            this.barButtonItem3,
            this.btnChangeCurrentBusiness,
            this.btnNewInput,
            this.btnSearchInputs,
            this.btnNewOutput,
            this.btnSearchOutputs,
            this.btnViewCashFlow});
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 22;
            this.ribbon.Name = "ribbon";
            this.ribbon.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage3,
            this.ribbonPage1,
            this.ribbonPage2});
            this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
            this.ribbon.Size = new System.Drawing.Size(941, 144);
            this.ribbon.StatusBar = this.ribbonStatusBar;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Id = 3;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Id = 4;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // btnNewCredentialed
            // 
            this.btnNewCredentialed.Caption = "Novo  Credenciado";
            this.btnNewCredentialed.Id = 5;
            this.btnNewCredentialed.Name = "btnNewCredentialed";
            this.btnNewCredentialed.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewCredentialed.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewCredentialed_ItemClick);
            // 
            // btnSearchCredentialeds
            // 
            this.btnSearchCredentialeds.Caption = "Consultar Credenciados";
            this.btnSearchCredentialeds.Id = 6;
            this.btnSearchCredentialeds.Name = "btnSearchCredentialeds";
            this.btnSearchCredentialeds.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSearchCredentialeds.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSearchCredentialeds_ItemClick);
            // 
            // btnNewUser
            // 
            this.btnNewUser.Caption = "Novo  Usuário";
            this.btnNewUser.Id = 7;
            this.btnNewUser.Name = "btnNewUser";
            this.btnNewUser.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewUser_ItemClick);
            // 
            // btnSearchUser
            // 
            this.btnSearchUser.Caption = "Consulta de Usuários";
            this.btnSearchUser.Id = 8;
            this.btnSearchUser.Name = "btnSearchUser";
            this.btnSearchUser.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSearchUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSearchUser_ItemClick);
            // 
            // btnChangePwd
            // 
            this.btnChangePwd.Caption = "Alterar Senha";
            this.btnChangePwd.Id = 9;
            this.btnChangePwd.Name = "btnChangePwd";
            this.btnChangePwd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnChangePwd_ItemClick);
            // 
            // btnNewCustomer
            // 
            this.btnNewCustomer.Caption = "Novo  Cliente";
            this.btnNewCustomer.Id = 10;
            this.btnNewCustomer.Name = "btnNewCustomer";
            this.btnNewCustomer.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewCustomer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewCustomer_ItemClick);
            // 
            // btnSearchCustomers
            // 
            this.btnSearchCustomers.Caption = "Consultar Clientes";
            this.btnSearchCustomers.Id = 11;
            this.btnSearchCustomers.Name = "btnSearchCustomers";
            this.btnSearchCustomers.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSearchCustomers.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSearchCustomers_ItemClick);
            // 
            // btnManagerCards
            // 
            this.btnManagerCards.Caption = "Gerenciar Cartões";
            this.btnManagerCards.Id = 12;
            this.btnManagerCards.Name = "btnManagerCards";
            this.btnManagerCards.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnManagerCards.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnManagerCards_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Id = 18;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // btnChangeCurrentBusiness
            // 
            this.btnChangeCurrentBusiness.Caption = "Alterar Empresa Atual";
            this.btnChangeCurrentBusiness.Id = 15;
            this.btnChangeCurrentBusiness.Name = "btnChangeCurrentBusiness";
            this.btnChangeCurrentBusiness.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnChangeCurrentBusiness.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnChangeCurrentBusiness_ItemClick);
            // 
            // btnNewInput
            // 
            this.btnNewInput.Caption = "Nova  Entrada";
            this.btnNewInput.Id = 16;
            this.btnNewInput.Name = "btnNewInput";
            this.btnNewInput.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewInput.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewInput_ItemClick);
            // 
            // btnSearchInputs
            // 
            this.btnSearchInputs.Caption = "Consultar Entradas";
            this.btnSearchInputs.Id = 17;
            this.btnSearchInputs.Name = "btnSearchInputs";
            this.btnSearchInputs.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSearchInputs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSearchInputs_ItemClick);
            // 
            // btnNewOutput
            // 
            this.btnNewOutput.Caption = "Nova  Saida";
            this.btnNewOutput.Id = 19;
            this.btnNewOutput.Name = "btnNewOutput";
            this.btnNewOutput.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnNewOutput.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNewOutput_ItemClick);
            // 
            // btnSearchOutputs
            // 
            this.btnSearchOutputs.Caption = "Consultar Saidas";
            this.btnSearchOutputs.Id = 20;
            this.btnSearchOutputs.Name = "btnSearchOutputs";
            this.btnSearchOutputs.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnSearchOutputs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSearchOutputs_ItemClick);
            // 
            // btnViewCashFlow
            // 
            this.btnViewCashFlow.Caption = "Visualizar Fluxo de Caixa";
            this.btnViewCashFlow.Id = 21;
            this.btnViewCashFlow.Name = "btnViewCashFlow";
            this.btnViewCashFlow.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large;
            this.btnViewCashFlow.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnViewCashFlow_ItemClick);
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup6,
            this.ribbonPageGroup7,
            this.ribbonPageGroup8});
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "CAIXA";
            // 
            // ribbonPageGroup6
            // 
            this.ribbonPageGroup6.AllowTextClipping = false;
            this.ribbonPageGroup6.ItemLinks.Add(this.btnNewInput);
            this.ribbonPageGroup6.ItemLinks.Add(this.btnSearchInputs);
            this.ribbonPageGroup6.Name = "ribbonPageGroup6";
            this.ribbonPageGroup6.ShowCaptionButton = false;
            this.ribbonPageGroup6.Text = "Entradas Avulsas";
            // 
            // ribbonPageGroup7
            // 
            this.ribbonPageGroup7.AllowTextClipping = false;
            this.ribbonPageGroup7.ItemLinks.Add(this.btnNewOutput);
            this.ribbonPageGroup7.ItemLinks.Add(this.btnSearchOutputs);
            this.ribbonPageGroup7.Name = "ribbonPageGroup7";
            this.ribbonPageGroup7.ShowCaptionButton = false;
            this.ribbonPageGroup7.Text = "Saidas";
            // 
            // ribbonPageGroup8
            // 
            this.ribbonPageGroup8.AllowTextClipping = false;
            this.ribbonPageGroup8.ItemLinks.Add(this.btnViewCashFlow);
            this.ribbonPageGroup8.Name = "ribbonPageGroup8";
            this.ribbonPageGroup8.ShowCaptionButton = false;
            this.ribbonPageGroup8.Text = "Fluxo de Caixa";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup1,
            this.ribbonPageGroup3,
            this.ribbonPageGroup4});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "CADASTROS";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.btnNewCredentialed);
            this.ribbonPageGroup1.ItemLinks.Add(this.btnSearchCredentialeds);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "Credenciados";
            // 
            // ribbonPageGroup3
            // 
            this.ribbonPageGroup3.AllowTextClipping = false;
            this.ribbonPageGroup3.ItemLinks.Add(this.btnNewCustomer);
            this.ribbonPageGroup3.ItemLinks.Add(this.btnSearchCustomers);
            this.ribbonPageGroup3.Name = "ribbonPageGroup3";
            this.ribbonPageGroup3.ShowCaptionButton = false;
            this.ribbonPageGroup3.Text = "Clientes";
            // 
            // ribbonPageGroup4
            // 
            this.ribbonPageGroup4.AllowTextClipping = false;
            this.ribbonPageGroup4.ItemLinks.Add(this.btnManagerCards);
            this.ribbonPageGroup4.Name = "ribbonPageGroup4";
            this.ribbonPageGroup4.ShowCaptionButton = false;
            this.ribbonPageGroup4.Text = "Cartões";
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup2,
            this.ribbonPageGroup5});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "GERENCIAMENTO";
            // 
            // ribbonPageGroup2
            // 
            this.ribbonPageGroup2.AllowTextClipping = false;
            this.ribbonPageGroup2.ItemLinks.Add(this.btnNewUser);
            this.ribbonPageGroup2.ItemLinks.Add(this.btnSearchUser);
            this.ribbonPageGroup2.ItemLinks.Add(this.btnChangePwd);
            this.ribbonPageGroup2.Name = "ribbonPageGroup2";
            this.ribbonPageGroup2.ShowCaptionButton = false;
            this.ribbonPageGroup2.Text = "Usuários";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.AllowTextClipping = false;
            this.ribbonPageGroup5.ItemLinks.Add(this.btnChangeCurrentBusiness);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Empresa";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 445);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(941, 31);
            // 
            // tabControl
            // 
            this.tabControl.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InActiveTabPageHeader;
            this.tabControl.CustomHeaderButtons.AddRange(new DevExpress.XtraTab.Buttons.CustomHeaderButton[] {
            new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Close, "", -1, true, true, DevExpress.XtraEditors.ImageLocation.MiddleRight, null, serializableAppearanceObject1, "", 1, null, true)});
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 144);
            this.tabControl.Name = "tabControl";
            this.tabControl.Size = new System.Drawing.Size(941, 301);
            this.tabControl.TabIndex = 2;
            this.tabControl.CloseButtonClick += new System.EventHandler(this.tabControl_CloseButtonClick);
            this.tabControl.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.tabControl_CustomHeaderButtonClick);
            this.tabControl.ControlAdded += new System.Windows.Forms.ControlEventHandler(this.tabControl_ControlAdded);
            this.tabControl.Resize += new System.EventHandler(this.tabControl_Resize);
            // 
            // DesktopForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(941, 476);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbon);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.KeyPreview = true;
            this.Name = "DesktopForm";
            this.Ribbon = this.ribbon;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.DesktopForm_FormClosing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.DesktopForm_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StartForm));
            this.xtraTabControl = new DevExpress.XtraTab.XtraTabControl();
            this.TagBaseInfo = new DevExpress.XtraTab.XtraTabPage();
            this.GrbUsers = new DevExpress.XtraEditors.GroupControl();
            this.cobUserName = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl8 = new DevExpress.XtraEditors.LabelControl();
            this.GrbGetAccessToken = new DevExpress.XtraEditors.GroupControl();
            this.BtnAccessToken = new DevExpress.XtraEditors.SimpleButton();
            this.TxtAccessToken = new DevExpress.XtraEditors.TextEdit();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.GrbDeveloperXml = new DevExpress.XtraEditors.GroupControl();
            this.BtnSave = new DevExpress.XtraEditors.SimpleButton();
            this.TxtAppSecret = new DevExpress.XtraEditors.TextEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.TxtAppId = new DevExpress.XtraEditors.TextEdit();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.GrbServerXml = new DevExpress.XtraEditors.GroupControl();
            this.TxtToken = new DevExpress.XtraEditors.TextEdit();
            this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
            this.TxtUrl = new DevExpress.XtraEditors.TextEdit();
            this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
            this.TagCustomMenu = new DevExpress.XtraTab.XtraTabPage();
            this.PrgCreate = new DevExpress.XtraWaitForm.ProgressPanel();
            this.PrgSelect = new DevExpress.XtraWaitForm.ProgressPanel();
            this.BtnCreate = new DevExpress.XtraEditors.SimpleButton();
            this.BtnSelect = new DevExpress.XtraEditors.SimpleButton();
            this.GrbCreateCustomMenu = new DevExpress.XtraEditors.GroupControl();
            this.MenuCreate = new DevExpress.XtraEditors.MemoEdit();
            this.GrbSelectCustomMenu = new DevExpress.XtraEditors.GroupControl();
            this.MenuSelect = new DevExpress.XtraEditors.MemoEdit();
            this.TagUpload = new DevExpress.XtraTab.XtraTabPage();
            this.GrbDownload = new DevExpress.XtraEditors.GroupControl();
            this.GrbUpload = new DevExpress.XtraEditors.GroupControl();
            this.PrgUpload = new DevExpress.XtraWaitForm.ProgressPanel();
            this.BtnUpload = new DevExpress.XtraEditors.SimpleButton();
            this.BtnBrowser = new DevExpress.XtraEditors.SimpleButton();
            this.TxtUploadResult = new DevExpress.XtraEditors.TextEdit();
            this.TxtUploadUrl = new DevExpress.XtraEditors.TextEdit();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.BtnImage = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).BeginInit();
            this.xtraTabControl.SuspendLayout();
            this.TagBaseInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GrbUsers)).BeginInit();
            this.GrbUsers.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cobUserName.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbGetAccessToken)).BeginInit();
            this.GrbGetAccessToken.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtAccessToken.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbDeveloperXml)).BeginInit();
            this.GrbDeveloperXml.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtAppSecret.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TxtAppId.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbServerXml)).BeginInit();
            this.GrbServerXml.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtToken.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TxtUrl.Properties)).BeginInit();
            this.TagCustomMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GrbCreateCustomMenu)).BeginInit();
            this.GrbCreateCustomMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MenuCreate.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbSelectCustomMenu)).BeginInit();
            this.GrbSelectCustomMenu.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.MenuSelect.Properties)).BeginInit();
            this.TagUpload.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GrbDownload)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbUpload)).BeginInit();
            this.GrbUpload.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtUploadResult.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TxtUploadUrl.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // xtraTabControl
            // 
            this.xtraTabControl.Location = new System.Drawing.Point(69, 2);
            this.xtraTabControl.Name = "xtraTabControl";
            this.xtraTabControl.SelectedTabPage = this.TagBaseInfo;
            this.xtraTabControl.Size = new System.Drawing.Size(884, 562);
            this.xtraTabControl.TabIndex = 0;
            this.xtraTabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.TagBaseInfo,
            this.TagCustomMenu,
            this.TagUpload});
            // 
            // TagBaseInfo
            // 
            this.TagBaseInfo.AutoScroll = true;
            this.TagBaseInfo.Controls.Add(this.GrbUsers);
            this.TagBaseInfo.Controls.Add(this.GrbGetAccessToken);
            this.TagBaseInfo.Controls.Add(this.GrbDeveloperXml);
            this.TagBaseInfo.Controls.Add(this.GrbServerXml);
            this.TagBaseInfo.Name = "TagBaseInfo";
            this.TagBaseInfo.Size = new System.Drawing.Size(878, 533);
            this.TagBaseInfo.Text = "配置信息";
            // 
            // GrbUsers
            // 
            this.GrbUsers.Controls.Add(this.cobUserName);
            this.GrbUsers.Controls.Add(this.labelControl8);
            this.GrbUsers.Location = new System.Drawing.Point(13, 15);
            this.GrbUsers.Name = "GrbUsers";
            this.GrbUsers.Size = new System.Drawing.Size(849, 84);
            this.GrbUsers.TabIndex = 4;
            this.GrbUsers.Text = "帐号信息";
            // 
            // cobUserName
            // 
            this.cobUserName.EditValue = "*****@*****.**";
            this.cobUserName.Location = new System.Drawing.Point(81, 42);
            this.cobUserName.Name = "cobUserName";
            this.cobUserName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cobUserName.Properties.Items.AddRange(new object[] {
            "*****@*****.**",
            "*****@*****.**"});
            this.cobUserName.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
            this.cobUserName.Size = new System.Drawing.Size(221, 20);
            this.cobUserName.TabIndex = 1;
            this.cobUserName.SelectedIndexChanged += new System.EventHandler(this.cobUserName_SelectedIndexChanged);
            // 
            // labelControl8
            // 
            this.labelControl8.Location = new System.Drawing.Point(15, 45);
            this.labelControl8.Name = "labelControl8";
            this.labelControl8.Size = new System.Drawing.Size(60, 14);
            this.labelControl8.TabIndex = 0;
            this.labelControl8.Text = "微信帐号:";
            // 
            // GrbGetAccessToken
            // 
            this.GrbGetAccessToken.Controls.Add(this.BtnAccessToken);
            this.GrbGetAccessToken.Controls.Add(this.TxtAccessToken);
            this.GrbGetAccessToken.Controls.Add(this.labelControl6);
            this.GrbGetAccessToken.Location = new System.Drawing.Point(13, 410);
            this.GrbGetAccessToken.Name = "GrbGetAccessToken";
            this.GrbGetAccessToken.Size = new System.Drawing.Size(849, 100);
            this.GrbGetAccessToken.TabIndex = 2;
            this.GrbGetAccessToken.Text = "获取access_token";
            // 
            // BtnAccessToken
            // 
            this.BtnAccessToken.AllowFocus = false;
            this.BtnAccessToken.Location = new System.Drawing.Point(783, 49);
            this.BtnAccessToken.Name = "BtnAccessToken";
            this.BtnAccessToken.Size = new System.Drawing.Size(57, 23);
            this.BtnAccessToken.TabIndex = 2;
            this.BtnAccessToken.Text = "获取";
            this.BtnAccessToken.Click += new System.EventHandler(this.BtnAccessToken_Click);
            // 
            // TxtAccessToken
            // 
            this.TxtAccessToken.Location = new System.Drawing.Point(107, 52);
            this.TxtAccessToken.Name = "TxtAccessToken";
            this.TxtAccessToken.Properties.ReadOnly = true;
            this.TxtAccessToken.Size = new System.Drawing.Size(664, 20);
            this.TxtAccessToken.TabIndex = 1;
            // 
            // labelControl6
            // 
            this.labelControl6.Location = new System.Drawing.Point(15, 53);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(86, 14);
            this.labelControl6.TabIndex = 0;
            this.labelControl6.Text = "access_token:";
            // 
            // GrbDeveloperXml
            // 
            this.GrbDeveloperXml.Controls.Add(this.BtnSave);
            this.GrbDeveloperXml.Controls.Add(this.TxtAppSecret);
            this.GrbDeveloperXml.Controls.Add(this.labelControl3);
            this.GrbDeveloperXml.Controls.Add(this.TxtAppId);
            this.GrbDeveloperXml.Controls.Add(this.labelControl4);
            this.GrbDeveloperXml.Location = new System.Drawing.Point(13, 260);
            this.GrbDeveloperXml.Name = "GrbDeveloperXml";
            this.GrbDeveloperXml.Size = new System.Drawing.Size(849, 100);
            this.GrbDeveloperXml.TabIndex = 1;
            this.GrbDeveloperXml.Text = "开发者ID";
            // 
            // BtnSave
            // 
            this.BtnSave.AllowFocus = false;
            this.BtnSave.Location = new System.Drawing.Point(783, 47);
            this.BtnSave.Name = "BtnSave";
            this.BtnSave.Size = new System.Drawing.Size(57, 23);
            this.BtnSave.TabIndex = 8;
            this.BtnSave.Text = "保存";
            this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
            // 
            // TxtAppSecret
            // 
            this.TxtAppSecret.Location = new System.Drawing.Point(404, 48);
            this.TxtAppSecret.Name = "TxtAppSecret";
            this.TxtAppSecret.Size = new System.Drawing.Size(367, 20);
            this.TxtAppSecret.TabIndex = 7;
            // 
            // labelControl3
            // 
            this.labelControl3.Location = new System.Drawing.Point(325, 51);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(70, 14);
            this.labelControl3.TabIndex = 6;
            this.labelControl3.Text = "AppSecret:";
            // 
            // TxtAppId
            // 
            this.TxtAppId.Location = new System.Drawing.Point(61, 48);
            this.TxtAppId.Name = "TxtAppId";
            this.TxtAppId.Size = new System.Drawing.Size(241, 20);
            this.TxtAppId.TabIndex = 5;
            // 
            // labelControl4
            // 
            this.labelControl4.Location = new System.Drawing.Point(10, 51);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(45, 14);
            this.labelControl4.TabIndex = 4;
            this.labelControl4.Text = "AppId:";
            // 
            // GrbServerXml
            // 
            this.GrbServerXml.Controls.Add(this.TxtToken);
            this.GrbServerXml.Controls.Add(this.labelControl2);
            this.GrbServerXml.Controls.Add(this.TxtUrl);
            this.GrbServerXml.Controls.Add(this.labelControl1);
            this.GrbServerXml.Location = new System.Drawing.Point(13, 131);
            this.GrbServerXml.Name = "GrbServerXml";
            this.GrbServerXml.Size = new System.Drawing.Size(849, 100);
            this.GrbServerXml.TabIndex = 0;
            this.GrbServerXml.Text = "服务器配置";
            // 
            // TxtToken
            // 
            this.TxtToken.Location = new System.Drawing.Point(574, 47);
            this.TxtToken.Name = "TxtToken";
            this.TxtToken.Size = new System.Drawing.Size(254, 20);
            this.TxtToken.TabIndex = 3;
            // 
            // labelControl2
            // 
            this.labelControl2.Location = new System.Drawing.Point(512, 50);
            this.labelControl2.Name = "labelControl2";
            this.labelControl2.Size = new System.Drawing.Size(47, 14);
            this.labelControl2.TabIndex = 2;
            this.labelControl2.Text = "Token:";
            // 
            // TxtUrl
            // 
            this.TxtUrl.Location = new System.Drawing.Point(57, 50);
            this.TxtUrl.Name = "TxtUrl";
            this.TxtUrl.Size = new System.Drawing.Size(416, 20);
            this.TxtUrl.TabIndex = 1;
            // 
            // labelControl1
            // 
            this.labelControl1.Location = new System.Drawing.Point(18, 53);
            this.labelControl1.Name = "labelControl1";
            this.labelControl1.Size = new System.Drawing.Size(33, 14);
            this.labelControl1.TabIndex = 0;
            this.labelControl1.Text = "URL:";
            // 
            // TagCustomMenu
            // 
            this.TagCustomMenu.AutoScroll = true;
            this.TagCustomMenu.Controls.Add(this.PrgCreate);
            this.TagCustomMenu.Controls.Add(this.PrgSelect);
            this.TagCustomMenu.Controls.Add(this.BtnCreate);
            this.TagCustomMenu.Controls.Add(this.BtnSelect);
            this.TagCustomMenu.Controls.Add(this.GrbCreateCustomMenu);
            this.TagCustomMenu.Controls.Add(this.GrbSelectCustomMenu);
            this.TagCustomMenu.Name = "TagCustomMenu";
            this.TagCustomMenu.Size = new System.Drawing.Size(878, 533);
            this.TagCustomMenu.Text = "自定义菜单";
            // 
            // PrgCreate
            // 
            this.PrgCreate.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.PrgCreate.Appearance.Options.UseBackColor = true;
            this.PrgCreate.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
            this.PrgCreate.AppearanceCaption.Options.UseFont = true;
            this.PrgCreate.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.PrgCreate.AppearanceDescription.Options.UseFont = true;
            this.PrgCreate.Caption = "创建中......";
            this.PrgCreate.Description = "";
            this.PrgCreate.Location = new System.Drawing.Point(453, 488);
            this.PrgCreate.Name = "PrgCreate";
            this.PrgCreate.ShowDescription = false;
            this.PrgCreate.Size = new System.Drawing.Size(350, 36);
            this.PrgCreate.TabIndex = 12;
            this.PrgCreate.Visible = false;
            // 
            // PrgSelect
            // 
            this.PrgSelect.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.PrgSelect.Appearance.Options.UseBackColor = true;
            this.PrgSelect.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
            this.PrgSelect.AppearanceCaption.Options.UseFont = true;
            this.PrgSelect.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.PrgSelect.AppearanceDescription.Options.UseFont = true;
            this.PrgSelect.Caption = "查询中......";
            this.PrgSelect.Description = "";
            this.PrgSelect.Location = new System.Drawing.Point(11, 488);
            this.PrgSelect.Name = "PrgSelect";
            this.PrgSelect.ShowDescription = false;
            this.PrgSelect.Size = new System.Drawing.Size(350, 36);
            this.PrgSelect.TabIndex = 11;
            this.PrgSelect.Visible = false;
            // 
            // BtnCreate
            // 
            this.BtnCreate.AllowFocus = false;
            this.BtnCreate.Location = new System.Drawing.Point(812, 496);
            this.BtnCreate.Name = "BtnCreate";
            this.BtnCreate.Size = new System.Drawing.Size(57, 23);
            this.BtnCreate.TabIndex = 10;
            this.BtnCreate.Text = "创建";
            this.BtnCreate.Click += new System.EventHandler(this.BtnCreate_Click);
            // 
            // BtnSelect
            // 
            this.BtnSelect.AllowFocus = false;
            this.BtnSelect.Location = new System.Drawing.Point(374, 496);
            this.BtnSelect.Name = "BtnSelect";
            this.BtnSelect.Size = new System.Drawing.Size(57, 23);
            this.BtnSelect.TabIndex = 9;
            this.BtnSelect.Text = "查询";
            this.BtnSelect.Click += new System.EventHandler(this.BtnSelect_Click);
            // 
            // GrbCreateCustomMenu
            // 
            this.GrbCreateCustomMenu.Controls.Add(this.MenuCreate);
            this.GrbCreateCustomMenu.Location = new System.Drawing.Point(453, 12);
            this.GrbCreateCustomMenu.Name = "GrbCreateCustomMenu";
            this.GrbCreateCustomMenu.Size = new System.Drawing.Size(418, 467);
            this.GrbCreateCustomMenu.TabIndex = 1;
            this.GrbCreateCustomMenu.Text = "创建自定义菜单";
            // 
            // MenuCreate
            // 
            this.MenuCreate.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MenuCreate.Location = new System.Drawing.Point(2, 22);
            this.MenuCreate.Name = "MenuCreate";
            this.MenuCreate.Size = new System.Drawing.Size(414, 443);
            this.MenuCreate.TabIndex = 0;
            this.MenuCreate.UseOptimizedRendering = true;
            // 
            // GrbSelectCustomMenu
            // 
            this.GrbSelectCustomMenu.Controls.Add(this.MenuSelect);
            this.GrbSelectCustomMenu.Location = new System.Drawing.Point(10, 12);
            this.GrbSelectCustomMenu.Name = "GrbSelectCustomMenu";
            this.GrbSelectCustomMenu.Size = new System.Drawing.Size(423, 467);
            this.GrbSelectCustomMenu.TabIndex = 0;
            this.GrbSelectCustomMenu.Text = "查询自定义菜单";
            // 
            // MenuSelect
            // 
            this.MenuSelect.Dock = System.Windows.Forms.DockStyle.Fill;
            this.MenuSelect.EditValue = "";
            this.MenuSelect.Location = new System.Drawing.Point(2, 22);
            this.MenuSelect.Name = "MenuSelect";
            this.MenuSelect.Properties.ReadOnly = true;
            this.MenuSelect.Size = new System.Drawing.Size(419, 443);
            this.MenuSelect.TabIndex = 0;
            this.MenuSelect.UseOptimizedRendering = true;
            // 
            // TagUpload
            // 
            this.TagUpload.Controls.Add(this.GrbDownload);
            this.TagUpload.Controls.Add(this.GrbUpload);
            this.TagUpload.Name = "TagUpload";
            this.TagUpload.Size = new System.Drawing.Size(878, 533);
            this.TagUpload.Text = "上传多媒体文件";
            // 
            // GrbDownload
            // 
            this.GrbDownload.Location = new System.Drawing.Point(11, 309);
            this.GrbDownload.Name = "GrbDownload";
            this.GrbDownload.Size = new System.Drawing.Size(860, 207);
            this.GrbDownload.TabIndex = 1;
            this.GrbDownload.Text = "下载多媒体";
            // 
            // GrbUpload
            // 
            this.GrbUpload.Controls.Add(this.PrgUpload);
            this.GrbUpload.Controls.Add(this.BtnUpload);
            this.GrbUpload.Controls.Add(this.BtnBrowser);
            this.GrbUpload.Controls.Add(this.TxtUploadResult);
            this.GrbUpload.Controls.Add(this.TxtUploadUrl);
            this.GrbUpload.Controls.Add(this.labelControl7);
            this.GrbUpload.Controls.Add(this.labelControl5);
            this.GrbUpload.Location = new System.Drawing.Point(11, 51);
            this.GrbUpload.Name = "GrbUpload";
            this.GrbUpload.Size = new System.Drawing.Size(860, 191);
            this.GrbUpload.TabIndex = 0;
            this.GrbUpload.Text = "上传多媒体";
            // 
            // PrgUpload
            // 
            this.PrgUpload.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.PrgUpload.Appearance.Options.UseBackColor = true;
            this.PrgUpload.AppearanceCaption.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
            this.PrgUpload.AppearanceCaption.Options.UseFont = true;
            this.PrgUpload.AppearanceDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.PrgUpload.AppearanceDescription.Options.UseFont = true;
            this.PrgUpload.Caption = "上传中......";
            this.PrgUpload.Description = "";
            this.PrgUpload.Location = new System.Drawing.Point(20, 28);
            this.PrgUpload.Name = "PrgUpload";
            this.PrgUpload.ShowDescription = false;
            this.PrgUpload.Size = new System.Drawing.Size(817, 48);
            this.PrgUpload.TabIndex = 6;
            this.PrgUpload.Visible = false;
            // 
            // BtnUpload
            // 
            this.BtnUpload.Location = new System.Drawing.Point(762, 141);
            this.BtnUpload.Name = "BtnUpload";
            this.BtnUpload.Size = new System.Drawing.Size(75, 23);
            this.BtnUpload.TabIndex = 5;
            this.BtnUpload.Text = "上传";
            this.BtnUpload.Click += new System.EventHandler(this.BtnUpload_Click);
            // 
            // BtnBrowser
            // 
            this.BtnBrowser.Location = new System.Drawing.Point(762, 90);
            this.BtnBrowser.Name = "BtnBrowser";
            this.BtnBrowser.Size = new System.Drawing.Size(75, 23);
            this.BtnBrowser.TabIndex = 4;
            this.BtnBrowser.Text = "浏览";
            this.BtnBrowser.Click += new System.EventHandler(this.BtnBrowser_Click);
            // 
            // TxtUploadResult
            // 
            this.TxtUploadResult.Location = new System.Drawing.Point(120, 142);
            this.TxtUploadResult.Name = "TxtUploadResult";
            this.TxtUploadResult.Properties.ReadOnly = true;
            this.TxtUploadResult.Size = new System.Drawing.Size(610, 20);
            this.TxtUploadResult.TabIndex = 3;
            // 
            // TxtUploadUrl
            // 
            this.TxtUploadUrl.Location = new System.Drawing.Point(120, 91);
            this.TxtUploadUrl.Name = "TxtUploadUrl";
            this.TxtUploadUrl.Properties.ReadOnly = true;
            this.TxtUploadUrl.Size = new System.Drawing.Size(610, 20);
            this.TxtUploadUrl.TabIndex = 2;
            // 
            // labelControl7
            // 
            this.labelControl7.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl7.Location = new System.Drawing.Point(30, 145);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(72, 14);
            this.labelControl7.TabIndex = 1;
            this.labelControl7.Text = "返回结果:";
            // 
            // labelControl5
            // 
            this.labelControl5.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
            this.labelControl5.Location = new System.Drawing.Point(20, 94);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(72, 14);
            this.labelControl5.TabIndex = 0;
            this.labelControl5.Text = "多媒体路径:";
            // 
            // BtnImage
            // 
            this.BtnImage.Location = new System.Drawing.Point(0, 0);
            this.BtnImage.Name = "BtnImage";
            this.BtnImage.Size = new System.Drawing.Size(75, 23);
            this.BtnImage.TabIndex = 0;
            // 
            // StartForm
            // 
            this.Appearance.Options.UseFont = true;
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(884, 562);
            this.Controls.Add(this.xtraTabControl);
            this.Font = new System.Drawing.Font("Britannic Bold", 9F, System.Drawing.FontStyle.Bold);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.HtmlText = "微信工具";
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.Name = "StartForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl)).EndInit();
            this.xtraTabControl.ResumeLayout(false);
            this.TagBaseInfo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GrbUsers)).EndInit();
            this.GrbUsers.ResumeLayout(false);
            this.GrbUsers.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.cobUserName.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbGetAccessToken)).EndInit();
            this.GrbGetAccessToken.ResumeLayout(false);
            this.GrbGetAccessToken.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtAccessToken.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbDeveloperXml)).EndInit();
            this.GrbDeveloperXml.ResumeLayout(false);
            this.GrbDeveloperXml.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtAppSecret.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TxtAppId.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbServerXml)).EndInit();
            this.GrbServerXml.ResumeLayout(false);
            this.GrbServerXml.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TxtToken.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TxtUrl.Properties)).EndInit();
            this.TagCustomMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GrbCreateCustomMenu)).EndInit();
            this.GrbCreateCustomMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.MenuCreate.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbSelectCustomMenu)).EndInit();
            this.GrbSelectCustomMenu.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.MenuSelect.Properties)).EndInit();
            this.TagUpload.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.GrbDownload)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GrbUpload)).EndInit();
            this.GrbUpload.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.TxtUploadResult.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TxtUploadUrl.Properties)).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.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, null, true, true);
     System.ComponentModel.ComponentResourceManager  resources           = new System.ComponentModel.ComponentResourceManager(typeof(frmAF_ActivoFijo_ImportWizard));
     this.wizardControl1            = new DevExpress.XtraWizard.WizardControl();
     this.wizardPageEstadoGrabacion = new DevExpress.XtraWizard.WelcomeWizardPage();
     this.pictureBox3           = new System.Windows.Forms.PictureBox();
     this.wizardPage1           = new DevExpress.XtraWizard.WizardPage();
     this.lblLink               = new System.Windows.Forms.Label();
     this.lblMsg1               = new System.Windows.Forms.Label();
     this.pictureBox1           = new System.Windows.Forms.PictureBox();
     this.cmbHoja               = new System.Windows.Forms.ComboBox();
     this.lblHoja               = new System.Windows.Forms.Label();
     this.txtSeleccion          = new System.Windows.Forms.TextBox();
     this.btnSeleccion          = new System.Windows.Forms.Button();
     this.completionWizardPage1 = new DevExpress.XtraWizard.CompletionWizardPage();
     this.label1                               = new System.Windows.Forms.Label();
     this.rtbLog                               = new System.Windows.Forms.RichTextBox();
     this.wizardPage2                          = new DevExpress.XtraWizard.WizardPage();
     this.gridControlActivoFijo                = new DevExpress.XtraGrid.GridControl();
     this.UltraGridProveedor                   = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15                         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.wizardPage3                          = new DevExpress.XtraWizard.WizardPage();
     this.lblmsg3                              = new System.Windows.Forms.Label();
     this.pictureBox2                          = new System.Windows.Forms.PictureBox();
     this.rgImportar                           = new DevExpress.XtraEditors.RadioGroup();
     this.wizardPage4                          = new DevExpress.XtraWizard.WizardPage();
     this.label4                               = new System.Windows.Forms.Label();
     this.label3                               = new System.Windows.Forms.Label();
     this.label2                               = new System.Windows.Forms.Label();
     this.ucCon_PlanCtaCmb_CxC_Gastos          = new Core.Erp.Winform.Controles.UCCon_PlanCtaCmb();
     this.ucCon_PlanCtaCmb_CxC_Anticipos       = new Core.Erp.Winform.Controles.UCCon_PlanCtaCmb();
     this.ucCon_PlanCtaCmb_CxP_Proveedores     = new Core.Erp.Winform.Controles.UCCon_PlanCtaCmb();
     this.wizardPage6                          = new DevExpress.XtraWizard.WizardPage();
     this.splitContainer1                      = new System.Windows.Forms.SplitContainer();
     this.gridControl_estado_grab_x_activofijo = new DevExpress.XtraGrid.GridControl();
     this.gridView_proveedores                 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn6                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7                          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.lblMensaje                           = new System.Windows.Forms.Label();
     this.lblNumRegistros                      = new System.Windows.Forms.Label();
     this.btn_procesar                         = new DevExpress.XtraEditors.SimpleButton();
     this.progressBar                          = new System.Windows.Forms.ProgressBar();
     this.saveFileDialog1                      = new System.Windows.Forms.SaveFileDialog();
     this.wizardPage5                          = new DevExpress.XtraWizard.WizardPage();
     this.imageList_Iconos                     = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).BeginInit();
     this.wizardControl1.SuspendLayout();
     this.wizardPageEstadoGrabacion.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     this.wizardPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.completionWizardPage1.SuspendLayout();
     this.wizardPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlActivoFijo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraGridProveedor)).BeginInit();
     this.wizardPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgImportar.Properties)).BeginInit();
     this.wizardPage4.SuspendLayout();
     this.wizardPage6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_estado_grab_x_activofijo)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_proveedores)).BeginInit();
     this.SuspendLayout();
     //
     // wizardControl1
     //
     this.wizardControl1.Controls.Add(this.wizardPageEstadoGrabacion);
     this.wizardControl1.Controls.Add(this.wizardPage1);
     this.wizardControl1.Controls.Add(this.completionWizardPage1);
     this.wizardControl1.Controls.Add(this.wizardPage2);
     this.wizardControl1.Controls.Add(this.wizardPage3);
     this.wizardControl1.Controls.Add(this.wizardPage4);
     this.wizardControl1.Controls.Add(this.wizardPage6);
     this.wizardControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.wizardControl1.Location = new System.Drawing.Point(0, 0);
     this.wizardControl1.Name     = "wizardControl1";
     this.wizardControl1.Pages.AddRange(new DevExpress.XtraWizard.BaseWizardPage[] {
         this.wizardPageEstadoGrabacion,
         this.wizardPage1,
         this.wizardPage2,
         this.wizardPage4,
         this.wizardPage3,
         this.wizardPage6,
         this.completionWizardPage1
     });
     this.wizardControl1.Size         = new System.Drawing.Size(778, 448);
     this.wizardControl1.Text         = "Asistente de activo fijo";
     this.wizardControl1.CancelClick += new System.ComponentModel.CancelEventHandler(this.wizardControl1_CancelClick);
     this.wizardControl1.FinishClick += new System.ComponentModel.CancelEventHandler(this.wizardControl1_FinishClick);
     this.wizardControl1.NextClick   += new DevExpress.XtraWizard.WizardCommandButtonClickEventHandler(this.wizardControl1_NextClick);
     //
     // wizardPageEstadoGrabacion
     //
     this.wizardPageEstadoGrabacion.Controls.Add(this.pictureBox3);
     this.wizardPageEstadoGrabacion.IntroductionText = "Este asistente le ayudara a importar correctamente sus activos fijos en 3 simples" +
                                                       " pasos.";
     this.wizardPageEstadoGrabacion.Name = "wizardPageEstadoGrabacion";
     this.wizardPageEstadoGrabacion.Size = new System.Drawing.Size(561, 315);
     this.wizardPageEstadoGrabacion.Text = "Bienvenido al asistente de importación de activos fijos";
     //
     // pictureBox3
     //
     this.pictureBox3.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
     this.pictureBox3.Location = new System.Drawing.Point(422, 165);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(136, 134);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox3.TabIndex = 11;
     this.pictureBox3.TabStop  = false;
     //
     // wizardPage1
     //
     this.wizardPage1.Controls.Add(this.lblLink);
     this.wizardPage1.Controls.Add(this.lblMsg1);
     this.wizardPage1.Controls.Add(this.pictureBox1);
     this.wizardPage1.Controls.Add(this.cmbHoja);
     this.wizardPage1.Controls.Add(this.lblHoja);
     this.wizardPage1.Controls.Add(this.txtSeleccion);
     this.wizardPage1.Controls.Add(this.btnSeleccion);
     this.wizardPage1.DescriptionText = "1.- Seleccione la ruta deseada.";
     this.wizardPage1.Name            = "wizardPage1";
     this.wizardPage1.Size            = new System.Drawing.Size(746, 303);
     this.wizardPage1.Text            = "Asistente de importación: Seleccion de archivo excel.";
     //
     // lblLink
     //
     this.lblLink.AutoSize  = true;
     this.lblLink.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblLink.ForeColor = System.Drawing.Color.Blue;
     this.lblLink.Location  = new System.Drawing.Point(33, 213);
     this.lblLink.Name      = "lblLink";
     this.lblLink.Size      = new System.Drawing.Size(164, 13);
     this.lblLink.TabIndex  = 7;
     this.lblLink.Text      = "Plantilla ejemplo - descargue aqui";
     this.lblLink.Click    += new System.EventHandler(this.lblLink_Click);
     //
     // lblMsg1
     //
     this.lblMsg1.AutoSize = true;
     this.lblMsg1.Location = new System.Drawing.Point(357, 213);
     this.lblMsg1.Name     = "lblMsg1";
     this.lblMsg1.Size     = new System.Drawing.Size(252, 13);
     this.lblMsg1.TabIndex = 6;
     this.lblMsg1.Text     = "Espere un momento, obteniendo hojas de calculo....";
     this.lblMsg1.Visible  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(15, 20);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(198, 174);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 5;
     this.pictureBox1.TabStop  = false;
     //
     // cmbHoja
     //
     this.cmbHoja.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbHoja.FormattingEnabled = true;
     this.cmbHoja.Items.AddRange(new object[] {
         "Plantilla"
     });
     this.cmbHoja.Location = new System.Drawing.Point(449, 115);
     this.cmbHoja.Name     = "cmbHoja";
     this.cmbHoja.Size     = new System.Drawing.Size(121, 21);
     this.cmbHoja.TabIndex = 4;
     //
     // lblHoja
     //
     this.lblHoja.AutoSize = true;
     this.lblHoja.Location = new System.Drawing.Point(262, 115);
     this.lblHoja.Name     = "lblHoja";
     this.lblHoja.Size     = new System.Drawing.Size(150, 13);
     this.lblHoja.TabIndex = 2;
     this.lblHoja.Text     = "Nombre de la Hoja de calculo:";
     //
     // txtSeleccion
     //
     this.txtSeleccion.Location = new System.Drawing.Point(449, 78);
     this.txtSeleccion.Name     = "txtSeleccion";
     this.txtSeleccion.Size     = new System.Drawing.Size(268, 20);
     this.txtSeleccion.TabIndex = 1;
     this.txtSeleccion.Text     = "C:\\Plantillas\\Plantilla Plan de Proveedor itCorp.xlsx";
     //
     // btnSeleccion
     //
     this.btnSeleccion.Location = new System.Drawing.Point(279, 78);
     this.btnSeleccion.Name     = "btnSeleccion";
     this.btnSeleccion.Size     = new System.Drawing.Size(133, 23);
     this.btnSeleccion.TabIndex = 0;
     this.btnSeleccion.Text     = "Seleccione el archivo:";
     this.btnSeleccion.UseVisualStyleBackColor = true;
     this.btnSeleccion.Click += new System.EventHandler(this.btnSeleccion_Click);
     //
     // completionWizardPage1
     //
     this.completionWizardPage1.Controls.Add(this.label1);
     this.completionWizardPage1.Controls.Add(this.rtbLog);
     this.completionWizardPage1.FinishText = "Ud ha finalizado el asistente de importación";
     this.completionWizardPage1.Name       = "completionWizardPage1";
     this.completionWizardPage1.Size       = new System.Drawing.Size(561, 315);
     this.completionWizardPage1.Text       = "Finalizando el Asistente de importación";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(38, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(95, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Informe de errores:";
     //
     // rtbLog
     //
     this.rtbLog.Location = new System.Drawing.Point(41, 38);
     this.rtbLog.Name     = "rtbLog";
     this.rtbLog.Size     = new System.Drawing.Size(468, 244);
     this.rtbLog.TabIndex = 0;
     this.rtbLog.Text     = "";
     //
     // wizardPage2
     //
     this.wizardPage2.Controls.Add(this.gridControlActivoFijo);
     this.wizardPage2.DescriptionText = "2.- Previsualizacion de los activos fijos a importar";
     this.wizardPage2.Name            = "wizardPage2";
     this.wizardPage2.Size            = new System.Drawing.Size(746, 303);
     this.wizardPage2.Text            = "Asistente de importación: Verificacion de datos";
     //
     // gridControlActivoFijo
     //
     this.gridControlActivoFijo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControlActivoFijo.Location = new System.Drawing.Point(0, 0);
     this.gridControlActivoFijo.MainView = this.UltraGridProveedor;
     this.gridControlActivoFijo.Name     = "gridControlActivoFijo";
     this.gridControlActivoFijo.Size     = new System.Drawing.Size(746, 303);
     this.gridControlActivoFijo.TabIndex = 16;
     this.gridControlActivoFijo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.UltraGridProveedor
     });
     //
     // UltraGridProveedor
     //
     this.UltraGridProveedor.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn8,
         this.gridColumn9,
         this.gridColumn10,
         this.gridColumn11,
         this.gridColumn12,
         this.gridColumn13,
         this.gridColumn14,
         this.gridColumn15
     });
     this.UltraGridProveedor.CustomizationFormBounds = new System.Drawing.Rectangle(519, 397, 216, 178);
     this.UltraGridProveedor.GridControl             = this.gridControlActivoFijo;
     this.UltraGridProveedor.Name = "UltraGridProveedor";
     this.UltraGridProveedor.OptionsView.ShowAutoFilterRow = true;
     this.UltraGridProveedor.OptionsView.ShowGroupPanel    = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Codigo";
     this.gridColumn1.FieldName    = "CodActivoFijo";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width        = 66;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Nombre";
     this.gridColumn2.FieldName    = "Af_Nombre";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 2;
     this.gridColumn2.Width        = 64;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption      = "Tipo";
     this.gridColumn8.FieldName    = "IdActijoFijoTipo";
     this.gridColumn8.Name         = "gridColumn8";
     this.gridColumn8.Visible      = true;
     this.gridColumn8.VisibleIndex = 3;
     this.gridColumn8.Width        = 82;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption      = "Fecha compra";
     this.gridColumn9.FieldName    = "Af_fecha_compra";
     this.gridColumn9.Name         = "gridColumn9";
     this.gridColumn9.Visible      = true;
     this.gridColumn9.VisibleIndex = 4;
     this.gridColumn9.Width        = 101;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption      = "Fecha inicio depreciacion ";
     this.gridColumn10.FieldName    = "Af_fecha_ini_depre";
     this.gridColumn10.Name         = "gridColumn10";
     this.gridColumn10.Visible      = true;
     this.gridColumn10.VisibleIndex = 5;
     this.gridColumn10.Width        = 382;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption      = "fecha fin de dd";
     this.gridColumn11.FieldName    = "Af_fecha_fin_depre";
     this.gridColumn11.Name         = "gridColumn11";
     this.gridColumn11.Visible      = true;
     this.gridColumn11.VisibleIndex = 6;
     this.gridColumn11.Width        = 224;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption      = "Costo compra";
     this.gridColumn12.FieldName    = "Af_costo_compra";
     this.gridColumn12.Name         = "gridColumn12";
     this.gridColumn12.Visible      = true;
     this.gridColumn12.VisibleIndex = 7;
     this.gridColumn12.Width        = 76;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption      = "depreciacion acumulada";
     this.gridColumn13.FieldName    = "Af_Depreciacion_acum";
     this.gridColumn13.Name         = "gridColumn13";
     this.gridColumn13.Visible      = true;
     this.gridColumn13.VisibleIndex = 8;
     this.gridColumn13.Width        = 67;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption      = "Coto historico";
     this.gridColumn14.FieldName    = "Af_Costo_historico";
     this.gridColumn14.Name         = "gridColumn14";
     this.gridColumn14.Visible      = true;
     this.gridColumn14.VisibleIndex = 9;
     this.gridColumn14.Width        = 46;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption      = "Categoria";
     this.gridColumn15.FieldName    = "IdCategoriaAF";
     this.gridColumn15.Name         = "gridColumn15";
     this.gridColumn15.Visible      = true;
     this.gridColumn15.VisibleIndex = 1;
     this.gridColumn15.Width        = 72;
     //
     // wizardPage3
     //
     this.wizardPage3.Controls.Add(this.lblmsg3);
     this.wizardPage3.Controls.Add(this.pictureBox2);
     this.wizardPage3.Controls.Add(this.rgImportar);
     this.wizardPage3.DescriptionText = "3.- Seleccione la forma de ingresar sus datos.";
     this.wizardPage3.Name            = "wizardPage3";
     this.wizardPage3.Size            = new System.Drawing.Size(746, 303);
     this.wizardPage3.Text            = "Asistente de importación";
     //
     // lblmsg3
     //
     this.lblmsg3.AutoSize = true;
     this.lblmsg3.Location = new System.Drawing.Point(332, 256);
     this.lblmsg3.Name     = "lblmsg3";
     this.lblmsg3.Size     = new System.Drawing.Size(208, 13);
     this.lblmsg3.TabIndex = 2;
     this.lblmsg3.Text     = "Espere un momento, Insertando registros...";
     this.lblmsg3.Visible  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(148, 23);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(229, 183);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop  = false;
     //
     // rgImportar
     //
     this.rgImportar.Location = new System.Drawing.Point(484, 43);
     this.rgImportar.Name     = "rgImportar";
     this.rgImportar.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Sobreescribir todo."),
         new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "Añadir y mantener existentes.")
     });
     this.rgImportar.Size     = new System.Drawing.Size(227, 96);
     this.rgImportar.TabIndex = 0;
     //
     // wizardPage4
     //
     this.wizardPage4.Controls.Add(this.label4);
     this.wizardPage4.Controls.Add(this.label3);
     this.wizardPage4.Controls.Add(this.label2);
     this.wizardPage4.Controls.Add(this.ucCon_PlanCtaCmb_CxC_Gastos);
     this.wizardPage4.Controls.Add(this.ucCon_PlanCtaCmb_CxC_Anticipos);
     this.wizardPage4.Controls.Add(this.ucCon_PlanCtaCmb_CxP_Proveedores);
     this.wizardPage4.Name = "wizardPage4";
     this.wizardPage4.Size = new System.Drawing.Size(746, 303);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(130, 158);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(111, 13);
     this.label4.TabIndex = 11;
     this.label4.Text     = "Cta. por Pagar Gastos";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(130, 117);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(121, 13);
     this.label3.TabIndex = 10;
     this.label3.Text     = "Cta. por Pagar Anticipos";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(130, 71);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(138, 13);
     this.label2.TabIndex = 9;
     this.label2.Text     = "Cta. por Pagar Proveedores";
     //
     // ucCon_PlanCtaCmb_CxC_Gastos
     //
     this.ucCon_PlanCtaCmb_CxC_Gastos.Location = new System.Drawing.Point(285, 153);
     this.ucCon_PlanCtaCmb_CxC_Gastos.Name     = "ucCon_PlanCtaCmb_CxC_Gastos";
     this.ucCon_PlanCtaCmb_CxC_Gastos.Size     = new System.Drawing.Size(342, 26);
     this.ucCon_PlanCtaCmb_CxC_Gastos.TabIndex = 8;
     //
     // ucCon_PlanCtaCmb_CxC_Anticipos
     //
     this.ucCon_PlanCtaCmb_CxC_Anticipos.Location = new System.Drawing.Point(285, 110);
     this.ucCon_PlanCtaCmb_CxC_Anticipos.Name     = "ucCon_PlanCtaCmb_CxC_Anticipos";
     this.ucCon_PlanCtaCmb_CxC_Anticipos.Size     = new System.Drawing.Size(342, 26);
     this.ucCon_PlanCtaCmb_CxC_Anticipos.TabIndex = 7;
     //
     // ucCon_PlanCtaCmb_CxP_Proveedores
     //
     this.ucCon_PlanCtaCmb_CxP_Proveedores.Location = new System.Drawing.Point(285, 65);
     this.ucCon_PlanCtaCmb_CxP_Proveedores.Name     = "ucCon_PlanCtaCmb_CxP_Proveedores";
     this.ucCon_PlanCtaCmb_CxP_Proveedores.Size     = new System.Drawing.Size(342, 26);
     this.ucCon_PlanCtaCmb_CxP_Proveedores.TabIndex = 6;
     //
     // wizardPage6
     //
     this.wizardPage6.Controls.Add(this.splitContainer1);
     this.wizardPage6.Name = "wizardPage6";
     this.wizardPage6.Size = new System.Drawing.Size(746, 303);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.gridControl_estado_grab_x_activofijo);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.lblMensaje);
     this.splitContainer1.Panel2.Controls.Add(this.lblNumRegistros);
     this.splitContainer1.Panel2.Controls.Add(this.btn_procesar);
     this.splitContainer1.Panel2.Controls.Add(this.progressBar);
     this.splitContainer1.Size             = new System.Drawing.Size(746, 303);
     this.splitContainer1.SplitterDistance = 230;
     this.splitContainer1.TabIndex         = 0;
     //
     // gridControl_estado_grab_x_activofijo
     //
     this.gridControl_estado_grab_x_activofijo.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.gridControl_estado_grab_x_activofijo.Location = new System.Drawing.Point(0, 0);
     this.gridControl_estado_grab_x_activofijo.MainView = this.gridView_proveedores;
     this.gridControl_estado_grab_x_activofijo.Name     = "gridControl_estado_grab_x_activofijo";
     this.gridControl_estado_grab_x_activofijo.Size     = new System.Drawing.Size(746, 230);
     this.gridControl_estado_grab_x_activofijo.TabIndex = 0;
     this.gridControl_estado_grab_x_activofijo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView_proveedores
     });
     //
     // gridView_proveedores
     //
     this.gridView_proveedores.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn6,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn7
     });
     this.gridView_proveedores.GridControl = this.gridControl_estado_grab_x_activofijo;
     this.gridView_proveedores.Name        = "gridView_proveedores";
     //
     // gridColumn6
     //
     this.gridColumn6.Caption      = "*";
     this.gridColumn6.FieldName    = "Secuencia";
     this.gridColumn6.Name         = "gridColumn6";
     this.gridColumn6.Visible      = true;
     this.gridColumn6.VisibleIndex = 0;
     this.gridColumn6.Width        = 38;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption      = "Codigo Activo Fijo";
     this.gridColumn4.FieldName    = "Af_CodActivoFijo";
     this.gridColumn4.Name         = "gridColumn4";
     this.gridColumn4.Visible      = true;
     this.gridColumn4.VisibleIndex = 1;
     this.gridColumn4.Width        = 91;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption      = "Nombre";
     this.gridColumn5.FieldName    = "Af_Nombre";
     this.gridColumn5.Name         = "gridColumn5";
     this.gridColumn5.Visible      = true;
     this.gridColumn5.VisibleIndex = 2;
     this.gridColumn5.Width        = 592;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption      = "Grabado";
     this.gridColumn7.FieldName    = "Estado_grabado";
     this.gridColumn7.Name         = "gridColumn7";
     this.gridColumn7.Visible      = true;
     this.gridColumn7.VisibleIndex = 3;
     this.gridColumn7.Width        = 178;
     //
     // lblMensaje
     //
     this.lblMensaje.AutoSize    = true;
     this.lblMensaje.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.lblMensaje.Font        = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMensaje.ForeColor   = System.Drawing.Color.Red;
     this.lblMensaje.Location    = new System.Drawing.Point(19, 41);
     this.lblMensaje.Name        = "lblMensaje";
     this.lblMensaje.Size        = new System.Drawing.Size(110, 15);
     this.lblMensaje.TabIndex    = 6;
     this.lblMensaje.Text        = "**Error al cargar**";
     this.lblMensaje.Visible     = false;
     this.lblMensaje.Click      += new System.EventHandler(this.lblMensaje_Click);
     //
     // lblNumRegistros
     //
     this.lblNumRegistros.AutoSize = true;
     this.lblNumRegistros.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNumRegistros.Location = new System.Drawing.Point(6, 28);
     this.lblNumRegistros.Name     = "lblNumRegistros";
     this.lblNumRegistros.Size     = new System.Drawing.Size(27, 13);
     this.lblNumRegistros.TabIndex = 5;
     this.lblNumRegistros.Text     = "0/0";
     this.lblNumRegistros.Click   += new System.EventHandler(this.lblNumRegistros_Click);
     //
     // btn_procesar
     //
     this.btn_procesar.Location = new System.Drawing.Point(609, 11);
     this.btn_procesar.Name     = "btn_procesar";
     this.btn_procesar.Size     = new System.Drawing.Size(118, 24);
     this.btn_procesar.TabIndex = 4;
     this.btn_procesar.Text     = "Procesar";
     this.btn_procesar.Click   += new System.EventHandler(this.btn_procesar_Click);
     //
     // progressBar
     //
     this.progressBar.Location = new System.Drawing.Point(192, 12);
     this.progressBar.Name     = "progressBar";
     this.progressBar.Size     = new System.Drawing.Size(399, 23);
     this.progressBar.TabIndex = 0;
     //
     // saveFileDialog1
     //
     this.saveFileDialog1.DefaultExt = "xls";
     this.saveFileDialog1.FileName   = "Plantilla_Activo_Fijo_Ejemplo.xls";
     //
     // wizardPage5
     //
     this.wizardPage5.Name = "wizardPage5";
     this.wizardPage5.Size = new System.Drawing.Size(764, 303);
     //
     // imageList_Iconos
     //
     this.imageList_Iconos.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_Iconos.ImageStream")));
     this.imageList_Iconos.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList_Iconos.Images.SetKeyName(0, "excalmacion2.jpg");
     this.imageList_Iconos.Images.SetKeyName(1, "Ok_48x48.ico");
     //
     // frmAF_ActivoFijo_ImportWizard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(778, 448);
     this.Controls.Add(this.wizardControl1);
     this.Name         = "frmAF_ActivoFijo_ImportWizard";
     this.Text         = "frmAF_ActivoFijo_ImportWizard";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAF_ActivoFijo_ImportWizard_FormClosing);
     this.Load        += new System.EventHandler(this.frmAF_ActivoFijo_ImportWizard_Load);
     ((System.ComponentModel.ISupportInitialize)(this.wizardControl1)).EndInit();
     this.wizardControl1.ResumeLayout(false);
     this.wizardPageEstadoGrabacion.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     this.wizardPage1.ResumeLayout(false);
     this.wizardPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.completionWizardPage1.ResumeLayout(false);
     this.completionWizardPage1.PerformLayout();
     this.wizardPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlActivoFijo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.UltraGridProveedor)).EndInit();
     this.wizardPage3.ResumeLayout(false);
     this.wizardPage3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rgImportar.Properties)).EndInit();
     this.wizardPage4.ResumeLayout(false);
     this.wizardPage4.PerformLayout();
     this.wizardPage6.ResumeLayout(false);
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_estado_grab_x_activofijo)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_proveedores)).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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::SSWA_ExtractData.UserInterface.SplashScreen1), true, true);
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup1 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(A00FrmMain));
            DevExpress.XtraBars.Ribbon.GalleryItemGroup galleryItemGroup2 = new DevExpress.XtraBars.Ribbon.GalleryItemGroup();
            this.galleryChangeStyleItem1 = new DevExpress.XtraRichEdit.UI.GalleryChangeStyleItem();
            this.ribbonMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.appMenu = new DevExpress.XtraBars.Ribbon.ApplicationMenu();
            this.iExit = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollection = new DevExpress.Utils.ImageCollection();
            this.iHelp = new DevExpress.XtraBars.BarButtonItem();
            this.iAbout = new DevExpress.XtraBars.BarButtonItem();
            this.siFullName = new DevExpress.XtraBars.BarStaticItem();
            this.siEmail = new DevExpress.XtraBars.BarStaticItem();
            this.rgbiSkins = new DevExpress.XtraBars.RibbonGalleryBarItem();
            this.changeFloatingObjectFillColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectFillColorItem();
            this.changeFloatingObjectOutlineColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectOutlineColorItem();
            this.changeFloatingObjectOutlineWeightItem1 = new DevExpress.XtraRichEdit.UI.ChangeFloatingObjectOutlineWeightItem();
            this.repositoryItemFloatingObjectOutlineWeight1 = new DevExpress.XtraRichEdit.Forms.Design.RepositoryItemFloatingObjectOutlineWeight();
            this.setFloatingObjectSquareTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectSquareTextWrapTypeItem();
            this.setFloatingObjectTightTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTightTextWrapTypeItem();
            this.setFloatingObjectThroughTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectThroughTextWrapTypeItem();
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopAndBottomTextWrapTypeItem();
            this.setFloatingObjectBehindTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBehindTextWrapTypeItem();
            this.setFloatingObjectInFrontOfTextWrapTypeItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectInFrontOfTextWrapTypeItem();
            this.setFloatingObjectTopLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopLeftAlignmentItem();
            this.setFloatingObjectTopCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopCenterAlignmentItem();
            this.setFloatingObjectTopRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectTopRightAlignmentItem();
            this.setFloatingObjectMiddleLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleLeftAlignmentItem();
            this.setFloatingObjectMiddleCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleCenterAlignmentItem();
            this.setFloatingObjectMiddleRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectMiddleRightAlignmentItem();
            this.setFloatingObjectBottomLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomLeftAlignmentItem();
            this.setFloatingObjectBottomCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomCenterAlignmentItem();
            this.setFloatingObjectBottomRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.SetFloatingObjectBottomRightAlignmentItem();
            this.floatingObjectBringForwardItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringForwardItem();
            this.floatingObjectBringToFrontItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringToFrontItem();
            this.floatingObjectBringInFrontOfTextItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectBringInFrontOfTextItem();
            this.floatingObjectSendBackwardItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBackwardItem();
            this.floatingObjectSendToBackItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendToBackItem();
            this.floatingObjectSendBehindTextItem1 = new DevExpress.XtraRichEdit.UI.FloatingObjectSendBehindTextItem();
            this.toggleFirstRowItem1 = new DevExpress.XtraRichEdit.UI.ToggleFirstRowItem();
            this.toggleLastRowItem1 = new DevExpress.XtraRichEdit.UI.ToggleLastRowItem();
            this.toggleBandedRowsItem1 = new DevExpress.XtraRichEdit.UI.ToggleBandedRowsItem();
            this.toggleFirstColumnItem1 = new DevExpress.XtraRichEdit.UI.ToggleFirstColumnItem();
            this.toggleLastColumnItem1 = new DevExpress.XtraRichEdit.UI.ToggleLastColumnItem();
            this.toggleBandedColumnsItem1 = new DevExpress.XtraRichEdit.UI.ToggleBandedColumnsItem();
            this.galleryChangeTableStyleItem1 = new DevExpress.XtraRichEdit.UI.GalleryChangeTableStyleItem();
            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.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.changeTableCellsShadingItem1 = new DevExpress.XtraRichEdit.UI.ChangeTableCellsShadingItem();
            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.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.toggleTableCellsMiddleLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleLeftAlignmentItem();
            this.toggleTableCellsBottomLeftAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomLeftAlignmentItem();
            this.toggleTableCellsTopCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopCenterAlignmentItem();
            this.toggleTableCellsMiddleCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleCenterAlignmentItem();
            this.toggleTableCellsBottomCenterAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomCenterAlignmentItem();
            this.toggleTableCellsTopRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsTopRightAlignmentItem();
            this.toggleTableCellsMiddleRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsMiddleRightAlignmentItem();
            this.toggleTableCellsBottomRightAlignmentItem1 = new DevExpress.XtraRichEdit.UI.ToggleTableCellsBottomRightAlignmentItem();
            this.showTableOptionsFormItem1 = new DevExpress.XtraRichEdit.UI.ShowTableOptionsFormItem();
            this.goToPageHeaderItem1 = new DevExpress.XtraRichEdit.UI.GoToPageHeaderItem();
            this.goToPageFooterItem1 = new DevExpress.XtraRichEdit.UI.GoToPageFooterItem();
            this.goToNextHeaderFooterItem1 = new DevExpress.XtraRichEdit.UI.GoToNextHeaderFooterItem();
            this.goToPreviousHeaderFooterItem1 = new DevExpress.XtraRichEdit.UI.GoToPreviousHeaderFooterItem();
            this.toggleLinkToPreviousItem1 = new DevExpress.XtraRichEdit.UI.ToggleLinkToPreviousItem();
            this.toggleDifferentFirstPageItem1 = new DevExpress.XtraRichEdit.UI.ToggleDifferentFirstPageItem();
            this.toggleDifferentOddAndEvenPagesItem1 = new DevExpress.XtraRichEdit.UI.ToggleDifferentOddAndEvenPagesItem();
            this.closePageHeaderFooterItem1 = new DevExpress.XtraRichEdit.UI.ClosePageHeaderFooterItem();
            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.checkSpellingItem1 = new DevExpress.XtraRichEdit.UI.CheckSpellingItem();
            this.changeLanguageItem1 = new DevExpress.XtraRichEdit.UI.ChangeLanguageItem();
            this.protectDocumentItem1 = new DevExpress.XtraRichEdit.UI.ProtectDocumentItem();
            this.changeRangeEditingPermissionsItem1 = new DevExpress.XtraRichEdit.UI.ChangeRangeEditingPermissionsItem();
            this.unprotectDocumentItem1 = new DevExpress.XtraRichEdit.UI.UnprotectDocumentItem();
            this.changeCommentItem1 = new DevExpress.XtraRichEdit.UI.ChangeCommentItem();
            this.reviewersItem1 = new DevExpress.XtraRichEdit.UI.ReviewersItem();
            this.reviewingPaneItem1 = new DevExpress.XtraRichEdit.UI.ReviewingPaneItem();
            this.insertMergeFieldItem1 = new DevExpress.XtraRichEdit.UI.InsertMergeFieldItem();
            this.showAllFieldCodesItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldCodesItem();
            this.showAllFieldResultsItem1 = new DevExpress.XtraRichEdit.UI.ShowAllFieldResultsItem();
            this.toggleViewMergedDataItem1 = new DevExpress.XtraRichEdit.UI.ToggleViewMergedDataItem();
            this.insertTableOfContentsItem1 = new DevExpress.XtraRichEdit.UI.InsertTableOfContentsItem();
            this.updateTableOfContentsItem1 = new DevExpress.XtraRichEdit.UI.UpdateTableOfContentsItem();
            this.addParagraphsToTableOfContentItem1 = new DevExpress.XtraRichEdit.UI.AddParagraphsToTableOfContentItem();
            this.setParagraphHeadingLevelItem1 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem2 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem3 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem4 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem5 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem6 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem7 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem8 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem9 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.setParagraphHeadingLevelItem10 = new DevExpress.XtraRichEdit.UI.SetParagraphHeadingLevelItem();
            this.insertCaptionPlaceholderItem1 = new DevExpress.XtraRichEdit.UI.InsertCaptionPlaceholderItem();
            this.insertFiguresCaptionItems1 = new DevExpress.XtraRichEdit.UI.InsertFiguresCaptionItems();
            this.insertTablesCaptionItems1 = new DevExpress.XtraRichEdit.UI.InsertTablesCaptionItems();
            this.insertEquationsCaptionItems1 = new DevExpress.XtraRichEdit.UI.InsertEquationsCaptionItems();
            this.insertTableOfFiguresPlaceholderItem1 = new DevExpress.XtraRichEdit.UI.InsertTableOfFiguresPlaceholderItem();
            this.insertTableOfFiguresItems1 = new DevExpress.XtraRichEdit.UI.InsertTableOfFiguresItems();
            this.insertTableOfTablesItems1 = new DevExpress.XtraRichEdit.UI.InsertTableOfTablesItems();
            this.insertTableOfEquationsItems1 = new DevExpress.XtraRichEdit.UI.InsertTableOfEquationsItems();
            this.updateTableOfFiguresItem1 = new DevExpress.XtraRichEdit.UI.UpdateTableOfFiguresItem();
            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.showPageMarginsSetupFormItem1 = new DevExpress.XtraRichEdit.UI.ShowPageMarginsSetupFormItem();
            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.insertPageBreakItem1 = 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.changePageColorItem1 = new DevExpress.XtraRichEdit.UI.ChangePageColorItem();
            this.insertPageBreakItem21 = new DevExpress.XtraRichEdit.UI.InsertPageBreakItem2();
            this.insertTableItem1 = new DevExpress.XtraRichEdit.UI.InsertTableItem();
            this.insertPictureItem1 = new DevExpress.XtraRichEdit.UI.InsertPictureItem();
            this.insertFloatingPictureItem1 = new DevExpress.XtraRichEdit.UI.InsertFloatingPictureItem();
            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.insertTextBoxItem1 = new DevExpress.XtraRichEdit.UI.InsertTextBoxItem();
            this.insertSymbolItem1 = new DevExpress.XtraRichEdit.UI.InsertSymbolItem();
            this.pasteItem1 = new DevExpress.XtraRichEdit.UI.PasteItem();
            this.cutItem1 = new DevExpress.XtraRichEdit.UI.CutItem();
            this.copyItem1 = new DevExpress.XtraRichEdit.UI.CopyItem();
            this.pasteSpecialItem1 = new DevExpress.XtraRichEdit.UI.PasteSpecialItem();
            this.barButtonGroup1 = new DevExpress.XtraBars.BarButtonGroup();
            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.fontSizeIncreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeIncreaseItem();
            this.fontSizeDecreaseItem1 = new DevExpress.XtraRichEdit.UI.FontSizeDecreaseItem();
            this.barButtonGroup2 = new DevExpress.XtraBars.BarButtonGroup();
            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.toggleFontSuperscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSuperscriptItem();
            this.toggleFontSubscriptItem1 = new DevExpress.XtraRichEdit.UI.ToggleFontSubscriptItem();
            this.barButtonGroup3 = new DevExpress.XtraBars.BarButtonGroup();
            this.changeFontColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontColorItem();
            this.changeFontBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeFontBackColorItem();
            this.changeTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ChangeTextCaseItem();
            this.makeTextUpperCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextUpperCaseItem();
            this.makeTextLowerCaseItem1 = new DevExpress.XtraRichEdit.UI.MakeTextLowerCaseItem();
            this.capitalizeEachWordCaseItem1 = new DevExpress.XtraRichEdit.UI.CapitalizeEachWordCaseItem();
            this.toggleTextCaseItem1 = new DevExpress.XtraRichEdit.UI.ToggleTextCaseItem();
            this.clearFormattingItem1 = new DevExpress.XtraRichEdit.UI.ClearFormattingItem();
            this.barButtonGroup4 = new DevExpress.XtraBars.BarButtonGroup();
            this.toggleBulletedListItem1 = new DevExpress.XtraRichEdit.UI.ToggleBulletedListItem();
            this.toggleNumberingListItem1 = new DevExpress.XtraRichEdit.UI.ToggleNumberingListItem();
            this.toggleMultiLevelListItem1 = new DevExpress.XtraRichEdit.UI.ToggleMultiLevelListItem();
            this.barButtonGroup5 = new DevExpress.XtraBars.BarButtonGroup();
            this.decreaseIndentItem1 = new DevExpress.XtraRichEdit.UI.DecreaseIndentItem();
            this.increaseIndentItem1 = new DevExpress.XtraRichEdit.UI.IncreaseIndentItem();
            this.toggleShowWhitespaceItem1 = new DevExpress.XtraRichEdit.UI.ToggleShowWhitespaceItem();
            this.barButtonGroup6 = new DevExpress.XtraBars.BarButtonGroup();
            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.barButtonGroup7 = new DevExpress.XtraBars.BarButtonGroup();
            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.changeParagraphBackColorItem1 = new DevExpress.XtraRichEdit.UI.ChangeParagraphBackColorItem();
            this.findItem1 = new DevExpress.XtraRichEdit.UI.FindItem();
            this.replaceItem1 = new DevExpress.XtraRichEdit.UI.ReplaceItem();
            this.undoItem1 = new DevExpress.XtraRichEdit.UI.UndoItem();
            this.redoItem1 = new DevExpress.XtraRichEdit.UI.RedoItem();
            this.fileNewItem1 = new DevExpress.XtraRichEdit.UI.FileNewItem();
            this.fileOpenItem1 = new DevExpress.XtraRichEdit.UI.FileOpenItem();
            this.fileSaveItem1 = new DevExpress.XtraRichEdit.UI.FileSaveItem();
            this.fileSaveAsItem1 = new DevExpress.XtraRichEdit.UI.FileSaveAsItem();
            this.quickPrintItem1 = new DevExpress.XtraRichEdit.UI.QuickPrintItem();
            this.printItem1 = new DevExpress.XtraRichEdit.UI.PrintItem();
            this.printPreviewItem1 = new DevExpress.XtraRichEdit.UI.PrintPreviewItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnHelp = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnAbout = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnLogin = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnLogout = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnPassChange = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnAccount = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnExit = new DevExpress.XtraBars.BarButtonItem();
            this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
            this.barEditItem2 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemDateEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.barEditItem3 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemCalcEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
            this.barEditItem4 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemRatingControl1 = new DevExpress.XtraEditors.Repository.RepositoryItemRatingControl();
            this.barEditItem5 = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemDateEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemDateEdit();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barTextEdit = new DevExpress.XtraBars.BarEditItem();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barBtnLstAccount = new DevExpress.XtraBars.BarButtonItem();
            this.siStatus = new DevExpress.XtraBars.BarStaticItem();
            this.siPermission = new DevExpress.XtraBars.BarStaticItem();
            this.barBtnSinglePage = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnMultiplePage = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnSingleUrl = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnBBC = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnCNN = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnDailymail = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnFoxnews = new DevExpress.XtraBars.BarButtonItem();
            this.barBtnRestart = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonImageCollectionLarge = new DevExpress.Utils.ImageCollection();
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem = new DevExpress.XtraRichEdit.UI.FloatingPictureToolsRibbonPageCategory();
            this.floatingPictureToolsFormatPage1 = new DevExpress.XtraRichEdit.UI.FloatingPictureToolsFormatPage();
            this.ribbonSystemSecurity = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonProcessManagement = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageSkins = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonAssistingUsers = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonSkins = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPageCategoryDataManagement = new DevExpress.XtraBars.Ribbon.RibbonPageCategory();
            this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonSingleParse = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonMultipleParse = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonHistoryParse = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage3 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.rPGExtractInforWebWorld = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.rPGHistory = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            this.ribbonPageGroup5 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.spellChecker = new DevExpress.XtraSpellChecker.SpellChecker();
            this.richEditBarController1 = new DevExpress.XtraRichEdit.UI.RichEditBarController();
            this.defaultLookAndFeel = new DevExpress.LookAndFeel.DefaultLookAndFeel();
            this.xtraTableMdiMain = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFloatingObjectOutlineWeight1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineStyle1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineWeight1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRatingControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTableMdiMain)).BeginInit();
            this.SuspendLayout();
            // 
            // galleryChangeStyleItem1
            // 
            this.galleryChangeStyleItem1.Caption = "Quick Styles";
            this.galleryChangeStyleItem1.Enabled = false;
            // 
            // 
            // 
            this.galleryChangeStyleItem1.Gallery.ColumnCount = 10;
            this.galleryChangeStyleItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup1});
            this.galleryChangeStyleItem1.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.galleryChangeStyleItem1.Id = 286;
            this.galleryChangeStyleItem1.Name = "galleryChangeStyleItem1";
            // 
            // ribbonMain
            // 
            this.ribbonMain.ApplicationButtonDropDownControl = this.appMenu;
            this.ribbonMain.ApplicationButtonText = null;
            this.ribbonMain.ExpandCollapseItem.Id = 0;
            this.ribbonMain.Images = this.ribbonImageCollection;
            this.ribbonMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonMain.ExpandCollapseItem,
            this.iExit,
            this.iHelp,
            this.iAbout,
            this.siFullName,
            this.siEmail,
            this.rgbiSkins,
            this.changeFloatingObjectFillColorItem1,
            this.changeFloatingObjectOutlineColorItem1,
            this.changeFloatingObjectOutlineWeightItem1,
            this.setFloatingObjectSquareTextWrapTypeItem1,
            this.setFloatingObjectTightTextWrapTypeItem1,
            this.setFloatingObjectThroughTextWrapTypeItem1,
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1,
            this.setFloatingObjectBehindTextWrapTypeItem1,
            this.setFloatingObjectInFrontOfTextWrapTypeItem1,
            this.setFloatingObjectTopLeftAlignmentItem1,
            this.setFloatingObjectTopCenterAlignmentItem1,
            this.setFloatingObjectTopRightAlignmentItem1,
            this.setFloatingObjectMiddleLeftAlignmentItem1,
            this.setFloatingObjectMiddleCenterAlignmentItem1,
            this.setFloatingObjectMiddleRightAlignmentItem1,
            this.setFloatingObjectBottomLeftAlignmentItem1,
            this.setFloatingObjectBottomCenterAlignmentItem1,
            this.setFloatingObjectBottomRightAlignmentItem1,
            this.floatingObjectBringForwardItem1,
            this.floatingObjectBringToFrontItem1,
            this.floatingObjectBringInFrontOfTextItem1,
            this.floatingObjectSendBackwardItem1,
            this.floatingObjectSendToBackItem1,
            this.floatingObjectSendBehindTextItem1,
            this.toggleFirstRowItem1,
            this.toggleLastRowItem1,
            this.toggleBandedRowsItem1,
            this.toggleFirstColumnItem1,
            this.toggleLastColumnItem1,
            this.toggleBandedColumnsItem1,
            this.galleryChangeTableStyleItem1,
            this.changeTableBorderLineStyleItem1,
            this.changeTableBorderLineWeightItem1,
            this.changeTableBorderColorItem1,
            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.changeTableCellsShadingItem1,
            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.mergeTableCellsItem1,
            this.showSplitTableCellsForm1,
            this.splitTableItem1,
            this.toggleTableAutoFitItem1,
            this.toggleTableAutoFitContentsItem1,
            this.toggleTableAutoFitWindowItem1,
            this.toggleTableFixedColumnWidthItem1,
            this.toggleTableCellsTopLeftAlignmentItem1,
            this.toggleTableCellsMiddleLeftAlignmentItem1,
            this.toggleTableCellsBottomLeftAlignmentItem1,
            this.toggleTableCellsTopCenterAlignmentItem1,
            this.toggleTableCellsMiddleCenterAlignmentItem1,
            this.toggleTableCellsBottomCenterAlignmentItem1,
            this.toggleTableCellsTopRightAlignmentItem1,
            this.toggleTableCellsMiddleRightAlignmentItem1,
            this.toggleTableCellsBottomRightAlignmentItem1,
            this.showTableOptionsFormItem1,
            this.goToPageHeaderItem1,
            this.goToPageFooterItem1,
            this.goToNextHeaderFooterItem1,
            this.goToPreviousHeaderFooterItem1,
            this.toggleLinkToPreviousItem1,
            this.toggleDifferentFirstPageItem1,
            this.toggleDifferentOddAndEvenPagesItem1,
            this.closePageHeaderFooterItem1,
            this.switchToSimpleViewItem1,
            this.switchToDraftViewItem1,
            this.switchToPrintLayoutViewItem1,
            this.toggleShowHorizontalRulerItem1,
            this.toggleShowVerticalRulerItem1,
            this.zoomOutItem1,
            this.zoomInItem1,
            this.checkSpellingItem1,
            this.changeLanguageItem1,
            this.protectDocumentItem1,
            this.changeRangeEditingPermissionsItem1,
            this.unprotectDocumentItem1,
            this.changeCommentItem1,
            this.reviewersItem1,
            this.reviewingPaneItem1,
            this.insertMergeFieldItem1,
            this.showAllFieldCodesItem1,
            this.showAllFieldResultsItem1,
            this.toggleViewMergedDataItem1,
            this.insertTableOfContentsItem1,
            this.updateTableOfContentsItem1,
            this.addParagraphsToTableOfContentItem1,
            this.setParagraphHeadingLevelItem1,
            this.setParagraphHeadingLevelItem2,
            this.setParagraphHeadingLevelItem3,
            this.setParagraphHeadingLevelItem4,
            this.setParagraphHeadingLevelItem5,
            this.setParagraphHeadingLevelItem6,
            this.setParagraphHeadingLevelItem7,
            this.setParagraphHeadingLevelItem8,
            this.setParagraphHeadingLevelItem9,
            this.setParagraphHeadingLevelItem10,
            this.insertCaptionPlaceholderItem1,
            this.insertFiguresCaptionItems1,
            this.insertTablesCaptionItems1,
            this.insertEquationsCaptionItems1,
            this.insertTableOfFiguresPlaceholderItem1,
            this.insertTableOfFiguresItems1,
            this.insertTableOfTablesItems1,
            this.insertTableOfEquationsItems1,
            this.updateTableOfFiguresItem1,
            this.changeSectionPageMarginsItem1,
            this.setNormalSectionPageMarginsItem1,
            this.setNarrowSectionPageMarginsItem1,
            this.setModerateSectionPageMarginsItem1,
            this.setWideSectionPageMarginsItem1,
            this.showPageMarginsSetupFormItem1,
            this.changeSectionPageOrientationItem1,
            this.setPortraitPageOrientationItem1,
            this.setLandscapePageOrientationItem1,
            this.changeSectionPaperKindItem1,
            this.changeSectionColumnsItem1,
            this.setSectionOneColumnItem1,
            this.setSectionTwoColumnsItem1,
            this.setSectionThreeColumnsItem1,
            this.showColumnsSetupFormItem1,
            this.insertBreakItem1,
            this.insertPageBreakItem1,
            this.insertColumnBreakItem1,
            this.insertSectionBreakNextPageItem1,
            this.insertSectionBreakEvenPageItem1,
            this.insertSectionBreakOddPageItem1,
            this.changeSectionLineNumberingItem1,
            this.setSectionLineNumberingNoneItem1,
            this.setSectionLineNumberingContinuousItem1,
            this.setSectionLineNumberingRestartNewPageItem1,
            this.setSectionLineNumberingRestartNewSectionItem1,
            this.toggleParagraphSuppressLineNumbersItem1,
            this.showLineNumberingFormItem1,
            this.changePageColorItem1,
            this.insertPageBreakItem21,
            this.insertTableItem1,
            this.insertPictureItem1,
            this.insertFloatingPictureItem1,
            this.insertBookmarkItem1,
            this.insertHyperlinkItem1,
            this.editPageHeaderItem1,
            this.editPageFooterItem1,
            this.insertPageNumberItem1,
            this.insertPageCountItem1,
            this.insertTextBoxItem1,
            this.insertSymbolItem1,
            this.pasteItem1,
            this.cutItem1,
            this.copyItem1,
            this.pasteSpecialItem1,
            this.barButtonGroup1,
            this.changeFontNameItem1,
            this.changeFontSizeItem1,
            this.fontSizeIncreaseItem1,
            this.fontSizeDecreaseItem1,
            this.barButtonGroup2,
            this.toggleFontBoldItem1,
            this.toggleFontItalicItem1,
            this.toggleFontUnderlineItem1,
            this.toggleFontDoubleUnderlineItem1,
            this.toggleFontStrikeoutItem1,
            this.toggleFontDoubleStrikeoutItem1,
            this.toggleFontSuperscriptItem1,
            this.toggleFontSubscriptItem1,
            this.barButtonGroup3,
            this.changeFontColorItem1,
            this.changeFontBackColorItem1,
            this.changeTextCaseItem1,
            this.makeTextUpperCaseItem1,
            this.makeTextLowerCaseItem1,
            this.capitalizeEachWordCaseItem1,
            this.toggleTextCaseItem1,
            this.clearFormattingItem1,
            this.barButtonGroup4,
            this.toggleBulletedListItem1,
            this.toggleNumberingListItem1,
            this.toggleMultiLevelListItem1,
            this.barButtonGroup5,
            this.decreaseIndentItem1,
            this.increaseIndentItem1,
            this.barButtonGroup6,
            this.toggleParagraphAlignmentLeftItem1,
            this.toggleParagraphAlignmentCenterItem1,
            this.toggleParagraphAlignmentRightItem1,
            this.toggleParagraphAlignmentJustifyItem1,
            this.toggleShowWhitespaceItem1,
            this.barButtonGroup7,
            this.changeParagraphLineSpacingItem1,
            this.setSingleParagraphSpacingItem1,
            this.setSesquialteralParagraphSpacingItem1,
            this.setDoubleParagraphSpacingItem1,
            this.showLineSpacingFormItem1,
            this.addSpacingBeforeParagraphItem1,
            this.removeSpacingBeforeParagraphItem1,
            this.addSpacingAfterParagraphItem1,
            this.removeSpacingAfterParagraphItem1,
            this.changeParagraphBackColorItem1,
            this.galleryChangeStyleItem1,
            this.findItem1,
            this.replaceItem1,
            this.undoItem1,
            this.redoItem1,
            this.fileNewItem1,
            this.fileOpenItem1,
            this.fileSaveItem1,
            this.fileSaveAsItem1,
            this.quickPrintItem1,
            this.printItem1,
            this.printPreviewItem1,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItem3,
            this.barBtnHelp,
            this.barBtnAbout,
            this.barBtnLogin,
            this.barButtonItem7,
            this.barBtnLogout,
            this.barBtnPassChange,
            this.barBtnAccount,
            this.barBtnExit,
            this.barEditItem1,
            this.barEditItem2,
            this.barEditItem3,
            this.barEditItem4,
            this.barEditItem5,
            this.barStaticItem1,
            this.barTextEdit,
            this.barBtnLstAccount,
            this.siStatus,
            this.siPermission,
            this.barBtnSinglePage,
            this.barBtnMultiplePage,
            this.barButtonItem6,
            this.barButtonItem8,
            this.barBtnSingleUrl,
            this.barBtnBBC,
            this.barBtnCNN,
            this.barBtnDailymail,
            this.barBtnFoxnews,
            this.barBtnRestart});
            this.ribbonMain.LargeImages = this.ribbonImageCollectionLarge;
            this.ribbonMain.Location = new System.Drawing.Point(0, 0);
            this.ribbonMain.MaxItemId = 329;
            this.ribbonMain.Name = "ribbonMain";
            this.ribbonMain.PageCategories.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageCategory[] {
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem,
            this.ribbonPageCategoryDataManagement});
            this.ribbonMain.PageHeaderItemLinks.Add(this.iAbout);
            this.ribbonMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemFloatingObjectOutlineWeight1,
            this.repositoryItemBorderLineStyle1,
            this.repositoryItemBorderLineWeight1,
            this.repositoryItemFontEdit1,
            this.repositoryItemRichEditFontSizeEdit1,
            this.repositoryItemTimeEdit1,
            this.repositoryItemDateEdit1,
            this.repositoryItemCalcEdit1,
            this.repositoryItemRatingControl1,
            this.repositoryItemDateEdit2,
            this.repositoryItemTextEdit1});
            this.ribbonMain.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
            this.ribbonMain.Size = new System.Drawing.Size(1286, 147);
            this.ribbonMain.StatusBar = this.ribbonStatusBar;
            this.ribbonMain.Toolbar.ItemLinks.Add(this.iHelp);
            // 
            // appMenu
            // 
            this.appMenu.ItemLinks.Add(this.iExit);
            this.appMenu.Name = "appMenu";
            this.appMenu.Ribbon = this.ribbonMain;
            this.appMenu.ShowRightPane = true;
            // 
            // iExit
            // 
            this.iExit.Caption = "Exit";
            this.iExit.Description = "Closes this program after prompting you to save unsaved data.";
            this.iExit.Hint = "Closes this program after prompting you to save unsaved data";
            this.iExit.Id = 20;
            this.iExit.ImageIndex = 6;
            this.iExit.LargeImageIndex = 6;
            this.iExit.Name = "iExit";
            // 
            // 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");
            // 
            // iHelp
            // 
            this.iHelp.Caption = "Help";
            this.iHelp.Description = "Start the program help system.";
            this.iHelp.Hint = "Start the program help system";
            this.iHelp.Id = 22;
            this.iHelp.ImageIndex = 7;
            this.iHelp.LargeImageIndex = 7;
            this.iHelp.Name = "iHelp";
            // 
            // iAbout
            // 
            this.iAbout.Caption = "About";
            this.iAbout.Description = "Displays general program information.";
            this.iAbout.Hint = "Displays general program information";
            this.iAbout.Id = 24;
            this.iAbout.ImageIndex = 8;
            this.iAbout.LargeImageIndex = 8;
            this.iAbout.Name = "iAbout";
            // 
            // siFullName
            // 
            this.siFullName.Caption = "UserName:"******"siFullName";
            this.siFullName.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // siEmail
            // 
            this.siEmail.Caption = "Email:";
            this.siEmail.Id = 32;
            this.siEmail.Name = "siEmail";
            this.siEmail.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // rgbiSkins
            // 
            this.rgbiSkins.Caption = "Skins";
            // 
            // 
            // 
            this.rgbiSkins.Gallery.AllowHoverImages = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseFont = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.Options.UseTextOptions = true;
            this.rgbiSkins.Gallery.Appearance.ItemCaptionAppearance.Normal.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.rgbiSkins.Gallery.ColumnCount = 4;
            this.rgbiSkins.Gallery.FixedHoverImageSize = false;
            this.rgbiSkins.Gallery.ImageSize = new System.Drawing.Size(32, 17);
            this.rgbiSkins.Gallery.ItemImageLocation = DevExpress.Utils.Locations.Top;
            this.rgbiSkins.Gallery.RowCount = 4;
            this.rgbiSkins.Id = 60;
            this.rgbiSkins.Name = "rgbiSkins";
            // 
            // changeFloatingObjectFillColorItem1
            // 
            this.changeFloatingObjectFillColorItem1.Caption = "Shape Fill";
            this.changeFloatingObjectFillColorItem1.Enabled = false;
            this.changeFloatingObjectFillColorItem1.Id = 62;
            this.changeFloatingObjectFillColorItem1.Name = "changeFloatingObjectFillColorItem1";
            // 
            // changeFloatingObjectOutlineColorItem1
            // 
            this.changeFloatingObjectOutlineColorItem1.Caption = "Shape Outline";
            this.changeFloatingObjectOutlineColorItem1.Enabled = false;
            this.changeFloatingObjectOutlineColorItem1.Id = 63;
            this.changeFloatingObjectOutlineColorItem1.Name = "changeFloatingObjectOutlineColorItem1";
            // 
            // changeFloatingObjectOutlineWeightItem1
            // 
            this.changeFloatingObjectOutlineWeightItem1.Edit = this.repositoryItemFloatingObjectOutlineWeight1;
            this.changeFloatingObjectOutlineWeightItem1.Enabled = false;
            this.changeFloatingObjectOutlineWeightItem1.Id = 64;
            this.changeFloatingObjectOutlineWeightItem1.Name = "changeFloatingObjectOutlineWeightItem1";
            // 
            // repositoryItemFloatingObjectOutlineWeight1
            // 
            this.repositoryItemFloatingObjectOutlineWeight1.AutoHeight = false;
            this.repositoryItemFloatingObjectOutlineWeight1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemFloatingObjectOutlineWeight1.Control = null;
            this.repositoryItemFloatingObjectOutlineWeight1.Name = "repositoryItemFloatingObjectOutlineWeight1";
            // 
            // setFloatingObjectSquareTextWrapTypeItem1
            // 
            this.setFloatingObjectSquareTextWrapTypeItem1.Caption = "Square";
            this.setFloatingObjectSquareTextWrapTypeItem1.Enabled = false;
            this.setFloatingObjectSquareTextWrapTypeItem1.Id = 66;
            this.setFloatingObjectSquareTextWrapTypeItem1.Name = "setFloatingObjectSquareTextWrapTypeItem1";
            // 
            // setFloatingObjectTightTextWrapTypeItem1
            // 
            this.setFloatingObjectTightTextWrapTypeItem1.Caption = "Tight";
            this.setFloatingObjectTightTextWrapTypeItem1.Enabled = false;
            this.setFloatingObjectTightTextWrapTypeItem1.Id = 67;
            this.setFloatingObjectTightTextWrapTypeItem1.Name = "setFloatingObjectTightTextWrapTypeItem1";
            // 
            // setFloatingObjectThroughTextWrapTypeItem1
            // 
            this.setFloatingObjectThroughTextWrapTypeItem1.Caption = "Through";
            this.setFloatingObjectThroughTextWrapTypeItem1.Enabled = false;
            this.setFloatingObjectThroughTextWrapTypeItem1.Id = 68;
            this.setFloatingObjectThroughTextWrapTypeItem1.Name = "setFloatingObjectThroughTextWrapTypeItem1";
            // 
            // setFloatingObjectTopAndBottomTextWrapTypeItem1
            // 
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Caption = "Top and Bottom";
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Enabled = false;
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Id = 69;
            this.setFloatingObjectTopAndBottomTextWrapTypeItem1.Name = "setFloatingObjectTopAndBottomTextWrapTypeItem1";
            // 
            // setFloatingObjectBehindTextWrapTypeItem1
            // 
            this.setFloatingObjectBehindTextWrapTypeItem1.Caption = "Behind Text";
            this.setFloatingObjectBehindTextWrapTypeItem1.Enabled = false;
            this.setFloatingObjectBehindTextWrapTypeItem1.Id = 70;
            this.setFloatingObjectBehindTextWrapTypeItem1.Name = "setFloatingObjectBehindTextWrapTypeItem1";
            // 
            // setFloatingObjectInFrontOfTextWrapTypeItem1
            // 
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Caption = "In Front of Text";
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Enabled = false;
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Id = 71;
            this.setFloatingObjectInFrontOfTextWrapTypeItem1.Name = "setFloatingObjectInFrontOfTextWrapTypeItem1";
            // 
            // setFloatingObjectTopLeftAlignmentItem1
            // 
            this.setFloatingObjectTopLeftAlignmentItem1.Caption = "Top Left";
            this.setFloatingObjectTopLeftAlignmentItem1.Enabled = false;
            this.setFloatingObjectTopLeftAlignmentItem1.Id = 73;
            this.setFloatingObjectTopLeftAlignmentItem1.Name = "setFloatingObjectTopLeftAlignmentItem1";
            // 
            // setFloatingObjectTopCenterAlignmentItem1
            // 
            this.setFloatingObjectTopCenterAlignmentItem1.Caption = "Top Center";
            this.setFloatingObjectTopCenterAlignmentItem1.Enabled = false;
            this.setFloatingObjectTopCenterAlignmentItem1.Id = 74;
            this.setFloatingObjectTopCenterAlignmentItem1.Name = "setFloatingObjectTopCenterAlignmentItem1";
            // 
            // setFloatingObjectTopRightAlignmentItem1
            // 
            this.setFloatingObjectTopRightAlignmentItem1.Caption = "Top Right";
            this.setFloatingObjectTopRightAlignmentItem1.Enabled = false;
            this.setFloatingObjectTopRightAlignmentItem1.Id = 75;
            this.setFloatingObjectTopRightAlignmentItem1.Name = "setFloatingObjectTopRightAlignmentItem1";
            // 
            // setFloatingObjectMiddleLeftAlignmentItem1
            // 
            this.setFloatingObjectMiddleLeftAlignmentItem1.Caption = "Middle Left";
            this.setFloatingObjectMiddleLeftAlignmentItem1.Enabled = false;
            this.setFloatingObjectMiddleLeftAlignmentItem1.Id = 76;
            this.setFloatingObjectMiddleLeftAlignmentItem1.Name = "setFloatingObjectMiddleLeftAlignmentItem1";
            // 
            // setFloatingObjectMiddleCenterAlignmentItem1
            // 
            this.setFloatingObjectMiddleCenterAlignmentItem1.Caption = "Middle Center";
            this.setFloatingObjectMiddleCenterAlignmentItem1.Enabled = false;
            this.setFloatingObjectMiddleCenterAlignmentItem1.Id = 77;
            this.setFloatingObjectMiddleCenterAlignmentItem1.Name = "setFloatingObjectMiddleCenterAlignmentItem1";
            // 
            // setFloatingObjectMiddleRightAlignmentItem1
            // 
            this.setFloatingObjectMiddleRightAlignmentItem1.Caption = "Middle Right";
            this.setFloatingObjectMiddleRightAlignmentItem1.Enabled = false;
            this.setFloatingObjectMiddleRightAlignmentItem1.Id = 78;
            this.setFloatingObjectMiddleRightAlignmentItem1.Name = "setFloatingObjectMiddleRightAlignmentItem1";
            // 
            // setFloatingObjectBottomLeftAlignmentItem1
            // 
            this.setFloatingObjectBottomLeftAlignmentItem1.Caption = "Bottom Left";
            this.setFloatingObjectBottomLeftAlignmentItem1.Enabled = false;
            this.setFloatingObjectBottomLeftAlignmentItem1.Id = 79;
            this.setFloatingObjectBottomLeftAlignmentItem1.Name = "setFloatingObjectBottomLeftAlignmentItem1";
            // 
            // setFloatingObjectBottomCenterAlignmentItem1
            // 
            this.setFloatingObjectBottomCenterAlignmentItem1.Caption = "Bottom Center";
            this.setFloatingObjectBottomCenterAlignmentItem1.Enabled = false;
            this.setFloatingObjectBottomCenterAlignmentItem1.Id = 80;
            this.setFloatingObjectBottomCenterAlignmentItem1.Name = "setFloatingObjectBottomCenterAlignmentItem1";
            // 
            // setFloatingObjectBottomRightAlignmentItem1
            // 
            this.setFloatingObjectBottomRightAlignmentItem1.Caption = "Bottom Right";
            this.setFloatingObjectBottomRightAlignmentItem1.Enabled = false;
            this.setFloatingObjectBottomRightAlignmentItem1.Id = 81;
            this.setFloatingObjectBottomRightAlignmentItem1.Name = "setFloatingObjectBottomRightAlignmentItem1";
            // 
            // floatingObjectBringForwardItem1
            // 
            this.floatingObjectBringForwardItem1.Caption = "Bring Forward";
            this.floatingObjectBringForwardItem1.Enabled = false;
            this.floatingObjectBringForwardItem1.Id = 83;
            this.floatingObjectBringForwardItem1.Name = "floatingObjectBringForwardItem1";
            // 
            // floatingObjectBringToFrontItem1
            // 
            this.floatingObjectBringToFrontItem1.Caption = "Bring to Front";
            this.floatingObjectBringToFrontItem1.Enabled = false;
            this.floatingObjectBringToFrontItem1.Id = 84;
            this.floatingObjectBringToFrontItem1.Name = "floatingObjectBringToFrontItem1";
            // 
            // floatingObjectBringInFrontOfTextItem1
            // 
            this.floatingObjectBringInFrontOfTextItem1.Caption = "Bring in Front of Text";
            this.floatingObjectBringInFrontOfTextItem1.Enabled = false;
            this.floatingObjectBringInFrontOfTextItem1.Id = 85;
            this.floatingObjectBringInFrontOfTextItem1.Name = "floatingObjectBringInFrontOfTextItem1";
            // 
            // floatingObjectSendBackwardItem1
            // 
            this.floatingObjectSendBackwardItem1.Caption = "Send Backward";
            this.floatingObjectSendBackwardItem1.Enabled = false;
            this.floatingObjectSendBackwardItem1.Id = 87;
            this.floatingObjectSendBackwardItem1.Name = "floatingObjectSendBackwardItem1";
            // 
            // floatingObjectSendToBackItem1
            // 
            this.floatingObjectSendToBackItem1.Caption = "Send to Back";
            this.floatingObjectSendToBackItem1.Enabled = false;
            this.floatingObjectSendToBackItem1.Id = 88;
            this.floatingObjectSendToBackItem1.Name = "floatingObjectSendToBackItem1";
            // 
            // floatingObjectSendBehindTextItem1
            // 
            this.floatingObjectSendBehindTextItem1.Caption = "Send Behind Text";
            this.floatingObjectSendBehindTextItem1.Enabled = false;
            this.floatingObjectSendBehindTextItem1.Id = 89;
            this.floatingObjectSendBehindTextItem1.Name = "floatingObjectSendBehindTextItem1";
            // 
            // toggleFirstRowItem1
            // 
            this.toggleFirstRowItem1.Caption = "Header Row";
            this.toggleFirstRowItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleFirstRowItem1.Enabled = false;
            this.toggleFirstRowItem1.Id = 90;
            this.toggleFirstRowItem1.Name = "toggleFirstRowItem1";
            // 
            // toggleLastRowItem1
            // 
            this.toggleLastRowItem1.Caption = "Total Row";
            this.toggleLastRowItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleLastRowItem1.Enabled = false;
            this.toggleLastRowItem1.Id = 91;
            this.toggleLastRowItem1.Name = "toggleLastRowItem1";
            // 
            // toggleBandedRowsItem1
            // 
            this.toggleBandedRowsItem1.Caption = "Banded Rows";
            this.toggleBandedRowsItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleBandedRowsItem1.Enabled = false;
            this.toggleBandedRowsItem1.Id = 92;
            this.toggleBandedRowsItem1.Name = "toggleBandedRowsItem1";
            // 
            // toggleFirstColumnItem1
            // 
            this.toggleFirstColumnItem1.Caption = "First Column";
            this.toggleFirstColumnItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleFirstColumnItem1.Enabled = false;
            this.toggleFirstColumnItem1.Id = 93;
            this.toggleFirstColumnItem1.Name = "toggleFirstColumnItem1";
            // 
            // toggleLastColumnItem1
            // 
            this.toggleLastColumnItem1.Caption = "Last Column";
            this.toggleLastColumnItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleLastColumnItem1.Enabled = false;
            this.toggleLastColumnItem1.Id = 94;
            this.toggleLastColumnItem1.Name = "toggleLastColumnItem1";
            // 
            // toggleBandedColumnsItem1
            // 
            this.toggleBandedColumnsItem1.Caption = "Banded Columns";
            this.toggleBandedColumnsItem1.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
            this.toggleBandedColumnsItem1.Enabled = false;
            this.toggleBandedColumnsItem1.Id = 95;
            this.toggleBandedColumnsItem1.Name = "toggleBandedColumnsItem1";
            // 
            // galleryChangeTableStyleItem1
            // 
            this.galleryChangeTableStyleItem1.Caption = "Quick Styles";
            this.galleryChangeTableStyleItem1.CurrentItem = null;
            this.galleryChangeTableStyleItem1.CurrentItemStyle = null;
            this.galleryChangeTableStyleItem1.CurrentStyle = null;
            this.galleryChangeTableStyleItem1.DeleteItemLink = null;
            this.galleryChangeTableStyleItem1.Enabled = false;
            // 
            // 
            // 
            this.galleryChangeTableStyleItem1.Gallery.ColumnCount = 3;
            this.galleryChangeTableStyleItem1.Gallery.Groups.AddRange(new DevExpress.XtraBars.Ribbon.GalleryItemGroup[] {
            galleryItemGroup2});
            this.galleryChangeTableStyleItem1.Gallery.ImageSize = new System.Drawing.Size(65, 46);
            this.galleryChangeTableStyleItem1.Id = 96;
            this.galleryChangeTableStyleItem1.ModifyItemLink = null;
            this.galleryChangeTableStyleItem1.Name = "galleryChangeTableStyleItem1";
            this.galleryChangeTableStyleItem1.NewItemLink = null;
            this.galleryChangeTableStyleItem1.PopupGallery = null;
            // 
            // changeTableBorderLineStyleItem1
            // 
            this.changeTableBorderLineStyleItem1.Edit = this.repositoryItemBorderLineStyle1;
            this.changeTableBorderLineStyleItem1.Enabled = false;
            this.changeTableBorderLineStyleItem1.Id = 97;
            this.changeTableBorderLineStyleItem1.Name = "changeTableBorderLineStyleItem1";
            // 
            // 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.Edit = this.repositoryItemBorderLineWeight1;
            this.changeTableBorderLineWeightItem1.Enabled = false;
            this.changeTableBorderLineWeightItem1.Id = 98;
            this.changeTableBorderLineWeightItem1.Name = "changeTableBorderLineWeightItem1";
            // 
            // 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.Id = 99;
            this.changeTableBorderColorItem1.Name = "changeTableBorderColorItem1";
            // 
            // changeTableBordersItem1
            // 
            this.changeTableBordersItem1.Caption = "Borders";
            this.changeTableBordersItem1.Enabled = false;
            this.changeTableBordersItem1.Id = 100;
            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, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsAllBordersItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsOutsideBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideHorizontalBorderItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTableCellsInsideVerticalBorderItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleShowTableGridLinesItem1, true)});
            this.changeTableBordersItem1.Name = "changeTableBordersItem1";
            // 
            // toggleTableCellsBottomBorderItem1
            // 
            this.toggleTableCellsBottomBorderItem1.Caption = "&Bottom Border";
            this.toggleTableCellsBottomBorderItem1.Enabled = false;
            this.toggleTableCellsBottomBorderItem1.Id = 101;
            this.toggleTableCellsBottomBorderItem1.Name = "toggleTableCellsBottomBorderItem1";
            // 
            // toggleTableCellsTopBorderItem1
            // 
            this.toggleTableCellsTopBorderItem1.Caption = "To&p Border";
            this.toggleTableCellsTopBorderItem1.Enabled = false;
            this.toggleTableCellsTopBorderItem1.Id = 102;
            this.toggleTableCellsTopBorderItem1.Name = "toggleTableCellsTopBorderItem1";
            // 
            // toggleTableCellsLeftBorderItem1
            // 
            this.toggleTableCellsLeftBorderItem1.Caption = "&Left Border";
            this.toggleTableCellsLeftBorderItem1.Enabled = false;
            this.toggleTableCellsLeftBorderItem1.Id = 103;
            this.toggleTableCellsLeftBorderItem1.Name = "toggleTableCellsLeftBorderItem1";
            // 
            // toggleTableCellsRightBorderItem1
            // 
            this.toggleTableCellsRightBorderItem1.Caption = "&Right Border";
            this.toggleTableCellsRightBorderItem1.Enabled = false;
            this.toggleTableCellsRightBorderItem1.Id = 104;
            this.toggleTableCellsRightBorderItem1.Name = "toggleTableCellsRightBorderItem1";
            // 
            // resetTableCellsAllBordersItem1
            // 
            this.resetTableCellsAllBordersItem1.Caption = "&No Border";
            this.resetTableCellsAllBordersItem1.Enabled = false;
            this.resetTableCellsAllBordersItem1.Id = 105;
            this.resetTableCellsAllBordersItem1.Name = "resetTableCellsAllBordersItem1";
            // 
            // toggleTableCellsAllBordersItem1
            // 
            this.toggleTableCellsAllBordersItem1.Caption = "&All Borders";
            this.toggleTableCellsAllBordersItem1.Enabled = false;
            this.toggleTableCellsAllBordersItem1.Id = 106;
            this.toggleTableCellsAllBordersItem1.Name = "toggleTableCellsAllBordersItem1";
            // 
            // toggleTableCellsOutsideBorderItem1
            // 
            this.toggleTableCellsOutsideBorderItem1.Caption = "Out&side Borders";
            this.toggleTableCellsOutsideBorderItem1.Enabled = false;
            this.toggleTableCellsOutsideBorderItem1.Id = 107;
            this.toggleTableCellsOutsideBorderItem1.Name = "toggleTableCellsOutsideBorderItem1";
            // 
            // toggleTableCellsInsideBorderItem1
            // 
            this.toggleTableCellsInsideBorderItem1.Caption = "&Inside Borders";
            this.toggleTableCellsInsideBorderItem1.Enabled = false;
            this.toggleTableCellsInsideBorderItem1.Id = 108;
            this.toggleTableCellsInsideBorderItem1.Name = "toggleTableCellsInsideBorderItem1";
            // 
            // toggleTableCellsInsideHorizontalBorderItem1
            // 
            this.toggleTableCellsInsideHorizontalBorderItem1.Caption = "Inside &Horizontal Border";
            this.toggleTableCellsInsideHorizontalBorderItem1.Enabled = false;
            this.toggleTableCellsInsideHorizontalBorderItem1.Id = 109;
            this.toggleTableCellsInsideHorizontalBorderItem1.Name = "toggleTableCellsInsideHorizontalBorderItem1";
            // 
            // toggleTableCellsInsideVerticalBorderItem1
            // 
            this.toggleTableCellsInsideVerticalBorderItem1.Caption = "Inside &Vertical Border";
            this.toggleTableCellsInsideVerticalBorderItem1.Enabled = false;
            this.toggleTableCellsInsideVerticalBorderItem1.Id = 110;
            this.toggleTableCellsInsideVerticalBorderItem1.Name = "toggleTableCellsInsideVerticalBorderItem1";
            // 
            // toggleShowTableGridLinesItem1
            // 
            this.toggleShowTableGridLinesItem1.Caption = "View &Gridlines";
            this.toggleShowTableGridLinesItem1.Enabled = false;
            this.toggleShowTableGridLinesItem1.Id = 111;
            this.toggleShowTableGridLinesItem1.Name = "toggleShowTableGridLinesItem1";
            // 
            // changeTableCellsShadingItem1
            // 
            this.changeTableCellsShadingItem1.Caption = "Shading";
            this.changeTableCellsShadingItem1.Enabled = false;
            this.changeTableCellsShadingItem1.Id = 112;
            this.changeTableCellsShadingItem1.Name = "changeTableCellsShadingItem1";
            // 
            // selectTableElementsItem1
            // 
            this.selectTableElementsItem1.Caption = "Select";
            this.selectTableElementsItem1.Enabled = false;
            this.selectTableElementsItem1.Id = 113;
            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";
            // 
            // selectTableCellItem1
            // 
            this.selectTableCellItem1.Caption = "Select Cell";
            this.selectTableCellItem1.Enabled = false;
            this.selectTableCellItem1.Id = 114;
            this.selectTableCellItem1.Name = "selectTableCellItem1";
            // 
            // selectTableColumnItem1
            // 
            this.selectTableColumnItem1.Caption = "Select Column";
            this.selectTableColumnItem1.Enabled = false;
            this.selectTableColumnItem1.Id = 115;
            this.selectTableColumnItem1.Name = "selectTableColumnItem1";
            // 
            // selectTableRowItem1
            // 
            this.selectTableRowItem1.Caption = "Select Row";
            this.selectTableRowItem1.Enabled = false;
            this.selectTableRowItem1.Id = 116;
            this.selectTableRowItem1.Name = "selectTableRowItem1";
            // 
            // selectTableItem1
            // 
            this.selectTableItem1.Caption = "Select Table";
            this.selectTableItem1.Enabled = false;
            this.selectTableItem1.Id = 117;
            this.selectTableItem1.Name = "selectTableItem1";
            // 
            // showTablePropertiesFormItem1
            // 
            this.showTablePropertiesFormItem1.Caption = "Properties";
            this.showTablePropertiesFormItem1.Enabled = false;
            this.showTablePropertiesFormItem1.Id = 118;
            this.showTablePropertiesFormItem1.Name = "showTablePropertiesFormItem1";
            // 
            // deleteTableElementsItem1
            // 
            this.deleteTableElementsItem1.Caption = "Delete";
            this.deleteTableElementsItem1.Enabled = false;
            this.deleteTableElementsItem1.Id = 119;
            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";
            // 
            // showDeleteTableCellsFormItem1
            // 
            this.showDeleteTableCellsFormItem1.Caption = "Delete Cells...";
            this.showDeleteTableCellsFormItem1.Enabled = false;
            this.showDeleteTableCellsFormItem1.Id = 120;
            this.showDeleteTableCellsFormItem1.Name = "showDeleteTableCellsFormItem1";
            // 
            // deleteTableColumnsItem1
            // 
            this.deleteTableColumnsItem1.Caption = "Delete Columns";
            this.deleteTableColumnsItem1.Enabled = false;
            this.deleteTableColumnsItem1.Id = 121;
            this.deleteTableColumnsItem1.Name = "deleteTableColumnsItem1";
            // 
            // deleteTableRowsItem1
            // 
            this.deleteTableRowsItem1.Caption = "Delete Rows";
            this.deleteTableRowsItem1.Enabled = false;
            this.deleteTableRowsItem1.Id = 122;
            this.deleteTableRowsItem1.Name = "deleteTableRowsItem1";
            // 
            // deleteTableItem1
            // 
            this.deleteTableItem1.Caption = "Delete Table";
            this.deleteTableItem1.Enabled = false;
            this.deleteTableItem1.Id = 123;
            this.deleteTableItem1.Name = "deleteTableItem1";
            // 
            // insertTableRowAboveItem1
            // 
            this.insertTableRowAboveItem1.Caption = "Insert Above";
            this.insertTableRowAboveItem1.Enabled = false;
            this.insertTableRowAboveItem1.Id = 124;
            this.insertTableRowAboveItem1.Name = "insertTableRowAboveItem1";
            // 
            // insertTableRowBelowItem1
            // 
            this.insertTableRowBelowItem1.Caption = "Insert Below";
            this.insertTableRowBelowItem1.Enabled = false;
            this.insertTableRowBelowItem1.Id = 125;
            this.insertTableRowBelowItem1.Name = "insertTableRowBelowItem1";
            // 
            // insertTableColumnToLeftItem1
            // 
            this.insertTableColumnToLeftItem1.Caption = "Insert Left";
            this.insertTableColumnToLeftItem1.Enabled = false;
            this.insertTableColumnToLeftItem1.Id = 126;
            this.insertTableColumnToLeftItem1.Name = "insertTableColumnToLeftItem1";
            // 
            // insertTableColumnToRightItem1
            // 
            this.insertTableColumnToRightItem1.Caption = "Insert Right";
            this.insertTableColumnToRightItem1.Enabled = false;
            this.insertTableColumnToRightItem1.Id = 127;
            this.insertTableColumnToRightItem1.Name = "insertTableColumnToRightItem1";
            // 
            // mergeTableCellsItem1
            // 
            this.mergeTableCellsItem1.Caption = "Merge Cells";
            this.mergeTableCellsItem1.Enabled = false;
            this.mergeTableCellsItem1.Id = 128;
            this.mergeTableCellsItem1.Name = "mergeTableCellsItem1";
            // 
            // showSplitTableCellsForm1
            // 
            this.showSplitTableCellsForm1.Caption = "Split Cells";
            this.showSplitTableCellsForm1.Enabled = false;
            this.showSplitTableCellsForm1.Id = 129;
            this.showSplitTableCellsForm1.Name = "showSplitTableCellsForm1";
            // 
            // splitTableItem1
            // 
            this.splitTableItem1.Caption = "Split Table";
            this.splitTableItem1.Enabled = false;
            this.splitTableItem1.Id = 130;
            this.splitTableItem1.Name = "splitTableItem1";
            // 
            // toggleTableAutoFitItem1
            // 
            this.toggleTableAutoFitItem1.Caption = "AutoFit";
            this.toggleTableAutoFitItem1.Enabled = false;
            this.toggleTableAutoFitItem1.Id = 131;
            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";
            // 
            // toggleTableAutoFitContentsItem1
            // 
            this.toggleTableAutoFitContentsItem1.Caption = "AutoFit Contents";
            this.toggleTableAutoFitContentsItem1.Enabled = false;
            this.toggleTableAutoFitContentsItem1.Id = 132;
            this.toggleTableAutoFitContentsItem1.Name = "toggleTableAutoFitContentsItem1";
            // 
            // toggleTableAutoFitWindowItem1
            // 
            this.toggleTableAutoFitWindowItem1.Caption = "AutoFit Window";
            this.toggleTableAutoFitWindowItem1.Enabled = false;
            this.toggleTableAutoFitWindowItem1.Id = 133;
            this.toggleTableAutoFitWindowItem1.Name = "toggleTableAutoFitWindowItem1";
            // 
            // toggleTableFixedColumnWidthItem1
            // 
            this.toggleTableFixedColumnWidthItem1.Caption = "Fixed Column Width";
            this.toggleTableFixedColumnWidthItem1.Enabled = false;
            this.toggleTableFixedColumnWidthItem1.Id = 134;
            this.toggleTableFixedColumnWidthItem1.Name = "toggleTableFixedColumnWidthItem1";
            // 
            // toggleTableCellsTopLeftAlignmentItem1
            // 
            this.toggleTableCellsTopLeftAlignmentItem1.Caption = "Align Top Left";
            this.toggleTableCellsTopLeftAlignmentItem1.Enabled = false;
            this.toggleTableCellsTopLeftAlignmentItem1.Id = 135;
            this.toggleTableCellsTopLeftAlignmentItem1.Name = "toggleTableCellsTopLeftAlignmentItem1";
            // 
            // toggleTableCellsMiddleLeftAlignmentItem1
            // 
            this.toggleTableCellsMiddleLeftAlignmentItem1.Caption = "Align Center Left";
            this.toggleTableCellsMiddleLeftAlignmentItem1.Enabled = false;
            this.toggleTableCellsMiddleLeftAlignmentItem1.Id = 136;
            this.toggleTableCellsMiddleLeftAlignmentItem1.Name = "toggleTableCellsMiddleLeftAlignmentItem1";
            // 
            // toggleTableCellsBottomLeftAlignmentItem1
            // 
            this.toggleTableCellsBottomLeftAlignmentItem1.Caption = "Align Bottom Left";
            this.toggleTableCellsBottomLeftAlignmentItem1.Enabled = false;
            this.toggleTableCellsBottomLeftAlignmentItem1.Id = 137;
            this.toggleTableCellsBottomLeftAlignmentItem1.Name = "toggleTableCellsBottomLeftAlignmentItem1";
            // 
            // toggleTableCellsTopCenterAlignmentItem1
            // 
            this.toggleTableCellsTopCenterAlignmentItem1.Caption = "Align Top Center";
            this.toggleTableCellsTopCenterAlignmentItem1.Enabled = false;
            this.toggleTableCellsTopCenterAlignmentItem1.Id = 138;
            this.toggleTableCellsTopCenterAlignmentItem1.Name = "toggleTableCellsTopCenterAlignmentItem1";
            // 
            // toggleTableCellsMiddleCenterAlignmentItem1
            // 
            this.toggleTableCellsMiddleCenterAlignmentItem1.Caption = "Align Center";
            this.toggleTableCellsMiddleCenterAlignmentItem1.Enabled = false;
            this.toggleTableCellsMiddleCenterAlignmentItem1.Id = 139;
            this.toggleTableCellsMiddleCenterAlignmentItem1.Name = "toggleTableCellsMiddleCenterAlignmentItem1";
            // 
            // toggleTableCellsBottomCenterAlignmentItem1
            // 
            this.toggleTableCellsBottomCenterAlignmentItem1.Caption = "Align Bottom Center";
            this.toggleTableCellsBottomCenterAlignmentItem1.Enabled = false;
            this.toggleTableCellsBottomCenterAlignmentItem1.Id = 140;
            this.toggleTableCellsBottomCenterAlignmentItem1.Name = "toggleTableCellsBottomCenterAlignmentItem1";
            // 
            // toggleTableCellsTopRightAlignmentItem1
            // 
            this.toggleTableCellsTopRightAlignmentItem1.Caption = "Align Top Right";
            this.toggleTableCellsTopRightAlignmentItem1.Enabled = false;
            this.toggleTableCellsTopRightAlignmentItem1.Id = 141;
            this.toggleTableCellsTopRightAlignmentItem1.Name = "toggleTableCellsTopRightAlignmentItem1";
            // 
            // toggleTableCellsMiddleRightAlignmentItem1
            // 
            this.toggleTableCellsMiddleRightAlignmentItem1.Caption = "Align Center Right";
            this.toggleTableCellsMiddleRightAlignmentItem1.Enabled = false;
            this.toggleTableCellsMiddleRightAlignmentItem1.Id = 142;
            this.toggleTableCellsMiddleRightAlignmentItem1.Name = "toggleTableCellsMiddleRightAlignmentItem1";
            // 
            // toggleTableCellsBottomRightAlignmentItem1
            // 
            this.toggleTableCellsBottomRightAlignmentItem1.Caption = "Align Bottom Right";
            this.toggleTableCellsBottomRightAlignmentItem1.Enabled = false;
            this.toggleTableCellsBottomRightAlignmentItem1.Id = 143;
            this.toggleTableCellsBottomRightAlignmentItem1.Name = "toggleTableCellsBottomRightAlignmentItem1";
            // 
            // showTableOptionsFormItem1
            // 
            this.showTableOptionsFormItem1.Caption = "Cell Margins";
            this.showTableOptionsFormItem1.Enabled = false;
            this.showTableOptionsFormItem1.Id = 144;
            this.showTableOptionsFormItem1.Name = "showTableOptionsFormItem1";
            // 
            // goToPageHeaderItem1
            // 
            this.goToPageHeaderItem1.Caption = "Go to Header";
            this.goToPageHeaderItem1.Enabled = false;
            this.goToPageHeaderItem1.Id = 145;
            this.goToPageHeaderItem1.Name = "goToPageHeaderItem1";
            // 
            // goToPageFooterItem1
            // 
            this.goToPageFooterItem1.Caption = "Go to Footer";
            this.goToPageFooterItem1.Enabled = false;
            this.goToPageFooterItem1.Id = 146;
            this.goToPageFooterItem1.Name = "goToPageFooterItem1";
            // 
            // goToNextHeaderFooterItem1
            // 
            this.goToNextHeaderFooterItem1.Caption = "Show Next";
            this.goToNextHeaderFooterItem1.Enabled = false;
            this.goToNextHeaderFooterItem1.Id = 147;
            this.goToNextHeaderFooterItem1.Name = "goToNextHeaderFooterItem1";
            // 
            // goToPreviousHeaderFooterItem1
            // 
            this.goToPreviousHeaderFooterItem1.Caption = "Show Previous";
            this.goToPreviousHeaderFooterItem1.Enabled = false;
            this.goToPreviousHeaderFooterItem1.Id = 148;
            this.goToPreviousHeaderFooterItem1.Name = "goToPreviousHeaderFooterItem1";
            // 
            // toggleLinkToPreviousItem1
            // 
            this.toggleLinkToPreviousItem1.Caption = "Link to Previous";
            this.toggleLinkToPreviousItem1.Enabled = false;
            this.toggleLinkToPreviousItem1.Id = 149;
            this.toggleLinkToPreviousItem1.Name = "toggleLinkToPreviousItem1";
            // 
            // toggleDifferentFirstPageItem1
            // 
            this.toggleDifferentFirstPageItem1.Caption = "Different First Page";
            this.toggleDifferentFirstPageItem1.Enabled = false;
            this.toggleDifferentFirstPageItem1.Id = 150;
            this.toggleDifferentFirstPageItem1.Name = "toggleDifferentFirstPageItem1";
            // 
            // toggleDifferentOddAndEvenPagesItem1
            // 
            this.toggleDifferentOddAndEvenPagesItem1.Caption = "Different Odd && Even Pages";
            this.toggleDifferentOddAndEvenPagesItem1.Enabled = false;
            this.toggleDifferentOddAndEvenPagesItem1.Id = 151;
            this.toggleDifferentOddAndEvenPagesItem1.Name = "toggleDifferentOddAndEvenPagesItem1";
            // 
            // closePageHeaderFooterItem1
            // 
            this.closePageHeaderFooterItem1.Caption = "Close Header and Footer";
            this.closePageHeaderFooterItem1.Enabled = false;
            this.closePageHeaderFooterItem1.Id = 152;
            this.closePageHeaderFooterItem1.Name = "closePageHeaderFooterItem1";
            // 
            // switchToSimpleViewItem1
            // 
            this.switchToSimpleViewItem1.Caption = "Simple View";
            this.switchToSimpleViewItem1.Enabled = false;
            this.switchToSimpleViewItem1.Id = 153;
            this.switchToSimpleViewItem1.Name = "switchToSimpleViewItem1";
            // 
            // switchToDraftViewItem1
            // 
            this.switchToDraftViewItem1.Caption = "Draft View";
            this.switchToDraftViewItem1.Enabled = false;
            this.switchToDraftViewItem1.Id = 154;
            this.switchToDraftViewItem1.Name = "switchToDraftViewItem1";
            // 
            // switchToPrintLayoutViewItem1
            // 
            this.switchToPrintLayoutViewItem1.Caption = "Print Layout";
            this.switchToPrintLayoutViewItem1.Enabled = false;
            this.switchToPrintLayoutViewItem1.Id = 155;
            this.switchToPrintLayoutViewItem1.Name = "switchToPrintLayoutViewItem1";
            // 
            // toggleShowHorizontalRulerItem1
            // 
            this.toggleShowHorizontalRulerItem1.Caption = "Horizontal Ruler";
            this.toggleShowHorizontalRulerItem1.Enabled = false;
            this.toggleShowHorizontalRulerItem1.Id = 156;
            this.toggleShowHorizontalRulerItem1.Name = "toggleShowHorizontalRulerItem1";
            // 
            // toggleShowVerticalRulerItem1
            // 
            this.toggleShowVerticalRulerItem1.Caption = "Vertical Ruler";
            this.toggleShowVerticalRulerItem1.Enabled = false;
            this.toggleShowVerticalRulerItem1.Id = 157;
            this.toggleShowVerticalRulerItem1.Name = "toggleShowVerticalRulerItem1";
            // 
            // zoomOutItem1
            // 
            this.zoomOutItem1.Caption = "Zoom Out";
            this.zoomOutItem1.Enabled = false;
            this.zoomOutItem1.Id = 158;
            this.zoomOutItem1.Name = "zoomOutItem1";
            // 
            // zoomInItem1
            // 
            this.zoomInItem1.Caption = "Zoom In";
            this.zoomInItem1.Enabled = false;
            this.zoomInItem1.Id = 159;
            this.zoomInItem1.Name = "zoomInItem1";
            // 
            // checkSpellingItem1
            // 
            this.checkSpellingItem1.Caption = "Spelling";
            this.checkSpellingItem1.Enabled = false;
            this.checkSpellingItem1.Id = 160;
            this.checkSpellingItem1.Name = "checkSpellingItem1";
            // 
            // changeLanguageItem1
            // 
            this.changeLanguageItem1.Caption = "Language";
            this.changeLanguageItem1.Enabled = false;
            this.changeLanguageItem1.Id = 161;
            this.changeLanguageItem1.Name = "changeLanguageItem1";
            // 
            // protectDocumentItem1
            // 
            this.protectDocumentItem1.Caption = "Protect Document";
            this.protectDocumentItem1.Enabled = false;
            this.protectDocumentItem1.Id = 162;
            this.protectDocumentItem1.Name = "protectDocumentItem1";
            // 
            // changeRangeEditingPermissionsItem1
            // 
            this.changeRangeEditingPermissionsItem1.Caption = "Range Editing Permissions";
            this.changeRangeEditingPermissionsItem1.Enabled = false;
            this.changeRangeEditingPermissionsItem1.Id = 163;
            this.changeRangeEditingPermissionsItem1.Name = "changeRangeEditingPermissionsItem1";
            // 
            // unprotectDocumentItem1
            // 
            this.unprotectDocumentItem1.Caption = "Unprotect Document";
            this.unprotectDocumentItem1.Enabled = false;
            this.unprotectDocumentItem1.Id = 164;
            this.unprotectDocumentItem1.Name = "unprotectDocumentItem1";
            // 
            // changeCommentItem1
            // 
            this.changeCommentItem1.Caption = "View Comments";
            this.changeCommentItem1.Enabled = false;
            this.changeCommentItem1.Id = 165;
            this.changeCommentItem1.Name = "changeCommentItem1";
            // 
            // reviewersItem1
            // 
            this.reviewersItem1.Caption = "Reviewers";
            this.reviewersItem1.Enabled = false;
            this.reviewersItem1.Id = 166;
            this.reviewersItem1.Name = "reviewersItem1";
            // 
            // reviewingPaneItem1
            // 
            this.reviewingPaneItem1.Caption = "Reviewing Pane";
            this.reviewingPaneItem1.Enabled = false;
            this.reviewingPaneItem1.Id = 167;
            this.reviewingPaneItem1.Name = "reviewingPaneItem1";
            // 
            // insertMergeFieldItem1
            // 
            this.insertMergeFieldItem1.Caption = "Insert Merge Field";
            this.insertMergeFieldItem1.Enabled = false;
            this.insertMergeFieldItem1.Id = 168;
            this.insertMergeFieldItem1.Name = "insertMergeFieldItem1";
            // 
            // showAllFieldCodesItem1
            // 
            this.showAllFieldCodesItem1.Caption = "Show All Field Codes";
            this.showAllFieldCodesItem1.Enabled = false;
            this.showAllFieldCodesItem1.Id = 169;
            this.showAllFieldCodesItem1.Name = "showAllFieldCodesItem1";
            // 
            // showAllFieldResultsItem1
            // 
            this.showAllFieldResultsItem1.Caption = "Show All Field Results";
            this.showAllFieldResultsItem1.Enabled = false;
            this.showAllFieldResultsItem1.Id = 170;
            this.showAllFieldResultsItem1.Name = "showAllFieldResultsItem1";
            // 
            // toggleViewMergedDataItem1
            // 
            this.toggleViewMergedDataItem1.Caption = "View Merged Data";
            this.toggleViewMergedDataItem1.Enabled = false;
            this.toggleViewMergedDataItem1.Id = 171;
            this.toggleViewMergedDataItem1.Name = "toggleViewMergedDataItem1";
            // 
            // insertTableOfContentsItem1
            // 
            this.insertTableOfContentsItem1.Caption = "Table of Contents";
            this.insertTableOfContentsItem1.Enabled = false;
            this.insertTableOfContentsItem1.Id = 172;
            this.insertTableOfContentsItem1.Name = "insertTableOfContentsItem1";
            // 
            // updateTableOfContentsItem1
            // 
            this.updateTableOfContentsItem1.Caption = "Update Table";
            this.updateTableOfContentsItem1.Enabled = false;
            this.updateTableOfContentsItem1.Id = 173;
            this.updateTableOfContentsItem1.Name = "updateTableOfContentsItem1";
            // 
            // addParagraphsToTableOfContentItem1
            // 
            this.addParagraphsToTableOfContentItem1.Caption = "Add Text";
            this.addParagraphsToTableOfContentItem1.Enabled = false;
            this.addParagraphsToTableOfContentItem1.Id = 174;
            this.addParagraphsToTableOfContentItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem3),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem5),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem6),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem7),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem8),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem9),
            new DevExpress.XtraBars.LinkPersistInfo(this.setParagraphHeadingLevelItem10)});
            this.addParagraphsToTableOfContentItem1.Name = "addParagraphsToTableOfContentItem1";
            // 
            // setParagraphHeadingLevelItem1
            // 
            this.setParagraphHeadingLevelItem1.Caption = "Do Not Show in Table of Contents";
            this.setParagraphHeadingLevelItem1.Enabled = false;
            this.setParagraphHeadingLevelItem1.Id = 175;
            this.setParagraphHeadingLevelItem1.Name = "setParagraphHeadingLevelItem1";
            this.setParagraphHeadingLevelItem1.OutlineLevel = 0;
            // 
            // setParagraphHeadingLevelItem2
            // 
            this.setParagraphHeadingLevelItem2.Caption = "Level 1";
            this.setParagraphHeadingLevelItem2.Enabled = false;
            this.setParagraphHeadingLevelItem2.Id = 176;
            this.setParagraphHeadingLevelItem2.Name = "setParagraphHeadingLevelItem2";
            this.setParagraphHeadingLevelItem2.OutlineLevel = 1;
            // 
            // setParagraphHeadingLevelItem3
            // 
            this.setParagraphHeadingLevelItem3.Caption = "Level 2";
            this.setParagraphHeadingLevelItem3.Enabled = false;
            this.setParagraphHeadingLevelItem3.Id = 177;
            this.setParagraphHeadingLevelItem3.Name = "setParagraphHeadingLevelItem3";
            this.setParagraphHeadingLevelItem3.OutlineLevel = 2;
            // 
            // setParagraphHeadingLevelItem4
            // 
            this.setParagraphHeadingLevelItem4.Caption = "Level 3";
            this.setParagraphHeadingLevelItem4.Enabled = false;
            this.setParagraphHeadingLevelItem4.Id = 178;
            this.setParagraphHeadingLevelItem4.Name = "setParagraphHeadingLevelItem4";
            this.setParagraphHeadingLevelItem4.OutlineLevel = 3;
            // 
            // setParagraphHeadingLevelItem5
            // 
            this.setParagraphHeadingLevelItem5.Caption = "Level 4";
            this.setParagraphHeadingLevelItem5.Enabled = false;
            this.setParagraphHeadingLevelItem5.Id = 179;
            this.setParagraphHeadingLevelItem5.Name = "setParagraphHeadingLevelItem5";
            this.setParagraphHeadingLevelItem5.OutlineLevel = 4;
            // 
            // setParagraphHeadingLevelItem6
            // 
            this.setParagraphHeadingLevelItem6.Caption = "Level 5";
            this.setParagraphHeadingLevelItem6.Enabled = false;
            this.setParagraphHeadingLevelItem6.Id = 180;
            this.setParagraphHeadingLevelItem6.Name = "setParagraphHeadingLevelItem6";
            this.setParagraphHeadingLevelItem6.OutlineLevel = 5;
            // 
            // setParagraphHeadingLevelItem7
            // 
            this.setParagraphHeadingLevelItem7.Caption = "Level 6";
            this.setParagraphHeadingLevelItem7.Enabled = false;
            this.setParagraphHeadingLevelItem7.Id = 181;
            this.setParagraphHeadingLevelItem7.Name = "setParagraphHeadingLevelItem7";
            this.setParagraphHeadingLevelItem7.OutlineLevel = 6;
            // 
            // setParagraphHeadingLevelItem8
            // 
            this.setParagraphHeadingLevelItem8.Caption = "Level 7";
            this.setParagraphHeadingLevelItem8.Enabled = false;
            this.setParagraphHeadingLevelItem8.Id = 182;
            this.setParagraphHeadingLevelItem8.Name = "setParagraphHeadingLevelItem8";
            this.setParagraphHeadingLevelItem8.OutlineLevel = 7;
            // 
            // setParagraphHeadingLevelItem9
            // 
            this.setParagraphHeadingLevelItem9.Caption = "Level 8";
            this.setParagraphHeadingLevelItem9.Enabled = false;
            this.setParagraphHeadingLevelItem9.Id = 183;
            this.setParagraphHeadingLevelItem9.Name = "setParagraphHeadingLevelItem9";
            this.setParagraphHeadingLevelItem9.OutlineLevel = 8;
            // 
            // setParagraphHeadingLevelItem10
            // 
            this.setParagraphHeadingLevelItem10.Caption = "Level 9";
            this.setParagraphHeadingLevelItem10.Enabled = false;
            this.setParagraphHeadingLevelItem10.Id = 184;
            this.setParagraphHeadingLevelItem10.Name = "setParagraphHeadingLevelItem10";
            this.setParagraphHeadingLevelItem10.OutlineLevel = 9;
            // 
            // insertCaptionPlaceholderItem1
            // 
            this.insertCaptionPlaceholderItem1.Caption = "Insert Caption";
            this.insertCaptionPlaceholderItem1.Enabled = false;
            this.insertCaptionPlaceholderItem1.Id = 185;
            this.insertCaptionPlaceholderItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertFiguresCaptionItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTablesCaptionItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertEquationsCaptionItems1)});
            this.insertCaptionPlaceholderItem1.Name = "insertCaptionPlaceholderItem1";
            // 
            // insertFiguresCaptionItems1
            // 
            this.insertFiguresCaptionItems1.Caption = "Figures Caption";
            this.insertFiguresCaptionItems1.Enabled = false;
            this.insertFiguresCaptionItems1.Id = 186;
            this.insertFiguresCaptionItems1.Name = "insertFiguresCaptionItems1";
            // 
            // insertTablesCaptionItems1
            // 
            this.insertTablesCaptionItems1.Caption = "Tables Caption";
            this.insertTablesCaptionItems1.Enabled = false;
            this.insertTablesCaptionItems1.Id = 187;
            this.insertTablesCaptionItems1.Name = "insertTablesCaptionItems1";
            // 
            // insertEquationsCaptionItems1
            // 
            this.insertEquationsCaptionItems1.Caption = "Equations Caption";
            this.insertEquationsCaptionItems1.Enabled = false;
            this.insertEquationsCaptionItems1.Id = 188;
            this.insertEquationsCaptionItems1.Name = "insertEquationsCaptionItems1";
            // 
            // insertTableOfFiguresPlaceholderItem1
            // 
            this.insertTableOfFiguresPlaceholderItem1.Caption = "Insert Table of Figures";
            this.insertTableOfFiguresPlaceholderItem1.Enabled = false;
            this.insertTableOfFiguresPlaceholderItem1.Id = 189;
            this.insertTableOfFiguresPlaceholderItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableOfFiguresItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableOfTablesItems1),
            new DevExpress.XtraBars.LinkPersistInfo(this.insertTableOfEquationsItems1)});
            this.insertTableOfFiguresPlaceholderItem1.Name = "insertTableOfFiguresPlaceholderItem1";
            // 
            // insertTableOfFiguresItems1
            // 
            this.insertTableOfFiguresItems1.Caption = "Table of Figures";
            this.insertTableOfFiguresItems1.Enabled = false;
            this.insertTableOfFiguresItems1.Id = 190;
            this.insertTableOfFiguresItems1.Name = "insertTableOfFiguresItems1";
            // 
            // insertTableOfTablesItems1
            // 
            this.insertTableOfTablesItems1.Caption = "Table of Tables";
            this.insertTableOfTablesItems1.Enabled = false;
            this.insertTableOfTablesItems1.Id = 191;
            this.insertTableOfTablesItems1.Name = "insertTableOfTablesItems1";
            // 
            // insertTableOfEquationsItems1
            // 
            this.insertTableOfEquationsItems1.Caption = "Table of Equations";
            this.insertTableOfEquationsItems1.Enabled = false;
            this.insertTableOfEquationsItems1.Id = 192;
            this.insertTableOfEquationsItems1.Name = "insertTableOfEquationsItems1";
            // 
            // updateTableOfFiguresItem1
            // 
            this.updateTableOfFiguresItem1.Caption = "Update Table";
            this.updateTableOfFiguresItem1.Enabled = false;
            this.updateTableOfFiguresItem1.Id = 193;
            this.updateTableOfFiguresItem1.Name = "updateTableOfFiguresItem1";
            // 
            // changeSectionPageMarginsItem1
            // 
            this.changeSectionPageMarginsItem1.Caption = "Margins";
            this.changeSectionPageMarginsItem1.Enabled = false;
            this.changeSectionPageMarginsItem1.Id = 194;
            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),
            new DevExpress.XtraBars.LinkPersistInfo(this.showPageMarginsSetupFormItem1, true)});
            this.changeSectionPageMarginsItem1.Name = "changeSectionPageMarginsItem1";
            // 
            // 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.Id = 195;
            this.setNormalSectionPageMarginsItem1.Name = "setNormalSectionPageMarginsItem1";
            // 
            // 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.Id = 196;
            this.setNarrowSectionPageMarginsItem1.Name = "setNarrowSectionPageMarginsItem1";
            // 
            // 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.Id = 197;
            this.setModerateSectionPageMarginsItem1.Name = "setModerateSectionPageMarginsItem1";
            // 
            // 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.Id = 198;
            this.setWideSectionPageMarginsItem1.Name = "setWideSectionPageMarginsItem1";
            // 
            // showPageMarginsSetupFormItem1
            // 
            this.showPageMarginsSetupFormItem1.Caption = "Custom M&argins...";
            this.showPageMarginsSetupFormItem1.Enabled = false;
            this.showPageMarginsSetupFormItem1.Id = 199;
            this.showPageMarginsSetupFormItem1.Name = "showPageMarginsSetupFormItem1";
            // 
            // changeSectionPageOrientationItem1
            // 
            this.changeSectionPageOrientationItem1.Caption = "Orientation";
            this.changeSectionPageOrientationItem1.Enabled = false;
            this.changeSectionPageOrientationItem1.Id = 200;
            this.changeSectionPageOrientationItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.setPortraitPageOrientationItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.setLandscapePageOrientationItem1)});
            this.changeSectionPageOrientationItem1.Name = "changeSectionPageOrientationItem1";
            // 
            // setPortraitPageOrientationItem1
            // 
            this.setPortraitPageOrientationItem1.Caption = "Portrait";
            this.setPortraitPageOrientationItem1.Enabled = false;
            this.setPortraitPageOrientationItem1.Id = 201;
            this.setPortraitPageOrientationItem1.Name = "setPortraitPageOrientationItem1";
            // 
            // setLandscapePageOrientationItem1
            // 
            this.setLandscapePageOrientationItem1.Caption = "Landscape";
            this.setLandscapePageOrientationItem1.Enabled = false;
            this.setLandscapePageOrientationItem1.Id = 202;
            this.setLandscapePageOrientationItem1.Name = "setLandscapePageOrientationItem1";
            // 
            // changeSectionPaperKindItem1
            // 
            this.changeSectionPaperKindItem1.Caption = "Size";
            this.changeSectionPaperKindItem1.Enabled = false;
            this.changeSectionPaperKindItem1.Id = 203;
            this.changeSectionPaperKindItem1.Name = "changeSectionPaperKindItem1";
            // 
            // changeSectionColumnsItem1
            // 
            this.changeSectionColumnsItem1.Caption = "Columns";
            this.changeSectionColumnsItem1.Enabled = false;
            this.changeSectionColumnsItem1.Id = 204;
            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, true)});
            this.changeSectionColumnsItem1.Name = "changeSectionColumnsItem1";
            // 
            // setSectionOneColumnItem1
            // 
            this.setSectionOneColumnItem1.Caption = "One";
            this.setSectionOneColumnItem1.Enabled = false;
            this.setSectionOneColumnItem1.Id = 205;
            this.setSectionOneColumnItem1.Name = "setSectionOneColumnItem1";
            // 
            // setSectionTwoColumnsItem1
            // 
            this.setSectionTwoColumnsItem1.Caption = "Two";
            this.setSectionTwoColumnsItem1.Enabled = false;
            this.setSectionTwoColumnsItem1.Id = 206;
            this.setSectionTwoColumnsItem1.Name = "setSectionTwoColumnsItem1";
            // 
            // setSectionThreeColumnsItem1
            // 
            this.setSectionThreeColumnsItem1.Caption = "Three";
            this.setSectionThreeColumnsItem1.Enabled = false;
            this.setSectionThreeColumnsItem1.Id = 207;
            this.setSectionThreeColumnsItem1.Name = "setSectionThreeColumnsItem1";
            // 
            // showColumnsSetupFormItem1
            // 
            this.showColumnsSetupFormItem1.Caption = "More &Columns...";
            this.showColumnsSetupFormItem1.Enabled = false;
            this.showColumnsSetupFormItem1.Id = 208;
            this.showColumnsSetupFormItem1.Name = "showColumnsSetupFormItem1";
            // 
            // insertBreakItem1
            // 
            this.insertBreakItem1.Caption = "Breaks";
            this.insertBreakItem1.Enabled = false;
            this.insertBreakItem1.Id = 209;
            this.insertBreakItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.insertPageBreakItem1),
            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";
            // 
            // insertPageBreakItem1
            // 
            this.insertPageBreakItem1.Caption = "Page";
            this.insertPageBreakItem1.Enabled = false;
            this.insertPageBreakItem1.Id = 210;
            this.insertPageBreakItem1.Name = "insertPageBreakItem1";
            // 
            // insertColumnBreakItem1
            // 
            this.insertColumnBreakItem1.Caption = "Column";
            this.insertColumnBreakItem1.Enabled = false;
            this.insertColumnBreakItem1.Id = 211;
            this.insertColumnBreakItem1.Name = "insertColumnBreakItem1";
            // 
            // insertSectionBreakNextPageItem1
            // 
            this.insertSectionBreakNextPageItem1.Caption = "Section (Next Page)";
            this.insertSectionBreakNextPageItem1.Enabled = false;
            this.insertSectionBreakNextPageItem1.Id = 212;
            this.insertSectionBreakNextPageItem1.Name = "insertSectionBreakNextPageItem1";
            // 
            // insertSectionBreakEvenPageItem1
            // 
            this.insertSectionBreakEvenPageItem1.Caption = "Section (Even Page)";
            this.insertSectionBreakEvenPageItem1.Enabled = false;
            this.insertSectionBreakEvenPageItem1.Id = 213;
            this.insertSectionBreakEvenPageItem1.Name = "insertSectionBreakEvenPageItem1";
            // 
            // insertSectionBreakOddPageItem1
            // 
            this.insertSectionBreakOddPageItem1.Caption = "Section (Odd Page)";
            this.insertSectionBreakOddPageItem1.Enabled = false;
            this.insertSectionBreakOddPageItem1.Id = 214;
            this.insertSectionBreakOddPageItem1.Name = "insertSectionBreakOddPageItem1";
            // 
            // changeSectionLineNumberingItem1
            // 
            this.changeSectionLineNumberingItem1.Caption = "Line Numbers";
            this.changeSectionLineNumberingItem1.Enabled = false;
            this.changeSectionLineNumberingItem1.Id = 215;
            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, true)});
            this.changeSectionLineNumberingItem1.Name = "changeSectionLineNumberingItem1";
            // 
            // setSectionLineNumberingNoneItem1
            // 
            this.setSectionLineNumberingNoneItem1.Caption = "None";
            this.setSectionLineNumberingNoneItem1.Enabled = false;
            this.setSectionLineNumberingNoneItem1.Id = 216;
            this.setSectionLineNumberingNoneItem1.Name = "setSectionLineNumberingNoneItem1";
            // 
            // setSectionLineNumberingContinuousItem1
            // 
            this.setSectionLineNumberingContinuousItem1.Caption = "Continuous";
            this.setSectionLineNumberingContinuousItem1.Enabled = false;
            this.setSectionLineNumberingContinuousItem1.Id = 217;
            this.setSectionLineNumberingContinuousItem1.Name = "setSectionLineNumberingContinuousItem1";
            // 
            // setSectionLineNumberingRestartNewPageItem1
            // 
            this.setSectionLineNumberingRestartNewPageItem1.Caption = "Restart Each Page";
            this.setSectionLineNumberingRestartNewPageItem1.Enabled = false;
            this.setSectionLineNumberingRestartNewPageItem1.Id = 218;
            this.setSectionLineNumberingRestartNewPageItem1.Name = "setSectionLineNumberingRestartNewPageItem1";
            // 
            // setSectionLineNumberingRestartNewSectionItem1
            // 
            this.setSectionLineNumberingRestartNewSectionItem1.Caption = "Restart Each Section";
            this.setSectionLineNumberingRestartNewSectionItem1.Enabled = false;
            this.setSectionLineNumberingRestartNewSectionItem1.Id = 219;
            this.setSectionLineNumberingRestartNewSectionItem1.Name = "setSectionLineNumberingRestartNewSectionItem1";
            // 
            // toggleParagraphSuppressLineNumbersItem1
            // 
            this.toggleParagraphSuppressLineNumbersItem1.Caption = "Suppress for Current Paragraph";
            this.toggleParagraphSuppressLineNumbersItem1.Enabled = false;
            this.toggleParagraphSuppressLineNumbersItem1.Id = 220;
            this.toggleParagraphSuppressLineNumbersItem1.Name = "toggleParagraphSuppressLineNumbersItem1";
            // 
            // showLineNumberingFormItem1
            // 
            this.showLineNumberingFormItem1.Caption = "&Line Numbering Options...";
            this.showLineNumberingFormItem1.Enabled = false;
            this.showLineNumberingFormItem1.Id = 221;
            this.showLineNumberingFormItem1.Name = "showLineNumberingFormItem1";
            // 
            // changePageColorItem1
            // 
            this.changePageColorItem1.Caption = "Page Color";
            this.changePageColorItem1.Enabled = false;
            this.changePageColorItem1.Id = 222;
            this.changePageColorItem1.Name = "changePageColorItem1";
            // 
            // insertPageBreakItem21
            // 
            this.insertPageBreakItem21.Caption = "Page Break";
            this.insertPageBreakItem21.Enabled = false;
            this.insertPageBreakItem21.Id = 223;
            this.insertPageBreakItem21.Name = "insertPageBreakItem21";
            // 
            // insertTableItem1
            // 
            this.insertTableItem1.Caption = "Table";
            this.insertTableItem1.Enabled = false;
            this.insertTableItem1.Id = 224;
            this.insertTableItem1.Name = "insertTableItem1";
            // 
            // insertPictureItem1
            // 
            this.insertPictureItem1.Caption = "Inline Picture";
            this.insertPictureItem1.Enabled = false;
            this.insertPictureItem1.Id = 225;
            this.insertPictureItem1.Name = "insertPictureItem1";
            // 
            // insertFloatingPictureItem1
            // 
            this.insertFloatingPictureItem1.Caption = "Picture";
            this.insertFloatingPictureItem1.Enabled = false;
            this.insertFloatingPictureItem1.Id = 226;
            this.insertFloatingPictureItem1.Name = "insertFloatingPictureItem1";
            // 
            // insertBookmarkItem1
            // 
            this.insertBookmarkItem1.Caption = "Bookmark";
            this.insertBookmarkItem1.Enabled = false;
            this.insertBookmarkItem1.Id = 227;
            this.insertBookmarkItem1.Name = "insertBookmarkItem1";
            // 
            // insertHyperlinkItem1
            // 
            this.insertHyperlinkItem1.Caption = "Hyperlink";
            this.insertHyperlinkItem1.Enabled = false;
            this.insertHyperlinkItem1.Id = 228;
            this.insertHyperlinkItem1.Name = "insertHyperlinkItem1";
            // 
            // editPageHeaderItem1
            // 
            this.editPageHeaderItem1.Caption = "Header";
            this.editPageHeaderItem1.Enabled = false;
            this.editPageHeaderItem1.Id = 229;
            this.editPageHeaderItem1.Name = "editPageHeaderItem1";
            // 
            // editPageFooterItem1
            // 
            this.editPageFooterItem1.Caption = "Footer";
            this.editPageFooterItem1.Enabled = false;
            this.editPageFooterItem1.Id = 230;
            this.editPageFooterItem1.Name = "editPageFooterItem1";
            // 
            // insertPageNumberItem1
            // 
            this.insertPageNumberItem1.Caption = "Page Number";
            this.insertPageNumberItem1.Enabled = false;
            this.insertPageNumberItem1.Id = 231;
            this.insertPageNumberItem1.Name = "insertPageNumberItem1";
            // 
            // insertPageCountItem1
            // 
            this.insertPageCountItem1.Caption = "Page Count";
            this.insertPageCountItem1.Enabled = false;
            this.insertPageCountItem1.Id = 232;
            this.insertPageCountItem1.Name = "insertPageCountItem1";
            // 
            // insertTextBoxItem1
            // 
            this.insertTextBoxItem1.Caption = "Text Box";
            this.insertTextBoxItem1.Enabled = false;
            this.insertTextBoxItem1.Id = 233;
            this.insertTextBoxItem1.Name = "insertTextBoxItem1";
            // 
            // insertSymbolItem1
            // 
            this.insertSymbolItem1.Caption = "Symbol";
            this.insertSymbolItem1.Enabled = false;
            this.insertSymbolItem1.Id = 234;
            this.insertSymbolItem1.Name = "insertSymbolItem1";
            // 
            // pasteItem1
            // 
            this.pasteItem1.Caption = "Paste";
            this.pasteItem1.Enabled = false;
            this.pasteItem1.Id = 242;
            this.pasteItem1.Name = "pasteItem1";
            // 
            // cutItem1
            // 
            this.cutItem1.Caption = "Cut";
            this.cutItem1.Enabled = false;
            this.cutItem1.Id = 243;
            this.cutItem1.Name = "cutItem1";
            // 
            // copyItem1
            // 
            this.copyItem1.Caption = "Copy";
            this.copyItem1.Enabled = false;
            this.copyItem1.Id = 244;
            this.copyItem1.Name = "copyItem1";
            // 
            // pasteSpecialItem1
            // 
            this.pasteSpecialItem1.Caption = "Paste Special";
            this.pasteSpecialItem1.Enabled = false;
            this.pasteSpecialItem1.Id = 245;
            this.pasteSpecialItem1.Name = "pasteSpecialItem1";
            // 
            // barButtonGroup1
            // 
            this.barButtonGroup1.Id = 235;
            this.barButtonGroup1.ItemLinks.Add(this.changeFontNameItem1);
            this.barButtonGroup1.ItemLinks.Add(this.changeFontSizeItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeIncreaseItem1);
            this.barButtonGroup1.ItemLinks.Add(this.fontSizeDecreaseItem1);
            this.barButtonGroup1.Name = "barButtonGroup1";
            this.barButtonGroup1.Tag = "{97BBE334-159B-44d9-A168-0411957565E8}";
            // 
            // changeFontNameItem1
            // 
            this.changeFontNameItem1.Edit = this.repositoryItemFontEdit1;
            this.changeFontNameItem1.Enabled = false;
            this.changeFontNameItem1.Id = 246;
            this.changeFontNameItem1.Name = "changeFontNameItem1";
            // 
            // 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.Edit = this.repositoryItemRichEditFontSizeEdit1;
            this.changeFontSizeItem1.Enabled = false;
            this.changeFontSizeItem1.Id = 247;
            this.changeFontSizeItem1.Name = "changeFontSizeItem1";
            // 
            // 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";
            // 
            // fontSizeIncreaseItem1
            // 
            this.fontSizeIncreaseItem1.Caption = "Grow Font";
            this.fontSizeIncreaseItem1.Enabled = false;
            this.fontSizeIncreaseItem1.Id = 248;
            this.fontSizeIncreaseItem1.Name = "fontSizeIncreaseItem1";
            // 
            // fontSizeDecreaseItem1
            // 
            this.fontSizeDecreaseItem1.Caption = "Shrink Font";
            this.fontSizeDecreaseItem1.Enabled = false;
            this.fontSizeDecreaseItem1.Id = 249;
            this.fontSizeDecreaseItem1.Name = "fontSizeDecreaseItem1";
            // 
            // barButtonGroup2
            // 
            this.barButtonGroup2.Id = 236;
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontBoldItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontItalicItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleUnderlineItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontDoubleStrikeoutItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSuperscriptItem1);
            this.barButtonGroup2.ItemLinks.Add(this.toggleFontSubscriptItem1);
            this.barButtonGroup2.Name = "barButtonGroup2";
            this.barButtonGroup2.Tag = "{433DA7F0-03E2-4650-9DB5-66DD92D16E39}";
            // 
            // toggleFontBoldItem1
            // 
            this.toggleFontBoldItem1.Caption = "Bold";
            this.toggleFontBoldItem1.Enabled = false;
            this.toggleFontBoldItem1.Id = 250;
            this.toggleFontBoldItem1.Name = "toggleFontBoldItem1";
            // 
            // toggleFontItalicItem1
            // 
            this.toggleFontItalicItem1.Caption = "Italic";
            this.toggleFontItalicItem1.Enabled = false;
            this.toggleFontItalicItem1.Id = 251;
            this.toggleFontItalicItem1.Name = "toggleFontItalicItem1";
            // 
            // toggleFontUnderlineItem1
            // 
            this.toggleFontUnderlineItem1.Caption = "Underline";
            this.toggleFontUnderlineItem1.Enabled = false;
            this.toggleFontUnderlineItem1.Id = 252;
            this.toggleFontUnderlineItem1.Name = "toggleFontUnderlineItem1";
            // 
            // toggleFontDoubleUnderlineItem1
            // 
            this.toggleFontDoubleUnderlineItem1.Caption = "Double Underline";
            this.toggleFontDoubleUnderlineItem1.Enabled = false;
            this.toggleFontDoubleUnderlineItem1.Id = 253;
            this.toggleFontDoubleUnderlineItem1.Name = "toggleFontDoubleUnderlineItem1";
            // 
            // toggleFontStrikeoutItem1
            // 
            this.toggleFontStrikeoutItem1.Caption = "Strikethrough";
            this.toggleFontStrikeoutItem1.Enabled = false;
            this.toggleFontStrikeoutItem1.Id = 254;
            this.toggleFontStrikeoutItem1.Name = "toggleFontStrikeoutItem1";
            // 
            // toggleFontDoubleStrikeoutItem1
            // 
            this.toggleFontDoubleStrikeoutItem1.Caption = "Double Strikethrough";
            this.toggleFontDoubleStrikeoutItem1.Enabled = false;
            this.toggleFontDoubleStrikeoutItem1.Id = 255;
            this.toggleFontDoubleStrikeoutItem1.Name = "toggleFontDoubleStrikeoutItem1";
            // 
            // toggleFontSuperscriptItem1
            // 
            this.toggleFontSuperscriptItem1.Caption = "Superscript";
            this.toggleFontSuperscriptItem1.Enabled = false;
            this.toggleFontSuperscriptItem1.Id = 256;
            this.toggleFontSuperscriptItem1.Name = "toggleFontSuperscriptItem1";
            // 
            // toggleFontSubscriptItem1
            // 
            this.toggleFontSubscriptItem1.Caption = "Subscript";
            this.toggleFontSubscriptItem1.Enabled = false;
            this.toggleFontSubscriptItem1.Id = 257;
            this.toggleFontSubscriptItem1.Name = "toggleFontSubscriptItem1";
            // 
            // barButtonGroup3
            // 
            this.barButtonGroup3.Id = 237;
            this.barButtonGroup3.ItemLinks.Add(this.changeFontColorItem1);
            this.barButtonGroup3.ItemLinks.Add(this.changeFontBackColorItem1);
            this.barButtonGroup3.Name = "barButtonGroup3";
            this.barButtonGroup3.Tag = "{DF8C5334-EDE3-47c9-A42C-FE9A9247E180}";
            // 
            // changeFontColorItem1
            // 
            this.changeFontColorItem1.Caption = "Font Color";
            this.changeFontColorItem1.Enabled = false;
            this.changeFontColorItem1.Id = 258;
            this.changeFontColorItem1.Name = "changeFontColorItem1";
            // 
            // changeFontBackColorItem1
            // 
            this.changeFontBackColorItem1.Caption = "Text Highlight Color";
            this.changeFontBackColorItem1.Enabled = false;
            this.changeFontBackColorItem1.Id = 259;
            this.changeFontBackColorItem1.Name = "changeFontBackColorItem1";
            // 
            // changeTextCaseItem1
            // 
            this.changeTextCaseItem1.Caption = "Change Case";
            this.changeTextCaseItem1.Enabled = false;
            this.changeTextCaseItem1.Id = 260;
            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.capitalizeEachWordCaseItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.toggleTextCaseItem1)});
            this.changeTextCaseItem1.Name = "changeTextCaseItem1";
            // 
            // makeTextUpperCaseItem1
            // 
            this.makeTextUpperCaseItem1.Caption = "UPPERCASE";
            this.makeTextUpperCaseItem1.Enabled = false;
            this.makeTextUpperCaseItem1.Id = 261;
            this.makeTextUpperCaseItem1.Name = "makeTextUpperCaseItem1";
            // 
            // makeTextLowerCaseItem1
            // 
            this.makeTextLowerCaseItem1.Caption = "lowercase";
            this.makeTextLowerCaseItem1.Enabled = false;
            this.makeTextLowerCaseItem1.Id = 262;
            this.makeTextLowerCaseItem1.Name = "makeTextLowerCaseItem1";
            // 
            // capitalizeEachWordCaseItem1
            // 
            this.capitalizeEachWordCaseItem1.Caption = "Capitalize Each Word";
            this.capitalizeEachWordCaseItem1.Enabled = false;
            this.capitalizeEachWordCaseItem1.Id = 263;
            this.capitalizeEachWordCaseItem1.Name = "capitalizeEachWordCaseItem1";
            // 
            // toggleTextCaseItem1
            // 
            this.toggleTextCaseItem1.Caption = "tOGGLE cASE";
            this.toggleTextCaseItem1.Enabled = false;
            this.toggleTextCaseItem1.Id = 264;
            this.toggleTextCaseItem1.Name = "toggleTextCaseItem1";
            // 
            // clearFormattingItem1
            // 
            this.clearFormattingItem1.Caption = "Clear Formatting";
            this.clearFormattingItem1.Enabled = false;
            this.clearFormattingItem1.Id = 265;
            this.clearFormattingItem1.Name = "clearFormattingItem1";
            // 
            // barButtonGroup4
            // 
            this.barButtonGroup4.Id = 238;
            this.barButtonGroup4.ItemLinks.Add(this.toggleBulletedListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleNumberingListItem1);
            this.barButtonGroup4.ItemLinks.Add(this.toggleMultiLevelListItem1);
            this.barButtonGroup4.Name = "barButtonGroup4";
            this.barButtonGroup4.Tag = "{0B3A7A43-3079-4ce0-83A8-3789F5F6DC9F}";
            // 
            // toggleBulletedListItem1
            // 
            this.toggleBulletedListItem1.Caption = "Bullets";
            this.toggleBulletedListItem1.Enabled = false;
            this.toggleBulletedListItem1.Id = 266;
            this.toggleBulletedListItem1.Name = "toggleBulletedListItem1";
            // 
            // toggleNumberingListItem1
            // 
            this.toggleNumberingListItem1.Caption = "Numbering";
            this.toggleNumberingListItem1.Enabled = false;
            this.toggleNumberingListItem1.Id = 267;
            this.toggleNumberingListItem1.Name = "toggleNumberingListItem1";
            // 
            // toggleMultiLevelListItem1
            // 
            this.toggleMultiLevelListItem1.Caption = "Multilevel list";
            this.toggleMultiLevelListItem1.Enabled = false;
            this.toggleMultiLevelListItem1.Id = 268;
            this.toggleMultiLevelListItem1.Name = "toggleMultiLevelListItem1";
            // 
            // barButtonGroup5
            // 
            this.barButtonGroup5.Id = 239;
            this.barButtonGroup5.ItemLinks.Add(this.decreaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.increaseIndentItem1);
            this.barButtonGroup5.ItemLinks.Add(this.toggleShowWhitespaceItem1);
            this.barButtonGroup5.Name = "barButtonGroup5";
            this.barButtonGroup5.Tag = "{4747D5AB-2BEB-4ea6-9A1D-8E4FB36F1B40}";
            // 
            // decreaseIndentItem1
            // 
            this.decreaseIndentItem1.Caption = "Decrease Indent";
            this.decreaseIndentItem1.Enabled = false;
            this.decreaseIndentItem1.Id = 269;
            this.decreaseIndentItem1.Name = "decreaseIndentItem1";
            // 
            // increaseIndentItem1
            // 
            this.increaseIndentItem1.Caption = "Increase Indent";
            this.increaseIndentItem1.Enabled = false;
            this.increaseIndentItem1.Id = 270;
            this.increaseIndentItem1.Name = "increaseIndentItem1";
            // 
            // toggleShowWhitespaceItem1
            // 
            this.toggleShowWhitespaceItem1.Caption = "Show/Hide ¶";
            this.toggleShowWhitespaceItem1.Enabled = false;
            this.toggleShowWhitespaceItem1.Id = 275;
            this.toggleShowWhitespaceItem1.Name = "toggleShowWhitespaceItem1";
            // 
            // barButtonGroup6
            // 
            this.barButtonGroup6.Id = 240;
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentLeftItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentCenterItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentRightItem1);
            this.barButtonGroup6.ItemLinks.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.barButtonGroup6.Name = "barButtonGroup6";
            this.barButtonGroup6.Tag = "{8E89E775-996E-49a0-AADA-DE338E34732E}";
            // 
            // toggleParagraphAlignmentLeftItem1
            // 
            this.toggleParagraphAlignmentLeftItem1.Caption = "Align Text Left";
            this.toggleParagraphAlignmentLeftItem1.Enabled = false;
            this.toggleParagraphAlignmentLeftItem1.Id = 271;
            this.toggleParagraphAlignmentLeftItem1.Name = "toggleParagraphAlignmentLeftItem1";
            // 
            // toggleParagraphAlignmentCenterItem1
            // 
            this.toggleParagraphAlignmentCenterItem1.Caption = "Center";
            this.toggleParagraphAlignmentCenterItem1.Enabled = false;
            this.toggleParagraphAlignmentCenterItem1.Id = 272;
            this.toggleParagraphAlignmentCenterItem1.Name = "toggleParagraphAlignmentCenterItem1";
            // 
            // toggleParagraphAlignmentRightItem1
            // 
            this.toggleParagraphAlignmentRightItem1.Caption = "Align Text Right";
            this.toggleParagraphAlignmentRightItem1.Enabled = false;
            this.toggleParagraphAlignmentRightItem1.Id = 273;
            this.toggleParagraphAlignmentRightItem1.Name = "toggleParagraphAlignmentRightItem1";
            // 
            // toggleParagraphAlignmentJustifyItem1
            // 
            this.toggleParagraphAlignmentJustifyItem1.Caption = "Justify";
            this.toggleParagraphAlignmentJustifyItem1.Enabled = false;
            this.toggleParagraphAlignmentJustifyItem1.Id = 274;
            this.toggleParagraphAlignmentJustifyItem1.Name = "toggleParagraphAlignmentJustifyItem1";
            // 
            // barButtonGroup7
            // 
            this.barButtonGroup7.Id = 241;
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphLineSpacingItem1);
            this.barButtonGroup7.ItemLinks.Add(this.changeParagraphBackColorItem1);
            this.barButtonGroup7.Name = "barButtonGroup7";
            this.barButtonGroup7.Tag = "{9A8DEAD8-3890-4857-A395-EC625FD02217}";
            // 
            // changeParagraphLineSpacingItem1
            // 
            this.changeParagraphLineSpacingItem1.Caption = "Line Spacing";
            this.changeParagraphLineSpacingItem1.Enabled = false;
            this.changeParagraphLineSpacingItem1.Id = 276;
            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";
            // 
            // setSingleParagraphSpacingItem1
            // 
            this.setSingleParagraphSpacingItem1.Caption = "1.0";
            this.setSingleParagraphSpacingItem1.Enabled = false;
            this.setSingleParagraphSpacingItem1.Id = 277;
            this.setSingleParagraphSpacingItem1.Name = "setSingleParagraphSpacingItem1";
            // 
            // setSesquialteralParagraphSpacingItem1
            // 
            this.setSesquialteralParagraphSpacingItem1.Caption = "1.5";
            this.setSesquialteralParagraphSpacingItem1.Enabled = false;
            this.setSesquialteralParagraphSpacingItem1.Id = 278;
            this.setSesquialteralParagraphSpacingItem1.Name = "setSesquialteralParagraphSpacingItem1";
            // 
            // setDoubleParagraphSpacingItem1
            // 
            this.setDoubleParagraphSpacingItem1.Caption = "2.0";
            this.setDoubleParagraphSpacingItem1.Enabled = false;
            this.setDoubleParagraphSpacingItem1.Id = 279;
            this.setDoubleParagraphSpacingItem1.Name = "setDoubleParagraphSpacingItem1";
            // 
            // showLineSpacingFormItem1
            // 
            this.showLineSpacingFormItem1.Caption = "Line Spacing Options...";
            this.showLineSpacingFormItem1.Enabled = false;
            this.showLineSpacingFormItem1.Id = 280;
            this.showLineSpacingFormItem1.Name = "showLineSpacingFormItem1";
            // 
            // addSpacingBeforeParagraphItem1
            // 
            this.addSpacingBeforeParagraphItem1.Caption = "Add Space &Before Paragraph";
            this.addSpacingBeforeParagraphItem1.Enabled = false;
            this.addSpacingBeforeParagraphItem1.Id = 281;
            this.addSpacingBeforeParagraphItem1.Name = "addSpacingBeforeParagraphItem1";
            // 
            // removeSpacingBeforeParagraphItem1
            // 
            this.removeSpacingBeforeParagraphItem1.Caption = "Remove Space &Before Paragraph";
            this.removeSpacingBeforeParagraphItem1.Enabled = false;
            this.removeSpacingBeforeParagraphItem1.Id = 282;
            this.removeSpacingBeforeParagraphItem1.Name = "removeSpacingBeforeParagraphItem1";
            // 
            // addSpacingAfterParagraphItem1
            // 
            this.addSpacingAfterParagraphItem1.Caption = "Add Space &After Paragraph";
            this.addSpacingAfterParagraphItem1.Enabled = false;
            this.addSpacingAfterParagraphItem1.Id = 283;
            this.addSpacingAfterParagraphItem1.Name = "addSpacingAfterParagraphItem1";
            // 
            // removeSpacingAfterParagraphItem1
            // 
            this.removeSpacingAfterParagraphItem1.Caption = "Remove Space &After Paragraph";
            this.removeSpacingAfterParagraphItem1.Enabled = false;
            this.removeSpacingAfterParagraphItem1.Id = 284;
            this.removeSpacingAfterParagraphItem1.Name = "removeSpacingAfterParagraphItem1";
            // 
            // changeParagraphBackColorItem1
            // 
            this.changeParagraphBackColorItem1.Caption = "Shading";
            this.changeParagraphBackColorItem1.Enabled = false;
            this.changeParagraphBackColorItem1.Id = 285;
            this.changeParagraphBackColorItem1.Name = "changeParagraphBackColorItem1";
            // 
            // findItem1
            // 
            this.findItem1.Caption = "Find";
            this.findItem1.Enabled = false;
            this.findItem1.Id = 287;
            this.findItem1.Name = "findItem1";
            // 
            // replaceItem1
            // 
            this.replaceItem1.Caption = "Replace";
            this.replaceItem1.Enabled = false;
            this.replaceItem1.Id = 288;
            this.replaceItem1.Name = "replaceItem1";
            // 
            // undoItem1
            // 
            this.undoItem1.Caption = "Undo";
            this.undoItem1.Enabled = false;
            this.undoItem1.Id = 289;
            this.undoItem1.Name = "undoItem1";
            // 
            // redoItem1
            // 
            this.redoItem1.Caption = "Redo";
            this.redoItem1.Enabled = false;
            this.redoItem1.Id = 290;
            this.redoItem1.Name = "redoItem1";
            // 
            // fileNewItem1
            // 
            this.fileNewItem1.Caption = "New";
            this.fileNewItem1.Enabled = false;
            this.fileNewItem1.Id = 291;
            this.fileNewItem1.Name = "fileNewItem1";
            // 
            // fileOpenItem1
            // 
            this.fileOpenItem1.Caption = "Open";
            this.fileOpenItem1.Enabled = false;
            this.fileOpenItem1.Id = 292;
            this.fileOpenItem1.Name = "fileOpenItem1";
            // 
            // fileSaveItem1
            // 
            this.fileSaveItem1.Caption = "Save";
            this.fileSaveItem1.Enabled = false;
            this.fileSaveItem1.Id = 293;
            this.fileSaveItem1.Name = "fileSaveItem1";
            // 
            // fileSaveAsItem1
            // 
            this.fileSaveAsItem1.Caption = "Save As";
            this.fileSaveAsItem1.Enabled = false;
            this.fileSaveAsItem1.Id = 294;
            this.fileSaveAsItem1.Name = "fileSaveAsItem1";
            // 
            // quickPrintItem1
            // 
            this.quickPrintItem1.Caption = "&Quick Print";
            this.quickPrintItem1.Enabled = false;
            this.quickPrintItem1.Id = 295;
            this.quickPrintItem1.Name = "quickPrintItem1";
            // 
            // printItem1
            // 
            this.printItem1.Caption = "&Print";
            this.printItem1.Enabled = false;
            this.printItem1.Id = 296;
            this.printItem1.Name = "printItem1";
            // 
            // printPreviewItem1
            // 
            this.printPreviewItem1.Caption = "Print Pre&view";
            this.printPreviewItem1.Enabled = false;
            this.printPreviewItem1.Id = 297;
            this.printPreviewItem1.Name = "printPreviewItem1";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 298;
            this.barButtonItem1.Name = "barButtonItem1";
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "Login";
            this.barButtonItem2.Id = 299;
            this.barButtonItem2.Name = "barButtonItem2";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "Logout";
            this.barButtonItem3.Id = 300;
            this.barButtonItem3.Name = "barButtonItem3";
            // 
            // barBtnHelp
            // 
            this.barBtnHelp.Caption = "Help";
            this.barBtnHelp.Id = 301;
            this.barBtnHelp.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.help;
            this.barBtnHelp.Name = "barBtnHelp";
            this.barBtnHelp.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnHelp_ItemClick);
            // 
            // barBtnAbout
            // 
            this.barBtnAbout.Caption = "About";
            this.barBtnAbout.Id = 302;
            this.barBtnAbout.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.info_32;
            this.barBtnAbout.Name = "barBtnAbout";
            this.barBtnAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAbout_ItemClick);
            // 
            // barBtnLogin
            // 
            this.barBtnLogin.Caption = "Login";
            this.barBtnLogin.Id = 303;
            this.barBtnLogin.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Login;
            this.barBtnLogin.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnLogin.Name = "barBtnLogin";
            this.barBtnLogin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnLogin_ItemClick);
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "barButtonItem7";
            this.barButtonItem7.Id = 304;
            this.barButtonItem7.Name = "barButtonItem7";
            // 
            // barBtnLogout
            // 
            this.barBtnLogout.Caption = "Logout";
            this.barBtnLogout.Id = 305;
            this.barBtnLogout.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Logout;
            this.barBtnLogout.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnLogout.Name = "barBtnLogout";
            this.barBtnLogout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnLogout_ItemClick);
            // 
            // barBtnPassChange
            // 
            this.barBtnPassChange.Caption = "Password";
            this.barBtnPassChange.Id = 306;
            this.barBtnPassChange.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.ChangePass;
            this.barBtnPassChange.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnPassChange.Name = "barBtnPassChange";
            this.barBtnPassChange.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnPassChange_ItemClick);
            // 
            // barBtnAccount
            // 
            this.barBtnAccount.Caption = "Account";
            this.barBtnAccount.Id = 307;
            this.barBtnAccount.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Untitled_9_32;
            this.barBtnAccount.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnAccount.Name = "barBtnAccount";
            this.barBtnAccount.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnAccount_ItemClick);
            // 
            // barBtnExit
            // 
            this.barBtnExit.Caption = "Exit";
            this.barBtnExit.Id = 308;
            this.barBtnExit.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Exit;
            this.barBtnExit.Name = "barBtnExit";
            this.barBtnExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnExit_ItemClick);
            // 
            // barEditItem1
            // 
            this.barEditItem1.Caption = "barEditItem1";
            this.barEditItem1.Edit = this.repositoryItemTimeEdit1;
            this.barEditItem1.Id = 309;
            this.barEditItem1.Name = "barEditItem1";
            // 
            // repositoryItemTimeEdit1
            // 
            this.repositoryItemTimeEdit1.AutoHeight = false;
            this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
            // 
            // barEditItem2
            // 
            this.barEditItem2.Caption = "barEditItem2";
            this.barEditItem2.Edit = this.repositoryItemDateEdit1;
            this.barEditItem2.Id = 310;
            this.barEditItem2.Name = "barEditItem2";
            // 
            // 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";
            // 
            // barEditItem3
            // 
            this.barEditItem3.Caption = "barEditItem3";
            this.barEditItem3.Edit = this.repositoryItemCalcEdit1;
            this.barEditItem3.Id = 311;
            this.barEditItem3.Name = "barEditItem3";
            // 
            // repositoryItemCalcEdit1
            // 
            this.repositoryItemCalcEdit1.AutoHeight = false;
            this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
            // 
            // barEditItem4
            // 
            this.barEditItem4.Caption = "barEditItem4";
            this.barEditItem4.Edit = this.repositoryItemRatingControl1;
            this.barEditItem4.Id = 312;
            this.barEditItem4.Name = "barEditItem4";
            // 
            // repositoryItemRatingControl1
            // 
            this.repositoryItemRatingControl1.AutoHeight = false;
            this.repositoryItemRatingControl1.Name = "repositoryItemRatingControl1";
            this.repositoryItemRatingControl1.Padding = new System.Windows.Forms.Padding(0, 0, 0, 0);
            // 
            // barEditItem5
            // 
            this.barEditItem5.Caption = "Time";
            this.barEditItem5.Edit = this.repositoryItemDateEdit2;
            this.barEditItem5.Id = 313;
            this.barEditItem5.Name = "barEditItem5";
            // 
            // 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";
            // 
            // barStaticItem1
            // 
            this.barStaticItem1.Caption = "Date: ";
            this.barStaticItem1.Id = 314;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barTextEdit
            // 
            this.barTextEdit.Caption = "Date";
            this.barTextEdit.Edit = this.repositoryItemTextEdit1;
            this.barTextEdit.Id = 315;
            this.barTextEdit.Name = "barTextEdit";
            this.barTextEdit.Width = 80;
            // 
            // repositoryItemTextEdit1
            // 
            this.repositoryItemTextEdit1.AutoHeight = false;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barBtnLstAccount
            // 
            this.barBtnLstAccount.Caption = "List Account";
            this.barBtnLstAccount.Id = 316;
            this.barBtnLstAccount.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.list_account;
            this.barBtnLstAccount.Name = "barBtnLstAccount";
            this.barBtnLstAccount.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnLstAccount_ItemClick);
            // 
            // siStatus
            // 
            this.siStatus.Caption = "Status:";
            this.siStatus.Id = 317;
            this.siStatus.Name = "siStatus";
            this.siStatus.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // siPermission
            // 
            this.siPermission.Caption = "Permission:";
            this.siPermission.Id = 318;
            this.siPermission.Name = "siPermission";
            this.siPermission.TextAlignment = System.Drawing.StringAlignment.Near;
            // 
            // barBtnSinglePage
            // 
            this.barBtnSinglePage.Caption = "Single Page";
            this.barBtnSinglePage.Id = 319;
            this.barBtnSinglePage.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Doc_single;
            this.barBtnSinglePage.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnSinglePage.Name = "barBtnSinglePage";
            this.barBtnSinglePage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSinglePage_ItemClick);
            // 
            // barBtnMultiplePage
            // 
            this.barBtnMultiplePage.Caption = "Multiple Page";
            this.barBtnMultiplePage.Id = 320;
            this.barBtnMultiplePage.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.folder_apollon;
            this.barBtnMultiplePage.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnMultiplePage.Name = "barBtnMultiplePage";
            this.barBtnMultiplePage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnMultiplePage_ItemClick);
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "ParseRule";
            this.barButtonItem6.Id = 321;
            this.barButtonItem6.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.case_study_32;
            this.barButtonItem6.Name = "barButtonItem6";
            // 
            // barButtonItem8
            // 
            this.barButtonItem8.Caption = "Help";
            this.barButtonItem8.Id = 322;
            this.barButtonItem8.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Male_User_Help;
            this.barButtonItem8.Name = "barButtonItem8";
            // 
            // barBtnSingleUrl
            // 
            this.barBtnSingleUrl.Caption = "SingleUrl";
            this.barBtnSingleUrl.Id = 323;
            this.barBtnSingleUrl.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.letter_a_check_page_layout_reports_report_32;
            this.barBtnSingleUrl.LargeGlyphDisabled = global::SSWA_ExtractData.Properties.Resources.mypc_lock;
            this.barBtnSingleUrl.Name = "barBtnSingleUrl";
            // 
            // barBtnBBC
            // 
            this.barBtnBBC.Caption = "BBC NEWS";
            this.barBtnBBC.Id = 324;
            this.barBtnBBC.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.bbc_icon;
            this.barBtnBBC.Name = "barBtnBBC";
            this.barBtnBBC.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnBBC_ItemClick);
            // 
            // barBtnCNN
            // 
            this.barBtnCNN.Caption = "CNN";
            this.barBtnCNN.Id = 325;
            this.barBtnCNN.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.cnn_icon;
            this.barBtnCNN.Name = "barBtnCNN";
            this.barBtnCNN.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCNN_ItemClick);
            // 
            // barBtnDailymail
            // 
            this.barBtnDailymail.Caption = "Dailymail";
            this.barBtnDailymail.Id = 326;
            this.barBtnDailymail.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.DailyMail_icon;
            this.barBtnDailymail.Name = "barBtnDailymail";
            this.barBtnDailymail.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDailymail_ItemClick);
            // 
            // barBtnFoxnews
            // 
            this.barBtnFoxnews.Caption = "Foxnews";
            this.barBtnFoxnews.Id = 327;
            this.barBtnFoxnews.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Foxnews_icon;
            this.barBtnFoxnews.Name = "barBtnFoxnews";
            this.barBtnFoxnews.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnFoxnews_ItemClick);
            // 
            // barBtnRestart
            // 
            this.barBtnRestart.Caption = "Restart";
            this.barBtnRestart.Id = 328;
            this.barBtnRestart.LargeGlyph = global::SSWA_ExtractData.Properties.Resources.Windows_Restart_icon;
            this.barBtnRestart.Name = "barBtnRestart";
            this.barBtnRestart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRestart_ItemClick);
            // 
            // 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");
            // 
            // floatingPictureToolsRibbonPageCategoryExtracDataSystem
            // 
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem.Color = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem.Control = null;
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem.Name = "floatingPictureToolsRibbonPageCategoryExtracDataSystem";
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.floatingPictureToolsFormatPage1,
            this.ribbonPageSkins});
            this.floatingPictureToolsRibbonPageCategoryExtracDataSystem.Text = "ExtracData System";
            // 
            // floatingPictureToolsFormatPage1
            // 
            this.floatingPictureToolsFormatPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonSystemSecurity,
            this.ribbonProcessManagement,
            this.ribbonPageGroup1});
            this.floatingPictureToolsFormatPage1.Name = "floatingPictureToolsFormatPage1";
            this.floatingPictureToolsFormatPage1.Text = "System";
            // 
            // ribbonSystemSecurity
            // 
            this.ribbonSystemSecurity.AllowTextClipping = false;
            this.ribbonSystemSecurity.ItemLinks.Add(this.barBtnPassChange);
            this.ribbonSystemSecurity.ItemLinks.Add(this.barBtnAccount);
            this.ribbonSystemSecurity.Name = "ribbonSystemSecurity";
            this.ribbonSystemSecurity.ShowCaptionButton = false;
            this.ribbonSystemSecurity.Text = "System Security";
            // 
            // ribbonProcessManagement
            // 
            this.ribbonProcessManagement.AllowTextClipping = false;
            this.ribbonProcessManagement.ItemLinks.Add(this.barBtnLogin);
            this.ribbonProcessManagement.ItemLinks.Add(this.barBtnExit);
            this.ribbonProcessManagement.ItemLinks.Add(this.barBtnLogout);
            this.ribbonProcessManagement.ItemLinks.Add(this.barBtnRestart);
            this.ribbonProcessManagement.Name = "ribbonProcessManagement";
            this.ribbonProcessManagement.ShowCaptionButton = false;
            this.ribbonProcessManagement.Text = "Process Management";
            // 
            // ribbonPageGroup1
            // 
            this.ribbonPageGroup1.AllowTextClipping = false;
            this.ribbonPageGroup1.ItemLinks.Add(this.barBtnLstAccount);
            this.ribbonPageGroup1.Name = "ribbonPageGroup1";
            this.ribbonPageGroup1.ShowCaptionButton = false;
            this.ribbonPageGroup1.Text = "Account Management";
            // 
            // ribbonPageSkins
            // 
            this.ribbonPageSkins.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonAssistingUsers,
            this.ribbonSkins});
            this.ribbonPageSkins.Name = "ribbonPageSkins";
            this.ribbonPageSkins.Text = "Interface";
            // 
            // ribbonAssistingUsers
            // 
            this.ribbonAssistingUsers.AllowTextClipping = false;
            this.ribbonAssistingUsers.ItemLinks.Add(this.barBtnHelp);
            this.ribbonAssistingUsers.ItemLinks.Add(this.barBtnAbout);
            this.ribbonAssistingUsers.Name = "ribbonAssistingUsers";
            this.ribbonAssistingUsers.ShowCaptionButton = false;
            this.ribbonAssistingUsers.Text = "Assisting Users";
            // 
            // ribbonSkins
            // 
            this.ribbonSkins.ItemLinks.Add(this.rgbiSkins);
            this.ribbonSkins.Name = "ribbonSkins";
            this.ribbonSkins.ShowCaptionButton = false;
            this.ribbonSkins.Text = "Skins";
            // 
            // ribbonPageCategoryDataManagement
            // 
            this.ribbonPageCategoryDataManagement.Color = System.Drawing.Color.Purple;
            this.ribbonPageCategoryDataManagement.Name = "ribbonPageCategoryDataManagement";
            this.ribbonPageCategoryDataManagement.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
            this.ribbonPage1,
            this.ribbonPage3,
            this.ribbonPage2});
            this.ribbonPageCategoryDataManagement.Text = "Data Management";
            // 
            // ribbonPage1
            // 
            this.ribbonPage1.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonSingleParse,
            this.ribbonMultipleParse,
            this.ribbonHistoryParse});
            this.ribbonPage1.Name = "ribbonPage1";
            this.ribbonPage1.Text = "Parse Data";
            // 
            // ribbonSingleParse
            // 
            this.ribbonSingleParse.AllowTextClipping = false;
            this.ribbonSingleParse.ItemLinks.Add(this.barBtnSingleUrl);
            this.ribbonSingleParse.Name = "ribbonSingleParse";
            this.ribbonSingleParse.ShowCaptionButton = false;
            this.ribbonSingleParse.Text = "Single Parse Data";
            // 
            // ribbonMultipleParse
            // 
            this.ribbonMultipleParse.AllowTextClipping = false;
            this.ribbonMultipleParse.ItemLinks.Add(this.barBtnSinglePage);
            this.ribbonMultipleParse.ItemLinks.Add(this.barBtnMultiplePage);
            this.ribbonMultipleParse.Name = "ribbonMultipleParse";
            this.ribbonMultipleParse.ShowCaptionButton = false;
            this.ribbonMultipleParse.Text = "Website Parse Data";
            // 
            // ribbonHistoryParse
            // 
            this.ribbonHistoryParse.Name = "ribbonHistoryParse";
            this.ribbonHistoryParse.Text = "History Parse Data";
            // 
            // ribbonPage3
            // 
            this.ribbonPage3.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.rPGExtractInforWebWorld,
            this.rPGHistory});
            this.ribbonPage3.Name = "ribbonPage3";
            this.ribbonPage3.Text = "English Parse";
            // 
            // rPGExtractInforWebWorld
            // 
            this.rPGExtractInforWebWorld.AllowTextClipping = false;
            this.rPGExtractInforWebWorld.ItemLinks.Add(this.barBtnBBC);
            this.rPGExtractInforWebWorld.ItemLinks.Add(this.barBtnCNN);
            this.rPGExtractInforWebWorld.ItemLinks.Add(this.barBtnDailymail);
            this.rPGExtractInforWebWorld.ItemLinks.Add(this.barBtnFoxnews);
            this.rPGExtractInforWebWorld.Name = "rPGExtractInforWebWorld";
            this.rPGExtractInforWebWorld.ShowCaptionButton = false;
            this.rPGExtractInforWebWorld.Text = "Data Extract Information Web World";
            // 
            // rPGHistory
            // 
            this.rPGHistory.Name = "rPGHistory";
            this.rPGHistory.ShowCaptionButton = false;
            this.rPGHistory.Text = "History";
            // 
            // ribbonPage2
            // 
            this.ribbonPage2.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
            this.ribbonPageGroup5});
            this.ribbonPage2.Name = "ribbonPage2";
            this.ribbonPage2.Text = "Rule";
            // 
            // ribbonPageGroup5
            // 
            this.ribbonPageGroup5.AllowTextClipping = false;
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem6);
            this.ribbonPageGroup5.ItemLinks.Add(this.barButtonItem8);
            this.ribbonPageGroup5.Name = "ribbonPageGroup5";
            this.ribbonPageGroup5.ShowCaptionButton = false;
            this.ribbonPageGroup5.Text = "Store Rule Parse Data";
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.siFullName);
            this.ribbonStatusBar.ItemLinks.Add(this.siEmail);
            this.ribbonStatusBar.ItemLinks.Add(this.siStatus);
            this.ribbonStatusBar.ItemLinks.Add(this.siPermission);
            this.ribbonStatusBar.ItemLinks.Add(this.barTextEdit);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 706);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonMain;
            this.ribbonStatusBar.Size = new System.Drawing.Size(1286, 23);
            // 
            // spellChecker
            // 
            this.spellChecker.Culture = new System.Globalization.CultureInfo("ru-RU");
            this.spellChecker.ParentContainer = null;
            // 
            // richEditBarController1
            // 
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectFillColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectOutlineColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFloatingObjectOutlineWeightItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectSquareTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTightTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectThroughTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopAndBottomTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBehindTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectInFrontOfTextWrapTypeItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectTopRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectMiddleRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.setFloatingObjectBottomRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringForwardItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringToFrontItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectBringInFrontOfTextItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBackwardItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendToBackItem1);
            this.richEditBarController1.BarItems.Add(this.floatingObjectSendBehindTextItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFirstRowItem1);
            this.richEditBarController1.BarItems.Add(this.toggleLastRowItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBandedRowsItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFirstColumnItem1);
            this.richEditBarController1.BarItems.Add(this.toggleLastColumnItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBandedColumnsItem1);
            this.richEditBarController1.BarItems.Add(this.galleryChangeTableStyleItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBorderLineStyleItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBorderLineWeightItem1);
            this.richEditBarController1.BarItems.Add(this.changeTableBorderColorItem1);
            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.changeTableCellsShadingItem1);
            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.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.toggleTableCellsMiddleLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomLeftAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomCenterAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsTopRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsMiddleRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTableCellsBottomRightAlignmentItem1);
            this.richEditBarController1.BarItems.Add(this.showTableOptionsFormItem1);
            this.richEditBarController1.BarItems.Add(this.goToPageHeaderItem1);
            this.richEditBarController1.BarItems.Add(this.goToPageFooterItem1);
            this.richEditBarController1.BarItems.Add(this.goToNextHeaderFooterItem1);
            this.richEditBarController1.BarItems.Add(this.goToPreviousHeaderFooterItem1);
            this.richEditBarController1.BarItems.Add(this.toggleLinkToPreviousItem1);
            this.richEditBarController1.BarItems.Add(this.toggleDifferentFirstPageItem1);
            this.richEditBarController1.BarItems.Add(this.toggleDifferentOddAndEvenPagesItem1);
            this.richEditBarController1.BarItems.Add(this.closePageHeaderFooterItem1);
            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.checkSpellingItem1);
            this.richEditBarController1.BarItems.Add(this.changeLanguageItem1);
            this.richEditBarController1.BarItems.Add(this.protectDocumentItem1);
            this.richEditBarController1.BarItems.Add(this.changeRangeEditingPermissionsItem1);
            this.richEditBarController1.BarItems.Add(this.unprotectDocumentItem1);
            this.richEditBarController1.BarItems.Add(this.changeCommentItem1);
            this.richEditBarController1.BarItems.Add(this.reviewersItem1);
            this.richEditBarController1.BarItems.Add(this.reviewingPaneItem1);
            this.richEditBarController1.BarItems.Add(this.insertMergeFieldItem1);
            this.richEditBarController1.BarItems.Add(this.showAllFieldCodesItem1);
            this.richEditBarController1.BarItems.Add(this.showAllFieldResultsItem1);
            this.richEditBarController1.BarItems.Add(this.toggleViewMergedDataItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfContentsItem1);
            this.richEditBarController1.BarItems.Add(this.updateTableOfContentsItem1);
            this.richEditBarController1.BarItems.Add(this.addParagraphsToTableOfContentItem1);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem1);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem2);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem3);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem4);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem5);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem6);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem7);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem8);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem9);
            this.richEditBarController1.BarItems.Add(this.setParagraphHeadingLevelItem10);
            this.richEditBarController1.BarItems.Add(this.insertCaptionPlaceholderItem1);
            this.richEditBarController1.BarItems.Add(this.insertFiguresCaptionItems1);
            this.richEditBarController1.BarItems.Add(this.insertTablesCaptionItems1);
            this.richEditBarController1.BarItems.Add(this.insertEquationsCaptionItems1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfFiguresPlaceholderItem1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfFiguresItems1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfTablesItems1);
            this.richEditBarController1.BarItems.Add(this.insertTableOfEquationsItems1);
            this.richEditBarController1.BarItems.Add(this.updateTableOfFiguresItem1);
            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.showPageMarginsSetupFormItem1);
            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.insertPageBreakItem1);
            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.changePageColorItem1);
            this.richEditBarController1.BarItems.Add(this.insertPageBreakItem21);
            this.richEditBarController1.BarItems.Add(this.insertTableItem1);
            this.richEditBarController1.BarItems.Add(this.insertPictureItem1);
            this.richEditBarController1.BarItems.Add(this.insertFloatingPictureItem1);
            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.insertTextBoxItem1);
            this.richEditBarController1.BarItems.Add(this.insertSymbolItem1);
            this.richEditBarController1.BarItems.Add(this.pasteItem1);
            this.richEditBarController1.BarItems.Add(this.cutItem1);
            this.richEditBarController1.BarItems.Add(this.copyItem1);
            this.richEditBarController1.BarItems.Add(this.pasteSpecialItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontNameItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontSizeItem1);
            this.richEditBarController1.BarItems.Add(this.fontSizeIncreaseItem1);
            this.richEditBarController1.BarItems.Add(this.fontSizeDecreaseItem1);
            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.toggleFontSuperscriptItem1);
            this.richEditBarController1.BarItems.Add(this.toggleFontSubscriptItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeFontBackColorItem1);
            this.richEditBarController1.BarItems.Add(this.changeTextCaseItem1);
            this.richEditBarController1.BarItems.Add(this.makeTextUpperCaseItem1);
            this.richEditBarController1.BarItems.Add(this.makeTextLowerCaseItem1);
            this.richEditBarController1.BarItems.Add(this.capitalizeEachWordCaseItem1);
            this.richEditBarController1.BarItems.Add(this.toggleTextCaseItem1);
            this.richEditBarController1.BarItems.Add(this.clearFormattingItem1);
            this.richEditBarController1.BarItems.Add(this.toggleBulletedListItem1);
            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.toggleParagraphAlignmentLeftItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentCenterItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentRightItem1);
            this.richEditBarController1.BarItems.Add(this.toggleParagraphAlignmentJustifyItem1);
            this.richEditBarController1.BarItems.Add(this.toggleShowWhitespaceItem1);
            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.changeParagraphBackColorItem1);
            this.richEditBarController1.BarItems.Add(this.galleryChangeStyleItem1);
            this.richEditBarController1.BarItems.Add(this.findItem1);
            this.richEditBarController1.BarItems.Add(this.replaceItem1);
            this.richEditBarController1.BarItems.Add(this.undoItem1);
            this.richEditBarController1.BarItems.Add(this.redoItem1);
            this.richEditBarController1.BarItems.Add(this.fileNewItem1);
            this.richEditBarController1.BarItems.Add(this.fileOpenItem1);
            this.richEditBarController1.BarItems.Add(this.fileSaveItem1);
            this.richEditBarController1.BarItems.Add(this.fileSaveAsItem1);
            this.richEditBarController1.BarItems.Add(this.quickPrintItem1);
            this.richEditBarController1.BarItems.Add(this.printItem1);
            this.richEditBarController1.BarItems.Add(this.printPreviewItem1);
            // 
            // defaultLookAndFeel
            // 
            this.defaultLookAndFeel.LookAndFeel.SkinName = "Visual Studio 2013 Blue";
            // 
            // xtraTableMdiMain
            // 
            this.xtraTableMdiMain.MdiParent = this;
            // 
            // A00FrmMain
            // 
            this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.False;
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1286, 729);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "A00FrmMain";
            this.Ribbon = this.ribbonMain;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "System ExtracData Version 1.0";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMain_FormClosing);
            this.Load += new System.EventHandler(this.FrmMain_Load);
            ((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollection)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFloatingObjectOutlineWeight1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineStyle1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemBorderLineWeight1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemFontEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRichEditFontSizeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemRatingControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2.CalendarTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemDateEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonImageCollectionLarge)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.richEditBarController1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTableMdiMain)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Exemple #53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::IhalematikPro.Forms.frm_SplashScreen), true, true);
     System.ComponentModel.ComponentResourceManager  resources            = new System.ComponentModel.ComponentResourceManager(typeof(frm_Login));
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
     this.lblPcName     = new DevExpress.XtraEditors.LabelControl();
     this.lblIpNumber   = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.txtPassword   = new DevExpress.XtraEditors.TextEdit();
     this.txtUserName   = new DevExpress.XtraEditors.TextEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.btnIptal      = new DevExpress.XtraEditors.SimpleButton();
     this.btnTamam      = new DevExpress.XtraEditors.SimpleButton();
     this.pictureBox1   = new System.Windows.Forms.PictureBox();
     this.pictureBox2   = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     splashScreenManager1.ClosingDelay = 1500;
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Font      = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl3.Appearance.ForeColor = System.Drawing.Color.Gray;
     this.labelControl3.Location             = new System.Drawing.Point(12, 249);
     this.labelControl3.Name     = "labelControl3";
     this.labelControl3.Size     = new System.Drawing.Size(96, 19);
     this.labelControl3.TabIndex = 1;
     this.labelControl3.Text     = "Bilgisayar Adı:";
     //
     // labelControl4
     //
     this.labelControl4.Appearance.Font      = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl4.Appearance.ForeColor = System.Drawing.Color.Gray;
     this.labelControl4.Location             = new System.Drawing.Point(21, 280);
     this.labelControl4.Name     = "labelControl4";
     this.labelControl4.Size     = new System.Drawing.Size(86, 19);
     this.labelControl4.TabIndex = 1;
     this.labelControl4.Text     = "İp Numarası:";
     //
     // lblPcName
     //
     this.lblPcName.Appearance.Font      = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblPcName.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblPcName.LineLocation         = DevExpress.XtraEditors.LineLocation.Center;
     this.lblPcName.LineStyle            = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.lblPcName.LineVisible          = true;
     this.lblPcName.Location             = new System.Drawing.Point(120, 249);
     this.lblPcName.Name     = "lblPcName";
     this.lblPcName.Size     = new System.Drawing.Size(4, 19);
     this.lblPcName.TabIndex = 2;
     this.lblPcName.Text     = " ";
     //
     // lblIpNumber
     //
     this.lblIpNumber.Appearance.Font      = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.lblIpNumber.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.lblIpNumber.LineLocation         = DevExpress.XtraEditors.LineLocation.Center;
     this.lblIpNumber.LineStyle            = System.Drawing.Drawing2D.DashStyle.DashDot;
     this.lblIpNumber.LineVisible          = true;
     this.lblIpNumber.Location             = new System.Drawing.Point(120, 280);
     this.lblIpNumber.Name     = "lblIpNumber";
     this.lblIpNumber.Size     = new System.Drawing.Size(4, 19);
     this.lblIpNumber.TabIndex = 2;
     this.lblIpNumber.Text     = " ";
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(279, 171);
     this.labelControl2.Name     = "labelControl2";
     this.labelControl2.Size     = new System.Drawing.Size(38, 19);
     this.labelControl2.TabIndex = 5;
     this.labelControl2.Text     = "Şifre:";
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(224, 133);
     this.labelControl1.Name     = "labelControl1";
     this.labelControl1.Size     = new System.Drawing.Size(93, 19);
     this.labelControl1.TabIndex = 6;
     this.labelControl1.Text     = "Kullanıcı Adı:";
     //
     // txtPassword
     //
     this.txtPassword.EditValue            = "";
     this.txtPassword.EnterMoveNextControl = true;
     this.txtPassword.Location             = new System.Drawing.Point(322, 168);
     this.txtPassword.Name = "txtPassword";
     this.txtPassword.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.txtPassword.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtPassword.Properties.PasswordChar = '*';
     this.txtPassword.Size      = new System.Drawing.Size(272, 26);
     this.txtPassword.TabIndex  = 7;
     this.txtPassword.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtPassword_KeyPress);
     //
     // txtUserName
     //
     this.txtUserName.EditValue            = "";
     this.txtUserName.EnterMoveNextControl = true;
     this.txtUserName.Location             = new System.Drawing.Point(322, 130);
     this.txtUserName.Name = "txtUserName";
     this.txtUserName.Properties.AppearanceFocused.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
     this.txtUserName.Properties.AppearanceFocused.Options.UseBackColor = true;
     this.txtUserName.Size     = new System.Drawing.Size(272, 26);
     this.txtUserName.TabIndex = 4;
     //
     // panelControl1
     //
     this.panelControl1.Location = new System.Drawing.Point(224, 118);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(370, 1);
     this.panelControl1.TabIndex = 10;
     //
     // labelControl5
     //
     this.labelControl5.Appearance.Font      = new System.Drawing.Font("Arial", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.labelControl5.Appearance.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.labelControl5.Location             = new System.Drawing.Point(224, 88);
     this.labelControl5.Name     = "labelControl5";
     this.labelControl5.Size     = new System.Drawing.Size(45, 24);
     this.labelControl5.TabIndex = 6;
     this.labelControl5.Text     = "Giriş";
     //
     // btnIptal
     //
     this.btnIptal.Appearance.Font            = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnIptal.Appearance.Options.UseFont = true;
     this.btnIptal.DialogResult  = System.Windows.Forms.DialogResult.Cancel;
     this.btnIptal.Image         = ((System.Drawing.Image)(resources.GetObject("btnIptal.Image")));
     this.btnIptal.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.btnIptal.Location      = new System.Drawing.Point(496, 203);
     this.btnIptal.Name          = "btnIptal";
     this.btnIptal.Size          = new System.Drawing.Size(100, 56);
     this.btnIptal.TabIndex      = 9;
     this.btnIptal.Text          = "İpt&al";
     this.btnIptal.Click        += new System.EventHandler(this.btnIptal_Click);
     //
     // btnTamam
     //
     this.btnTamam.Appearance.Font            = new System.Drawing.Font("Calibri", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnTamam.Appearance.Options.UseFont = true;
     this.btnTamam.Image         = ((System.Drawing.Image)(resources.GetObject("btnTamam.Image")));
     this.btnTamam.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
     this.btnTamam.Location      = new System.Drawing.Point(390, 203);
     this.btnTamam.Name          = "btnTamam";
     this.btnTamam.Size          = new System.Drawing.Size(100, 56);
     this.btnTamam.TabIndex      = 8;
     this.btnTamam.Text          = "&Tamam";
     this.btnTamam.Click        += new System.EventHandler(this.btnTamam_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::IhalematikProUI.Properties.Resources.login;
     this.pictureBox1.Location = new System.Drawing.Point(2, 4);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(196, 199);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = global::IhalematikProUI.Properties.Resources.logo_L;
     this.pictureBox2.Location = new System.Drawing.Point(322, -27);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(344, 139);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox2.TabIndex = 3;
     this.pictureBox2.TabStop  = false;
     //
     // frm_Login
     //
     this.Appearance.BackColor            = System.Drawing.Color.White;
     this.Appearance.Options.UseBackColor = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(9F, 19F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize    = new System.Drawing.Size(631, 313);
     this.ControlBox    = false;
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.labelControl2);
     this.Controls.Add(this.btnIptal);
     this.Controls.Add(this.labelControl5);
     this.Controls.Add(this.labelControl1);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.btnTamam);
     this.Controls.Add(this.txtUserName);
     this.Controls.Add(this.lblIpNumber);
     this.Controls.Add(this.lblPcName);
     this.Controls.Add(this.labelControl4);
     this.Controls.Add(this.labelControl3);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.pictureBox2);
     this.FormBorderEffect = DevExpress.XtraEditors.FormBorderEffect.Shadow;
     this.FormBorderStyle  = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon             = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox      = false;
     this.MinimizeBox      = false;
     this.Name             = "frm_Login";
     this.ShowInTaskbar    = false;
     this.StartPosition    = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text             = "Hoşgeldiniz...";
     this.Load            += new System.EventHandler(this.frm_Login_Load);
     ((System.ComponentModel.ISupportInitialize)(this.txtPassword.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtUserName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FilePictureEdit));
     if (!DesignMode)
         this.splashScreenManager1 = new DevExpress.XtraSplashScreen.SplashScreenManager(this.FindForm(), typeof(FengSharp.OneCardAccess.Infrastructure.WinForm.Forms.BaseWaitForm), true, true);
     this.SuspendLayout();
     //
     // splashScreenManager1
     //
     if (!DesignMode)
         splashScreenManager1.ClosingDelay = 500;
     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()
        {
            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TSCD_GUI.SplashScreenForm), true, true);
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RibbonFormMain));
            this.ribbonMain = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.backstageViewControl = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
            this.backstageViewClientControlCaiDatCauHinh = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlPhanQuyen = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlLogHeThong = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlImport = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlGiaoDienVaNgonNgu = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlCapNhatPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlThongTinPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlKhoiDongLai = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewClientControlThoat = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewTabItemCaiDatCauHinh = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorCaiDatCauHinh = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemPhanQuyen = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorPhanQuyen = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemLogHeThong = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorLogHeThong = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemImport = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorNhapLieuTuExcel = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemGiaoDienVaNgonNgu = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorGiaoDienVaNgonNgu = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemCapNhatPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorCapNhatPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemThongTinPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorThongTinPhanMem = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemKhoiDongLai = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorKhoiDongLai = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.backstageViewTabItemThoat = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            this.backstageViewItemSeparatorThoat = new DevExpress.XtraBars.Ribbon.BackstageViewItemSeparator();
            this.barBtnUser = new DevExpress.XtraBars.BarButtonItem();
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.panelControlMain = new DevExpress.XtraEditors.PanelControl();
            this.backstageViewClientControl7 = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
            this.backstageViewTabItem7 = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
            ((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).BeginInit();
            this.backstageViewControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.panelControlMain)).BeginInit();
            this.SuspendLayout();
            // 
            // ribbonMain
            // 
            this.ribbonMain.ApplicationButtonDropDownControl = this.backstageViewControl;
            this.ribbonMain.ApplicationIcon = global::TSCD_GUI.Properties.Resources.Logo;
            this.ribbonMain.AutoSizeItems = true;
            this.ribbonMain.ExpandCollapseItem.Id = 0;
            this.ribbonMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbonMain.ExpandCollapseItem,
            this.barBtnUser});
            this.ribbonMain.Location = new System.Drawing.Point(0, 0);
            this.ribbonMain.MaxItemId = 2;
            this.ribbonMain.Name = "ribbonMain";
            this.ribbonMain.ShowExpandCollapseButton = DevExpress.Utils.DefaultBoolean.True;
            this.ribbonMain.Size = new System.Drawing.Size(836, 49);
            this.ribbonMain.StatusBar = this.ribbonStatusBar;
            this.ribbonMain.SelectedPageChanging += new DevExpress.XtraBars.Ribbon.RibbonPageChangingEventHandler(this.ribbonMain_SelectedPageChanging);
            this.ribbonMain.SelectedPageChanged += new System.EventHandler(this.ribbonMain_SelectedPageChanged);
            // 
            // backstageViewControl
            // 
            this.backstageViewControl.ColorScheme = DevExpress.XtraBars.Ribbon.RibbonControlColorScheme.Yellow;
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlCaiDatCauHinh);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlPhanQuyen);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlLogHeThong);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlImport);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlGiaoDienVaNgonNgu);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlCapNhatPhanMem);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlThongTinPhanMem);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlKhoiDongLai);
            this.backstageViewControl.Controls.Add(this.backstageViewClientControlThoat);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemCaiDatCauHinh);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorCaiDatCauHinh);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemPhanQuyen);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorPhanQuyen);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemLogHeThong);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorLogHeThong);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemImport);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorNhapLieuTuExcel);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemGiaoDienVaNgonNgu);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorGiaoDienVaNgonNgu);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemCapNhatPhanMem);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorCapNhatPhanMem);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemThongTinPhanMem);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorThongTinPhanMem);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemKhoiDongLai);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorKhoiDongLai);
            this.backstageViewControl.Items.Add(this.backstageViewTabItemThoat);
            this.backstageViewControl.Items.Add(this.backstageViewItemSeparatorThoat);
            this.backstageViewControl.Location = new System.Drawing.Point(399, 54);
            this.backstageViewControl.Name = "backstageViewControl";
            this.backstageViewControl.Ribbon = this.ribbonMain;
            this.backstageViewControl.SelectedTab = this.backstageViewTabItemImport;
            this.backstageViewControl.SelectedTabIndex = 6;
            this.backstageViewControl.Size = new System.Drawing.Size(435, 443);
            this.backstageViewControl.TabIndex = 5;
            this.backstageViewControl.Hidden += new System.EventHandler(this.backstageViewControl_Hidden);
            // 
            // backstageViewClientControlCaiDatCauHinh
            // 
            this.backstageViewClientControlCaiDatCauHinh.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlCaiDatCauHinh.Name = "backstageViewClientControlCaiDatCauHinh";
            this.backstageViewClientControlCaiDatCauHinh.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlCaiDatCauHinh.TabIndex = 0;
            // 
            // backstageViewClientControlPhanQuyen
            // 
            this.backstageViewClientControlPhanQuyen.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlPhanQuyen.Name = "backstageViewClientControlPhanQuyen";
            this.backstageViewClientControlPhanQuyen.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlPhanQuyen.TabIndex = 8;
            // 
            // backstageViewClientControlLogHeThong
            // 
            this.backstageViewClientControlLogHeThong.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlLogHeThong.Name = "backstageViewClientControlLogHeThong";
            this.backstageViewClientControlLogHeThong.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlLogHeThong.TabIndex = 9;
            // 
            // backstageViewClientControlImport
            // 
            this.backstageViewClientControlImport.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlImport.Name = "backstageViewClientControlImport";
            this.backstageViewClientControlImport.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlImport.TabIndex = 7;
            // 
            // backstageViewClientControlGiaoDienVaNgonNgu
            // 
            this.backstageViewClientControlGiaoDienVaNgonNgu.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlGiaoDienVaNgonNgu.Name = "backstageViewClientControlGiaoDienVaNgonNgu";
            this.backstageViewClientControlGiaoDienVaNgonNgu.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlGiaoDienVaNgonNgu.TabIndex = 1;
            // 
            // backstageViewClientControlCapNhatPhanMem
            // 
            this.backstageViewClientControlCapNhatPhanMem.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlCapNhatPhanMem.Name = "backstageViewClientControlCapNhatPhanMem";
            this.backstageViewClientControlCapNhatPhanMem.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlCapNhatPhanMem.TabIndex = 2;
            // 
            // backstageViewClientControlThongTinPhanMem
            // 
            this.backstageViewClientControlThongTinPhanMem.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlThongTinPhanMem.Name = "backstageViewClientControlThongTinPhanMem";
            this.backstageViewClientControlThongTinPhanMem.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlThongTinPhanMem.TabIndex = 3;
            // 
            // backstageViewClientControlKhoiDongLai
            // 
            this.backstageViewClientControlKhoiDongLai.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlKhoiDongLai.Name = "backstageViewClientControlKhoiDongLai";
            this.backstageViewClientControlKhoiDongLai.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlKhoiDongLai.TabIndex = 4;
            // 
            // backstageViewClientControlThoat
            // 
            this.backstageViewClientControlThoat.Location = new System.Drawing.Point(201, 0);
            this.backstageViewClientControlThoat.Name = "backstageViewClientControlThoat";
            this.backstageViewClientControlThoat.Size = new System.Drawing.Size(234, 443);
            this.backstageViewClientControlThoat.TabIndex = 5;
            // 
            // backstageViewTabItemCaiDatCauHinh
            // 
            this.backstageViewTabItemCaiDatCauHinh.Caption = "Cài đặt cấu hình";
            this.backstageViewTabItemCaiDatCauHinh.ContentControl = this.backstageViewClientControlCaiDatCauHinh;
            this.backstageViewTabItemCaiDatCauHinh.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemCaiDatCauHinh.Glyph")));
            this.backstageViewTabItemCaiDatCauHinh.Name = "backstageViewTabItemCaiDatCauHinh";
            this.backstageViewTabItemCaiDatCauHinh.Selected = false;
            this.backstageViewTabItemCaiDatCauHinh.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemCaiDatCauHinh_SelectedChanged);
            // 
            // backstageViewItemSeparatorCaiDatCauHinh
            // 
            this.backstageViewItemSeparatorCaiDatCauHinh.Name = "backstageViewItemSeparatorCaiDatCauHinh";
            // 
            // backstageViewTabItemPhanQuyen
            // 
            this.backstageViewTabItemPhanQuyen.Caption = "Phân quyền";
            this.backstageViewTabItemPhanQuyen.ContentControl = this.backstageViewClientControlPhanQuyen;
            this.backstageViewTabItemPhanQuyen.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemPhanQuyen.Glyph")));
            this.backstageViewTabItemPhanQuyen.Name = "backstageViewTabItemPhanQuyen";
            this.backstageViewTabItemPhanQuyen.Selected = false;
            this.backstageViewTabItemPhanQuyen.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemPhanQuyen_ItemPressed);
            // 
            // backstageViewItemSeparatorPhanQuyen
            // 
            this.backstageViewItemSeparatorPhanQuyen.Name = "backstageViewItemSeparatorPhanQuyen";
            // 
            // backstageViewTabItemLogHeThong
            // 
            this.backstageViewTabItemLogHeThong.Caption = "Log hệ thống";
            this.backstageViewTabItemLogHeThong.ContentControl = this.backstageViewClientControlLogHeThong;
            this.backstageViewTabItemLogHeThong.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemLogHeThong.Glyph")));
            this.backstageViewTabItemLogHeThong.Name = "backstageViewTabItemLogHeThong";
            this.backstageViewTabItemLogHeThong.Selected = false;
            this.backstageViewTabItemLogHeThong.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemLogHeThong_ItemPressed);
            // 
            // backstageViewItemSeparatorLogHeThong
            // 
            this.backstageViewItemSeparatorLogHeThong.Name = "backstageViewItemSeparatorLogHeThong";
            // 
            // backstageViewTabItemImport
            // 
            this.backstageViewTabItemImport.Caption = "Nhập liệu từ excel";
            this.backstageViewTabItemImport.ContentControl = this.backstageViewClientControlImport;
            this.backstageViewTabItemImport.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemImport.Glyph")));
            this.backstageViewTabItemImport.Name = "backstageViewTabItemImport";
            this.backstageViewTabItemImport.Selected = true;
            this.backstageViewTabItemImport.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemImport_SelectedChanged);
            // 
            // backstageViewItemSeparatorNhapLieuTuExcel
            // 
            this.backstageViewItemSeparatorNhapLieuTuExcel.Name = "backstageViewItemSeparatorNhapLieuTuExcel";
            // 
            // backstageViewTabItemGiaoDienVaNgonNgu
            // 
            this.backstageViewTabItemGiaoDienVaNgonNgu.Caption = "Giao diện và Ngôn ngữ";
            this.backstageViewTabItemGiaoDienVaNgonNgu.ContentControl = this.backstageViewClientControlGiaoDienVaNgonNgu;
            this.backstageViewTabItemGiaoDienVaNgonNgu.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemGiaoDienVaNgonNgu.Glyph")));
            this.backstageViewTabItemGiaoDienVaNgonNgu.Name = "backstageViewTabItemGiaoDienVaNgonNgu";
            this.backstageViewTabItemGiaoDienVaNgonNgu.Selected = false;
            this.backstageViewTabItemGiaoDienVaNgonNgu.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemGiaoDienVaNgonNgu_SelectedChanged);
            // 
            // backstageViewItemSeparatorGiaoDienVaNgonNgu
            // 
            this.backstageViewItemSeparatorGiaoDienVaNgonNgu.Name = "backstageViewItemSeparatorGiaoDienVaNgonNgu";
            // 
            // backstageViewTabItemCapNhatPhanMem
            // 
            this.backstageViewTabItemCapNhatPhanMem.Caption = "Cập nhật phần mềm";
            this.backstageViewTabItemCapNhatPhanMem.ContentControl = this.backstageViewClientControlCapNhatPhanMem;
            this.backstageViewTabItemCapNhatPhanMem.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemCapNhatPhanMem.Glyph")));
            this.backstageViewTabItemCapNhatPhanMem.Name = "backstageViewTabItemCapNhatPhanMem";
            this.backstageViewTabItemCapNhatPhanMem.Selected = false;
            this.backstageViewTabItemCapNhatPhanMem.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemCapNhatPhanMem_SelectedChanged);
            // 
            // backstageViewItemSeparatorCapNhatPhanMem
            // 
            this.backstageViewItemSeparatorCapNhatPhanMem.Name = "backstageViewItemSeparatorCapNhatPhanMem";
            // 
            // backstageViewTabItemThongTinPhanMem
            // 
            this.backstageViewTabItemThongTinPhanMem.Caption = "Thông tin phần mềm";
            this.backstageViewTabItemThongTinPhanMem.ContentControl = this.backstageViewClientControlThongTinPhanMem;
            this.backstageViewTabItemThongTinPhanMem.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemThongTinPhanMem.Glyph")));
            this.backstageViewTabItemThongTinPhanMem.Name = "backstageViewTabItemThongTinPhanMem";
            this.backstageViewTabItemThongTinPhanMem.Selected = false;
            this.backstageViewTabItemThongTinPhanMem.SelectedChanged += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemThongTinPhanMem_SelectedChanged);
            // 
            // backstageViewItemSeparatorThongTinPhanMem
            // 
            this.backstageViewItemSeparatorThongTinPhanMem.Name = "backstageViewItemSeparatorThongTinPhanMem";
            // 
            // backstageViewTabItemKhoiDongLai
            // 
            this.backstageViewTabItemKhoiDongLai.Caption = "Khởi động lại";
            this.backstageViewTabItemKhoiDongLai.ContentControl = this.backstageViewClientControlKhoiDongLai;
            this.backstageViewTabItemKhoiDongLai.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemKhoiDongLai.Glyph")));
            this.backstageViewTabItemKhoiDongLai.Name = "backstageViewTabItemKhoiDongLai";
            this.backstageViewTabItemKhoiDongLai.Selected = false;
            this.backstageViewTabItemKhoiDongLai.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemKhoiDongLai_ItemPressed);
            // 
            // backstageViewItemSeparatorKhoiDongLai
            // 
            this.backstageViewItemSeparatorKhoiDongLai.Name = "backstageViewItemSeparatorKhoiDongLai";
            // 
            // backstageViewTabItemThoat
            // 
            this.backstageViewTabItemThoat.Caption = "Thoát";
            this.backstageViewTabItemThoat.ContentControl = this.backstageViewClientControlThoat;
            this.backstageViewTabItemThoat.Glyph = ((System.Drawing.Image)(resources.GetObject("backstageViewTabItemThoat.Glyph")));
            this.backstageViewTabItemThoat.Name = "backstageViewTabItemThoat";
            this.backstageViewTabItemThoat.Selected = false;
            this.backstageViewTabItemThoat.ItemPressed += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.backstageViewTabItemThoat_ItemPressed);
            // 
            // backstageViewItemSeparatorThoat
            // 
            this.backstageViewItemSeparatorThoat.Name = "backstageViewItemSeparatorThoat";
            // 
            // barBtnUser
            // 
            this.barBtnUser.Caption = "[Unkown]";
            this.barBtnUser.Id = 1;
            this.barBtnUser.Name = "barBtnUser";
            this.barBtnUser.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnUser_ItemClick);
            // 
            // ribbonStatusBar
            // 
            this.ribbonStatusBar.ItemLinks.Add(this.barBtnUser);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 489);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbonMain;
            this.ribbonStatusBar.Size = new System.Drawing.Size(836, 31);
            // 
            // panelControlMain
            // 
            this.panelControlMain.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControlMain.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControlMain.Location = new System.Drawing.Point(0, 49);
            this.panelControlMain.Name = "panelControlMain";
            this.panelControlMain.Size = new System.Drawing.Size(836, 440);
            this.panelControlMain.TabIndex = 2;
            // 
            // backstageViewClientControl7
            // 
            this.backstageViewClientControl7.Location = new System.Drawing.Point(205, 0);
            this.backstageViewClientControl7.Name = "backstageViewClientControl7";
            this.backstageViewClientControl7.Size = new System.Drawing.Size(228, 441);
            this.backstageViewClientControl7.TabIndex = 6;
            // 
            // backstageViewTabItem7
            // 
            this.backstageViewTabItem7.Caption = "backstageViewTabItem7";
            this.backstageViewTabItem7.ContentControl = this.backstageViewClientControl7;
            this.backstageViewTabItem7.Name = "backstageViewTabItem7";
            this.backstageViewTabItem7.Selected = false;
            // 
            // RibbonFormMain
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(836, 520);
            this.Controls.Add(this.backstageViewControl);
            this.Controls.Add(this.panelControlMain);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbonMain);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.Name = "RibbonFormMain";
            this.Ribbon = this.ribbonMain;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Quản lý Tài sản cố định phiên bản 1.1";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            ((System.ComponentModel.ISupportInitialize)(this.ribbonMain)).EndInit();
            this.backstageViewControl.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.panelControlMain)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        private void barButtonItemXuatThongKe_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
        {
            try
            {
                if (current.Equals(_ucTKPhong))
                {
                    if (Object.Equals(_ucTKPhong.gridControlPhong.DataSource, null))
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        return;
                    }
                    if (((List<Phong_ThongKe>)_ucTKPhong.gridControlPhong.DataSource).Count > 0)
                    {
                        try
                        {
                            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TSCD_GUI.WaitFormLoad), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                            splashScreenManager_Report.ShowWaitForm();
                            splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                            splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                            XtraReportTSCD_Grid _XtraReportTSCD_Grid = new XtraReportTSCD_Grid(_ucTKPhong.gridControlPhong, false);
                            _XtraReportTSCD_Grid.SetTextTitle("Thống Kê Phòng");
                            _XtraReportTSCD_Grid.SetTextTitle_TopRight("");

                            ReportPrintTool printTool = new ReportPrintTool(_XtraReportTSCD_Grid);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                        catch
                        {
                            XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        }
                    }
                    else
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else if (current.Equals(_ucTKTaiSan))
                {
                    if (Object.Equals(_ucTKTaiSan.gridControlTaiSan.DataSource, null))
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        return;
                    }
                    if (((List<TaiSan_ThongKe>)_ucTKTaiSan.gridControlTaiSan.DataSource).Count > 0)
                    {
                        try
                        {
                            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TSCD_GUI.WaitFormLoad), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                            splashScreenManager_Report.ShowWaitForm();
                            splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                            splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                            XtraReportTSCD_Grid _XtraReportTSCD_Grid = new XtraReportTSCD_Grid(_ucTKTaiSan.gridControlTaiSan, false);
                            _XtraReportTSCD_Grid.SetTextTitle("Thống Kê Tài Sản");
                            _XtraReportTSCD_Grid.SetTextTitle_TopRight("");

                            ReportPrintTool printTool = new ReportPrintTool(_XtraReportTSCD_Grid);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                        catch
                        {
                            XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        }
                    }
                    else
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else if (current.Equals(_ucTKHaoMon))
                {
                    if (Object.Equals(_ucTKHaoMon.gridControlHaoMon.DataSource, null))
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        return;
                    }
                    if (((List<TaiSanHienThi>)_ucTKHaoMon.gridControlHaoMon.DataSource).Count > 0)
                    {
                        try
                        {
                            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TSCD_GUI.WaitFormLoad), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                            splashScreenManager_Report.ShowWaitForm();
                            splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                            splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                            XtraReportTSCD_Grid _XtraReportTSCD_Grid = new XtraReportTSCD_Grid(_ucTKHaoMon.gridControlHaoMon, false);
                            _XtraReportTSCD_Grid.SetTextTitle("Thống Kê Hao Mòn");
                            _XtraReportTSCD_Grid.SetTextTitle_TopRight("");

                            ReportPrintTool printTool = new ReportPrintTool(_XtraReportTSCD_Grid);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                        catch
                        {
                            XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        }
                    }
                    else
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else if (current.Equals(_ucTKTHPhong))
                {
                    if (Object.Equals(_ucTKTHPhong.gridControlPhong.DataSource, null))
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        return;
                    }
                    if (((List<Phong_ThongKe>)_ucTKTHPhong.gridControlPhong.DataSource).Count > 0)
                    {
                        try
                        {
                            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TSCD_GUI.WaitFormLoad), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                            splashScreenManager_Report.ShowWaitForm();
                            splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                            splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                            XtraReportTSCD_Grid _XtraReportTSCD_Grid = new XtraReportTSCD_Grid(_ucTKTHPhong.gridControlPhong, false);
                            _XtraReportTSCD_Grid.SetTextTitle("Thống Kê Tổng Hợp Phòng");
                            _XtraReportTSCD_Grid.SetTextTitle_TopRight("");

                            ReportPrintTool printTool = new ReportPrintTool(_XtraReportTSCD_Grid);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                        catch
                        {
                            XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        }
                    }
                    else
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
                else if (current.Equals(_ucTKTHTaiSan))
                {
                    if (Object.Equals(_ucTKTHTaiSan.gridControlTaiSan.DataSource, null))
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        return;
                    }
                    if (((List<TaiSanHienThi>)_ucTKTHTaiSan.gridControlTaiSan.DataSource).Count > 0)
                    {
                        try
                        {
                            DevExpress.XtraSplashScreen.SplashScreenManager splashScreenManager_Report = new DevExpress.XtraSplashScreen.SplashScreenManager(this, typeof(global::TSCD_GUI.WaitFormLoad), true, true, DevExpress.XtraSplashScreen.ParentType.UserControl);
                            splashScreenManager_Report.ShowWaitForm();
                            splashScreenManager_Report.SetWaitFormCaption("Đang tạo report");
                            splashScreenManager_Report.SetWaitFormDescription("Vui lòng chờ trong giây lát...");

                            XtraReportTSCD_Grid _XtraReportTSCD_Grid = new XtraReportTSCD_Grid(_ucTKTHTaiSan.gridControlTaiSan, false);
                            _XtraReportTSCD_Grid.SetTextTitle("Thống Kê Tổng Hợp Tài Sản");
                            _XtraReportTSCD_Grid.SetTextTitle_TopRight("");

                            ReportPrintTool printTool = new ReportPrintTool(_XtraReportTSCD_Grid);
                            splashScreenManager_Report.CloseWaitForm();
                            printTool.ShowPreviewDialog();
                        }
                        catch
                        {
                            XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                        }
                    }
                    else
                    {
                        XtraMessageBox.Show("Chưa có dữ liệu!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
                    }
                }
            }
            catch
            {
                XtraMessageBox.Show("Đã xảy ra lỗi!", "Lỗi", MessageBoxButtons.OK, MessageBoxIcon.Error);
            }
        }