示例#1
0
        public void loadToolBox()
        {
            //Load group
            buttonBar1_Group_0      = new Janus.Windows.ButtonBar.ButtonBarGroup();
            buttonBar1_Group_0.Key  = "Group1";
            buttonBar1_Group_0.Text = "My newspaper control";
            this.buttonBar1.Groups.AddRange(new Janus.Windows.ButtonBar.ButtonBarGroup[] {
                buttonBar1_Group_0
            });

            //Load toolbox
            foreach (INewsPaperControl item in m_MyControlList.LstNewsPaperControl)
            {
                Janus.Windows.ButtonBar.ButtonBarItem buttonBarItem = new Janus.Windows.ButtonBar.ButtonBarItem();
                buttonBarItem.Image  = item.getICO();
                buttonBarItem.Text   = item.getName();
                buttonBarItem.Tag    = item;
                buttonBarItem.Click += new Janus.Windows.ButtonBar.ItemEventHandler(buttonBarItem_Click);
                buttonBar1_Group_0.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
                    buttonBarItem
                });
            }
        }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup1    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem1     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem2     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup2    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem3     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem4     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup3    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem5     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem6     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup4    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem7     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem8     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup5    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem9     = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem10    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem11    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup6    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem12    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem13    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem14    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem15    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem16    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem17    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem18    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup7    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem19    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem20    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup8    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem21    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarGroup     explorerBarGroup9    = new Janus.Windows.ExplorerBar.ExplorerBarGroup();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem22    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem23    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ExplorerBar.ExplorerBarItem      explorerBarItem24    = new Janus.Windows.ExplorerBar.ExplorerBarItem();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBar1_Group_0   = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_0  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_1  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_2  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_3  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_4  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_5  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_6  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_7  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_8  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_9  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_10 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_11 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBar1_Item_0_12 = new Janus.Windows.ButtonBar.ButtonBarItem();
     System.ComponentModel.ComponentResourceManager resources            = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.uiPanelManager1          = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
     this.uipLeft                  = new Janus.Windows.UI.Dock.UIPanelGroup();
     this.uiPanel4                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel4Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.explorerBar1             = new Janus.Windows.ExplorerBar.ExplorerBar();
     this.buttonBar1               = new Janus.Windows.ButtonBar.ButtonBar();
     this.buttonBar2               = new Janus.Windows.ButtonBar.ButtonBar();
     this.uiPanel0                 = new Janus.Windows.UI.Dock.UIPanelGroup();
     this.uiPanel2                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel2Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.uiPanel3                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel3Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.uiPanel1                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel1Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.uiPanel6                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel6Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.FATabStrip               = new FarsiLibrary.Win.FATabStrip();
     this.pictureBox1              = new System.Windows.Forms.PictureBox();
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.menuStrip1               = new System.Windows.Forms.MenuStrip();
     this.hệThốngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.xuấtDữLiệuRaExcelToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.khôiPhụcDữLiệuToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.thoátToolStripMenuItem                   = new System.Windows.Forms.ToolStripSeparator();
     this.thoátToolStripMenuItem1                  = new System.Windows.Forms.ToolStripMenuItem();
     this.côngCụToolStripMenuItem                  = new System.Windows.Forms.ToolStripMenuItem();
     this.tìmGiáoDânToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tìmVàThaythếToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                  = new System.Windows.Forms.ToolStripSeparator();
     this.tùychọnToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.trợGiúpToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.kiểmTraPhiênBảnMớiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hướngDẫnSửDụngToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.thôngTinPhầnMềmToolStripMenuItem    = new System.Windows.Forms.ToolStripSeparator();
     this.thôngTinPhầnMềmToolStripMenuItem1   = new System.Windows.Forms.ToolStripMenuItem();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.nhậpDữLiệuTừMSExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uipLeft)).BeginInit();
     this.uipLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel4)).BeginInit();
     this.uiPanel4.SuspendLayout();
     this.uiPanel4Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.explorerBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel2)).BeginInit();
     this.uiPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel3)).BeginInit();
     this.uiPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel1)).BeginInit();
     this.uiPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel6)).BeginInit();
     this.uiPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FATabStrip)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // uiPanelManager1
     //
     this.uiPanelManager1.ContainerControl = this;
     this.uiPanelManager1.DefaultPanelSettings.InnerAreaStyle = Janus.Windows.UI.Dock.PanelInnerAreaStyle.Window;
     this.uiPanelManager1.TabbedMdi = true;
     this.uipLeft.Id          = new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872");
     this.uipLeft.StaticGroup = true;
     this.uiPanel4.Id         = new System.Guid("c91be687-2fbe-4488-8d24-25836ea07374");
     this.uipLeft.Panels.Add(this.uiPanel4);
     this.uiPanelManager1.Panels.Add(this.uipLeft);
     //
     // Design Time Panel Info:
     //
     this.uiPanelManager1.BeginPanelInfo();
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872"), Janus.Windows.UI.Dock.PanelGroupStyle.OfficeTaskPane, Janus.Windows.UI.Dock.PanelDockStyle.Left, true, new System.Drawing.Size(247, 478), true);
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("c91be687-2fbe-4488-8d24-25836ea07374"), new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872"), -1, true);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872"), Janus.Windows.UI.Dock.PanelGroupStyle.OfficeTaskPane, true, new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("c91be687-2fbe-4488-8d24-25836ea07374"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("78e44acf-c32c-43a7-b663-ed4c59f691ff"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("3a6c2e40-236f-4cca-8678-339d820fc720"), Janus.Windows.UI.Dock.PanelGroupStyle.Tab, true, new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("b4869f3b-7f94-4cf8-ba85-41a69d534120"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.EndPanelInfo();
     //
     // uipLeft
     //
     this.uipLeft.GroupStyle    = Janus.Windows.UI.Dock.PanelGroupStyle.OfficeTaskPane;
     this.uipLeft.Location      = new System.Drawing.Point(3, 27);
     this.uipLeft.Name          = "uipLeft";
     this.uipLeft.SelectedPanel = this.uiPanel4;
     this.uipLeft.ShowOutlookNavigatorConfigureMenu = false;
     this.uipLeft.Size       = new System.Drawing.Size(247, 478);
     this.uipLeft.TabDisplay = Janus.Windows.UI.Dock.TabDisplayMode.Text;
     this.uipLeft.TabIndex   = 4;
     this.uipLeft.Text       = "Panel 1";
     //
     // uiPanel4
     //
     this.uiPanel4.CaptionDisplayMode = Janus.Windows.UI.Dock.PanelCaptionDisplayMode.Text;
     this.uiPanel4.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel4.InnerContainer     = this.uiPanel4Container;
     this.uiPanel4.Location           = new System.Drawing.Point(0, 0);
     this.uiPanel4.Name     = "uiPanel4";
     this.uiPanel4.Size     = new System.Drawing.Size(243, 478);
     this.uiPanel4.TabIndex = 4;
     this.uiPanel4.Text     = "Chức năng chính";
     //
     // uiPanel4Container
     //
     this.uiPanel4Container.Controls.Add(this.explorerBar1);
     this.uiPanel4Container.Controls.Add(this.buttonBar1);
     this.uiPanel4Container.Location = new System.Drawing.Point(1, 23);
     this.uiPanel4Container.Name     = "uiPanel4Container";
     this.uiPanel4Container.Size     = new System.Drawing.Size(241, 454);
     this.uiPanel4Container.TabIndex = 0;
     //
     // explorerBar1
     //
     this.explorerBar1.Cursor = System.Windows.Forms.Cursors.Hand;
     this.explorerBar1.Dock   = System.Windows.Forms.DockStyle.Fill;
     explorerBarItem1.Key     = "itNhapGiaoXu";
     explorerBarItem1.Text    = "Giáo xứ";
     explorerBarItem2.Key     = "itNhapGiaoHo";
     explorerBarItem2.Text    = "Giáo họ";
     explorerBarGroup1.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem1,
         explorerBarItem2
     });
     explorerBarGroup1.Key  = "Group1";
     explorerBarGroup1.Text = "Thông tin Giáo xứ";
     explorerBarItem3.Key   = "itNhapGiaoDan";
     explorerBarItem3.Text  = "Danh sách giáo dân";
     explorerBarItem4.Key   = "itNhapGiaDinh";
     explorerBarItem4.Text  = "Danh sách gia đình";
     explorerBarGroup2.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem3,
         explorerBarItem4
     });
     explorerBarGroup2.Key  = "Group2";
     explorerBarGroup2.Text = "Giáo dân && Gia đình";
     explorerBarItem5.Key   = "itLuuTruGiaoDan";
     explorerBarItem5.Text  = "Hồ sơ lưu trữ giáo dân";
     explorerBarItem6.Key   = "itLuuTruGiaDinh";
     explorerBarItem6.Text  = "Hồ sơ lưu trữ gia đình";
     explorerBarGroup3.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem5,
         explorerBarItem6
     });
     explorerBarGroup3.Key  = "Group7";
     explorerBarGroup3.Text = "Hồ sơ lưu trữ";
     explorerBarItem7.Key   = "itSoBiTich";
     explorerBarItem7.Text  = "Danh sách sổ bí tích";
     explorerBarItem8.Key   = "itRaoHonPhoi";
     explorerBarItem8.Text  = "Danh sách rao hôn phối";
     explorerBarGroup4.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem7,
         explorerBarItem8
     });
     explorerBarGroup4.Key  = "Group6";
     explorerBarGroup4.Text = "Bí tích";
     explorerBarItem9.Key   = "itTimGiaoDan";
     explorerBarItem9.Text  = "Tìm giáo dân";
     explorerBarItem10.Key  = "itTimGiaDinhCuaGiaoDan";
     explorerBarItem10.Text = "Tìm gia đình của giáo dân";
     explorerBarItem11.Key  = "itTimThayThe";
     explorerBarItem11.Text = "Tìm và thay thế";
     explorerBarGroup5.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem9,
         explorerBarItem10,
         explorerBarItem11
     });
     explorerBarGroup5.Key  = "Group3";
     explorerBarGroup5.Text = "Tìm kiếm";
     explorerBarItem12.Key  = "itKiemTraGiaoDan";
     explorerBarItem12.Text = "Kiểm tra dữ liệu giáo dân";
     explorerBarItem13.Key  = "itKiemTraGiaDinh";
     explorerBarItem13.Text = "Kiểm tra dữ liệu gia đình";
     explorerBarItem14.Key  = "itChuanHoaDuLieuGiaoDan";
     explorerBarItem14.Text = "Chuẩn hóa dữ liệu giáo dân";
     explorerBarItem15.Key  = "itChuanHoaDuLieuGiaDinh";
     explorerBarItem15.Text = "Chuẩn hóa dữ liệu gia đình";
     explorerBarItem16.Key  = "itChuyenHoGiaoDan";
     explorerBarItem16.Text = "Chuyển họ cho giáo dân";
     explorerBarItem17.Key  = "itChuyenHoGiaDinh";
     explorerBarItem17.Text = "Chuyển họ cho gia đình";
     explorerBarItem18.Key  = "itLapBiTichTuDong";
     explorerBarItem18.Text = "Tao danh sách bí tích tự động";
     explorerBarGroup6.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem12,
         explorerBarItem13,
         explorerBarItem14,
         explorerBarItem15,
         explorerBarItem16,
         explorerBarItem17,
         explorerBarItem18
     });
     explorerBarGroup6.Key  = "Group4";
     explorerBarGroup6.Text = "Công cụ dữ liệu";
     explorerBarItem19.Key  = "itThongKeChung";
     explorerBarItem19.Text = "Thống kê chung";
     explorerBarItem20.Key  = "itBieuDo";
     explorerBarItem20.Text = "Biểu đồ";
     explorerBarGroup7.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem19,
         explorerBarItem20
     });
     explorerBarGroup7.Key  = "Group5";
     explorerBarGroup7.Text = "Thống kê";
     explorerBarItem21.Key  = "itGiaoLy";
     explorerBarItem21.Text = "Danh sách khối lớp";
     explorerBarGroup8.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem21
     });
     explorerBarGroup8.Key  = "Group9";
     explorerBarGroup8.Text = "Quản lý giáo lý";
     explorerBarItem22.Key  = "itAboutUs";
     explorerBarItem22.Text = "Phần mềm && tác giả";
     explorerBarItem23.Key  = "itGopY";
     explorerBarItem23.Text = "Liên hệ tác giả";
     explorerBarItem24.Key  = "itThongTinOnline";
     explorerBarItem24.Text = "Thông tin online";
     explorerBarGroup9.Items.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarItem[] {
         explorerBarItem22,
         explorerBarItem23,
         explorerBarItem24
     });
     explorerBarGroup9.Key  = "Group8";
     explorerBarGroup9.Text = "Thông tin phần mềm";
     this.explorerBar1.Groups.AddRange(new Janus.Windows.ExplorerBar.ExplorerBarGroup[] {
         explorerBarGroup1,
         explorerBarGroup2,
         explorerBarGroup3,
         explorerBarGroup4,
         explorerBarGroup5,
         explorerBarGroup6,
         explorerBarGroup7,
         explorerBarGroup8,
         explorerBarGroup9
     });
     this.explorerBar1.GroupsStateStyles.FormatStyle.ForeColor = System.Drawing.SystemColors.ControlText;
     this.explorerBar1.ItemsStateStyles.FormatStyle.FontBold   = Janus.Windows.ExplorerBar.TriState.True;
     this.explorerBar1.Location   = new System.Drawing.Point(0, 0);
     this.explorerBar1.Name       = "explorerBar1";
     this.explorerBar1.Size       = new System.Drawing.Size(241, 454);
     this.explorerBar1.TabIndex   = 0;
     this.explorerBar1.Text       = "explorerBar1";
     this.explorerBar1.ItemClick += new Janus.Windows.ExplorerBar.ItemEventHandler(this.explorerBar1_ItemClick);
     //
     // buttonBar1
     //
     this.buttonBar1.BorderStyle     = Janus.Windows.ButtonBar.BorderStyle.None;
     this.buttonBar1.GroupAppearance = Janus.Windows.ButtonBar.GroupAppearance.Standard;
     buttonBar1_Item_0_0.Key         = "itNhapGiaoXu";
     buttonBar1_Item_0_0.Text        = "Giáo xứ";
     buttonBar1_Item_0_1.Key         = "itNhapGiaoHo";
     buttonBar1_Item_0_1.Text        = "Giáo họ";
     buttonBar1_Item_0_2.Key         = "itNhapGiaoDan";
     buttonBar1_Item_0_2.Text        = "Giáo dân";
     buttonBar1_Item_0_3.Key         = "itNhapGiaDinh";
     buttonBar1_Item_0_3.Text        = "Gia đình";
     buttonBar1_Item_0_4.Key         = "itSoBiTich";
     buttonBar1_Item_0_4.Text        = "Sổ bí tích";
     buttonBar1_Item_0_5.Key         = "itLuuTruGiaoDan";
     buttonBar1_Item_0_5.Text        = "Hồ sơ lưu trữ giáo dân";
     buttonBar1_Item_0_6.Key         = "itLuuTruGiaDinh";
     buttonBar1_Item_0_6.Text        = "Hồ sơ lưu trữ gia đình";
     buttonBar1_Item_0_7.Key         = "itThongKeChung";
     buttonBar1_Item_0_7.Text        = "Thống kê";
     buttonBar1_Item_0_8.Key         = "itTimGiaoDan";
     buttonBar1_Item_0_8.Text        = "Tìm giáo dân";
     buttonBar1_Item_0_9.Key         = "itTimGiaDinhCuaGiaoDan";
     buttonBar1_Item_0_9.Text        = "Tìm gia đình của một giáo dân";
     buttonBar1_Item_0_10.Key        = "itTimThayThe";
     buttonBar1_Item_0_10.Text       = "Tìm và thay thế";
     buttonBar1_Item_0_11.Key        = "itKiemTraGiaoDan";
     buttonBar1_Item_0_11.Text       = "Kiểm tra dữ liệu giáo dân";
     buttonBar1_Item_0_12.Key        = "itKiemTraGiaDinh";
     buttonBar1_Item_0_12.Text       = "Kiểm tra dữ liệu gia đình";
     buttonBar1_Group_0.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBar1_Item_0_0,
         buttonBar1_Item_0_1,
         buttonBar1_Item_0_2,
         buttonBar1_Item_0_3,
         buttonBar1_Item_0_4,
         buttonBar1_Item_0_5,
         buttonBar1_Item_0_6,
         buttonBar1_Item_0_7,
         buttonBar1_Item_0_8,
         buttonBar1_Item_0_9,
         buttonBar1_Item_0_10,
         buttonBar1_Item_0_11,
         buttonBar1_Item_0_12
     });
     buttonBar1_Group_0.Key  = "Group1";
     buttonBar1_Group_0.Text = "New Group";
     buttonBar1_Group_0.View = Janus.Windows.ButtonBar.ButtonBarView.SmallIcons;
     this.buttonBar1.Groups.AddRange(new Janus.Windows.ButtonBar.ButtonBarGroup[] {
         buttonBar1_Group_0
     });
     this.buttonBar1.HeaderGroupVisible = false;
     this.buttonBar1.Location           = new System.Drawing.Point(8, 27);
     this.buttonBar1.Name          = "buttonBar1";
     this.buttonBar1.SelectionArea = Janus.Windows.ButtonBar.SelectionArea.FullItem;
     this.buttonBar1.ShadowOnHover = true;
     this.buttonBar1.Size          = new System.Drawing.Size(194, 237);
     this.buttonBar1.TabIndex      = 5;
     this.buttonBar1.Text          = "buttonBar1";
     this.buttonBar1.Visible       = false;
     this.buttonBar1.VisualStyle   = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.BackgroundStyle    = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.ControlBorderStyle = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.GroupsStyle        = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.ItemsStyle         = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.ItemClick += new Janus.Windows.ButtonBar.ItemEventHandler(this.buttonBar1_ItemClick);
     //
     // buttonBar2
     //
     this.buttonBar2.Location = new System.Drawing.Point(0, 0);
     this.buttonBar2.Name     = "buttonBar2";
     this.buttonBar2.Size     = new System.Drawing.Size(0, 0);
     this.buttonBar2.TabIndex = 0;
     //
     // uiPanel0
     //
     this.uiPanel0.Location = new System.Drawing.Point(0, 0);
     this.uiPanel0.Name     = "uiPanel0";
     this.uiPanel0.Size     = new System.Drawing.Size(196, 344);
     this.uiPanel0.TabIndex = 4;
     this.uiPanel0.Text     = "Panel 0";
     //
     // uiPanel2
     //
     this.uiPanel2.InnerContainer = this.uiPanel2Container;
     this.uiPanel2.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel2.Name           = "uiPanel2";
     this.uiPanel2.Size           = new System.Drawing.Size(196, 344);
     this.uiPanel2.TabIndex       = 4;
     this.uiPanel2.Text           = "Panel 2";
     //
     // uiPanel2Container
     //
     this.uiPanel2Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel2Container.Name     = "uiPanel2Container";
     this.uiPanel2Container.Size     = new System.Drawing.Size(196, 344);
     this.uiPanel2Container.TabIndex = 0;
     //
     // uiPanel3
     //
     this.uiPanel3.InnerContainer = this.uiPanel3Container;
     this.uiPanel3.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel3.Name           = "uiPanel3";
     this.uiPanel3.Size           = new System.Drawing.Size(196, 344);
     this.uiPanel3.TabIndex       = 4;
     this.uiPanel3.Text           = "Panel 3";
     //
     // uiPanel3Container
     //
     this.uiPanel3Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel3Container.Name     = "uiPanel3Container";
     this.uiPanel3Container.Size     = new System.Drawing.Size(196, 344);
     this.uiPanel3Container.TabIndex = 0;
     //
     // uiPanel1
     //
     this.uiPanel1.InnerContainer = this.uiPanel1Container;
     this.uiPanel1.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel1.Name           = "uiPanel1";
     this.uiPanel1.Size           = new System.Drawing.Size(480, 478);
     this.uiPanel1.TabIndex       = 4;
     this.uiPanel1.Text           = "Panel 1";
     //
     // uiPanel1Container
     //
     this.uiPanel1Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel1Container.Name     = "uiPanel1Container";
     this.uiPanel1Container.Size     = new System.Drawing.Size(480, 478);
     this.uiPanel1Container.TabIndex = 0;
     //
     // uiPanel6
     //
     this.uiPanel6.InnerContainer = this.uiPanel6Container;
     this.uiPanel6.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel6.Name           = "uiPanel6";
     this.uiPanel6.Size           = new System.Drawing.Size(480, 478);
     this.uiPanel6.TabIndex       = 4;
     this.uiPanel6.Text           = "Panel 6";
     //
     // uiPanel6Container
     //
     this.uiPanel6Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel6Container.Name     = "uiPanel6Container";
     this.uiPanel6Container.Size     = new System.Drawing.Size(480, 478);
     this.uiPanel6Container.TabIndex = 0;
     //
     // FATabStrip
     //
     this.FATabStrip.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.FATabStrip.Font                 = new System.Drawing.Font("Tahoma", 8.25F);
     this.FATabStrip.Location             = new System.Drawing.Point(250, 27);
     this.FATabStrip.Name                 = "FATabStrip";
     this.FATabStrip.Size                 = new System.Drawing.Size(638, 478);
     this.FATabStrip.TabIndex             = 5;
     this.FATabStrip.Text                 = "faTabStrip1";
     this.FATabStrip.TabStripItemClosing += new FarsiLibrary.Win.TabStripItemClosingHandler(this.FATabStrip_TabStripItemClosing);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(1, 20);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(478, 457);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "icon2.JPG");
     this.imageList1.Images.SetKeyName(1, "icon3.JPG");
     this.imageList1.Images.SetKeyName(2, "icon4.JPG");
     this.imageList1.Images.SetKeyName(3, "icon5.JPG");
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hệThốngToolStripMenuItem,
         this.côngCụToolStripMenuItem,
         this.trợGiúpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(891, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // hệThốngToolStripMenuItem
     //
     this.hệThốngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem,
         this.nhậpDữLiệuTừMSExcelToolStripMenuItem,
         this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem,
         this.toolStripMenuItem2,
         this.xuấtDữLiệuRaExcelToolStripMenuItem,
         this.khôiPhụcDữLiệuToolStripMenuItem,
         this.thoátToolStripMenuItem,
         this.thoátToolStripMenuItem1
     });
     this.hệThốngToolStripMenuItem.Name = "hệThốngToolStripMenuItem";
     this.hệThốngToolStripMenuItem.Size = new System.Drawing.Size(69, 20);
     this.hệThốngToolStripMenuItem.Text = "&Hệ thống";
     //
     // nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem
     //
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Name   = "nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem";
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Size   = new System.Drawing.Size(258, 22);
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Text   = "Nhập dữ liệu từ &cùng chương trình";
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Click += new System.EventHandler(this.menuItem7_Click);
     //
     // nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem
     //
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Name   = "nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem";
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Size   = new System.Drawing.Size(258, 22);
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Text   = "Nhập dữ liệu từ chương trình &MGC";
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Click += new System.EventHandler(this.menuItem6_Click);
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Name   = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size   = new System.Drawing.Size(258, 22);
     this.toolStripMenuItem2.Text   = "&Sao lưu dữ liệu chương trình ";
     this.toolStripMenuItem2.Click += new System.EventHandler(this.toolStripMenuItem2_Click);
     //
     // xuấtDữLiệuRaExcelToolStripMenuItem
     //
     this.xuấtDữLiệuRaExcelToolStripMenuItem.Name   = "xuấtDữLiệuRaExcelToolStripMenuItem";
     this.xuấtDữLiệuRaExcelToolStripMenuItem.Size   = new System.Drawing.Size(258, 22);
     this.xuấtDữLiệuRaExcelToolStripMenuItem.Text   = "&Xuất dữ liệu ra Excel";
     this.xuấtDữLiệuRaExcelToolStripMenuItem.Click += new System.EventHandler(this.xuấtDữLiệuRaExcelToolStripMenuItem_Click);
     //
     // khôiPhụcDữLiệuToolStripMenuItem
     //
     this.khôiPhụcDữLiệuToolStripMenuItem.Name   = "khôiPhụcDữLiệuToolStripMenuItem";
     this.khôiPhụcDữLiệuToolStripMenuItem.Size   = new System.Drawing.Size(258, 22);
     this.khôiPhụcDữLiệuToolStripMenuItem.Text   = "&Khôi phục dữ liệu";
     this.khôiPhụcDữLiệuToolStripMenuItem.Click += new System.EventHandler(this.khôiPhụcDữLiệuToolStripMenuItem_Click);
     //
     // thoátToolStripMenuItem
     //
     this.thoátToolStripMenuItem.Name = "thoátToolStripMenuItem";
     this.thoátToolStripMenuItem.Size = new System.Drawing.Size(255, 6);
     //
     // thoátToolStripMenuItem1
     //
     this.thoátToolStripMenuItem1.Name   = "thoátToolStripMenuItem1";
     this.thoátToolStripMenuItem1.Size   = new System.Drawing.Size(258, 22);
     this.thoátToolStripMenuItem1.Text   = "&Thoát";
     this.thoátToolStripMenuItem1.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // côngCụToolStripMenuItem
     //
     this.côngCụToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tìmGiáoDânToolStripMenuItem,
         this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem,
         this.tìmVàThaythếToolStripMenuItem,
         this.toolStripMenuItem1,
         this.tùychọnToolStripMenuItem
     });
     this.côngCụToolStripMenuItem.Name = "côngCụToolStripMenuItem";
     this.côngCụToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
     this.côngCụToolStripMenuItem.Text = "&Công cụ";
     //
     // tìmGiáoDânToolStripMenuItem
     //
     this.tìmGiáoDânToolStripMenuItem.Name   = "tìmGiáoDânToolStripMenuItem";
     this.tìmGiáoDânToolStripMenuItem.Size   = new System.Drawing.Size(237, 22);
     this.tìmGiáoDânToolStripMenuItem.Text   = "Tìm giáo &dân";
     this.tìmGiáoDânToolStripMenuItem.Click += new System.EventHandler(this.tìmGiáoDânToolStripMenuItem_Click);
     //
     // tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem
     //
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Name   = "tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem";
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Size   = new System.Drawing.Size(237, 22);
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Text   = "Tìm &gia đình của một giáo dân";
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // tìmVàThaythếToolStripMenuItem
     //
     this.tìmVàThaythếToolStripMenuItem.Name   = "tìmVàThaythếToolStripMenuItem";
     this.tìmVàThaythếToolStripMenuItem.Size   = new System.Drawing.Size(237, 22);
     this.tìmVàThaythếToolStripMenuItem.Text   = "Tìm và thay &thế";
     this.tìmVàThaythếToolStripMenuItem.Click += new System.EventHandler(this.tìmVàThaythếToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(234, 6);
     //
     // tùychọnToolStripMenuItem
     //
     this.tùychọnToolStripMenuItem.Name   = "tùychọnToolStripMenuItem";
     this.tùychọnToolStripMenuItem.Size   = new System.Drawing.Size(237, 22);
     this.tùychọnToolStripMenuItem.Text   = "Tùy &chọn";
     this.tùychọnToolStripMenuItem.Click += new System.EventHandler(this.menuItem12_Click);
     //
     // trợGiúpToolStripMenuItem
     //
     this.trợGiúpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.kiểmTraPhiênBảnMớiToolStripMenuItem,
         this.hướngDẫnSửDụngToolStripMenuItem,
         this.thôngTinPhầnMềmToolStripMenuItem,
         this.thôngTinPhầnMềmToolStripMenuItem1
     });
     this.trợGiúpToolStripMenuItem.Name = "trợGiúpToolStripMenuItem";
     this.trợGiúpToolStripMenuItem.Size = new System.Drawing.Size(64, 20);
     this.trợGiúpToolStripMenuItem.Text = "&Trợ giúp";
     //
     // kiểmTraPhiênBảnMớiToolStripMenuItem
     //
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Name   = "kiểmTraPhiênBảnMớiToolStripMenuItem";
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Size   = new System.Drawing.Size(199, 22);
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Text   = "&Kiểm tra phiên bản mới";
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // hướngDẫnSửDụngToolStripMenuItem
     //
     this.hướngDẫnSửDụngToolStripMenuItem.Name         = "hướngDẫnSửDụngToolStripMenuItem";
     this.hướngDẫnSửDụngToolStripMenuItem.ShortcutKeys = System.Windows.Forms.Keys.F1;
     this.hướngDẫnSửDụngToolStripMenuItem.Size         = new System.Drawing.Size(199, 22);
     this.hướngDẫnSửDụngToolStripMenuItem.Text         = "&Hướng dẫn sử dụng";
     this.hướngDẫnSửDụngToolStripMenuItem.Click       += new System.EventHandler(this.menuItem10_Click);
     //
     // thôngTinPhầnMềmToolStripMenuItem
     //
     this.thôngTinPhầnMềmToolStripMenuItem.Name = "thôngTinPhầnMềmToolStripMenuItem";
     this.thôngTinPhầnMềmToolStripMenuItem.Size = new System.Drawing.Size(196, 6);
     //
     // thôngTinPhầnMềmToolStripMenuItem1
     //
     this.thôngTinPhầnMềmToolStripMenuItem1.Name   = "thôngTinPhầnMềmToolStripMenuItem1";
     this.thôngTinPhầnMềmToolStripMenuItem1.Size   = new System.Drawing.Size(199, 22);
     this.thôngTinPhầnMềmToolStripMenuItem1.Text   = "&Thông tin phần mềm";
     this.thôngTinPhầnMềmToolStripMenuItem1.Click += new System.EventHandler(this.menuItem8_Click);
     //
     // timer1
     //
     this.timer1.Interval = 200;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // nhậpDữLiệuTừMSExcelToolStripMenuItem
     //
     this.nhậpDữLiệuTừMSExcelToolStripMenuItem.Name   = "nhậpDữLiệuTừMSExcelToolStripMenuItem";
     this.nhậpDữLiệuTừMSExcelToolStripMenuItem.Size   = new System.Drawing.Size(258, 22);
     this.nhậpDữLiệuTừMSExcelToolStripMenuItem.Text   = "Nhập dữ liệu từ MS &Excel";
     this.nhậpDữLiệuTừMSExcelToolStripMenuItem.Click += new System.EventHandler(this.nhậpDữLiệuTừMSExcelToolStripMenuItem_Click);
     //
     // frmMain
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(891, 508);
     this.Controls.Add(this.FATabStrip);
     this.Controls.Add(this.uipLeft);
     this.Controls.Add(this.menuStrip1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmMain";
     this.Text        = "QLGX - Chuong trinh quan ly giao xu";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uipLeft)).EndInit();
     this.uipLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel4)).EndInit();
     this.uiPanel4.ResumeLayout(false);
     this.uiPanel4Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.explorerBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel2)).EndInit();
     this.uiPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel3)).EndInit();
     this.uiPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel1)).EndInit();
     this.uiPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel6)).EndInit();
     this.uiPanel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FATabStrip)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup1 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem1  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem2  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem3  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem4  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem5  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem6  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem7  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem8  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem9  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem10 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem11 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem12 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem13 = new Janus.Windows.ButtonBar.ButtonBarItem();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.uiPanelManager1          = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
     this.uipLeft                  = new Janus.Windows.UI.Dock.UIPanelGroup();
     this.uiPanel4                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel4Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.buttonBar1               = new Janus.Windows.ButtonBar.ButtonBar();
     this.buttonBar2               = new Janus.Windows.ButtonBar.ButtonBar();
     this.uiPanel0                 = new Janus.Windows.UI.Dock.UIPanelGroup();
     this.uiPanel2                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel2Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.uiPanel3                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel3Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.uiPanel1                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel1Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.uiPanel6                 = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel6Container        = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     this.FATabStrip               = new FarsiLibrary.Win.FATabStrip();
     this.pictureBox1              = new System.Windows.Forms.PictureBox();
     this.imageList1               = new System.Windows.Forms.ImageList(this.components);
     this.menuStrip1               = new System.Windows.Forms.MenuStrip();
     this.hệThốngToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.thoátToolStripMenuItem      = new System.Windows.Forms.ToolStripSeparator();
     this.thoátToolStripMenuItem1     = new System.Windows.Forms.ToolStripMenuItem();
     this.côngCụToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.tìmGiáoDânToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tìmVàThaythếToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1                  = new System.Windows.Forms.ToolStripSeparator();
     this.tùychọnToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.trợGiúpToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.kiểmTraPhiênBảnMớiToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.hướngDẫnSửDụngToolStripMenuItem     = new System.Windows.Forms.ToolStripMenuItem();
     this.thôngTinPhầnMềmToolStripMenuItem    = new System.Windows.Forms.ToolStripSeparator();
     this.thôngTinPhầnMềmToolStripMenuItem1   = new System.Windows.Forms.ToolStripMenuItem();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uipLeft)).BeginInit();
     this.uipLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel4)).BeginInit();
     this.uiPanel4.SuspendLayout();
     this.uiPanel4Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel2)).BeginInit();
     this.uiPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel3)).BeginInit();
     this.uiPanel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel1)).BeginInit();
     this.uiPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel6)).BeginInit();
     this.uiPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.FATabStrip)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // uiPanelManager1
     //
     this.uiPanelManager1.ContainerControl = this;
     this.uiPanelManager1.DefaultPanelSettings.InnerAreaStyle = Janus.Windows.UI.Dock.PanelInnerAreaStyle.Window;
     this.uiPanelManager1.TabbedMdi = true;
     this.uipLeft.Id          = new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872");
     this.uipLeft.StaticGroup = true;
     this.uiPanel4.Id         = new System.Guid("c91be687-2fbe-4488-8d24-25836ea07374");
     this.uipLeft.Panels.Add(this.uiPanel4);
     this.uiPanelManager1.Panels.Add(this.uipLeft);
     //
     // Design Time Panel Info:
     //
     this.uiPanelManager1.BeginPanelInfo();
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872"), Janus.Windows.UI.Dock.PanelGroupStyle.OfficeTaskPane, Janus.Windows.UI.Dock.PanelDockStyle.Left, true, new System.Drawing.Size(200, 454), true);
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("c91be687-2fbe-4488-8d24-25836ea07374"), new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872"), -1, true);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("5f53b81e-1f2b-4c61-b820-5c5e4f8d4872"), Janus.Windows.UI.Dock.PanelGroupStyle.OfficeTaskPane, true, new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("c91be687-2fbe-4488-8d24-25836ea07374"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("78e44acf-c32c-43a7-b663-ed4c59f691ff"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("3a6c2e40-236f-4cca-8678-339d820fc720"), Janus.Windows.UI.Dock.PanelGroupStyle.Tab, true, new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("b4869f3b-7f94-4cf8-ba85-41a69d534120"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.EndPanelInfo();
     //
     // uipLeft
     //
     this.uipLeft.GroupStyle    = Janus.Windows.UI.Dock.PanelGroupStyle.OfficeTaskPane;
     this.uipLeft.Location      = new System.Drawing.Point(3, 27);
     this.uipLeft.Name          = "uipLeft";
     this.uipLeft.SelectedPanel = this.uiPanel4;
     this.uipLeft.ShowOutlookNavigatorConfigureMenu = false;
     this.uipLeft.Size       = new System.Drawing.Size(200, 454);
     this.uipLeft.TabDisplay = Janus.Windows.UI.Dock.TabDisplayMode.Text;
     this.uipLeft.TabIndex   = 4;
     this.uipLeft.Text       = "Panel 1";
     //
     // uiPanel4
     //
     this.uiPanel4.CaptionDisplayMode = Janus.Windows.UI.Dock.PanelCaptionDisplayMode.Text;
     this.uiPanel4.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel4.InnerContainer     = this.uiPanel4Container;
     this.uiPanel4.Location           = new System.Drawing.Point(0, 0);
     this.uiPanel4.Name     = "uiPanel4";
     this.uiPanel4.Size     = new System.Drawing.Size(196, 454);
     this.uiPanel4.TabIndex = 4;
     this.uiPanel4.Text     = "Chức năng chính";
     //
     // uiPanel4Container
     //
     this.uiPanel4Container.Controls.Add(this.buttonBar1);
     this.uiPanel4Container.Location = new System.Drawing.Point(1, 23);
     this.uiPanel4Container.Name     = "uiPanel4Container";
     this.uiPanel4Container.Size     = new System.Drawing.Size(194, 430);
     this.uiPanel4Container.TabIndex = 0;
     //
     // buttonBar1
     //
     this.buttonBar1.BorderStyle     = Janus.Windows.ButtonBar.BorderStyle.None;
     this.buttonBar1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.buttonBar1.GroupAppearance = Janus.Windows.ButtonBar.GroupAppearance.Standard;
     buttonBarItem1.Key   = "itNhapGiaoXu";
     buttonBarItem1.Text  = "Giáo xứ";
     buttonBarItem2.Key   = "itNhapGiaoHo";
     buttonBarItem2.Text  = "Giáo họ";
     buttonBarItem3.Key   = "itNhapGiaoDan";
     buttonBarItem3.Text  = "Giáo dân";
     buttonBarItem4.Key   = "itNhapGiaDinh";
     buttonBarItem4.Text  = "Gia đình";
     buttonBarItem5.Key   = "itSoBiTich";
     buttonBarItem5.Text  = "Sổ bí tích";
     buttonBarItem6.Key   = "itLuuTruGiaoDan";
     buttonBarItem6.Text  = "Hồ sơ lưu trữ giáo dân";
     buttonBarItem7.Key   = "itLuuTruGiaDinh";
     buttonBarItem7.Text  = "Hồ sơ lưu trữ gia đình";
     buttonBarItem8.Key   = "itThongKeChung";
     buttonBarItem8.Text  = "Thống kê";
     buttonBarItem9.Key   = "itTimGiaoDan";
     buttonBarItem9.Text  = "Tìm giáo dân";
     buttonBarItem10.Key  = "itTimGiaDinhCuaGiaoDan";
     buttonBarItem10.Text = "Tìm gia đình của một giáo dân";
     buttonBarItem11.Key  = "itTimThayThe";
     buttonBarItem11.Text = "Tìm và thay thế";
     buttonBarItem12.Key  = "itKiemTraGiaoDan";
     buttonBarItem12.Text = "Kiểm tra dữ liệu giáo dân";
     buttonBarItem13.Key  = "itKiemTraGiaDinh";
     buttonBarItem13.Text = "Kiểm tra dữ liệu gia đình";
     buttonBarGroup1.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem1,
         buttonBarItem2,
         buttonBarItem3,
         buttonBarItem4,
         buttonBarItem5,
         buttonBarItem6,
         buttonBarItem7,
         buttonBarItem8,
         buttonBarItem9,
         buttonBarItem10,
         buttonBarItem11,
         buttonBarItem12,
         buttonBarItem13
     });
     buttonBarGroup1.Key  = "Group1";
     buttonBarGroup1.Text = "New Group";
     buttonBarGroup1.View = Janus.Windows.ButtonBar.ButtonBarView.SmallIcons;
     this.buttonBar1.Groups.AddRange(new Janus.Windows.ButtonBar.ButtonBarGroup[] {
         buttonBarGroup1
     });
     this.buttonBar1.HeaderGroupVisible = false;
     this.buttonBar1.Location           = new System.Drawing.Point(0, 0);
     this.buttonBar1.Name          = "buttonBar1";
     this.buttonBar1.SelectionArea = Janus.Windows.ButtonBar.SelectionArea.FullItem;
     this.buttonBar1.ShadowOnHover = true;
     this.buttonBar1.Size          = new System.Drawing.Size(194, 430);
     this.buttonBar1.TabIndex      = 5;
     this.buttonBar1.Text          = "buttonBar1";
     this.buttonBar1.VisualStyle   = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.BackgroundStyle    = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.ControlBorderStyle = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.GroupsStyle        = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.VisualStyleAreas.ItemsStyle         = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.buttonBar1.ItemClick += new Janus.Windows.ButtonBar.ItemEventHandler(this.buttonBar1_ItemClick);
     //
     // buttonBar2
     //
     this.buttonBar2.Location = new System.Drawing.Point(0, 0);
     this.buttonBar2.Name     = "buttonBar2";
     this.buttonBar2.Size     = new System.Drawing.Size(0, 0);
     this.buttonBar2.TabIndex = 0;
     //
     // uiPanel0
     //
     this.uiPanel0.Location = new System.Drawing.Point(0, 0);
     this.uiPanel0.Name     = "uiPanel0";
     this.uiPanel0.Size     = new System.Drawing.Size(196, 344);
     this.uiPanel0.TabIndex = 4;
     this.uiPanel0.Text     = "Panel 0";
     //
     // uiPanel2
     //
     this.uiPanel2.InnerContainer = this.uiPanel2Container;
     this.uiPanel2.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel2.Name           = "uiPanel2";
     this.uiPanel2.Size           = new System.Drawing.Size(196, 344);
     this.uiPanel2.TabIndex       = 4;
     this.uiPanel2.Text           = "Panel 2";
     //
     // uiPanel2Container
     //
     this.uiPanel2Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel2Container.Name     = "uiPanel2Container";
     this.uiPanel2Container.Size     = new System.Drawing.Size(196, 344);
     this.uiPanel2Container.TabIndex = 0;
     //
     // uiPanel3
     //
     this.uiPanel3.InnerContainer = this.uiPanel3Container;
     this.uiPanel3.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel3.Name           = "uiPanel3";
     this.uiPanel3.Size           = new System.Drawing.Size(196, 344);
     this.uiPanel3.TabIndex       = 4;
     this.uiPanel3.Text           = "Panel 3";
     //
     // uiPanel3Container
     //
     this.uiPanel3Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel3Container.Name     = "uiPanel3Container";
     this.uiPanel3Container.Size     = new System.Drawing.Size(196, 344);
     this.uiPanel3Container.TabIndex = 0;
     //
     // uiPanel1
     //
     this.uiPanel1.InnerContainer = this.uiPanel1Container;
     this.uiPanel1.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel1.Name           = "uiPanel1";
     this.uiPanel1.Size           = new System.Drawing.Size(480, 478);
     this.uiPanel1.TabIndex       = 4;
     this.uiPanel1.Text           = "Panel 1";
     //
     // uiPanel1Container
     //
     this.uiPanel1Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel1Container.Name     = "uiPanel1Container";
     this.uiPanel1Container.Size     = new System.Drawing.Size(480, 478);
     this.uiPanel1Container.TabIndex = 0;
     //
     // uiPanel6
     //
     this.uiPanel6.InnerContainer = this.uiPanel6Container;
     this.uiPanel6.Location       = new System.Drawing.Point(0, 0);
     this.uiPanel6.Name           = "uiPanel6";
     this.uiPanel6.Size           = new System.Drawing.Size(480, 478);
     this.uiPanel6.TabIndex       = 4;
     this.uiPanel6.Text           = "Panel 6";
     //
     // uiPanel6Container
     //
     this.uiPanel6Container.Location = new System.Drawing.Point(0, 0);
     this.uiPanel6Container.Name     = "uiPanel6Container";
     this.uiPanel6Container.Size     = new System.Drawing.Size(480, 478);
     this.uiPanel6Container.TabIndex = 0;
     //
     // FATabStrip
     //
     this.FATabStrip.Dock                 = System.Windows.Forms.DockStyle.Fill;
     this.FATabStrip.Font                 = new System.Drawing.Font("Tahoma", 8.25F);
     this.FATabStrip.Location             = new System.Drawing.Point(203, 27);
     this.FATabStrip.Name                 = "FATabStrip";
     this.FATabStrip.Size                 = new System.Drawing.Size(564, 454);
     this.FATabStrip.TabIndex             = 5;
     this.FATabStrip.Text                 = "faTabStrip1";
     this.FATabStrip.TabStripItemClosing += new FarsiLibrary.Win.TabStripItemClosingHandler(this.FATabStrip_TabStripItemClosing);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor             = System.Drawing.Color.Transparent;
     this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.pictureBox1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pictureBox1.Location = new System.Drawing.Point(1, 20);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(478, 457);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "icon2.JPG");
     this.imageList1.Images.SetKeyName(1, "icon3.JPG");
     this.imageList1.Images.SetKeyName(2, "icon4.JPG");
     this.imageList1.Images.SetKeyName(3, "icon5.JPG");
     //
     // menuStrip1
     //
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.hệThốngToolStripMenuItem,
         this.côngCụToolStripMenuItem,
         this.trợGiúpToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(770, 24);
     this.menuStrip1.TabIndex = 0;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // hệThốngToolStripMenuItem
     //
     this.hệThốngToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem,
         this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem,
         this.thoátToolStripMenuItem,
         this.thoátToolStripMenuItem1
     });
     this.hệThốngToolStripMenuItem.Name = "hệThốngToolStripMenuItem";
     this.hệThốngToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     this.hệThốngToolStripMenuItem.Text = "&Hệ thống";
     //
     // nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem
     //
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Name   = "nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem";
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Size   = new System.Drawing.Size(238, 22);
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Text   = "Nhập dữ liệu từ &cùng chương trình";
     this.nhậpDữLiệuTừcùngChươngTrìnhToolStripMenuItem.Click += new System.EventHandler(this.menuItem7_Click);
     //
     // nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem
     //
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Name    = "nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem";
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Size    = new System.Drawing.Size(238, 22);
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Text    = "Nhập dữ liệu từ chương trình &khác";
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Visible = false;
     this.nhậpDữLiệuTừChươngTrìnhkhácToolStripMenuItem.Click  += new System.EventHandler(this.menuItem6_Click);
     //
     // thoátToolStripMenuItem
     //
     this.thoátToolStripMenuItem.Name = "thoátToolStripMenuItem";
     this.thoátToolStripMenuItem.Size = new System.Drawing.Size(235, 6);
     //
     // thoátToolStripMenuItem1
     //
     this.thoátToolStripMenuItem1.Name   = "thoátToolStripMenuItem1";
     this.thoátToolStripMenuItem1.Size   = new System.Drawing.Size(238, 22);
     this.thoátToolStripMenuItem1.Text   = "&Thoát";
     this.thoátToolStripMenuItem1.Click += new System.EventHandler(this.menuItem2_Click);
     //
     // côngCụToolStripMenuItem
     //
     this.côngCụToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.tìmGiáoDânToolStripMenuItem,
         this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem,
         this.tìmVàThaythếToolStripMenuItem,
         this.toolStripMenuItem1,
         this.tùychọnToolStripMenuItem
     });
     this.côngCụToolStripMenuItem.Name = "côngCụToolStripMenuItem";
     this.côngCụToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.côngCụToolStripMenuItem.Text = "&Công cụ";
     //
     // tìmGiáoDânToolStripMenuItem
     //
     this.tìmGiáoDânToolStripMenuItem.Name   = "tìmGiáoDânToolStripMenuItem";
     this.tìmGiáoDânToolStripMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.tìmGiáoDânToolStripMenuItem.Text   = "Tìm giáo &dân";
     this.tìmGiáoDânToolStripMenuItem.Click += new System.EventHandler(this.tìmGiáoDânToolStripMenuItem_Click);
     //
     // tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem
     //
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Name   = "tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem";
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Text   = "Tìm &gia đình của một giáo dân";
     this.tìmGiaĐìnhCủaMộtGiáoDânToolStripMenuItem.Click += new System.EventHandler(this.menuItem5_Click);
     //
     // tìmVàThaythếToolStripMenuItem
     //
     this.tìmVàThaythếToolStripMenuItem.Name   = "tìmVàThaythếToolStripMenuItem";
     this.tìmVàThaythếToolStripMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.tìmVàThaythếToolStripMenuItem.Text   = "Tìm và thay &thế";
     this.tìmVàThaythếToolStripMenuItem.Click += new System.EventHandler(this.tìmVàThaythếToolStripMenuItem_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(212, 6);
     //
     // tùychọnToolStripMenuItem
     //
     this.tùychọnToolStripMenuItem.Name   = "tùychọnToolStripMenuItem";
     this.tùychọnToolStripMenuItem.Size   = new System.Drawing.Size(215, 22);
     this.tùychọnToolStripMenuItem.Text   = "Tùy &chọn";
     this.tùychọnToolStripMenuItem.Click += new System.EventHandler(this.menuItem12_Click);
     //
     // trợGiúpToolStripMenuItem
     //
     this.trợGiúpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.kiểmTraPhiênBảnMớiToolStripMenuItem,
         this.hướngDẫnSửDụngToolStripMenuItem,
         this.thôngTinPhầnMềmToolStripMenuItem,
         this.thôngTinPhầnMềmToolStripMenuItem1
     });
     this.trợGiúpToolStripMenuItem.Name = "trợGiúpToolStripMenuItem";
     this.trợGiúpToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
     this.trợGiúpToolStripMenuItem.Text = "&Trợ giúp";
     //
     // kiểmTraPhiênBảnMớiToolStripMenuItem
     //
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Name   = "kiểmTraPhiênBảnMớiToolStripMenuItem";
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Text   = "&Kiểm tra phiên bản mới";
     this.kiểmTraPhiênBảnMớiToolStripMenuItem.Click += new System.EventHandler(this.menuItem9_Click);
     //
     // hướngDẫnSửDụngToolStripMenuItem
     //
     this.hướngDẫnSửDụngToolStripMenuItem.Name   = "hướngDẫnSửDụngToolStripMenuItem";
     this.hướngDẫnSửDụngToolStripMenuItem.Size   = new System.Drawing.Size(182, 22);
     this.hướngDẫnSửDụngToolStripMenuItem.Text   = "&Hướng dẫn sử dụng";
     this.hướngDẫnSửDụngToolStripMenuItem.Click += new System.EventHandler(this.menuItem10_Click);
     //
     // thôngTinPhầnMềmToolStripMenuItem
     //
     this.thôngTinPhầnMềmToolStripMenuItem.Name = "thôngTinPhầnMềmToolStripMenuItem";
     this.thôngTinPhầnMềmToolStripMenuItem.Size = new System.Drawing.Size(179, 6);
     //
     // thôngTinPhầnMềmToolStripMenuItem1
     //
     this.thôngTinPhầnMềmToolStripMenuItem1.Name   = "thôngTinPhầnMềmToolStripMenuItem1";
     this.thôngTinPhầnMềmToolStripMenuItem1.Size   = new System.Drawing.Size(182, 22);
     this.thôngTinPhầnMềmToolStripMenuItem1.Text   = "&Thông tin phần mềm";
     this.thôngTinPhầnMềmToolStripMenuItem1.Click += new System.EventHandler(this.menuItem8_Click);
     //
     // frmMain
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize    = new System.Drawing.Size(770, 484);
     this.Controls.Add(this.FATabStrip);
     this.Controls.Add(this.uipLeft);
     this.Controls.Add(this.menuStrip1);
     this.Icon        = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name        = "frmMain";
     this.Text        = "Chuong trinh quan ly giao xu";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uipLeft)).EndInit();
     this.uipLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel4)).EndInit();
     this.uiPanel4.ResumeLayout(false);
     this.uiPanel4Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.buttonBar2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel2)).EndInit();
     this.uiPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel3)).EndInit();
     this.uiPanel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel1)).EndInit();
     this.uiPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel6)).EndInit();
     this.uiPanel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.FATabStrip)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
示例#4
0
        private void MbushOferten(int idOferta, int indeksi)
        {
            InputController data = new InputController();
            DataSet         ds   = data.KerkesaRead("ShfaqTeDhenaPerOferten", idOferta);

            string shporta = "";
            int    j       = 0;

            this.btnOferta.Groups.Clear();

            Janus.Windows.ButtonBar.ButtonBarGroup grupi = new Janus.Windows.ButtonBar.ButtonBarGroup();

            for (int i = 0; i < this.nrShportat[indeksi]; i++)
            {
                j       = j + 1;
                shporta = j.ToString();

                grupi.Text = shporta;

                ///grupi.Icon = ((System.Drawing.Icon)(FromFile("D:\\ResManagerAdmin\\ResManager\\ResManager\\Resources\\shporta.ico")));
                this.btnOferta.Groups.Add(shporta);
            }

            int    indeksiShporta = 0;
            int    oldBasket      = 1;
            int    newBasket      = 1;
            string receta         = "";
            int    idReceta       = 0;
            int    sasia          = 0;
            int    ugjet          = 1;
            int    rreshti        = 0;

            this.dsRecetat.Tables[0].Rows.Clear();

            foreach (DataRow dr in ds.Tables[0].Rows)
            {
                newBasket = Convert.ToInt32(dr["SHPORTA"]);
                idReceta  = Convert.ToInt32(dr["ID_RECETA"]);
                receta    = Convert.ToString(dr["RECETA"]);
                sasia     = Convert.ToInt32(dr["SASIA"]);

                rreshti = rreshti + 1;

                if (rreshti == 1)
                {
                    DataRow drNew = this.dsRecetat.Tables[0].NewRow();
                    drNew["SHPORTA"]   = dr["SHPORTA"];
                    drNew["ID_RECETA"] = dr["ID_RECETA"];
                    drNew["RECETA"]    = dr["RECETA"];
                    drNew["SASIA"]     = dr["SASIA"];

                    this.dsRecetat.Tables[0].Rows.Add(drNew);
                }

                if (oldBasket == newBasket)
                {
                    Janus.Windows.ButtonBar.ButtonBarItem el = new Janus.Windows.ButtonBar.ButtonBarItem();
                    el.Text        = receta;
                    el.TagString   = idReceta.ToString();
                    el.ToolTipText = sasia.ToString();

                    this.btnOferta.Groups[indeksiShporta].Items.Add(el);
                }
                else
                {
                    indeksiShporta = indeksiShporta + 1;
                    Janus.Windows.ButtonBar.ButtonBarItem el = new Janus.Windows.ButtonBar.ButtonBarItem();
                    el.Text        = receta;
                    el.TagString   = idReceta.ToString();
                    el.ToolTipText = sasia.ToString();

                    this.btnOferta.Groups[indeksiShporta].Items.Add(el);
                    oldBasket = newBasket;

                    DataRow drNew = this.dsRecetat.Tables[0].NewRow();
                    drNew["SHPORTA"]   = dr["SHPORTA"];
                    drNew["ID_RECETA"] = dr["ID_RECETA"];
                    drNew["RECETA"]    = dr["RECETA"];
                    drNew["SASIA"]     = dr["SASIA"];

                    this.dsRecetat.Tables[0].Rows.Add(drNew);
                }
            }

            this.dsRecetat.Tables[0].AcceptChanges();

            this.grida.DataSource = this.dsRecetat.Tables[0];
        }
示例#5
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();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup4 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem17 = new Janus.Windows.ButtonBar.ButtonBarItem();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(Main));
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem18 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem19 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem20 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem21 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem22 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem23 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem24 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem25 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup5 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem26 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem27 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem28 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem29 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup6 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem30 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem31 = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem32 = new Janus.Windows.ButtonBar.ButtonBarItem();
     this.mnuMain    = new System.Windows.Forms.MenuStrip();
     this.mnuArchivo = new System.Windows.Forms.ToolStripMenuItem();
     this.cerrarSesionToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuArchivo_Salir                     = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuParametros                        = new System.Windows.Forms.ToolStripMenuItem();
     this.clientesToolStripMenuItem            = new System.Windows.Forms.ToolStripMenuItem();
     this.emitirPendientesToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.comprobantesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.productosToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.notasDeCréditoToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.notasDeDébitoToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.repeticionesToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.emitiToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.emitirFacturaToolStripMenuItem       = new System.Windows.Forms.ToolStripMenuItem();
     this.emitirNotaDeCréditoToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.emitirNotaDeDébitoToolStripMenuItem  = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCompras                          = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCompras_Facturas                 = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCompras_NotasCredito             = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuCompras_NotasDebito              = new System.Windows.Forms.ToolStripMenuItem();
     this.reportesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.comprobantesToolStripMenuItem1      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuReportes_LibroIVACompras         = new System.Windows.Forms.ToolStripMenuItem();
     this.productosToolStripMenuItem1         = new System.Windows.Forms.ToolStripMenuItem();
     this.facturacionToolStripMenuItem        = new System.Windows.Forms.ToolStripMenuItem();
     this.ventasPorUsuarioToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.parámetrosToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.rubrosToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.clasesToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.tiposContribuyenteToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.empresasToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.tiposIvaToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.tiposPagoToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.provinciasToolStripMenuItem         = new System.Windows.Forms.ToolStripMenuItem();
     this.paisesToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.usuariosToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.perfilesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.settingsToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuParametros_Aduanas               = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuParametros_Destinaciones         = new System.Windows.Forms.ToolStripMenuItem();
     this.afipToolStripMenuItem               = new System.Windows.Forms.ToolStripMenuItem();
     this.consultarCUITToolStripMenuItem      = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAfip_LibroIVAVentas              = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuAfip_LibroIVACompras             = new System.Windows.Forms.ToolStripMenuItem();
     this.cabecerasToolStripMenuItem          = new System.Windows.Forms.ToolStripMenuItem();
     this.detallesToolStripMenuItem           = new System.Windows.Forms.ToolStripMenuItem();
     this.ayudaToolStripMenuItem              = new System.Windows.Forms.ToolStripMenuItem();
     this.backUpToolStripMenuItem             = new System.Windows.Forms.ToolStripMenuItem();
     this.validarLicenciaToolStripMenuItem    = new System.Windows.Forms.ToolStripMenuItem();
     this.bbMain      = new Janus.Windows.ButtonBar.ButtonBar();
     this.pnlStatus   = new System.Windows.Forms.Panel();
     this.statusConn  = new System.Windows.Forms.PictureBox();
     this.statusWS    = new System.Windows.Forms.PictureBox();
     this.timer       = new System.Windows.Forms.Timer(this.components);
     this.toolTipConn = new System.Windows.Forms.ToolTip(this.components);
     this.toolTipAFIP = new System.Windows.Forms.ToolTip(this.components);
     this.importarExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.mnuMain.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bbMain)).BeginInit();
     this.pnlStatus.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.statusConn)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusWS)).BeginInit();
     this.SuspendLayout();
     //
     // mnuMain
     //
     this.mnuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuArchivo,
         this.mnuParametros,
         this.emitiToolStripMenuItem,
         this.mnuCompras,
         this.reportesToolStripMenuItem,
         this.parámetrosToolStripMenuItem,
         this.afipToolStripMenuItem,
         this.ayudaToolStripMenuItem
     });
     this.mnuMain.Location = new System.Drawing.Point(0, 0);
     this.mnuMain.Name     = "mnuMain";
     this.mnuMain.Size     = new System.Drawing.Size(617, 24);
     this.mnuMain.TabIndex = 0;
     this.mnuMain.Text     = "menuStrip1";
     //
     // mnuArchivo
     //
     this.mnuArchivo.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.cerrarSesionToolStripMenuItem,
         this.importarExcelToolStripMenuItem,
         this.mnuArchivo_Salir
     });
     this.mnuArchivo.Name = "mnuArchivo";
     this.mnuArchivo.Size = new System.Drawing.Size(55, 20);
     this.mnuArchivo.Text = "&Archivo";
     //
     // cerrarSesionToolStripMenuItem
     //
     this.cerrarSesionToolStripMenuItem.Name   = "cerrarSesionToolStripMenuItem";
     this.cerrarSesionToolStripMenuItem.Size   = new System.Drawing.Size(152, 22);
     this.cerrarSesionToolStripMenuItem.Text   = "Cerrar Sesion";
     this.cerrarSesionToolStripMenuItem.Click += new System.EventHandler(this.cerrarSesionToolStripMenuItem_Click);
     //
     // mnuArchivo_Salir
     //
     this.mnuArchivo_Salir.Name   = "mnuArchivo_Salir";
     this.mnuArchivo_Salir.Size   = new System.Drawing.Size(152, 22);
     this.mnuArchivo_Salir.Text   = "Salir";
     this.mnuArchivo_Salir.Click += new System.EventHandler(this.mnuArchivo_Salir_Click);
     //
     // mnuParametros
     //
     this.mnuParametros.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.clientesToolStripMenuItem,
         this.emitirPendientesToolStripMenuItem,
         this.comprobantesToolStripMenuItem,
         this.productosToolStripMenuItem,
         this.notasDeCréditoToolStripMenuItem,
         this.notasDeDébitoToolStripMenuItem,
         this.repeticionesToolStripMenuItem
     });
     this.mnuParametros.Name = "mnuParametros";
     this.mnuParametros.Size = new System.Drawing.Size(75, 20);
     this.mnuParametros.Text = "&Facturacion";
     //
     // clientesToolStripMenuItem
     //
     this.clientesToolStripMenuItem.Name   = "clientesToolStripMenuItem";
     this.clientesToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.clientesToolStripMenuItem.Text   = "Clientes";
     this.clientesToolStripMenuItem.Click += new System.EventHandler(this.clientesToolStripMenuItem_Click);
     //
     // emitirPendientesToolStripMenuItem
     //
     this.emitirPendientesToolStripMenuItem.Name   = "emitirPendientesToolStripMenuItem";
     this.emitirPendientesToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.emitirPendientesToolStripMenuItem.Text   = "Emitir Pendientes para Hoy";
     this.emitirPendientesToolStripMenuItem.Click += new System.EventHandler(this.emitirPendientesToolStripMenuItem_Click);
     //
     // comprobantesToolStripMenuItem
     //
     this.comprobantesToolStripMenuItem.Name   = "comprobantesToolStripMenuItem";
     this.comprobantesToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.comprobantesToolStripMenuItem.Text   = "Facturas";
     this.comprobantesToolStripMenuItem.Click += new System.EventHandler(this.comprobantesToolStripMenuItem_Click);
     //
     // productosToolStripMenuItem
     //
     this.productosToolStripMenuItem.Name   = "productosToolStripMenuItem";
     this.productosToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.productosToolStripMenuItem.Text   = "Productos";
     this.productosToolStripMenuItem.Click += new System.EventHandler(this.productosToolStripMenuItem_Click);
     //
     // notasDeCréditoToolStripMenuItem
     //
     this.notasDeCréditoToolStripMenuItem.Name   = "notasDeCréditoToolStripMenuItem";
     this.notasDeCréditoToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.notasDeCréditoToolStripMenuItem.Text   = "Notas de Crédito";
     this.notasDeCréditoToolStripMenuItem.Click += new System.EventHandler(this.notasDeCréditoToolStripMenuItem_Click);
     //
     // notasDeDébitoToolStripMenuItem
     //
     this.notasDeDébitoToolStripMenuItem.Name   = "notasDeDébitoToolStripMenuItem";
     this.notasDeDébitoToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.notasDeDébitoToolStripMenuItem.Text   = "Notas de Débito";
     this.notasDeDébitoToolStripMenuItem.Click += new System.EventHandler(this.notasDeDébitoToolStripMenuItem_Click);
     //
     // repeticionesToolStripMenuItem
     //
     this.repeticionesToolStripMenuItem.Name   = "repeticionesToolStripMenuItem";
     this.repeticionesToolStripMenuItem.Size   = new System.Drawing.Size(214, 22);
     this.repeticionesToolStripMenuItem.Text   = "Repeticiones";
     this.repeticionesToolStripMenuItem.Click += new System.EventHandler(this.repeticionesToolStripMenuItem_Click);
     //
     // emitiToolStripMenuItem
     //
     this.emitiToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.emitirFacturaToolStripMenuItem,
         this.emitirNotaDeCréditoToolStripMenuItem,
         this.emitirNotaDeDébitoToolStripMenuItem
     });
     this.emitiToolStripMenuItem.Name = "emitiToolStripMenuItem";
     this.emitiToolStripMenuItem.Size = new System.Drawing.Size(113, 20);
     this.emitiToolStripMenuItem.Text = "Emitir Comprobante";
     //
     // emitirFacturaToolStripMenuItem
     //
     this.emitirFacturaToolStripMenuItem.Name   = "emitirFacturaToolStripMenuItem";
     this.emitirFacturaToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.emitirFacturaToolStripMenuItem.Text   = "Emitir Factura";
     this.emitirFacturaToolStripMenuItem.Click += new System.EventHandler(this.emitirFacturaToolStripMenuItem_Click);
     //
     // emitirNotaDeCréditoToolStripMenuItem
     //
     this.emitirNotaDeCréditoToolStripMenuItem.Name   = "emitirNotaDeCréditoToolStripMenuItem";
     this.emitirNotaDeCréditoToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.emitirNotaDeCréditoToolStripMenuItem.Text   = "Emitir Nota de Crédito";
     this.emitirNotaDeCréditoToolStripMenuItem.Click += new System.EventHandler(this.emitirNotaDeCréditoToolStripMenuItem_Click);
     //
     // emitirNotaDeDébitoToolStripMenuItem
     //
     this.emitirNotaDeDébitoToolStripMenuItem.Name   = "emitirNotaDeDébitoToolStripMenuItem";
     this.emitirNotaDeDébitoToolStripMenuItem.Size   = new System.Drawing.Size(190, 22);
     this.emitirNotaDeDébitoToolStripMenuItem.Text   = "Emitir Nota de Débito";
     this.emitirNotaDeDébitoToolStripMenuItem.Click += new System.EventHandler(this.emitirNotaDeDébitoToolStripMenuItem_Click);
     //
     // mnuCompras
     //
     this.mnuCompras.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.mnuCompras_Facturas,
         this.mnuCompras_NotasCredito,
         this.mnuCompras_NotasDebito
     });
     this.mnuCompras.Name = "mnuCompras";
     this.mnuCompras.Size = new System.Drawing.Size(61, 20);
     this.mnuCompras.Text = "Compras";
     //
     // mnuCompras_Facturas
     //
     this.mnuCompras_Facturas.Name   = "mnuCompras_Facturas";
     this.mnuCompras_Facturas.Size   = new System.Drawing.Size(166, 22);
     this.mnuCompras_Facturas.Text   = "Facturas";
     this.mnuCompras_Facturas.Click += new System.EventHandler(this.mnuCompras_Facturas_Click);
     //
     // mnuCompras_NotasCredito
     //
     this.mnuCompras_NotasCredito.Name   = "mnuCompras_NotasCredito";
     this.mnuCompras_NotasCredito.Size   = new System.Drawing.Size(166, 22);
     this.mnuCompras_NotasCredito.Text   = "Notas de Crédito";
     this.mnuCompras_NotasCredito.Click += new System.EventHandler(this.mnuCompras_NotasCredito_Click);
     //
     // mnuCompras_NotasDebito
     //
     this.mnuCompras_NotasDebito.Name   = "mnuCompras_NotasDebito";
     this.mnuCompras_NotasDebito.Size   = new System.Drawing.Size(166, 22);
     this.mnuCompras_NotasDebito.Text   = "Notas de Débito";
     this.mnuCompras_NotasDebito.Click += new System.EventHandler(this.mnuCompras_NotasDebito_Click);
     //
     // reportesToolStripMenuItem
     //
     this.reportesToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.comprobantesToolStripMenuItem1,
         this.mnuReportes_LibroIVACompras,
         this.productosToolStripMenuItem1,
         this.facturacionToolStripMenuItem,
         this.ventasPorUsuarioToolStripMenuItem
     });
     this.reportesToolStripMenuItem.Name = "reportesToolStripMenuItem";
     this.reportesToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
     this.reportesToolStripMenuItem.Text = "Reportes";
     //
     // comprobantesToolStripMenuItem1
     //
     this.comprobantesToolStripMenuItem1.Name    = "comprobantesToolStripMenuItem1";
     this.comprobantesToolStripMenuItem1.Size    = new System.Drawing.Size(176, 22);
     this.comprobantesToolStripMenuItem1.Text    = "Libro IVA Ventas";
     this.comprobantesToolStripMenuItem1.Visible = false;
     this.comprobantesToolStripMenuItem1.Click  += new System.EventHandler(this.comprobantesToolStripMenuItem1_Click);
     //
     // mnuReportes_LibroIVACompras
     //
     this.mnuReportes_LibroIVACompras.Name    = "mnuReportes_LibroIVACompras";
     this.mnuReportes_LibroIVACompras.Size    = new System.Drawing.Size(176, 22);
     this.mnuReportes_LibroIVACompras.Text    = "Libro IVA Compras";
     this.mnuReportes_LibroIVACompras.Visible = false;
     this.mnuReportes_LibroIVACompras.Click  += new System.EventHandler(this.mnuReportes_LibroIVACompras_Click);
     //
     // productosToolStripMenuItem1
     //
     this.productosToolStripMenuItem1.Name   = "productosToolStripMenuItem1";
     this.productosToolStripMenuItem1.Size   = new System.Drawing.Size(176, 22);
     this.productosToolStripMenuItem1.Text   = "Productos";
     this.productosToolStripMenuItem1.Click += new System.EventHandler(this.productosToolStripMenuItem1_Click);
     //
     // facturacionToolStripMenuItem
     //
     this.facturacionToolStripMenuItem.Name   = "facturacionToolStripMenuItem";
     this.facturacionToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.facturacionToolStripMenuItem.Text   = "Facturacion";
     this.facturacionToolStripMenuItem.Click += new System.EventHandler(this.facturacionToolStripMenuItem_Click);
     //
     // ventasPorUsuarioToolStripMenuItem
     //
     this.ventasPorUsuarioToolStripMenuItem.Name   = "ventasPorUsuarioToolStripMenuItem";
     this.ventasPorUsuarioToolStripMenuItem.Size   = new System.Drawing.Size(176, 22);
     this.ventasPorUsuarioToolStripMenuItem.Text   = "Ventas por Usuario";
     this.ventasPorUsuarioToolStripMenuItem.Click += new System.EventHandler(this.ventasPorUsuarioToolStripMenuItem_Click);
     //
     // parámetrosToolStripMenuItem
     //
     this.parámetrosToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.rubrosToolStripMenuItem,
         this.clasesToolStripMenuItem,
         this.tiposContribuyenteToolStripMenuItem,
         this.empresasToolStripMenuItem,
         this.tiposIvaToolStripMenuItem,
         this.tiposPagoToolStripMenuItem,
         this.provinciasToolStripMenuItem,
         this.paisesToolStripMenuItem,
         this.usuariosToolStripMenuItem,
         this.perfilesToolStripMenuItem,
         this.settingsToolStripMenuItem,
         this.mnuParametros_Aduanas,
         this.mnuParametros_Destinaciones
     });
     this.parámetrosToolStripMenuItem.Name = "parámetrosToolStripMenuItem";
     this.parámetrosToolStripMenuItem.Size = new System.Drawing.Size(74, 20);
     this.parámetrosToolStripMenuItem.Text = "Parámetros";
     //
     // rubrosToolStripMenuItem
     //
     this.rubrosToolStripMenuItem.Name   = "rubrosToolStripMenuItem";
     this.rubrosToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.rubrosToolStripMenuItem.Text   = "Rubros";
     this.rubrosToolStripMenuItem.Click += new System.EventHandler(this.rubrosToolStripMenuItem_Click);
     //
     // clasesToolStripMenuItem
     //
     this.clasesToolStripMenuItem.Name   = "clasesToolStripMenuItem";
     this.clasesToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.clasesToolStripMenuItem.Text   = "Clases";
     this.clasesToolStripMenuItem.Click += new System.EventHandler(this.clasesToolStripMenuItem_Click);
     //
     // tiposContribuyenteToolStripMenuItem
     //
     this.tiposContribuyenteToolStripMenuItem.Name   = "tiposContribuyenteToolStripMenuItem";
     this.tiposContribuyenteToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.tiposContribuyenteToolStripMenuItem.Text   = "Tipos de Contribuyente";
     this.tiposContribuyenteToolStripMenuItem.Click += new System.EventHandler(this.tiposContribuyenteToolStripMenuItem_Click);
     //
     // empresasToolStripMenuItem
     //
     this.empresasToolStripMenuItem.Name   = "empresasToolStripMenuItem";
     this.empresasToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.empresasToolStripMenuItem.Text   = "Empresas";
     this.empresasToolStripMenuItem.Click += new System.EventHandler(this.empresasToolStripMenuItem_Click);
     //
     // tiposIvaToolStripMenuItem
     //
     this.tiposIvaToolStripMenuItem.Name   = "tiposIvaToolStripMenuItem";
     this.tiposIvaToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.tiposIvaToolStripMenuItem.Text   = "Tipos de Iva";
     this.tiposIvaToolStripMenuItem.Click += new System.EventHandler(this.tiposIvaToolStripMenuItem_Click);
     //
     // tiposPagoToolStripMenuItem
     //
     this.tiposPagoToolStripMenuItem.Name   = "tiposPagoToolStripMenuItem";
     this.tiposPagoToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.tiposPagoToolStripMenuItem.Text   = "Tipos de Pago";
     this.tiposPagoToolStripMenuItem.Click += new System.EventHandler(this.tiposPagoToolStripMenuItem_Click);
     //
     // provinciasToolStripMenuItem
     //
     this.provinciasToolStripMenuItem.Name   = "provinciasToolStripMenuItem";
     this.provinciasToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.provinciasToolStripMenuItem.Text   = "Provincias";
     this.provinciasToolStripMenuItem.Click += new System.EventHandler(this.provinciasToolStripMenuItem_Click);
     //
     // paisesToolStripMenuItem
     //
     this.paisesToolStripMenuItem.Name   = "paisesToolStripMenuItem";
     this.paisesToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.paisesToolStripMenuItem.Text   = "Paises";
     this.paisesToolStripMenuItem.Click += new System.EventHandler(this.paisesToolStripMenuItem_Click);
     //
     // usuariosToolStripMenuItem
     //
     this.usuariosToolStripMenuItem.Name   = "usuariosToolStripMenuItem";
     this.usuariosToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.usuariosToolStripMenuItem.Text   = "Usuarios";
     this.usuariosToolStripMenuItem.Click += new System.EventHandler(this.usuariosToolStripMenuItem_Click);
     //
     // perfilesToolStripMenuItem
     //
     this.perfilesToolStripMenuItem.Name   = "perfilesToolStripMenuItem";
     this.perfilesToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.perfilesToolStripMenuItem.Text   = "Perfiles";
     this.perfilesToolStripMenuItem.Click += new System.EventHandler(this.perfilesToolStripMenuItem_Click);
     //
     // settingsToolStripMenuItem
     //
     this.settingsToolStripMenuItem.Name   = "settingsToolStripMenuItem";
     this.settingsToolStripMenuItem.Size   = new System.Drawing.Size(197, 22);
     this.settingsToolStripMenuItem.Text   = "Settings";
     this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click);
     //
     // mnuParametros_Aduanas
     //
     this.mnuParametros_Aduanas.Name   = "mnuParametros_Aduanas";
     this.mnuParametros_Aduanas.Size   = new System.Drawing.Size(197, 22);
     this.mnuParametros_Aduanas.Text   = "Aduanas";
     this.mnuParametros_Aduanas.Click += new System.EventHandler(this.mnuParametros_Aduanas_Click);
     //
     // mnuParametros_Destinaciones
     //
     this.mnuParametros_Destinaciones.Name   = "mnuParametros_Destinaciones";
     this.mnuParametros_Destinaciones.Size   = new System.Drawing.Size(197, 22);
     this.mnuParametros_Destinaciones.Text   = "Destinaciones";
     this.mnuParametros_Destinaciones.Click += new System.EventHandler(this.mnuParametros_Destinaciones_Click);
     //
     // afipToolStripMenuItem
     //
     this.afipToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.consultarCUITToolStripMenuItem,
         this.mnuAfip_LibroIVAVentas,
         this.mnuAfip_LibroIVACompras,
         this.cabecerasToolStripMenuItem,
         this.detallesToolStripMenuItem
     });
     this.afipToolStripMenuItem.Name = "afipToolStripMenuItem";
     this.afipToolStripMenuItem.Size = new System.Drawing.Size(38, 20);
     this.afipToolStripMenuItem.Text = "Afip";
     //
     // consultarCUITToolStripMenuItem
     //
     this.consultarCUITToolStripMenuItem.Name   = "consultarCUITToolStripMenuItem";
     this.consultarCUITToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.consultarCUITToolStripMenuItem.Text   = "Consultar CUIT";
     this.consultarCUITToolStripMenuItem.Click += new System.EventHandler(this.consultarCUITToolStripMenuItem_Click);
     //
     // mnuAfip_LibroIVAVentas
     //
     this.mnuAfip_LibroIVAVentas.Name   = "mnuAfip_LibroIVAVentas";
     this.mnuAfip_LibroIVAVentas.Size   = new System.Drawing.Size(173, 22);
     this.mnuAfip_LibroIVAVentas.Text   = "Libro IVA Ventas";
     this.mnuAfip_LibroIVAVentas.Click += new System.EventHandler(this.mnuAfip_LibroIVAVentas_Click);
     //
     // mnuAfip_LibroIVACompras
     //
     this.mnuAfip_LibroIVACompras.Name   = "mnuAfip_LibroIVACompras";
     this.mnuAfip_LibroIVACompras.Size   = new System.Drawing.Size(173, 22);
     this.mnuAfip_LibroIVACompras.Text   = "Libro IVA Compras";
     this.mnuAfip_LibroIVACompras.Click += new System.EventHandler(this.mnuAfip_LibroIVACompras_Click);
     //
     // cabecerasToolStripMenuItem
     //
     this.cabecerasToolStripMenuItem.Name   = "cabecerasToolStripMenuItem";
     this.cabecerasToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.cabecerasToolStripMenuItem.Text   = "Cabeceras";
     this.cabecerasToolStripMenuItem.Click += new System.EventHandler(this.cabecerasToolStripMenuItem_Click);
     //
     // detallesToolStripMenuItem
     //
     this.detallesToolStripMenuItem.Name   = "detallesToolStripMenuItem";
     this.detallesToolStripMenuItem.Size   = new System.Drawing.Size(173, 22);
     this.detallesToolStripMenuItem.Text   = "Detalles";
     this.detallesToolStripMenuItem.Click += new System.EventHandler(this.detallesToolStripMenuItem_Click);
     //
     // ayudaToolStripMenuItem
     //
     this.ayudaToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.backUpToolStripMenuItem,
         this.validarLicenciaToolStripMenuItem
     });
     this.ayudaToolStripMenuItem.Name = "ayudaToolStripMenuItem";
     this.ayudaToolStripMenuItem.Size = new System.Drawing.Size(50, 20);
     this.ayudaToolStripMenuItem.Text = "Ayuda";
     //
     // backUpToolStripMenuItem
     //
     this.backUpToolStripMenuItem.Name   = "backUpToolStripMenuItem";
     this.backUpToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.backUpToolStripMenuItem.Text   = "Back Up";
     this.backUpToolStripMenuItem.Click += new System.EventHandler(this.realizarBackUpToolStripMenuItem_Click);
     //
     // validarLicenciaToolStripMenuItem
     //
     this.validarLicenciaToolStripMenuItem.Name   = "validarLicenciaToolStripMenuItem";
     this.validarLicenciaToolStripMenuItem.Size   = new System.Drawing.Size(157, 22);
     this.validarLicenciaToolStripMenuItem.Text   = "Validar Licencia";
     this.validarLicenciaToolStripMenuItem.Click += new System.EventHandler(this.validarLicenciaToolStripMenuItem_Click);
     //
     // bbMain
     //
     this.bbMain.Dock        = System.Windows.Forms.DockStyle.Left;
     this.bbMain.ForeColor   = System.Drawing.SystemColors.ControlText;
     buttonBarItem17.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem17.Icon")));
     buttonBarItem17.Key     = "Productos";
     buttonBarItem17.Text    = "Productos";
     buttonBarItem18.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem18.Icon")));
     buttonBarItem18.Key     = "Clientes";
     buttonBarItem18.Text    = "Clientes";
     buttonBarItem19.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem19.Icon")));
     buttonBarItem19.Key     = "Comprobantes";
     buttonBarItem19.Text    = "Facturas";
     buttonBarItem20.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem20.Icon")));
     buttonBarItem20.Key     = "EmitirComprobante";
     buttonBarItem20.Text    = "Emitir Factura";
     buttonBarItem21.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem21.Icon")));
     buttonBarItem21.Key     = "NotaCredito";
     buttonBarItem21.Text    = "Notas de Crédito";
     buttonBarItem22.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem22.Icon")));
     buttonBarItem22.Key     = "NotaDebito";
     buttonBarItem22.Text    = "Notas de Débito";
     buttonBarItem22.Visible = false;
     buttonBarItem23.Key     = "EmitirNotaCredito";
     buttonBarItem23.Text    = "Emitir Nota de Credito";
     buttonBarItem23.Visible = false;
     buttonBarItem24.Key     = "EmitirNotaDebito";
     buttonBarItem24.Text    = "Emitir Nota de Debito";
     buttonBarItem24.Visible = false;
     buttonBarItem25.Icon    = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem25.Icon")));
     buttonBarItem25.Key     = "Pendientes";
     buttonBarItem25.Text    = "Pendientes";
     buttonBarGroup4.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem17,
         buttonBarItem18,
         buttonBarItem19,
         buttonBarItem20,
         buttonBarItem21,
         buttonBarItem22,
         buttonBarItem23,
         buttonBarItem24,
         buttonBarItem25
     });
     buttonBarGroup4.Key  = "Facturacion";
     buttonBarGroup4.Text = "Facturación";
     buttonBarItem26.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem26.Icon")));
     buttonBarItem26.Key  = "Clases";
     buttonBarItem26.Text = "Clases";
     buttonBarItem27.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem27.Icon")));
     buttonBarItem27.Key  = "Rubros";
     buttonBarItem27.Text = "Rubros";
     buttonBarItem28.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem28.Icon")));
     buttonBarItem28.Key  = "Empresa";
     buttonBarItem28.Text = "Empresa";
     buttonBarItem29.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem29.Icon")));
     buttonBarItem29.Key  = "Tipos Contribuyente";
     buttonBarItem29.Text = "Tipos Contribuyente";
     buttonBarGroup5.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem26,
         buttonBarItem27,
         buttonBarItem28,
         buttonBarItem29
     });
     buttonBarGroup5.Key  = "Parametros";
     buttonBarGroup5.Text = "Parametros";
     buttonBarItem30.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem30.Icon")));
     buttonBarItem30.Key  = "Facturacion";
     buttonBarItem30.Text = "Facturación";
     buttonBarItem31.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem31.Icon")));
     buttonBarItem31.Key  = "ProductosTOP";
     buttonBarItem31.Text = "Productos TOP";
     buttonBarItem32.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarItem32.Icon")));
     buttonBarItem32.Key  = "Usuarios";
     buttonBarItem32.Text = "Ventas    Usuarios";
     buttonBarGroup6.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem30,
         buttonBarItem31,
         buttonBarItem32
     });
     buttonBarGroup6.Key  = "Reportes";
     buttonBarGroup6.Text = "Reportes";
     this.bbMain.Groups.AddRange(new Janus.Windows.ButtonBar.ButtonBarGroup[] {
         buttonBarGroup4,
         buttonBarGroup5,
         buttonBarGroup6
     });
     this.bbMain.ItemAppearance = Janus.Windows.ButtonBar.ItemAppearance.Flat;
     this.bbMain.Location       = new System.Drawing.Point(0, 24);
     this.bbMain.Name           = "bbMain";
     this.bbMain.ShadowOnHover  = true;
     this.bbMain.Size           = new System.Drawing.Size(94, 496);
     this.bbMain.TabIndex       = 4;
     this.bbMain.Text           = "Menu";
     this.bbMain.VisualStyle    = Janus.Windows.ButtonBar.VisualStyle.Office2003;
     this.bbMain.ItemClick     += new Janus.Windows.ButtonBar.ItemEventHandler(this.bbMain_ItemClick);
     //
     // pnlStatus
     //
     this.pnlStatus.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.pnlStatus.BackColor = System.Drawing.SystemColors.AppWorkspace;
     this.pnlStatus.Controls.Add(this.statusConn);
     this.pnlStatus.Controls.Add(this.statusWS);
     this.pnlStatus.Location = new System.Drawing.Point(577, 497);
     this.pnlStatus.Name     = "pnlStatus";
     this.pnlStatus.Size     = new System.Drawing.Size(37, 20);
     this.pnlStatus.TabIndex = 6;
     //
     // statusConn
     //
     this.statusConn.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.statusConn.Image    = global::MFD.Properties.Resources.green;
     this.statusConn.Location = new System.Drawing.Point(2, 3);
     this.statusConn.Name     = "statusConn";
     this.statusConn.Size     = new System.Drawing.Size(17, 17);
     this.statusConn.TabIndex = 10;
     this.statusConn.TabStop  = false;
     this.statusConn.Tag      = "hhhh";
     //
     // statusWS
     //
     this.statusWS.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.statusWS.Image    = global::MFD.Properties.Resources.green;
     this.statusWS.Location = new System.Drawing.Point(20, 3);
     this.statusWS.Name     = "statusWS";
     this.statusWS.Size     = new System.Drawing.Size(17, 17);
     this.statusWS.TabIndex = 9;
     this.statusWS.TabStop  = false;
     this.statusWS.Tag      = "hhhh";
     //
     // importarExcelToolStripMenuItem
     //
     this.importarExcelToolStripMenuItem.Name   = "importarExcelToolStripMenuItem";
     this.importarExcelToolStripMenuItem.Size   = new System.Drawing.Size(155, 22);
     this.importarExcelToolStripMenuItem.Text   = "Importar Excel";
     this.importarExcelToolStripMenuItem.Click += new System.EventHandler(this.importarExcelToolStripMenuItem_Click);
     //
     // Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(617, 520);
     this.Controls.Add(this.pnlStatus);
     this.Controls.Add(this.bbMain);
     this.Controls.Add(this.mnuMain);
     this.IsMdiContainer = true;
     this.MainMenuStrip  = this.mnuMain;
     this.Name           = "Main";
     this.Text           = "MFD-FE";
     this.WindowState    = System.Windows.Forms.FormWindowState.Maximized;
     this.Load          += new System.EventHandler(this.Main_Load);
     this.mnuMain.ResumeLayout(false);
     this.mnuMain.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bbMain)).EndInit();
     this.pnlStatus.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.statusConn)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.statusWS)).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()
 {
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(frmOffer));
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup1 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem1  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem2  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup2 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem3  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem4  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem5  = new Janus.Windows.ButtonBar.ButtonBarItem();
     Janus.Windows.ButtonBar.ButtonBarGroup         buttonBarGroup3 = new Janus.Windows.ButtonBar.ButtonBarGroup();
     Janus.Windows.ButtonBar.ButtonBarItem          buttonBarItem6  = new Janus.Windows.ButtonBar.ButtonBarItem();
     this.paneli    = new DevComponents.DotNetBar.ExpandablePanel();
     this.btnPara   = new DevComponents.DotNetBar.ButtonX();
     this.btnPas    = new DevComponents.DotNetBar.ButtonX();
     this.btnRuaj   = new DevComponents.DotNetBar.ButtonX();
     this.grida     = new Janus.Windows.GridEX.GridEX();
     this.btnOferta = new Janus.Windows.ButtonBar.ButtonBar();
     this.btnDil    = new DevComponents.DotNetBar.ButtonX();
     this.btn8      = new DevComponents.DotNetBar.ButtonX();
     this.btn7      = new DevComponents.DotNetBar.ButtonX();
     this.btn6      = new DevComponents.DotNetBar.ButtonX();
     this.btn5      = new DevComponents.DotNetBar.ButtonX();
     this.btn4      = new DevComponents.DotNetBar.ButtonX();
     this.btn3      = new DevComponents.DotNetBar.ButtonX();
     this.btn2      = new DevComponents.DotNetBar.ButtonX();
     this.btn1      = new DevComponents.DotNetBar.ButtonX();
     this.paneli.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grida)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOferta)).BeginInit();
     this.SuspendLayout();
     //
     // paneli
     //
     this.paneli.CanvasColor = System.Drawing.SystemColors.Control;
     this.paneli.Controls.Add(this.btnPara);
     this.paneli.Controls.Add(this.btnPas);
     this.paneli.Controls.Add(this.btnRuaj);
     this.paneli.Controls.Add(this.grida);
     this.paneli.Controls.Add(this.btnOferta);
     this.paneli.Controls.Add(this.btnDil);
     this.paneli.Controls.Add(this.btn8);
     this.paneli.Controls.Add(this.btn7);
     this.paneli.Controls.Add(this.btn6);
     this.paneli.Controls.Add(this.btn5);
     this.paneli.Controls.Add(this.btn4);
     this.paneli.Controls.Add(this.btn3);
     this.paneli.Controls.Add(this.btn2);
     this.paneli.Controls.Add(this.btn1);
     this.paneli.Dock = System.Windows.Forms.DockStyle.Fill;
     this.paneli.ExpandButtonVisible = false;
     this.paneli.Location            = new System.Drawing.Point(0, 0);
     this.paneli.Name            = "paneli";
     this.paneli.Size            = new System.Drawing.Size(965, 751);
     this.paneli.Style.Alignment = System.Drawing.StringAlignment.Center;
     this.paneli.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
     this.paneli.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
     this.paneli.Style.Border                    = DevComponents.DotNetBar.eBorderType.DoubleLine;
     this.paneli.Style.BorderColor.Color         = System.Drawing.Color.MidnightBlue;
     this.paneli.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
     this.paneli.Style.GradientAngle             = 90;
     this.paneli.TabIndex             = 0;
     this.paneli.TitleHeight          = 30;
     this.paneli.TitleStyle.Alignment = System.Drawing.StringAlignment.Center;
     this.paneli.TitleStyle.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
     this.paneli.TitleStyle.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
     this.paneli.TitleStyle.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
     this.paneli.TitleStyle.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
     this.paneli.TitleStyle.ForeColor.ColorSchemePart   = DevComponents.DotNetBar.eColorSchemePart.PanelText;
     this.paneli.TitleStyle.GradientAngle = 90;
     this.paneli.TitleText = "Title Bar";
     //
     // btnPara
     //
     this.btnPara.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btnPara.Image    = global::ResManager.Properties.Resources.bullet_triangle_blue_djathtas;
     this.btnPara.Location = new System.Drawing.Point(879, 91);
     this.btnPara.Name     = "btnPara";
     this.btnPara.Size     = new System.Drawing.Size(62, 35);
     this.btnPara.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.btnPara.TabIndex = 16;
     //
     // btnPas
     //
     this.btnPas.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btnPas.Image    = global::ResManager.Properties.Resources.bullet_triangle_blue_majtas;
     this.btnPas.Location = new System.Drawing.Point(879, 50);
     this.btnPas.Name     = "btnPas";
     this.btnPas.Size     = new System.Drawing.Size(62, 36);
     this.btnPas.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.btnPas.TabIndex = 15;
     //
     // btnRuaj
     //
     this.btnRuaj.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btnRuaj.Location = new System.Drawing.Point(542, 602);
     this.btnRuaj.Name     = "btnRuaj";
     this.btnRuaj.Size     = new System.Drawing.Size(100, 35);
     this.btnRuaj.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.btnRuaj.TabIndex = 13;
     this.btnRuaj.Text     = "Ruaj";
     this.btnRuaj.Click   += new System.EventHandler(this.btnRuaj_Click);
     //
     // grida
     //
     this.grida.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grida.Cursor            = System.Windows.Forms.Cursors.Default;
     this.grida.GroupByBoxVisible = false;
     this.grida.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.grida.InvalidValueAction = Janus.Windows.GridEX.InvalidValueAction.DiscardChanges;
     this.grida.LayoutData         = resources.GetString("grida.LayoutData");
     this.grida.Location           = new System.Drawing.Point(367, 156);
     this.grida.Name = "grida";
     this.grida.RowFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.grida.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grida.Size       = new System.Drawing.Size(418, 413);
     this.grida.TabIndex   = 12;
     //
     // btnOferta
     //
     buttonBarGroup1.Icon = ((System.Drawing.Icon)(resources.GetObject("buttonBarGroup1.Icon")));
     buttonBarItem1.Key   = "Item1";
     buttonBarItem1.Text  = "Amstel";
     buttonBarItem2.Key   = "Item2";
     buttonBarItem2.Text  = "Korona";
     buttonBarGroup1.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem1,
         buttonBarItem2
     });
     buttonBarGroup1.Key  = "Group1";
     buttonBarGroup1.Text = "Birrat";
     buttonBarItem3.Key   = "Item1";
     buttonBarItem3.Text  = "Molla";
     buttonBarItem4.Key   = "Item2";
     buttonBarItem4.Text  = "Pjeshka";
     buttonBarItem5.Key   = "Item3";
     buttonBarItem5.Text  = "Bananja";
     buttonBarGroup2.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem3,
         buttonBarItem4,
         buttonBarItem5
     });
     buttonBarGroup2.Key  = "Group2";
     buttonBarGroup2.Text = "Frutat";
     buttonBarItem6.Key   = "Item1";
     buttonBarGroup3.Items.AddRange(new Janus.Windows.ButtonBar.ButtonBarItem[] {
         buttonBarItem6
     });
     buttonBarGroup3.Key  = "Group3";
     buttonBarGroup3.Text = "Embelsirat";
     this.btnOferta.Groups.AddRange(new Janus.Windows.ButtonBar.ButtonBarGroup[] {
         buttonBarGroup1,
         buttonBarGroup2,
         buttonBarGroup3
     });
     this.btnOferta.Location       = new System.Drawing.Point(30, 156);
     this.btnOferta.Name           = "btnOferta";
     this.btnOferta.OwnerDrawnArea = Janus.Windows.ButtonBar.OwnerDrawnArea.None;
     this.btnOferta.Size           = new System.Drawing.Size(200, 413);
     this.btnOferta.TabIndex       = 0;
     this.btnOferta.Text           = "buttonBar1";
     this.btnOferta.ThemedAreas    = ((Janus.Windows.ButtonBar.ThemedArea)(((((Janus.Windows.ButtonBar.ThemedArea.Background | Janus.Windows.ButtonBar.ThemedArea.Border)
                                                                              | Janus.Windows.ButtonBar.ThemedArea.Groups)
                                                                             | Janus.Windows.ButtonBar.ThemedArea.Items)
                                                                            | Janus.Windows.ButtonBar.ThemedArea.ScrollButton)));
     this.btnOferta.ItemSelected += new System.EventHandler(this.btnOferta_ItemSelected);
     //
     // btnDil
     //
     this.btnDil.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btnDil.Image    = global::ResManager.Properties.Resources.back;
     this.btnDil.Location = new System.Drawing.Point(855, 683);
     this.btnDil.Name     = "btnDil";
     this.btnDil.Size     = new System.Drawing.Size(98, 56);
     this.btnDil.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.btnDil.TabIndex = 11;
     this.btnDil.Click   += new System.EventHandler(this.btnDil_Click);
     //
     // btn8
     //
     this.btn8.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn8.Location = new System.Drawing.Point(648, 91);
     this.btn8.Name     = "btn8";
     this.btn8.Size     = new System.Drawing.Size(200, 35);
     this.btn8.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn8.TabIndex = 8;
     this.btn8.Text     = "Oferta 8";
     this.btn8.Click   += new System.EventHandler(this.btn8_Click);
     //
     // btn7
     //
     this.btn7.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn7.Location = new System.Drawing.Point(442, 91);
     this.btn7.Name     = "btn7";
     this.btn7.Size     = new System.Drawing.Size(200, 35);
     this.btn7.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn7.TabIndex = 7;
     this.btn7.Text     = "Oferta 7";
     this.btn7.Click   += new System.EventHandler(this.btn7_Click);
     //
     // btn6
     //
     this.btn6.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn6.Location = new System.Drawing.Point(236, 91);
     this.btn6.Name     = "btn6";
     this.btn6.Size     = new System.Drawing.Size(200, 35);
     this.btn6.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn6.TabIndex = 6;
     this.btn6.Text     = "Oferta 6";
     this.btn6.Click   += new System.EventHandler(this.btn6_Click);
     //
     // btn5
     //
     this.btn5.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn5.Location = new System.Drawing.Point(30, 91);
     this.btn5.Name     = "btn5";
     this.btn5.Size     = new System.Drawing.Size(200, 35);
     this.btn5.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn5.TabIndex = 5;
     this.btn5.Text     = "Oferta 5";
     this.btn5.Click   += new System.EventHandler(this.btn5_Click);
     //
     // btn4
     //
     this.btn4.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn4.Location = new System.Drawing.Point(648, 50);
     this.btn4.Name     = "btn4";
     this.btn4.Size     = new System.Drawing.Size(200, 35);
     this.btn4.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn4.TabIndex = 4;
     this.btn4.Text     = "Oferta 4";
     this.btn4.Click   += new System.EventHandler(this.btn4_Click);
     //
     // btn3
     //
     this.btn3.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn3.Location = new System.Drawing.Point(442, 50);
     this.btn3.Name     = "btn3";
     this.btn3.Size     = new System.Drawing.Size(200, 35);
     this.btn3.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn3.TabIndex = 3;
     this.btn3.Text     = "Oferta 3";
     this.btn3.Click   += new System.EventHandler(this.btn3_Click);
     //
     // btn2
     //
     this.btn2.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn2.Location = new System.Drawing.Point(236, 50);
     this.btn2.Name     = "btn2";
     this.btn2.Size     = new System.Drawing.Size(200, 35);
     this.btn2.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn2.TabIndex = 2;
     this.btn2.Text     = "Oferta2";
     this.btn2.Click   += new System.EventHandler(this.btn2_Click);
     //
     // btn1
     //
     this.btn1.ColorScheme.DockSiteBackColorGradientAngle = 0;
     this.btn1.Location = new System.Drawing.Point(30, 50);
     this.btn1.Name     = "btn1";
     this.btn1.Size     = new System.Drawing.Size(200, 35);
     this.btn1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office12;
     this.btn1.TabIndex = 1;
     this.btn1.Text     = "Kafe + konjak 90 lek ";
     this.btn1.Click   += new System.EventHandler(this.btn1_Click);
     //
     // frmOffer
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(965, 751);
     this.Controls.Add(this.paneli);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmOffer";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "frmOffer";
     this.WindowState     = System.Windows.Forms.FormWindowState.Maximized;
     this.Load           += new System.EventHandler(this.frmOffer_Load);
     this.paneli.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grida)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.btnOferta)).EndInit();
     this.ResumeLayout(false);
 }