Ejemplo n.º 1
0
 //dockmanager
 public void SaveDockManagerLayout(DevExpress.XtraBars.Docking.DockManager dockControl, string key)
 {
     try
     {
         System.IO.MemoryStream ms = new System.IO.MemoryStream();
         dockControl.SaveLayoutToStream(ms);
         StreamReader reader = new StreamReader(ms);
         ms.Position = 0;
         string strlayouts = reader.ReadToEnd();
         PropertyService.Set <string>(key, strlayouts);
     }
     catch (Exception ex)
     {
         MessageService.ShowException(ex);
     }
 }
Ejemplo n.º 2
0
        public void get_Layout(string _FormName, DevExpress.XtraBars.Docking.DockManager _DockManager)
        {
            try
            {
                if (!AppMain.List_FormLayouts.Any(l => l.ApplicationId == blvalue.AplicationId && l.UserCode == AppMain.AppValue.UserCode && l.FormName == _FormName && l.ControlName == "dockManager1"))
                {
                    SIS.Entity.Entities.Admin.FormLayouts _FormLayoutss = bl.blcAdmin.Run <SIS.Service.Admin.AdminService, SIS.Entity.Entities.Admin.FormLayouts>(r => r.get_FormLayouts(AppMain.AppValue.ConApp, AppMain.AppValue.UserCode, _FormName, "dockManager1"));

                    if (_FormLayoutss != null)
                    {
                        AppMain.List_FormLayouts.Add(_FormLayoutss);
                    }
                    else
                    {
                        if (AppMain.List_FormLayouts.Any(l => l.ApplicationId == blvalue.AplicationId && l.UserCode == AppMain.AppValue.UserCode && l.FormName == _FormName && l.ControlName == "dockManager1"))
                        {
                            AppMain.List_FormLayouts.Remove(_FormLayoutss);
                        }
                    }
                }
                SIS.Entity.Entities.Admin.FormLayouts _FormLayouts = (from l in AppMain.List_FormLayouts
                                                                      where
                                                                      l.ApplicationId == blvalue.AplicationId &&
                                                                      l.UserCode == AppMain.AppValue.UserCode &&
                                                                      l.FormName == _FormName & l.ControlName == "dockManager1"
                                                                      select l).FirstOrDefault();
                if (_FormLayouts != null)
                {
                    _DockManager.BeginUpdate();

                    MemoryStream _MemoryStream = Decompress(_FormLayouts.Layout.ToArray());
                    _MemoryStream.Position = 0;
                    _DockManager.RestoreLayoutFromStream(_MemoryStream);
                    _MemoryStream.Dispose();

                    _DockManager.EndUpdate();
                }
            }
            catch (Exception _Exception)
            {
            }
        }
Ejemplo n.º 3
0
 public void RestoreDockManagerLayout(DevExpress.XtraBars.Docking.DockManager dockControl, string key)
 {
     try
     {
         string layout = PropertyService.Get(key);
         if (layout != string.Empty)
         {
             System.IO.MemoryStream ms     = new System.IO.MemoryStream();
             System.IO.StreamWriter writer = new System.IO.StreamWriter(ms);
             writer.AutoFlush = true;
             writer.Write(layout);
             ms.Position = 0;
             dockControl.RestoreLayoutFromStream(ms);
         }
     }
     catch (Exception ex)
     {
         MessageService.ShowException(ex);
     }
 }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMuonTraQL));
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.MainBar = new DevExpress.XtraBars.Bar();
            this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.ChuaTra = new DevExpress.XtraEditors.CheckEdit();
            this.ngayTra = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.label29 = new DevExpress.XtraEditors.LabelControl();
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
            this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
            this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
            this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
            this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
            this.NgayMuon = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.MaPMT = new DevExpress.XtraEditors.TextEdit();
            this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.TenChuongTrinh = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.CongTyMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.BoPhanMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.NguoiMuon = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.NuocSX = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.PostMaster = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
            this.label10 = new DevExpress.XtraEditors.LabelControl();
            this.label1 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
            this.label3 = new DevExpress.XtraEditors.LabelControl();
            this.label5 = new DevExpress.XtraEditors.LabelControl();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
            this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.Col_MaPhieu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NguoiMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_BoPhanMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CongTyMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NgayMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MucDich = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NgayTra = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NguoiTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_NgayTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CongTy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
            this.TreeDes = new DevExpress.XtraTreeList.PLTreeList();
            this.ColDes_Ten = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_NuocSX = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TietMuc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_SoTapGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_LoaiLuuTru = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Betacam = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_File = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_DVD = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Cap = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenPM = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenCT = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_PhongBan = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_CongTy = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Category = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.gridBandChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBandPostMaster = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockPanel1.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
            this.popupControlContainerFilter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ChuaTra.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaPMT.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TenChuongTrinh.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.CongTyMuon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.BoPhanMuon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NguoiMuon.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NuocSX.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
            this.xtraTabControlDetail.SuspendLayout();
            this.xtraTabPageDetail.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TreeDes)).BeginInit();
            this.SuspendLayout();
            //
            // barManager1
            //
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.MainBar});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.DockManager = this.dockManager1;
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItemAdd,
            this.barButtonItemDelete,
            this.barButtonItemUpdate,
            this.barButtonItemPrint,
            this.barStaticItem1,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItemCommit,
            this.barButtonItemNoCommit,
            this.barSubItem1,
            this.barButtonItemXem,
            this.barButtonItemSearch,
            this.barButtonItemClose,
            this.barCheckItemFilter,
            this.barButtonItem3,
            this.barButtonItem4});
            this.barManager1.MaxItemId = 37;
            //
            // MainBar
            //
            this.MainBar.BarName = "MainBar";
            this.MainBar.DockCol = 0;
            this.MainBar.DockRow = 0;
            this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
            this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
            this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true)});
            this.MainBar.OptionsBar.AllowQuickCustomization = false;
            this.MainBar.OptionsBar.DrawDragBorder = false;
            this.MainBar.OptionsBar.RotateWhenVertical = false;
            this.MainBar.OptionsBar.UseWholeRow = true;
            this.MainBar.Text = "Custom 1";
            //
            // barButtonItemAdd
            //
            this.barButtonItemAdd.Caption = "Thêm";
            this.barButtonItemAdd.Id = 0;
            this.barButtonItemAdd.Name = "barButtonItemAdd";
            this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemXem
            //
            this.barButtonItemXem.Caption = "&Xem";
            this.barButtonItemXem.Id = 24;
            this.barButtonItemXem.Name = "barButtonItemXem";
            this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemDelete
            //
            this.barButtonItemDelete.Caption = "&Xóa";
            this.barButtonItemDelete.Id = 1;
            this.barButtonItemDelete.Name = "barButtonItemDelete";
            this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemUpdate
            //
            this.barButtonItemUpdate.Caption = "&Sửa";
            this.barButtonItemUpdate.Id = 2;
            this.barButtonItemUpdate.Name = "barButtonItemUpdate";
            this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemPrint
            //
            this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemPrint.Caption = "&In";
            this.barButtonItemPrint.DropDownControl = this.popupMenu1;
            this.barButtonItemPrint.Id = 3;
            this.barButtonItemPrint.Name = "barButtonItemPrint";
            this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenu1
            //
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption = "Xem trước";
            this.barButtonItem4.Id = 33;
            this.barButtonItem4.Name = "barButtonItem4";
            //
            // barButtonItemCommit
            //
            this.barButtonItemCommit.Caption = "&Duyệt";
            this.barButtonItemCommit.Id = 17;
            this.barButtonItemCommit.Name = "barButtonItemCommit";
            this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemNoCommit
            //
            this.barButtonItemNoCommit.Caption = "&Không duyệt";
            this.barButtonItemNoCommit.Id = 18;
            this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
            this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItem1
            //
            this.barSubItem1.Caption = "Nghiệp vụ";
            this.barSubItem1.Id = 20;
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemSearch
            //
            this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemSearch.Caption = "Tìm kiếm";
            this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
            this.barButtonItemSearch.Id = 27;
            this.barButtonItemSearch.Name = "barButtonItemSearch";
            this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenuFilter
            //
            this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
            this.popupMenuFilter.Manager = this.barManager1;
            this.popupMenuFilter.Name = "popupMenuFilter";
            //
            // barCheckItemFilter
            //
            this.barCheckItemFilter.Caption = "Điều &kiện lọc";
            this.barCheckItemFilter.Checked = true;
            this.barCheckItemFilter.Id = 29;
            this.barCheckItemFilter.Name = "barCheckItemFilter";
            this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barCheckItemFilter.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemFilter_CheckedChanged);
            //
            // barButtonItemClose
            //
            this.barButtonItemClose.Caption = "Đóng";
            this.barButtonItemClose.Id = 28;
            this.barButtonItemClose.Name = "barButtonItemClose";
            this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barDockControlTop
            //
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1000, 24);
            //
            // barDockControlBottom
            //
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
            this.barDockControlBottom.Size = new System.Drawing.Size(1000, 0);
            //
            // barDockControlLeft
            //
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
            //
            // barDockControlRight
            //
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1000, 24);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
            //
            // dockManager1
            //
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanel1});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            //
            // dockPanel1
            //
            this.dockPanel1.Controls.Add(this.dockPanel1_Container);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
            this.dockPanel1.FloatVertical = true;
            this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
            this.dockPanel1.Location = new System.Drawing.Point(0, 24);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.Options.AllowDockLeft = false;
            this.dockPanel1.Options.AllowDockRight = false;
            this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 139);
            this.dockPanel1.Size = new System.Drawing.Size(1000, 139);
            this.dockPanel1.Text = "Điều kiện tìm kiếm";
            this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
            //
            // dockPanel1_Container
            //
            this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
            this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(994, 111);
            this.dockPanel1_Container.TabIndex = 0;
            //
            // popupControlContainerFilter
            //
            this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainerFilter.Controls.Add(this.ChuaTra);
            this.popupControlContainerFilter.Controls.Add(this.ngayTra);
            this.popupControlContainerFilter.Controls.Add(this.label29);
            this.popupControlContainerFilter.Controls.Add(this.gridControlDetail);
            this.popupControlContainerFilter.Controls.Add(this.TapSoDen);
            this.popupControlContainerFilter.Controls.Add(this.TapSoTu);
            this.popupControlContainerFilter.Controls.Add(this.plLabel8);
            this.popupControlContainerFilter.Controls.Add(this.plLabel15);
            this.popupControlContainerFilter.Controls.Add(this.plLabel5);
            this.popupControlContainerFilter.Controls.Add(this.plLabel12);
            this.popupControlContainerFilter.Controls.Add(this.PhongBan);
            this.popupControlContainerFilter.Controls.Add(this.NgayMuon);
            this.popupControlContainerFilter.Controls.Add(this.MaPMT);
            this.popupControlContainerFilter.Controls.Add(this.Category);
            this.popupControlContainerFilter.Controls.Add(this.TenChuongTrinh);
            this.popupControlContainerFilter.Controls.Add(this.CongTyMuon);
            this.popupControlContainerFilter.Controls.Add(this.BoPhanMuon);
            this.popupControlContainerFilter.Controls.Add(this.NguoiMuon);
            this.popupControlContainerFilter.Controls.Add(this.LoaiLuuTru);
            this.popupControlContainerFilter.Controls.Add(this.NuocSX);
            this.popupControlContainerFilter.Controls.Add(this.PostMaster);
            this.popupControlContainerFilter.Controls.Add(this.TietMuc);
            this.popupControlContainerFilter.Controls.Add(this.plLabel2);
            this.popupControlContainerFilter.Controls.Add(this.plLabel4);
            this.popupControlContainerFilter.Controls.Add(this.plLabel7);
            this.popupControlContainerFilter.Controls.Add(this.plLabel6);
            this.popupControlContainerFilter.Controls.Add(this.label10);
            this.popupControlContainerFilter.Controls.Add(this.label1);
            this.popupControlContainerFilter.Controls.Add(this.plLabel3);
            this.popupControlContainerFilter.Controls.Add(this.plLabel1);
            this.popupControlContainerFilter.Controls.Add(this.label3);
            this.popupControlContainerFilter.Controls.Add(this.label5);
            this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainerFilter.Manager = this.barManager1;
            this.popupControlContainerFilter.Name = "popupControlContainerFilter";
            this.popupControlContainerFilter.Size = new System.Drawing.Size(994, 111);
            this.popupControlContainerFilter.TabIndex = 5;
            this.popupControlContainerFilter.Visible = false;
            //
            // ChuaTra
            //
            this.ChuaTra.Location = new System.Drawing.Point(908, 84);
            this.ChuaTra.MenuManager = this.barManager1;
            this.ChuaTra.Name = "ChuaTra";
            this.ChuaTra.Properties.Caption = "Chưa trả";
            this.ChuaTra.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Default;
            this.ChuaTra.Size = new System.Drawing.Size(65, 19);
            this.ChuaTra.TabIndex = 243;
            //
            // ngayTra
            //
            this.ngayTra.Caption = "Từ ngày 4/16/2012 đến ngày 4/23/2012";
            this.ngayTra.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.ngayTra.FirstFrom = new System.DateTime(2012, 4, 16, 11, 28, 34, 0);
            this.ngayTra.FirstTo = new System.DateTime(2012, 4, 23, 11, 28, 34, 0);
            this.ngayTra.FromDate = new System.DateTime(2012, 4, 16, 11, 28, 34, 0);
            this.ngayTra.Location = new System.Drawing.Point(533, 83);
            this.ngayTra.Name = "ngayTra";
            this.ngayTra.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
            this.ngayTra.SecondFrom = new System.DateTime(2012, 4, 16, 11, 28, 34, 0);
            this.ngayTra.SecondTo = new System.DateTime(2012, 4, 23, 11, 28, 34, 0);
            this.ngayTra.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.ngayTra.Size = new System.Drawing.Size(285, 21);
            this.ngayTra.TabIndex = 226;
            this.ngayTra.ToDate = new System.DateTime(2012, 4, 23, 11, 28, 34, 0);
            this.ngayTra.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
            //
            // label29
            //
            this.label29.Location = new System.Drawing.Point(485, 87);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(42, 13);
            this.label29.TabIndex = 217;
            this.label29.Text = "Ngày trả";

            //
            // gridControlDetail
            //
            this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
            this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlDetail.Location = new System.Drawing.Point(974, 138);
            this.gridControlDetail.MainView = this.gridViewDetail;
            this.gridControlDetail.MenuManager = this.barManager1;
            this.gridControlDetail.Name = "gridControlDetail";
            this.gridControlDetail.Size = new System.Drawing.Size(10, 10);
            this.gridControlDetail.TabIndex = 0;
            this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewDetail});
            this.gridControlDetail.Visible = false;
            //
            // gridViewDetail
            //
            this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewDetail.GridControl = this.gridControlDetail;
            this.gridViewDetail.IndicatorWidth = 40;
            this.gridViewDetail.Name = "gridViewDetail";
            this.gridViewDetail.OptionsBehavior.Editable = false;
            this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
            this.gridViewDetail.OptionsSelection.MultiSelect = true;
            this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
            this.gridViewDetail.OptionsView.ShowGroupPanel = false;
            this.gridViewDetail.OptionsView.ShowViewCaption = true;
            this.gridViewDetail.ViewCaption = "Biên mục (Cấp 3)";
            //
            // TapSoDen
            //
            this.TapSoDen.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.TapSoDen.Location = new System.Drawing.Point(925, 32);
            this.TapSoDen.Name = "TapSoDen";
            this.TapSoDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.TapSoDen.Size = new System.Drawing.Size(59, 20);
            this.TapSoDen.TabIndex = 241;
            //
            // TapSoTu
            //
            this.TapSoTu.EditValue = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.TapSoTu.Location = new System.Drawing.Point(837, 32);
            this.TapSoTu.Name = "TapSoTu";
            this.TapSoTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.TapSoTu.Size = new System.Drawing.Size(56, 20);
            this.TapSoTu.TabIndex = 242;
            //
            // plLabel8
            //
            this.plLabel8.Location = new System.Drawing.Point(772, 33);
            this.plLabel8.Name = "plLabel8";
            this.plLabel8.Size = new System.Drawing.Size(46, 13);
            this.plLabel8.TabIndex = 239;
            this.plLabel8.Text = "Tập số từ";

            //
            // plLabel15
            //
            this.plLabel15.Location = new System.Drawing.Point(901, 37);
            this.plLabel15.Name = "plLabel15";
            this.plLabel15.Size = new System.Drawing.Size(18, 13);
            this.plLabel15.TabIndex = 239;
            this.plLabel15.Text = "đến";

            //
            // plLabel5
            //
            this.plLabel5.Location = new System.Drawing.Point(269, 60);
            this.plLabel5.Name = "plLabel5";
            this.plLabel5.Size = new System.Drawing.Size(40, 13);
            this.plLabel5.TabIndex = 240;
            this.plLabel5.Text = "Tiết mục";

            //
            // plLabel12
            //
            this.plLabel12.Location = new System.Drawing.Point(772, 63);
            this.plLabel12.Name = "plLabel12";
            this.plLabel12.Size = new System.Drawing.Size(51, 13);
            this.plLabel12.TabIndex = 240;
            this.plLabel12.Text = "Phòng ban";

            //
            // PhongBan
            //
            this.PhongBan.Location = new System.Drawing.Point(837, 59);
            this.PhongBan.Name = "PhongBan";
            this.PhongBan.Size = new System.Drawing.Size(147, 20);
            this.PhongBan.TabIndex = 10;
            //
            // NgayMuon
            //
            this.NgayMuon.Caption = "Từ ngày 4/16/2012 đến ngày 4/23/2012";
            this.NgayMuon.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.NgayMuon.FirstFrom = new System.DateTime(2012, 4, 16, 11, 28, 38, 734);
            this.NgayMuon.FirstTo = new System.DateTime(2012, 4, 23, 11, 28, 38, 734);
            this.NgayMuon.FromDate = new System.DateTime(2012, 4, 16, 11, 28, 38, 734);
            this.NgayMuon.Location = new System.Drawing.Point(74, 83);
            this.NgayMuon.Name = "NgayMuon";
            this.NgayMuon.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
            this.NgayMuon.SecondFrom = new System.DateTime(2012, 4, 16, 11, 28, 38, 734);
            this.NgayMuon.SecondTo = new System.DateTime(2012, 4, 23, 11, 28, 38, 734);
            this.NgayMuon.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.NgayMuon.Size = new System.Drawing.Size(285, 21);
            this.NgayMuon.TabIndex = 226;
            this.NgayMuon.ToDate = new System.DateTime(2012, 4, 23, 11, 28, 38, 734);
            this.NgayMuon.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
            //
            // MaPMT
            //
            this.MaPMT.Location = new System.Drawing.Point(74, 7);
            this.MaPMT.Name = "MaPMT";
            this.MaPMT.Size = new System.Drawing.Size(192, 20);
            this.MaPMT.TabIndex = 223;
            //
            // Category
            //
            this.Category._DataSource = null;
            this.Category._GetField = null;
            this.Category.Location = new System.Drawing.Point(593, 6);
            this.Category.Name = "Category";
            this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.Category.Size = new System.Drawing.Size(173, 20);
            this.Category.TabIndex = 222;
            //
            // TenChuongTrinh
            //
            this.TenChuongTrinh._DataSource = null;
            this.TenChuongTrinh._GetField = null;
            this.TenChuongTrinh.Location = new System.Drawing.Point(339, 32);
            this.TenChuongTrinh.Name = "TenChuongTrinh";
            this.TenChuongTrinh.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.TenChuongTrinh.Size = new System.Drawing.Size(187, 20);
            this.TenChuongTrinh.TabIndex = 222;
            //
            // CongTyMuon
            //
            this.CongTyMuon._DataSource = null;
            this.CongTyMuon._GetField = null;
            this.CongTyMuon.Location = new System.Drawing.Point(340, 6);
            this.CongTyMuon.Name = "CongTyMuon";
            this.CongTyMuon.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.CongTyMuon.Size = new System.Drawing.Size(187, 20);
            this.CongTyMuon.TabIndex = 222;
            //
            // BoPhanMuon
            //
            this.BoPhanMuon._DataSource = null;
            this.BoPhanMuon._GetField = null;
            this.BoPhanMuon.Location = new System.Drawing.Point(74, 56);
            this.BoPhanMuon.Name = "BoPhanMuon";
            this.BoPhanMuon.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.BoPhanMuon.Size = new System.Drawing.Size(192, 20);
            this.BoPhanMuon.TabIndex = 222;
            //
            // NguoiMuon
            //
            this.NguoiMuon._DataSource = null;
            this.NguoiMuon._GetField = null;
            this.NguoiMuon.Location = new System.Drawing.Point(74, 31);
            this.NguoiMuon.Name = "NguoiMuon";
            this.NguoiMuon.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.NguoiMuon.Size = new System.Drawing.Size(192, 20);
            this.NguoiMuon.TabIndex = 222;
            //
            // LoaiLuuTru
            //
            this.LoaiLuuTru.DataSource = null;
            this.LoaiLuuTru.DisplayField = null;
            this.LoaiLuuTru.Location = new System.Drawing.Point(837, 6);
            this.LoaiLuuTru.Name = "LoaiLuuTru";
            this.LoaiLuuTru.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.LoaiLuuTru.Size = new System.Drawing.Size(147, 20);
            this.LoaiLuuTru.TabIndex = 220;
            this.LoaiLuuTru.ValueField = null;
            //
            // NuocSX
            //
            this.NuocSX.DataSource = null;
            this.NuocSX.DisplayField = null;
            this.NuocSX.Location = new System.Drawing.Point(593, 30);
            this.NuocSX.Name = "NuocSX";
            this.NuocSX.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.NuocSX.Size = new System.Drawing.Size(173, 20);
            this.NuocSX.TabIndex = 220;
            this.NuocSX.ValueField = null;
            //
            // PostMaster
            //
            this.PostMaster.DataSource = null;
            this.PostMaster.DisplayField = null;
            this.PostMaster.Location = new System.Drawing.Point(593, 56);
            this.PostMaster.Name = "PostMaster";
            this.PostMaster.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.PostMaster.Size = new System.Drawing.Size(173, 20);
            this.PostMaster.TabIndex = 220;
            this.PostMaster.ValueField = null;
            //
            // TietMuc
            //
            this.TietMuc.DataSource = null;
            this.TietMuc.DisplayField = null;
            this.TietMuc.Location = new System.Drawing.Point(339, 56);
            this.TietMuc.Name = "TietMuc";
            this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.TietMuc.Size = new System.Drawing.Size(187, 20);
            this.TietMuc.TabIndex = 216;
            this.TietMuc.ValueField = null;
            //
            // plLabel2
            //
            this.plLabel2.Location = new System.Drawing.Point(772, 10);
            this.plLabel2.Name = "plLabel2";
            this.plLabel2.Size = new System.Drawing.Size(55, 13);
            this.plLabel2.TabIndex = 213;
            this.plLabel2.Text = "Loại lưu trữ";

            //
            // plLabel4
            //
            this.plLabel4.Location = new System.Drawing.Point(269, 35);
            this.plLabel4.Name = "plLabel4";
            this.plLabel4.Size = new System.Drawing.Size(34, 13);
            this.plLabel4.TabIndex = 213;
            this.plLabel4.Text = "Tên CT";

            //
            // plLabel7
            //
            this.plLabel7.Location = new System.Drawing.Point(532, 34);
            this.plLabel7.Name = "plLabel7";
            this.plLabel7.Size = new System.Drawing.Size(40, 13);
            this.plLabel7.TabIndex = 213;
            this.plLabel7.Text = "Nước SX";

            //
            // plLabel6
            //
            this.plLabel6.Location = new System.Drawing.Point(532, 12);
            this.plLabel6.Name = "plLabel6";
            this.plLabel6.Size = new System.Drawing.Size(45, 13);
            this.plLabel6.TabIndex = 213;
            this.plLabel6.Text = "Category";

            //
            // label10
            //
            this.label10.Location = new System.Drawing.Point(532, 59);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(58, 13);
            this.label10.TabIndex = 213;
            this.label10.Text = "Post/Master";

            //
            // label1
            //
            this.label1.Location = new System.Drawing.Point(4, 12);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(37, 13);
            this.label1.TabIndex = 214;
            this.label1.Text = "Mã PMT";

            //
            // plLabel3
            //
            this.plLabel3.Location = new System.Drawing.Point(269, 12);
            this.plLabel3.Name = "plLabel3";
            this.plLabel3.Size = new System.Drawing.Size(68, 13);
            this.plLabel3.TabIndex = 217;
            this.plLabel3.Text = "Công ty mượn";

            //
            // plLabel1
            //
            this.plLabel1.Location = new System.Drawing.Point(2, 87);
            this.plLabel1.Name = "plLabel1";
            this.plLabel1.Size = new System.Drawing.Size(55, 13);
            this.plLabel1.TabIndex = 217;
            this.plLabel1.Text = "Ngày mượn";

            //
            // label3
            //
            this.label3.Location = new System.Drawing.Point(3, 34);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(58, 13);
            this.label3.TabIndex = 218;
            this.label3.Text = "Người mượn";

            //
            // label5
            //
            this.label5.Location = new System.Drawing.Point(2, 60);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(69, 13);
            this.label5.TabIndex = 219;
            this.label5.Text = "Bộ phận mượn";

            //
            // barStaticItem1
            //
            this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barStaticItem1.Width = 100;
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 14;
            this.barButtonItem1.Name = "barButtonItem1";
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 15;
            this.barButtonItem2.Name = "barButtonItem2";
            //
            // barButtonItem3
            //
            this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItem3.Caption = "In";
            this.barButtonItem3.Id = 30;
            this.barButtonItem3.Name = "barButtonItem3";
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 163);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1000, 382);
            this.splitContainerControl1.SplitterPosition = 199;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            //
            // gridControlMaster
            //
            this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
            this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
            this.gridControlMaster.MainView = this.gridViewMaster;
            this.gridControlMaster.Name = "gridControlMaster";
            this.gridControlMaster.Size = new System.Drawing.Size(1000, 199);
            this.gridControlMaster.TabIndex = 10;
            this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMaster});
            //
            // gridViewMaster
            //
            this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBandChuongTrinh,
            this.gridBandPostMaster});
            this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.Col_MaPhieu,
            this.Col_NguoiMuon,
            this.Col_BoPhanMuon,
            this.Col_CongTyMuon,
            this.Col_NgayMuon,
            this.Col_MucDich,
            this.Col_NgayTra,
            this.Col_NguoiTao,
            this.Col_NgayTao,
            this.Col_PhongBan,
            this.Col_CongTy});
            this.gridViewMaster.GridControl = this.gridControlMaster;
            this.gridViewMaster.IndicatorWidth = 40;
            this.gridViewMaster.Name = "gridViewMaster";
            this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
            this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewMaster.OptionsView.ShowGroupPanel = false;
            this.gridViewMaster.OptionsView.ShowViewCaption = true;
            this.gridViewMaster.ViewCaption = "Danh sách phiếu mượn/trả";
            //
            // Col_MaPhieu
            //
            this.Col_MaPhieu.Caption = "Mã PMT";
            this.Col_MaPhieu.Name = "Col_MaPhieu";
            this.Col_MaPhieu.ToolTip = "Mã phiếu mượn trả";
            this.Col_MaPhieu.Visible = true;
            this.Col_MaPhieu.Width = 49;
            //
            // Col_NguoiMuon
            //
            this.Col_NguoiMuon.Caption = "Người mượn";
            this.Col_NguoiMuon.Name = "Col_NguoiMuon";
            this.Col_NguoiMuon.Visible = true;
            this.Col_NguoiMuon.Width = 70;
            //
            // Col_BoPhanMuon
            //
            this.Col_BoPhanMuon.Caption = "Bộ phận mượn";
            this.Col_BoPhanMuon.Name = "Col_BoPhanMuon";
            this.Col_BoPhanMuon.Visible = true;
            this.Col_BoPhanMuon.Width = 81;
            //
            // Col_CongTyMuon
            //
            this.Col_CongTyMuon.Caption = "Công ty mượn";
            this.Col_CongTyMuon.Name = "Col_CongTyMuon";
            this.Col_CongTyMuon.Visible = true;
            this.Col_CongTyMuon.Width = 80;
            //
            // Col_NgayMuon
            //
            this.Col_NgayMuon.Caption = "Ngày mượn";
            this.Col_NgayMuon.Name = "Col_NgayMuon";
            this.Col_NgayMuon.Visible = true;
            this.Col_NgayMuon.Width = 67;
            //
            // Col_MucDich
            //
            this.Col_MucDich.Caption = "Mục đích mượn";
            this.Col_MucDich.Name = "Col_MucDich";
            this.Col_MucDich.Visible = true;
            this.Col_MucDich.Width = 83;
            //
            // Col_NgayTra
            //
            this.Col_NgayTra.Caption = "Ngày trả";
            this.Col_NgayTra.Name = "Col_NgayTra";
            this.Col_NgayTra.Visible = true;
            this.Col_NgayTra.Width = 54;
            //
            // Col_NguoiTao
            //
            this.Col_NguoiTao.Caption = "Người tạo";
            this.Col_NguoiTao.Name = "Col_NguoiTao";
            this.Col_NguoiTao.Visible = true;
            this.Col_NguoiTao.Width = 59;
            //
            // Col_NgayTao
            //
            this.Col_NgayTao.Caption = "Ngày tạo";
            this.Col_NgayTao.Name = "Col_NgayTao";
            this.Col_NgayTao.Visible = true;
            this.Col_NgayTao.Width = 56;
            //
            // Col_PhongBan
            //
            this.Col_PhongBan.Caption = "Phòng ban";
            this.Col_PhongBan.Name = "Col_PhongBan";
            this.Col_PhongBan.Visible = true;
            this.Col_PhongBan.Width = 63;
            //
            // Col_CongTy
            //
            this.Col_CongTy.Caption = "Công ty";
            this.Col_CongTy.Name = "Col_CongTy";
            this.Col_CongTy.Visible = true;
            this.Col_CongTy.Width = 50;
            //
            // xtraTabControlDetail
            //
            this.xtraTabControlDetail.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.xtraTabControlDetail.Appearance.Options.UseBorderColor = true;
            this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControlDetail.Name = "xtraTabControlDetail";
            this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
            this.xtraTabControlDetail.Size = new System.Drawing.Size(1000, 177);
            this.xtraTabControlDetail.TabIndex = 10;
            this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageDetail});
            //
            // xtraTabPageDetail
            //
            this.xtraTabPageDetail.Controls.Add(this.TreeDes);
            this.xtraTabPageDetail.Name = "xtraTabPageDetail";
            this.xtraTabPageDetail.Size = new System.Drawing.Size(993, 148);
            this.xtraTabPageDetail.Text = "Danh sách chương trình - post/master - biên mục mượn/trả của phiếu đang chọn";
            //
            // TreeDes
            //
            this.TreeDes.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.TreeDes.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.TreeDes.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.ColDes_Ten,
            this.treeListColumn2,
            this.ColDes_TenGoc,
            this.ColDes_NuocSX,
            this.ColDes_TietMuc,
            this.ColDes_SoTapGoc,
            this.ColDes_LoaiLuuTru,
            this.ColDes_Betacam,
            this.ColDes_File,
            this.ColDes_DVD,
            this.ColDes_Cap,
            this.ColDes_TenPM,
            this.ColDes_TenCT,
            this.ColDes_PhongBan,
            this.ColDes_CongTy,
            this.ColDes_Category});
            this.TreeDes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TreeDes.Location = new System.Drawing.Point(0, 0);
            this.TreeDes.Name = "TreeDes";
            this.TreeDes.OptionsBehavior.AllowExpandOnDblClick = false;
            this.TreeDes.OptionsBehavior.AutoFocusNewNode = true;
            this.TreeDes.OptionsBehavior.AutoMoveRowFocus = true;
            this.TreeDes.OptionsSelection.MultiSelect = true;
            this.TreeDes.OptionsView.EnableAppearanceEvenRow = true;
            this.TreeDes.OptionsView.EnableAppearanceOddRow = true;
            this.TreeDes.Size = new System.Drawing.Size(993, 148);
            this.TreeDes.TabIndex = 35;
            //
            // ColDes_Ten
            //
            this.ColDes_Ten.Caption = "Tên";
            this.ColDes_Ten.FieldName = "Được quyền xóa";
            this.ColDes_Ten.Name = "ColDes_Ten";
            this.ColDes_Ten.OptionsColumn.AllowEdit = false;
            this.ColDes_Ten.OptionsColumn.AllowFocus = false;
            this.ColDes_Ten.Visible = true;
            this.ColDes_Ten.VisibleIndex = 0;
            this.ColDes_Ten.Width = 80;
            //
            // treeListColumn2
            //
            this.treeListColumn2.Caption = "Là nhóm";
            this.treeListColumn2.FieldName = "Là nhóm";
            this.treeListColumn2.Name = "treeListColumn2";
            this.treeListColumn2.OptionsColumn.AllowEdit = false;
            this.treeListColumn2.OptionsColumn.ShowInCustomizationForm = false;
            //
            // ColDes_TenGoc
            //
            this.ColDes_TenGoc.Caption = "Tên gốc";
            this.ColDes_TenGoc.FieldName = "Tên gốc";
            this.ColDes_TenGoc.Name = "ColDes_TenGoc";
            this.ColDes_TenGoc.OptionsColumn.AllowEdit = false;
            this.ColDes_TenGoc.OptionsColumn.AllowFocus = false;
            this.ColDes_TenGoc.Visible = true;
            this.ColDes_TenGoc.VisibleIndex = 1;
            this.ColDes_TenGoc.Width = 55;
            //
            // ColDes_NuocSX
            //
            this.ColDes_NuocSX.Caption = "Nước SX";
            this.ColDes_NuocSX.FieldName = "Được quyền thêm";
            this.ColDes_NuocSX.Name = "ColDes_NuocSX";
            this.ColDes_NuocSX.OptionsColumn.AllowEdit = false;
            this.ColDes_NuocSX.OptionsColumn.AllowFocus = false;
            this.ColDes_NuocSX.Visible = true;
            this.ColDes_NuocSX.VisibleIndex = 3;
            this.ColDes_NuocSX.Width = 54;
            //
            // ColDes_TietMuc
            //
            this.ColDes_TietMuc.Caption = "Tiết mục";
            this.ColDes_TietMuc.FieldName = "Được quyền xem";
            this.ColDes_TietMuc.Name = "ColDes_TietMuc";
            this.ColDes_TietMuc.OptionsColumn.AllowEdit = false;
            this.ColDes_TietMuc.OptionsColumn.AllowFocus = false;
            this.ColDes_TietMuc.Visible = true;
            this.ColDes_TietMuc.VisibleIndex = 6;
            this.ColDes_TietMuc.Width = 55;
            //
            // ColDes_SoTapGoc
            //
            this.ColDes_SoTapGoc.Caption = "Số tập gốc/cắt";
            this.ColDes_SoTapGoc.FieldName = "Được quyền sửa";
            this.ColDes_SoTapGoc.Name = "ColDes_SoTapGoc";
            this.ColDes_SoTapGoc.OptionsColumn.AllowEdit = false;
            this.ColDes_SoTapGoc.OptionsColumn.AllowFocus = false;
            this.ColDes_SoTapGoc.Visible = true;
            this.ColDes_SoTapGoc.VisibleIndex = 9;
            this.ColDes_SoTapGoc.Width = 86;
            //
            // ColDes_LoaiLuuTru
            //
            this.ColDes_LoaiLuuTru.Caption = "Loại lưu trữ";
            this.ColDes_LoaiLuuTru.FieldName = "Loại lưu trữ";
            this.ColDes_LoaiLuuTru.Name = "ColDes_LoaiLuuTru";
            this.ColDes_LoaiLuuTru.OptionsColumn.AllowEdit = false;
            this.ColDes_LoaiLuuTru.OptionsColumn.AllowFocus = false;
            this.ColDes_LoaiLuuTru.Visible = true;
            this.ColDes_LoaiLuuTru.VisibleIndex = 8;
            this.ColDes_LoaiLuuTru.Width = 70;
            //
            // ColDes_Betacam
            //
            this.ColDes_Betacam.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ColDes_Betacam.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.ColDes_Betacam.AppearanceHeader.Options.UseFont = true;
            this.ColDes_Betacam.AppearanceHeader.Options.UseForeColor = true;
            this.ColDes_Betacam.Caption = "Betacam";
            this.ColDes_Betacam.FieldName = "Betacam";
            this.ColDes_Betacam.Name = "ColDes_Betacam";
            this.ColDes_Betacam.Visible = true;
            this.ColDes_Betacam.VisibleIndex = 12;
            this.ColDes_Betacam.Width = 53;
            //
            // ColDes_File
            //
            this.ColDes_File.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ColDes_File.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.ColDes_File.AppearanceHeader.Options.UseFont = true;
            this.ColDes_File.AppearanceHeader.Options.UseForeColor = true;
            this.ColDes_File.Caption = "File";
            this.ColDes_File.FieldName = "File";
            this.ColDes_File.Name = "ColDes_File";
            this.ColDes_File.Visible = true;
            this.ColDes_File.VisibleIndex = 13;
            this.ColDes_File.Width = 50;
            //
            // ColDes_DVD
            //
            this.ColDes_DVD.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ColDes_DVD.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.ColDes_DVD.AppearanceHeader.Options.UseFont = true;
            this.ColDes_DVD.AppearanceHeader.Options.UseForeColor = true;
            this.ColDes_DVD.Caption = "DVD";
            this.ColDes_DVD.FieldName = "DVD";
            this.ColDes_DVD.Name = "ColDes_DVD";
            this.ColDes_DVD.Visible = true;
            this.ColDes_DVD.VisibleIndex = 14;
            this.ColDes_DVD.Width = 49;
            //
            // ColDes_Cap
            //
            this.ColDes_Cap.Caption = "Cấp";
            this.ColDes_Cap.FieldName = "Cấp";
            this.ColDes_Cap.Name = "ColDes_Cap";
            this.ColDes_Cap.OptionsColumn.AllowEdit = false;
            this.ColDes_Cap.OptionsColumn.AllowFocus = false;
            this.ColDes_Cap.Visible = true;
            this.ColDes_Cap.VisibleIndex = 2;
            this.ColDes_Cap.Width = 79;
            //
            // ColDes_TenPM
            //
            this.ColDes_TenPM.Caption = "P/M";
            this.ColDes_TenPM.FieldName = "P/M";
            this.ColDes_TenPM.Name = "ColDes_TenPM";
            this.ColDes_TenPM.OptionsColumn.AllowEdit = false;
            this.ColDes_TenPM.OptionsColumn.AllowFocus = false;
            this.ColDes_TenPM.Visible = true;
            this.ColDes_TenPM.VisibleIndex = 5;
            this.ColDes_TenPM.Width = 79;
            //
            // ColDes_TenCT
            //
            this.ColDes_TenCT.Caption = "CT";
            this.ColDes_TenCT.FieldName = "CT";
            this.ColDes_TenCT.Name = "ColDes_TenCT";
            this.ColDes_TenCT.OptionsColumn.AllowEdit = false;
            this.ColDes_TenCT.OptionsColumn.AllowFocus = false;
            this.ColDes_TenCT.Visible = true;
            this.ColDes_TenCT.VisibleIndex = 4;
            this.ColDes_TenCT.Width = 79;
            //
            // ColDes_PhongBan
            //
            this.ColDes_PhongBan.Caption = "Phòng ban";
            this.ColDes_PhongBan.FieldName = "ColDes_PhongBan";
            this.ColDes_PhongBan.Name = "ColDes_PhongBan";
            this.ColDes_PhongBan.OptionsColumn.AllowEdit = false;
            this.ColDes_PhongBan.OptionsColumn.AllowFocus = false;
            this.ColDes_PhongBan.Visible = true;
            this.ColDes_PhongBan.VisibleIndex = 10;
            this.ColDes_PhongBan.Width = 79;
            //
            // ColDes_CongTy
            //
            this.ColDes_CongTy.Caption = "Công ty";
            this.ColDes_CongTy.FieldName = "Công ty";
            this.ColDes_CongTy.Name = "ColDes_CongTy";
            this.ColDes_CongTy.OptionsColumn.AllowEdit = false;
            this.ColDes_CongTy.OptionsColumn.AllowFocus = false;
            this.ColDes_CongTy.Visible = true;
            this.ColDes_CongTy.VisibleIndex = 11;
            this.ColDes_CongTy.Width = 79;
            //
            // ColDes_Category
            //
            this.ColDes_Category.Caption = "Category";
            this.ColDes_Category.FieldName = "Category";
            this.ColDes_Category.Name = "ColDes_Category";
            this.ColDes_Category.Visible = true;
            this.ColDes_Category.VisibleIndex = 7;
            //
            // gridBandChuongTrinh
            //
            this.gridBandChuongTrinh.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandChuongTrinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandChuongTrinh.Caption = "Thông tin mượn/trả";
            this.gridBandChuongTrinh.Columns.Add(this.Col_MaPhieu);
            this.gridBandChuongTrinh.Columns.Add(this.Col_NguoiMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_BoPhanMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_CongTyMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_NgayMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MucDich);
            this.gridBandChuongTrinh.Columns.Add(this.Col_NgayTra);
            this.gridBandChuongTrinh.Name = "gridBandChuongTrinh";
            this.gridBandChuongTrinh.Width = 484;
            //
            // gridBandPostMaster
            //
            this.gridBandPostMaster.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandPostMaster.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandPostMaster.Caption = "Thông tin tạo phiếu";
            this.gridBandPostMaster.Columns.Add(this.Col_NguoiTao);
            this.gridBandPostMaster.Columns.Add(this.Col_NgayTao);
            this.gridBandPostMaster.Columns.Add(this.Col_PhongBan);
            this.gridBandPostMaster.Columns.Add(this.Col_CongTy);
            this.gridBandPostMaster.Name = "gridBandPostMaster";
            this.gridBandPostMaster.Width = 228;
            //
            // frmMuonTraQL
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1000, 545);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.dockPanel1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "frmMuonTraQL";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Quản lý phiếu mượn trả";
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockPanel1.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
            this.popupControlContainerFilter.ResumeLayout(false);
            this.popupControlContainerFilter.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ChuaTra.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.MaPMT.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TenChuongTrinh.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.CongTyMuon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.BoPhanMuon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NguoiMuon.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NuocSX.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
            this.xtraTabControlDetail.ResumeLayout(false);
            this.xtraTabPageDetail.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.TreeDes)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmBaseReportExt));
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.sbNewPreview = new DevExpress.XtraEditors.SimpleButton();
     this.sbPreview = new DevExpress.XtraEditors.SimpleButton();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageIntro = new DevExpress.XtraTab.XtraTabPage();
     this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel2.SuspendLayout();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPageIntro.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel2});
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel2
     //
     this.dockPanel2.Controls.Add(this.dockPanel2_Container);
     this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float;
     this.dockPanel2.FloatLocation = new System.Drawing.Point(231, 255);
     this.dockPanel2.FloatVertical = true;
     this.dockPanel2.ID = new System.Guid("efb3e4b0-6cc1-412c-ae6c-fed385d7419d");
     this.dockPanel2.Location = new System.Drawing.Point(-32768, -32768);
     this.dockPanel2.Name = "dockPanel2";
     this.dockPanel2.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockPanel2.SavedIndex = 0;
     this.dockPanel2.Size = new System.Drawing.Size(200, 200);
     this.dockPanel2.Text = "dockPanel2";
     this.dockPanel2.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Location = new System.Drawing.Point(3, 20);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(194, 177);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.FloatSize = new System.Drawing.Size(215, 200);
     this.dockPanel1.FloatVertical = true;
     this.dockPanel1.ID = new System.Guid("abe6377d-9058-4e9f-bb5c-d22cba2ec019");
     this.dockPanel1.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockBottom = false;
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.FloatOnDblClick = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.Options.ShowMaximizeButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.Size = new System.Drawing.Size(200, 393);
     this.dockPanel1.Text = "Danh sách báo cáo";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.panelControl2);
     this.dockPanel1_Container.Controls.Add(this.panelControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 365);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.splitContainerControl1);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(194, 331);
     this.panelControl2.TabIndex = 0;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Margin = new System.Windows.Forms.Padding(0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.MinSize = 50;
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(194, 331);
     this.splitContainerControl1.SplitterPosition = 166;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     this.splitContainerControl1.SizeChanged += new System.EventHandler(this.splitContainerControl1_SizeChanged);
     //
     // treeList1
     //
     this.treeList1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn1});
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.BeginUnboundLoad();
     this.treeList1.AppendNode(new object[] {
     "Nhóm báo cáo A"}, -1);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo A1"}, 0);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo A2"}, 0);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo A3"}, 0);
     this.treeList1.AppendNode(new object[] {
     "Nhóm báo cáo B"}, -1);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo B1"}, 4);
     this.treeList1.AppendNode(new object[] {
     "Báo cáo B2"}, 4);
     this.treeList1.EndUnboundLoad();
     this.treeList1.OptionsBehavior.Editable = false;
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.Size = new System.Drawing.Size(194, 166);
     this.treeList1.TabIndex = 1;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged_1);
     //
     // treeListColumn1
     //
     this.treeListColumn1.MinWidth = 46;
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.Visible = true;
     this.treeListColumn1.VisibleIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.sbNewPreview);
     this.panelControl1.Controls.Add(this.sbPreview);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(0, 331);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Padding = new System.Windows.Forms.Padding(5, 5, 10, 5);
     this.panelControl1.Size = new System.Drawing.Size(194, 34);
     this.panelControl1.TabIndex = 9;
     //
     // sbNewPreview
     //
     this.sbNewPreview.Dock = System.Windows.Forms.DockStyle.Right;
     this.sbNewPreview.Location = new System.Drawing.Point(56, 5);
     this.sbNewPreview.Name = "sbNewPreview";
     this.sbNewPreview.Size = new System.Drawing.Size(64, 24);
     this.sbNewPreview.TabIndex = 1;
     this.sbNewPreview.Text = "&Mới";
     this.sbNewPreview.ToolTip = "Tạo báo cáo mới";
     this.sbNewPreview.Click += new System.EventHandler(this.sbNewPreview_Click);
     //
     // sbPreview
     //
     this.sbPreview.Dock = System.Windows.Forms.DockStyle.Right;
     this.sbPreview.Location = new System.Drawing.Point(120, 5);
     this.sbPreview.Name = "sbPreview";
     this.sbPreview.Size = new System.Drawing.Size(64, 24);
     this.sbPreview.TabIndex = 0;
     this.sbPreview.Text = "&Xem";
     this.sbPreview.ToolTip = "Tạo báo cáo theo điều kiện lọc";
     this.sbPreview.Click += new System.EventHandler(this.sbPreview_Click);
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderButtons = ((DevExpress.XtraTab.TabButtons)(((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next)
                 | DevExpress.XtraTab.TabButtons.Close)));
     this.xtraTabControl1.Location = new System.Drawing.Point(200, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPageIntro;
     this.xtraTabControl1.Size = new System.Drawing.Size(418, 393);
     this.xtraTabControl1.TabIndex = 9;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageIntro});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     this.xtraTabControl1.CloseButtonClick += new System.EventHandler(this.xtraTabControl1_CloseButtonClick);
     //
     // xtraTabPageIntro
     //
     this.xtraTabPageIntro.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.xtraTabPageIntro.Controls.Add(this.pictureEdit1);
     this.xtraTabPageIntro.Name = "xtraTabPageIntro";
     this.xtraTabPageIntro.Size = new System.Drawing.Size(411, 364);
     this.xtraTabPageIntro.Text = "Giới thiệu";
     //
     // pictureEdit1
     //
     this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pictureEdit1.EditValue = ((object)(resources.GetObject("pictureEdit1.EditValue")));
     this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
     this.pictureEdit1.Name = "pictureEdit1";
     this.pictureEdit1.Properties.ReadOnly = true;
     this.pictureEdit1.Properties.ShowMenu = false;
     this.pictureEdit1.ShowToolTips = false;
     this.pictureEdit1.Size = new System.Drawing.Size(411, 364);
     this.pictureEdit1.TabIndex = 0;
     //
     // frmBaseReportExt
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(618, 393);
     this.Controls.Add(this.xtraTabControl1);
     this.Controls.Add(this.dockPanel1);
     this.Name = "frmBaseReportExt";
     this.Text = "Hệ thống báo cáo";
     this.Load += new System.EventHandler(this.frmBaseReport_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel2.ResumeLayout(false);
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPageIntro.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.labelPointerLocation            = new System.Windows.Forms.Label();
     this.labelPointerX                   = new System.Windows.Forms.Label();
     this.labelPointerY                   = new System.Windows.Forms.Label();
     this.labelPointerZ                   = new System.Windows.Forms.Label();
     this.labelPointerXValue              = new System.Windows.Forms.Label();
     this.labelPointerYValue              = new System.Windows.Forms.Label();
     this.labelPointerZValue              = new System.Windows.Forms.Label();
     this.labelCameraLocation             = new System.Windows.Forms.Label();
     this.labelCameraZ                    = new System.Windows.Forms.Label();
     this.labelCameraY                    = new System.Windows.Forms.Label();
     this.labelCameraXValue               = new System.Windows.Forms.Label();
     this.labelCameraYValue               = new System.Windows.Forms.Label();
     this.labelCameraZValue               = new System.Windows.Forms.Label();
     this.labelCameraSpeedIndex           = new System.Windows.Forms.Label();
     this.labelCameraSpeedDesc            = new System.Windows.Forms.Label();
     this.labelCameraSpeed                = new System.Windows.Forms.Label();
     this.simpleButtonAdvancedMapControls = new DevExpress.XtraEditors.SimpleButton();
     this.comboBoxEditMapRenderMode       = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelCameraSensitivityDesc      = new System.Windows.Forms.Label();
     this.labelCameraSensitivityIndex     = new System.Windows.Forms.Label();
     this.labelCameraSensitivity          = new System.Windows.Forms.Label();
     this.labelCameraX                    = new System.Windows.Forms.Label();
     this.checkEditCollisionToggle        = new DevExpress.XtraEditors.CheckEdit();
     this.dockManager1                    = new DevExpress.XtraBars.Docking.DockManager();
     this.dockPanelMapRenderAdvDialog     = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container            = new DevExpress.XtraBars.Docking.ControlContainer();
     this.labelDebug = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditMapRenderMode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditCollisionToggle.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanelMapRenderAdvDialog.SuspendLayout();
     this.SuspendLayout();
     //
     // labelPointerLocation
     //
     this.labelPointerLocation.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelPointerLocation.Location = new System.Drawing.Point(4, 4);
     this.labelPointerLocation.Name     = "labelPointerLocation";
     this.labelPointerLocation.Size     = new System.Drawing.Size(118, 16);
     this.labelPointerLocation.TabIndex = 0;
     this.labelPointerLocation.Text     = "Selection Location";
     //
     // labelPointerX
     //
     this.labelPointerX.CausesValidation = false;
     this.labelPointerX.Font             = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold);
     this.labelPointerX.Location         = new System.Drawing.Point(4, 20);
     this.labelPointerX.Name             = "labelPointerX";
     this.labelPointerX.Size             = new System.Drawing.Size(16, 16);
     this.labelPointerX.TabIndex         = 1;
     this.labelPointerX.Text             = "X:";
     this.labelPointerX.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelPointerY
     //
     this.labelPointerY.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold);
     this.labelPointerY.Location  = new System.Drawing.Point(70, 20);
     this.labelPointerY.Name      = "labelPointerY";
     this.labelPointerY.Size      = new System.Drawing.Size(16, 16);
     this.labelPointerY.TabIndex  = 2;
     this.labelPointerY.Text      = "Y:";
     this.labelPointerY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelPointerZ
     //
     this.labelPointerZ.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold);
     this.labelPointerZ.Location  = new System.Drawing.Point(136, 20);
     this.labelPointerZ.Name      = "labelPointerZ";
     this.labelPointerZ.Size      = new System.Drawing.Size(14, 16);
     this.labelPointerZ.TabIndex  = 3;
     this.labelPointerZ.Text      = "Z:";
     this.labelPointerZ.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelPointerXValue
     //
     this.labelPointerXValue.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelPointerXValue.ForeColor   = System.Drawing.Color.Red;
     this.labelPointerXValue.Location    = new System.Drawing.Point(18, 20);
     this.labelPointerXValue.Name        = "labelPointerXValue";
     this.labelPointerXValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelPointerXValue.Size        = new System.Drawing.Size(48, 16);
     this.labelPointerXValue.TabIndex    = 4;
     this.labelPointerXValue.Text        = "-0,000.00";
     this.labelPointerXValue.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelPointerYValue
     //
     this.labelPointerYValue.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelPointerYValue.ForeColor   = System.Drawing.Color.Red;
     this.labelPointerYValue.Location    = new System.Drawing.Point(84, 20);
     this.labelPointerYValue.Name        = "labelPointerYValue";
     this.labelPointerYValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelPointerYValue.Size        = new System.Drawing.Size(48, 16);
     this.labelPointerYValue.TabIndex    = 5;
     this.labelPointerYValue.Text        = "-0,000.00";
     this.labelPointerYValue.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelPointerZValue
     //
     this.labelPointerZValue.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelPointerZValue.ForeColor   = System.Drawing.Color.Red;
     this.labelPointerZValue.Location    = new System.Drawing.Point(148, 20);
     this.labelPointerZValue.Name        = "labelPointerZValue";
     this.labelPointerZValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelPointerZValue.Size        = new System.Drawing.Size(48, 16);
     this.labelPointerZValue.TabIndex    = 6;
     this.labelPointerZValue.Text        = "-0,000.00";
     this.labelPointerZValue.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCameraLocation
     //
     this.labelCameraLocation.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelCameraLocation.Location = new System.Drawing.Point(4, 40);
     this.labelCameraLocation.Name     = "labelCameraLocation";
     this.labelCameraLocation.Size     = new System.Drawing.Size(114, 16);
     this.labelCameraLocation.TabIndex = 7;
     this.labelCameraLocation.Text     = "Camera Location";
     //
     // labelCameraZ
     //
     this.labelCameraZ.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold);
     this.labelCameraZ.Location  = new System.Drawing.Point(136, 56);
     this.labelCameraZ.Name      = "labelCameraZ";
     this.labelCameraZ.Size      = new System.Drawing.Size(14, 16);
     this.labelCameraZ.TabIndex  = 10;
     this.labelCameraZ.Text      = "Z:";
     this.labelCameraZ.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCameraY
     //
     this.labelCameraY.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold);
     this.labelCameraY.Location  = new System.Drawing.Point(70, 56);
     this.labelCameraY.Name      = "labelCameraY";
     this.labelCameraY.Size      = new System.Drawing.Size(16, 16);
     this.labelCameraY.TabIndex  = 9;
     this.labelCameraY.Text      = "Y:";
     this.labelCameraY.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCameraXValue
     //
     this.labelCameraXValue.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelCameraXValue.ForeColor   = System.Drawing.Color.Red;
     this.labelCameraXValue.Location    = new System.Drawing.Point(18, 56);
     this.labelCameraXValue.Name        = "labelCameraXValue";
     this.labelCameraXValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCameraXValue.Size        = new System.Drawing.Size(48, 16);
     this.labelCameraXValue.TabIndex    = 13;
     this.labelCameraXValue.Text        = "-0,000.00";
     this.labelCameraXValue.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCameraYValue
     //
     this.labelCameraYValue.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelCameraYValue.ForeColor   = System.Drawing.Color.Red;
     this.labelCameraYValue.Location    = new System.Drawing.Point(84, 56);
     this.labelCameraYValue.Name        = "labelCameraYValue";
     this.labelCameraYValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCameraYValue.Size        = new System.Drawing.Size(48, 16);
     this.labelCameraYValue.TabIndex    = 12;
     this.labelCameraYValue.Text        = "-0,000.00";
     this.labelCameraYValue.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCameraZValue
     //
     this.labelCameraZValue.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelCameraZValue.ForeColor   = System.Drawing.Color.Red;
     this.labelCameraZValue.Location    = new System.Drawing.Point(148, 56);
     this.labelCameraZValue.Name        = "labelCameraZValue";
     this.labelCameraZValue.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCameraZValue.Size        = new System.Drawing.Size(48, 16);
     this.labelCameraZValue.TabIndex    = 11;
     this.labelCameraZValue.Text        = "-0,000.00";
     this.labelCameraZValue.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCameraSpeedIndex
     //
     this.labelCameraSpeedIndex.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelCameraSpeedIndex.ForeColor   = System.Drawing.Color.Green;
     this.labelCameraSpeedIndex.Location    = new System.Drawing.Point(200, 56);
     this.labelCameraSpeedIndex.Name        = "labelCameraSpeedIndex";
     this.labelCameraSpeedIndex.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCameraSpeedIndex.Size        = new System.Drawing.Size(26, 16);
     this.labelCameraSpeedIndex.TabIndex    = 18;
     this.labelCameraSpeedIndex.Text        = "5x";
     this.labelCameraSpeedIndex.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCameraSpeedDesc
     //
     this.labelCameraSpeedDesc.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelCameraSpeedDesc.Location  = new System.Drawing.Point(226, 56);
     this.labelCameraSpeedDesc.Name      = "labelCameraSpeedDesc";
     this.labelCameraSpeedDesc.Size      = new System.Drawing.Size(88, 16);
     this.labelCameraSpeedDesc.TabIndex  = 19;
     this.labelCameraSpeedDesc.Text      = "(12.0 wu/sec)";
     this.labelCameraSpeedDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCameraSpeed
     //
     this.labelCameraSpeed.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelCameraSpeed.Location = new System.Drawing.Point(200, 42);
     this.labelCameraSpeed.Name     = "labelCameraSpeed";
     this.labelCameraSpeed.Size     = new System.Drawing.Size(100, 16);
     this.labelCameraSpeed.TabIndex = 20;
     this.labelCameraSpeed.Text     = "Camera Speed";
     //
     // simpleButtonAdvancedMapControls
     //
     this.simpleButtonAdvancedMapControls.Appearance.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.simpleButtonAdvancedMapControls.Appearance.Options.UseFont = true;
     this.simpleButtonAdvancedMapControls.Location = new System.Drawing.Point(346, 50);
     this.simpleButtonAdvancedMapControls.Name     = "simpleButtonAdvancedMapControls";
     this.simpleButtonAdvancedMapControls.Size     = new System.Drawing.Size(80, 22);
     this.simpleButtonAdvancedMapControls.TabIndex = 22;
     this.simpleButtonAdvancedMapControls.Text     = "Advanced";
     this.simpleButtonAdvancedMapControls.Click   += new System.EventHandler(this.simpleButtonAdvancedMapControls_Click);
     //
     // comboBoxEditMapRenderMode
     //
     this.comboBoxEditMapRenderMode.EditValue = "Textures";
     this.comboBoxEditMapRenderMode.Location  = new System.Drawing.Point(346, 4);
     this.comboBoxEditMapRenderMode.Name      = "comboBoxEditMapRenderMode";
     //
     // comboBoxEditMapRenderMode.Properties
     //
     this.comboBoxEditMapRenderMode.Properties.Appearance.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.comboBoxEditMapRenderMode.Properties.Appearance.Options.UseFont = true;
     this.comboBoxEditMapRenderMode.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboBoxEditMapRenderMode.Properties.Items.AddRange(new object[] {
         "Textures",
         "Wireframe",
         "Overlay"
     });
     this.comboBoxEditMapRenderMode.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.comboBoxEditMapRenderMode.Size     = new System.Drawing.Size(80, 19);
     this.comboBoxEditMapRenderMode.TabIndex = 23;
     this.comboBoxEditMapRenderMode.ToolTip  = "Textures:   Render with textures. Simulates in-game view.\nWireframe: View only th" +
                                               "e wireframe of models.\nOverlay:     See textures with the wireframe of the model" +
                                               " laying over the top of them.";
     this.comboBoxEditMapRenderMode.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
     //
     // labelCameraSensitivityDesc
     //
     this.labelCameraSensitivityDesc.Font      = new System.Drawing.Font("Microsoft Sans Serif", 7.25F, System.Drawing.FontStyle.Italic);
     this.labelCameraSensitivityDesc.Location  = new System.Drawing.Point(226, 20);
     this.labelCameraSensitivityDesc.Name      = "labelCameraSensitivityDesc";
     this.labelCameraSensitivityDesc.Size      = new System.Drawing.Size(72, 16);
     this.labelCameraSensitivityDesc.TabIndex  = 43;
     this.labelCameraSensitivityDesc.Text      = "(High)";
     this.labelCameraSensitivityDesc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCameraSensitivityIndex
     //
     this.labelCameraSensitivityIndex.Font        = new System.Drawing.Font("Microsoft Sans Serif", 7.25F);
     this.labelCameraSensitivityIndex.ForeColor   = System.Drawing.Color.Red;
     this.labelCameraSensitivityIndex.Location    = new System.Drawing.Point(200, 20);
     this.labelCameraSensitivityIndex.Name        = "labelCameraSensitivityIndex";
     this.labelCameraSensitivityIndex.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.labelCameraSensitivityIndex.Size        = new System.Drawing.Size(26, 16);
     this.labelCameraSensitivityIndex.TabIndex    = 42;
     this.labelCameraSensitivityIndex.Text        = "12";
     this.labelCameraSensitivityIndex.TextAlign   = System.Drawing.ContentAlignment.MiddleRight;
     //
     // labelCameraSensitivity
     //
     this.labelCameraSensitivity.Font     = new System.Drawing.Font("Microsoft Sans Serif", 7.8F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelCameraSensitivity.Location = new System.Drawing.Point(200, 4);
     this.labelCameraSensitivity.Name     = "labelCameraSensitivity";
     this.labelCameraSensitivity.Size     = new System.Drawing.Size(124, 16);
     this.labelCameraSensitivity.TabIndex = 41;
     this.labelCameraSensitivity.Text     = "Camera Sensitivity";
     //
     // labelCameraX
     //
     this.labelCameraX.CausesValidation = false;
     this.labelCameraX.Font             = new System.Drawing.Font("Microsoft Sans Serif", 7.5F, System.Drawing.FontStyle.Bold);
     this.labelCameraX.Location         = new System.Drawing.Point(4, 56);
     this.labelCameraX.Name             = "labelCameraX";
     this.labelCameraX.Size             = new System.Drawing.Size(16, 16);
     this.labelCameraX.TabIndex         = 44;
     this.labelCameraX.Text             = "X:";
     this.labelCameraX.TextAlign        = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // checkEditCollisionToggle
     //
     this.checkEditCollisionToggle.Location = new System.Drawing.Point(320, 27);
     this.checkEditCollisionToggle.Name     = "checkEditCollisionToggle";
     //
     // checkEditCollisionToggle.Properties
     //
     this.checkEditCollisionToggle.Properties.Appearance.Font            = new System.Drawing.Font("Microsoft Sans Serif", 7.8F);
     this.checkEditCollisionToggle.Properties.Appearance.Options.UseFont = true;
     this.checkEditCollisionToggle.Properties.BorderStyle    = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.checkEditCollisionToggle.Properties.Caption        = "Draw Collision";
     this.checkEditCollisionToggle.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.checkEditCollisionToggle.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.checkEditCollisionToggle.Size        = new System.Drawing.Size(108, 19);
     this.checkEditCollisionToggle.TabIndex    = 45;
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
         this.dockPanelMapRenderAdvDialog
     });
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "System.Windows.Forms.StatusBar"
     });
     //
     // dockPanelMapRenderAdvDialog
     //
     this.dockPanelMapRenderAdvDialog.Controls.Add(this.dockPanel1_Container);
     this.dockPanelMapRenderAdvDialog.Dock                       = DevExpress.XtraBars.Docking.DockingStyle.Float;
     this.dockPanelMapRenderAdvDialog.FloatLocation              = new System.Drawing.Point(246, 208);
     this.dockPanelMapRenderAdvDialog.FloatSize                  = new System.Drawing.Size(283, 276);
     this.dockPanelMapRenderAdvDialog.FloatVertical              = true;
     this.dockPanelMapRenderAdvDialog.ID                         = new System.Guid("04a294b6-97cd-46ff-bc93-549dea455c50");
     this.dockPanelMapRenderAdvDialog.Location                   = new System.Drawing.Point(246, 208);
     this.dockPanelMapRenderAdvDialog.Name                       = "dockPanelMapRenderAdvDialog";
     this.dockPanelMapRenderAdvDialog.Options.AllowDockBottom    = false;
     this.dockPanelMapRenderAdvDialog.Options.AllowDockFill      = false;
     this.dockPanelMapRenderAdvDialog.Options.AllowDockLeft      = false;
     this.dockPanelMapRenderAdvDialog.Options.AllowDockRight     = false;
     this.dockPanelMapRenderAdvDialog.Options.AllowDockTop       = false;
     this.dockPanelMapRenderAdvDialog.Options.FloatOnDblClick    = false;
     this.dockPanelMapRenderAdvDialog.Options.ShowAutoHideButton = false;
     this.dockPanelMapRenderAdvDialog.Options.ShowMaximizeButton = false;
     this.dockPanelMapRenderAdvDialog.SavedIndex                 = 0;
     this.dockPanelMapRenderAdvDialog.Size                       = new System.Drawing.Size(219, 176);
     this.dockPanelMapRenderAdvDialog.Text                       = "Advanced Map Render Controls";
     this.dockPanelMapRenderAdvDialog.Visibility                 = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     this.dockPanelMapRenderAdvDialog.Resize                    += new System.EventHandler(this.dockPanelMapRenderAdvDialog_Resize);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Location = new System.Drawing.Point(2, 24);
     this.dockPanel1_Container.Name     = "dockPanel1_Container";
     this.dockPanel1_Container.Size     = new System.Drawing.Size(216, 164);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // labelDebug
     //
     this.labelDebug.Location = new System.Drawing.Point(8, 82);
     this.labelDebug.Name     = "labelDebug";
     this.labelDebug.Size     = new System.Drawing.Size(280, 23);
     this.labelDebug.TabIndex = 46;
     this.labelDebug.Text     = "Debug";
     //
     // MapRenderCompact
     //
     this.Controls.Add(this.labelDebug);
     this.Controls.Add(this.comboBoxEditMapRenderMode);
     this.Controls.Add(this.checkEditCollisionToggle);
     this.Controls.Add(this.labelCameraX);
     this.Controls.Add(this.labelCameraSensitivityDesc);
     this.Controls.Add(this.labelCameraSensitivityIndex);
     this.Controls.Add(this.labelCameraSensitivity);
     this.Controls.Add(this.simpleButtonAdvancedMapControls);
     this.Controls.Add(this.labelCameraSpeed);
     this.Controls.Add(this.labelCameraSpeedDesc);
     this.Controls.Add(this.labelCameraSpeedIndex);
     this.Controls.Add(this.labelCameraZValue);
     this.Controls.Add(this.labelCameraYValue);
     this.Controls.Add(this.labelCameraXValue);
     this.Controls.Add(this.labelCameraY);
     this.Controls.Add(this.labelCameraZ);
     this.Controls.Add(this.labelCameraLocation);
     this.Controls.Add(this.labelPointerZValue);
     this.Controls.Add(this.labelPointerYValue);
     this.Controls.Add(this.labelPointerXValue);
     this.Controls.Add(this.labelPointerZ);
     this.Controls.Add(this.labelPointerY);
     this.Controls.Add(this.labelPointerX);
     this.Controls.Add(this.labelPointerLocation);
     this.Name = "MapRenderCompact";
     this.Size = new System.Drawing.Size(432, 110);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEditMapRenderMode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEditCollisionToggle.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanelMapRenderAdvDialog.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 7
0
 public DockPanelBase(bool createControlContainer, DevExpress.XtraBars.Docking.DockingStyle dock, DevExpress.XtraBars.Docking.DockManager dockManager)
     : base(createControlContainer, dock, dockManager)
 {
     this.ClosedPanel += DockPanelBase_ClosedPanel;
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.barUp = new DevExpress.XtraBars.Bar();
     this.barSubItemFile = new DevExpress.XtraBars.BarSubItem();
     this.mbConnection = new DevExpress.XtraBars.BarButtonItem();
     this.mbExit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemView = new DevExpress.XtraBars.BarSubItem();
     this.mbCode = new DevExpress.XtraBars.BarButtonItem();
     this.mbData = new DevExpress.XtraBars.BarButtonItem();
     this.mbQuery = new DevExpress.XtraBars.BarButtonItem();
     this.mbReport = new DevExpress.XtraBars.BarButtonItem();
     this.mbPriv = new DevExpress.XtraBars.BarButtonItem();
     this.mbResult = new DevExpress.XtraBars.BarButtonItem();
     this.mbSkins = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemWindows = new DevExpress.XtraBars.BarSubItem();
     this.mbcascade = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileVertical = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileHorizontal = new DevExpress.XtraBars.BarButtonItem();
     this.mbcloseAll = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemHelp = new DevExpress.XtraBars.BarSubItem();
     this.mbIndex = new DevExpress.XtraBars.BarButtonItem();
     this.mbAboutUs = new DevExpress.XtraBars.BarButtonItem();
     this.barEditItemasase_code = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemLookUpEditasase_code = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     this.barDown = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.panelContainer3 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPSkins = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer6 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.galleryControlSkins = new DevExpress.XtraBars.Ribbon.GalleryControl();
     this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
     this.DPResult = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer5 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.Logging = new System.Windows.Forms.RichTextBox();
     this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpCD_AsaseEmp = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpState = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_JobDescription = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpJob = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Department = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Subject = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_QualifiedPlace = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDQualification = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Specialization = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_MaritalStatus = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Courses = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDPlaceTraining = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_AgazaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDTakdeer = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EznType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_GzaaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_GehaGazaa = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpTIME = new DevExpress.XtraNavBar.NavBarItem();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpTBL_Emp = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEmp_Moaahel = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_agazat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_Later = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_ezn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_gzaat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_training = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_TAMEEN = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_report = new DevExpress.XtraNavBar.NavBarItem();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.panelContainer2 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer3 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpXRepEmpAddress = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpagazat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpAll = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBoxSkins = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.navBarItemEmpXRepEmpDetail = new DevExpress.XtraNavBar.NavBarItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.panelContainer3.SuspendLayout();
     this.DPSkins.SuspendLayout();
     this.controlContainer6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).BeginInit();
     this.galleryControlSkins.SuspendLayout();
     this.DPResult.SuspendLayout();
     this.controlContainer5.SuspendLayout();
     this.panelContainer1.SuspendLayout();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.DPData.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPPriv.SuspendLayout();
     this.controlContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     this.panelContainer2.SuspendLayout();
     this.DPReport.SuspendLayout();
     this.controlContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.controlContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).BeginInit();
     this.SuspendLayout();
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.barUp,
     this.barDown});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.DockManager = this.dockManagerMain;
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItemFile,
     this.barSubItemView,
     this.barSubItemHelp,
     this.mbConnection,
     this.mbExit,
     this.mbCode,
     this.mbData,
     this.mbQuery,
     this.mbReport,
     this.mbPriv,
     this.mbAboutUs,
     this.mbIndex,
     this.barEditItem1,
     this.barEditItemasase_code,
     this.mbResult,
     this.mbSkins,
     this.barSubItemWindows,
     this.mbcascade,
     this.mbtileVertical,
     this.mbtileHorizontal,
     this.mbcloseAll});
     this.barManagerMain.MainMenu = this.barUp;
     this.barManagerMain.MaxItemId = 28;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBoxSkins,
     this.repositoryItemLookUpEditasase_code});
     this.barManagerMain.StatusBar = this.barDown;
     this.barManagerMain.TransparentEditors = true;
     //
     // barUp
     //
     this.barUp.BarName = "Main menu";
     this.barUp.DockCol = 0;
     this.barUp.DockRow = 0;
     this.barUp.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barUp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemView),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemWindows),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemHelp),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItemasase_code)});
     this.barUp.OptionsBar.MultiLine = true;
     this.barUp.OptionsBar.UseWholeRow = true;
     this.barUp.Text = "Main menu";
     //
     // barSubItemFile
     //
     this.barSubItemFile.Caption = "ملف";
     this.barSubItemFile.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemFile.Glyph")));
     this.barSubItemFile.Id = 0;
     this.barSubItemFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mbConnection, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbExit)});
     this.barSubItemFile.Name = "barSubItemFile";
     this.barSubItemFile.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbConnection
     //
     this.mbConnection.Caption = "الغاء الاتصال";
     this.mbConnection.Glyph = ((System.Drawing.Image)(resources.GetObject("mbConnection.Glyph")));
     this.mbConnection.Id = 3;
     this.mbConnection.Name = "mbConnection";
     this.mbConnection.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbConnection_ItemClick);
     //
     // mbExit
     //
     this.mbExit.Caption = "خروج";
     this.mbExit.Glyph = global::Employee.Properties.Resources.Exit;
     this.mbExit.Id = 4;
     this.mbExit.Name = "mbExit";
     this.mbExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbExit_ItemClick);
     //
     // barSubItemView
     //
     this.barSubItemView.Caption = "عرض";
     this.barSubItemView.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemView.Glyph")));
     this.barSubItemView.Id = 1;
     this.barSubItemView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbCode),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbData),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbQuery),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbReport),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbPriv),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbResult),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbSkins)});
     this.barSubItemView.Name = "barSubItemView";
     this.barSubItemView.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbCode
     //
     this.mbCode.Caption = "اكواد";
     this.mbCode.Glyph = ((System.Drawing.Image)(resources.GetObject("mbCode.Glyph")));
     this.mbCode.Id = 5;
     this.mbCode.Name = "mbCode";
     this.mbCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbCode_ItemClick);
     //
     // mbData
     //
     this.mbData.Caption = "ادخال بيانات";
     this.mbData.Glyph = ((System.Drawing.Image)(resources.GetObject("mbData.Glyph")));
     this.mbData.Id = 6;
     this.mbData.Name = "mbData";
     this.mbData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbData_ItemClick);
     //
     // mbQuery
     //
     this.mbQuery.Caption = "استعلامات";
     this.mbQuery.Glyph = ((System.Drawing.Image)(resources.GetObject("mbQuery.Glyph")));
     this.mbQuery.Id = 7;
     this.mbQuery.Name = "mbQuery";
     this.mbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbQuery_ItemClick);
     //
     // mbReport
     //
     this.mbReport.Caption = "تقارير";
     this.mbReport.Glyph = global::Employee.Properties.Resources.Print;
     this.mbReport.Id = 8;
     this.mbReport.Name = "mbReport";
     this.mbReport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbReport_ItemClick);
     //
     // mbPriv
     //
     this.mbPriv.Caption = "صلاحيات";
     this.mbPriv.Glyph = ((System.Drawing.Image)(resources.GetObject("mbPriv.Glyph")));
     this.mbPriv.Id = 9;
     this.mbPriv.Name = "mbPriv";
     this.mbPriv.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbPriv_ItemClick);
     //
     // mbResult
     //
     this.mbResult.Caption = "نتائج العمليات";
     this.mbResult.Glyph = global::Employee.Properties.Resources.info16;
     this.mbResult.Id = 20;
     this.mbResult.Name = "mbResult";
     this.mbResult.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbResult_ItemClick);
     //
     // mbSkins
     //
     this.mbSkins.Caption = "الاشكال";
     this.mbSkins.Glyph = global::Employee.Properties.Resources.Skins;
     this.mbSkins.Id = 21;
     this.mbSkins.Name = "mbSkins";
     this.mbSkins.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbSkins_ItemClick);
     //
     // barSubItemWindows
     //
     this.barSubItemWindows.Caption = "النوافذ";
     this.barSubItemWindows.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemWindows.Glyph")));
     this.barSubItemWindows.Id = 22;
     this.barSubItemWindows.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcascade),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileVertical),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileHorizontal),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcloseAll)});
     this.barSubItemWindows.Name = "barSubItemWindows";
     this.barSubItemWindows.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbcascade
     //
     this.mbcascade.Caption = "ترتيب النوافذ";
     this.mbcascade.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcascade.Glyph")));
     this.mbcascade.Id = 23;
     this.mbcascade.Name = "mbcascade";
     this.mbcascade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcascade_ItemClick);
     //
     // mbtileVertical
     //
     this.mbtileVertical.Caption = "العناوين رأسي";
     this.mbtileVertical.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileVertical.Glyph")));
     this.mbtileVertical.Id = 24;
     this.mbtileVertical.Name = "mbtileVertical";
     this.mbtileVertical.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileVertical_ItemClick);
     //
     // mbtileHorizontal
     //
     this.mbtileHorizontal.Caption = "العناوين افقي";
     this.mbtileHorizontal.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileHorizontal.Glyph")));
     this.mbtileHorizontal.Id = 25;
     this.mbtileHorizontal.Name = "mbtileHorizontal";
     this.mbtileHorizontal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileHorizontal_ItemClick);
     //
     // mbcloseAll
     //
     this.mbcloseAll.Caption = "اغلاق الكل";
     this.mbcloseAll.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcloseAll.Glyph")));
     this.mbcloseAll.Id = 26;
     this.mbcloseAll.Name = "mbcloseAll";
     this.mbcloseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcloseAll_ItemClick);
     //
     // barSubItemHelp
     //
     this.barSubItemHelp.Caption = "مساعده";
     this.barSubItemHelp.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemHelp.Glyph")));
     this.barSubItemHelp.Id = 2;
     this.barSubItemHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbIndex),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbAboutUs)});
     this.barSubItemHelp.Name = "barSubItemHelp";
     this.barSubItemHelp.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbIndex
     //
     this.mbIndex.Caption = "كتاب المساعده";
     this.mbIndex.Glyph = global::Employee.Properties.Resources.Index;
     this.mbIndex.Id = 11;
     this.mbIndex.Name = "mbIndex";
     //
     // mbAboutUs
     //
     this.mbAboutUs.Caption = "عن البرنامج";
     this.mbAboutUs.Glyph = global::Employee.Properties.Resources.About;
     this.mbAboutUs.Id = 10;
     this.mbAboutUs.Name = "mbAboutUs";
     this.mbAboutUs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbAboutUs_ItemClick);
     //
     // barEditItemasase_code
     //
     this.barEditItemasase_code.Caption = "العام الدراسي";
     this.barEditItemasase_code.Edit = this.repositoryItemLookUpEditasase_code;
     this.barEditItemasase_code.Id = 18;
     this.barEditItemasase_code.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F12));
     this.barEditItemasase_code.Name = "barEditItemasase_code";
     this.barEditItemasase_code.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     this.barEditItemasase_code.Width = 150;
     //
     // repositoryItemLookUpEditasase_code
     //
     this.repositoryItemLookUpEditasase_code.Appearance.Options.UseTextOptions = true;
     this.repositoryItemLookUpEditasase_code.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemLookUpEditasase_code.AutoHeight = false;
     this.repositoryItemLookUpEditasase_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemLookUpEditasase_code.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("asase_year", "العام الدراسي", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SCHOOL", "اسم المدرسه", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.repositoryItemLookUpEditasase_code.DisplayMember = "asase_year";
     this.repositoryItemLookUpEditasase_code.DropDownRows = 10;
     this.repositoryItemLookUpEditasase_code.Name = "repositoryItemLookUpEditasase_code";
     this.repositoryItemLookUpEditasase_code.NullText = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.NullValuePrompt = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEditasase_code.UseParentBackground = true;
     this.repositoryItemLookUpEditasase_code.ValueMember = "asase_code";
     this.repositoryItemLookUpEditasase_code.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.repositoryItemLookUpEditasase_code_ButtonClick);
     //
     // barDown
     //
     this.barDown.BarName = "Status bar";
     this.barDown.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.barDown.DockCol = 0;
     this.barDown.DockRow = 0;
     this.barDown.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.barDown.OptionsBar.AllowQuickCustomization = false;
     this.barDown.OptionsBar.DrawDragBorder = false;
     this.barDown.OptionsBar.MultiLine = true;
     this.barDown.OptionsBar.UseWholeRow = true;
     this.barDown.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(984, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 639);
     this.barDockControlBottom.Size = new System.Drawing.Size(984, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 615);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(984, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 615);
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.MenuManager = this.barManagerMain;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.panelContainer3,
     this.panelContainer1,
     this.panelContainer2});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // panelContainer3
     //
     this.panelContainer3.ActiveChild = this.DPSkins;
     this.panelContainer3.Appearance.Options.UseTextOptions = true;
     this.panelContainer3.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer3.Controls.Add(this.DPSkins);
     this.panelContainer3.Controls.Add(this.DPResult);
     this.panelContainer3.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.panelContainer3.FloatVertical = true;
     this.panelContainer3.ID = new System.Guid("32f22386-9be7-4e30-adad-02dbf53b351f");
     this.panelContainer3.Location = new System.Drawing.Point(0, 529);
     this.panelContainer3.Name = "panelContainer3";
     this.panelContainer3.OriginalSize = new System.Drawing.Size(198, 110);
     this.panelContainer3.Size = new System.Drawing.Size(984, 110);
     this.panelContainer3.Tabbed = true;
     this.panelContainer3.TabsScroll = true;
     this.panelContainer3.Text = "panelContainer3";
     //
     // DPSkins
     //
     this.DPSkins.Controls.Add(this.controlContainer6);
     this.DPSkins.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPSkins.FloatVertical = true;
     this.DPSkins.ID = new System.Guid("5d027091-716e-4480-919f-6381f5702c5a");
     this.DPSkins.Location = new System.Drawing.Point(4, 23);
     this.DPSkins.Name = "DPSkins";
     this.DPSkins.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPSkins.Size = new System.Drawing.Size(976, 56);
     this.DPSkins.TabsScroll = true;
     this.DPSkins.Text = "الاشكال";
     //
     // controlContainer6
     //
     this.controlContainer6.Controls.Add(this.galleryControlSkins);
     this.controlContainer6.Location = new System.Drawing.Point(0, 0);
     this.controlContainer6.Name = "controlContainer6";
     this.controlContainer6.Size = new System.Drawing.Size(976, 56);
     this.controlContainer6.TabIndex = 0;
     //
     // galleryControlSkins
     //
     this.galleryControlSkins.Controls.Add(this.galleryControlClient1);
     this.galleryControlSkins.DesignGalleryGroupIndex = 0;
     this.galleryControlSkins.DesignGalleryItemIndex = 0;
     this.galleryControlSkins.Dock = System.Windows.Forms.DockStyle.Fill;
     this.galleryControlSkins.Location = new System.Drawing.Point(0, 0);
     this.galleryControlSkins.Name = "galleryControlSkins";
     this.galleryControlSkins.Size = new System.Drawing.Size(976, 56);
     this.galleryControlSkins.TabIndex = 0;
     this.galleryControlSkins.Text = "الاشكال";
     //
     // galleryControlClient1
     //
     this.galleryControlClient1.GalleryControl = this.galleryControlSkins;
     this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
     this.galleryControlClient1.Size = new System.Drawing.Size(955, 52);
     //
     // DPResult
     //
     this.DPResult.Controls.Add(this.controlContainer5);
     this.DPResult.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPResult.FloatVertical = true;
     this.DPResult.ID = new System.Guid("abdfe4d0-1d6a-4f6b-abc2-985fb9d484f3");
     this.DPResult.Location = new System.Drawing.Point(4, 23);
     this.DPResult.Name = "DPResult";
     this.DPResult.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPResult.Size = new System.Drawing.Size(976, 56);
     this.DPResult.Text = "نتائج العمليات";
     //
     // controlContainer5
     //
     this.controlContainer5.Controls.Add(this.Logging);
     this.controlContainer5.Location = new System.Drawing.Point(0, 0);
     this.controlContainer5.Name = "controlContainer5";
     this.controlContainer5.Size = new System.Drawing.Size(976, 56);
     this.controlContainer5.TabIndex = 0;
     //
     // Logging
     //
     this.Logging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Logging.Location = new System.Drawing.Point(0, 0);
     this.Logging.Name = "Logging";
     this.Logging.ReadOnly = true;
     this.Logging.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Logging.Size = new System.Drawing.Size(976, 56);
     this.Logging.TabIndex = 0;
     this.Logging.Text = "";
     this.Logging.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Logging_MouseDoubleClick);
     //
     // panelContainer1
     //
     this.panelContainer1.ActiveChild = this.DPCode;
     this.panelContainer1.Appearance.Options.UseTextOptions = true;
     this.panelContainer1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer1.Controls.Add(this.DPCode);
     this.panelContainer1.Controls.Add(this.DPData);
     this.panelContainer1.Controls.Add(this.DPPriv);
     this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.panelContainer1.FloatVertical = true;
     this.panelContainer1.ID = new System.Guid("f4ff1062-9a77-404f-9187-cec889fb9ba4");
     this.panelContainer1.Location = new System.Drawing.Point(0, 24);
     this.panelContainer1.Name = "panelContainer1";
     this.panelContainer1.OriginalSize = new System.Drawing.Size(200, 200);
     this.panelContainer1.Size = new System.Drawing.Size(200, 505);
     this.panelContainer1.Tabbed = true;
     this.panelContainer1.TabsScroll = true;
     this.panelContainer1.Text = "panelContainer1";
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.ID = new System.Guid("1cfd6550-8070-4cff-ad59-cba8d2680fa9");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPCode.Size = new System.Drawing.Size(192, 451);
     this.DPCode.TabsScroll = true;
     this.DPCode.TabText = "الاكواد";
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(192, 451);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpCD_AsaseEmp,
     this.navBarItemEmpCD_EmpState,
     this.navBarItemEmpCD_JobDescription,
     this.navBarItemEmpCD_EmpJob,
     this.navBarItemEmpCD_Department,
     this.navBarItemEmpCD_Subject,
     this.navBarItemEmpCDQualification,
     this.navBarItemEmpCD_QualifiedPlace,
     this.navBarItemEmpCD_Specialization,
     this.navBarItemEmpCD_MaritalStatus,
     this.navBarItemEmpCD_Courses,
     this.navBarItemEmpCDPlaceTraining,
     this.navBarItemEmpCD_AgazaType,
     this.navBarItemEmpCDTakdeer,
     this.navBarItemEmpCD_EznType,
     this.navBarItemEmpCD_GzaaType,
     this.navBarItemEmpCD_GehaGazaa,
     this.navBarItemEmpCD_EmpTIME});
     this.navBarControlCode.LargeImages = this.imageCollection32;
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlCode.Size = new System.Drawing.Size(192, 451);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 8;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_AsaseEmp),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpState),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_JobDescription),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpJob),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Department),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Subject),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_QualifiedPlace),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDQualification),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Specialization),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_MaritalStatus),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Courses),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDPlaceTraining),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_AgazaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDTakdeer),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EznType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_GzaaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_GehaGazaa),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpTIME)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemEmpCD_AsaseEmp
     //
     this.navBarItemEmpCD_AsaseEmp.Caption = "تحديد العام الدراسي";
     this.navBarItemEmpCD_AsaseEmp.LargeImageIndex = 7;
     this.navBarItemEmpCD_AsaseEmp.Name = "navBarItemEmpCD_AsaseEmp";
     this.navBarItemEmpCD_AsaseEmp.SmallImageIndex = 7;
     this.navBarItemEmpCD_AsaseEmp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_AsaseEmp_LinkClicked);
     //
     // navBarItemEmpCD_EmpState
     //
     this.navBarItemEmpCD_EmpState.Caption = "الحاله الوظيفيه";
     this.navBarItemEmpCD_EmpState.LargeImageIndex = 8;
     this.navBarItemEmpCD_EmpState.Name = "navBarItemEmpCD_EmpState";
     this.navBarItemEmpCD_EmpState.SmallImageIndex = 8;
     this.navBarItemEmpCD_EmpState.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EmpState_LinkClicked);
     //
     // navBarItemEmpCD_JobDescription
     //
     this.navBarItemEmpCD_JobDescription.Caption = "الوصف الوظيفي";
     this.navBarItemEmpCD_JobDescription.LargeImageIndex = 9;
     this.navBarItemEmpCD_JobDescription.Name = "navBarItemEmpCD_JobDescription";
     this.navBarItemEmpCD_JobDescription.SmallImageIndex = 9;
     this.navBarItemEmpCD_JobDescription.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_JobDescription_LinkClicked);
     //
     // navBarItemEmpCD_EmpJob
     //
     this.navBarItemEmpCD_EmpJob.Caption = "وظائف العاملين";
     this.navBarItemEmpCD_EmpJob.LargeImageIndex = 10;
     this.navBarItemEmpCD_EmpJob.Name = "navBarItemEmpCD_EmpJob";
     this.navBarItemEmpCD_EmpJob.SmallImageIndex = 10;
     this.navBarItemEmpCD_EmpJob.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EmpJob_LinkClicked);
     //
     // navBarItemEmpCD_Department
     //
     this.navBarItemEmpCD_Department.Caption = "الاقسام";
     this.navBarItemEmpCD_Department.LargeImageIndex = 11;
     this.navBarItemEmpCD_Department.Name = "navBarItemEmpCD_Department";
     this.navBarItemEmpCD_Department.SmallImageIndex = 11;
     this.navBarItemEmpCD_Department.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Department_LinkClicked);
     //
     // navBarItemEmpCD_Subject
     //
     this.navBarItemEmpCD_Subject.Caption = "المواد";
     this.navBarItemEmpCD_Subject.LargeImageIndex = 12;
     this.navBarItemEmpCD_Subject.Name = "navBarItemEmpCD_Subject";
     this.navBarItemEmpCD_Subject.SmallImageIndex = 12;
     this.navBarItemEmpCD_Subject.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Subject_LinkClicked);
     //
     // navBarItemEmpCD_QualifiedPlace
     //
     this.navBarItemEmpCD_QualifiedPlace.Caption = "جهة المؤهل";
     this.navBarItemEmpCD_QualifiedPlace.LargeImageIndex = 13;
     this.navBarItemEmpCD_QualifiedPlace.Name = "navBarItemEmpCD_QualifiedPlace";
     this.navBarItemEmpCD_QualifiedPlace.SmallImageIndex = 13;
     this.navBarItemEmpCD_QualifiedPlace.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_QualifiedPlace_LinkClicked);
     //
     // navBarItemEmpCDQualification
     //
     this.navBarItemEmpCDQualification.Caption = "المؤهلات";
     this.navBarItemEmpCDQualification.LargeImageIndex = 14;
     this.navBarItemEmpCDQualification.Name = "navBarItemEmpCDQualification";
     this.navBarItemEmpCDQualification.SmallImageIndex = 14;
     this.navBarItemEmpCDQualification.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCDQualification_LinkClicked);
     //
     // navBarItemEmpCD_Specialization
     //
     this.navBarItemEmpCD_Specialization.Caption = "تخصص المؤهل";
     this.navBarItemEmpCD_Specialization.LargeImageIndex = 15;
     this.navBarItemEmpCD_Specialization.Name = "navBarItemEmpCD_Specialization";
     this.navBarItemEmpCD_Specialization.SmallImageIndex = 15;
     this.navBarItemEmpCD_Specialization.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Specialization_LinkClicked);
     //
     // navBarItemEmpCD_MaritalStatus
     //
     this.navBarItemEmpCD_MaritalStatus.Caption = "الحالة الاجتماعية";
     this.navBarItemEmpCD_MaritalStatus.LargeImageIndex = 16;
     this.navBarItemEmpCD_MaritalStatus.Name = "navBarItemEmpCD_MaritalStatus";
     this.navBarItemEmpCD_MaritalStatus.SmallImageIndex = 16;
     this.navBarItemEmpCD_MaritalStatus.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_MaritalStatus_LinkClicked);
     //
     // navBarItemEmpCD_Courses
     //
     this.navBarItemEmpCD_Courses.Caption = "الدورات التدريبية";
     this.navBarItemEmpCD_Courses.LargeImageIndex = 17;
     this.navBarItemEmpCD_Courses.Name = "navBarItemEmpCD_Courses";
     this.navBarItemEmpCD_Courses.SmallImageIndex = 17;
     this.navBarItemEmpCD_Courses.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_Courses_LinkClicked);
     //
     // navBarItemEmpCDPlaceTraining
     //
     this.navBarItemEmpCDPlaceTraining.Caption = "جهات التدريب";
     this.navBarItemEmpCDPlaceTraining.LargeImageIndex = 18;
     this.navBarItemEmpCDPlaceTraining.Name = "navBarItemEmpCDPlaceTraining";
     this.navBarItemEmpCDPlaceTraining.SmallImageIndex = 18;
     this.navBarItemEmpCDPlaceTraining.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCDPlaceTraining_LinkClicked);
     //
     // navBarItemEmpCD_AgazaType
     //
     this.navBarItemEmpCD_AgazaType.Caption = "انواع الغياب";
     this.navBarItemEmpCD_AgazaType.LargeImageIndex = 19;
     this.navBarItemEmpCD_AgazaType.Name = "navBarItemEmpCD_AgazaType";
     this.navBarItemEmpCD_AgazaType.SmallImageIndex = 19;
     this.navBarItemEmpCD_AgazaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_AgazaType_LinkClicked);
     //
     // navBarItemEmpCDTakdeer
     //
     this.navBarItemEmpCDTakdeer.Caption = "اكواد التقديرات";
     this.navBarItemEmpCDTakdeer.LargeImageIndex = 21;
     this.navBarItemEmpCDTakdeer.Name = "navBarItemEmpCDTakdeer";
     this.navBarItemEmpCDTakdeer.SmallImageIndex = 21;
     this.navBarItemEmpCDTakdeer.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCDTakdeer_LinkClicked);
     //
     // navBarItemEmpCD_EznType
     //
     this.navBarItemEmpCD_EznType.Caption = "انواع الاذن";
     this.navBarItemEmpCD_EznType.LargeImageIndex = 22;
     this.navBarItemEmpCD_EznType.Name = "navBarItemEmpCD_EznType";
     this.navBarItemEmpCD_EznType.SmallImageIndex = 22;
     this.navBarItemEmpCD_EznType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EznType_LinkClicked);
     //
     // navBarItemEmpCD_GzaaType
     //
     this.navBarItemEmpCD_GzaaType.Caption = "انواع الجزاءات";
     this.navBarItemEmpCD_GzaaType.LargeImageIndex = 23;
     this.navBarItemEmpCD_GzaaType.Name = "navBarItemEmpCD_GzaaType";
     this.navBarItemEmpCD_GzaaType.SmallImageIndex = 23;
     this.navBarItemEmpCD_GzaaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_GzaaType_LinkClicked);
     //
     // navBarItemEmpCD_GehaGazaa
     //
     this.navBarItemEmpCD_GehaGazaa.Caption = "جهة الجزاء";
     this.navBarItemEmpCD_GehaGazaa.LargeImageIndex = 24;
     this.navBarItemEmpCD_GehaGazaa.Name = "navBarItemEmpCD_GehaGazaa";
     this.navBarItemEmpCD_GehaGazaa.SmallImageIndex = 24;
     this.navBarItemEmpCD_GehaGazaa.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_GehaGazaa_LinkClicked);
     //
     // navBarItemEmpCD_EmpTIME
     //
     this.navBarItemEmpCD_EmpTIME.Caption = "اوقات العاملين";
     this.navBarItemEmpCD_EmpTIME.LargeImageIndex = 33;
     this.navBarItemEmpCD_EmpTIME.Name = "navBarItemEmpCD_EmpTIME";
     this.navBarItemEmpCD_EmpTIME.SmallImageIndex = 33;
     this.navBarItemEmpCD_EmpTIME.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemCD_EmpTIME_LinkClicked);
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "Roles.png");
     this.imageCollection32.Images.SetKeyName(1, "Users.png");
     this.imageCollection32.Images.SetKeyName(2, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(3, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(4, "Reports.png");
     this.imageCollection32.Images.SetKeyName(5, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(6, "AppOptions.png");
     this.imageCollection32.Images.SetKeyName(7, "CD_AsaseEmp.png");
     this.imageCollection32.Images.SetKeyName(8, "CD_EmpState.png");
     this.imageCollection32.Images.SetKeyName(9, "CD_JobDescription.png");
     this.imageCollection32.Images.SetKeyName(10, "CD_EmpJob.png");
     this.imageCollection32.Images.SetKeyName(11, "CD_Department.png");
     this.imageCollection32.Images.SetKeyName(12, "CD_Subject.png");
     this.imageCollection32.Images.SetKeyName(13, "CD_QualifiedPlace.png");
     this.imageCollection32.Images.SetKeyName(14, "CDQualification.png");
     this.imageCollection32.Images.SetKeyName(15, "CD_Specialization.png");
     this.imageCollection32.Images.SetKeyName(16, "CD_MaritalStatus.png");
     this.imageCollection32.Images.SetKeyName(17, "CD_Courses.png");
     this.imageCollection32.Images.SetKeyName(18, "CDPlaceTraining.png");
     this.imageCollection32.Images.SetKeyName(19, "CD_AgazaType.png");
     this.imageCollection32.Images.SetKeyName(20, "TBL_Emp.png");
     this.imageCollection32.Images.SetKeyName(21, "CDTakdeer.png");
     this.imageCollection32.Images.SetKeyName(22, "CD_EznType.png");
     this.imageCollection32.Images.SetKeyName(23, "CD_GzaaType.png");
     this.imageCollection32.Images.SetKeyName(24, "CD_GehaGazaa.png");
     this.imageCollection32.Images.SetKeyName(25, "Emp_Moaahel.png");
     this.imageCollection32.Images.SetKeyName(26, "EMP_agazat.png");
     this.imageCollection32.Images.SetKeyName(27, "EMP_Later.png");
     this.imageCollection32.Images.SetKeyName(28, "EMP_ezn.png");
     this.imageCollection32.Images.SetKeyName(29, "EMP_gzaat.png");
     this.imageCollection32.Images.SetKeyName(30, "EMP_training.png");
     this.imageCollection32.Images.SetKeyName(31, "EMP_TAMEEN.png");
     this.imageCollection32.Images.SetKeyName(32, "EMP_report.png");
     this.imageCollection32.Images.SetKeyName(33, "CD_EmpTIME.png");
     //
     // DPData
     //
     this.DPData.Controls.Add(this.controlContainer1);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.ID = new System.Guid("5a92e67b-e3d2-4e9c-a354-47ff59337c78");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPData.Size = new System.Drawing.Size(192, 451);
     this.DPData.TabStop = false;
     this.DPData.TabText = "ادخال البيانات";
     this.DPData.Text = "ادخال البيانات";
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.navBarControlData);
     this.controlContainer1.Location = new System.Drawing.Point(0, 0);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(192, 451);
     this.controlContainer1.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpTBL_Emp,
     this.navBarItemEmpEmp_Moaahel,
     this.navBarItemEmpEMP_agazat,
     this.navBarItemEmpEMP_Later,
     this.navBarItemEmpEMP_ezn,
     this.navBarItemEmpEMP_gzaat,
     this.navBarItemEmpEMP_training,
     this.navBarItemEmpEMP_TAMEEN,
     this.navBarItemEmpEMP_report});
     this.navBarControlData.LargeImages = this.imageCollection32;
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlData.Size = new System.Drawing.Size(192, 451);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 9;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpTBL_Emp),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEmp_Moaahel),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_agazat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_Later),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_ezn),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_gzaat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_training),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_TAMEEN),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_report)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemEmpTBL_Emp
     //
     this.navBarItemEmpTBL_Emp.Caption = "بيانات العاملين";
     this.navBarItemEmpTBL_Emp.LargeImageIndex = 20;
     this.navBarItemEmpTBL_Emp.Name = "navBarItemEmpTBL_Emp";
     this.navBarItemEmpTBL_Emp.SmallImageIndex = 20;
     this.navBarItemEmpTBL_Emp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemTBL_Emp_LinkClicked);
     //
     // navBarItemEmpEmp_Moaahel
     //
     this.navBarItemEmpEmp_Moaahel.Caption = "مؤهلات اثناء الخدمة";
     this.navBarItemEmpEmp_Moaahel.LargeImageIndex = 25;
     this.navBarItemEmpEmp_Moaahel.Name = "navBarItemEmpEmp_Moaahel";
     this.navBarItemEmpEmp_Moaahel.SmallImageIndex = 25;
     this.navBarItemEmpEmp_Moaahel.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmp_Moaahel_LinkClicked);
     //
     // navBarItemEmpEMP_agazat
     //
     this.navBarItemEmpEMP_agazat.Caption = "الغياب والاجازات";
     this.navBarItemEmpEMP_agazat.LargeImageIndex = 26;
     this.navBarItemEmpEMP_agazat.Name = "navBarItemEmpEMP_agazat";
     this.navBarItemEmpEMP_agazat.SmallImageIndex = 26;
     this.navBarItemEmpEMP_agazat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_agazat_LinkClicked);
     //
     // navBarItemEmpEMP_Later
     //
     this.navBarItemEmpEMP_Later.Caption = "التأخير";
     this.navBarItemEmpEMP_Later.LargeImageIndex = 27;
     this.navBarItemEmpEMP_Later.Name = "navBarItemEmpEMP_Later";
     this.navBarItemEmpEMP_Later.SmallImageIndex = 27;
     this.navBarItemEmpEMP_Later.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_Later_LinkClicked);
     //
     // navBarItemEmpEMP_ezn
     //
     this.navBarItemEmpEMP_ezn.Caption = "اذونات الموظفين";
     this.navBarItemEmpEMP_ezn.LargeImageIndex = 28;
     this.navBarItemEmpEMP_ezn.Name = "navBarItemEmpEMP_ezn";
     this.navBarItemEmpEMP_ezn.SmallImageIndex = 28;
     this.navBarItemEmpEMP_ezn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_ezn_LinkClicked);
     //
     // navBarItemEmpEMP_gzaat
     //
     this.navBarItemEmpEMP_gzaat.Caption = "الجزاءات";
     this.navBarItemEmpEMP_gzaat.LargeImageIndex = 29;
     this.navBarItemEmpEMP_gzaat.Name = "navBarItemEmpEMP_gzaat";
     this.navBarItemEmpEMP_gzaat.SmallImageIndex = 29;
     this.navBarItemEmpEMP_gzaat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_gzaat_LinkClicked);
     //
     // navBarItemEmpEMP_training
     //
     this.navBarItemEmpEMP_training.Caption = "البرامج التدريبية";
     this.navBarItemEmpEMP_training.LargeImageIndex = 30;
     this.navBarItemEmpEMP_training.Name = "navBarItemEmpEMP_training";
     this.navBarItemEmpEMP_training.SmallImageIndex = 30;
     this.navBarItemEmpEMP_training.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_training_LinkClicked);
     //
     // navBarItemEmpEMP_TAMEEN
     //
     this.navBarItemEmpEMP_TAMEEN.Caption = "التأمين الصحي";
     this.navBarItemEmpEMP_TAMEEN.LargeImageIndex = 31;
     this.navBarItemEmpEMP_TAMEEN.Name = "navBarItemEmpEMP_TAMEEN";
     this.navBarItemEmpEMP_TAMEEN.SmallImageIndex = 31;
     this.navBarItemEmpEMP_TAMEEN.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_TAMEEN_LinkClicked);
     //
     // navBarItemEmpEMP_report
     //
     this.navBarItemEmpEMP_report.Caption = "التقارير السنوية";
     this.navBarItemEmpEMP_report.LargeImageIndex = 32;
     this.navBarItemEmpEMP_report.Name = "navBarItemEmpEMP_report";
     this.navBarItemEmpEMP_report.SmallImageIndex = 32;
     this.navBarItemEmpEMP_report.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEMP_report_LinkClicked);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.controlContainer4);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.ID = new System.Guid("bb5d67bf-41ea-4082-a2e5-532afce242b2");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPPriv.Size = new System.Drawing.Size(192, 451);
     this.DPPriv.TabsScroll = true;
     this.DPPriv.TabText = "الصلاحيات";
     this.DPPriv.Text = "الصلاحيات";
     //
     // controlContainer4
     //
     this.controlContainer4.Controls.Add(this.navBarControlPriv);
     this.controlContainer4.Location = new System.Drawing.Point(0, 0);
     this.controlContainer4.Name = "controlContainer4";
     this.controlContainer4.Size = new System.Drawing.Size(192, 451);
     this.controlContainer4.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpRoles,
     this.navBarItemEmpUsers,
     this.navBarItemEmpUserRoles,
     this.navBarItemEmpRoleDetial,
     this.navBarItemEmpAppOptions});
     this.navBarControlPriv.LargeImages = this.imageCollection32;
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlPriv.Size = new System.Drawing.Size(192, 451);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 9;
     this.navBarControlPriv.Text = "navBarControl1";
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemEmpRoles
     //
     this.navBarItemEmpRoles.Caption = "الصلاحيات";
     this.navBarItemEmpRoles.LargeImageIndex = 0;
     this.navBarItemEmpRoles.Name = "navBarItemEmpRoles";
     this.navBarItemEmpRoles.SmallImageIndex = 0;
     this.navBarItemEmpRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEditorRoleFrm_LinkClicked);
     //
     // navBarItemEmpRoleDetial
     //
     this.navBarItemEmpRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemEmpRoleDetial.LargeImageIndex = 3;
     this.navBarItemEmpRoleDetial.Name = "navBarItemEmpRoleDetial";
     this.navBarItemEmpRoleDetial.SmallImageIndex = 3;
     this.navBarItemEmpRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemRoleDetial_LinkClicked);
     //
     // navBarItemEmpUsers
     //
     this.navBarItemEmpUsers.Caption = "المستخدمين";
     this.navBarItemEmpUsers.LargeImageIndex = 1;
     this.navBarItemEmpUsers.Name = "navBarItemEmpUsers";
     this.navBarItemEmpUsers.SmallImageIndex = 1;
     this.navBarItemEmpUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUsers_LinkClicked);
     //
     // navBarItemEmpUserRoles
     //
     this.navBarItemEmpUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemEmpUserRoles.LargeImageIndex = 2;
     this.navBarItemEmpUserRoles.Name = "navBarItemEmpUserRoles";
     this.navBarItemEmpUserRoles.SmallImageIndex = 2;
     this.navBarItemEmpUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUserRoles_LinkClicked);
     //
     // navBarItemEmpAppOptions
     //
     this.navBarItemEmpAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemEmpAppOptions.LargeImageIndex = 6;
     this.navBarItemEmpAppOptions.Name = "navBarItemEmpAppOptions";
     this.navBarItemEmpAppOptions.SmallImageIndex = 6;
     this.navBarItemEmpAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemAppOptions_LinkClicked);
     //
     // panelContainer2
     //
     this.panelContainer2.ActiveChild = this.DPReport;
     this.panelContainer2.Appearance.Options.UseTextOptions = true;
     this.panelContainer2.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer2.Controls.Add(this.DPQuery);
     this.panelContainer2.Controls.Add(this.DPReport);
     this.panelContainer2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.panelContainer2.FloatVertical = true;
     this.panelContainer2.ID = new System.Guid("80c30b21-965f-4a80-99d9-68f5819e7c1a");
     this.panelContainer2.Location = new System.Drawing.Point(784, 24);
     this.panelContainer2.Name = "panelContainer2";
     this.panelContainer2.OriginalSize = new System.Drawing.Size(200, 200);
     this.panelContainer2.Size = new System.Drawing.Size(200, 505);
     this.panelContainer2.Tabbed = true;
     this.panelContainer2.TabsScroll = true;
     this.panelContainer2.Text = "panelContainer2";
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.controlContainer3);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPReport.ID = new System.Guid("f2617492-8043-4778-ba8c-8e62a8a6d465");
     this.DPReport.Location = new System.Drawing.Point(4, 23);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPReport.Size = new System.Drawing.Size(192, 451);
     this.DPReport.TabsScroll = true;
     this.DPReport.TabText = "تقارير";
     this.DPReport.Text = "تقارير";
     //
     // controlContainer3
     //
     this.controlContainer3.Controls.Add(this.navBarControlReport);
     this.controlContainer3.Location = new System.Drawing.Point(0, 0);
     this.controlContainer3.Name = "controlContainer3";
     this.controlContainer3.Size = new System.Drawing.Size(192, 451);
     this.controlContainer3.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup4;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpDeployRpt,
     this.navBarItemEmpXRepEmpAddress,
     this.navBarItemEmpXRepEmpagazat,
     this.navBarItemEmpXRepEmpAll,
     this.navBarItemEmpXRepEmpDetail});
     this.navBarControlReport.LargeImages = this.imageCollection32;
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlReport.Size = new System.Drawing.Size(192, 451);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 9;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "تقارير 1";
     this.navBarGroup4.Expanded = true;
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpAddress),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpagazat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpAll),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpDetail)});
     this.navBarGroup4.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarItemEmpXRepEmpAddress
     //
     this.navBarItemEmpXRepEmpAddress.Caption = "سجل العناوين";
     this.navBarItemEmpXRepEmpAddress.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpAddress.Name = "navBarItemEmpXRepEmpAddress";
     this.navBarItemEmpXRepEmpAddress.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpAddress.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpAddress_LinkClicked);
     //
     // navBarItemEmpXRepEmpagazat
     //
     this.navBarItemEmpXRepEmpagazat.Caption = "غياب العاملين";
     this.navBarItemEmpXRepEmpagazat.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpagazat.Name = "navBarItemEmpXRepEmpagazat";
     this.navBarItemEmpXRepEmpagazat.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpagazat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpagazat_LinkClicked);
     //
     // navBarItemEmpXRepEmpAll
     //
     this.navBarItemEmpXRepEmpAll.Caption = "سجل شئون العاملين";
     this.navBarItemEmpXRepEmpAll.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpAll.Name = "navBarItemEmpXRepEmpAll";
     this.navBarItemEmpXRepEmpAll.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpAll.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpAll_LinkClicked);
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير 2";
     this.navBarGroup7.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "تقارير 3";
     this.navBarGroup8.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير 4";
     this.navBarGroup9.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarItemEmpDeployRpt
     //
     this.navBarItemEmpDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemEmpDeployRpt.LargeImageIndex = 5;
     this.navBarItemEmpDeployRpt.Name = "navBarItemEmpDeployRpt";
     this.navBarItemEmpDeployRpt.SmallImageIndex = 5;
     this.navBarItemEmpDeployRpt.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemDeployRpt_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.controlContainer2);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.ID = new System.Guid("d8711011-1b74-442f-bb9b-8102c8bf9f50");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(192, 453);
     this.DPQuery.Size = new System.Drawing.Size(192, 451);
     this.DPQuery.TabsScroll = true;
     this.DPQuery.Text = "استعلامات";
     //
     // controlContainer2
     //
     this.controlContainer2.Controls.Add(this.navBarControlQry);
     this.controlContainer2.Location = new System.Drawing.Point(0, 0);
     this.controlContainer2.Name = "controlContainer2";
     this.controlContainer2.Size = new System.Drawing.Size(192, 451);
     this.controlContainer2.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.LargeImages = this.imageCollection32;
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlQry.Size = new System.Drawing.Size(192, 451);
     this.navBarControlQry.SmallImages = this.imageCollection32;
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 9;
     this.navBarControlQry.Text = "navBarControl1";
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 17;
     this.barEditItem1.Name = "barEditItem1";
     //
     // repositoryItemComboBoxSkins
     //
     this.repositoryItemComboBoxSkins.AutoHeight = false;
     this.repositoryItemComboBoxSkins.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBoxSkins.Name = "repositoryItemComboBoxSkins";
     //
     // navBarItemEmpXRepEmpDetail
     //
     this.navBarItemEmpXRepEmpDetail.Caption = "بيان حاله";
     this.navBarItemEmpXRepEmpDetail.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpDetail.Name = "navBarItemEmpXRepEmpDetail";
     this.navBarItemEmpXRepEmpDetail.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpDetail.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEmpXRepEmpDetail_LinkClicked);
     //
     // MainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(984, 662);
     this.Controls.Add(this.panelContainer2);
     this.Controls.Add(this.panelContainer1);
     this.Controls.Add(this.panelContainer3);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.Name = "MainFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Employee";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
     this.Load += new System.EventHandler(this.MainFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.panelContainer3.ResumeLayout(false);
     this.DPSkins.ResumeLayout(false);
     this.controlContainer6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).EndInit();
     this.galleryControlSkins.ResumeLayout(false);
     this.DPResult.ResumeLayout(false);
     this.controlContainer5.ResumeLayout(false);
     this.panelContainer1.ResumeLayout(false);
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.DPData.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPPriv.ResumeLayout(false);
     this.controlContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     this.panelContainer2.ResumeLayout(false);
     this.DPReport.ResumeLayout(false);
     this.controlContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.controlContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleDetialFrm));
     this.groupControlSelect = new DevExpress.XtraEditors.GroupControl();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.pnlContainerMain = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpCD_AsaseEmp = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpState = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_JobDescription = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpJob = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Department = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Subject = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_QualifiedPlace = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDQualification = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Specialization = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_MaritalStatus = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_Courses = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDPlaceTraining = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_AgazaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCDTakdeer = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EznType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_GzaaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_GehaGazaa = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpCD_EmpTIME = new DevExpress.XtraNavBar.NavBarItem();
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpTBL_Emp = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEmp_Moaahel = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_agazat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_Later = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_ezn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_gzaat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_training = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_TAMEEN = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpEMP_report = new DevExpress.XtraNavBar.NavBarItem();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel4_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.CEUpdate = new DevExpress.XtraEditors.CheckEdit();
     this.CESelect = new DevExpress.XtraEditors.CheckEdit();
     this.CEDelete = new DevExpress.XtraEditors.CheckEdit();
     this.CEInsert = new DevExpress.XtraEditors.CheckEdit();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpXRepEmpAddress = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpagazat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpAll = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemEmpXRepEmpDetail = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemEmpDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit();
     this.groupControlSelect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.pnlContainerMain.SuspendLayout();
     this.DPReport.SuspendLayout();
     this.dockPanel5_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     this.DPData.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPPriv.SuspendLayout();
     this.dockPanel3_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.dockPanel4_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlSelect
     //
     this.groupControlSelect.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlSelect.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlSelect.Controls.Add(this.LUEItems);
     this.groupControlSelect.Controls.Add(this.labelControl1);
     this.groupControlSelect.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlSelect.Location = new System.Drawing.Point(0, 0);
     this.groupControlSelect.Name = "groupControlSelect";
     this.groupControlSelect.Size = new System.Drawing.Size(334, 59);
     this.groupControlSelect.TabIndex = 2;
     this.groupControlSelect.Text = "جميع السماحيات";
     //
     // LUEItems
     //
     this.LUEItems.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.LUEItems.Location = new System.Drawing.Point(61, 28);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "اسم السماحيه", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleDesc", "تعليق", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Size = new System.Drawing.Size(147, 20);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl1.Location = new System.Drawing.Point(214, 31);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(60, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اختر سماحيه";
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.pnlContainerMain});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // pnlContainerMain
     //
     this.pnlContainerMain.ActiveChild = this.DPReport;
     this.pnlContainerMain.Controls.Add(this.DPCode);
     this.pnlContainerMain.Controls.Add(this.DPData);
     this.pnlContainerMain.Controls.Add(this.DPPriv);
     this.pnlContainerMain.Controls.Add(this.DPQuery);
     this.pnlContainerMain.Controls.Add(this.DPReport);
     this.pnlContainerMain.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.pnlContainerMain.FloatSize = new System.Drawing.Size(336, 404);
     this.pnlContainerMain.FloatVertical = true;
     this.pnlContainerMain.ID = new System.Guid("a1818170-f437-4f2f-b8be-29961c00921c");
     this.pnlContainerMain.Location = new System.Drawing.Point(0, 142);
     this.pnlContainerMain.Name = "pnlContainerMain";
     this.pnlContainerMain.OriginalSize = new System.Drawing.Size(200, 470);
     this.pnlContainerMain.Size = new System.Drawing.Size(334, 470);
     this.pnlContainerMain.Tabbed = true;
     this.pnlContainerMain.Text = "panelContainer1";
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.dockPanel5_Container);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPReport.FloatSize = new System.Drawing.Size(336, 404);
     this.DPReport.ID = new System.Guid("0f036360-d6ff-485c-9f5f-15222cfa0e5f");
     this.DPReport.Location = new System.Drawing.Point(4, 23);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPReport.Size = new System.Drawing.Size(326, 416);
     this.DPReport.Text = "التقارير";
     //
     // dockPanel5_Container
     //
     this.dockPanel5_Container.Controls.Add(this.navBarControlReport);
     this.dockPanel5_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel5_Container.Name = "dockPanel5_Container";
     this.dockPanel5_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel5_Container.TabIndex = 0;
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "Roles.png");
     this.imageCollection32.Images.SetKeyName(1, "Users.png");
     this.imageCollection32.Images.SetKeyName(2, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(3, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(4, "Reports.png");
     this.imageCollection32.Images.SetKeyName(5, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(6, "AppOptions.png");
     this.imageCollection32.Images.SetKeyName(7, "CD_AsaseEmp.png");
     this.imageCollection32.Images.SetKeyName(8, "CD_EmpState.png");
     this.imageCollection32.Images.SetKeyName(9, "CD_JobDescription.png");
     this.imageCollection32.Images.SetKeyName(10, "CD_EmpJob.png");
     this.imageCollection32.Images.SetKeyName(11, "CD_Department.png");
     this.imageCollection32.Images.SetKeyName(12, "CD_Subject.png");
     this.imageCollection32.Images.SetKeyName(13, "CD_QualifiedPlace.png");
     this.imageCollection32.Images.SetKeyName(14, "CDQualification.png");
     this.imageCollection32.Images.SetKeyName(15, "CD_Specialization.png");
     this.imageCollection32.Images.SetKeyName(16, "CD_MaritalStatus.png");
     this.imageCollection32.Images.SetKeyName(17, "CD_Courses.png");
     this.imageCollection32.Images.SetKeyName(18, "CDPlaceTraining.png");
     this.imageCollection32.Images.SetKeyName(19, "CD_AgazaType.png");
     this.imageCollection32.Images.SetKeyName(20, "TBL_Emp.png");
     this.imageCollection32.Images.SetKeyName(21, "CDTakdeer.png");
     this.imageCollection32.Images.SetKeyName(22, "CD_EznType.png");
     this.imageCollection32.Images.SetKeyName(23, "CD_GzaaType.png");
     this.imageCollection32.Images.SetKeyName(24, "CD_GehaGazaa.png");
     this.imageCollection32.Images.SetKeyName(25, "Emp_Moaahel.png");
     this.imageCollection32.Images.SetKeyName(26, "EMP_agazat.png");
     this.imageCollection32.Images.SetKeyName(27, "EMP_Later.png");
     this.imageCollection32.Images.SetKeyName(28, "EMP_ezn.png");
     this.imageCollection32.Images.SetKeyName(29, "EMP_gzaat.png");
     this.imageCollection32.Images.SetKeyName(30, "EMP_training.png");
     this.imageCollection32.Images.SetKeyName(31, "EMP_TAMEEN.png");
     this.imageCollection32.Images.SetKeyName(32, "EMP_report.png");
     this.imageCollection32.Images.SetKeyName(33, "CD_EmpTIME.png");
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.FloatSize = new System.Drawing.Size(336, 404);
     this.DPCode.FloatVertical = true;
     this.DPCode.ID = new System.Guid("5caa9054-017c-40dd-8832-9c116b8b0c2e");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPCode.Size = new System.Drawing.Size(326, 416);
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpCD_AsaseEmp,
     this.navBarItemEmpCD_EmpState,
     this.navBarItemEmpCD_JobDescription,
     this.navBarItemEmpCD_EmpJob,
     this.navBarItemEmpCD_Department,
     this.navBarItemEmpCD_Subject,
     this.navBarItemEmpCDQualification,
     this.navBarItemEmpCD_QualifiedPlace,
     this.navBarItemEmpCD_Specialization,
     this.navBarItemEmpCD_MaritalStatus,
     this.navBarItemEmpCD_Courses,
     this.navBarItemEmpCDPlaceTraining,
     this.navBarItemEmpCD_AgazaType,
     this.navBarItemEmpCDTakdeer,
     this.navBarItemEmpCD_EznType,
     this.navBarItemEmpCD_GzaaType,
     this.navBarItemEmpCD_GehaGazaa,
     this.navBarItemEmpCD_EmpTIME});
     this.navBarControlCode.LargeImages = this.imageCollection32;
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlCode.Size = new System.Drawing.Size(326, 416);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 9;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_AsaseEmp),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpState),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_JobDescription),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpJob),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Department),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Subject),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_QualifiedPlace),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDQualification),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Specialization),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_MaritalStatus),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_Courses),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDPlaceTraining),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_AgazaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCDTakdeer),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EznType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_GzaaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_GehaGazaa),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpCD_EmpTIME)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemEmpCD_AsaseEmp
     //
     this.navBarItemEmpCD_AsaseEmp.Caption = "تحديد العام الدراسي";
     this.navBarItemEmpCD_AsaseEmp.LargeImageIndex = 7;
     this.navBarItemEmpCD_AsaseEmp.Name = "navBarItemEmpCD_AsaseEmp";
     this.navBarItemEmpCD_AsaseEmp.SmallImageIndex = 7;
     this.navBarItemEmpCD_AsaseEmp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_EmpState
     //
     this.navBarItemEmpCD_EmpState.Caption = "الحاله الوظيفيه";
     this.navBarItemEmpCD_EmpState.LargeImageIndex = 8;
     this.navBarItemEmpCD_EmpState.Name = "navBarItemEmpCD_EmpState";
     this.navBarItemEmpCD_EmpState.SmallImageIndex = 8;
     this.navBarItemEmpCD_EmpState.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_JobDescription
     //
     this.navBarItemEmpCD_JobDescription.Caption = "الوصف الوظيفي";
     this.navBarItemEmpCD_JobDescription.LargeImageIndex = 9;
     this.navBarItemEmpCD_JobDescription.Name = "navBarItemEmpCD_JobDescription";
     this.navBarItemEmpCD_JobDescription.SmallImageIndex = 9;
     this.navBarItemEmpCD_JobDescription.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_EmpJob
     //
     this.navBarItemEmpCD_EmpJob.Caption = "وظائف العاملين";
     this.navBarItemEmpCD_EmpJob.LargeImageIndex = 10;
     this.navBarItemEmpCD_EmpJob.Name = "navBarItemEmpCD_EmpJob";
     this.navBarItemEmpCD_EmpJob.SmallImageIndex = 10;
     this.navBarItemEmpCD_EmpJob.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_Department
     //
     this.navBarItemEmpCD_Department.Caption = "الاقسام";
     this.navBarItemEmpCD_Department.LargeImageIndex = 11;
     this.navBarItemEmpCD_Department.Name = "navBarItemEmpCD_Department";
     this.navBarItemEmpCD_Department.SmallImageIndex = 11;
     this.navBarItemEmpCD_Department.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_Subject
     //
     this.navBarItemEmpCD_Subject.Caption = "المواد";
     this.navBarItemEmpCD_Subject.LargeImageIndex = 12;
     this.navBarItemEmpCD_Subject.Name = "navBarItemEmpCD_Subject";
     this.navBarItemEmpCD_Subject.SmallImageIndex = 12;
     this.navBarItemEmpCD_Subject.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_QualifiedPlace
     //
     this.navBarItemEmpCD_QualifiedPlace.Caption = "جهة المؤهل";
     this.navBarItemEmpCD_QualifiedPlace.LargeImageIndex = 13;
     this.navBarItemEmpCD_QualifiedPlace.Name = "navBarItemEmpCD_QualifiedPlace";
     this.navBarItemEmpCD_QualifiedPlace.SmallImageIndex = 13;
     this.navBarItemEmpCD_QualifiedPlace.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCDQualification
     //
     this.navBarItemEmpCDQualification.Caption = "المؤهلات";
     this.navBarItemEmpCDQualification.LargeImageIndex = 14;
     this.navBarItemEmpCDQualification.Name = "navBarItemEmpCDQualification";
     this.navBarItemEmpCDQualification.SmallImageIndex = 14;
     this.navBarItemEmpCDQualification.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_Specialization
     //
     this.navBarItemEmpCD_Specialization.Caption = "تخصص المؤهل";
     this.navBarItemEmpCD_Specialization.LargeImageIndex = 15;
     this.navBarItemEmpCD_Specialization.Name = "navBarItemEmpCD_Specialization";
     this.navBarItemEmpCD_Specialization.SmallImageIndex = 15;
     this.navBarItemEmpCD_Specialization.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_MaritalStatus
     //
     this.navBarItemEmpCD_MaritalStatus.Caption = "الحالة الاجتماعية";
     this.navBarItemEmpCD_MaritalStatus.LargeImageIndex = 16;
     this.navBarItemEmpCD_MaritalStatus.Name = "navBarItemEmpCD_MaritalStatus";
     this.navBarItemEmpCD_MaritalStatus.SmallImageIndex = 16;
     this.navBarItemEmpCD_MaritalStatus.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_Courses
     //
     this.navBarItemEmpCD_Courses.Caption = "الدورات التدريبية";
     this.navBarItemEmpCD_Courses.LargeImageIndex = 17;
     this.navBarItemEmpCD_Courses.Name = "navBarItemEmpCD_Courses";
     this.navBarItemEmpCD_Courses.SmallImageIndex = 17;
     this.navBarItemEmpCD_Courses.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCDPlaceTraining
     //
     this.navBarItemEmpCDPlaceTraining.Caption = "جهات التدريب";
     this.navBarItemEmpCDPlaceTraining.LargeImageIndex = 18;
     this.navBarItemEmpCDPlaceTraining.Name = "navBarItemEmpCDPlaceTraining";
     this.navBarItemEmpCDPlaceTraining.SmallImageIndex = 18;
     this.navBarItemEmpCDPlaceTraining.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_AgazaType
     //
     this.navBarItemEmpCD_AgazaType.Caption = "انواع الغياب";
     this.navBarItemEmpCD_AgazaType.LargeImageIndex = 19;
     this.navBarItemEmpCD_AgazaType.Name = "navBarItemEmpCD_AgazaType";
     this.navBarItemEmpCD_AgazaType.SmallImageIndex = 19;
     this.navBarItemEmpCD_AgazaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCDTakdeer
     //
     this.navBarItemEmpCDTakdeer.Caption = "اكواد التقديرات";
     this.navBarItemEmpCDTakdeer.LargeImageIndex = 21;
     this.navBarItemEmpCDTakdeer.Name = "navBarItemEmpCDTakdeer";
     this.navBarItemEmpCDTakdeer.SmallImageIndex = 21;
     this.navBarItemEmpCDTakdeer.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_EznType
     //
     this.navBarItemEmpCD_EznType.Caption = "انواع الاذن";
     this.navBarItemEmpCD_EznType.LargeImageIndex = 22;
     this.navBarItemEmpCD_EznType.Name = "navBarItemEmpCD_EznType";
     this.navBarItemEmpCD_EznType.SmallImageIndex = 22;
     this.navBarItemEmpCD_EznType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_GzaaType
     //
     this.navBarItemEmpCD_GzaaType.Caption = "انواع الجزاءات";
     this.navBarItemEmpCD_GzaaType.LargeImageIndex = 23;
     this.navBarItemEmpCD_GzaaType.Name = "navBarItemEmpCD_GzaaType";
     this.navBarItemEmpCD_GzaaType.SmallImageIndex = 23;
     this.navBarItemEmpCD_GzaaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_GehaGazaa
     //
     this.navBarItemEmpCD_GehaGazaa.Caption = "جهة الجزاء";
     this.navBarItemEmpCD_GehaGazaa.LargeImageIndex = 24;
     this.navBarItemEmpCD_GehaGazaa.Name = "navBarItemEmpCD_GehaGazaa";
     this.navBarItemEmpCD_GehaGazaa.SmallImageIndex = 24;
     this.navBarItemEmpCD_GehaGazaa.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpCD_EmpTIME
     //
     this.navBarItemEmpCD_EmpTIME.Caption = "اوقات العاملين";
     this.navBarItemEmpCD_EmpTIME.LargeImageIndex = 33;
     this.navBarItemEmpCD_EmpTIME.Name = "navBarItemEmpCD_EmpTIME";
     this.navBarItemEmpCD_EmpTIME.SmallImageIndex = 33;
     this.navBarItemEmpCD_EmpTIME.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPData
     //
     this.DPData.Controls.Add(this.dockPanel2_Container);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.FloatSize = new System.Drawing.Size(336, 404);
     this.DPData.ID = new System.Guid("a97e3d69-dc1d-4cf2-8b60-8d961607e006");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPData.Size = new System.Drawing.Size(326, 416);
     this.DPData.Text = "بيانات الادخال";
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.navBarControlData);
     this.dockPanel2_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpTBL_Emp,
     this.navBarItemEmpEmp_Moaahel,
     this.navBarItemEmpEMP_agazat,
     this.navBarItemEmpEMP_Later,
     this.navBarItemEmpEMP_ezn,
     this.navBarItemEmpEMP_gzaat,
     this.navBarItemEmpEMP_training,
     this.navBarItemEmpEMP_TAMEEN,
     this.navBarItemEmpEMP_report});
     this.navBarControlData.LargeImages = this.imageCollection32;
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlData.Size = new System.Drawing.Size(326, 416);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 10;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpTBL_Emp),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEmp_Moaahel),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_agazat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_Later),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_ezn),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_gzaat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_training),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_TAMEEN),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpEMP_report)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemEmpTBL_Emp
     //
     this.navBarItemEmpTBL_Emp.Caption = "بيانات العاملين";
     this.navBarItemEmpTBL_Emp.LargeImageIndex = 20;
     this.navBarItemEmpTBL_Emp.Name = "navBarItemEmpTBL_Emp";
     this.navBarItemEmpTBL_Emp.SmallImageIndex = 20;
     this.navBarItemEmpTBL_Emp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEmp_Moaahel
     //
     this.navBarItemEmpEmp_Moaahel.Caption = "مؤهلات اثناء الخدمة";
     this.navBarItemEmpEmp_Moaahel.LargeImageIndex = 25;
     this.navBarItemEmpEmp_Moaahel.Name = "navBarItemEmpEmp_Moaahel";
     this.navBarItemEmpEmp_Moaahel.SmallImageIndex = 25;
     this.navBarItemEmpEmp_Moaahel.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_agazat
     //
     this.navBarItemEmpEMP_agazat.Caption = "الغياب والاجازات";
     this.navBarItemEmpEMP_agazat.LargeImageIndex = 26;
     this.navBarItemEmpEMP_agazat.Name = "navBarItemEmpEMP_agazat";
     this.navBarItemEmpEMP_agazat.SmallImageIndex = 26;
     this.navBarItemEmpEMP_agazat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_Later
     //
     this.navBarItemEmpEMP_Later.Caption = "التأخير";
     this.navBarItemEmpEMP_Later.LargeImageIndex = 27;
     this.navBarItemEmpEMP_Later.Name = "navBarItemEmpEMP_Later";
     this.navBarItemEmpEMP_Later.SmallImageIndex = 27;
     this.navBarItemEmpEMP_Later.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_ezn
     //
     this.navBarItemEmpEMP_ezn.Caption = "اذونات الموظفين";
     this.navBarItemEmpEMP_ezn.LargeImageIndex = 28;
     this.navBarItemEmpEMP_ezn.Name = "navBarItemEmpEMP_ezn";
     this.navBarItemEmpEMP_ezn.SmallImageIndex = 28;
     this.navBarItemEmpEMP_ezn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_gzaat
     //
     this.navBarItemEmpEMP_gzaat.Caption = "الجزاءات";
     this.navBarItemEmpEMP_gzaat.LargeImageIndex = 29;
     this.navBarItemEmpEMP_gzaat.Name = "navBarItemEmpEMP_gzaat";
     this.navBarItemEmpEMP_gzaat.SmallImageIndex = 29;
     this.navBarItemEmpEMP_gzaat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_training
     //
     this.navBarItemEmpEMP_training.Caption = "البرامج التدريبية";
     this.navBarItemEmpEMP_training.LargeImageIndex = 30;
     this.navBarItemEmpEMP_training.Name = "navBarItemEmpEMP_training";
     this.navBarItemEmpEMP_training.SmallImageIndex = 30;
     this.navBarItemEmpEMP_training.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_TAMEEN
     //
     this.navBarItemEmpEMP_TAMEEN.Caption = "التأمين الصحي";
     this.navBarItemEmpEMP_TAMEEN.LargeImageIndex = 31;
     this.navBarItemEmpEMP_TAMEEN.Name = "navBarItemEmpEMP_TAMEEN";
     this.navBarItemEmpEMP_TAMEEN.SmallImageIndex = 31;
     this.navBarItemEmpEMP_TAMEEN.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpEMP_report
     //
     this.navBarItemEmpEMP_report.Caption = "التقارير السنوية";
     this.navBarItemEmpEMP_report.LargeImageIndex = 32;
     this.navBarItemEmpEMP_report.Name = "navBarItemEmpEMP_report";
     this.navBarItemEmpEMP_report.SmallImageIndex = 32;
     this.navBarItemEmpEMP_report.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.dockPanel3_Container);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.FloatSize = new System.Drawing.Size(336, 404);
     this.DPPriv.ID = new System.Guid("b33c2bb1-0f13-44de-a2c5-b51aa242b097");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPPriv.Size = new System.Drawing.Size(326, 416);
     this.DPPriv.Text = "السماحيات";
     //
     // dockPanel3_Container
     //
     this.dockPanel3_Container.Controls.Add(this.navBarControlPriv);
     this.dockPanel3_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel3_Container.Name = "dockPanel3_Container";
     this.dockPanel3_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel3_Container.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpRoles,
     this.navBarItemEmpUsers,
     this.navBarItemEmpUserRoles,
     this.navBarItemEmpRoleDetial,
     this.navBarItemEmpAppOptions});
     this.navBarControlPriv.LargeImages = this.imageCollection32;
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlPriv.Size = new System.Drawing.Size(326, 416);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 10;
     this.navBarControlPriv.Text = "navBarControl1";
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemEmpRoles
     //
     this.navBarItemEmpRoles.Caption = "الصلاحيات";
     this.navBarItemEmpRoles.LargeImageIndex = 0;
     this.navBarItemEmpRoles.Name = "navBarItemEmpRoles";
     this.navBarItemEmpRoles.SmallImageIndex = 0;
     this.navBarItemEmpRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpRoleDetial
     //
     this.navBarItemEmpRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemEmpRoleDetial.LargeImageIndex = 3;
     this.navBarItemEmpRoleDetial.Name = "navBarItemEmpRoleDetial";
     this.navBarItemEmpRoleDetial.SmallImageIndex = 3;
     this.navBarItemEmpRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpUsers
     //
     this.navBarItemEmpUsers.Caption = "المستخدمين";
     this.navBarItemEmpUsers.LargeImageIndex = 1;
     this.navBarItemEmpUsers.Name = "navBarItemEmpUsers";
     this.navBarItemEmpUsers.SmallImageIndex = 1;
     this.navBarItemEmpUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpUserRoles
     //
     this.navBarItemEmpUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemEmpUserRoles.LargeImageIndex = 2;
     this.navBarItemEmpUserRoles.Name = "navBarItemEmpUserRoles";
     this.navBarItemEmpUserRoles.SmallImageIndex = 2;
     this.navBarItemEmpUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpAppOptions
     //
     this.navBarItemEmpAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemEmpAppOptions.LargeImageIndex = 6;
     this.navBarItemEmpAppOptions.Name = "navBarItemEmpAppOptions";
     this.navBarItemEmpAppOptions.SmallImageIndex = 6;
     this.navBarItemEmpAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.dockPanel4_Container);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.FloatSize = new System.Drawing.Size(336, 404);
     this.DPQuery.ID = new System.Guid("cfb45d3d-befd-4cb4-8549-091360f328d0");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPQuery.Size = new System.Drawing.Size(326, 416);
     this.DPQuery.Text = "الاستعلامات";
     //
     // dockPanel4_Container
     //
     this.dockPanel4_Container.Controls.Add(this.navBarControlQry);
     this.dockPanel4_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel4_Container.Name = "dockPanel4_Container";
     this.dockPanel4_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel4_Container.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlQry.Size = new System.Drawing.Size(326, 416);
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 10;
     this.navBarControlQry.Text = "navBarControl1";
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // groupControl2
     //
     this.groupControl2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupControl2.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControl2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControl2.Controls.Add(this.CEUpdate);
     this.groupControl2.Controls.Add(this.CESelect);
     this.groupControl2.Controls.Add(this.CEDelete);
     this.groupControl2.Controls.Add(this.CEInsert);
     this.groupControl2.Location = new System.Drawing.Point(47, 65);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(240, 73);
     this.groupControl2.TabIndex = 5;
     this.groupControl2.Text = "عناصر السماح";
     //
     // CEUpdate
     //
     this.CEUpdate.Location = new System.Drawing.Point(21, 49);
     this.CEUpdate.Name = "CEUpdate";
     this.CEUpdate.Properties.Caption = "تعديل";
     this.CEUpdate.Size = new System.Drawing.Size(75, 19);
     this.CEUpdate.TabIndex = 0;
     //
     // CESelect
     //
     this.CESelect.Location = new System.Drawing.Point(21, 24);
     this.CESelect.Name = "CESelect";
     this.CESelect.Properties.Caption = "عرض";
     this.CESelect.Size = new System.Drawing.Size(75, 19);
     this.CESelect.TabIndex = 0;
     //
     // CEDelete
     //
     this.CEDelete.Location = new System.Drawing.Point(144, 49);
     this.CEDelete.Name = "CEDelete";
     this.CEDelete.Properties.Caption = "حذف";
     this.CEDelete.Size = new System.Drawing.Size(75, 19);
     this.CEDelete.TabIndex = 0;
     //
     // CEInsert
     //
     this.CEInsert.Location = new System.Drawing.Point(144, 24);
     this.CEInsert.Name = "CEInsert";
     this.CEInsert.Properties.Caption = "اضافه";
     this.CEInsert.Size = new System.Drawing.Size(75, 19);
     this.CEInsert.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup4;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemEmpDeployRpt,
     this.navBarItemEmpXRepEmpAddress,
     this.navBarItemEmpXRepEmpagazat,
     this.navBarItemEmpXRepEmpAll,
     this.navBarItemEmpXRepEmpDetail});
     this.navBarControlReport.LargeImages = this.imageCollection32;
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 326;
     this.navBarControlReport.Size = new System.Drawing.Size(326, 416);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 10;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "تقارير 1";
     this.navBarGroup4.Expanded = true;
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpAddress),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpagazat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpAll),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemEmpXRepEmpDetail)});
     this.navBarGroup4.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarItemEmpXRepEmpAddress
     //
     this.navBarItemEmpXRepEmpAddress.Caption = "سجل العناوين";
     this.navBarItemEmpXRepEmpAddress.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpAddress.Name = "navBarItemEmpXRepEmpAddress";
     this.navBarItemEmpXRepEmpAddress.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpAddress.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpXRepEmpagazat
     //
     this.navBarItemEmpXRepEmpagazat.Caption = "غياب العاملين";
     this.navBarItemEmpXRepEmpagazat.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpagazat.Name = "navBarItemEmpXRepEmpagazat";
     this.navBarItemEmpXRepEmpagazat.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpagazat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpXRepEmpAll
     //
     this.navBarItemEmpXRepEmpAll.Caption = "سجل شئون العاملين";
     this.navBarItemEmpXRepEmpAll.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpAll.Name = "navBarItemEmpXRepEmpAll";
     this.navBarItemEmpXRepEmpAll.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpAll.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemEmpXRepEmpDetail
     //
     this.navBarItemEmpXRepEmpDetail.Caption = "بيان حاله";
     this.navBarItemEmpXRepEmpDetail.LargeImageIndex = 4;
     this.navBarItemEmpXRepEmpDetail.Name = "navBarItemEmpXRepEmpDetail";
     this.navBarItemEmpXRepEmpDetail.SmallImageIndex = 4;
     this.navBarItemEmpXRepEmpDetail.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير 2";
     this.navBarGroup7.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "تقارير 3";
     this.navBarGroup8.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير 4";
     this.navBarGroup9.LargeImage = global::Employee.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::Employee.Properties.Resources.Print;
     //
     // navBarItemEmpDeployRpt
     //
     this.navBarItemEmpDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemEmpDeployRpt.LargeImageIndex = 5;
     this.navBarItemEmpDeployRpt.Name = "navBarItemEmpDeployRpt";
     this.navBarItemEmpDeployRpt.SmallImageIndex = 5;
     //
     // RoleDetialFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(334, 612);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControlSelect);
     this.Controls.Add(this.pnlContainerMain);
     this.Name = "RoleDetialFrm";
     this.Text = "محتويات السماحيات";
     this.Load += new System.EventHandler(this.EditorRoleMenuFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).EndInit();
     this.groupControlSelect.ResumeLayout(false);
     this.groupControlSelect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.pnlContainerMain.ResumeLayout(false);
     this.DPReport.ResumeLayout(false);
     this.dockPanel5_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     this.DPData.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPPriv.ResumeLayout(false);
     this.dockPanel3_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.dockPanel4_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 10
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(DefaultWorkbench));
     this.ribbon            = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.appMenu           = new DevExpress.XtraBars.Ribbon.ApplicationMenu(this.components);
     this.imageCollection1  = new DevExpress.Utils.ImageCollection(this.components);
     this.barButtonItemHelp = new DevExpress.XtraBars.BarButtonItem();
     this.biStyle           = new DevExpress.XtraBars.BarEditItem();
     this.riicStyle         = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.barStatusItemInfo = new DevExpress.XtraBars.BarStaticItem();
     this.barOtherInfo      = new DevExpress.XtraBars.BarStaticItem();
     this.ribbonStatusBar   = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.dockManager       = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.documentManager   = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.tabbedView        = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riicStyle)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView)).BeginInit();
     this.SuspendLayout();
     //
     // ribbon
     //
     this.ribbon.ApplicationButtonDropDownControl = this.appMenu;
     this.ribbon.ApplicationButtonText            = null;
     this.ribbon.ExpandCollapseItem.Id            = 0;
     this.ribbon.Images = this.imageCollection1;
     this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbon.ExpandCollapseItem,
         this.barButtonItemHelp,
         this.biStyle,
         this.barStatusItemInfo,
         this.barOtherInfo
     });
     this.ribbon.Location  = new System.Drawing.Point(0, 0);
     this.ribbon.MaxItemId = 3;
     this.ribbon.Name      = "ribbon";
     this.ribbon.PageHeaderItemLinks.Add(this.barButtonItemHelp);
     this.ribbon.PageHeaderItemLinks.Add(this.biStyle);
     this.ribbon.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riicStyle
     });
     this.ribbon.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010;
     this.ribbon.ShowToolbarCustomizeItem = false;
     this.ribbon.Size      = new System.Drawing.Size(920, 50);
     this.ribbon.StatusBar = this.ribbonStatusBar;
     this.ribbon.Toolbar.ShowCustomizeItem = false;
     this.ribbon.SelectedPageChanged      += new System.EventHandler(this.ribbon_SelectedPageChanged);
     //
     // appMenu
     //
     this.appMenu.Name   = "appMenu";
     this.appMenu.Ribbon = this.ribbon;
     //
     // imageCollection1
     //
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     this.imageCollection1.InsertGalleryImage("question_16x16.png", "images/support/question_16x16.png", DevExpress.Images.ImageResourceCache.Default.GetImage("images/support/question_16x16.png"), 0);
     this.imageCollection1.Images.SetKeyName(0, "question_16x16.png");
     //
     // barButtonItemHelp
     //
     this.barButtonItemHelp.Caption      = "帮助";
     this.barButtonItemHelp.Id           = 2;
     this.barButtonItemHelp.ImageIndex   = 0;
     this.barButtonItemHelp.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this.barButtonItemHelp.Name         = "barButtonItemHelp";
     this.barButtonItemHelp.ItemClick   += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemHelp_ItemClick);
     //
     // biStyle
     //
     this.biStyle.CategoryGuid      = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.biStyle.Edit              = this.riicStyle;
     this.biStyle.EditValue         = this.ribbon.RibbonStyle;
     this.biStyle.Id                = 1;
     this.biStyle.Name              = "biStyle";
     this.biStyle.Width             = 130;
     this.biStyle.EditValueChanged += new System.EventHandler(this.biStyle_EditValueChanged);
     //
     // riicStyle
     //
     this.riicStyle.AutoHeight = false;
     this.riicStyle.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.riicStyle.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Default", DevExpress.XtraBars.Ribbon.RibbonControlStyle.Default, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Office 2007 Blue", DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2007, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Office 2010 Silver", DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2010, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Office 2013", DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013, -1)
     });
     this.riicStyle.Name = "riicStyle";
     //
     // barStatusItemInfo
     //
     this.barStatusItemInfo.Caption       = "信息提示";
     this.barStatusItemInfo.CategoryGuid  = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barStatusItemInfo.Id            = 1;
     this.barStatusItemInfo.Name          = "barStatusItemInfo";
     this.barStatusItemInfo.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barOtherInfo
     //
     this.barOtherInfo.Alignment     = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barOtherInfo.Id            = 2;
     this.barOtherInfo.Name          = "barOtherInfo";
     this.barOtherInfo.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // ribbonStatusBar
     //
     this.ribbonStatusBar.ItemLinks.Add(this.barStatusItemInfo);
     this.ribbonStatusBar.ItemLinks.Add(this.barOtherInfo);
     this.ribbonStatusBar.Location = new System.Drawing.Point(0, 448);
     this.ribbonStatusBar.Name     = "ribbonStatusBar";
     this.ribbonStatusBar.Ribbon   = this.ribbon;
     this.ribbonStatusBar.Size     = new System.Drawing.Size(920, 31);
     //
     // dockManager
     //
     this.dockManager.DockingOptions.HideImmediatelyOnAutoHide = true;
     this.dockManager.DockModeVS2005FadeFramesCount            = 1;
     this.dockManager.Form = this;
     this.dockManager.TopZIndexControls.AddRange(new string[] {
         "DevExpress.XtraBars.BarDockControl",
         "DevExpress.XtraBars.StandaloneBarDockControl",
         "System.Windows.Forms.StatusBar",
         "System.Windows.Forms.MenuStrip",
         "System.Windows.Forms.StatusStrip",
         "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
         "DevExpress.XtraBars.Ribbon.RibbonControl"
     });
     this.dockManager.ActivePanelChanged += new DevExpress.XtraBars.Docking.ActivePanelChangedEventHandler(this.dockManager_ActivePanelChanged);
     this.dockManager.ActiveChildChanged += new DevExpress.XtraBars.Docking.DockPanelEventHandler(this.dockManager_ActiveChildChanged);
     //
     // documentManager
     //
     this.documentManager.ContainerControl = this;
     this.documentManager.View             = this.tabbedView;
     this.documentManager.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
         this.tabbedView
     });
     this.documentManager.DocumentActivate += new DevExpress.XtraBars.Docking2010.Views.DocumentEventHandler(this.documentManager_DocumentActivate);
     //
     // tabbedView
     //
     this.tabbedView.Orientation = System.Windows.Forms.Orientation.Vertical;
     //
     // DefaultWorkbench
     //
     this.AllowFormGlass      = DevExpress.Utils.DefaultBoolean.False;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(920, 479);
     this.Controls.Add(this.ribbonStatusBar);
     this.Controls.Add(this.ribbon);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "DefaultWorkbench";
     this.Ribbon        = this.ribbon;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar     = this.ribbonStatusBar;
     this.Text          = "DefaultWorkbench";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing  += new System.Windows.Forms.FormClosingEventHandler(this.DefaultWorkbench_FormClosing);
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.DefaultWorkbench_FormClosed);
     this.Shown        += new System.EventHandler(this.DefaultWorkbench_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.appMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riicStyle)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMeetingQL));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.labelControl2 = new System.Windows.Forms.PLLabel();
     this.Tuan = new ProtocolVN.Framework.Win.PLCheckEdit();
     this.Ngay = new ProtocolVN.Framework.Win.PLCheckEdit();
     this.Thang = new ProtocolVN.Framework.Win.PLCheckEdit();
     this.labelControl5 = new System.Windows.Forms.PLLabel();
     this.Ngaythuchien = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerStorage = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDuyet = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemK_Duyet = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageChiTiet = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Layout.LayoutView();
     this.ID = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewField_layoutViewColumn1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.cotNgay = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewField_layoutViewColumn1_1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.cotGioBD = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewField_layoutViewColumn1_2 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.cotGioKT = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.layoutViewField_layoutViewColumn1_3 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.cotNoiDung = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.repNoiDung = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.layoutViewField_layoutViewColumn1_4 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.cotDiaDiemHop = new DevExpress.XtraGrid.Columns.LayoutViewColumn();
     this.repDiaDiemHop = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.layoutViewField_layoutViewColumn1_5 = new DevExpress.XtraGrid.Views.Layout.LayoutViewField();
     this.layoutViewCard1 = new DevExpress.XtraGrid.Views.Layout.LayoutViewCard();
     this.item1 = new DevExpress.XtraLayout.SimpleLabelItem();
     this.item2 = new DevExpress.XtraLayout.SimpleLabelItem();
     this.repositoryItemButtonEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemPictureEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.repositoryItemPictureEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.repositoryItemMemoEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoEdit();
     this.repositoryItemButtonEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemButtonEdit5 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemMemoExEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.rep_mofile = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.rep_luu_file = new DevExpress.XtraEditors.Repository.RepositoryItemPictureEdit();
     this.repDiaDiem = new DevExpress.XtraEditors.Repository.RepositoryItemMemoExEdit();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.CotThoiGianBatDau = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotThoiGianKetThuc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotDiaDiem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotNguoiToChuc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotTinhChat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotLoaiMeeting = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotKetQua = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemButtonEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemButtonEdit();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.rtxVanBan = new System.Windows.Forms.RichTextBox();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.cboNguoiToChuc = new ProtocolVN.Framework.Win.PLCombobox();
     this.txtDiaDiem = new DevExpress.XtraEditors.TextEdit();
     this.label4 = new System.Windows.Forms.PLLabel();
     this.cboTinhChat = new ProtocolVN.Framework.Win.PLCombobox();
     this.label3 = new System.Windows.Forms.PLLabel();
     this.label2 = new System.Windows.Forms.PLLabel();
     this.cboLoai = new ProtocolVN.Framework.Win.PLCombobox();
     this.label1 = new System.Windows.Forms.PLLabel();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.labelControl1 = new System.Windows.Forms.PLLabel();
     this.checkEdit1 = new ProtocolVN.Framework.Win.PLCheckEdit();
     this.checkEdit2 = new ProtocolVN.Framework.Win.PLCheckEdit();
     this.checkEdit3 = new ProtocolVN.Framework.Win.PLCheckEdit();
     this.imageList_layout = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Tuan.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngay.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Thang.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngaythuchien)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageChiTiet.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repNoiDung)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDiaDiemHop)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.item1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.item2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rep_mofile)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.rep_luu_file)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDiaDiem)).BeginInit();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaDiem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItemDuyet,
     this.barButtonItemK_Duyet});
     this.barManager1.MaxItemId = 37;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.barButtonItemAdd, "&Thêm"),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "X&em";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "&Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tì&m kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemSearch.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điề&u kiện tìm kiếm";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đón&g";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(943, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 579);
     this.barDockControlBottom.Size = new System.Drawing.Size(943, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 555);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(943, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 555);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("b41cff86-da37-41cb-9b0d-062fa10996a9");
     this.dockPanel1.Location = new System.Drawing.Point(0, 24);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.Size = new System.Drawing.Size(200, 555);
     this.dockPanel1.Text = "Tùy chọn";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.panelControl2);
     this.dockPanel1_Container.Controls.Add(this.labelControl5);
     this.dockPanel1_Container.Controls.Add(this.Ngaythuchien);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 527);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.labelControl2);
     this.panelControl2.Controls.Add(this.Tuan);
     this.panelControl2.Controls.Add(this.Ngay);
     this.panelControl2.Controls.Add(this.Thang);
     this.panelControl2.Location = new System.Drawing.Point(8, 196);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(178, 96);
     this.panelControl2.TabIndex = 99;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(5, 5);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(82, 13);
     this.labelControl2.TabIndex = 22;
     this.labelControl2.Text = "Tùy chọn hiển thị";
     this.labelControl2.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl2.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // Tuan
     //
     this.Tuan.Location = new System.Drawing.Point(18, 49);
     this.Tuan.Name = "Tuan";
     this.Tuan.Properties.Caption = "Theo tuần";
     this.Tuan.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.Tuan.Properties.RadioGroupIndex = 1;
     this.Tuan.Size = new System.Drawing.Size(83, 19);
     this.Tuan.TabIndex = 21;
     this.Tuan.TabStop = false;
     this.Tuan.ToolTip = "Dữ liệu bắt buộc nhập";
     this.Tuan.ZZZType = ProtocolVN.Framework.Win.CaptionType.REQUIRED;
     this.Tuan.CheckedChanged += new System.EventHandler(this.Tuan_CheckedChanged);
     //
     // Ngay
     //
     this.Ngay.Location = new System.Drawing.Point(18, 24);
     this.Ngay.Name = "Ngay";
     this.Ngay.Properties.Caption = "Theo ngày";
     this.Ngay.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.Ngay.Properties.RadioGroupIndex = 1;
     this.Ngay.Size = new System.Drawing.Size(83, 19);
     this.Ngay.TabIndex = 17;
     this.Ngay.TabStop = false;
     this.Ngay.ToolTip = "Dữ liệu bắt buộc nhập";
     this.Ngay.ZZZType = ProtocolVN.Framework.Win.CaptionType.REQUIRED;
     this.Ngay.CheckedChanged += new System.EventHandler(this.Ngay_CheckedChanged);
     //
     // Thang
     //
     this.Thang.Location = new System.Drawing.Point(18, 74);
     this.Thang.Name = "Thang";
     this.Thang.Properties.Caption = "Theo tháng";
     this.Thang.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.Thang.Properties.RadioGroupIndex = 1;
     this.Thang.Size = new System.Drawing.Size(83, 19);
     this.Thang.TabIndex = 18;
     this.Thang.TabStop = false;
     this.Thang.ToolTip = "Dữ liệu bắt buộc nhập";
     this.Thang.ZZZType = ProtocolVN.Framework.Win.CaptionType.REQUIRED;
     this.Thang.CheckedChanged += new System.EventHandler(this.Thang_CheckedChanged);
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(13, 3);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(43, 13);
     this.labelControl5.TabIndex = 84;
     this.labelControl5.Text = "Thời gian";
     this.labelControl5.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl5.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // Ngaythuchien
     //
     this.Ngaythuchien.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.Ngaythuchien.HotDate = null;
     this.Ngaythuchien.Location = new System.Drawing.Point(8, 22);
     this.Ngaythuchien.Name = "Ngaythuchien";
     this.Ngaythuchien.SchedulerControl = this.schedulerControl;
     this.Ngaythuchien.Size = new System.Drawing.Size(178, 168);
     this.Ngaythuchien.TabIndex = 82;
     //
     // schedulerControl
     //
     this.schedulerControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl.MenuManager = this.barManager1;
     this.schedulerControl.Name = "schedulerControl";
     this.schedulerControl.OptionsCustomization.AllowAppointmentCopy = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsCustomization.AllowAppointmentCreate = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsCustomization.AllowAppointmentDelete = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsCustomization.AllowAppointmentDrag = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsCustomization.AllowAppointmentMultiSelect = false;
     this.schedulerControl.OptionsCustomization.AllowAppointmentResize = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl.OptionsView.NavigationButtons.NextCaption = "Sự kiện tiếp theo";
     this.schedulerControl.OptionsView.NavigationButtons.PrevCaption = "Sự kiện trước";
     this.schedulerControl.OptionsView.NavigationButtons.Visibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl.Size = new System.Drawing.Size(743, 489);
     this.schedulerControl.Start = new System.DateTime(2009, 2, 14, 0, 0, 0, 0);
     this.schedulerControl.Storage = this.schedulerStorage;
     this.schedulerControl.TabIndex = 12;
     this.schedulerControl.Text = "schedulerControl1";
     this.schedulerControl.Views.DayView.AllDayAreaScrollBarVisible = true;
     this.schedulerControl.Views.DayView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl.Views.DayView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl.Views.DayView.WorkTime.End = System.TimeSpan.Parse("17:00:00");
     this.schedulerControl.Views.DayView.WorkTime.Start = System.TimeSpan.Parse("08:00:00");
     this.schedulerControl.Views.MonthView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl.Views.MonthView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl.Views.WeekView.AppointmentDisplayOptions.EndTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl.Views.WeekView.AppointmentDisplayOptions.StartTimeVisibility = DevExpress.XtraScheduler.AppointmentTimeVisibility.Never;
     this.schedulerControl.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     this.schedulerControl.PreparePopupMenu += new DevExpress.XtraScheduler.PreparePopupMenuEventHandler(this.schedulerControl_PreparePopupMenu);
     this.schedulerControl.EditAppointmentFormShowing += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl_EditAppointmentFormShowing);
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem t&rước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // barButtonItemDuyet
     //
     this.barButtonItemDuyet.Caption = "&Duyệt";
     this.barButtonItemDuyet.Enabled = false;
     this.barButtonItemDuyet.Id = 35;
     this.barButtonItemDuyet.Name = "barButtonItemDuyet";
     this.barButtonItemDuyet.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemK_Duyet
     //
     this.barButtonItemK_Duyet.Caption = "&Không duyệt";
     this.barButtonItemK_Duyet.Enabled = false;
     this.barButtonItemK_Duyet.Id = 36;
     this.barButtonItemK_Duyet.Name = "barButtonItemK_Duyet";
     this.barButtonItemK_Duyet.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(200, 90);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.schedulerControl);
     this.splitContainerControl1.Panel1.MinSize = 200;
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.MinSize = 150;
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.PanelVisibility = DevExpress.XtraEditors.SplitPanelVisibility.Panel1;
     this.splitContainerControl1.Size = new System.Drawing.Size(743, 489);
     this.splitContainerControl1.SplitterPosition = 240;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageChiTiet;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(0, 0);
     this.xtraTabControlDetail.TabIndex = 0;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail,
     this.xtraTabPageChiTiet,
     this.xtraTabPage2});
     //
     // xtraTabPageChiTiet
     //
     this.xtraTabPageChiTiet.Controls.Add(this.gridControlDetail);
     this.xtraTabPageChiTiet.Name = "xtraTabPageChiTiet";
     this.xtraTabPageChiTiet.Size = new System.Drawing.Size(0, 0);
     this.xtraTabPageChiTiet.Text = "Chi tiết";
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemButtonEdit3,
     this.repositoryItemPictureEdit1,
     this.repositoryItemPictureEdit2,
     this.repositoryItemMemoEdit1,
     this.repDiaDiemHop,
     this.repositoryItemButtonEdit4,
     this.repositoryItemButtonEdit5,
     this.repositoryItemMemoExEdit2,
     this.rep_mofile,
     this.rep_luu_file,
     this.repNoiDung,
     this.repDiaDiem});
     this.gridControlDetail.Size = new System.Drawing.Size(0, 0);
     this.gridControlDetail.TabIndex = 191;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.CardCaptionFormat = "Ngày họp: {3}, từ: {4} - {5}";
     this.gridViewDetail.CardHorzInterval = 13;
     this.gridViewDetail.CardMinSize = new System.Drawing.Size(270, 151);
     this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.LayoutViewColumn[] {
     this.ID,
     this.cotNgay,
     this.cotGioBD,
     this.cotGioKT,
     this.cotNoiDung,
     this.cotDiaDiemHop});
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.HiddenItems.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutViewField_layoutViewColumn1,
     this.layoutViewField_layoutViewColumn1_1,
     this.layoutViewField_layoutViewColumn1_2,
     this.layoutViewField_layoutViewColumn1_3});
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.False;
     this.gridViewDetail.OptionsBehavior.ScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Auto;
     this.gridViewDetail.OptionsCustomization.AllowFilter = false;
     this.gridViewDetail.OptionsCustomization.AllowSort = false;
     this.gridViewDetail.OptionsHeaderPanel.EnableCustomizeButton = false;
     this.gridViewDetail.OptionsItemText.AlignMode = DevExpress.XtraGrid.Views.Layout.FieldTextAlignMode.CustomSize;
     this.gridViewDetail.OptionsItemText.TextToControlDistance = 0;
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsView.AllowHotTrackFields = false;
     this.gridViewDetail.OptionsView.ViewMode = DevExpress.XtraGrid.Views.Layout.LayoutViewMode.MultiRow;
     this.gridViewDetail.TemplateCard = this.layoutViewCard1;
     //
     // ID
     //
     this.ID.Caption = "id";
     this.ID.LayoutViewField = this.layoutViewField_layoutViewColumn1;
     this.ID.Name = "ID";
     //
     // layoutViewField_layoutViewColumn1
     //
     this.layoutViewField_layoutViewColumn1.EditorPreferredWidth = 10;
     this.layoutViewField_layoutViewColumn1.Location = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn1.Name = "layoutViewField_layoutViewColumn1";
     this.layoutViewField_layoutViewColumn1.Size = new System.Drawing.Size(264, 125);
     this.layoutViewField_layoutViewColumn1.TextSize = new System.Drawing.Size(97, 13);
     this.layoutViewField_layoutViewColumn1.TextToControlDistance = 5;
     //
     // cotNgay
     //
     this.cotNgay.Caption = "Ngày họp";
     this.cotNgay.LayoutViewField = this.layoutViewField_layoutViewColumn1_1;
     this.cotNgay.Name = "cotNgay";
     this.cotNgay.OptionsColumn.AllowEdit = false;
     this.cotNgay.OptionsColumn.AllowFocus = false;
     this.cotNgay.OptionsColumn.ReadOnly = true;
     //
     // layoutViewField_layoutViewColumn1_1
     //
     this.layoutViewField_layoutViewColumn1_1.EditorPreferredWidth = 20;
     this.layoutViewField_layoutViewColumn1_1.Location = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn1_1.Name = "layoutViewField_layoutViewColumn1_1";
     this.layoutViewField_layoutViewColumn1_1.Size = new System.Drawing.Size(264, 125);
     this.layoutViewField_layoutViewColumn1_1.TextSize = new System.Drawing.Size(50, 13);
     this.layoutViewField_layoutViewColumn1_1.TextToControlDistance = 5;
     //
     // cotGioBD
     //
     this.cotGioBD.Caption = "Từ";
     this.cotGioBD.CustomizationCaption = "Từ";
     this.cotGioBD.LayoutViewField = this.layoutViewField_layoutViewColumn1_2;
     this.cotGioBD.Name = "cotGioBD";
     this.cotGioBD.OptionsColumn.AllowEdit = false;
     this.cotGioBD.OptionsColumn.AllowFocus = false;
     this.cotGioBD.OptionsColumn.ReadOnly = true;
     //
     // layoutViewField_layoutViewColumn1_2
     //
     this.layoutViewField_layoutViewColumn1_2.EditorPreferredWidth = 20;
     this.layoutViewField_layoutViewColumn1_2.Location = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn1_2.Name = "layoutViewField_layoutViewColumn1_2";
     this.layoutViewField_layoutViewColumn1_2.Size = new System.Drawing.Size(264, 125);
     this.layoutViewField_layoutViewColumn1_2.TextSize = new System.Drawing.Size(17, 13);
     this.layoutViewField_layoutViewColumn1_2.TextToControlDistance = 5;
     //
     // cotGioKT
     //
     this.cotGioKT.Caption = "đến";
     this.cotGioKT.LayoutViewField = this.layoutViewField_layoutViewColumn1_3;
     this.cotGioKT.Name = "cotGioKT";
     this.cotGioKT.OptionsColumn.AllowEdit = false;
     this.cotGioKT.OptionsColumn.AllowFocus = false;
     this.cotGioKT.OptionsColumn.ReadOnly = true;
     //
     // layoutViewField_layoutViewColumn1_3
     //
     this.layoutViewField_layoutViewColumn1_3.EditorPreferredWidth = 20;
     this.layoutViewField_layoutViewColumn1_3.Location = new System.Drawing.Point(0, 0);
     this.layoutViewField_layoutViewColumn1_3.Name = "layoutViewField_layoutViewColumn1_3";
     this.layoutViewField_layoutViewColumn1_3.Size = new System.Drawing.Size(264, 125);
     this.layoutViewField_layoutViewColumn1_3.TextSize = new System.Drawing.Size(22, 13);
     this.layoutViewField_layoutViewColumn1_3.TextToControlDistance = 5;
     //
     // cotNoiDung
     //
     this.cotNoiDung.ColumnEdit = this.repNoiDung;
     this.cotNoiDung.LayoutViewField = this.layoutViewField_layoutViewColumn1_4;
     this.cotNoiDung.Name = "cotNoiDung";
     this.cotNoiDung.OptionsColumn.ReadOnly = true;
     //
     // repNoiDung
     //
     this.repNoiDung.Name = "repNoiDung";
     //
     // layoutViewField_layoutViewColumn1_4
     //
     this.layoutViewField_layoutViewColumn1_4.EditorPreferredWidth = 260;
     this.layoutViewField_layoutViewColumn1_4.Location = new System.Drawing.Point(0, 17);
     this.layoutViewField_layoutViewColumn1_4.MaxSize = new System.Drawing.Size(264, 45);
     this.layoutViewField_layoutViewColumn1_4.MinSize = new System.Drawing.Size(264, 45);
     this.layoutViewField_layoutViewColumn1_4.Name = "layoutViewField_layoutViewColumn1_4";
     this.layoutViewField_layoutViewColumn1_4.Size = new System.Drawing.Size(264, 45);
     this.layoutViewField_layoutViewColumn1_4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutViewField_layoutViewColumn1_4.TextSize = new System.Drawing.Size(0, 13);
     //
     // cotDiaDiemHop
     //
     this.cotDiaDiemHop.ColumnEdit = this.repDiaDiemHop;
     this.cotDiaDiemHop.LayoutViewField = this.layoutViewField_layoutViewColumn1_5;
     this.cotDiaDiemHop.Name = "cotDiaDiemHop";
     this.cotDiaDiemHop.OptionsColumn.ReadOnly = true;
     //
     // repDiaDiemHop
     //
     this.repDiaDiemHop.Name = "repDiaDiemHop";
     //
     // layoutViewField_layoutViewColumn1_5
     //
     this.layoutViewField_layoutViewColumn1_5.EditorPreferredWidth = 260;
     this.layoutViewField_layoutViewColumn1_5.Location = new System.Drawing.Point(0, 79);
     this.layoutViewField_layoutViewColumn1_5.MaxSize = new System.Drawing.Size(264, 46);
     this.layoutViewField_layoutViewColumn1_5.MinSize = new System.Drawing.Size(264, 46);
     this.layoutViewField_layoutViewColumn1_5.Name = "layoutViewField_layoutViewColumn1_5";
     this.layoutViewField_layoutViewColumn1_5.Size = new System.Drawing.Size(264, 46);
     this.layoutViewField_layoutViewColumn1_5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.layoutViewField_layoutViewColumn1_5.TextSize = new System.Drawing.Size(0, 13);
     //
     // layoutViewCard1
     //
     this.layoutViewCard1.CustomizationFormText = "layoutViewCard1";
     this.layoutViewCard1.ExpandButtonLocation = DevExpress.Utils.GroupElementLocation.AfterText;
     this.layoutViewCard1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.layoutViewField_layoutViewColumn1_4,
     this.layoutViewField_layoutViewColumn1_5,
     this.item1,
     this.item2});
     this.layoutViewCard1.Name = "layoutViewCard1";
     this.layoutViewCard1.OptionsItemText.TextToControlDistance = 0;
     this.layoutViewCard1.Padding = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2);
     this.layoutViewCard1.Text = "TemplateCard";
     //
     // item1
     //
     this.item1.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic);
     this.item1.AppearanceItemCaption.Options.UseFont = true;
     this.item1.CustomizationFormText = "Nội dung:";
     this.item1.Location = new System.Drawing.Point(0, 0);
     this.item1.Name = "item1";
     this.item1.Size = new System.Drawing.Size(264, 17);
     this.item1.Text = "Nội dung:";
     this.item1.TextSize = new System.Drawing.Size(46, 13);
     //
     // item2
     //
     this.item2.AppearanceItemCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Italic);
     this.item2.AppearanceItemCaption.Options.UseFont = true;
     this.item2.CustomizationFormText = "Địa điểm:";
     this.item2.Location = new System.Drawing.Point(0, 62);
     this.item2.Name = "item2";
     this.item2.Size = new System.Drawing.Size(264, 17);
     this.item2.Text = "Địa điểm:";
     this.item2.TextSize = new System.Drawing.Size(45, 13);
     //
     // repositoryItemButtonEdit3
     //
     this.repositoryItemButtonEdit3.AutoHeight = false;
     this.repositoryItemButtonEdit3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.repositoryItemButtonEdit3.Name = "repositoryItemButtonEdit3";
     this.repositoryItemButtonEdit3.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // repositoryItemPictureEdit1
     //
     this.repositoryItemPictureEdit1.Name = "repositoryItemPictureEdit1";
     //
     // repositoryItemPictureEdit2
     //
     this.repositoryItemPictureEdit2.Name = "repositoryItemPictureEdit2";
     //
     // repositoryItemMemoEdit1
     //
     this.repositoryItemMemoEdit1.Name = "repositoryItemMemoEdit1";
     //
     // repositoryItemButtonEdit4
     //
     this.repositoryItemButtonEdit4.AutoHeight = false;
     this.repositoryItemButtonEdit4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.repositoryItemButtonEdit4.Name = "repositoryItemButtonEdit4";
     this.repositoryItemButtonEdit4.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // repositoryItemButtonEdit5
     //
     this.repositoryItemButtonEdit5.AutoHeight = false;
     this.repositoryItemButtonEdit5.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "Mở file", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, false)});
     this.repositoryItemButtonEdit5.Name = "repositoryItemButtonEdit5";
     this.repositoryItemButtonEdit5.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.HideTextEditor;
     //
     // repositoryItemMemoExEdit2
     //
     this.repositoryItemMemoExEdit2.AutoHeight = false;
     this.repositoryItemMemoExEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemMemoExEdit2.Name = "repositoryItemMemoExEdit2";
     //
     // rep_mofile
     //
     this.rep_mofile.AppearanceFocused.Options.UseImage = true;
     this.rep_mofile.Name = "rep_mofile";
     //
     // rep_luu_file
     //
     this.rep_luu_file.Name = "rep_luu_file";
     //
     // repDiaDiem
     //
     this.repDiaDiem.AutoHeight = false;
     this.repDiaDiem.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repDiaDiem.Name = "repDiaDiem";
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlMaster);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.PageVisible = false;
     this.xtraTabPageDetail.Size = new System.Drawing.Size(0, 0);
     this.xtraTabPageDetail.Text = "Chi tiết ";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemButtonEdit1,
     this.repositoryItemImageComboBox1});
     this.gridControlMaster.Size = new System.Drawing.Size(0, 0);
     this.gridControlMaster.TabIndex = 0;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.CotThoiGianBatDau,
     this.CotThoiGianKetThuc,
     this.CotDiaDiem,
     this.CotNguoiToChuc,
     this.CotTinhChat,
     this.CotLoaiMeeting,
     this.CotKetQua});
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewMaster.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowGroupedColumns = true;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     //
     // CotThoiGianBatDau
     //
     this.CotThoiGianBatDau.Caption = "Giờ bắt đầu";
     this.CotThoiGianBatDau.Name = "CotThoiGianBatDau";
     this.CotThoiGianBatDau.OptionsColumn.AllowEdit = false;
     this.CotThoiGianBatDau.OptionsColumn.AllowFocus = false;
     this.CotThoiGianBatDau.Visible = true;
     this.CotThoiGianBatDau.VisibleIndex = 2;
     this.CotThoiGianBatDau.Width = 67;
     //
     // CotThoiGianKetThuc
     //
     this.CotThoiGianKetThuc.Caption = "Giờ kết thúc";
     this.CotThoiGianKetThuc.Name = "CotThoiGianKetThuc";
     this.CotThoiGianKetThuc.OptionsColumn.AllowEdit = false;
     this.CotThoiGianKetThuc.OptionsColumn.AllowFocus = false;
     this.CotThoiGianKetThuc.Visible = true;
     this.CotThoiGianKetThuc.VisibleIndex = 3;
     this.CotThoiGianKetThuc.Width = 69;
     //
     // CotDiaDiem
     //
     this.CotDiaDiem.Caption = "Địa điểm";
     this.CotDiaDiem.Name = "CotDiaDiem";
     this.CotDiaDiem.OptionsColumn.AllowEdit = false;
     this.CotDiaDiem.OptionsColumn.AllowFocus = false;
     this.CotDiaDiem.OptionsColumn.ReadOnly = true;
     this.CotDiaDiem.Visible = true;
     this.CotDiaDiem.VisibleIndex = 0;
     this.CotDiaDiem.Width = 53;
     //
     // CotNguoiToChuc
     //
     this.CotNguoiToChuc.Caption = "Người tổ chức";
     this.CotNguoiToChuc.Name = "CotNguoiToChuc";
     this.CotNguoiToChuc.OptionsColumn.AllowEdit = false;
     this.CotNguoiToChuc.OptionsColumn.AllowFocus = false;
     this.CotNguoiToChuc.Visible = true;
     this.CotNguoiToChuc.VisibleIndex = 1;
     this.CotNguoiToChuc.Width = 79;
     //
     // CotTinhChat
     //
     this.CotTinhChat.Caption = "Tính chất";
     this.CotTinhChat.Name = "CotTinhChat";
     this.CotTinhChat.OptionsColumn.AllowEdit = false;
     this.CotTinhChat.OptionsColumn.AllowFocus = false;
     this.CotTinhChat.Visible = true;
     this.CotTinhChat.VisibleIndex = 4;
     this.CotTinhChat.Width = 56;
     //
     // CotLoaiMeeting
     //
     this.CotLoaiMeeting.Caption = "Loại";
     this.CotLoaiMeeting.Name = "CotLoaiMeeting";
     this.CotLoaiMeeting.OptionsColumn.AllowEdit = false;
     this.CotLoaiMeeting.OptionsColumn.AllowFocus = false;
     this.CotLoaiMeeting.Visible = true;
     this.CotLoaiMeeting.VisibleIndex = 5;
     this.CotLoaiMeeting.Width = 31;
     //
     // CotKetQua
     //
     this.CotKetQua.Caption = "Kết quả";
     this.CotKetQua.Name = "CotKetQua";
     this.CotKetQua.OptionsColumn.AllowEdit = false;
     this.CotKetQua.OptionsColumn.AllowFocus = false;
     this.CotKetQua.OptionsColumn.ReadOnly = true;
     this.CotKetQua.Visible = true;
     this.CotKetQua.VisibleIndex = 6;
     this.CotKetQua.Width = 49;
     //
     // repositoryItemButtonEdit1
     //
     this.repositoryItemButtonEdit1.AutoHeight = false;
     this.repositoryItemButtonEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemButtonEdit1.Name = "repositoryItemButtonEdit1";
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.rtxVanBan);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.PageVisible = false;
     this.xtraTabPage2.Size = new System.Drawing.Size(0, 0);
     this.xtraTabPage2.Text = "Văn bản họp";
     //
     // rtxVanBan
     //
     this.rtxVanBan.Dock = System.Windows.Forms.DockStyle.Fill;
     this.rtxVanBan.Location = new System.Drawing.Point(0, 0);
     this.rtxVanBan.MaxLength = 200;
     this.rtxVanBan.Name = "rtxVanBan";
     this.rtxVanBan.ReadOnly = true;
     this.rtxVanBan.Size = new System.Drawing.Size(0, 0);
     this.rtxVanBan.TabIndex = 4;
     this.rtxVanBan.Text = "";
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.cboNguoiToChuc);
     this.popupControlContainerFilter.Controls.Add(this.txtDiaDiem);
     this.popupControlContainerFilter.Controls.Add(this.label4);
     this.popupControlContainerFilter.Controls.Add(this.cboTinhChat);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.label2);
     this.popupControlContainerFilter.Controls.Add(this.cboLoai);
     this.popupControlContainerFilter.Controls.Add(this.label1);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(200, 24);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(743, 66);
     this.popupControlContainerFilter.TabIndex = 0;
     this.popupControlContainerFilter.Visible = false;
     //
     // cboNguoiToChuc
     //
     this.cboNguoiToChuc.DataSource = null;
     this.cboNguoiToChuc.DisplayField = null;
     this.cboNguoiToChuc.Location = new System.Drawing.Point(87, 5);
     this.cboNguoiToChuc.Name = "cboNguoiToChuc";
     this.cboNguoiToChuc.Size = new System.Drawing.Size(162, 21);
     this.cboNguoiToChuc.TabIndex = 221;
     this.cboNguoiToChuc.ValueField = null;
     //
     // txtDiaDiem
     //
     this.txtDiaDiem.Location = new System.Drawing.Point(343, 34);
     this.txtDiaDiem.Name = "txtDiaDiem";
     this.txtDiaDiem.Size = new System.Drawing.Size(380, 20);
     this.txtDiaDiem.TabIndex = 220;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(265, 37);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(41, 13);
     this.label4.TabIndex = 10;
     this.label4.Text = "Địa điểm";
     this.label4.ToolTip = "Dữ liệu bắt buộc nhập";
     this.label4.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // cboTinhChat
     //
     this.cboTinhChat.DataSource = null;
     this.cboTinhChat.DisplayField = null;
     this.cboTinhChat.Location = new System.Drawing.Point(87, 32);
     this.cboTinhChat.Name = "cboTinhChat";
     this.cboTinhChat.Size = new System.Drawing.Size(162, 21);
     this.cboTinhChat.TabIndex = 9;
     this.cboTinhChat.ValueField = null;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(9, 37);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(44, 13);
     this.label3.TabIndex = 8;
     this.label3.Text = "Tính chất";
     this.label3.ToolTip = "Dữ liệu bắt buộc nhập";
     this.label3.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(265, 9);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(65, 13);
     this.label2.TabIndex = 7;
     this.label2.Text = "Loại cuộc họp";
     this.label2.ToolTip = "Dữ liệu bắt buộc nhập";
     this.label2.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // cboLoai
     //
     this.cboLoai.DataSource = null;
     this.cboLoai.DisplayField = null;
     this.cboLoai.Location = new System.Drawing.Point(343, 5);
     this.cboLoai.Name = "cboLoai";
     this.cboLoai.Size = new System.Drawing.Size(156, 21);
     this.cboLoai.TabIndex = 5;
     this.cboLoai.ValueField = null;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(9, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(67, 13);
     this.label1.TabIndex = 5;
     this.label1.Text = "Người tổ chức";
     this.label1.ToolTip = "Dữ liệu bắt buộc nhập";
     this.label1.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "VAT";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "VAT";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 96;
     //
     // labelControl1
     //
     this.labelControl1.Location = new System.Drawing.Point(5, 5);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(96, 13);
     this.labelControl1.TabIndex = 22;
     this.labelControl1.Text = "Tùy chọn hiển thị";
     this.labelControl1.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl1.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // checkEdit1
     //
     this.checkEdit1.Location = new System.Drawing.Point(18, 49);
     this.checkEdit1.Name = "checkEdit1";
     this.checkEdit1.Properties.Caption = "Theo tuần";
     this.checkEdit1.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit1.Properties.RadioGroupIndex = 1;
     this.checkEdit1.Size = new System.Drawing.Size(83, 19);
     this.checkEdit1.TabIndex = 21;
     this.checkEdit1.TabStop = false;
     this.checkEdit1.ToolTip = "Dữ liệu bắt buộc nhập";
     this.checkEdit1.ZZZType = ProtocolVN.Framework.Win.CaptionType.REQUIRED;
     //
     // checkEdit2
     //
     this.checkEdit2.EditValue = true;
     this.checkEdit2.Location = new System.Drawing.Point(18, 24);
     this.checkEdit2.Name = "checkEdit2";
     this.checkEdit2.Properties.Caption = "Theo ngày";
     this.checkEdit2.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit2.Properties.RadioGroupIndex = 1;
     this.checkEdit2.Size = new System.Drawing.Size(83, 19);
     this.checkEdit2.TabIndex = 17;
     this.checkEdit2.ToolTip = "Dữ liệu bắt buộc nhập";
     this.checkEdit2.ZZZType = ProtocolVN.Framework.Win.CaptionType.REQUIRED;
     //
     // checkEdit3
     //
     this.checkEdit3.Location = new System.Drawing.Point(18, 74);
     this.checkEdit3.Name = "checkEdit3";
     this.checkEdit3.Properties.Caption = "Theo tháng";
     this.checkEdit3.Properties.CheckStyle = DevExpress.XtraEditors.Controls.CheckStyles.Radio;
     this.checkEdit3.Properties.RadioGroupIndex = 1;
     this.checkEdit3.Size = new System.Drawing.Size(83, 19);
     this.checkEdit3.TabIndex = 18;
     this.checkEdit3.TabStop = false;
     this.checkEdit3.ToolTip = "Dữ liệu bắt buộc nhập";
     this.checkEdit3.ZZZType = ProtocolVN.Framework.Win.CaptionType.REQUIRED;
     //
     // imageList_layout
     //
     this.imageList_layout.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_layout.ImageStream")));
     this.imageList_layout.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList_layout.Images.SetKeyName(0, "pl-xuatkho.png");
     this.imageList_layout.Images.SetKeyName(1, "fwSave.png");
     this.imageList_layout.Images.SetKeyName(2, "Delete.png");
     //
     // frmMeetingQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(943, 579);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.popupControlContainerFilter);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmMeetingQL";
     this.Text = "Cuộc họp";
     this.Load += new System.EventHandler(this.frmMeetingQL_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     this.dockPanel1_Container.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.Tuan.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngay.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Thang.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Ngaythuchien)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageChiTiet.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repNoiDung)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDiaDiemHop)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewField_layoutViewColumn1_5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutViewCard1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.item1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.item2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPictureEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemMemoExEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rep_mofile)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.rep_luu_file)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repDiaDiem)).EndInit();
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemButtonEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDiaDiem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkEdit3.Properties)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 12
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTimVetGio));
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.MainBar = new DevExpress.XtraBars.Bar();
            this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.ckcNotEmpty = new DevExpress.XtraEditors.CheckEdit();
            this.ckcOnlyEmty = new DevExpress.XtraEditors.CheckEdit();
            this.KenhPhat = new ProtocolVN.Framework.Win.PLCombobox();
            this.ThuTrongTuan = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.plLabel9 = new DevExpress.XtraEditors.LabelControl();
            this.GioPhatTu = new DevExpress.XtraEditors.TimeEdit();
            this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
            this.ThoiGian = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
            this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.ColNgay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.ColNoiDung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
            this.ColThang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.ColNam = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBandPostMaster = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockPanel1.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
            this.popupControlContainerFilter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckcNotEmpty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckcOnlyEmty.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ThuTrongTuan.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GioPhatTu.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
            this.xtraTabControlDetail.SuspendLayout();
            this.xtraTabPageDetail.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
            this.SuspendLayout();
            //
            // barManager1
            //
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.MainBar});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.DockManager = this.dockManager1;
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItemAdd,
            this.barButtonItemDelete,
            this.barButtonItemUpdate,
            this.barButtonItemPrint,
            this.barStaticItem1,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItemCommit,
            this.barButtonItemNoCommit,
            this.barSubItem1,
            this.barButtonItemXem,
            this.barButtonItemSearch,
            this.barButtonItemClose,
            this.barCheckItemFilter,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barSubItemCotHienThi});
            this.barManager1.MaxItemId = 40;
            //
            // MainBar
            //
            this.MainBar.BarName = "MainBar";
            this.MainBar.DockCol = 0;
            this.MainBar.DockRow = 0;
            this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
            this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
            this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi)});
            this.MainBar.OptionsBar.AllowQuickCustomization = false;
            this.MainBar.OptionsBar.DrawDragBorder = false;
            this.MainBar.OptionsBar.RotateWhenVertical = false;
            this.MainBar.OptionsBar.UseWholeRow = true;
            this.MainBar.Text = "Custom 1";
            //
            // barButtonItemAdd
            //
            this.barButtonItemAdd.Caption = "Thêm";
            this.barButtonItemAdd.Id = 0;
            this.barButtonItemAdd.Name = "barButtonItemAdd";
            this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemAdd.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemXem
            //
            this.barButtonItemXem.Caption = "&Xem";
            this.barButtonItemXem.Id = 24;
            this.barButtonItemXem.Name = "barButtonItemXem";
            this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemXem.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemDelete
            //
            this.barButtonItemDelete.Caption = "&Xóa";
            this.barButtonItemDelete.Id = 1;
            this.barButtonItemDelete.Name = "barButtonItemDelete";
            this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemDelete.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemUpdate
            //
            this.barButtonItemUpdate.Caption = "&Sửa";
            this.barButtonItemUpdate.Id = 2;
            this.barButtonItemUpdate.Name = "barButtonItemUpdate";
            this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemUpdate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemPrint
            //
            this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemPrint.Caption = "&In";
            this.barButtonItemPrint.DropDownControl = this.popupMenu1;
            this.barButtonItemPrint.Id = 3;
            this.barButtonItemPrint.Name = "barButtonItemPrint";
            this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenu1
            //
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption = "Xem trước";
            this.barButtonItem4.Id = 33;
            this.barButtonItem4.Name = "barButtonItem4";
            //
            // barButtonItemCommit
            //
            this.barButtonItemCommit.Caption = "&Duyệt";
            this.barButtonItemCommit.Id = 17;
            this.barButtonItemCommit.Name = "barButtonItemCommit";
            this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemNoCommit
            //
            this.barButtonItemNoCommit.Caption = "&Không duyệt";
            this.barButtonItemNoCommit.Id = 18;
            this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
            this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItem1
            //
            this.barSubItem1.Caption = "Nghiệp vụ";
            this.barSubItem1.Id = 20;
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemSearch
            //
            this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemSearch.Caption = "Tìm kiếm";
            this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
            this.barButtonItemSearch.Id = 27;
            this.barButtonItemSearch.Name = "barButtonItemSearch";
            this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenuFilter
            //
            this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
            this.popupMenuFilter.Manager = this.barManager1;
            this.popupMenuFilter.Name = "popupMenuFilter";
            //
            // barCheckItemFilter
            //
            this.barCheckItemFilter.Caption = "Điều &kiện lọc";
            this.barCheckItemFilter.Checked = true;
            this.barCheckItemFilter.Id = 29;
            this.barCheckItemFilter.Name = "barCheckItemFilter";
            this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemClose
            //
            this.barButtonItemClose.Caption = "Đóng";
            this.barButtonItemClose.Id = 28;
            this.barButtonItemClose.Name = "barButtonItemClose";
            this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItemCotHienThi
            //
            this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
            this.barSubItemCotHienThi.Id = 36;
            this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
            this.barSubItemCotHienThi.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barDockControlTop
            //
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1362, 24);
            //
            // barDockControlBottom
            //
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
            this.barDockControlBottom.Size = new System.Drawing.Size(1362, 0);
            //
            // barDockControlLeft
            //
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
            //
            // barDockControlRight
            //
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1362, 24);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
            //
            // dockManager1
            //
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanel1});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            //
            // dockPanel1
            //
            this.dockPanel1.Controls.Add(this.dockPanel1_Container);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
            this.dockPanel1.FloatVertical = true;
            this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
            this.dockPanel1.Location = new System.Drawing.Point(0, 24);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.Options.AllowDockLeft = false;
            this.dockPanel1.Options.AllowDockRight = false;
            this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 59);
            this.dockPanel1.Size = new System.Drawing.Size(1362, 59);
            this.dockPanel1.Text = "Điều kiện tìm kiếm";
            this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
            //
            // dockPanel1_Container
            //
            this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
            this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(1356, 31);
            this.dockPanel1_Container.TabIndex = 0;
            //
            // popupControlContainerFilter
            //
            this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainerFilter.Controls.Add(this.ckcNotEmpty);
            this.popupControlContainerFilter.Controls.Add(this.ckcOnlyEmty);
            this.popupControlContainerFilter.Controls.Add(this.KenhPhat);
            this.popupControlContainerFilter.Controls.Add(this.ThuTrongTuan);
            this.popupControlContainerFilter.Controls.Add(this.plLabel9);
            this.popupControlContainerFilter.Controls.Add(this.GioPhatTu);
            this.popupControlContainerFilter.Controls.Add(this.plLabel1);
            this.popupControlContainerFilter.Controls.Add(this.plLabel3);
            this.popupControlContainerFilter.Controls.Add(this.plLabel6);
            this.popupControlContainerFilter.Controls.Add(this.ThoiGian);
            this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainerFilter.Manager = this.barManager1;
            this.popupControlContainerFilter.Name = "popupControlContainerFilter";
            this.popupControlContainerFilter.Size = new System.Drawing.Size(1356, 31);
            this.popupControlContainerFilter.TabIndex = 5;
            this.popupControlContainerFilter.Visible = false;
            //
            // ckcNotEmpty
            //
            this.ckcNotEmpty.Location = new System.Drawing.Point(110, 6);
            this.ckcNotEmpty.Name = "ckcNotEmpty";
            this.ckcNotEmpty.Properties.Caption = "Vệt giờ có nội dung";
            this.ckcNotEmpty.Size = new System.Drawing.Size(124, 19);
            this.ckcNotEmpty.TabIndex = 13;
            this.ckcNotEmpty.CheckedChanged += new System.EventHandler(this.ckcOnlyEmty_CheckedChanged);
            //
            // ckcOnlyEmty
            //
            this.ckcOnlyEmty.EditValue = true;
            this.ckcOnlyEmty.Location = new System.Drawing.Point(9, 6);
            this.ckcOnlyEmty.MenuManager = this.barManager1;
            this.ckcOnlyEmty.Name = "ckcOnlyEmty";
            this.ckcOnlyEmty.Properties.Caption = "Vệt giờ trống";
            this.ckcOnlyEmty.Size = new System.Drawing.Size(111, 19);
            this.ckcOnlyEmty.TabIndex = 13;
            this.ckcOnlyEmty.CheckedChanged += new System.EventHandler(this.ckcOnlyEmty_CheckedChanged);
            //
            // KenhPhat
            //
            this.KenhPhat.DataSource = null;
            this.KenhPhat.DisplayField = null;
            this.KenhPhat.Location = new System.Drawing.Point(317, 4);
            this.KenhPhat.Name = "KenhPhat";
            this.KenhPhat.Size = new System.Drawing.Size(139, 22);
            this.KenhPhat.TabIndex = 232;
            this.KenhPhat.ValueField = null;
            //
            // ThuTrongTuan
            //
            this.ThuTrongTuan.DataSource = null;
            this.ThuTrongTuan.DisplayField = null;
            this.ThuTrongTuan.Location = new System.Drawing.Point(704, 5);
            this.ThuTrongTuan.Name = "ThuTrongTuan";
            this.ThuTrongTuan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ThuTrongTuan.Size = new System.Drawing.Size(200, 20);
            this.ThuTrongTuan.TabIndex = 231;
            this.ThuTrongTuan.ValueField = null;
            //
            // plLabel9
            //
            this.plLabel9.Location = new System.Drawing.Point(625, 9);
            this.plLabel9.Name = "plLabel9";
            this.plLabel9.Size = new System.Drawing.Size(73, 13);
            this.plLabel9.TabIndex = 230;
            this.plLabel9.Text = "Thứ trong tuần";

            //
            // GioPhatTu
            //
            this.GioPhatTu.EditValue = null;
            this.GioPhatTu.Location = new System.Drawing.Point(511, 5);
            this.GioPhatTu.Name = "GioPhatTu";
            this.GioPhatTu.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            this.GioPhatTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.GioPhatTu.Properties.Mask.EditMask = "HH:mm";
            this.GioPhatTu.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.GioPhatTu.Size = new System.Drawing.Size(85, 20);
            this.GioPhatTu.TabIndex = 228;
            //
            // plLabel1
            //
            this.plLabel1.Location = new System.Drawing.Point(263, 9);
            this.plLabel1.Name = "plLabel1";
            this.plLabel1.Size = new System.Drawing.Size(48, 13);
            this.plLabel1.TabIndex = 217;
            this.plLabel1.Text = "Trên kênh";

            //
            // plLabel3
            //
            this.plLabel3.Location = new System.Drawing.Point(472, 9);
            this.plLabel3.Name = "plLabel3";
            this.plLabel3.Size = new System.Drawing.Size(33, 13);
            this.plLabel3.TabIndex = 217;
            this.plLabel3.Text = "Vệt giờ";

            //
            // plLabel6
            //
            this.plLabel6.Location = new System.Drawing.Point(925, 9);
            this.plLabel6.Name = "plLabel6";
            this.plLabel6.Size = new System.Drawing.Size(43, 13);
            this.plLabel6.TabIndex = 217;
            this.plLabel6.Text = "Thời gian";

            //
            // ThoiGian
            //
            this.ThoiGian.AllowNull = false;
            this.ThoiGian.Caption = "Từ ngày 15/06/2012 đến ngày 22/06/2012";
            this.ThoiGian.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.ThoiGian.FirstFrom = new System.DateTime(2012, 6, 15, 5, 46, 55, 392);
            this.ThoiGian.FirstTo = new System.DateTime(2012, 6, 22, 5, 46, 55, 392);
            this.ThoiGian.FromDate = new System.DateTime(2012, 6, 15, 5, 46, 55, 392);
            this.ThoiGian.Location = new System.Drawing.Point(974, 5);
            this.ThoiGian.Name = "ThoiGian";
            this.ThoiGian.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
            this.ThoiGian.SecondFrom = new System.DateTime(2012, 6, 15, 5, 46, 55, 392);
            this.ThoiGian.SecondTo = new System.DateTime(2012, 6, 22, 5, 46, 55, 392);
            this.ThoiGian.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.ThoiGian.Size = new System.Drawing.Size(285, 21);
            this.ThoiGian.TabIndex = 226;
            this.ThoiGian.ToDate = new System.DateTime(2012, 6, 22, 5, 46, 55, 392);
            this.ThoiGian.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
            //
            // barStaticItem1
            //
            this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barStaticItem1.Width = 100;
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 14;
            this.barButtonItem1.Name = "barButtonItem1";
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 15;
            this.barButtonItem2.Name = "barButtonItem2";
            //
            // barButtonItem3
            //
            this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItem3.Caption = "In";
            this.barButtonItem3.Id = 30;
            this.barButtonItem3.Name = "barButtonItem3";
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 83);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
            this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
            this.splitContainerControl1.Panel2.ShowCaption = true;
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1362, 462);
            this.splitContainerControl1.SplitterPosition = 0;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            //
            // gridControlMaster
            //
            this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
            this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
            this.gridControlMaster.MainView = this.gridViewMaster;
            this.gridControlMaster.Name = "gridControlMaster";
            this.gridControlMaster.Size = new System.Drawing.Size(1362, 456);
            this.gridControlMaster.TabIndex = 12;
            this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMaster});
            //
            // gridViewMaster
            //
            this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBandPostMaster});
            this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.ColNam,
            this.ColThang,
            this.ColNgay,
            this.ColNoiDung});
            this.gridViewMaster.GridControl = this.gridControlMaster;
            this.gridViewMaster.GroupCount = 2;
            this.gridViewMaster.IndicatorWidth = 40;
            this.gridViewMaster.Name = "gridViewMaster";
            this.gridViewMaster.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
            this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewMaster.OptionsView.ShowBands = false;
            this.gridViewMaster.OptionsView.ShowViewCaption = true;
            this.gridViewMaster.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColNam, DevExpress.Data.ColumnSortOrder.Ascending),
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColThang, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridViewMaster.ViewCaption = "DANH SÁCH NGÀY CÒN TRỐNG TRÊN VỆT GIỜ";
            //
            // ColNgay
            //
            this.ColNgay.Caption = "Ngày";
            this.ColNgay.Name = "ColNgay";
            this.ColNgay.Visible = true;
            this.ColNgay.Width = 125;
            //
            // ColNoiDung
            //
            this.ColNoiDung.Caption = "Nội dung";
            this.ColNoiDung.Name = "ColNoiDung";
            this.ColNoiDung.OptionsColumn.AllowShowHide = false;
            this.ColNoiDung.Visible = true;
            this.ColNoiDung.Width = 1036;
            //
            // xtraTabControlDetail
            //
            this.xtraTabControlDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControlDetail.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
            this.xtraTabControlDetail.LookAndFeel.UseDefaultLookAndFeel = false;
            this.xtraTabControlDetail.Name = "xtraTabControlDetail";
            this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
            this.xtraTabControlDetail.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
            this.xtraTabControlDetail.Size = new System.Drawing.Size(0, 0);
            this.xtraTabControlDetail.TabIndex = 10;
            this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageDetail});
            //
            // xtraTabPageDetail
            //
            this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
            this.xtraTabPageDetail.Name = "xtraTabPageDetail";
            this.xtraTabPageDetail.Size = new System.Drawing.Size(0, 0);
            this.xtraTabPageDetail.Text = "Danh sách biên mục";
            //
            // gridControlDetail
            //
            this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
            this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
            this.gridControlDetail.MainView = this.gridViewDetail;
            this.gridControlDetail.Name = "gridControlDetail";
            this.gridControlDetail.Size = new System.Drawing.Size(0, 0);
            this.gridControlDetail.TabIndex = 3;
            this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewDetail});
            //
            // gridViewDetail
            //
            this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewDetail.GridControl = this.gridControlDetail;
            this.gridViewDetail.IndicatorWidth = 40;
            this.gridViewDetail.Name = "gridViewDetail";
            this.gridViewDetail.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
            this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
            this.gridViewDetail.OptionsView.ShowGroupPanel = false;
            this.gridViewDetail.OptionsView.ShowViewCaption = true;
            this.gridViewDetail.ViewCaption = "Chi tiết lịch phát sóng";
            //
            // ColThang
            //
            this.ColThang.Caption = "Tháng";
            this.ColThang.Name = "ColThang";
            this.ColThang.Visible = true;
            this.ColThang.Width = 62;
            //
            // ColNam
            //
            this.ColNam.Caption = "Năm";
            this.ColNam.Name = "ColNam";
            this.ColNam.Visible = true;
            this.ColNam.Width = 95;
            //
            // gridBandPostMaster
            //
            this.gridBandPostMaster.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandPostMaster.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandPostMaster.Caption = "Thông tin phát sóng";
            this.gridBandPostMaster.Columns.Add(this.ColNam);
            this.gridBandPostMaster.Columns.Add(this.ColThang);
            this.gridBandPostMaster.Columns.Add(this.ColNgay);
            this.gridBandPostMaster.Columns.Add(this.ColNoiDung);
            this.gridBandPostMaster.Name = "gridBandPostMaster";
            this.gridBandPostMaster.Width = 1318;
            //
            // frmTimVetGio
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1362, 545);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.dockPanel1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "frmTimVetGio";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Kiểm tra vệt giờ";
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockPanel1.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
            this.popupControlContainerFilter.ResumeLayout(false);
            this.popupControlContainerFilter.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ckcNotEmpty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ckcOnlyEmty.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ThuTrongTuan.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GioPhatTu.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
            this.xtraTabControlDetail.ResumeLayout(false);
            this.xtraTabPageDetail.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmQuanLyLichPhatSongNewQL));
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.MainBar = new DevExpress.XtraBars.Bar();
            this.barButtonItemAddNext = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCopy = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.ngayNhap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.label29 = new DevExpress.XtraEditors.LabelControl();
            this.ThongTinThem = new DevExpress.XtraEditors.CheckedListBoxControl();
            this.GioPhatDen = new DevExpress.XtraEditors.TimeEdit();
            this.GioPhatTu = new DevExpress.XtraEditors.TimeEdit();
            this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
            this.NguoiNhap = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.TenCT = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
            this.ThuTrongTuan = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.KenhPhat = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.PostMaster = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
            this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel9 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
            this.label10 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
            this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
            this.label3 = new DevExpress.XtraEditors.LabelControl();
            this.label5 = new DevExpress.XtraEditors.LabelControl();
            this.NgayBatDauPhat = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.groupControlPM = new DevExpress.XtraEditors.GroupControl();
            this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
            this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.gridBandPostMaster = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_LPS_NgayBatDau = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_GioPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_KenhPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_SoTapNgay = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_ThuTrongTuan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_NgayCuoi = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_SoNgayPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_ThongTinThem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_NgayTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBandChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_LPS_NguoiTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_TenChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_NuocSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_NamSx = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_PostMaster = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_TongTap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_SoLanDaPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_SoRunCon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_LPS_ThoiLuongChung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
            this.ColTapSo = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColThoiLuong = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColGioPhat = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColNgayPhat = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColMaBang = new DevExpress.XtraGrid.Columns.GridColumn();
            this.ColTenTap = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockPanel1.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
            this.popupControlContainerFilter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ThongTinThem)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GioPhatDen.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.GioPhatTu.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NguoiNhap.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TenCT.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ThuTrongTuan.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.KenhPhat.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).BeginInit();
            this.groupControlPM.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
            this.xtraTabControlDetail.SuspendLayout();
            this.xtraTabPageDetail.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
            this.SuspendLayout();
            //
            // barManager1
            //
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.MainBar});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.DockManager = this.dockManager1;
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItemAdd,
            this.barButtonItemDelete,
            this.barButtonItemUpdate,
            this.barButtonItemPrint,
            this.barStaticItem1,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItemCommit,
            this.barButtonItemNoCommit,
            this.barSubItem1,
            this.barButtonItemXem,
            this.barButtonItemSearch,
            this.barButtonItemClose,
            this.barCheckItemFilter,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barSubItemCotHienThi,
            this.barButtonItemAddNext,
            this.barButtonItemCopy});
            this.barManager1.MaxItemId = 42;
            //
            // MainBar
            //
            this.MainBar.BarName = "MainBar";
            this.MainBar.DockCol = 0;
            this.MainBar.DockRow = 0;
            this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
            this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
            this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAddNext),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCopy),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi)});
            this.MainBar.OptionsBar.AllowQuickCustomization = false;
            this.MainBar.OptionsBar.DrawDragBorder = false;
            this.MainBar.OptionsBar.RotateWhenVertical = false;
            this.MainBar.OptionsBar.UseWholeRow = true;
            this.MainBar.Text = "Custom 1";
            //
            // barButtonItemAddNext
            //
            this.barButtonItemAddNext.Caption = "Thê&m lịch tiếp theo";
            this.barButtonItemAddNext.Hint = "Thêm lịch phát sóng tiếp theo trên vệt giờ đang chọn (không có nghĩa là thêm lịch" +
                " liền kề lịch đang chọn)";
            this.barButtonItemAddNext.Id = 40;
            this.barButtonItemAddNext.Name = "barButtonItemAddNext";
            this.barButtonItemAddNext.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemAddNext_ItemClick);
            //
            // barButtonItemAdd
            //
            this.barButtonItemAdd.Caption = "&Thêm";
            this.barButtonItemAdd.Id = 0;
            this.barButtonItemAdd.Name = "barButtonItemAdd";
            this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemCopy
            //
            this.barButtonItemCopy.Caption = "&Sao chép";
            this.barButtonItemCopy.Id = 41;
            this.barButtonItemCopy.Name = "barButtonItemCopy";
            this.barButtonItemCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemCopy_ItemClick);
            //
            // barButtonItemXem
            //
            this.barButtonItemXem.Caption = "&Xem";
            this.barButtonItemXem.Id = 24;
            this.barButtonItemXem.Name = "barButtonItemXem";
            this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemDelete
            //
            this.barButtonItemDelete.Caption = "&Xóa";
            this.barButtonItemDelete.Id = 1;
            this.barButtonItemDelete.Name = "barButtonItemDelete";
            this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemUpdate
            //
            this.barButtonItemUpdate.Caption = "&Sửa";
            this.barButtonItemUpdate.Id = 2;
            this.barButtonItemUpdate.Name = "barButtonItemUpdate";
            this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemPrint
            //
            this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemPrint.Caption = "&In";
            this.barButtonItemPrint.DropDownControl = this.popupMenu1;
            this.barButtonItemPrint.Id = 3;
            this.barButtonItemPrint.Name = "barButtonItemPrint";
            this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenu1
            //
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption = "Xem trước";
            this.barButtonItem4.Id = 33;
            this.barButtonItem4.Name = "barButtonItem4";
            //
            // barButtonItemCommit
            //
            this.barButtonItemCommit.Caption = "&Duyệt";
            this.barButtonItemCommit.Id = 17;
            this.barButtonItemCommit.Name = "barButtonItemCommit";
            this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemNoCommit
            //
            this.barButtonItemNoCommit.Caption = "&Không duyệt";
            this.barButtonItemNoCommit.Id = 18;
            this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
            this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItem1
            //
            this.barSubItem1.Caption = "Nghiệp vụ";
            this.barSubItem1.Id = 20;
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemSearch
            //
            this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemSearch.Caption = "Tìm kiếm";
            this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
            this.barButtonItemSearch.Id = 27;
            this.barButtonItemSearch.Name = "barButtonItemSearch";
            this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenuFilter
            //
            this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
            this.popupMenuFilter.Manager = this.barManager1;
            this.popupMenuFilter.Name = "popupMenuFilter";
            //
            // barCheckItemFilter
            //
            this.barCheckItemFilter.Caption = "Điều &kiện lọc";
            this.barCheckItemFilter.Checked = true;
            this.barCheckItemFilter.Id = 29;
            this.barCheckItemFilter.Name = "barCheckItemFilter";
            this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemClose
            //
            this.barButtonItemClose.Caption = "Đóng";
            this.barButtonItemClose.Id = 28;
            this.barButtonItemClose.Name = "barButtonItemClose";
            this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItemCotHienThi
            //
            this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
            this.barSubItemCotHienThi.Id = 36;
            this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
            //
            // barDockControlTop
            //
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1250, 24);
            //
            // barDockControlBottom
            //
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
            this.barDockControlBottom.Size = new System.Drawing.Size(1250, 0);
            //
            // barDockControlLeft
            //
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
            //
            // barDockControlRight
            //
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1250, 24);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
            //
            // dockManager1
            //
            this.dockManager1.Form = this;
            this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanel1});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            //
            // dockPanel1
            //
            this.dockPanel1.Controls.Add(this.dockPanel1_Container);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
            this.dockPanel1.FloatVertical = true;
            this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
            this.dockPanel1.Location = new System.Drawing.Point(0, 24);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.Options.AllowDockLeft = false;
            this.dockPanel1.Options.AllowDockRight = false;
            this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 111);
            this.dockPanel1.Size = new System.Drawing.Size(1250, 111);
            this.dockPanel1.Text = "Điều kiện tìm kiếm";
            this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
            //
            // dockPanel1_Container
            //
            this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
            this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(1244, 83);
            this.dockPanel1_Container.TabIndex = 0;
            //
            // popupControlContainerFilter
            //
            this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainerFilter.Controls.Add(this.ngayNhap);
            this.popupControlContainerFilter.Controls.Add(this.label29);
            this.popupControlContainerFilter.Controls.Add(this.ThongTinThem);
            this.popupControlContainerFilter.Controls.Add(this.GioPhatDen);
            this.popupControlContainerFilter.Controls.Add(this.GioPhatTu);
            this.popupControlContainerFilter.Controls.Add(this.PhongBan);
            this.popupControlContainerFilter.Controls.Add(this.NguoiNhap);
            this.popupControlContainerFilter.Controls.Add(this.Category);
            this.popupControlContainerFilter.Controls.Add(this.TenCT);
            this.popupControlContainerFilter.Controls.Add(this.ThuTrongTuan);
            this.popupControlContainerFilter.Controls.Add(this.KenhPhat);
            this.popupControlContainerFilter.Controls.Add(this.PostMaster);
            this.popupControlContainerFilter.Controls.Add(this.TietMuc);
            this.popupControlContainerFilter.Controls.Add(this.plLabel8);
            this.popupControlContainerFilter.Controls.Add(this.plLabel9);
            this.popupControlContainerFilter.Controls.Add(this.plLabel7);
            this.popupControlContainerFilter.Controls.Add(this.label10);
            this.popupControlContainerFilter.Controls.Add(this.plLabel4);
            this.popupControlContainerFilter.Controls.Add(this.plLabel1);
            this.popupControlContainerFilter.Controls.Add(this.plLabel5);
            this.popupControlContainerFilter.Controls.Add(this.plLabel3);
            this.popupControlContainerFilter.Controls.Add(this.plLabel6);
            this.popupControlContainerFilter.Controls.Add(this.plLabel2);
            this.popupControlContainerFilter.Controls.Add(this.label3);
            this.popupControlContainerFilter.Controls.Add(this.label5);
            this.popupControlContainerFilter.Controls.Add(this.NgayBatDauPhat);
            this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainerFilter.Manager = this.barManager1;
            this.popupControlContainerFilter.Name = "popupControlContainerFilter";
            this.popupControlContainerFilter.Size = new System.Drawing.Size(1244, 83);
            this.popupControlContainerFilter.TabIndex = 5;
            this.popupControlContainerFilter.Visible = false;
            //
            // ngayNhap
            //
            this.ngayNhap.Caption = "Từ ngày 15/06/2012 đến ngày 22/06/2012";
            this.ngayNhap.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.ngayNhap.FirstFrom = new System.DateTime(2012, 6, 15, 5, 22, 4, 281);
            this.ngayNhap.FirstTo = new System.DateTime(2012, 6, 22, 5, 22, 4, 281);
            this.ngayNhap.FromDate = new System.DateTime(2012, 6, 15, 5, 22, 4, 281);
            this.ngayNhap.Location = new System.Drawing.Point(796, 58);
            this.ngayNhap.Name = "ngayNhap";
            this.ngayNhap.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
            this.ngayNhap.SecondFrom = new System.DateTime(2012, 6, 15, 5, 22, 4, 281);
            this.ngayNhap.SecondTo = new System.DateTime(2012, 6, 22, 5, 22, 4, 281);
            this.ngayNhap.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.ngayNhap.Size = new System.Drawing.Size(285, 21);
            this.ngayNhap.TabIndex = 226;
            this.ngayNhap.ToDate = new System.DateTime(2012, 6, 22, 5, 22, 4, 281);
            this.ngayNhap.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
            //
            // label29
            //
            this.label29.Location = new System.Drawing.Point(746, 63);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(44, 13);
            this.label29.TabIndex = 217;
            this.label29.Text = "Ngày tạo";

            //
            // ThongTinThem
            //
            this.ThongTinThem.CheckOnClick = true;
            this.ThongTinThem.ColumnWidth = 80;
            this.ThongTinThem.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("N", "Phát mới", System.Windows.Forms.CheckState.Checked),
            new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Y", "Phát lại", System.Windows.Forms.CheckState.Checked)});
            this.ThongTinThem.Location = new System.Drawing.Point(636, 34);
            this.ThongTinThem.MultiColumn = true;
            this.ThongTinThem.Name = "ThongTinThem";
            this.ThongTinThem.SelectionMode = System.Windows.Forms.SelectionMode.None;
            this.ThongTinThem.Size = new System.Drawing.Size(185, 18);
            this.ThongTinThem.TabIndex = 229;
            //
            // GioPhatDen
            //
            this.GioPhatDen.EditValue = null;
            this.GioPhatDen.Location = new System.Drawing.Point(456, 31);
            this.GioPhatDen.Name = "GioPhatDen";
            this.GioPhatDen.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            this.GioPhatDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.GioPhatDen.Properties.Mask.EditMask = "HH:mm";
            this.GioPhatDen.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.GioPhatDen.Size = new System.Drawing.Size(85, 20);
            this.GioPhatDen.TabIndex = 228;
            //
            // GioPhatTu
            //
            this.GioPhatTu.EditValue = null;
            this.GioPhatTu.Location = new System.Drawing.Point(332, 32);
            this.GioPhatTu.Name = "GioPhatTu";
            this.GioPhatTu.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            this.GioPhatTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.GioPhatTu.Properties.Mask.EditMask = "HH:mm";
            this.GioPhatTu.Properties.Mask.UseMaskAsDisplayFormat = true;
            this.GioPhatTu.Size = new System.Drawing.Size(85, 20);
            this.GioPhatTu.TabIndex = 228;
            //
            // PhongBan
            //
            this.PhongBan.Location = new System.Drawing.Point(910, 29);
            this.PhongBan.Name = "PhongBan";
            this.PhongBan.Size = new System.Drawing.Size(165, 20);
            this.PhongBan.TabIndex = 10;
            //
            // NguoiNhap
            //
            this.NguoiNhap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.NguoiNhap.DataSource = null;
            this.NguoiNhap.DisplayField = null;
            this.NguoiNhap.Location = new System.Drawing.Point(1133, 3);
            this.NguoiNhap.Name = "NguoiNhap";
            this.NguoiNhap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.NguoiNhap.Size = new System.Drawing.Size(102, 20);
            this.NguoiNhap.TabIndex = 227;
            this.NguoiNhap.ValueField = null;
            //
            // Category
            //
            this.Category._DataSource = null;
            this.Category._GetField = null;
            this.Category.Location = new System.Drawing.Point(48, 56);
            this.Category.Name = "Category";
            this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.Category.Size = new System.Drawing.Size(210, 20);
            this.Category.TabIndex = 222;
            //
            // TenCT
            //
            this.TenCT._DataSource = null;
            this.TenCT._GetField = null;
            this.TenCT.Location = new System.Drawing.Point(48, 6);
            this.TenCT.Name = "TenCT";
            this.TenCT.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
            this.TenCT.Size = new System.Drawing.Size(214, 20);
            this.TenCT.TabIndex = 222;
            //
            // ThuTrongTuan
            //
            this.ThuTrongTuan.DataSource = null;
            this.ThuTrongTuan.DisplayField = null;
            this.ThuTrongTuan.Location = new System.Drawing.Point(909, 4);
            this.ThuTrongTuan.Name = "ThuTrongTuan";
            this.ThuTrongTuan.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.ThuTrongTuan.Size = new System.Drawing.Size(164, 20);
            this.ThuTrongTuan.TabIndex = 220;
            this.ThuTrongTuan.ValueField = null;
            //
            // KenhPhat
            //
            this.KenhPhat.DataSource = null;
            this.KenhPhat.DisplayField = null;
            this.KenhPhat.Location = new System.Drawing.Point(636, 9);
            this.KenhPhat.Name = "KenhPhat";
            this.KenhPhat.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.KenhPhat.Size = new System.Drawing.Size(185, 20);
            this.KenhPhat.TabIndex = 220;
            this.KenhPhat.ValueField = null;
            //
            // PostMaster
            //
            this.PostMaster.DataSource = null;
            this.PostMaster.DisplayField = null;
            this.PostMaster.Location = new System.Drawing.Point(332, 5);
            this.PostMaster.Name = "PostMaster";
            this.PostMaster.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.PostMaster.Size = new System.Drawing.Size(210, 20);
            this.PostMaster.TabIndex = 220;
            this.PostMaster.ValueField = null;
            //
            // TietMuc
            //
            this.TietMuc.DataSource = null;
            this.TietMuc.DisplayField = null;
            this.TietMuc.Location = new System.Drawing.Point(48, 32);
            this.TietMuc.Name = "TietMuc";
            this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.TietMuc.Size = new System.Drawing.Size(214, 20);
            this.TietMuc.TabIndex = 216;
            this.TietMuc.ValueField = null;
            //
            // plLabel8
            //
            this.plLabel8.Location = new System.Drawing.Point(547, 36);
            this.plLabel8.Name = "plLabel8";
            this.plLabel8.Size = new System.Drawing.Size(72, 13);
            this.plLabel8.TabIndex = 213;
            this.plLabel8.Text = "Thông tin thêm";

            //
            // plLabel9
            //
            this.plLabel9.Location = new System.Drawing.Point(831, 10);
            this.plLabel9.Name = "plLabel9";
            this.plLabel9.Size = new System.Drawing.Size(73, 13);
            this.plLabel9.TabIndex = 213;
            this.plLabel9.Text = "Thứ trong tuần";

            //
            // plLabel7
            //
            this.plLabel7.Location = new System.Drawing.Point(548, 12);
            this.plLabel7.Name = "plLabel7";
            this.plLabel7.Size = new System.Drawing.Size(49, 13);
            this.plLabel7.TabIndex = 213;
            this.plLabel7.Text = "Kênh phát";

            //
            // label10
            //
            this.label10.Location = new System.Drawing.Point(270, 12);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(58, 13);
            this.label10.TabIndex = 213;
            this.label10.Text = "Post/Master";

            //
            // plLabel4
            //
            this.plLabel4.Location = new System.Drawing.Point(1080, 6);
            this.plLabel4.Name = "plLabel4";
            this.plLabel4.Size = new System.Drawing.Size(47, 13);
            this.plLabel4.TabIndex = 217;
            this.plLabel4.Text = "Người tạo";

            //
            // plLabel1
            //
            this.plLabel1.Location = new System.Drawing.Point(831, 32);
            this.plLabel1.Name = "plLabel1";
            this.plLabel1.Size = new System.Drawing.Size(51, 13);
            this.plLabel1.TabIndex = 217;
            this.plLabel1.Text = "Phòng ban";

            //
            // plLabel5
            //
            this.plLabel5.Location = new System.Drawing.Point(423, 36);
            this.plLabel5.Name = "plLabel5";
            this.plLabel5.Size = new System.Drawing.Size(20, 13);
            this.plLabel5.TabIndex = 217;
            this.plLabel5.Text = "Đến";

            //
            // plLabel3
            //
            this.plLabel3.Location = new System.Drawing.Point(271, 35);
            this.plLabel3.Name = "plLabel3";
            this.plLabel3.Size = new System.Drawing.Size(54, 13);
            this.plLabel3.TabIndex = 217;
            this.plLabel3.Text = "Giờ phát từ";

            //
            // plLabel6
            //
            this.plLabel6.Location = new System.Drawing.Point(270, 61);
            this.plLabel6.Name = "plLabel6";
            this.plLabel6.Size = new System.Drawing.Size(90, 13);
            this.plLabel6.TabIndex = 217;
            this.plLabel6.Text = "Ngày bắt đầu phát";

            //
            // plLabel2
            //
            this.plLabel2.Location = new System.Drawing.Point(3, 61);
            this.plLabel2.Name = "plLabel2";
            this.plLabel2.Size = new System.Drawing.Size(45, 13);
            this.plLabel2.TabIndex = 218;
            this.plLabel2.Text = "Category";

            //
            // label3
            //
            this.label3.Location = new System.Drawing.Point(3, 12);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(34, 13);
            this.label3.TabIndex = 218;
            this.label3.Text = "Tên CT";

            //
            // label5
            //
            this.label5.Location = new System.Drawing.Point(3, 36);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(40, 13);
            this.label5.TabIndex = 219;
            this.label5.Text = "Tiết mục";

            //
            // NgayBatDauPhat
            //
            this.NgayBatDauPhat.Caption = "Từ ngày 15/06/2012 đến ngày 22/06/2012";
            this.NgayBatDauPhat.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.NgayBatDauPhat.FirstFrom = new System.DateTime(2012, 6, 15, 5, 22, 4, 742);
            this.NgayBatDauPhat.FirstTo = new System.DateTime(2012, 6, 22, 5, 22, 4, 742);
            this.NgayBatDauPhat.FromDate = new System.DateTime(2012, 6, 15, 5, 22, 4, 742);
            this.NgayBatDauPhat.Location = new System.Drawing.Point(366, 58);
            this.NgayBatDauPhat.Name = "NgayBatDauPhat";
            this.NgayBatDauPhat.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
            this.NgayBatDauPhat.SecondFrom = new System.DateTime(2012, 6, 15, 5, 22, 4, 742);
            this.NgayBatDauPhat.SecondTo = new System.DateTime(2012, 6, 22, 5, 22, 4, 742);
            this.NgayBatDauPhat.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
            this.NgayBatDauPhat.Size = new System.Drawing.Size(285, 21);
            this.NgayBatDauPhat.TabIndex = 226;
            this.NgayBatDauPhat.ToDate = new System.DateTime(2012, 6, 22, 5, 22, 4, 742);
            this.NgayBatDauPhat.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                        | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
            //
            // barStaticItem1
            //
            this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barStaticItem1.Width = 100;
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 14;
            this.barButtonItem1.Name = "barButtonItem1";
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 15;
            this.barButtonItem2.Name = "barButtonItem2";
            //
            // barButtonItem3
            //
            this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItem3.Caption = "In";
            this.barButtonItem3.Id = 30;
            this.barButtonItem3.Name = "barButtonItem3";
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 135);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.groupControlPM);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
            this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
            this.splitContainerControl1.Panel2.ShowCaption = true;
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(1250, 410);
            this.splitContainerControl1.SplitterPosition = 381;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            //
            // groupControlPM
            //
            this.groupControlPM.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.groupControlPM.Appearance.Options.UseBorderColor = true;
            this.groupControlPM.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.groupControlPM.Controls.Add(this.gridControlMaster);
            this.groupControlPM.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupControlPM.Location = new System.Drawing.Point(0, 0);
            this.groupControlPM.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
            this.groupControlPM.LookAndFeel.UseDefaultLookAndFeel = false;
            this.groupControlPM.Name = "groupControlPM";
            this.groupControlPM.ShowCaption = false;
            this.groupControlPM.Size = new System.Drawing.Size(863, 410);
            this.groupControlPM.TabIndex = 236;
            this.groupControlPM.Text = "groupControl7";
            //
            // gridControlMaster
            //
            this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
            this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlMaster.Location = new System.Drawing.Point(2, 2);
            this.gridControlMaster.MainView = this.gridViewMaster;
            this.gridControlMaster.Name = "gridControlMaster";
            this.gridControlMaster.Size = new System.Drawing.Size(859, 406);
            this.gridControlMaster.TabIndex = 12;
            this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMaster});
            //
            // gridViewMaster
            //
            this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBandPostMaster,
            this.gridBandChuongTrinh});
            this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.Col_LPS_TenChuongTrinh,
            this.Col_LPS_TenGoc,
            this.Col_LPS_Category,
            this.Col_LPS_TietMuc,
            this.Col_LPS_NuocSX,
            this.Col_LPS_NamSx,
            this.Col_LPS_PostMaster,
            this.Col_LPS_TongTap,
            this.Col_LPS_TongSoRun,
            this.Col_LPS_SoLanDaPhat,
            this.Col_LPS_SoRunCon,
            this.Col_LPS_ThoiLuongChung,
            this.Col_LPS_NgayBatDau,
            this.Col_LPS_GioPhat,
            this.Col_LPS_KenhPhat,
            this.Col_LPS_SoTapNgay,
            this.Col_LPS_ThuTrongTuan,
            this.Col_LPS_SoNgayPhat,
            this.Col_LPS_NgayCuoi,
            this.Col_LPS_NgayTao,
            this.Col_LPS_NguoiTao,
            this.Col_LPS_ThongTinThem});
            this.gridViewMaster.GridControl = this.gridControlMaster;
            this.gridViewMaster.IndicatorWidth = 40;
            this.gridViewMaster.Name = "gridViewMaster";
            this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
            this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
            this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewMaster.OptionsView.ShowGroupPanel = false;
            this.gridViewMaster.OptionsView.ShowViewCaption = true;
            this.gridViewMaster.ViewCaption = "Danh sách lịch phát sóng";
            //
            // gridBandPostMaster
            //
            this.gridBandPostMaster.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandPostMaster.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandPostMaster.Caption = "Thông tin phát sóng";
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_NgayBatDau);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_GioPhat);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_KenhPhat);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_SoTapNgay);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_ThuTrongTuan);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_NgayCuoi);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_SoNgayPhat);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_ThongTinThem);
            this.gridBandPostMaster.Columns.Add(this.Col_LPS_NgayTao);
            this.gridBandPostMaster.Name = "gridBandPostMaster";
            this.gridBandPostMaster.Width = 708;
            //
            // Col_LPS_NgayBatDau
            //
            this.Col_LPS_NgayBatDau.Caption = "Ngày bắt đầu phát";
            this.Col_LPS_NgayBatDau.Name = "Col_LPS_NgayBatDau";
            this.Col_LPS_NgayBatDau.Visible = true;
            this.Col_LPS_NgayBatDau.Width = 102;
            //
            // Col_LPS_GioPhat
            //
            this.Col_LPS_GioPhat.Caption = "Giờ phát";
            this.Col_LPS_GioPhat.Name = "Col_LPS_GioPhat";
            this.Col_LPS_GioPhat.Visible = true;
            this.Col_LPS_GioPhat.Width = 52;
            //
            // Col_LPS_KenhPhat
            //
            this.Col_LPS_KenhPhat.Caption = "Kênh phát";
            this.Col_LPS_KenhPhat.Name = "Col_LPS_KenhPhat";
            this.Col_LPS_KenhPhat.Visible = true;
            this.Col_LPS_KenhPhat.Width = 61;
            //
            // Col_LPS_SoTapNgay
            //
            this.Col_LPS_SoTapNgay.Caption = "Số tập/ngày";
            this.Col_LPS_SoTapNgay.Name = "Col_LPS_SoTapNgay";
            this.Col_LPS_SoTapNgay.Visible = true;
            this.Col_LPS_SoTapNgay.Width = 71;
            //
            // Col_LPS_ThuTrongTuan
            //
            this.Col_LPS_ThuTrongTuan.Caption = "Thứ trong tuần";
            this.Col_LPS_ThuTrongTuan.Name = "Col_LPS_ThuTrongTuan";
            this.Col_LPS_ThuTrongTuan.Visible = true;
            this.Col_LPS_ThuTrongTuan.Width = 85;
            //
            // Col_LPS_NgayCuoi
            //
            this.Col_LPS_NgayCuoi.Caption = "Ngày phát tập cuối";
            this.Col_LPS_NgayCuoi.Name = "Col_LPS_NgayCuoi";
            this.Col_LPS_NgayCuoi.Visible = true;
            this.Col_LPS_NgayCuoi.Width = 103;
            //
            // Col_LPS_SoNgayPhat
            //
            this.Col_LPS_SoNgayPhat.Caption = "Số ngày phát";
            this.Col_LPS_SoNgayPhat.Name = "Col_LPS_SoNgayPhat";
            this.Col_LPS_SoNgayPhat.Visible = true;
            this.Col_LPS_SoNgayPhat.Width = 76;
            //
            // Col_LPS_ThongTinThem
            //
            this.Col_LPS_ThongTinThem.Caption = "Thông tin thêm";
            this.Col_LPS_ThongTinThem.Name = "Col_LPS_ThongTinThem";
            this.Col_LPS_ThongTinThem.Visible = true;
            this.Col_LPS_ThongTinThem.Width = 84;
            //
            // Col_LPS_NgayTao
            //
            this.Col_LPS_NgayTao.Caption = "Ngày tạo lịch";
            this.Col_LPS_NgayTao.Name = "Col_LPS_NgayTao";
            this.Col_LPS_NgayTao.Visible = true;
            this.Col_LPS_NgayTao.Width = 74;
            //
            // gridBandChuongTrinh
            //
            this.gridBandChuongTrinh.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandChuongTrinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandChuongTrinh.Caption = "Thông tin chương trình";
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_NguoiTao);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_TenChuongTrinh);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_TenGoc);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_Category);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_TietMuc);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_NuocSX);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_NamSx);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_PostMaster);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_TongTap);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_TongSoRun);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_SoLanDaPhat);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_SoRunCon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_LPS_ThoiLuongChung);
            this.gridBandChuongTrinh.Name = "gridBandChuongTrinh";
            this.gridBandChuongTrinh.Width = 960;
            //
            // Col_LPS_NguoiTao
            //
            this.Col_LPS_NguoiTao.Caption = "Người tạo lịch";
            this.Col_LPS_NguoiTao.Name = "Col_LPS_NguoiTao";
            this.Col_LPS_NguoiTao.Visible = true;
            this.Col_LPS_NguoiTao.Width = 77;
            //
            // Col_LPS_TenChuongTrinh
            //
            this.Col_LPS_TenChuongTrinh.Caption = "Tên chương trình";
            this.Col_LPS_TenChuongTrinh.Name = "Col_LPS_TenChuongTrinh";
            this.Col_LPS_TenChuongTrinh.Visible = true;
            this.Col_LPS_TenChuongTrinh.Width = 94;
            //
            // Col_LPS_TenGoc
            //
            this.Col_LPS_TenGoc.Caption = "Tên gốc";
            this.Col_LPS_TenGoc.Name = "Col_LPS_TenGoc";
            this.Col_LPS_TenGoc.Visible = true;
            this.Col_LPS_TenGoc.Width = 50;
            //
            // Col_LPS_Category
            //
            this.Col_LPS_Category.Caption = "Category";
            this.Col_LPS_Category.Name = "Col_LPS_Category";
            this.Col_LPS_Category.Visible = true;
            this.Col_LPS_Category.Width = 57;
            //
            // Col_LPS_TietMuc
            //
            this.Col_LPS_TietMuc.Caption = " Tiết mục";
            this.Col_LPS_TietMuc.Name = "Col_LPS_TietMuc";
            this.Col_LPS_TietMuc.Visible = true;
            this.Col_LPS_TietMuc.Width = 55;
            //
            // Col_LPS_NuocSX
            //
            this.Col_LPS_NuocSX.Caption = "Nước SX";
            this.Col_LPS_NuocSX.Name = "Col_LPS_NuocSX";
            this.Col_LPS_NuocSX.Visible = true;
            this.Col_LPS_NuocSX.Width = 52;
            //
            // Col_LPS_NamSx
            //
            this.Col_LPS_NamSx.Caption = "Năm SX";
            this.Col_LPS_NamSx.Name = "Col_LPS_NamSx";
            this.Col_LPS_NamSx.Visible = true;
            this.Col_LPS_NamSx.Width = 48;
            //
            // Col_LPS_PostMaster
            //
            this.Col_LPS_PostMaster.Caption = "Post/Master";
            this.Col_LPS_PostMaster.Name = "Col_LPS_PostMaster";
            this.Col_LPS_PostMaster.OptionsColumn.AllowShowHide = false;
            this.Col_LPS_PostMaster.Visible = true;
            this.Col_LPS_PostMaster.Width = 70;
            //
            // Col_LPS_TongTap
            //
            this.Col_LPS_TongTap.Caption = "Tổng tập phát";
            this.Col_LPS_TongTap.Name = "Col_LPS_TongTap";
            this.Col_LPS_TongTap.Visible = true;
            this.Col_LPS_TongTap.Width = 80;
            //
            // Col_LPS_TongSoRun
            //
            this.Col_LPS_TongSoRun.Caption = "Tổng số RUN";
            this.Col_LPS_TongSoRun.Name = "Col_LPS_TongSoRun";
            this.Col_LPS_TongSoRun.Visible = true;
            this.Col_LPS_TongSoRun.Width = 74;
            //
            // Col_LPS_SoLanDaPhat
            //
            this.Col_LPS_SoLanDaPhat.Caption = "Số lần đã phát (đã RUN)";
            this.Col_LPS_SoLanDaPhat.Name = "Col_LPS_SoLanDaPhat";
            this.Col_LPS_SoLanDaPhat.Visible = true;
            this.Col_LPS_SoLanDaPhat.Width = 128;
            //
            // Col_LPS_SoRunCon
            //
            this.Col_LPS_SoRunCon.Caption = "Số RUN còn lại";
            this.Col_LPS_SoRunCon.Name = "Col_LPS_SoRunCon";
            this.Col_LPS_SoRunCon.Visible = true;
            this.Col_LPS_SoRunCon.Width = 81;
            //
            // Col_LPS_ThoiLuongChung
            //
            this.Col_LPS_ThoiLuongChung.Caption = "Thời lượng chung";
            this.Col_LPS_ThoiLuongChung.Name = "Col_LPS_ThoiLuongChung";
            this.Col_LPS_ThoiLuongChung.Visible = true;
            this.Col_LPS_ThoiLuongChung.Width = 94;
            //
            // xtraTabControlDetail
            //
            this.xtraTabControlDetail.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
            this.xtraTabControlDetail.Appearance.Options.UseBorderColor = true;
            this.xtraTabControlDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
            this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
            this.xtraTabControlDetail.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
            this.xtraTabControlDetail.LookAndFeel.UseDefaultLookAndFeel = false;
            this.xtraTabControlDetail.Name = "xtraTabControlDetail";
            this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
            this.xtraTabControlDetail.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
            this.xtraTabControlDetail.Size = new System.Drawing.Size(381, 410);
            this.xtraTabControlDetail.TabIndex = 10;
            this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageDetail});
            //
            // xtraTabPageDetail
            //
            this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
            this.xtraTabPageDetail.Name = "xtraTabPageDetail";
            this.xtraTabPageDetail.Size = new System.Drawing.Size(379, 408);
            this.xtraTabPageDetail.Text = "Danh sách biên mục";
            //
            // gridControlDetail
            //
            this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
            this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
            this.gridControlDetail.MainView = this.gridViewDetail;
            this.gridControlDetail.Name = "gridControlDetail";
            this.gridControlDetail.Size = new System.Drawing.Size(379, 408);
            this.gridControlDetail.TabIndex = 3;
            this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewDetail});
            //
            // gridViewDetail
            //
            this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.ColTapSo,
            this.ColThoiLuong,
            this.ColGioPhat,
            this.ColNgayPhat,
            this.ColMaBang,
            this.ColTenTap});
            this.gridViewDetail.GridControl = this.gridControlDetail;
            this.gridViewDetail.GroupCount = 1;
            this.gridViewDetail.IndicatorWidth = 40;
            this.gridViewDetail.Name = "gridViewDetail";
            this.gridViewDetail.OptionsBehavior.AutoExpandAllGroups = true;
            this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
            this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
            this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
            this.gridViewDetail.OptionsView.ShowGroupPanel = false;
            this.gridViewDetail.OptionsView.ShowViewCaption = true;
            this.gridViewDetail.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.ColNgayPhat, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridViewDetail.ViewCaption = "Chi tiết lịch phát sóng";
            //
            // ColTapSo
            //
            this.ColTapSo.Caption = "Tập số";
            this.ColTapSo.Name = "ColTapSo";
            this.ColTapSo.OptionsColumn.AllowEdit = false;
            this.ColTapSo.OptionsColumn.AllowMove = false;
            this.ColTapSo.OptionsColumn.AllowShowHide = false;
            this.ColTapSo.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.ColTapSo.Visible = true;
            this.ColTapSo.VisibleIndex = 1;
            this.ColTapSo.Width = 44;
            //
            // ColThoiLuong
            //
            this.ColThoiLuong.Caption = "Thời lượng";
            this.ColThoiLuong.Name = "ColThoiLuong";
            this.ColThoiLuong.Visible = true;
            this.ColThoiLuong.VisibleIndex = 4;
            this.ColThoiLuong.Width = 62;
            //
            // ColGioPhat
            //
            this.ColGioPhat.Caption = "Giờ phát sóng";
            this.ColGioPhat.Name = "ColGioPhat";
            this.ColGioPhat.OptionsColumn.AllowShowHide = false;
            this.ColGioPhat.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.ColGioPhat.Visible = true;
            this.ColGioPhat.VisibleIndex = 5;
            this.ColGioPhat.Width = 78;
            //
            // ColNgayPhat
            //
            this.ColNgayPhat.Caption = "Ngày phát";
            this.ColNgayPhat.GroupFormat.FormatString = "dddd, dd/MM/yyyy";
            this.ColNgayPhat.GroupFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
            this.ColNgayPhat.Name = "ColNgayPhat";
            this.ColNgayPhat.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.ColNgayPhat.Visible = true;
            this.ColNgayPhat.VisibleIndex = 0;
            //
            // ColMaBang
            //
            this.ColMaBang.Caption = "Mã băng";
            this.ColMaBang.Name = "ColMaBang";
            this.ColMaBang.OptionsColumn.AllowEdit = false;
            this.ColMaBang.OptionsColumn.AllowMove = false;
            this.ColMaBang.OptionsColumn.AllowShowHide = false;
            this.ColMaBang.OptionsColumn.AllowSort = DevExpress.Utils.DefaultBoolean.False;
            this.ColMaBang.Visible = true;
            this.ColMaBang.VisibleIndex = 3;
            this.ColMaBang.Width = 53;
            //
            // ColTenTap
            //
            this.ColTenTap.Caption = "Tên tập";
            this.ColTenTap.Name = "ColTenTap";
            this.ColTenTap.Visible = true;
            this.ColTenTap.VisibleIndex = 2;
            this.ColTenTap.Width = 49;
            //
            // frmQuanLyLichPhatSongNewQL
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1250, 545);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.dockPanel1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FrmQuanLyLichPhatSongNewQL";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Quản lý lịch phát sóng";
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockPanel1.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
            this.popupControlContainerFilter.ResumeLayout(false);
            this.popupControlContainerFilter.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.ThongTinThem)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GioPhatDen.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.GioPhatTu.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NguoiNhap.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TenCT.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ThuTrongTuan.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.KenhPhat.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).EndInit();
            this.groupControlPM.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
            this.xtraTabControlDetail.ResumeLayout(false);
            this.xtraTabPageDetail.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
            this.ResumeLayout(false);
        }
Ejemplo n.º 14
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainForm));
			this.barManager_Main = new DevExpress.XtraBars.BarManager();
			this.barMain = new DevExpress.XtraBars.Bar();
			this.barSubItem_System = new DevExpress.XtraBars.BarSubItem();
			this.barButtonItem_PrintSetting = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_Logout = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_Exit = new DevExpress.XtraBars.BarButtonItem();
			this.barSubItem_Tools = new DevExpress.XtraBars.BarSubItem();
			this.barButtonItem_CustomDefine = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_CarDataSynch = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_Options = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
			this.barSubItem_Windows = new DevExpress.XtraBars.BarSubItem();
			this.barButtonItem_DutyInfo = new DevExpress.XtraBars.BarButtonItem();
			this.barSubItem_Style = new DevExpress.XtraBars.BarSubItem();
			this.barButtonItem_DefaultSkin = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_WinXPSkin = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_OfficeXP = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_Office2000 = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_Office2003 = new DevExpress.XtraBars.BarButtonItem();
			this.barSubItem_Help = new DevExpress.XtraBars.BarSubItem();
			this.barButtonItem_Help = new DevExpress.XtraBars.BarButtonItem();
			this.barButtonItem_About = new DevExpress.XtraBars.BarButtonItem();
			this.barToolBar = new DevExpress.XtraBars.Bar();
			this.barStatus = new DevExpress.XtraBars.Bar();
			this.barStaticItem_Ready = new DevExpress.XtraBars.BarStaticItem();
			this.barStaticItem_SystemInfo = new DevExpress.XtraBars.BarStaticItem();
			this.barStaticItem_SystemDate = new DevExpress.XtraBars.BarStaticItem();
			this.barStaticItem_Custom = new DevExpress.XtraBars.BarStaticItem();
			this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
			this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
			this.dockManager_CurrentStuCheckInfo = new DevExpress.XtraBars.Docking.DockManager();
			this.hideContainerRight = new DevExpress.XtraBars.Docking.AutoHideContainer();
			this.currentStuCheckInfo = new DevExpress.XtraBars.Docking.DockPanel();
			this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
			this.imageList_ToolBarIcon = new System.Windows.Forms.ImageList(this.components);
			this.pictureBox_Border = new System.Windows.Forms.PictureBox();
			this.navBarControl_Main = new DevExpress.XtraNavBar.NavBarControl();
			this.navBarGroup_GardenInfo = new DevExpress.XtraNavBar.NavBarGroup();
			this.navBarItem_GardenInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarGroup_TeacherInfo = new DevExpress.XtraNavBar.NavBarGroup();
			this.navBarItem_TeaBaseInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_TeaDutyInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarGroup_StudentInfo = new DevExpress.XtraNavBar.NavBarGroup();
			this.navBarItem_StuBaseInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_StuDutyInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_RealTimeInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_StuHealth = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_StuVisit = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarGroup_GardenAffair = new DevExpress.XtraNavBar.NavBarGroup();
			this.navBarItem_CardManagement = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_Finance = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_SMSInfo = new DevExpress.XtraNavBar.NavBarItem();
			this.navBarItem_AffairNotify = new DevExpress.XtraNavBar.NavBarItem();
            this.navBarItem_Camera = new DevExpress.XtraNavBar.NavBarItem();
			this.splitterControlMain = new DevExpress.XtraEditors.SplitterControl();
			this.paneCaption_Title = new CPTT.WinUI.Panels.PaneCaption();
			this.pictureBox_BackLogo = new System.Windows.Forms.PictureBox();
			this.panelControl_Center = new DevExpress.XtraEditors.PanelControl();
			this.nutritionManagement1 = new CPTT.WinUI.Panels.NutritionManagement();
			this.finanManagement1 = new CPTT.WinUI.Panels.FinanManagement();
			this.realtimeInfo_Teacher1 = new CPTT.WinUI.Panels.RealtimeInfo_Teacher();
			this.smsInfo1 = new CPTT.WinUI.Panels.SmsInfo();
//			this.gardenInfo1 = new CPTT.WinUI.Panels.GardenInfo();
//			this.teacherOnDutyInfo1 = new CPTT.WinUI.Panels.TeacherOnDutyInfo();
			this.studentVisitInfo1 = new CPTT.WinUI.Panels.StudentVisitInfo();
			this.realtimeInfo1 = new CPTT.WinUI.Panels.RealtimeInfo();
			this.teacherBaseInfo1 = new CPTT.WinUI.Panels.TeacherBaseInfo();
			this.studentBaseInfo1 = new CPTT.WinUI.Panels.StudentBaseInfo();
            this.cameraPanel = new CPTT.WinUI.Panels.Camera();
			this.studentMorningCheckInfo1 = new CPTT.WinUI.Panels.StudentMorningCheckInfo();
			this.cardManagement2 = new CPTT.WinUI.Panels.CardManagement();
			this.realTimeWindows = new CPTT.WinUI.Panels.RealTimeWindows(this);
			this.transactionReminding1 = new CPTT.WinUI.Panels.TransactionReminding();
			this.notifyIcon_MainForm = new System.Windows.Forms.NotifyIcon(this.components);
			this.contextMenu_NotifyIcon = new System.Windows.Forms.ContextMenu();
			this.menuItem_ShowMainForm = new System.Windows.Forms.MenuItem();
			this.menuItem_Exit = new System.Windows.Forms.MenuItem();
			this.navBarItem_RealtimeInfo_Teacher = new DevExpress.XtraNavBar.NavBarItem();
			this.timerSynSession = new System.Timers.Timer();
			((System.ComponentModel.ISupportInitialize)(this.timerSynSession)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager_Main)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.dockManager_CurrentStuCheckInfo)).BeginInit();
			this.hideContainerRight.SuspendLayout();
			this.currentStuCheckInfo.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.navBarControl_Main)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl_Center)).BeginInit();
			this.panelControl_Center.SuspendLayout();
			this.SuspendLayout();
			// 
			// barManager_Main
			// 
			this.barManager_Main.AllowCustomization = false;
			this.barManager_Main.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
																				 this.barMain,
																				 this.barToolBar,
																				 this.barStatus});
			this.barManager_Main.DockControls.Add(this.barDockControlTop);
			this.barManager_Main.DockControls.Add(this.barDockControlBottom);
			this.barManager_Main.DockControls.Add(this.barDockControlLeft);
			this.barManager_Main.DockControls.Add(this.barDockControlRight);
			this.barManager_Main.DockManager = this.dockManager_CurrentStuCheckInfo;
			this.barManager_Main.Form = this;
			this.barManager_Main.Images = this.imageList_ToolBarIcon;
			this.barManager_Main.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
																					  this.barSubItem_System,
																					  this.barButtonItem_Exit,
																					  this.barSubItem_Windows,
																					  this.barSubItem_Style,
																					  this.barSubItem_Tools,
																					  this.barSubItem_Help,
																					  this.barButtonItem_Logout,
																					  this.barButtonItem_DutyInfo,
																					  this.barButtonItem_Help,
																					  this.barButtonItem_About,
																					  this.barStaticItem_SystemInfo,
																					  this.barStaticItem_SystemDate,
																					  this.barStaticItem_Custom,
																					  this.barButtonItem_CarDataSynch,
																					  this.barButtonItem_Options,
																					  this.barButtonItem_DefaultSkin,
																					  this.barButtonItem_WinXPSkin,
																					  this.barButtonItem_OfficeXP,
																					  this.barButtonItem_Office2000,
																					  this.barButtonItem_Office2003,
																					  this.barStaticItem_Ready,
																					  this.barButtonItem_CustomDefine,
																					  this.barButtonItem_PrintSetting,
																					  this.barButtonItem1});
			this.barManager_Main.LargeImages = this.imageList_ToolBarIcon;
			this.barManager_Main.MainMenu = this.barMain;
			this.barManager_Main.MaxItemId = 32;
			this.barManager_Main.StatusBar = this.barStatus;
			// 
			// barMain
			// 
			this.barMain.BarName = "主菜单";
			this.barMain.DockCol = 0;
			this.barMain.DockRow = 0;
			this.barMain.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
			this.barMain.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																								 new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem_System, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
																								 new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem_Tools, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
																								 new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem_Windows, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
																								 new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem_Help, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
			this.barMain.OptionsBar.AllowQuickCustomization = false;
			this.barMain.OptionsBar.MultiLine = true;
			this.barMain.OptionsBar.UseWholeRow = true;
			this.barMain.Text = "主菜单";
			// 
			// barSubItem_System
			// 
			this.barSubItem_System.Caption = "系统(&S)";
			this.barSubItem_System.Id = 0;
			this.barSubItem_System.ImageIndex = 6;
			this.barSubItem_System.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																										   new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_PrintSetting),
																										   new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Logout),
																										   new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Exit)});
			this.barSubItem_System.Name = "barSubItem_System";
			// 
			// barButtonItem_PrintSetting
			// 
			this.barButtonItem_PrintSetting.Caption = "打印设置";
			this.barButtonItem_PrintSetting.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_PrintSetting.Glyph")));
			this.barButtonItem_PrintSetting.Id = 29;
			this.barButtonItem_PrintSetting.Name = "barButtonItem_PrintSetting";
			this.barButtonItem_PrintSetting.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
			// 
			// barButtonItem_Logout
			// 
			this.barButtonItem_Logout.Caption = "注销(&O)";
			this.barButtonItem_Logout.Hint = "注销";
			this.barButtonItem_Logout.Id = 10;
			this.barButtonItem_Logout.ImageIndex = 7;
			this.barButtonItem_Logout.Name = "barButtonItem_Logout";
			this.barButtonItem_Logout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Logout_ItemClick);
			// 
			// barButtonItem_Exit
			// 
			this.barButtonItem_Exit.Caption = "退出(&X)";
			this.barButtonItem_Exit.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_Exit.Glyph")));
			this.barButtonItem_Exit.Id = 2;
			this.barButtonItem_Exit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.X));
			this.barButtonItem_Exit.Name = "barButtonItem_Exit";
			this.barButtonItem_Exit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Exit_ItemClick);
			// 
			// barSubItem_Tools
			// 
			this.barSubItem_Tools.Caption = "工具(&T)";
			this.barSubItem_Tools.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItem_Tools.Glyph")));
			this.barSubItem_Tools.Id = 7;
			this.barSubItem_Tools.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_CustomDefine),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_CarDataSynch),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Options),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1)});
			this.barSubItem_Tools.Name = "barSubItem_Tools";
			// 
			// barButtonItem_CustomDefine
			// 
			this.barButtonItem_CustomDefine.Caption = "自定义信息维护(&C)";
			this.barButtonItem_CustomDefine.Hint = "自定义信息维护";
			this.barButtonItem_CustomDefine.Id = 28;
			this.barButtonItem_CustomDefine.ImageIndex = 10;
			this.barButtonItem_CustomDefine.Name = "barButtonItem_CustomDefine";
			this.barButtonItem_CustomDefine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_CustomDefine_ItemClick);
			// 
			// barButtonItem_CarDataSynch
			// 
			this.barButtonItem_CarDataSynch.Caption = "车载机数据同步(&Y)";
			this.barButtonItem_CarDataSynch.Hint = "车载机数据同步";
			this.barButtonItem_CarDataSynch.Id = 20;
			this.barButtonItem_CarDataSynch.ImageIndex = 11;
			this.barButtonItem_CarDataSynch.Name = "barButtonItem_CarDataSynch";
			this.barButtonItem_CarDataSynch.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
			// 
			// barButtonItem_Options
			// 
			this.barButtonItem_Options.Caption = "选项(&O)";
			this.barButtonItem_Options.Id = 21;
			this.barButtonItem_Options.ImageIndex = 15;
			this.barButtonItem_Options.Name = "barButtonItem_Options";
			this.barButtonItem_Options.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Options_ItemClick);
			// 
			// barButtonItem1
			// 
			this.barButtonItem1.Caption = "硬件配置管理(&K)";
			this.barButtonItem1.Id = 31;
			this.barButtonItem1.ImageIndex = 11;
			this.barButtonItem1.Name = "barButtonItem1";
			this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
			// 
			// barSubItem_Windows
			// 
			this.barSubItem_Windows.Caption = "窗口(&W)";
			this.barSubItem_Windows.Id = 3;
			this.barSubItem_Windows.ImageIndex = 13;
			this.barSubItem_Windows.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																											new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_DutyInfo),
																											new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem_Style)});
			this.barSubItem_Windows.Name = "barSubItem_Windows";
			// 
			// barButtonItem_DutyInfo
			// 
			this.barButtonItem_DutyInfo.Caption = "实时出勤信息窗口(&D)";
			this.barButtonItem_DutyInfo.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_DutyInfo.Glyph")));
			this.barButtonItem_DutyInfo.Hint = "实时晨检出勤窗口";
			this.barButtonItem_DutyInfo.Id = 11;
			this.barButtonItem_DutyInfo.ImageIndex = 8;
			this.barButtonItem_DutyInfo.Name = "barButtonItem_DutyInfo";
			this.barButtonItem_DutyInfo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_DutyInfo_ItemClick);
			// 
			// barSubItem_Style
			// 
			this.barSubItem_Style.Caption = "窗体风格(&S)";
			this.barSubItem_Style.Id = 6;
			this.barSubItem_Style.ImageIndex = 8;
			this.barSubItem_Style.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_DefaultSkin),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_WinXPSkin),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_OfficeXP),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Office2000),
																										  new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Office2003)});
			this.barSubItem_Style.Name = "barSubItem_Style";
			// 
			// barButtonItem_DefaultSkin
			// 
			this.barButtonItem_DefaultSkin.Caption = "默认";
			this.barButtonItem_DefaultSkin.Id = 22;
			this.barButtonItem_DefaultSkin.Name = "barButtonItem_DefaultSkin";
			this.barButtonItem_DefaultSkin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_DefaultSkin_ItemClick);
			// 
			// barButtonItem_WinXPSkin
			// 
			this.barButtonItem_WinXPSkin.Caption = "Windows XP";
			this.barButtonItem_WinXPSkin.Id = 23;
			this.barButtonItem_WinXPSkin.ImageIndex = 0;
			this.barButtonItem_WinXPSkin.Name = "barButtonItem_WinXPSkin";
			this.barButtonItem_WinXPSkin.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_WinXPSkin_ItemClick);
			// 
			// barButtonItem_OfficeXP
			// 
			this.barButtonItem_OfficeXP.Caption = "Office XP";
			this.barButtonItem_OfficeXP.Id = 24;
			this.barButtonItem_OfficeXP.ImageIndex = 1;
			this.barButtonItem_OfficeXP.Name = "barButtonItem_OfficeXP";
			this.barButtonItem_OfficeXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_OfficeXP_ItemClick);
			// 
			// barButtonItem_Office2000
			// 
			this.barButtonItem_Office2000.Caption = "Office 2000";
			this.barButtonItem_Office2000.Id = 25;
			this.barButtonItem_Office2000.ImageIndex = 2;
			this.barButtonItem_Office2000.Name = "barButtonItem_Office2000";
			this.barButtonItem_Office2000.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Office2000_ItemClick);
			// 
			// barButtonItem_Office2003
			// 
			this.barButtonItem_Office2003.Caption = "Office 2003";
			this.barButtonItem_Office2003.Id = 26;
			this.barButtonItem_Office2003.ImageIndex = 3;
			this.barButtonItem_Office2003.Name = "barButtonItem_Office2003";
			this.barButtonItem_Office2003.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem_Office2003_ItemClick);
			// 
			// barSubItem_Help
			// 
			this.barSubItem_Help.Caption = "帮助(&H)";
			this.barSubItem_Help.Id = 8;
			this.barSubItem_Help.ImageIndex = 4;
			this.barSubItem_Help.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																										 new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_Help),
																										 new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem_About)});
			this.barSubItem_Help.Name = "barSubItem_Help";
			// 
			// barButtonItem_Help
			// 
			this.barButtonItem_Help.Caption = "系统帮助(&H)";
			this.barButtonItem_Help.Glyph = ((System.Drawing.Image)(resources.GetObject("barButtonItem_Help.Glyph")));
			this.barButtonItem_Help.Id = 12;
			this.barButtonItem_Help.Name = "barButtonItem_Help";
			this.barButtonItem_Help.ItemClick+=new ItemClickEventHandler(barButtonItem_Help_ItemClick);
			// 
			// barButtonItem_About
			// 
			this.barButtonItem_About.Caption = "关于创智智能晨检网络管理系统(&A)";
			this.barButtonItem_About.Id = 15;
			this.barButtonItem_About.ImageIndex = 9;
			this.barButtonItem_About.Name = "barButtonItem_About";
			this.barButtonItem_About.ItemClick+=new ItemClickEventHandler(barButtonItem_About_ItemClick);
			// 
			// barToolBar
			// 
			this.barToolBar.BarName = "辅助工具栏";
			this.barToolBar.DockCol = 0;
			this.barToolBar.DockRow = 1;
			this.barToolBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
			this.barToolBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																									new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_Logout, DevExpress.XtraBars.BarItemPaintStyle.Standard),
																									new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_CustomDefine, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard),
																									new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_CarDataSynch, DevExpress.XtraBars.BarItemPaintStyle.Standard),
																									new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem_DutyInfo, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard)});
			this.barToolBar.OptionsBar.AllowQuickCustomization = false;
			this.barToolBar.Text = "辅助工具栏";
			// 
			// barStatus
			// 
			this.barStatus.BarName = "状态栏";
			this.barStatus.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
			this.barStatus.DockCol = 0;
			this.barStatus.DockRow = 0;
			this.barStatus.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
			this.barStatus.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
																								   new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem_Ready, true),
																								   new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barStaticItem_SystemInfo, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
																								   new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem_SystemDate),
																								   new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem_Custom)});
			this.barStatus.OptionsBar.AllowQuickCustomization = false;
			this.barStatus.OptionsBar.DrawDragBorder = false;
			this.barStatus.OptionsBar.DrawSizeGrip = true;
			this.barStatus.OptionsBar.UseWholeRow = true;
			this.barStatus.Text = "状态栏";
			// 
			// barStaticItem_Ready
			// 
			this.barStaticItem_Ready.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
			this.barStaticItem_Ready.Caption = "就绪";
			this.barStaticItem_Ready.Id = 27;
			this.barStaticItem_Ready.Name = "barStaticItem_Ready";
			this.barStaticItem_Ready.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem_Ready.Width = 150;
			// 
			// barStaticItem_SystemInfo
			// 
			this.barStaticItem_SystemInfo.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
			this.barStaticItem_SystemInfo.Caption = "创智智能晨检网络管理系统"+SystemFramework.Util.PROJECT_VERSION;
			this.barStaticItem_SystemInfo.Id = 16;
			this.barStaticItem_SystemInfo.Name = "barStaticItem_SystemInfo";
			this.barStaticItem_SystemInfo.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem_SystemInfo.Width = 300;
			// 
			// barStaticItem_SystemDate
			// 
			this.barStaticItem_SystemDate.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
			this.barStaticItem_SystemDate.Id = 18;
			this.barStaticItem_SystemDate.Name = "barStaticItem_SystemDate";
			this.barStaticItem_SystemDate.TextAlignment = System.Drawing.StringAlignment.Center;
			this.barStaticItem_SystemDate.Width = 200;
			// 
			// barStaticItem_Custom
			// 
			this.barStaticItem_Custom.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
			this.barStaticItem_Custom.Id = 19;
			this.barStaticItem_Custom.Name = "barStaticItem_Custom";
			this.barStaticItem_Custom.TextAlignment = System.Drawing.StringAlignment.Near;
			this.barStaticItem_Custom.Width = 32;
			// 
			// barDockControlTop
			// 
			this.barDockControlTop.Appearance.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.barDockControlTop.Appearance.BackColor2 = System.Drawing.Color.DarkGray;
			this.barDockControlTop.Appearance.Options.UseBackColor = true;
			// 
			// dockManager_CurrentStuCheckInfo
			// 
			this.dockManager_CurrentStuCheckInfo.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
																																	 this.hideContainerRight});
			this.dockManager_CurrentStuCheckInfo.Form = this;
			this.dockManager_CurrentStuCheckInfo.TopZIndexControls.AddRange(new string[] {
																							 "DevExpress.XtraBars.BarDockControl",
																							 "System.Windows.Forms.StatusBar"});
			// 
			// hideContainerRight
			// 
			this.hideContainerRight.Controls.Add(this.currentStuCheckInfo);
			this.hideContainerRight.Dock = System.Windows.Forms.DockStyle.Right;
			this.hideContainerRight.Location = new System.Drawing.Point(932, 52);
			this.hideContainerRight.Name = "hideContainerRight";
			this.hideContainerRight.Size = new System.Drawing.Size(20, 559);
			//
			//realTimeWindows
			//
			this.realTimeWindows.Location = new System.Drawing.Point(200,40);
			this.realTimeWindows.Name = "realTimeWindows";
			this.realTimeWindows.Size = new System.Drawing.Size(40,40);
			this.realTimeWindows.TabIndex = 4;
			this.realTimeWindows.Visible = true;
			// 
			// currentStuCheckInfo
			// 
			this.currentStuCheckInfo.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.currentStuCheckInfo.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(1)), true);
			this.currentStuCheckInfo.Appearance.Options.UseBackColor = true;
			this.currentStuCheckInfo.Appearance.Options.UseFont = true;
			this.currentStuCheckInfo.BackColor = System.Drawing.Color.WhiteSmoke;
			this.currentStuCheckInfo.Controls.Add(this.dockPanel1_Container);
			this.currentStuCheckInfo.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
			this.currentStuCheckInfo.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Strikeout, System.Drawing.GraphicsUnit.Point, ((System.Byte)(1)), true);
			this.currentStuCheckInfo.ID = new System.Guid("51b4d356-ef66-4435-8cec-78ddcc6c1c48");
			this.currentStuCheckInfo.Location = new System.Drawing.Point(0, 0);
			this.currentStuCheckInfo.Name = "currentStuCheckInfo";
			this.currentStuCheckInfo.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
			this.currentStuCheckInfo.SavedIndex = 0;
			this.currentStuCheckInfo.Size = new System.Drawing.Size(200, 566);
			this.currentStuCheckInfo.Text = "实时出勤信息  ";
			this.currentStuCheckInfo.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
			this.currentStuCheckInfo.Controls.Add(realTimeWindows);
			this.realTimeWindows.Dock = DockStyle.Fill;
			// 
			// dockPanel1_Container
			// 
			this.dockPanel1_Container.Location = new System.Drawing.Point(4, 22);
			this.dockPanel1_Container.Name = "dockPanel1_Container";
			this.dockPanel1_Container.Size = new System.Drawing.Size(192, 540);
			this.dockPanel1_Container.TabIndex = 0;
			// 
			// imageList_ToolBarIcon
			// 
			this.imageList_ToolBarIcon.ImageSize = new System.Drawing.Size(16, 16);
			this.imageList_ToolBarIcon.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_ToolBarIcon.ImageStream")));
			this.imageList_ToolBarIcon.TransparentColor = System.Drawing.Color.Empty;
			// 
			// pictureBox_Border
			// 
			this.pictureBox_Border.Dock = System.Windows.Forms.DockStyle.Left;
			this.pictureBox_Border.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_Border.Image")));
			this.pictureBox_Border.Location = new System.Drawing.Point(0, 52);
			this.pictureBox_Border.Name = "pictureBox_Border";
			this.pictureBox_Border.Size = new System.Drawing.Size(32, 559);
			this.pictureBox_Border.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.pictureBox_Border.TabIndex = 5;
			this.pictureBox_Border.TabStop = false;
			// 
			// navBarControl_Main
			// 
			this.navBarControl_Main.ActiveGroup = this.navBarGroup_GardenInfo;
			this.navBarControl_Main.AllowDrop = true;
			this.navBarControl_Main.Appearance.GroupHeaderActive.Options.UseTextOptions = true;
			this.navBarControl_Main.Appearance.GroupHeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarControl_Main.Appearance.Item.Options.UseTextOptions = true;
			this.navBarControl_Main.Appearance.Item.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarControl_Main.Appearance.ItemActive.Options.UseTextOptions = true;
			this.navBarControl_Main.Appearance.ItemActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarControl_Main.BackColor = System.Drawing.Color.WhiteSmoke;
			this.navBarControl_Main.Dock = System.Windows.Forms.DockStyle.Left;
			this.navBarControl_Main.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
																								this.navBarGroup_GardenInfo,
																								this.navBarGroup_TeacherInfo,
																								this.navBarGroup_StudentInfo,
																								this.navBarGroup_GardenAffair});
			this.navBarControl_Main.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
																							  this.navBarItem_GardenInfo,
																							  this.navBarItem_TeaBaseInfo,
																							  this.navBarItem_StuBaseInfo,
																							  this.navBarItem_TeaDutyInfo,
																							  this.navBarItem_StuDutyInfo,
																							  this.navBarItem_StuHealth,
																							  this.navBarItem_SMSInfo,
																							  this.navBarItem_AffairNotify,
																							  this.navBarItem_Finance,
																							  this.navBarItem_CardManagement,
																							  this.navBarItem_RealTimeInfo,
																							  this.navBarItem_StuVisit,
																							  this.navBarItem_RealtimeInfo_Teacher,
                                                                                              this.navBarItem_Camera});
			this.navBarControl_Main.Location = new System.Drawing.Point(32, 52);
			this.navBarControl_Main.Name = "navBarControl_Main";
			this.navBarControl_Main.Size = new System.Drawing.Size(168, 559);
			this.navBarControl_Main.TabIndex = 6;
			this.navBarControl_Main.Text = "主导航栏";
			this.navBarControl_Main.HotTrackedLinkChanged += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarControl_Main_HotTrackedLinkChanged);
			this.navBarControl_Main.MouseLeave += new System.EventHandler(this.navBarControl_Main_MouseLeave);
			// 
			// navBarGroup_GardenInfo
			// 
			this.navBarGroup_GardenInfo.Appearance.Options.UseTextOptions = true;
			this.navBarGroup_GardenInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarGroup_GardenInfo.AppearanceHotTracked.Options.UseTextOptions = true;
			this.navBarGroup_GardenInfo.AppearanceHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarGroup_GardenInfo.AppearancePressed.Options.UseTextOptions = true;
			this.navBarGroup_GardenInfo.AppearancePressed.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarGroup_GardenInfo.Caption = "园所信息管理";
			this.navBarGroup_GardenInfo.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.None;
			this.navBarGroup_GardenInfo.Expanded = true;
			this.navBarGroup_GardenInfo.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.SmallIconsText;
			this.navBarGroup_GardenInfo.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
																										  new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_GardenInfo)});
//			this.navBarGroup_GardenInfo.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup_GardenInfo.LargeImage")));
			this.navBarGroup_GardenInfo.Name = "navBarGroup_GardenInfo";
			// 
			// navBarItem_GardenInfo
			// 
			this.navBarItem_GardenInfo.Caption = "基本信息管理";
			this.navBarItem_GardenInfo.Name = "navBarItem_GardenInfo";
//			this.navBarItem_GardenInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_GardenInfo.SmallImage")));
			this.navBarItem_GardenInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_GardenInfo_LinkClicked);
			// 
			// navBarGroup_TeacherInfo
			// 
			this.navBarGroup_TeacherInfo.Appearance.Options.UseTextOptions = true;
			this.navBarGroup_TeacherInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarGroup_TeacherInfo.Caption = "教师信息管理";
			this.navBarGroup_TeacherInfo.Expanded = true;
			this.navBarGroup_TeacherInfo.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.None;
			this.navBarGroup_TeacherInfo.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.SmallIconsText;
			this.navBarGroup_TeacherInfo.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_TeaBaseInfo),
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_RealtimeInfo_Teacher),
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_TeaDutyInfo)});
//			this.navBarGroup_TeacherInfo.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup_TeacherInfo.LargeImage")));
			this.navBarGroup_TeacherInfo.Name = "navBarGroup_TeacherInfo";
			// 
			// navBarItem_TeaBaseInfo
			// 
			this.navBarItem_TeaBaseInfo.Caption = "基本信息管理";
			this.navBarItem_TeaBaseInfo.Name = "navBarItem_TeaBaseInfo";
//			this.navBarItem_TeaBaseInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_TeaBaseInfo.SmallImage")));
			this.navBarItem_TeaBaseInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_TeaBaseInfo_LinkClicked);
			// 
			// navBarItem_TeaDutyInfo
			// 
			this.navBarItem_TeaDutyInfo.Caption = "出勤信息管理";
			this.navBarItem_TeaDutyInfo.Name = "navBarItem_TeaDutyInfo";
//			this.navBarItem_TeaDutyInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_TeaDutyInfo.SmallImage")));
			this.navBarItem_TeaDutyInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_TeaDutyInfo_LinkClicked);
			// 
			// navBarGroup_StudentInfo
			// 
			this.navBarGroup_StudentInfo.Appearance.Options.UseTextOptions = true;
			this.navBarGroup_StudentInfo.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarGroup_StudentInfo.Caption = "学生信息管理";
			this.navBarGroup_StudentInfo.Expanded = true;
			this.navBarGroup_StudentInfo.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.None;
			this.navBarGroup_StudentInfo.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.SmallIconsText;
			this.navBarGroup_StudentInfo.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_StuBaseInfo),
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_StuDutyInfo),
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_RealTimeInfo),
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_StuHealth),
																										   new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_StuVisit)});
//			this.navBarGroup_StudentInfo.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup_StudentInfo.LargeImage")));
			this.navBarGroup_StudentInfo.Name = "navBarGroup_StudentInfo";
			// 
			// navBarItem_StuBaseInfo
			// 
			this.navBarItem_StuBaseInfo.Caption = "基本信息管理";
			this.navBarItem_StuBaseInfo.Name = "navBarItem_StuBaseInfo";
//			this.navBarItem_StuBaseInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_StuBaseInfo.SmallImage")));
			this.navBarItem_StuBaseInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_StuBaseInfo_LinkClicked);
			// 
			// navBarItem_StuDutyInfo
			// 
			this.navBarItem_StuDutyInfo.Caption = "出勤信息管理";
			this.navBarItem_StuDutyInfo.Name = "navBarItem_StuDutyInfo";
//			this.navBarItem_StuDutyInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_StuDutyInfo.SmallImage")));
			this.navBarItem_StuDutyInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_StuDutyInfo_LinkClicked);
			// 
			// navBarItem_RealTimeInfo
			// 
			this.navBarItem_RealTimeInfo.Caption = "实时统计信息";
			this.navBarItem_RealTimeInfo.Name = "navBarItem_RealTimeInfo";
//			this.navBarItem_RealTimeInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_RealTimeInfo.SmallImage")));
			this.navBarItem_RealTimeInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_RealTimeInfo_LinkClicked);
			// 
			// navBarItem_StuHealth
			// 
			this.navBarItem_StuHealth.Caption = "健康保健管理";
			this.navBarItem_StuHealth.Name = "navBarItem_StuHealth";
//			this.navBarItem_StuHealth.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_StuHealth.SmallImage")));
			this.navBarItem_StuHealth.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_StuHealth_LinkClicked);
			// 
			// navBarItem_StuVisit
			// 
			this.navBarItem_StuVisit.Caption = "家访信息管理";
			this.navBarItem_StuVisit.Name = "navBarItem_StuVisit";
			this.navBarItem_StuVisit.Visible = false;
			this.navBarItem_StuVisit.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_StuVisit_LinkClicked);
			// 
			// navBarGroup_GardenAffair
			// 
			this.navBarGroup_GardenAffair.Appearance.Options.UseTextOptions = true;
			this.navBarGroup_GardenAffair.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
			this.navBarGroup_GardenAffair.Caption = "园务辅助功能";
			this.navBarGroup_GardenAffair.Expanded = true;
			this.navBarGroup_GardenAffair.DragDropFlags = DevExpress.XtraNavBar.NavBarDragDrop.None;
			this.navBarGroup_GardenAffair.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.SmallIconsText;
			this.navBarGroup_GardenAffair.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
																											new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_CardManagement),
																											new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_Finance),
																											new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_SMSInfo),
																											new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_AffairNotify),
                                                                                                            new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem_Camera)});
//			this.navBarGroup_GardenAffair.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup_GardenAffair.LargeImage")));
			this.navBarGroup_GardenAffair.Name = "navBarGroup_GardenAffair";
			// 
			// navBarItem_CardManagement
			// 
			this.navBarItem_CardManagement.Caption = "晨检卡管理";
			this.navBarItem_CardManagement.Name = "navBarItem_CardManagement";
//			this.navBarItem_CardManagement.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_CardManagement.SmallImage")));
			this.navBarItem_CardManagement.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_CardManagement_LinkClicked);
			// 
			// navBarItem_Finance
			// 
			this.navBarItem_Finance.Caption = "财务功能";
			this.navBarItem_Finance.Name = "navBarItem_Finance";
//			this.navBarItem_Finance.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_Finance.SmallImage")));
			this.navBarItem_Finance.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_Finance_LinkClicked);
			// 
			// navBarItem_SMSInfo
			// 
			this.navBarItem_SMSInfo.Caption = "短信功能";
			this.navBarItem_SMSInfo.Name = "navBarItem_SMSInfo";
//			this.navBarItem_SMSInfo.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_SMSInfo.SmallImage")));
			this.navBarItem_SMSInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_SMSInfo_LinkClicked);
			// 
			// navBarItem_AffairNotify
			// 
			this.navBarItem_AffairNotify.Caption = "事务提醒功能";
			this.navBarItem_AffairNotify.Name = "navBarItem_AffairNotify";
//			this.navBarItem_AffairNotify.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_AffairNotify.SmallImage")));
			this.navBarItem_AffairNotify.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_AffairNotify_LinkClicked);
            // 
            // navBarItem_Camera
            // 
            this.navBarItem_Camera.Caption = "摄像监控";
            this.navBarItem_Camera.Name = "navBarItem_Camera";
            //			this.navBarItem_AffairNotify.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarItem_AffairNotify.SmallImage")));
            this.navBarItem_Camera.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_Camera_LinkClicked);

			// 
			// splitterControlMain
			// 
			this.splitterControlMain.Location = new System.Drawing.Point(200, 52);
			this.splitterControlMain.Name = "splitterControlMain";
			this.splitterControlMain.Size = new System.Drawing.Size(4, 559);
			this.splitterControlMain.TabIndex = 8;
			this.splitterControlMain.TabStop = false;
			// 
			// paneCaption_Title
			// 
			this.paneCaption_Title.AllowActive = false;
			this.paneCaption_Title.AntiAlias = false;
			this.paneCaption_Title.Caption = "客服电话:021-58455584  021-50879915 公司网址:www.shchuangzhi.com";
			this.paneCaption_Title.Dock = System.Windows.Forms.DockStyle.Top;
			this.paneCaption_Title.Font = new System.Drawing.Font("Tahoma", 10F, System.Drawing.FontStyle.Bold);
			this.paneCaption_Title.InactiveGradientHighColor = System.Drawing.Color.FromArgb(((System.Byte)(224)), ((System.Byte)(224)), ((System.Byte)(224)));
			this.paneCaption_Title.InactiveGradientLowColor = System.Drawing.Color.DarkGray;
			this.paneCaption_Title.Location = new System.Drawing.Point(204, 52);
			this.paneCaption_Title.Name = "paneCaption_Title";
			this.paneCaption_Title.Size = new System.Drawing.Size(728, 28);
			this.paneCaption_Title.TabIndex = 9;
			// 
			// pictureBox_BackLogo
			// 
			this.pictureBox_BackLogo.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox_BackLogo.BackgroundImage")));
			this.pictureBox_BackLogo.Dock = System.Windows.Forms.DockStyle.Fill;
			this.pictureBox_BackLogo.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_BackLogo.Image")));
			this.pictureBox_BackLogo.Location = new System.Drawing.Point(204, 80);
			this.pictureBox_BackLogo.Name = "pictureBox_BackLogo";
			this.pictureBox_BackLogo.Size = new System.Drawing.Size(728, 531);
			this.pictureBox_BackLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.pictureBox_BackLogo.TabIndex = 17;
			this.pictureBox_BackLogo.TabStop = false;
			// 
			// panelControl_Center
			// 
//			this.panelControl_Center.Controls.Add(this.gardenInfo1);
//			this.panelControl_Center.Controls.Add(this.smsInfo1);
//			this.panelControl_Center.Controls.Add(this.teacherOnDutyInfo1);
//			this.panelControl_Center.Controls.Add(this.realtimeInfo_Teacher1);
//			this.panelControl_Center.Controls.Add(this.nutritionManagement1);
//			this.panelControl_Center.Controls.Add(this.finanManagement1);
//			this.panelControl_Center.Controls.Add(this.studentVisitInfo1);
//			this.panelControl_Center.Controls.Add(this.realtimeInfo1);
//			this.panelControl_Center.Controls.Add(this.teacherBaseInfo1);
//			this.panelControl_Center.Controls.Add(this.studentBaseInfo1);
//			this.panelControl_Center.Controls.Add(this.studentMorningCheckInfo1);
//			this.panelControl_Center.Controls.Add(this.cardManagement2);
//			this.panelControl_Center.Controls.Add(this.transactionReminding1);
			this.panelControl_Center.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panelControl_Center.Location = new System.Drawing.Point(204, 80);
			this.panelControl_Center.Name = "panelControl_Center";
			this.panelControl_Center.Size = new System.Drawing.Size(728, 531);
			this.panelControl_Center.TabIndex = 25;
			this.panelControl_Center.Text = "panelControlCenter";
			this.panelControl_Center.Visible = false;
			//
			//gardenInfo1
			//
//			this.gardenInfo1.Location = new System.Drawing.Point(40,40);
//			this.gardenInfo1.Name = "gardenInfo1";
//			this.gardenInfo1.Size = new System.Drawing.Size(40,40);
//			this.gardenInfo1.TabIndex = 4;
//			this.gardenInfo1.Visible = false;
			//
			//teacherOnDutyInfo1
			//
//			this.teacherOnDutyInfo1.Location = new System.Drawing.Point(30,30);
//			this.teacherOnDutyInfo1.Name = "teacherOnDutyInfo1";
//			this.teacherOnDutyInfo1.Size = new System.Drawing.Size(30,30);
//			this.teacherOnDutyInfo1.TabIndex = 3;
//			this.teacherOnDutyInfo1.Visible = false;
			//
			//smsInfo1
			//
//			this.smsInfo1.Location = new System.Drawing.Point(50,50);
//			this.smsInfo1.Name = "smsInfo1";
//			this.smsInfo1.Size = new System.Drawing.Size(50,50);
//			this.smsInfo1.TabIndex = 6;
//			this.smsInfo1.Visible = false;
//			//
//			//realtimeInfo_Teacher1
//			//
//			this.realtimeInfo_Teacher1.Location = new System.Drawing.Point(60,60);
//			this.realtimeInfo_Teacher1.Name = "realtimeInfo_Teacher1";
//			this.realtimeInfo_Teacher1.Size = new System.Drawing.Size(60,60);
//			this.realtimeInfo_Teacher1.TabIndex = 12;
//			this.realtimeInfo_Teacher1.Visible = false;
//			//
//			// nutritionManagement1
//			// 
//			this.nutritionManagement1.Location = new System.Drawing.Point(232, 336);
//			this.nutritionManagement1.Name = "nutritionManagement1";
//			this.nutritionManagement1.Size = new System.Drawing.Size(144, 128);
//			this.nutritionManagement1.TabIndex = 10;
//			this.nutritionManagement1.Visible = false;
//			// 
//			// finanManagement1
//			// 
//			this.finanManagement1.Location = new System.Drawing.Point(264, 152);
//			this.finanManagement1.Name = "finanManagement1";
//			this.finanManagement1.Size = new System.Drawing.Size(88, 56);
//			this.finanManagement1.TabIndex = 9;
//			this.finanManagement1.Visible = false;
//			// 
//			// studentVisitInfo1
//			// 
//			this.studentVisitInfo1.Location = new System.Drawing.Point(48, 160);
//			this.studentVisitInfo1.Name = "studentVisitInfo1";
//			this.studentVisitInfo1.Size = new System.Drawing.Size(136, 120);
//			this.studentVisitInfo1.TabIndex = 8;
//			// 
//			// realtimeInfo1
//			// 
//			this.realtimeInfo1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
//			this.realtimeInfo1.Appearance.Options.UseBackColor = true;
//			this.realtimeInfo1.Location = new System.Drawing.Point(96, 88);
//			this.realtimeInfo1.Name = "realtimeInfo1";
//			this.realtimeInfo1.Size = new System.Drawing.Size(120, 48);
//			this.realtimeInfo1.TabIndex = 7;
//			this.realtimeInfo1.Visible = false;
//			// 
//			// teacherBaseInfo1
//			// 
//			this.teacherBaseInfo1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
//			this.teacherBaseInfo1.Appearance.Options.UseBackColor = true;
//			this.teacherBaseInfo1.Location = new System.Drawing.Point(216, 32);
//			this.teacherBaseInfo1.Name = "teacherBaseInfo1";
//			this.teacherBaseInfo1.Size = new System.Drawing.Size(136, 112);
//			this.teacherBaseInfo1.TabIndex = 1;
//			this.teacherBaseInfo1.Visible = false;
//			// 
//			// studentBaseInfo1
//			// 
//			this.studentBaseInfo1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
//			this.studentBaseInfo1.Appearance.Options.UseBackColor = true;
//			this.studentBaseInfo1.Location = new System.Drawing.Point(384, 32);
//			this.studentBaseInfo1.Name = "studentBaseInfo1";
//			this.studentBaseInfo1.Size = new System.Drawing.Size(136, 112);
//			this.studentBaseInfo1.TabIndex = 2;
//			this.studentBaseInfo1.Visible = false;
//			// 
//			// studentMorningCheckInfo1
//			// 
//			this.studentMorningCheckInfo1.BackColor = System.Drawing.Color.WhiteSmoke;
//			this.studentMorningCheckInfo1.Location = new System.Drawing.Point(48, 32);
//			this.studentMorningCheckInfo1.Name = "studentMorningCheckInfo1";
//			this.studentMorningCheckInfo1.Size = new System.Drawing.Size(136, 112);
//			this.studentMorningCheckInfo1.TabIndex = 0;
//			this.studentMorningCheckInfo1.Visible = false;
//			// 
//			// cardManagement2
//			// 
//			this.cardManagement2.Location = new System.Drawing.Point(384, 184);
//			this.cardManagement2.Name = "cardManagement2";
//			this.cardManagement2.Size = new System.Drawing.Size(136, 112);
//			this.cardManagement2.TabIndex = 5;
//			this.cardManagement2.Visible = false;
//			// 
//			// transactionReminding1
//			// 
//			this.transactionReminding1.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
//			this.transactionReminding1.Appearance.Options.UseBackColor = true;
//			this.transactionReminding1.Location = new System.Drawing.Point(96, 88);
//			this.transactionReminding1.Name = "transactionReminding1";
//			this.transactionReminding1.Size = new System.Drawing.Size(120, 250);
//			this.transactionReminding1.TabIndex = 11;
//			this.transactionReminding1.Visible = false;
			// 
			// notifyIcon_MainForm
			// 
			this.notifyIcon_MainForm.ContextMenu = this.contextMenu_NotifyIcon;
			this.notifyIcon_MainForm.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon_MainForm.Icon")));
			this.notifyIcon_MainForm.Text = "创智智能晨检网络管理系统"+SystemFramework.Util.PROJECT_VERSION;
			this.notifyIcon_MainForm.DoubleClick += new System.EventHandler(this.notifyIcon_MainForm_DoubleClick);
			// 
			// contextMenu_NotifyIcon
			// 
			this.contextMenu_NotifyIcon.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																								   this.menuItem_ShowMainForm,
																								   this.menuItem_Exit});
			// 
			// menuItem_ShowMainForm
			// 
			this.menuItem_ShowMainForm.Index = 0;
			this.menuItem_ShowMainForm.Text = "显示主窗体";
			this.menuItem_ShowMainForm.Click += new System.EventHandler(this.menuItem1_Click);
			// 
			// menuItem_Exit
			// 
			this.menuItem_Exit.Index = 1;
			this.menuItem_Exit.Text = "退出";
			this.menuItem_Exit.Click += new System.EventHandler(this.menuItem_Exit_Click);
			// 
			// navBarItem_RealtimeInfo_Teacher
			// 
			this.navBarItem_RealtimeInfo_Teacher.Caption = "实时统计信息";
			this.navBarItem_RealtimeInfo_Teacher.Name = "navBarItem_RealtimeInfo_Teacher";
			this.navBarItem_RealtimeInfo_Teacher.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_RealtimeInfo_Teacher_LinkClicked);
			// 
			// timerSynSession
			// 
			this.timerSynSession.Enabled = true;
			this.timerSynSession.Interval = 5000;
			this.timerSynSession.SynchronizingObject = this;
			this.timerSynSession.Elapsed += new System.Timers.ElapsedEventHandler(this.timerSynSession_Elapsed);
			// 
			// MainForm
			// 
			this.Appearance.BackColor = System.Drawing.Color.WhiteSmoke;
			this.Appearance.Options.UseBackColor = true;
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
			this.ClientSize = new System.Drawing.Size(952, 629);
			this.Controls.Add(this.panelControl_Center);
			this.Controls.Add(this.pictureBox_BackLogo);
			this.Controls.Add(this.paneCaption_Title);
			this.Controls.Add(this.splitterControlMain);
			this.Controls.Add(this.navBarControl_Main);
			this.Controls.Add(this.pictureBox_Border);
			this.Controls.Add(this.hideContainerRight);
			this.Controls.Add(this.barDockControlLeft);
			this.Controls.Add(this.barDockControlRight);
			this.Controls.Add(this.barDockControlBottom);
			this.Controls.Add(this.barDockControlTop);
			this.Name = "创智智能晨检网络管理系统"+SystemFramework.Util.PROJECT_VERSION;
			this.Text = "创智智能晨检网络管理系统"+SystemFramework.Util.PROJECT_VERSION;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon_MainForm.Icon")));
			this.Resize += new System.EventHandler(this.MainForm_Resize);
			this.Closing += new System.ComponentModel.CancelEventHandler(this.MainForm_Closing);
			this.Load += new System.EventHandler(this.MainForm_Load);
			((System.ComponentModel.ISupportInitialize)(this.timerSynSession)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.barManager_Main)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.dockManager_CurrentStuCheckInfo)).EndInit();
			this.hideContainerRight.ResumeLayout(false);
			this.currentStuCheckInfo.ResumeLayout(false);
			((System.ComponentModel.ISupportInitialize)(this.navBarControl_Main)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.panelControl_Center)).EndInit();
			this.panelControl_Center.ResumeLayout(false);
			this.ResumeLayout(false);

		}
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleDetialFrm));
     this.groupControlSelect = new DevExpress.XtraEditors.GroupControl();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.pnlContainerMain = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeCD_Asasetime = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDAlhasas = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDAlsofof = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDEFasl = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDDayname = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_HesaTime = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDSubjectWekly = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDPlace = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_EmpState = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_JobDescription = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_EmpJob = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_Department = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_Subject = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_QualifiedPlace = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCDQualification = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_Specialization = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeCD_MaritalStatus = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeTBL_Priority = new DevExpress.XtraNavBar.NavBarItem();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeTBLNesab = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeTBLTeacherNoDays = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeTBLTeachersPlan = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeTBLTimeTable = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeTBLAhteaty = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeTBL_Emp = new DevExpress.XtraNavBar.NavBarItem();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel4_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeQryWeekTeacherTable = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeQryWeekFaslTable = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeQryTblAhteaty = new DevExpress.XtraNavBar.NavBarItem();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.CEUpdate = new DevExpress.XtraEditors.CheckEdit();
     this.CESelect = new DevExpress.XtraEditors.CheckEdit();
     this.CEDelete = new DevExpress.XtraEditors.CheckEdit();
     this.CEInsert = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit();
     this.groupControlSelect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.pnlContainerMain.SuspendLayout();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.DPData.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPPriv.SuspendLayout();
     this.dockPanel3_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.dockPanel4_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     this.DPReport.SuspendLayout();
     this.dockPanel5_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlSelect
     //
     this.groupControlSelect.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlSelect.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlSelect.Controls.Add(this.LUEItems);
     this.groupControlSelect.Controls.Add(this.labelControl1);
     this.groupControlSelect.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlSelect.Location = new System.Drawing.Point(0, 0);
     this.groupControlSelect.Name = "groupControlSelect";
     this.groupControlSelect.Size = new System.Drawing.Size(334, 59);
     this.groupControlSelect.TabIndex = 2;
     this.groupControlSelect.Text = "جميع السماحيات";
     //
     // LUEItems
     //
     this.LUEItems.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.LUEItems.Location = new System.Drawing.Point(61, 28);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "اسم السماحيه", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleDesc", "تعليق", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Size = new System.Drawing.Size(147, 20);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl1.Location = new System.Drawing.Point(214, 31);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(60, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اختر سماحيه";
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.pnlContainerMain});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // pnlContainerMain
     //
     this.pnlContainerMain.ActiveChild = this.DPCode;
     this.pnlContainerMain.Controls.Add(this.DPCode);
     this.pnlContainerMain.Controls.Add(this.DPData);
     this.pnlContainerMain.Controls.Add(this.DPPriv);
     this.pnlContainerMain.Controls.Add(this.DPQuery);
     this.pnlContainerMain.Controls.Add(this.DPReport);
     this.pnlContainerMain.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.pnlContainerMain.FloatSize = new System.Drawing.Size(336, 404);
     this.pnlContainerMain.FloatVertical = true;
     this.pnlContainerMain.ID = new System.Guid("a1818170-f437-4f2f-b8be-29961c00921c");
     this.pnlContainerMain.Location = new System.Drawing.Point(0, 142);
     this.pnlContainerMain.Name = "pnlContainerMain";
     this.pnlContainerMain.OriginalSize = new System.Drawing.Size(200, 470);
     this.pnlContainerMain.Size = new System.Drawing.Size(334, 470);
     this.pnlContainerMain.Tabbed = true;
     this.pnlContainerMain.Text = "panelContainer1";
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.FloatSize = new System.Drawing.Size(336, 404);
     this.DPCode.FloatVertical = true;
     this.DPCode.ID = new System.Guid("5caa9054-017c-40dd-8832-9c116b8b0c2e");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPCode.Size = new System.Drawing.Size(326, 416);
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeCD_Asasetime,
     this.navBarItemTimeCDAlhasas,
     this.navBarItemTimeCDAlsofof,
     this.navBarItemTimeCDEFasl,
     this.navBarItemTimeCD_HesaTime,
     this.navBarItemTimeCDSubjectWekly,
     this.navBarItemTimeCDPlace,
     this.navBarItemTimeCDDayname,
     this.navBarItemTimeCD_EmpState,
     this.navBarItemTimeCD_JobDescription,
     this.navBarItemTimeCD_EmpJob,
     this.navBarItemTimeCD_Department,
     this.navBarItemTimeCD_Subject,
     this.navBarItemTimeCD_QualifiedPlace,
     this.navBarItemTimeCDQualification,
     this.navBarItemTimeCD_Specialization,
     this.navBarItemTimeCD_MaritalStatus,
     this.navBarItemTimeTBL_Priority});
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 326;
     this.navBarControlCode.Size = new System.Drawing.Size(326, 416);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 9;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_Asasetime),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDAlhasas),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDAlsofof),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDEFasl),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDDayname),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_HesaTime),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDSubjectWekly),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDPlace),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_EmpState),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_JobDescription),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_EmpJob),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_Department),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_Subject),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBL_Priority),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_QualifiedPlace),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCDQualification),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_Specialization),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeCD_MaritalStatus)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemTimeCD_Asasetime
     //
     this.navBarItemTimeCD_Asasetime.Caption = "العام الدراسي";
     this.navBarItemTimeCD_Asasetime.LargeImageIndex = 7;
     this.navBarItemTimeCD_Asasetime.Name = "navBarItemTimeCD_Asasetime";
     this.navBarItemTimeCD_Asasetime.SmallImageIndex = 7;
     this.navBarItemTimeCD_Asasetime.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDAlhasas
     //
     this.navBarItemTimeCDAlhasas.Caption = "اكواد الحصص";
     this.navBarItemTimeCDAlhasas.LargeImageIndex = 8;
     this.navBarItemTimeCDAlhasas.Name = "navBarItemTimeCDAlhasas";
     this.navBarItemTimeCDAlhasas.SmallImageIndex = 8;
     this.navBarItemTimeCDAlhasas.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDAlsofof
     //
     this.navBarItemTimeCDAlsofof.Caption = "اكواد الصفوف";
     this.navBarItemTimeCDAlsofof.LargeImageIndex = 9;
     this.navBarItemTimeCDAlsofof.Name = "navBarItemTimeCDAlsofof";
     this.navBarItemTimeCDAlsofof.SmallImageIndex = 9;
     this.navBarItemTimeCDAlsofof.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDEFasl
     //
     this.navBarItemTimeCDEFasl.Caption = "اكواد الفصول";
     this.navBarItemTimeCDEFasl.LargeImageIndex = 10;
     this.navBarItemTimeCDEFasl.Name = "navBarItemTimeCDEFasl";
     this.navBarItemTimeCDEFasl.SmallImageIndex = 10;
     this.navBarItemTimeCDEFasl.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDDayname
     //
     this.navBarItemTimeCDDayname.Caption = "الايام";
     this.navBarItemTimeCDDayname.LargeImageIndex = 27;
     this.navBarItemTimeCDDayname.Name = "navBarItemTimeCDDayname";
     this.navBarItemTimeCDDayname.SmallImageIndex = 27;
     this.navBarItemTimeCDDayname.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_HesaTime
     //
     this.navBarItemTimeCD_HesaTime.Caption = "مواعيد الحصص";
     this.navBarItemTimeCD_HesaTime.LargeImageIndex = 11;
     this.navBarItemTimeCD_HesaTime.Name = "navBarItemTimeCD_HesaTime";
     this.navBarItemTimeCD_HesaTime.SmallImageIndex = 11;
     this.navBarItemTimeCD_HesaTime.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDSubjectWekly
     //
     this.navBarItemTimeCDSubjectWekly.Caption = "خطة المواد الاسبوعية";
     this.navBarItemTimeCDSubjectWekly.LargeImageIndex = 12;
     this.navBarItemTimeCDSubjectWekly.Name = "navBarItemTimeCDSubjectWekly";
     this.navBarItemTimeCDSubjectWekly.SmallImageIndex = 12;
     this.navBarItemTimeCDSubjectWekly.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDPlace
     //
     this.navBarItemTimeCDPlace.Caption = "الاماكن";
     this.navBarItemTimeCDPlace.LargeImageIndex = 13;
     this.navBarItemTimeCDPlace.Name = "navBarItemTimeCDPlace";
     this.navBarItemTimeCDPlace.SmallImageIndex = 13;
     this.navBarItemTimeCDPlace.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_EmpState
     //
     this.navBarItemTimeCD_EmpState.Caption = "الحالة الوظيفية";
     this.navBarItemTimeCD_EmpState.LargeImageIndex = 14;
     this.navBarItemTimeCD_EmpState.Name = "navBarItemTimeCD_EmpState";
     this.navBarItemTimeCD_EmpState.SmallImageIndex = 14;
     this.navBarItemTimeCD_EmpState.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_JobDescription
     //
     this.navBarItemTimeCD_JobDescription.Caption = "الوصف الوظيفي";
     this.navBarItemTimeCD_JobDescription.LargeImageIndex = 15;
     this.navBarItemTimeCD_JobDescription.Name = "navBarItemTimeCD_JobDescription";
     this.navBarItemTimeCD_JobDescription.SmallImageIndex = 15;
     this.navBarItemTimeCD_JobDescription.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_EmpJob
     //
     this.navBarItemTimeCD_EmpJob.Caption = "وظائف العاملين";
     this.navBarItemTimeCD_EmpJob.LargeImageIndex = 16;
     this.navBarItemTimeCD_EmpJob.Name = "navBarItemTimeCD_EmpJob";
     this.navBarItemTimeCD_EmpJob.SmallImageIndex = 16;
     this.navBarItemTimeCD_EmpJob.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_Department
     //
     this.navBarItemTimeCD_Department.Caption = "الاقسام";
     this.navBarItemTimeCD_Department.LargeImageIndex = 17;
     this.navBarItemTimeCD_Department.Name = "navBarItemTimeCD_Department";
     this.navBarItemTimeCD_Department.SmallImageIndex = 17;
     this.navBarItemTimeCD_Department.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_Subject
     //
     this.navBarItemTimeCD_Subject.Caption = "المواد";
     this.navBarItemTimeCD_Subject.LargeImageIndex = 18;
     this.navBarItemTimeCD_Subject.Name = "navBarItemTimeCD_Subject";
     this.navBarItemTimeCD_Subject.SmallImageIndex = 18;
     this.navBarItemTimeCD_Subject.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_QualifiedPlace
     //
     this.navBarItemTimeCD_QualifiedPlace.Caption = "جهة الؤهل";
     this.navBarItemTimeCD_QualifiedPlace.LargeImageIndex = 19;
     this.navBarItemTimeCD_QualifiedPlace.Name = "navBarItemTimeCD_QualifiedPlace";
     this.navBarItemTimeCD_QualifiedPlace.SmallImageIndex = 19;
     this.navBarItemTimeCD_QualifiedPlace.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCDQualification
     //
     this.navBarItemTimeCDQualification.Caption = "المؤهلات";
     this.navBarItemTimeCDQualification.LargeImageIndex = 20;
     this.navBarItemTimeCDQualification.Name = "navBarItemTimeCDQualification";
     this.navBarItemTimeCDQualification.SmallImageIndex = 20;
     this.navBarItemTimeCDQualification.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_Specialization
     //
     this.navBarItemTimeCD_Specialization.Caption = "تخصص المؤهل";
     this.navBarItemTimeCD_Specialization.LargeImageIndex = 21;
     this.navBarItemTimeCD_Specialization.Name = "navBarItemTimeCD_Specialization";
     this.navBarItemTimeCD_Specialization.SmallImageIndex = 21;
     this.navBarItemTimeCD_Specialization.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeCD_MaritalStatus
     //
     this.navBarItemTimeCD_MaritalStatus.Caption = "الحالة الاجتماعية";
     this.navBarItemTimeCD_MaritalStatus.LargeImageIndex = 22;
     this.navBarItemTimeCD_MaritalStatus.Name = "navBarItemTimeCD_MaritalStatus";
     this.navBarItemTimeCD_MaritalStatus.SmallImageIndex = 22;
     this.navBarItemTimeCD_MaritalStatus.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeTBL_Priority
     //
     this.navBarItemTimeTBL_Priority.Caption = "أولويات المواد";
     this.navBarItemTimeTBL_Priority.LargeImageIndex = 31;
     this.navBarItemTimeTBL_Priority.Name = "navBarItemTimeTBL_Priority";
     this.navBarItemTimeTBL_Priority.SmallImageIndex = 31;
     this.navBarItemTimeTBL_Priority.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "Roles.png");
     this.imageCollection32.Images.SetKeyName(1, "Users.png");
     this.imageCollection32.Images.SetKeyName(2, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(3, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(4, "Reports.png");
     this.imageCollection32.Images.SetKeyName(5, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(6, "AppOptions.png");
     this.imageCollection32.Images.SetKeyName(7, "CD_Asasetime.png");
     this.imageCollection32.Images.SetKeyName(8, "CDAlhasas.png");
     this.imageCollection32.Images.SetKeyName(9, "CDAlsofof.png");
     this.imageCollection32.Images.SetKeyName(10, "CDEFasl.png");
     this.imageCollection32.Images.SetKeyName(11, "CD_HesaTime.png");
     this.imageCollection32.Images.SetKeyName(12, "CDSubjectWekly.png");
     this.imageCollection32.Images.SetKeyName(13, "CDPlace.png");
     this.imageCollection32.Images.SetKeyName(14, "CD_EmpState.png");
     this.imageCollection32.Images.SetKeyName(15, "CD_JobDescription.png");
     this.imageCollection32.Images.SetKeyName(16, "CD_EmpJob.png");
     this.imageCollection32.Images.SetKeyName(17, "CD_Department.png");
     this.imageCollection32.Images.SetKeyName(18, "CD_Subject.png");
     this.imageCollection32.Images.SetKeyName(19, "CD_QualifiedPlace.png");
     this.imageCollection32.Images.SetKeyName(20, "CDQualification.png");
     this.imageCollection32.Images.SetKeyName(21, "CD_Specialization.png");
     this.imageCollection32.Images.SetKeyName(22, "CD_MaritalStatus.png");
     this.imageCollection32.Images.SetKeyName(23, "TBLNesab.png");
     this.imageCollection32.Images.SetKeyName(24, "TBLTeacherNoDays.png");
     this.imageCollection32.Images.SetKeyName(25, "TBLTeachersPlan.png");
     this.imageCollection32.Images.SetKeyName(26, "TBLTimeTable.png");
     this.imageCollection32.Images.SetKeyName(27, "CDDayname.png");
     this.imageCollection32.Images.SetKeyName(28, "QryWeekFaslTable.png");
     this.imageCollection32.Images.SetKeyName(29, "TBLAhteaty.png");
     this.imageCollection32.Images.SetKeyName(30, "TBL_Emp.png");
     this.imageCollection32.Images.SetKeyName(31, "TBL_Priority.png");
     //
     // DPData
     //
     this.DPData.Controls.Add(this.dockPanel2_Container);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.FloatSize = new System.Drawing.Size(336, 404);
     this.DPData.ID = new System.Guid("a97e3d69-dc1d-4cf2-8b60-8d961607e006");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPData.Size = new System.Drawing.Size(326, 416);
     this.DPData.Text = "بيانات الادخال";
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.navBarControlData);
     this.dockPanel2_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeTBLNesab,
     this.navBarItemTimeTBLTeacherNoDays,
     this.navBarItemTimeTBLTeachersPlan,
     this.navBarItemTimeTBLTimeTable,
     this.navBarItemTimeTBLAhteaty,
     this.navBarItemTimeTBL_Emp});
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 326;
     this.navBarControlData.Size = new System.Drawing.Size(326, 416);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 10;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBLNesab),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBLTeacherNoDays),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBLTeachersPlan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBLTimeTable),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBLAhteaty),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeTBL_Emp)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemTimeTBLNesab
     //
     this.navBarItemTimeTBLNesab.Caption = "نصاب المدرسين";
     this.navBarItemTimeTBLNesab.LargeImageIndex = 23;
     this.navBarItemTimeTBLNesab.Name = "navBarItemTimeTBLNesab";
     this.navBarItemTimeTBLNesab.SmallImageIndex = 23;
     this.navBarItemTimeTBLNesab.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeTBLTeacherNoDays
     //
     this.navBarItemTimeTBLTeacherNoDays.Caption = "ايام اجازات المدرسين";
     this.navBarItemTimeTBLTeacherNoDays.LargeImageIndex = 24;
     this.navBarItemTimeTBLTeacherNoDays.Name = "navBarItemTimeTBLTeacherNoDays";
     this.navBarItemTimeTBLTeacherNoDays.SmallImageIndex = 24;
     this.navBarItemTimeTBLTeacherNoDays.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeTBLTeachersPlan
     //
     this.navBarItemTimeTBLTeachersPlan.Caption = "خطط المدرسين";
     this.navBarItemTimeTBLTeachersPlan.LargeImageIndex = 25;
     this.navBarItemTimeTBLTeachersPlan.Name = "navBarItemTimeTBLTeachersPlan";
     this.navBarItemTimeTBLTeachersPlan.SmallImageIndex = 25;
     this.navBarItemTimeTBLTeachersPlan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeTBLTimeTable
     //
     this.navBarItemTimeTBLTimeTable.Caption = "جدول الحصص";
     this.navBarItemTimeTBLTimeTable.LargeImageIndex = 26;
     this.navBarItemTimeTBLTimeTable.Name = "navBarItemTimeTBLTimeTable";
     this.navBarItemTimeTBLTimeTable.SmallImageIndex = 26;
     this.navBarItemTimeTBLTimeTable.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeTBLAhteaty
     //
     this.navBarItemTimeTBLAhteaty.Caption = "الاحتياطي";
     this.navBarItemTimeTBLAhteaty.LargeImageIndex = 29;
     this.navBarItemTimeTBLAhteaty.Name = "navBarItemTimeTBLAhteaty";
     this.navBarItemTimeTBLAhteaty.SmallImageIndex = 29;
     this.navBarItemTimeTBLAhteaty.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeTBL_Emp
     //
     this.navBarItemTimeTBL_Emp.Caption = "بيانات العاملين";
     this.navBarItemTimeTBL_Emp.LargeImageIndex = 30;
     this.navBarItemTimeTBL_Emp.Name = "navBarItemTimeTBL_Emp";
     this.navBarItemTimeTBL_Emp.SmallImageIndex = 30;
     this.navBarItemTimeTBL_Emp.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.dockPanel3_Container);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.FloatSize = new System.Drawing.Size(336, 404);
     this.DPPriv.ID = new System.Guid("b33c2bb1-0f13-44de-a2c5-b51aa242b097");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPPriv.Size = new System.Drawing.Size(326, 416);
     this.DPPriv.Text = "السماحيات";
     //
     // dockPanel3_Container
     //
     this.dockPanel3_Container.Controls.Add(this.navBarControlPriv);
     this.dockPanel3_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel3_Container.Name = "dockPanel3_Container";
     this.dockPanel3_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel3_Container.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeRoles,
     this.navBarItemTimeUsers,
     this.navBarItemTimeUserRoles,
     this.navBarItemTimeRoleDetial,
     this.navBarItemTimeAppOptions});
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 326;
     this.navBarControlPriv.Size = new System.Drawing.Size(326, 416);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 10;
     this.navBarControlPriv.Text = "navBarControl1";
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemTimeRoles
     //
     this.navBarItemTimeRoles.Caption = "الصلاحيات";
     this.navBarItemTimeRoles.LargeImageIndex = 0;
     this.navBarItemTimeRoles.Name = "navBarItemTimeRoles";
     this.navBarItemTimeRoles.SmallImageIndex = 0;
     this.navBarItemTimeRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeRoleDetial
     //
     this.navBarItemTimeRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemTimeRoleDetial.LargeImageIndex = 3;
     this.navBarItemTimeRoleDetial.Name = "navBarItemTimeRoleDetial";
     this.navBarItemTimeRoleDetial.SmallImageIndex = 3;
     this.navBarItemTimeRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeUsers
     //
     this.navBarItemTimeUsers.Caption = "المستخدمين";
     this.navBarItemTimeUsers.LargeImageIndex = 1;
     this.navBarItemTimeUsers.Name = "navBarItemTimeUsers";
     this.navBarItemTimeUsers.SmallImageIndex = 1;
     this.navBarItemTimeUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeUserRoles
     //
     this.navBarItemTimeUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemTimeUserRoles.LargeImageIndex = 2;
     this.navBarItemTimeUserRoles.Name = "navBarItemTimeUserRoles";
     this.navBarItemTimeUserRoles.SmallImageIndex = 2;
     this.navBarItemTimeUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeAppOptions
     //
     this.navBarItemTimeAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemTimeAppOptions.LargeImageIndex = 6;
     this.navBarItemTimeAppOptions.Name = "navBarItemTimeAppOptions";
     this.navBarItemTimeAppOptions.SmallImageIndex = 6;
     this.navBarItemTimeAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.dockPanel4_Container);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.FloatSize = new System.Drawing.Size(336, 404);
     this.DPQuery.ID = new System.Guid("cfb45d3d-befd-4cb4-8549-091360f328d0");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPQuery.Size = new System.Drawing.Size(326, 416);
     this.DPQuery.Text = "الاستعلامات";
     //
     // dockPanel4_Container
     //
     this.dockPanel4_Container.Controls.Add(this.navBarControlQry);
     this.dockPanel4_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel4_Container.Name = "dockPanel4_Container";
     this.dockPanel4_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel4_Container.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeQryWeekTeacherTable,
     this.navBarItemTimeQryWeekFaslTable,
     this.navBarItemTimeQryTblAhteaty});
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 326;
     this.navBarControlQry.Size = new System.Drawing.Size(326, 416);
     this.navBarControlQry.SmallImages = this.imageCollection32;
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 10;
     this.navBarControlQry.Text = "navBarControl1";
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeQryWeekTeacherTable),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeQryWeekFaslTable),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeQryTblAhteaty)});
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // navBarItemTimeQryWeekTeacherTable
     //
     this.navBarItemTimeQryWeekTeacherTable.Caption = "جدول المدرسين";
     this.navBarItemTimeQryWeekTeacherTable.LargeImageIndex = 23;
     this.navBarItemTimeQryWeekTeacherTable.Name = "navBarItemTimeQryWeekTeacherTable";
     this.navBarItemTimeQryWeekTeacherTable.SmallImageIndex = 23;
     this.navBarItemTimeQryWeekTeacherTable.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeQryWeekFaslTable
     //
     this.navBarItemTimeQryWeekFaslTable.Caption = "جدول الفصول";
     this.navBarItemTimeQryWeekFaslTable.LargeImageIndex = 28;
     this.navBarItemTimeQryWeekFaslTable.Name = "navBarItemTimeQryWeekFaslTable";
     this.navBarItemTimeQryWeekFaslTable.SmallImageIndex = 28;
     this.navBarItemTimeQryWeekFaslTable.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemTimeQryTblAhteaty
     //
     this.navBarItemTimeQryTblAhteaty.Caption = "الاحتياطي";
     this.navBarItemTimeQryTblAhteaty.LargeImageIndex = 29;
     this.navBarItemTimeQryTblAhteaty.Name = "navBarItemTimeQryTblAhteaty";
     this.navBarItemTimeQryTblAhteaty.SmallImageIndex = 29;
     this.navBarItemTimeQryTblAhteaty.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.dockPanel5_Container);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPReport.FloatSize = new System.Drawing.Size(336, 404);
     this.DPReport.ID = new System.Guid("0f036360-d6ff-485c-9f5f-15222cfa0e5f");
     this.DPReport.Location = new System.Drawing.Point(4, 23);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPReport.Size = new System.Drawing.Size(326, 416);
     this.DPReport.Text = "التقارير";
     //
     // dockPanel5_Container
     //
     this.dockPanel5_Container.Controls.Add(this.navBarControlReport);
     this.dockPanel5_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel5_Container.Name = "dockPanel5_Container";
     this.dockPanel5_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel5_Container.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup6;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup6,
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeDeployRpt});
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 326;
     this.navBarControlReport.Size = new System.Drawing.Size(326, 416);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 10;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "تنصيب التقارير";
     this.navBarGroup6.Expanded = true;
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeDeployRpt)});
     this.navBarGroup6.Name = "navBarGroup6";
     //
     // navBarItemTimeDeployRpt
     //
     this.navBarItemTimeDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemTimeDeployRpt.LargeImageIndex = 5;
     this.navBarItemTimeDeployRpt.Name = "navBarItemTimeDeployRpt";
     this.navBarItemTimeDeployRpt.SmallImageIndex = 5;
     this.navBarItemTimeDeployRpt.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "تقارير 1";
     this.navBarGroup4.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير 2";
     this.navBarGroup7.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "تقارير 3";
     this.navBarGroup8.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير 4";
     this.navBarGroup9.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // groupControl2
     //
     this.groupControl2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupControl2.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControl2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControl2.Controls.Add(this.CEUpdate);
     this.groupControl2.Controls.Add(this.CESelect);
     this.groupControl2.Controls.Add(this.CEDelete);
     this.groupControl2.Controls.Add(this.CEInsert);
     this.groupControl2.Location = new System.Drawing.Point(47, 65);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(240, 73);
     this.groupControl2.TabIndex = 5;
     this.groupControl2.Text = "عناصر السماح";
     //
     // CEUpdate
     //
     this.CEUpdate.Location = new System.Drawing.Point(21, 49);
     this.CEUpdate.Name = "CEUpdate";
     this.CEUpdate.Properties.Caption = "تعديل";
     this.CEUpdate.Size = new System.Drawing.Size(75, 19);
     this.CEUpdate.TabIndex = 0;
     //
     // CESelect
     //
     this.CESelect.Location = new System.Drawing.Point(21, 24);
     this.CESelect.Name = "CESelect";
     this.CESelect.Properties.Caption = "عرض";
     this.CESelect.Size = new System.Drawing.Size(75, 19);
     this.CESelect.TabIndex = 0;
     //
     // CEDelete
     //
     this.CEDelete.Location = new System.Drawing.Point(144, 49);
     this.CEDelete.Name = "CEDelete";
     this.CEDelete.Properties.Caption = "حذف";
     this.CEDelete.Size = new System.Drawing.Size(75, 19);
     this.CEDelete.TabIndex = 0;
     //
     // CEInsert
     //
     this.CEInsert.Location = new System.Drawing.Point(144, 24);
     this.CEInsert.Name = "CEInsert";
     this.CEInsert.Properties.Caption = "اضافه";
     this.CEInsert.Size = new System.Drawing.Size(75, 19);
     this.CEInsert.TabIndex = 0;
     //
     // RoleDetialFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(334, 612);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControlSelect);
     this.Controls.Add(this.pnlContainerMain);
     this.Name = "RoleDetialFrm";
     this.Text = "محتويات السماحيات";
     this.Load += new System.EventHandler(this.EditorRoleMenuFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).EndInit();
     this.groupControlSelect.ResumeLayout(false);
     this.groupControlSelect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.pnlContainerMain.ResumeLayout(false);
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.DPData.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPPriv.ResumeLayout(false);
     this.dockPanel3_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.dockPanel4_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     this.DPReport.ResumeLayout(false);
     this.dockPanel5_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmChuongTrinhViewQL));
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.ngayNhap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.TrongKho = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
     this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel21 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel22 = new DevExpress.XtraEditors.LabelControl();
     this.TenTap = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.SoDKCBHD = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel20 = new DevExpress.XtraEditors.LabelControl();
     this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel19 = new DevExpress.XtraEditors.LabelControl();
     this.TimeslotDen = new DevExpress.XtraEditors.TimeEdit();
     this.TimeslotTu = new DevExpress.XtraEditors.TimeEdit();
     this.SoRunConLaiTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunConLaiDen = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunTu = new DevExpress.XtraEditors.SpinEdit();
     this.BQDTTNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.BQDTTNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
     this.NamSXDen = new DevExpress.XtraEditors.SpinEdit();
     this.NamSXTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel11 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel17 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel16 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel9 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel24 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel10 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel14 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel13 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
     this.label34 = new DevExpress.XtraEditors.LabelControl();
     this.BanQuyenThuoc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.DonViCungCap = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.TenGoc = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.QuocGia = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel18 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
     this.label10 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel23 = new DevExpress.XtraEditors.LabelControl();
     this.label29 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
     this.label3 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
     this.label5 = new DevExpress.XtraEditors.LabelControl();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.Col_CT_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NoiDung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhanLoaiDrama = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TimeSlot = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TuKhoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Nuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Ranking = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrongKho = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Class = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NguonTrading = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Period = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_MoiThiTruong = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_CodeCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ChanelRight = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViCungCap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViHauKy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NamSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Script = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Photos = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrailerGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenHetHan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenThuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenHTV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNStar = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NoteBQ = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoLanPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoRunConLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_RunThu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ReleaseDate = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ReleaseRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ReleaseRule = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_MuaKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_GhiChu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_HangSanXuat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandFirst = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandSecond = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandInventory = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandLast = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TrongKho)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(0, 0);
     this.gridControlDetail.TabIndex = 9;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     this.gridViewDetail.OptionsView.ShowViewCaption = true;
     this.gridViewDetail.ViewCaption = "Post/Master (Cấp 2)";
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barSubItemCotHienThi});
     this.barManager1.MaxItemId = 36;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi, true)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "&Xem";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều &kiện lọc";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barCheckItemFilter.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemFilter_CheckedChanged);
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đóng";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItemCotHienThi
     //
     this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
     this.barSubItemCotHienThi.Id = 35;
     this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
     this.barSubItemCotHienThi.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1147, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
     this.barDockControlBottom.Size = new System.Drawing.Size(1147, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1147, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanel1.FloatVertical = true;
     this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
     this.dockPanel1.Location = new System.Drawing.Point(0, 24);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockLeft = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 157);
     this.dockPanel1.Size = new System.Drawing.Size(1147, 157);
     this.dockPanel1.Text = "Điều kiện tìm kiếm";
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1141, 129);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.ngayNhap);
     this.popupControlContainerFilter.Controls.Add(this.TrongKho);
     this.popupControlContainerFilter.Controls.Add(this.TapSoDen);
     this.popupControlContainerFilter.Controls.Add(this.TapSoTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel21);
     this.popupControlContainerFilter.Controls.Add(this.plLabel22);
     this.popupControlContainerFilter.Controls.Add(this.TenTap);
     this.popupControlContainerFilter.Controls.Add(this.SoDKCBHD);
     this.popupControlContainerFilter.Controls.Add(this.plLabel20);
     this.popupControlContainerFilter.Controls.Add(this.LoaiLuuTru);
     this.popupControlContainerFilter.Controls.Add(this.plLabel19);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotDen);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiDen);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.PhongBan);
     this.popupControlContainerFilter.Controls.Add(this.NamSXDen);
     this.popupControlContainerFilter.Controls.Add(this.NamSXTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel11);
     this.popupControlContainerFilter.Controls.Add(this.plLabel17);
     this.popupControlContainerFilter.Controls.Add(this.plLabel16);
     this.popupControlContainerFilter.Controls.Add(this.plLabel15);
     this.popupControlContainerFilter.Controls.Add(this.plLabel9);
     this.popupControlContainerFilter.Controls.Add(this.plLabel3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel2);
     this.popupControlContainerFilter.Controls.Add(this.plLabel24);
     this.popupControlContainerFilter.Controls.Add(this.plLabel10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel8);
     this.popupControlContainerFilter.Controls.Add(this.plLabel14);
     this.popupControlContainerFilter.Controls.Add(this.plLabel13);
     this.popupControlContainerFilter.Controls.Add(this.plLabel12);
     this.popupControlContainerFilter.Controls.Add(this.plLabel7);
     this.popupControlContainerFilter.Controls.Add(this.label34);
     this.popupControlContainerFilter.Controls.Add(this.BanQuyenThuoc);
     this.popupControlContainerFilter.Controls.Add(this.DonViCungCap);
     this.popupControlContainerFilter.Controls.Add(this.Category);
     this.popupControlContainerFilter.Controls.Add(this.TenGoc);
     this.popupControlContainerFilter.Controls.Add(this.NoiDung);
     this.popupControlContainerFilter.Controls.Add(this.QuocGia);
     this.popupControlContainerFilter.Controls.Add(this.TietMuc);
     this.popupControlContainerFilter.Controls.Add(this.plLabel18);
     this.popupControlContainerFilter.Controls.Add(this.plLabel5);
     this.popupControlContainerFilter.Controls.Add(this.label10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel1);
     this.popupControlContainerFilter.Controls.Add(this.plLabel23);
     this.popupControlContainerFilter.Controls.Add(this.label29);
     this.popupControlContainerFilter.Controls.Add(this.plLabel6);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel4);
     this.popupControlContainerFilter.Controls.Add(this.label5);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(1141, 129);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // ngayNhap
     //
     this.ngayNhap.Caption = "Từ ngày 18/05/2013 đến ngày 25/05/2013";
     this.ngayNhap.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.FirstFrom = new System.DateTime(2013, 5, 18, 17, 2, 39, 907);
     this.ngayNhap.FirstTo = new System.DateTime(2013, 5, 25, 17, 2, 39, 907);
     this.ngayNhap.FromDate = new System.DateTime(2013, 5, 18, 17, 2, 39, 907);
     this.ngayNhap.Location = new System.Drawing.Point(844, 80);
     this.ngayNhap.Name = "ngayNhap";
     this.ngayNhap.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.ngayNhap.SecondFrom = new System.DateTime(2013, 5, 18, 17, 2, 39, 907);
     this.ngayNhap.SecondTo = new System.DateTime(2013, 5, 25, 17, 2, 39, 907);
     this.ngayNhap.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.Size = new System.Drawing.Size(285, 20);
     this.ngayNhap.TabIndex = 249;
     this.ngayNhap.ToDate = new System.DateTime(2013, 5, 25, 17, 2, 39, 907);
     this.ngayNhap.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // TrongKho
     //
     this.TrongKho.CheckOnClick = true;
     this.TrongKho.ColumnWidth = 85;
     this.TrongKho.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Y", "Có"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("N", "Không")});
     this.TrongKho.Location = new System.Drawing.Point(583, 80);
     this.TrongKho.MultiColumn = true;
     this.TrongKho.Name = "TrongKho";
     this.TrongKho.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.TrongKho.Size = new System.Drawing.Size(179, 20);
     this.TrongKho.TabIndex = 248;
     //
     // TapSoDen
     //
     this.TapSoDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoDen.Location = new System.Drawing.Point(687, 106);
     this.TapSoDen.Name = "TapSoDen";
     this.TapSoDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoDen.Size = new System.Drawing.Size(75, 20);
     this.TapSoDen.TabIndex = 245;
     //
     // TapSoTu
     //
     this.TapSoTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoTu.Location = new System.Drawing.Point(585, 105);
     this.TapSoTu.Name = "TapSoTu";
     this.TapSoTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoTu.Size = new System.Drawing.Size(67, 20);
     this.TapSoTu.TabIndex = 246;
     //
     // plLabel21
     //
     this.plLabel21.Location = new System.Drawing.Point(657, 109);
     this.plLabel21.Name = "plLabel21";
     this.plLabel21.Size = new System.Drawing.Size(18, 13);
     this.plLabel21.TabIndex = 243;
     this.plLabel21.Text = "đến";
     //
     // plLabel22
     //
     this.plLabel22.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.plLabel22.Appearance.Options.UseFont = true;
     this.plLabel22.Location = new System.Drawing.Point(496, 107);
     this.plLabel22.Name = "plLabel22";
     this.plLabel22.Size = new System.Drawing.Size(53, 13);
     this.plLabel22.TabIndex = 244;
     this.plLabel22.Text = "Tập số từ";
     this.plLabel22.ToolTip = "Tập số (Cấp 3)";
     //
     // TenTap
     //
     this.TenTap._DataSource = null;
     this.TenTap._GetField = null;
     this.TenTap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TenTap.Location = new System.Drawing.Point(844, 106);
     this.TenTap.Name = "TenTap";
     this.TenTap.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenTap.Size = new System.Drawing.Size(294, 20);
     this.TenTap.TabIndex = 242;
     //
     // SoDKCBHD
     //
     this.SoDKCBHD.DataSource = null;
     this.SoDKCBHD.DisplayField = null;
     this.SoDKCBHD.Location = new System.Drawing.Point(333, 103);
     this.SoDKCBHD.Name = "SoDKCBHD";
     this.SoDKCBHD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.SoDKCBHD.Size = new System.Drawing.Size(150, 20);
     this.SoDKCBHD.TabIndex = 241;
     this.SoDKCBHD.ValueField = null;
     //
     // plLabel20
     //
     this.plLabel20.Location = new System.Drawing.Point(266, 108);
     this.plLabel20.Name = "plLabel20";
     this.plLabel20.Size = new System.Drawing.Size(59, 13);
     this.plLabel20.TabIndex = 240;
     this.plLabel20.Text = "Số ĐKCB HD";
     this.plLabel20.ToolTip = "Số ĐKCB HD (Cấp 2)";
     //
     // LoaiLuuTru
     //
     this.LoaiLuuTru.DataSource = null;
     this.LoaiLuuTru.DisplayField = null;
     this.LoaiLuuTru.Location = new System.Drawing.Point(75, 105);
     this.LoaiLuuTru.Name = "LoaiLuuTru";
     this.LoaiLuuTru.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LoaiLuuTru.Size = new System.Drawing.Size(185, 20);
     this.LoaiLuuTru.TabIndex = 241;
     this.LoaiLuuTru.ValueField = null;
     //
     // plLabel19
     //
     this.plLabel19.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.plLabel19.Appearance.Options.UseFont = true;
     this.plLabel19.Location = new System.Drawing.Point(4, 108);
     this.plLabel19.Name = "plLabel19";
     this.plLabel19.Size = new System.Drawing.Size(65, 13);
     this.plLabel19.TabIndex = 240;
     this.plLabel19.Text = "Loại lưu trữ";
     this.plLabel19.ToolTip = "Loại lưu trữ (cấp 2)";
     //
     // TimeslotDen
     //
     this.TimeslotDen.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotDen.Location = new System.Drawing.Point(174, 79);
     this.TimeslotDen.Name = "TimeslotDen";
     this.TimeslotDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotDen.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotDen.Size = new System.Drawing.Size(86, 20);
     this.TimeslotDen.TabIndex = 239;
     //
     // TimeslotTu
     //
     this.TimeslotTu.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotTu.Location = new System.Drawing.Point(48, 79);
     this.TimeslotTu.MenuManager = this.barManager1;
     this.TimeslotTu.Name = "TimeslotTu";
     this.TimeslotTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotTu.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotTu.Size = new System.Drawing.Size(78, 20);
     this.TimeslotTu.TabIndex = 239;
     //
     // SoRunConLaiTu
     //
     this.SoRunConLaiTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiTu.Location = new System.Drawing.Point(844, 55);
     this.SoRunConLaiTu.Name = "SoRunConLaiTu";
     this.SoRunConLaiTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunConLaiTu.TabIndex = 238;
     //
     // SoRunDaDungTu
     //
     this.SoRunDaDungTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungTu.Location = new System.Drawing.Point(844, 32);
     this.SoRunDaDungTu.Name = "SoRunDaDungTu";
     this.SoRunDaDungTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunDaDungTu.TabIndex = 238;
     //
     // SoRunConLaiDen
     //
     this.SoRunConLaiDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunConLaiDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiDen.Location = new System.Drawing.Point(934, 57);
     this.SoRunConLaiDen.Name = "SoRunConLaiDen";
     this.SoRunConLaiDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiDen.Size = new System.Drawing.Size(204, 20);
     this.SoRunConLaiDen.TabIndex = 238;
     //
     // SoRunDaDungDen
     //
     this.SoRunDaDungDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunDaDungDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungDen.Location = new System.Drawing.Point(934, 30);
     this.SoRunDaDungDen.Name = "SoRunDaDungDen";
     this.SoRunDaDungDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungDen.Size = new System.Drawing.Size(204, 20);
     this.SoRunDaDungDen.TabIndex = 238;
     //
     // TongSoRunDen
     //
     this.TongSoRunDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TongSoRunDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunDen.Location = new System.Drawing.Point(934, 7);
     this.TongSoRunDen.Name = "TongSoRunDen";
     this.TongSoRunDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunDen.Size = new System.Drawing.Size(204, 20);
     this.TongSoRunDen.TabIndex = 238;
     //
     // TongSoRunTu
     //
     this.TongSoRunTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunTu.Location = new System.Drawing.Point(843, 8);
     this.TongSoRunTu.Name = "TongSoRunTu";
     this.TongSoRunTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunTu.Size = new System.Drawing.Size(67, 20);
     this.TongSoRunTu.TabIndex = 238;
     //
     // BQDTTNEndDen
     //
     this.BQDTTNEndDen.EditValue = null;
     this.BQDTTNEndDen.Location = new System.Drawing.Point(687, 31);
     this.BQDTTNEndDen.Name = "BQDTTNEndDen";
     this.BQDTTNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTTNEndDen.TabIndex = 237;
     //
     // BQDTNNEndDen
     //
     this.BQDTNNEndDen.EditValue = null;
     this.BQDTNNEndDen.Location = new System.Drawing.Point(687, 53);
     this.BQDTNNEndDen.Name = "BQDTNNEndDen";
     this.BQDTNNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTNNEndDen.TabIndex = 237;
     //
     // BQDTNNEndTu
     //
     this.BQDTNNEndTu.EditValue = null;
     this.BQDTNNEndTu.Location = new System.Drawing.Point(583, 53);
     this.BQDTNNEndTu.Name = "BQDTNNEndTu";
     this.BQDTNNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndTu.Size = new System.Drawing.Size(74, 20);
     this.BQDTNNEndTu.TabIndex = 237;
     //
     // BQDTTNEndTu
     //
     this.BQDTTNEndTu.EditValue = null;
     this.BQDTTNEndTu.Location = new System.Drawing.Point(583, 30);
     this.BQDTTNEndTu.MenuManager = this.barManager1;
     this.BQDTTNEndTu.Name = "BQDTTNEndTu";
     this.BQDTTNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndTu.Size = new System.Drawing.Size(73, 20);
     this.BQDTTNEndTu.TabIndex = 237;
     //
     // PhongBan
     //
     this.PhongBan.Location = new System.Drawing.Point(333, 79);
     this.PhongBan.Name = "PhongBan";
     this.PhongBan.Size = new System.Drawing.Size(150, 20);
     this.PhongBan.TabIndex = 10;
     //
     // NamSXDen
     //
     this.NamSXDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXDen.Location = new System.Drawing.Point(430, 32);
     this.NamSXDen.Name = "NamSXDen";
     this.NamSXDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXDen.Size = new System.Drawing.Size(55, 20);
     this.NamSXDen.TabIndex = 234;
     //
     // NamSXTu
     //
     this.NamSXTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXTu.Location = new System.Drawing.Point(333, 32);
     this.NamSXTu.MenuManager = this.barManager1;
     this.NamSXTu.Name = "NamSXTu";
     this.NamSXTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXTu.Size = new System.Drawing.Size(69, 20);
     this.NamSXTu.TabIndex = 235;
     //
     // plLabel11
     //
     this.plLabel11.Location = new System.Drawing.Point(663, 57);
     this.plLabel11.Name = "plLabel11";
     this.plLabel11.Size = new System.Drawing.Size(18, 13);
     this.plLabel11.TabIndex = 231;
     this.plLabel11.Text = "đến";
     //
     // plLabel17
     //
     this.plLabel17.Location = new System.Drawing.Point(914, 60);
     this.plLabel17.Name = "plLabel17";
     this.plLabel17.Size = new System.Drawing.Size(18, 13);
     this.plLabel17.TabIndex = 231;
     this.plLabel17.Text = "đến";
     //
     // plLabel16
     //
     this.plLabel16.Location = new System.Drawing.Point(914, 36);
     this.plLabel16.Name = "plLabel16";
     this.plLabel16.Size = new System.Drawing.Size(18, 13);
     this.plLabel16.TabIndex = 231;
     this.plLabel16.Text = "đến";
     //
     // plLabel15
     //
     this.plLabel15.Location = new System.Drawing.Point(914, 11);
     this.plLabel15.Name = "plLabel15";
     this.plLabel15.Size = new System.Drawing.Size(18, 13);
     this.plLabel15.TabIndex = 231;
     this.plLabel15.Text = "đến";
     //
     // plLabel9
     //
     this.plLabel9.Location = new System.Drawing.Point(663, 34);
     this.plLabel9.Name = "plLabel9";
     this.plLabel9.Size = new System.Drawing.Size(18, 13);
     this.plLabel9.TabIndex = 231;
     this.plLabel9.Text = "đến";
     //
     // plLabel3
     //
     this.plLabel3.Location = new System.Drawing.Point(407, 36);
     this.plLabel3.Name = "plLabel3";
     this.plLabel3.Size = new System.Drawing.Size(18, 13);
     this.plLabel3.TabIndex = 231;
     this.plLabel3.Text = "đến";
     //
     // plLabel2
     //
     this.plLabel2.Location = new System.Drawing.Point(267, 35);
     this.plLabel2.Name = "plLabel2";
     this.plLabel2.Size = new System.Drawing.Size(50, 13);
     this.plLabel2.TabIndex = 229;
     this.plLabel2.Text = "Năm SX từ";
     this.plLabel2.ToolTip = "Năm sản xuất chương trình (Câp 1)";
     //
     // plLabel24
     //
     this.plLabel24.Location = new System.Drawing.Point(494, 80);
     this.plLabel24.Name = "plLabel24";
     this.plLabel24.Size = new System.Drawing.Size(48, 13);
     this.plLabel24.TabIndex = 232;
     this.plLabel24.Text = "Trong kho";
     this.plLabel24.ToolTip = "Dữ liệu bắt buộc nhập";
     //
     // plLabel10
     //
     this.plLabel10.Location = new System.Drawing.Point(496, 57);
     this.plLabel10.Name = "plLabel10";
     this.plLabel10.Size = new System.Drawing.Size(79, 13);
     this.plLabel10.TabIndex = 232;
     this.plLabel10.Text = "BQ DTNN End từ";
     this.plLabel10.ToolTip = "Bản quyền đối với đối tác nước ngoài End (Cấp 1)";
     //
     // plLabel8
     //
     this.plLabel8.Location = new System.Drawing.Point(495, 34);
     this.plLabel8.Name = "plLabel8";
     this.plLabel8.Size = new System.Drawing.Size(78, 13);
     this.plLabel8.TabIndex = 232;
     this.plLabel8.Text = "BQ DTTN End từ";
     this.plLabel8.ToolTip = "Bản quyền đối với đối tác trong nước End (Cấp 1)";
     //
     // plLabel14
     //
     this.plLabel14.Location = new System.Drawing.Point(768, 57);
     this.plLabel14.Name = "plLabel14";
     this.plLabel14.Size = new System.Drawing.Size(64, 13);
     this.plLabel14.TabIndex = 232;
     this.plLabel14.Text = "Số run còn lại";
     this.plLabel14.ToolTip = "Số run còn lại (Cấp 1)";
     //
     // plLabel13
     //
     this.plLabel13.Location = new System.Drawing.Point(768, 34);
     this.plLabel13.Name = "plLabel13";
     this.plLabel13.Size = new System.Drawing.Size(73, 13);
     this.plLabel13.TabIndex = 232;
     this.plLabel13.Text = "Số run đã dùng";
     this.plLabel13.ToolTip = "Số run đã dùng (Cấp 1)";
     //
     // plLabel12
     //
     this.plLabel12.Location = new System.Drawing.Point(768, 14);
     this.plLabel12.Name = "plLabel12";
     this.plLabel12.Size = new System.Drawing.Size(57, 13);
     this.plLabel12.TabIndex = 232;
     this.plLabel12.Text = "Tổng số run";
     this.plLabel12.ToolTip = "Tổng số run (Cấp 1)";
     //
     // plLabel7
     //
     this.plLabel7.Location = new System.Drawing.Point(496, 12);
     this.plLabel7.Name = "plLabel7";
     this.plLabel7.Size = new System.Drawing.Size(81, 13);
     this.plLabel7.TabIndex = 232;
     this.plLabel7.Text = "Bản quyền thuộc";
     this.plLabel7.ToolTip = "Bản quyền thuộc (Cấp 1)";
     //
     // label34
     //
     this.label34.Location = new System.Drawing.Point(267, 58);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(60, 13);
     this.label34.TabIndex = 232;
     this.label34.Text = "ĐV cung cấp";
     this.label34.ToolTip = "Đơn vị cung cấp (Cấp 1)";
     //
     // BanQuyenThuoc
     //
     this.BanQuyenThuoc.DataSource = null;
     this.BanQuyenThuoc.DisplayField = null;
     this.BanQuyenThuoc.Location = new System.Drawing.Point(583, 8);
     this.BanQuyenThuoc.Name = "BanQuyenThuoc";
     this.BanQuyenThuoc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BanQuyenThuoc.Size = new System.Drawing.Size(179, 20);
     this.BanQuyenThuoc.TabIndex = 227;
     this.BanQuyenThuoc.ValueField = null;
     //
     // DonViCungCap
     //
     this.DonViCungCap.DataSource = null;
     this.DonViCungCap.DisplayField = null;
     this.DonViCungCap.Location = new System.Drawing.Point(333, 55);
     this.DonViCungCap.Name = "DonViCungCap";
     this.DonViCungCap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DonViCungCap.Size = new System.Drawing.Size(150, 20);
     this.DonViCungCap.TabIndex = 227;
     this.DonViCungCap.ValueField = null;
     //
     // Category
     //
     this.Category._DataSource = null;
     this.Category._GetField = null;
     this.Category.Location = new System.Drawing.Point(174, 54);
     this.Category.Name = "Category";
     this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.Category.Size = new System.Drawing.Size(87, 20);
     this.Category.TabIndex = 1;
     //
     // TenGoc
     //
     this.TenGoc._DataSource = null;
     this.TenGoc._GetField = null;
     this.TenGoc.Location = new System.Drawing.Point(47, 31);
     this.TenGoc.Name = "TenGoc";
     this.TenGoc.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenGoc.Size = new System.Drawing.Size(214, 20);
     this.TenGoc.TabIndex = 1;
     //
     // NoiDung
     //
     this.NoiDung._DataSource = null;
     this.NoiDung._GetField = null;
     this.NoiDung.Location = new System.Drawing.Point(48, 8);
     this.NoiDung.Name = "NoiDung";
     this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.NoiDung.Size = new System.Drawing.Size(213, 20);
     this.NoiDung.TabIndex = 0;
     //
     // QuocGia
     //
     this.QuocGia.DataSource = null;
     this.QuocGia.DisplayField = null;
     this.QuocGia.Location = new System.Drawing.Point(333, 8);
     this.QuocGia.Name = "QuocGia";
     this.QuocGia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.QuocGia.Size = new System.Drawing.Size(152, 20);
     this.QuocGia.TabIndex = 220;
     this.QuocGia.ValueField = null;
     //
     // TietMuc
     //
     this.TietMuc.DataSource = null;
     this.TietMuc.DisplayField = null;
     this.TietMuc.Location = new System.Drawing.Point(48, 54);
     this.TietMuc.Name = "TietMuc";
     this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.TietMuc.Size = new System.Drawing.Size(78, 20);
     this.TietMuc.TabIndex = 2;
     this.TietMuc.ValueField = null;
     //
     // plLabel18
     //
     this.plLabel18.Location = new System.Drawing.Point(133, 83);
     this.plLabel18.Name = "plLabel18";
     this.plLabel18.Size = new System.Drawing.Size(20, 13);
     this.plLabel18.TabIndex = 213;
     this.plLabel18.Text = "Đến";
     this.plLabel18.ToolTip = "Nước sản xuất";
     //
     // plLabel5
     //
     this.plLabel5.Location = new System.Drawing.Point(128, 57);
     this.plLabel5.Name = "plLabel5";
     this.plLabel5.Size = new System.Drawing.Size(45, 13);
     this.plLabel5.TabIndex = 213;
     this.plLabel5.Text = "Category";
     this.plLabel5.ToolTip = "Category (Cấp 1)";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(267, 12);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(40, 13);
     this.label10.TabIndex = 213;
     this.label10.Text = "Nước SX";
     this.label10.ToolTip = "Nước sản xuất (Cấp 1)";
     //
     // plLabel1
     //
     this.plLabel1.Location = new System.Drawing.Point(266, 83);
     this.plLabel1.Name = "plLabel1";
     this.plLabel1.Size = new System.Drawing.Size(51, 13);
     this.plLabel1.TabIndex = 217;
     this.plLabel1.Text = "Phòng ban";
     this.plLabel1.ToolTip = "Phòng ban (Cấp 1)";
     //
     // plLabel23
     //
     this.plLabel23.Location = new System.Drawing.Point(768, 110);
     this.plLabel23.Name = "plLabel23";
     this.plLabel23.Size = new System.Drawing.Size(37, 13);
     this.plLabel23.TabIndex = 217;
     this.plLabel23.Text = "Tên tập";
     this.plLabel23.ToolTip = "Tên tập (Cấp 3)";
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(768, 83);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(52, 13);
     this.label29.TabIndex = 217;
     this.label29.Text = "Ngày nhập";
     this.label29.ToolTip = "Ngày nhập thông tin chương trình  (Cấp 1)";
     //
     // plLabel6
     //
     this.plLabel6.Location = new System.Drawing.Point(4, 34);
     this.plLabel6.Name = "plLabel6";
     this.plLabel6.Size = new System.Drawing.Size(38, 13);
     this.plLabel6.TabIndex = 218;
     this.plLabel6.Text = "Tên gốc";
     this.plLabel6.ToolTip = "Tên chương trình gốc (cấp 1)";
     //
     // label3
     //
     this.label3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.label3.Appearance.Options.UseFont = true;
     this.label3.Location = new System.Drawing.Point(3, 11);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 218;
     this.label3.Text = "Tên CT";
     this.label3.ToolTip = "Tên chương trình (Cấp 1)";
     //
     // plLabel4
     //
     this.plLabel4.Location = new System.Drawing.Point(3, 83);
     this.plLabel4.Name = "plLabel4";
     this.plLabel4.Size = new System.Drawing.Size(39, 13);
     this.plLabel4.TabIndex = 219;
     this.plLabel4.Text = "Timeslot";
     this.plLabel4.ToolTip = "Timeslot (Cấp 1)";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(2, 57);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 219;
     this.label5.Text = "Tiết mục";
     this.label5.ToolTip = "Tiết mục (Cấp 1)";
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(0, 0);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail});
     this.xtraTabControlDetail.Visible = false;
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(0, 0);
     this.xtraTabPageDetail.Text = "Post/Master";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 181);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseFont = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
     this.splitContainerControl1.Panel1.Text = "Chương trình";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1147, 364);
     this.splitContainerControl1.SplitterPosition = 503;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
     this.gridControlMaster.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(1147, 358);
     this.gridControlMaster.TabIndex = 9;
     this.gridControlMaster.TabStop = false;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Inch);
     this.gridViewMaster.Appearance.GroupPanel.Options.UseFont = true;
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Appearance.ViewCaption.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.gridViewMaster.Appearance.ViewCaption.Options.UseBackColor = true;
     this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandFirst,
     this.gridBandSecond,
     this.gridBandInventory,
     this.gridBandLast,
     this.gridBandThongTinBan});
     this.gridViewMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_CT_NoiDung,
     this.Col_CT_TenGoc,
     this.Col_CT_TietMuc,
     this.Col_CT_TimeSlot,
     this.Col_CT_TuKhoa,
     this.Col_CT_GhiChu,
     this.Col_CT_NamSX,
     this.Col_CT_Nuoc,
     this.Col_CT_DonViCungCap,
     this.Col_CT_TongSoRun,
     this.Col_CT_SoLanPhat,
     this.Col_CT_SoRunConLai,
     this.Col_CT_Category,
     this.Col_CT_Ranking,
     this.Col_CT_Script,
     this.Col_CT_Photos,
     this.Col_CT_TrailerGoc,
     this.Col_CT_BanQuyenThuoc,
     this.Col_CT_BanQuyenDIDStart,
     this.Col_CT_BanQuyenDIDEnd,
     this.Col_CT_BanQuyenDTNNEnd,
     this.Col_CT_BanQuyenHetHan,
     this.Col_CT_BanQuyenHTV,
     this.Col_CT_MuaKem,
     this.Col_CT_TrongKho,
     this.Col_CT_Class,
     this.Col_CT_Period,
     this.Col_CT_NguonTrading,
     this.Col_CT_ChanelRight,
     this.Col_CT_NoteBQ,
     this.Col_CT_RunThu,
     this.Col_CT_BanQuyenDTNNStar,
     this.Col_CT_MoiThiTruong,
     this.Col_CT_PhanLoaiDrama,
     this.Col_CT_ReleaseDate,
     this.Col_CT_ReleaseRun,
     this.Col_CT_ReleaseRule,
     this.Col_CT_DonViHauKy,
     this.Col_CT_CodeCT,
     this.Col_CT_HangSanXuat});
     this.gridViewMaster.CustomizationFormBounds = new System.Drawing.Rectangle(747, 292, 215, 205);
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.OptionsBehavior.AutoExpandAllGroups = true;
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsSelection.MultiSelect = true;
     this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.ViewCaption = "Chương trình (Cấp 1)";
     //
     // Col_CT_Category
     //
     this.Col_CT_Category.Caption = "Category";
     this.Col_CT_Category.Name = "Col_CT_Category";
     this.Col_CT_Category.Visible = true;
     this.Col_CT_Category.Width = 57;
     //
     // Col_CT_NoiDung
     //
     this.Col_CT_NoiDung.Caption = "Tên chương trình";
     this.Col_CT_NoiDung.Name = "Col_CT_NoiDung";
     this.Col_CT_NoiDung.OptionsColumn.AllowMove = false;
     this.Col_CT_NoiDung.OptionsColumn.AllowShowHide = false;
     this.Col_CT_NoiDung.Visible = true;
     this.Col_CT_NoiDung.Width = 94;
     //
     // Col_CT_TenGoc
     //
     this.Col_CT_TenGoc.Caption = "Tên gốc";
     this.Col_CT_TenGoc.Name = "Col_CT_TenGoc";
     this.Col_CT_TenGoc.Visible = true;
     this.Col_CT_TenGoc.Width = 50;
     //
     // Col_CT_TietMuc
     //
     this.Col_CT_TietMuc.Caption = "Tiết mục";
     this.Col_CT_TietMuc.Name = "Col_CT_TietMuc";
     this.Col_CT_TietMuc.OptionsColumn.AllowMove = false;
     this.Col_CT_TietMuc.OptionsColumn.AllowShowHide = false;
     this.Col_CT_TietMuc.Visible = true;
     this.Col_CT_TietMuc.Width = 52;
     //
     // Col_CT_PhanLoaiDrama
     //
     this.Col_CT_PhanLoaiDrama.Caption = "Phân loại Drama";
     this.Col_CT_PhanLoaiDrama.Name = "Col_CT_PhanLoaiDrama";
     this.Col_CT_PhanLoaiDrama.Visible = true;
     this.Col_CT_PhanLoaiDrama.Width = 89;
     //
     // Col_CT_TimeSlot
     //
     this.Col_CT_TimeSlot.Caption = "Time Slot";
     this.Col_CT_TimeSlot.Name = "Col_CT_TimeSlot";
     this.Col_CT_TimeSlot.Visible = true;
     this.Col_CT_TimeSlot.Width = 55;
     //
     // Col_CT_TuKhoa
     //
     this.Col_CT_TuKhoa.Caption = "Từ khóa";
     this.Col_CT_TuKhoa.Name = "Col_CT_TuKhoa";
     this.Col_CT_TuKhoa.Visible = true;
     this.Col_CT_TuKhoa.Width = 51;
     //
     // Col_CT_Nuoc
     //
     this.Col_CT_Nuoc.Caption = "Nước SX";
     this.Col_CT_Nuoc.Name = "Col_CT_Nuoc";
     this.Col_CT_Nuoc.ToolTip = "Nước sản xuất";
     this.Col_CT_Nuoc.Visible = true;
     this.Col_CT_Nuoc.Width = 52;
     //
     // Col_CT_Ranking
     //
     this.Col_CT_Ranking.Caption = "Ranking";
     this.Col_CT_Ranking.Name = "Col_CT_Ranking";
     this.Col_CT_Ranking.Visible = true;
     this.Col_CT_Ranking.Width = 50;
     //
     // Col_CT_TrongKho
     //
     this.Col_CT_TrongKho.Caption = "Trong kho";
     this.Col_CT_TrongKho.Name = "Col_CT_TrongKho";
     this.Col_CT_TrongKho.Visible = true;
     this.Col_CT_TrongKho.Width = 60;
     //
     // Col_CT_Class
     //
     this.Col_CT_Class.Caption = "Điểm";
     this.Col_CT_Class.Name = "Col_CT_Class";
     this.Col_CT_Class.Visible = true;
     this.Col_CT_Class.Width = 37;
     //
     // Col_CT_NguonTrading
     //
     this.Col_CT_NguonTrading.Caption = "Nguồn trading";
     this.Col_CT_NguonTrading.Name = "Col_CT_NguonTrading";
     this.Col_CT_NguonTrading.Visible = true;
     this.Col_CT_NguonTrading.Width = 80;
     //
     // Col_CT_Period
     //
     this.Col_CT_Period.Caption = "Period";
     this.Col_CT_Period.Name = "Col_CT_Period";
     this.Col_CT_Period.Visible = true;
     this.Col_CT_Period.Width = 42;
     //
     // Col_CT_MoiThiTruong
     //
     this.Col_CT_MoiThiTruong.Caption = "Mới trên thị trường";
     this.Col_CT_MoiThiTruong.Name = "Col_CT_MoiThiTruong";
     this.Col_CT_MoiThiTruong.Visible = true;
     this.Col_CT_MoiThiTruong.Width = 102;
     //
     // Col_CT_CodeCT
     //
     this.Col_CT_CodeCT.Caption = "Code CT";
     this.Col_CT_CodeCT.Name = "Col_CT_CodeCT";
     this.Col_CT_CodeCT.Visible = true;
     //
     // Col_CT_ChanelRight
     //
     this.Col_CT_ChanelRight.Caption = "Channel right";
     this.Col_CT_ChanelRight.Name = "Col_CT_ChanelRight";
     this.Col_CT_ChanelRight.Visible = true;
     this.Col_CT_ChanelRight.Width = 76;
     //
     // Col_CT_DonViCungCap
     //
     this.Col_CT_DonViCungCap.Caption = "Đơn vị cung cấp";
     this.Col_CT_DonViCungCap.Name = "Col_CT_DonViCungCap";
     this.Col_CT_DonViCungCap.Visible = true;
     this.Col_CT_DonViCungCap.Width = 89;
     //
     // Col_CT_DonViHauKy
     //
     this.Col_CT_DonViHauKy.Caption = "Đơn vị hậu kỳ";
     this.Col_CT_DonViHauKy.Name = "Col_CT_DonViHauKy";
     this.Col_CT_DonViHauKy.Visible = true;
     this.Col_CT_DonViHauKy.Width = 142;
     //
     // Col_CT_NamSX
     //
     this.Col_CT_NamSX.Caption = "Năm SX";
     this.Col_CT_NamSX.Name = "Col_CT_NamSX";
     this.Col_CT_NamSX.Visible = true;
     this.Col_CT_NamSX.Width = 48;
     //
     // Col_CT_Script
     //
     this.Col_CT_Script.Caption = "Script";
     this.Col_CT_Script.Name = "Col_CT_Script";
     this.Col_CT_Script.Visible = true;
     this.Col_CT_Script.Width = 39;
     //
     // Col_CT_Photos
     //
     this.Col_CT_Photos.Caption = "Photos";
     this.Col_CT_Photos.Name = "Col_CT_Photos";
     this.Col_CT_Photos.Visible = true;
     this.Col_CT_Photos.Width = 45;
     //
     // Col_CT_TrailerGoc
     //
     this.Col_CT_TrailerGoc.Caption = "Trailer gốc";
     this.Col_CT_TrailerGoc.Name = "Col_CT_TrailerGoc";
     this.Col_CT_TrailerGoc.Visible = true;
     this.Col_CT_TrailerGoc.Width = 62;
     //
     // Col_CT_BanQuyenHetHan
     //
     this.Col_CT_BanQuyenHetHan.Caption = "Hết hạn BQ";
     this.Col_CT_BanQuyenHetHan.Name = "Col_CT_BanQuyenHetHan";
     this.Col_CT_BanQuyenHetHan.ToolTip = "Bản quyền đối tác nước ngoài End (Năm)";
     this.Col_CT_BanQuyenHetHan.Visible = true;
     this.Col_CT_BanQuyenHetHan.Width = 67;
     //
     // Col_CT_BanQuyenThuoc
     //
     this.Col_CT_BanQuyenThuoc.Caption = "Bản quyền thuộc";
     this.Col_CT_BanQuyenThuoc.Name = "Col_CT_BanQuyenThuoc";
     this.Col_CT_BanQuyenThuoc.Visible = true;
     this.Col_CT_BanQuyenThuoc.Width = 93;
     //
     // Col_CT_BanQuyenHTV
     //
     this.Col_CT_BanQuyenHTV.Caption = "Bản quyền HTV";
     this.Col_CT_BanQuyenHTV.Name = "Col_CT_BanQuyenHTV";
     this.Col_CT_BanQuyenHTV.Visible = true;
     this.Col_CT_BanQuyenHTV.Width = 85;
     //
     // Col_CT_BanQuyenDIDStart
     //
     this.Col_CT_BanQuyenDIDStart.Caption = "Bản quyền DTTN Start";
     this.Col_CT_BanQuyenDIDStart.Name = "Col_CT_BanQuyenDIDStart";
     this.Col_CT_BanQuyenDIDStart.ToolTip = "Bản quyền đối tác trong nước Start";
     this.Col_CT_BanQuyenDIDStart.Visible = true;
     this.Col_CT_BanQuyenDIDStart.Width = 119;
     //
     // Col_CT_BanQuyenDIDEnd
     //
     this.Col_CT_BanQuyenDIDEnd.Caption = "Bản quyền DTTN End";
     this.Col_CT_BanQuyenDIDEnd.Name = "Col_CT_BanQuyenDIDEnd";
     this.Col_CT_BanQuyenDIDEnd.ToolTip = "Bản quyền đối tác trong nước End";
     this.Col_CT_BanQuyenDIDEnd.Visible = true;
     this.Col_CT_BanQuyenDIDEnd.Width = 113;
     //
     // Col_CT_BanQuyenDTNNStar
     //
     this.Col_CT_BanQuyenDTNNStar.Caption = "Bản quyền ĐTNN Start";
     this.Col_CT_BanQuyenDTNNStar.Name = "Col_CT_BanQuyenDTNNStar";
     this.Col_CT_BanQuyenDTNNStar.Visible = true;
     this.Col_CT_BanQuyenDTNNStar.Width = 121;
     //
     // Col_CT_BanQuyenDTNNEnd
     //
     this.Col_CT_BanQuyenDTNNEnd.Caption = "Bản quyền ĐTNN End";
     this.Col_CT_BanQuyenDTNNEnd.Name = "Col_CT_BanQuyenDTNNEnd";
     this.Col_CT_BanQuyenDTNNEnd.ToolTip = "Bản quyền đối tác nước ngoài End (Ngày)";
     this.Col_CT_BanQuyenDTNNEnd.Visible = true;
     this.Col_CT_BanQuyenDTNNEnd.Width = 115;
     //
     // Col_CT_NoteBQ
     //
     this.Col_CT_NoteBQ.Caption = "Note bản quyền";
     this.Col_CT_NoteBQ.Name = "Col_CT_NoteBQ";
     this.Col_CT_NoteBQ.Visible = true;
     this.Col_CT_NoteBQ.Width = 89;
     //
     // Col_CT_TongSoRun
     //
     this.Col_CT_TongSoRun.Caption = "Tổng số Run";
     this.Col_CT_TongSoRun.Name = "Col_CT_TongSoRun";
     this.Col_CT_TongSoRun.Visible = true;
     this.Col_CT_TongSoRun.Width = 72;
     //
     // Col_CT_SoLanPhat
     //
     this.Col_CT_SoLanPhat.Caption = "Tồng số lần đã phát (đã Run)";
     this.Col_CT_SoLanPhat.Name = "Col_CT_SoLanPhat";
     this.Col_CT_SoLanPhat.Visible = true;
     this.Col_CT_SoLanPhat.Width = 152;
     //
     // Col_CT_SoRunConLai
     //
     this.Col_CT_SoRunConLai.Caption = "Số Run còn lại";
     this.Col_CT_SoRunConLai.Name = "Col_CT_SoRunConLai";
     this.Col_CT_SoRunConLai.Visible = true;
     this.Col_CT_SoRunConLai.Width = 79;
     //
     // Col_CT_RunThu
     //
     this.Col_CT_RunThu.Caption = "Run thứ";
     this.Col_CT_RunThu.Name = "Col_CT_RunThu";
     this.Col_CT_RunThu.Visible = true;
     this.Col_CT_RunThu.Width = 51;
     //
     // Col_CT_ReleaseDate
     //
     this.Col_CT_ReleaseDate.Caption = "Release date";
     this.Col_CT_ReleaseDate.Name = "Col_CT_ReleaseDate";
     this.Col_CT_ReleaseDate.Visible = true;
     //
     // Col_CT_ReleaseRun
     //
     this.Col_CT_ReleaseRun.Caption = "Release run";
     this.Col_CT_ReleaseRun.Name = "Col_CT_ReleaseRun";
     this.Col_CT_ReleaseRun.Visible = true;
     this.Col_CT_ReleaseRun.Width = 69;
     //
     // Col_CT_ReleaseRule
     //
     this.Col_CT_ReleaseRule.Caption = "Release rule";
     this.Col_CT_ReleaseRule.Name = "Col_CT_ReleaseRule";
     this.Col_CT_ReleaseRule.Visible = true;
     this.Col_CT_ReleaseRule.Width = 71;
     //
     // Col_CT_MuaKem
     //
     this.Col_CT_MuaKem.Caption = "Mua kèm";
     this.Col_CT_MuaKem.Name = "Col_CT_MuaKem";
     this.Col_CT_MuaKem.Visible = true;
     this.Col_CT_MuaKem.Width = 54;
     //
     // Col_CT_GhiChu
     //
     this.Col_CT_GhiChu.Caption = "Ghi chú";
     this.Col_CT_GhiChu.Name = "Col_CT_GhiChu";
     this.Col_CT_GhiChu.Visible = true;
     this.Col_CT_GhiChu.Width = 47;
     //
     // Col_CT_HangSanXuat
     //
     this.Col_CT_HangSanXuat.Caption = "Hãng sản xuất";
     this.Col_CT_HangSanXuat.Name = "Col_CT_HangSanXuat";
     this.Col_CT_HangSanXuat.Visible = true;
     this.Col_CT_HangSanXuat.Width = 82;
     //
     // gridBandFirst
     //
     this.gridBandFirst.Columns.Add(this.Col_CT_Category);
     this.gridBandFirst.Columns.Add(this.Col_CT_NoiDung);
     this.gridBandFirst.Columns.Add(this.Col_CT_TenGoc);
     this.gridBandFirst.Columns.Add(this.Col_CT_TietMuc);
     this.gridBandFirst.Columns.Add(this.Col_CT_PhanLoaiDrama);
     this.gridBandFirst.Columns.Add(this.Col_CT_TimeSlot);
     this.gridBandFirst.Columns.Add(this.Col_CT_TuKhoa);
     this.gridBandFirst.Columns.Add(this.Col_CT_Nuoc);
     this.gridBandFirst.Columns.Add(this.Col_CT_Ranking);
     this.gridBandFirst.Columns.Add(this.Col_CT_TrongKho);
     this.gridBandFirst.Columns.Add(this.Col_CT_Class);
     this.gridBandFirst.Columns.Add(this.Col_CT_NguonTrading);
     this.gridBandFirst.Columns.Add(this.Col_CT_Period);
     this.gridBandFirst.Columns.Add(this.Col_CT_MoiThiTruong);
     this.gridBandFirst.Columns.Add(this.Col_CT_CodeCT);
     this.gridBandFirst.Name = "gridBandFirst";
     this.gridBandFirst.Width = 946;
     //
     // gridBandSecond
     //
     this.gridBandSecond.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandSecond.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandSecond.Columns.Add(this.Col_CT_ChanelRight);
     this.gridBandSecond.Columns.Add(this.Col_CT_DonViCungCap);
     this.gridBandSecond.Columns.Add(this.Col_CT_DonViHauKy);
     this.gridBandSecond.Columns.Add(this.Col_CT_HangSanXuat);
     this.gridBandSecond.Columns.Add(this.Col_CT_NamSX);
     this.gridBandSecond.Columns.Add(this.Col_CT_Script);
     this.gridBandSecond.Columns.Add(this.Col_CT_Photos);
     this.gridBandSecond.Columns.Add(this.Col_CT_TrailerGoc);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenHetHan);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenThuoc);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenHTV);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenDIDStart);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenDIDEnd);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenDTNNStar);
     this.gridBandSecond.Columns.Add(this.Col_CT_BanQuyenDTNNEnd);
     this.gridBandSecond.Columns.Add(this.Col_CT_NoteBQ);
     this.gridBandSecond.Columns.Add(this.Col_CT_TongSoRun);
     this.gridBandSecond.Columns.Add(this.Col_CT_SoLanPhat);
     this.gridBandSecond.Columns.Add(this.Col_CT_SoRunConLai);
     this.gridBandSecond.Columns.Add(this.Col_CT_RunThu);
     this.gridBandSecond.Name = "gridBandSecond";
     this.gridBandSecond.Width = 1739;
     //
     // gridBandInventory
     //
     this.gridBandInventory.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandInventory.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandInventory.Caption = "Inventory";
     this.gridBandInventory.Columns.Add(this.Col_CT_ReleaseDate);
     this.gridBandInventory.Columns.Add(this.Col_CT_ReleaseRun);
     this.gridBandInventory.Columns.Add(this.Col_CT_ReleaseRule);
     this.gridBandInventory.Name = "gridBandInventory";
     this.gridBandInventory.Width = 215;
     //
     // gridBandLast
     //
     this.gridBandLast.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandLast.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandLast.Columns.Add(this.Col_CT_MuaKem);
     this.gridBandLast.Columns.Add(this.Col_CT_GhiChu);
     this.gridBandLast.Name = "gridBandLast";
     this.gridBandLast.Width = 101;
     //
     // gridBandThongTinBan
     //
     this.gridBandThongTinBan.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinBan.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinBan.Caption = "Thông tin bán";
     this.gridBandThongTinBan.Name = "gridBandThongTinBan";
     this.gridBandThongTinBan.OptionsBand.ShowInCustomizationForm = false;
     this.gridBandThongTinBan.Visible = false;
     this.gridBandThongTinBan.Width = 67;
     //
     // FrmChuongTrinhViewQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1147, 545);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FrmChuongTrinhViewQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Hiển thị Library";
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TrongKho)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 17
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmFWFURLBrowser));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iBack = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iForward = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iRefresh = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHome = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iSearch = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iFavorites = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.siFavorites = new DevExpress.XtraBars.BarSubItem();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.siFile = new DevExpress.XtraBars.BarSubItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.eAddress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.iGo = new DevExpress.XtraBars.BarButtonItem();
     this.bar4 = new DevExpress.XtraBars.Bar();
     this.iText = new DevExpress.XtraBars.BarStaticItem();
     this.eProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ctrlFavorites1 = new ctrlFURLFavorites();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.iMedia = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iToolBars = new DevExpress.XtraBars.BarToolbarsListItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
     this.iPaintStyle = new DevExpress.XtraBars.BarSubItem();
     this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO3 = new DevExpress.XtraBars.BarButtonItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.ctrMdiMain = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.ctrMdiMain)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3,
     this.bar4});
     this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
     new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb")),
     new DevExpress.XtraBars.BarManagerCategory("Standard", new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b")),
     new DevExpress.XtraBars.BarManagerCategory("Address", new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d")),
     new DevExpress.XtraBars.BarManagerCategory("StatusBar", new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283")),
     new DevExpress.XtraBars.BarManagerCategory("Items", new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13")),
     new DevExpress.XtraBars.BarManagerCategory("Favorites", new System.Guid("e1ba440c-33dc-4df6-b712-79cdc4dcd983"))});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList2;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siFile,
     this.siFavorites,
     this.iBack,
     this.iForward,
     this.iRefresh,
     this.iHome,
     this.iSearch,
     this.iFavorites,
     this.iMedia,
     this.iEdit,
     this.iGo,
     this.eAddress,
     this.iText,
     this.eProgress,
     this.iToolBars,
     this.iExit,
     this.iAdd,
     this.ipsWXP,
     this.ipsOXP,
     this.ipsO2K,
     this.iPaintStyle,
     this.ipsO3,
     this.ipsDefault});
     this.barManager1.LargeImages = this.imageList1;
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 39;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemProgressBar1});
     this.barManager1.StatusBar = this.bar4;
     //
     // bar1
     //
     this.bar1.BarName = "Standard Buttons";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(48, 104);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.iForward),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHome),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.Text = "Standard Buttons";
     //
     // iBack
     //
     this.iBack.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iBack.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iBack.Enabled = false;
     this.iBack.Hint = "Back";
     this.iBack.Id = 6;
     this.iBack.LargeImageIndex = 0;
     this.iBack.LargeImageIndexDisabled = 12;
     this.iBack.Name = "iBack";
     this.iBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBack_ItemClick);
     //
     // iForward
     //
     this.iForward.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iForward.Enabled = false;
     this.iForward.Hint = "Forward";
     this.iForward.Id = 8;
     this.iForward.LargeImageIndex = 3;
     this.iForward.LargeImageIndexDisabled = 13;
     this.iForward.Name = "iForward";
     this.iForward.ShowCaptionOnBar = false;
     this.iForward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iForward_ItemClick);
     //
     // iRefresh
     //
     this.iRefresh.Caption = "Refresh";
     this.iRefresh.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iRefresh.Hint = "Refresh";
     this.iRefresh.Id = 10;
     this.iRefresh.LargeImageIndex = 9;
     this.iRefresh.Name = "iRefresh";
     this.iRefresh.ShowCaptionOnBar = false;
     this.iRefresh.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
     this.iRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRefresh_ItemClick);
     //
     // iHome
     //
     this.iHome.Caption = "Home";
     this.iHome.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHome.Hint = "Home";
     this.iHome.Id = 11;
     this.iHome.LargeImageIndex = 5;
     this.iHome.Name = "iHome";
     this.iHome.ShowCaptionOnBar = false;
     this.iHome.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing;
     this.iHome.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHome_ItemClick);
     //
     // iSearch
     //
     this.iSearch.Caption = "Tìm FURL";
     this.iSearch.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iSearch.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iSearch.Hint = "Search";
     this.iSearch.Id = 12;
     this.iSearch.LargeImageIndex = 10;
     this.iSearch.Name = "iSearch";
     this.iSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSearch_ItemClick);
     //
     // iFavorites
     //
     this.iFavorites.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.iFavorites.Caption = "Sổ địa chỉ";
     this.iFavorites.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iFavorites.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iFavorites.Down = true;
     this.iFavorites.Hint = "Favorites";
     this.iFavorites.Id = 13;
     this.iFavorites.LargeImageIndex = 2;
     this.iFavorites.Name = "iFavorites";
     this.iFavorites.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFavorites_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "Edit";
     this.iEdit.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iEdit.Hint = "Open Notepad";
     this.iEdit.Id = 19;
     this.iEdit.LargeImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ShowCaptionOnBar = false;
     this.iEdit.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // bar2
     //
     this.bar2.BarItemHorzIndent = 6;
     this.bar2.BarName = "MainMenu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(39, 106);
     this.bar2.FloatSize = new System.Drawing.Size(20, 22);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.siFile)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "MainMenu";
     //
     // siFavorites
     //
     this.siFavorites.Caption = "Sổ địa chỉ";
     this.siFavorites.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFavorites.Id = 3;
     this.siFavorites.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd)});
     this.siFavorites.Name = "siFavorites";
     //
     // iAdd
     //
     this.iAdd.Caption = "Thêm FURL vào sổ";
     this.iAdd.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAdd.Id = 28;
     this.iAdd.Name = "iAdd";
     this.iAdd.OwnFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iAdd.UseOwnFont = true;
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // siFile
     //
     this.siFile.Caption = "Đóng";
     this.siFile.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFile.Id = 0;
     this.siFile.Name = "siFile";
     this.siFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.siFile_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Address Bar";
     this.bar3.DockCol = 1;
     this.bar3.DockRow = 1;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.eAddress),
     new DevExpress.XtraBars.LinkPersistInfo(this.iGo)});
     this.bar3.Offset = 401;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.Text = "Address Bar";
     //
     // eAddress
     //
     this.eAddress.AutoFillWidth = true;
     this.eAddress.Caption = "FURL";
     this.eAddress.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.eAddress.Edit = this.repositoryItemComboBox1;
     this.eAddress.Id = 21;
     this.eAddress.IEBehavior = true;
     this.eAddress.Name = "eAddress";
     this.eAddress.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.eAddress.Width = 400;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AllowFocused = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.CycleOnDblClick = false;
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemComboBox1_KeyDown);
     this.repositoryItemComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemComboBox1_SelectedItemChanged);
     //
     // iGo
     //
     this.iGo.Caption = "Truy cập";
     this.iGo.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.iGo.Glyph = ((System.Drawing.Image)(resources.GetObject("iGo.Glyph")));
     this.iGo.Hint = "Go to ...";
     this.iGo.Id = 20;
     this.iGo.Name = "iGo";
     this.iGo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.iGo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iGo_ItemClick);
     //
     // bar4
     //
     this.bar4.BarName = "Status Bar";
     this.bar4.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar4.DockCol = 0;
     this.bar4.DockRow = 0;
     this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar4.FloatLocation = new System.Drawing.Point(30, 434);
     this.bar4.FloatSize = new System.Drawing.Size(20, 22);
     this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iText),
     new DevExpress.XtraBars.LinkPersistInfo(this.eProgress)});
     this.bar4.OptionsBar.AllowQuickCustomization = false;
     this.bar4.OptionsBar.DrawDragBorder = false;
     this.bar4.OptionsBar.DrawSizeGrip = true;
     this.bar4.OptionsBar.RotateWhenVertical = false;
     this.bar4.OptionsBar.UseWholeRow = true;
     this.bar4.Text = "Status Bar";
     this.bar4.Visible = false;
     //
     // iText
     //
     this.iText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.iText.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.iText.Id = 22;
     this.iText.Name = "iText";
     this.iText.RightIndent = 3;
     this.iText.TextAlignment = System.Drawing.StringAlignment.Near;
     this.iText.Width = 32;
     //
     // eProgress
     //
     this.eProgress.CanOpenEdit = false;
     this.eProgress.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.eProgress.Edit = this.repositoryItemProgressBar1;
     this.eProgress.EditHeight = 10;
     this.eProgress.Id = 24;
     this.eProgress.Name = "eProgress";
     this.eProgress.Width = 70;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.repositoryItemProgressBar1.Appearance.Options.UseBackColor = true;
     this.repositoryItemProgressBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PaintStyleName = "Skin";
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // dockManager1
     //
     this.dockManager1.Controller = this.barAndDockingController1;
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("1734463f-4924-485e-9b75-59ea0e8bfee3");
     this.dockPanel1.Location = new System.Drawing.Point(0, 60);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockBottom = false;
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.FloatOnDblClick = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.Options.ShowMaximizeButton = false;
     this.dockPanel1.Size = new System.Drawing.Size(159, 404);
     this.dockPanel1.Text = "Sổ địa chỉ";
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.ctrlFavorites1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(153, 376);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // ctrlFavorites1
     //
     this.ctrlFavorites1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFavorites1.Location = new System.Drawing.Point(0, 0);
     this.ctrlFavorites1.Name = "ctrlFavorites1";
     this.ctrlFavorites1.Size = new System.Drawing.Size(153, 376);
     this.ctrlFavorites1.TabIndex = 0;
     this.ctrlFavorites1.AddNewFavorite += new System.EventHandler(this.ctrlFavorites1_AddNewFavorite);
     this.ctrlFavorites1.OpenFavorite += new System.EventHandler(this.ctrlFavorites1_OpenFavorite);
     this.ctrlFavorites1.EditFavorite += new System.EventHandler(this.ctrlFavorites1_EditFavorite);
     this.ctrlFavorites1.DeleteFavorite += new System.EventHandler(this.ctrlFavorites1_DeleteFavorite);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     //
     // iMedia
     //
     this.iMedia.Caption = "Media";
     this.iMedia.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iMedia.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMedia.Hint = "Media";
     this.iMedia.Id = 15;
     this.iMedia.LargeImageIndex = 7;
     this.iMedia.Name = "iMedia";
     //
     // iToolBars
     //
     this.iToolBars.Caption = "ToolBarsList";
     this.iToolBars.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.iToolBars.Id = 25;
     this.iToolBars.Name = "iToolBars";
     //
     // iExit
     //
     this.iExit.Caption = "Đóng";
     this.iExit.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iExit.Id = 27;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // ipsWXP
     //
     this.ipsWXP.Caption = "Windows XP";
     this.ipsWXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsWXP.Description = "WindowsXP";
     this.ipsWXP.Id = 32;
     this.ipsWXP.ImageIndex = 4;
     this.ipsWXP.Name = "ipsWXP";
     this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsOXP
     //
     this.ipsOXP.Caption = "Office XP";
     this.ipsOXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsOXP.Description = "OfficeXP";
     this.ipsOXP.Id = 33;
     this.ipsOXP.ImageIndex = 2;
     this.ipsOXP.Name = "ipsOXP";
     this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO2K
     //
     this.ipsO2K.Caption = "Office 2000";
     this.ipsO2K.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO2K.Description = "Office2000";
     this.ipsO2K.Id = 34;
     this.ipsO2K.ImageIndex = 3;
     this.ipsO2K.Name = "ipsO2K";
     this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // iPaintStyle
     //
     this.iPaintStyle.Caption = "Paint Style";
     this.iPaintStyle.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iPaintStyle.Id = 35;
     this.iPaintStyle.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsDefault),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsWXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsOXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsO2K),
     new DevExpress.XtraBars.LinkPersistInfo(this.ipsO3)});
     this.iPaintStyle.Name = "iPaintStyle";
     this.iPaintStyle.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // ipsDefault
     //
     this.ipsDefault.Caption = "Default";
     this.ipsDefault.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsDefault.Description = "Default";
     this.ipsDefault.Id = 37;
     this.ipsDefault.Name = "ipsDefault";
     this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO3
     //
     this.ipsO3.Caption = "Office 2003";
     this.ipsO3.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO3.Description = "Office2003";
     this.ipsO3.Id = 36;
     this.ipsO3.ImageIndex = 5;
     this.ipsO3.Name = "ipsO3";
     this.ipsO3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     //
     // ctrMdiMain
     //
     this.ctrMdiMain.Controller = this.barAndDockingController1;
     this.ctrMdiMain.MdiParent = this;
     this.ctrMdiMain.SelectedPageChanged += new System.EventHandler(this.ctrMdiMain_SelectedPageChanged);
     this.ctrMdiMain.PageRemoved += new DevExpress.XtraTabbedMdi.MdiTabPageEventHandler(this.ctrMdiMain_PageRemoved);
     //
     // frmBrowser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(668, 490);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.IsMdiContainer = true;
     this.Name = "frmBrowser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Trình duyệt FURL";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.ctrMdiMain)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 18
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UCMapControl));
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.hideContainerRight = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockLegend = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.TocControl = new ESRI.ArcGIS.Controls.AxTOCControl();
     this.dockAttribute = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ucAttribute = new Hy.Check.UI.UC.UCAttribute();
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockTree = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.TabCtrl = new DevExpress.XtraTab.XtraTabControl();
     this.TabPageRules = new DevExpress.XtraTab.XtraTabPage();
     this.ucRulesTree = new Hy.Check.UI.UC.UCRulesTree();
     this.TabPageCheckResults = new DevExpress.XtraTab.XtraTabPage();
     this.ucResultsTree = new Hy.Check.UI.UC.UCRulesTree();
     this.dockResults = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ucResult = new Hy.Check.UI.UC.UCResult();
     this.UcMap = new ESRI.ArcGIS.Controls.AxMapControl();
     this.Toolbar = new ESRI.ArcGIS.Controls.AxToolbarControl();
     this.popMenuTOCMap = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barBtnOpenAllLayer = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnCloseAllLayer = new DevExpress.XtraBars.BarButtonItem();
     this.barManager = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.barBtnZoomLayer = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnSetLayerTransparency = new DevExpress.XtraBars.BarButtonItem();
     this.popMenuTOCLayer = new DevExpress.XtraBars.PopupMenu(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.hideContainerRight.SuspendLayout();
     this.dockLegend.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TocControl)).BeginInit();
     this.dockAttribute.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     this.hideContainerLeft.SuspendLayout();
     this.dockTree.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TabCtrl)).BeginInit();
     this.TabCtrl.SuspendLayout();
     this.TabPageRules.SuspendLayout();
     this.TabPageCheckResults.SuspendLayout();
     this.dockResults.SuspendLayout();
     this.dockPanel3_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.UcMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Toolbar)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCMap)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCLayer)).BeginInit();
     this.SuspendLayout();
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerRight,
     this.hideContainerLeft});
     this.dockManager1.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.VS2005;
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockResults});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // hideContainerRight
     //
     this.hideContainerRight.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.hideContainerRight.Controls.Add(this.dockLegend);
     this.hideContainerRight.Controls.Add(this.dockAttribute);
     this.hideContainerRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.hideContainerRight.Location = new System.Drawing.Point(1217, 0);
     this.hideContainerRight.Name = "hideContainerRight";
     this.hideContainerRight.Size = new System.Drawing.Size(20, 757);
     //
     // dockLegend
     //
     this.dockLegend.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockLegend.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockLegend.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockLegend.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockLegend.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockLegend.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockLegend.Controls.Add(this.controlContainer1);
     this.dockLegend.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockLegend.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockLegend.ID = new System.Guid("280b405e-d63e-4014-8cc1-938005165701");
     this.dockLegend.Location = new System.Drawing.Point(0, 0);
     this.dockLegend.Name = "dockLegend";
     this.dockLegend.Options.ShowCloseButton = false;
     this.dockLegend.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockLegend.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockLegend.SavedIndex = 0;
     this.dockLegend.Size = new System.Drawing.Size(233, 757);
     this.dockLegend.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockLegend.Text = "ͼ���б�";
     this.dockLegend.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.TocControl);
     this.controlContainer1.Location = new System.Drawing.Point(3, 29);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(226, 724);
     this.controlContainer1.TabIndex = 0;
     //
     // TocControl
     //
     this.TocControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TocControl.Location = new System.Drawing.Point(0, 0);
     this.TocControl.Name = "TocControl";
     this.TocControl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("TocControl.OcxState")));
     this.TocControl.Size = new System.Drawing.Size(194, 621);
     this.TocControl.TabIndex = 0;
     this.TocControl.OnMouseDown += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnMouseDownEventHandler(this.TocControl_OnMouseDown);
     this.TocControl.OnBeginLabelEdit += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnBeginLabelEditEventHandler(this.TocControl_OnBeginLabelEdit);
     //
     // dockAttribute
     //
     this.dockAttribute.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockAttribute.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockAttribute.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockAttribute.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockAttribute.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockAttribute.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockAttribute.Controls.Add(this.dockPanel2_Container);
     this.dockAttribute.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockAttribute.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockAttribute.ID = new System.Guid("6264ad22-6d72-408c-b7fb-c5cee4aae6df");
     this.dockAttribute.Location = new System.Drawing.Point(0, 0);
     this.dockAttribute.Name = "dockAttribute";
     this.dockAttribute.Options.ShowCloseButton = false;
     this.dockAttribute.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockAttribute.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.dockAttribute.SavedIndex = 1;
     this.dockAttribute.Size = new System.Drawing.Size(233, 757);
     this.dockAttribute.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockAttribute.Text = "����";
     this.dockAttribute.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.ucAttribute);
     this.dockPanel2_Container.Location = new System.Drawing.Point(3, 29);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(226, 724);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // ucAttribute
     //
     this.ucAttribute.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucAttribute.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucAttribute.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucAttribute.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucAttribute.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucAttribute.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucAttribute.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucAttribute.Location = new System.Drawing.Point(0, 0);
     this.ucAttribute.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucAttribute.Name = "ucAttribute";
     this.ucAttribute.Size = new System.Drawing.Size(226, 724);
     this.ucAttribute.TabIndex = 0;
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.hideContainerLeft.Controls.Add(this.dockTree);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 0);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(20, 757);
     //
     // dockTree
     //
     this.dockTree.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockTree.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockTree.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockTree.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockTree.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockTree.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockTree.Controls.Add(this.dockPanel1_Container);
     this.dockTree.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockTree.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockTree.ID = new System.Guid("b316a8e4-7a20-482d-bf9a-1d6cf7e05864");
     this.dockTree.Location = new System.Drawing.Point(0, 0);
     this.dockTree.Name = "dockTree";
     this.dockTree.Options.ShowCloseButton = false;
     this.dockTree.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockTree.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockTree.SavedIndex = 1;
     this.dockTree.Size = new System.Drawing.Size(200, 757);
     this.dockTree.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockTree.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.TabCtrl);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 729);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // TabCtrl
     //
     this.TabCtrl.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.Header.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.HeaderActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.HeaderHotTracked.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.AppearancePage.PageClient.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabCtrl.AppearancePage.PageClient.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabCtrl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.TabCtrl.BorderStylePage = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.TabCtrl.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.Default;
     this.TabCtrl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.TabCtrl.HeaderAutoFill = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.HeaderButtons = DevExpress.XtraTab.TabButtons.Default;
     this.TabCtrl.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.Default;
     this.TabCtrl.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom;
     this.TabCtrl.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Horizontal;
     this.TabCtrl.Location = new System.Drawing.Point(0, 0);
     this.TabCtrl.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.TabCtrl.MultiLine = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.Name = "TabCtrl";
     this.TabCtrl.PageImagePosition = DevExpress.XtraTab.TabPageImagePosition.Near;
     this.TabCtrl.SelectedTabPage = this.TabPageRules;
     this.TabCtrl.ShowHeaderFocus = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
     this.TabCtrl.ShowToolTips = DevExpress.Utils.DefaultBoolean.Default;
     this.TabCtrl.Size = new System.Drawing.Size(194, 729);
     this.TabCtrl.TabIndex = 0;
     this.TabCtrl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.TabPageRules,
     this.TabPageCheckResults});
     //
     // TabPageRules
     //
     this.TabPageRules.Appearance.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.Header.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.Header.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.Header.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.HeaderActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.HeaderActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.HeaderDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.HeaderDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.HeaderHotTracked.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.Appearance.PageClient.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageRules.Appearance.PageClient.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageRules.Appearance.PageClient.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageRules.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TabPageRules.Controls.Add(this.ucRulesTree);
     this.TabPageRules.Name = "TabPageRules";
     this.TabPageRules.ShowCloseButton = DevExpress.Utils.DefaultBoolean.Default;
     this.TabPageRules.Size = new System.Drawing.Size(187, 722);
     this.TabPageRules.Text = "�����б�";
     this.TabPageRules.TooltipIconType = DevExpress.Utils.ToolTipIconType.None;
     //
     // ucRulesTree
     //
     this.ucRulesTree.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucRulesTree.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucRulesTree.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucRulesTree.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucRulesTree.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucRulesTree.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucRulesTree.CurrentSchemaId = null;
     this.ucRulesTree.CurrentTaskName = null;
     this.ucRulesTree.CurrentTemplateRules = null;
     this.ucRulesTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucRulesTree.Location = new System.Drawing.Point(0, 0);
     this.ucRulesTree.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucRulesTree.Name = "ucRulesTree";
     this.ucRulesTree.RulesSelection = null;
     this.ucRulesTree.RuleType = Hy.Check.UI.UC.RuleShowType.DefualtType;
     this.ucRulesTree.ShowRulesCount = true;
     this.ucRulesTree.ShowType = Hy.Check.UI.UC.RuleTreeShowType.ViewRules;
     this.ucRulesTree.Size = new System.Drawing.Size(187, 722);
     this.ucRulesTree.TabIndex = 0;
     //
     // TabPageCheckResults
     //
     this.TabPageCheckResults.Appearance.Header.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.Header.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.Header.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderActive.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.HeaderHotTracked.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.Appearance.PageClient.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.TabPageCheckResults.Appearance.PageClient.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.TabPageCheckResults.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.TabPageCheckResults.Controls.Add(this.ucResultsTree);
     this.TabPageCheckResults.Name = "TabPageCheckResults";
     this.TabPageCheckResults.ShowCloseButton = DevExpress.Utils.DefaultBoolean.Default;
     this.TabPageCheckResults.Size = new System.Drawing.Size(187, 722);
     this.TabPageCheckResults.Text = "�����";
     this.TabPageCheckResults.TooltipIconType = DevExpress.Utils.ToolTipIconType.None;
     //
     // ucResultsTree
     //
     this.ucResultsTree.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucResultsTree.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucResultsTree.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucResultsTree.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucResultsTree.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucResultsTree.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucResultsTree.CurrentSchemaId = null;
     this.ucResultsTree.CurrentTaskName = null;
     this.ucResultsTree.CurrentTemplateRules = null;
     this.ucResultsTree.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucResultsTree.Location = new System.Drawing.Point(0, 0);
     this.ucResultsTree.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucResultsTree.Name = "ucResultsTree";
     this.ucResultsTree.RulesSelection = null;
     this.ucResultsTree.RuleType = Hy.Check.UI.UC.RuleShowType.DefualtType;
     this.ucResultsTree.ShowRulesCount = true;
     this.ucResultsTree.ShowType = Hy.Check.UI.UC.RuleTreeShowType.ViewRuleErrors;
     this.ucResultsTree.Size = new System.Drawing.Size(187, 722);
     this.ucResultsTree.TabIndex = 0;
     //
     // dockResults
     //
     this.dockResults.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.dockResults.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.dockResults.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.dockResults.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.dockResults.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.dockResults.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.dockResults.Controls.Add(this.dockPanel3_Container);
     this.dockResults.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dockResults.DockVertical = DevExpress.Utils.DefaultBoolean.Default;
     this.dockResults.ID = new System.Guid("56e0b7b8-1c85-498a-996b-23fdbb986e26");
     this.dockResults.Location = new System.Drawing.Point(20, 530);
     this.dockResults.Name = "dockResults";
     this.dockResults.Options.ShowCloseButton = false;
     this.dockResults.OriginalSize = new System.Drawing.Size(0, 0);
     this.dockResults.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dockResults.SavedIndex = 0;
     this.dockResults.Size = new System.Drawing.Size(1020, 119);
     this.dockResults.TabsPosition = DevExpress.XtraBars.Docking.TabsPosition.Bottom;
     this.dockResults.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel3_Container
     //
     this.dockPanel3_Container.Controls.Add(this.ucResult);
     this.dockPanel3_Container.Location = new System.Drawing.Point(3, 24);
     this.dockPanel3_Container.Name = "dockPanel3_Container";
     this.dockPanel3_Container.Size = new System.Drawing.Size(1014, 92);
     this.dockPanel3_Container.TabIndex = 0;
     //
     // ucResult
     //
     this.ucResult.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.ucResult.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.ucResult.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.ucResult.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.ucResult.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.ucResult.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.ucResult.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ucResult.Location = new System.Drawing.Point(0, 0);
     this.ucResult.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.ucResult.Name = "ucResult";
     this.ucResult.PageCount = 0;
     this.ucResult.Size = new System.Drawing.Size(1014, 92);
     this.ucResult.TabIndex = 0;
     //
     // UcMap
     //
     this.UcMap.Dock = System.Windows.Forms.DockStyle.Fill;
     this.UcMap.Location = new System.Drawing.Point(20, 0);
     this.UcMap.Name = "UcMap";
     this.UcMap.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("UcMap.OcxState")));
     this.UcMap.Size = new System.Drawing.Size(1197, 757);
     this.UcMap.TabIndex = 3;
     this.UcMap.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.UcMap_OnMouseDown);
     this.UcMap.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.UcMap_OnMouseMove);
     this.UcMap.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.UcMap_OnExtentUpdated);
     this.UcMap.OnKeyDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnKeyDownEventHandler(this.UcMap_OnKeyDown);
     this.UcMap.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.UcMap_OnMapReplaced);
     //
     // Toolbar
     //
     this.Toolbar.Location = new System.Drawing.Point(559, 46);
     this.Toolbar.Name = "Toolbar";
     this.Toolbar.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("Toolbar.OcxState")));
     this.Toolbar.Size = new System.Drawing.Size(265, 28);
     this.Toolbar.TabIndex = 5;
     this.Toolbar.Visible = false;
     //
     // popMenuTOCMap
     //
     this.popMenuTOCMap.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnOpenAllLayer),
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnCloseAllLayer)});
     this.popMenuTOCMap.Manager = this.barManager;
     this.popMenuTOCMap.MenuAppearance.Menu.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.Menu.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuBar.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.MenuCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStrip.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCMap.MenuAppearance.SideStripNonRecent.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCMap.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.Default;
     this.popMenuTOCMap.Name = "popMenuTOCMap";
     //
     // barBtnOpenAllLayer
     //
     this.barBtnOpenAllLayer.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnOpenAllLayer.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnOpenAllLayer.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnOpenAllLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnOpenAllLayer.Caption = "������ͼ��";
     this.barBtnOpenAllLayer.Id = 0;
     this.barBtnOpenAllLayer.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnOpenAllLayer.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnOpenAllLayer.Name = "barBtnOpenAllLayer";
     this.barBtnOpenAllLayer.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnOpenAllLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnOpenAllLayer_ItemClick);
     //
     // barBtnCloseAllLayer
     //
     this.barBtnCloseAllLayer.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnCloseAllLayer.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnCloseAllLayer.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnCloseAllLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnCloseAllLayer.Caption = "�ر�����ͼ��";
     this.barBtnCloseAllLayer.Id = 1;
     this.barBtnCloseAllLayer.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnCloseAllLayer.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnCloseAllLayer.Name = "barBtnCloseAllLayer";
     this.barBtnCloseAllLayer.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnCloseAllLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnCloseAllLayer_ItemClick);
     //
     // barManager
     //
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.DockManager = this.dockManager1;
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barBtnOpenAllLayer,
     this.barBtnCloseAllLayer,
     this.barBtnZoomLayer,
     this.barBtnSetLayerTransparency});
     this.barManager.MaxItemId = 4;
     this.barManager.MdiMenuMergeStyle = DevExpress.XtraBars.BarMdiMenuMergeStyle.Always;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlTop.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlTop.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlTop.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlTop.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlTop.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1237, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlBottom.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlBottom.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlBottom.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlBottom.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlBottom.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 757);
     this.barDockControlBottom.Size = new System.Drawing.Size(1237, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlLeft.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlLeft.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlLeft.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlLeft.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlLeft.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 757);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.barDockControlRight.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.barDockControlRight.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.barDockControlRight.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.barDockControlRight.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.barDockControlRight.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1237, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 757);
     //
     // barBtnZoomLayer
     //
     this.barBtnZoomLayer.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnZoomLayer.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnZoomLayer.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnZoomLayer.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnZoomLayer.Caption = "���ŵ�ͼ��";
     this.barBtnZoomLayer.Id = 2;
     this.barBtnZoomLayer.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnZoomLayer.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnZoomLayer.Name = "barBtnZoomLayer";
     this.barBtnZoomLayer.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnZoomLayer.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnZoomLayer_ItemClick);
     //
     // barBtnSetLayerTransparency
     //
     this.barBtnSetLayerTransparency.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Default;
     this.barBtnSetLayerTransparency.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnSetLayerTransparency.AppearanceDisabled.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.barBtnSetLayerTransparency.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Default;
     this.barBtnSetLayerTransparency.Caption = "����ͼ��͸����";
     this.barBtnSetLayerTransparency.Id = 3;
     this.barBtnSetLayerTransparency.ItemClickFireMode = DevExpress.XtraBars.BarItemEventFireMode.Default;
     this.barBtnSetLayerTransparency.MergeType = DevExpress.XtraBars.BarMenuMerge.Add;
     this.barBtnSetLayerTransparency.Name = "barBtnSetLayerTransparency";
     this.barBtnSetLayerTransparency.Visibility = DevExpress.XtraBars.BarItemVisibility.Always;
     this.barBtnSetLayerTransparency.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSetLayerTransparency_ItemClick);
     //
     // popMenuTOCLayer
     //
     this.popMenuTOCLayer.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnZoomLayer),
     new DevExpress.XtraBars.LinkPersistInfo(this.barBtnSetLayerTransparency)});
     this.popMenuTOCLayer.Manager = this.barManager;
     this.popMenuTOCLayer.MenuAppearance.Menu.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.Menu.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuBar.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.MenuCaption.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStrip.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.popMenuTOCLayer.MenuAppearance.SideStripNonRecent.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.popMenuTOCLayer.MenuDrawMode = DevExpress.XtraBars.MenuDrawMode.Default;
     this.popMenuTOCLayer.Name = "popMenuTOCLayer";
     //
     // UCMapControl
     //
     this.Appearance.GradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Default;
     this.Appearance.TextOptions.HotkeyPrefix = DevExpress.Utils.HKeyPrefix.Default;
     this.Appearance.TextOptions.Trimming = DevExpress.Utils.Trimming.Default;
     this.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Default;
     this.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Default;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.Toolbar);
     this.Controls.Add(this.UcMap);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.hideContainerRight);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.Name = "UCMapControl";
     this.Size = new System.Drawing.Size(1237, 757);
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.hideContainerRight.ResumeLayout(false);
     this.dockLegend.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TocControl)).EndInit();
     this.dockAttribute.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     this.hideContainerLeft.ResumeLayout(false);
     this.dockTree.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TabCtrl)).EndInit();
     this.TabCtrl.ResumeLayout(false);
     this.TabPageRules.ResumeLayout(false);
     this.TabPageCheckResults.ResumeLayout(false);
     this.dockResults.ResumeLayout(false);
     this.dockPanel3_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.UcMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Toolbar)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCMap)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popMenuTOCLayer)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 19
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWebBrowser));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.iBack = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iForward = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iStop = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iRefresh = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHome = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iSearch = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iFavorites = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iHistory = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iMail = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iPrint = new DevExpress.XtraBars.BarLargeButtonItem();
     this.iEdit = new DevExpress.XtraBars.BarLargeButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.siFile = new DevExpress.XtraBars.BarSubItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.iSave = new DevExpress.XtraBars.BarButtonItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.siView = new DevExpress.XtraBars.BarSubItem();
     this.iToolBars = new DevExpress.XtraBars.BarToolbarsListItem();
     this.siFavorites = new DevExpress.XtraBars.BarSubItem();
     this.iAdd = new DevExpress.XtraBars.BarButtonItem();
     this.siHelp = new DevExpress.XtraBars.BarSubItem();
     this.iAbout = new DevExpress.XtraBars.BarButtonItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.eAddress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.iGo = new DevExpress.XtraBars.BarButtonItem();
     this.bar4 = new DevExpress.XtraBars.Bar();
     this.iText = new DevExpress.XtraBars.BarStaticItem();
     this.eProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barAndDockingController1 = new DevExpress.XtraBars.BarAndDockingController(this.components);
     this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
     this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.ctrlFavorites1 = new ctrlFavorites();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.iMedia = new DevExpress.XtraBars.BarLargeButtonItem();
     this.ipsWXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsOXP = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO2K = new DevExpress.XtraBars.BarButtonItem();
     this.ipsO3 = new DevExpress.XtraBars.BarButtonItem();
     this.ipsDefault = new DevExpress.XtraBars.BarButtonItem();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this._Browser = new System.Windows.Forms.WebBrowser();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     this.hideContainerLeft.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3,
     this.bar4});
     this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
     new DevExpress.XtraBars.BarManagerCategory("Built-in Menus", new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb")),
     new DevExpress.XtraBars.BarManagerCategory("Standard", new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b")),
     new DevExpress.XtraBars.BarManagerCategory("Address", new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d")),
     new DevExpress.XtraBars.BarManagerCategory("StatusBar", new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283")),
     new DevExpress.XtraBars.BarManagerCategory("Items", new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13")),
     new DevExpress.XtraBars.BarManagerCategory("Favorites", new System.Guid("e1ba440c-33dc-4df6-b712-79cdc4dcd983"))});
     this.barManager1.Controller = this.barAndDockingController1;
     this.barManager1.DockControls.Add(this.barDockControl1);
     this.barManager1.DockControls.Add(this.barDockControl2);
     this.barManager1.DockControls.Add(this.barDockControl3);
     this.barManager1.DockControls.Add(this.barDockControl4);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList2;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siFile,
     this.siView,
     this.siFavorites,
     this.siHelp,
     this.iBack,
     this.iForward,
     this.iStop,
     this.iRefresh,
     this.iHome,
     this.iSearch,
     this.iFavorites,
     this.iMedia,
     this.iHistory,
     this.iMail,
     this.iPrint,
     this.iEdit,
     this.iGo,
     this.eAddress,
     this.iText,
     this.eProgress,
     this.iToolBars,
     this.iAbout,
     this.iExit,
     this.iAdd,
     this.iOpen,
     this.iSave,
     this.ipsWXP,
     this.ipsOXP,
     this.ipsO2K,
     this.ipsO3,
     this.ipsDefault});
     this.barManager1.LargeImages = this.imageList1;
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 38;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemProgressBar1});
     this.barManager1.StatusBar = this.bar4;
     //
     // bar1
     //
     this.bar1.BarName = "Standard Buttons";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.FloatLocation = new System.Drawing.Point(48, 104);
     this.bar1.FloatSize = new System.Drawing.Size(20, 22);
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iBack),
     new DevExpress.XtraBars.LinkPersistInfo(this.iForward),
     new DevExpress.XtraBars.LinkPersistInfo(this.iStop),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRefresh),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHome),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHistory),
     new DevExpress.XtraBars.LinkPersistInfo(this.iMail, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit)});
     this.bar1.Text = "Standard Buttons";
     //
     // iBack
     //
     this.iBack.Caption = "Back";
     this.iBack.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iBack.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iBack.Enabled = false;
     this.iBack.Hint = "Back";
     this.iBack.Id = 6;
     this.iBack.LargeImageIndex = 0;
     this.iBack.LargeImageIndexDisabled = 12;
     this.iBack.Name = "iBack";
     this.iBack.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iBack_ItemClick);
     //
     // iForward
     //
     this.iForward.Caption = "Forward";
     this.iForward.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iForward.Enabled = false;
     this.iForward.Hint = "Forward";
     this.iForward.Id = 8;
     this.iForward.LargeImageIndex = 3;
     this.iForward.LargeImageIndexDisabled = 13;
     this.iForward.Name = "iForward";
     this.iForward.ShowCaptionOnBar = false;
     this.iForward.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iForward_ItemClick);
     //
     // iStop
     //
     this.iStop.Caption = "Stop";
     this.iStop.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iStop.Hint = "Stop";
     this.iStop.Id = 9;
     this.iStop.LargeImageIndex = 11;
     this.iStop.Name = "iStop";
     this.iStop.ShowCaptionOnBar = false;
     this.iStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iStop_ItemClick);
     //
     // iRefresh
     //
     this.iRefresh.Caption = "Refresh";
     this.iRefresh.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iRefresh.Hint = "Refresh";
     this.iRefresh.Id = 10;
     this.iRefresh.LargeImageIndex = 9;
     this.iRefresh.Name = "iRefresh";
     this.iRefresh.ShowCaptionOnBar = false;
     this.iRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRefresh_ItemClick);
     //
     // iHome
     //
     this.iHome.Caption = "Home";
     this.iHome.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHome.Hint = "Home";
     this.iHome.Id = 11;
     this.iHome.LargeImageIndex = 5;
     this.iHome.Name = "iHome";
     this.iHome.ShowCaptionOnBar = false;
     this.iHome.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHome_ItemClick);
     //
     // iSearch
     //
     this.iSearch.Caption = "Search";
     this.iSearch.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iSearch.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iSearch.Hint = "Search";
     this.iSearch.Id = 12;
     this.iSearch.LargeImageIndex = 10;
     this.iSearch.Name = "iSearch";
     this.iSearch.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSearch_ItemClick);
     //
     // iFavorites
     //
     this.iFavorites.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     this.iFavorites.Caption = "Favorites";
     this.iFavorites.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iFavorites.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iFavorites.Down = true;
     this.iFavorites.Hint = "Favorites";
     this.iFavorites.Id = 13;
     this.iFavorites.LargeImageIndex = 2;
     this.iFavorites.Name = "iFavorites";
     this.iFavorites.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFavorites_ItemClick);
     //
     // iHistory
     //
     this.iHistory.Caption = "History";
     this.iHistory.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iHistory.Enabled = false;
     this.iHistory.Hint = "History";
     this.iHistory.Id = 16;
     this.iHistory.LargeImageIndex = 4;
     this.iHistory.LargeImageIndexDisabled = 14;
     this.iHistory.Name = "iHistory";
     this.iHistory.ShowCaptionOnBar = false;
     //
     // iMail
     //
     this.iMail.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.iMail.Caption = "Mail";
     this.iMail.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMail.Enabled = false;
     this.iMail.Hint = "Mail";
     this.iMail.Id = 17;
     this.iMail.LargeImageIndex = 6;
     this.iMail.LargeImageIndexDisabled = 15;
     this.iMail.Name = "iMail";
     this.iMail.ShowCaptionOnBar = false;
     //
     // iPrint
     //
     this.iPrint.Caption = "&Print...";
     this.iPrint.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iPrint.Hint = "Print";
     this.iPrint.Id = 18;
     this.iPrint.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.iPrint.LargeImageIndex = 8;
     this.iPrint.Name = "iPrint";
     this.iPrint.ShowCaptionOnBar = false;
     this.iPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrint_ItemClick);
     //
     // iEdit
     //
     this.iEdit.Caption = "Edit";
     this.iEdit.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iEdit.Hint = "Open Notepad";
     this.iEdit.Id = 19;
     this.iEdit.LargeImageIndex = 1;
     this.iEdit.Name = "iEdit";
     this.iEdit.ShowCaptionOnBar = false;
     this.iEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_ItemClick);
     //
     // bar2
     //
     this.bar2.BarItemHorzIndent = 6;
     this.bar2.BarName = "MainMenu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(39, 106);
     this.bar2.FloatSize = new System.Drawing.Size(20, 22);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.siView),
     new DevExpress.XtraBars.LinkPersistInfo(this.siFavorites),
     new DevExpress.XtraBars.LinkPersistInfo(this.siHelp)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "MainMenu";
     //
     // siFile
     //
     this.siFile.Caption = "&File";
     this.siFile.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFile.Id = 0;
     this.siFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iExit, true)});
     this.siFile.Name = "siFile";
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open...";
     this.iOpen.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iOpen.Id = 29;
     this.iOpen.ImageIndex = 0;
     this.iOpen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.iOpen.Name = "iOpen";
     this.iOpen.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_ItemClick);
     //
     // iSave
     //
     this.iSave.Caption = "&Save";
     this.iSave.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iSave.Enabled = false;
     this.iSave.Id = 30;
     this.iSave.ImageIndex = 1;
     this.iSave.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.S));
     this.iSave.Name = "iSave";
     //
     // iExit
     //
     this.iExit.Caption = "E&xit";
     this.iExit.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iExit.Id = 27;
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // siView
     //
     this.siView.Caption = "&View";
     this.siView.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siView.Id = 2;
     this.siView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iToolBars)});
     this.siView.Name = "siView";
     //
     // iToolBars
     //
     this.iToolBars.Caption = "ToolBarsList";
     this.iToolBars.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.iToolBars.Id = 25;
     this.iToolBars.Name = "iToolBars";
     //
     // siFavorites
     //
     this.siFavorites.Caption = "F&avorites";
     this.siFavorites.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siFavorites.Id = 3;
     this.siFavorites.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAdd)});
     this.siFavorites.Name = "siFavorites";
     //
     // iAdd
     //
     this.iAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.iAdd.Appearance.Options.UseFont = true;
     this.iAdd.Caption = "Add to Favorites...";
     this.iAdd.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAdd.Id = 28;
     this.iAdd.Name = "iAdd";
     this.iAdd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAdd_ItemClick);
     //
     // siHelp
     //
     this.siHelp.Caption = "&Help";
     this.siHelp.CategoryGuid = new System.Guid("4712321c-b9cd-461f-b453-4a7791063abb");
     this.siHelp.Id = 4;
     this.siHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout)});
     this.siHelp.Name = "siHelp";
     //
     // iAbout
     //
     this.iAbout.Caption = "&About";
     this.iAbout.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.iAbout.Id = 26;
     this.iAbout.Name = "iAbout";
     this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Address Bar";
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 2;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.eAddress),
     new DevExpress.XtraBars.LinkPersistInfo(this.iGo)});
     this.bar3.Text = "Address Bar";
     //
     // eAddress
     //
     this.eAddress.AutoFillWidth = true;
     this.eAddress.Caption = "Addresss";
     this.eAddress.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.eAddress.Edit = this.repositoryItemComboBox1;
     this.eAddress.Id = 21;
     this.eAddress.IEBehavior = true;
     this.eAddress.Name = "eAddress";
     this.eAddress.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.eAddress.Width = 400;
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AllowFocused = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.CycleOnDblClick = false;
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     this.repositoryItemComboBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.repositoryItemComboBox1_KeyDown);
     this.repositoryItemComboBox1.CloseUp += new DevExpress.XtraEditors.Controls.CloseUpEventHandler(this.repositoryItemComboBox1_CloseUp);
     this.repositoryItemComboBox1.SelectedIndexChanged += new System.EventHandler(this.repositoryItemComboBox1_SelectedItemChanged);
     //
     // iGo
     //
     this.iGo.Caption = "Go";
     this.iGo.CategoryGuid = new System.Guid("fb82a187-cdf0-4f39-a566-c00dbaba593d");
     this.iGo.Glyph = ((System.Drawing.Image)(resources.GetObject("iGo.Glyph")));
     this.iGo.Hint = "Go to ...";
     this.iGo.Id = 20;
     this.iGo.Name = "iGo";
     this.iGo.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.iGo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iGo_ItemClick);
     //
     // bar4
     //
     this.bar4.BarName = "Status Bar";
     this.bar4.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar4.DockCol = 0;
     this.bar4.DockRow = 0;
     this.bar4.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar4.FloatLocation = new System.Drawing.Point(30, 434);
     this.bar4.FloatSize = new System.Drawing.Size(20, 22);
     this.bar4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iText),
     new DevExpress.XtraBars.LinkPersistInfo(this.eProgress)});
     this.bar4.OptionsBar.AllowQuickCustomization = false;
     this.bar4.OptionsBar.DrawDragBorder = false;
     this.bar4.OptionsBar.DrawSizeGrip = true;
     this.bar4.OptionsBar.RotateWhenVertical = false;
     this.bar4.OptionsBar.UseWholeRow = true;
     this.bar4.Text = "Status Bar";
     //
     // iText
     //
     this.iText.AutoSize = DevExpress.XtraBars.BarStaticItemSize.Spring;
     this.iText.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.iText.Id = 22;
     this.iText.Name = "iText";
     this.iText.RightIndent = 3;
     this.iText.TextAlignment = System.Drawing.StringAlignment.Near;
     this.iText.Width = 32;
     //
     // eProgress
     //
     this.eProgress.CanOpenEdit = false;
     this.eProgress.CategoryGuid = new System.Guid("2ca54f89-3af6-4cbb-93d8-4a4a9387f283");
     this.eProgress.Edit = this.repositoryItemProgressBar1;
     this.eProgress.EditHeight = 10;
     this.eProgress.Id = 24;
     this.eProgress.Name = "eProgress";
     this.eProgress.Width = 70;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Appearance.BackColor = System.Drawing.SystemColors.Control;
     this.repositoryItemProgressBar1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     //
     // barAndDockingController1
     //
     this.barAndDockingController1.PaintStyleName = "Skin";
     this.barAndDockingController1.PropertiesBar.AllowLinkLighting = false;
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerLeft});
     this.dockManager1.Controller = this.barAndDockingController1;
     this.dockManager1.Form = this;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("1734463f-4924-485e-9b75-59ea0e8bfee3");
     this.dockPanel1.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.SavedIndex = 0;
     this.dockPanel1.Size = new System.Drawing.Size(200, 377);
     this.dockPanel1.Text = "Favorites";
     this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.ctrlFavorites1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 349);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // ctrlFavorites1
     //
     this.ctrlFavorites1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.ctrlFavorites1.Location = new System.Drawing.Point(0, 0);
     this.ctrlFavorites1.Name = "ctrlFavorites1";
     this.ctrlFavorites1.Size = new System.Drawing.Size(194, 349);
     this.ctrlFavorites1.TabIndex = 0;
     this.ctrlFavorites1.AddNewFavorite += new System.EventHandler(this.ctrlFavorites1_AddNewFavorite);
     this.ctrlFavorites1.OpenFavorite += new System.EventHandler(this.ctrlFavorites1_OpenFavorite);
     this.ctrlFavorites1.EditFavorite += new System.EventHandler(this.ctrlFavorites1_EditFavorite);
     this.ctrlFavorites1.DeleteFavorite += new System.EventHandler(this.ctrlFavorites1_DeleteFavorite);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList2.Images.SetKeyName(0, "");
     this.imageList2.Images.SetKeyName(1, "");
     this.imageList2.Images.SetKeyName(2, "");
     this.imageList2.Images.SetKeyName(3, "");
     this.imageList2.Images.SetKeyName(4, "");
     this.imageList2.Images.SetKeyName(5, "");
     //
     // iMedia
     //
     this.iMedia.Caption = "Media";
     this.iMedia.CaptionAlignment = DevExpress.XtraBars.BarItemCaptionAlignment.Right;
     this.iMedia.CategoryGuid = new System.Guid("8e707040-b093-4d7e-8f27-277ae2456d3b");
     this.iMedia.Hint = "Media";
     this.iMedia.Id = 15;
     this.iMedia.LargeImageIndex = 7;
     this.iMedia.Name = "iMedia";
     //
     // ipsWXP
     //
     this.ipsWXP.Caption = "Windows XP";
     this.ipsWXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsWXP.Description = "WindowsXP";
     this.ipsWXP.Id = 32;
     this.ipsWXP.ImageIndex = 4;
     this.ipsWXP.Name = "ipsWXP";
     this.ipsWXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsOXP
     //
     this.ipsOXP.Caption = "Office XP";
     this.ipsOXP.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsOXP.Description = "OfficeXP";
     this.ipsOXP.Id = 33;
     this.ipsOXP.ImageIndex = 2;
     this.ipsOXP.Name = "ipsOXP";
     this.ipsOXP.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO2K
     //
     this.ipsO2K.Caption = "Office 2000";
     this.ipsO2K.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO2K.Description = "Office2000";
     this.ipsO2K.Id = 34;
     this.ipsO2K.ImageIndex = 3;
     this.ipsO2K.Name = "ipsO2K";
     this.ipsO2K.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsO3
     //
     this.ipsO3.Caption = "Office 2003";
     this.ipsO3.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsO3.Description = "Office2003";
     this.ipsO3.Id = 36;
     this.ipsO3.ImageIndex = 5;
     this.ipsO3.Name = "ipsO3";
     this.ipsO3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // ipsDefault
     //
     this.ipsDefault.Caption = "Default";
     this.ipsDefault.CategoryGuid = new System.Guid("b086ef9d-c758-46ba-a35f-058eada7ad13");
     this.ipsDefault.Description = "Default";
     this.ipsDefault.Id = 37;
     this.ipsDefault.Name = "ipsDefault";
     this.ipsDefault.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.ips_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     this.imageList1.Images.SetKeyName(7, "");
     this.imageList1.Images.SetKeyName(8, "");
     this.imageList1.Images.SetKeyName(9, "");
     this.imageList1.Images.SetKeyName(10, "");
     this.imageList1.Images.SetKeyName(11, "");
     this.imageList1.Images.SetKeyName(12, "");
     this.imageList1.Images.SetKeyName(13, "");
     this.imageList1.Images.SetKeyName(14, "");
     this.imageList1.Images.SetKeyName(15, "");
     //
     // webBrowser1
     //
     this._Browser.Dock = System.Windows.Forms.DockStyle.Fill;
     this._Browser.Location = new System.Drawing.Point(19, 90);
     this._Browser.Name = "webBrowser1";
     this._Browser.Size = new System.Drawing.Size(785, 377);
     this._Browser.TabIndex = 4;
     this._Browser.ProgressChanged += new System.Windows.Forms.WebBrowserProgressChangedEventHandler(this.webBrowser1_ProgressChanged);
     this._Browser.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
     this._Browser.Navigated += new System.Windows.Forms.WebBrowserNavigatedEventHandler(this.webBrowser1_Navigated);
     //
     // timer1
     //
     this.timer1.Enabled = true;
     this.timer1.Interval = 200;
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.Controls.Add(this.dockPanel1);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 90);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(19, 377);
     //
     // frmWebBrowser
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(804, 490);
     this.Controls.Add(this._Browser);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.barDockControl3);
     this.Controls.Add(this.barDockControl4);
     this.Controls.Add(this.barDockControl2);
     this.Controls.Add(this.barDockControl1);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmWebBrowser";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Web Browser";
     this.Load += new System.EventHandler(this.frmMain_Load);
     this.Closing += new System.ComponentModel.CancelEventHandler(this.frmMain_Closing);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barAndDockingController1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     this.hideContainerLeft.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_Main));
     this.barManager = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.iFullScreen = new DevExpress.XtraBars.BarCheckItem();
     this.iProgSettings = new DevExpress.XtraBars.BarButtonItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.mHelp = new DevExpress.XtraBars.BarSubItem();
     this.iAbout = new DevExpress.XtraBars.BarButtonItem();
     this.iHomePage = new DevExpress.XtraBars.BarButtonItem();
     this.iSupportPage = new DevExpress.XtraBars.BarButtonItem();
     this.iCheckUpdates = new DevExpress.XtraBars.BarButtonItem();
     this.iPlayBack2 = new DevExpress.XtraBars.BarButtonItem();
     this.iEQ_Open2 = new DevExpress.XtraBars.BarButtonItem();
     this.iPause_Logo = new DevExpress.XtraBars.BarButtonItem();
     this.iOpen_PlayList = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_Text_Data = new DevExpress.XtraBars.BarButtonItem();
     this.iTagsEditor = new DevExpress.XtraBars.BarButtonItem();
     this.iToggle_PL_Show = new DevExpress.XtraBars.BarButtonItem();
     this.iPList_Width = new DevExpress.XtraBars.BarCheckItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.imageCollection_16 = new DevExpress.Utils.ImageCollection(this.components);
     this.mFile = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.iClose = new DevExpress.XtraBars.BarButtonItem();
     this.iNew = new DevExpress.XtraBars.BarButtonItem();
     this.iSave = new DevExpress.XtraBars.BarButtonItem();
     this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
     this.barToolbarsListItem1 = new DevExpress.XtraBars.BarToolbarsListItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barToolbarsListItem2 = new DevExpress.XtraBars.BarToolbarsListItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.im_Open_PM_List = new DevExpress.XtraBars.BarButtonItem();
     this.im_Open_PP_List = new DevExpress.XtraBars.BarButtonItem();
     this.iPlay = new DevExpress.XtraBars.BarButtonItem();
     this.iPause = new DevExpress.XtraBars.BarButtonItem();
     this.iStop = new DevExpress.XtraBars.BarButtonItem();
     this.iOpen_PlayList2 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.iSave_PlayList_AS = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.iClear_PlayList = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_AddMuzFolder = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_AddMuzFile = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_AddTextFile = new DevExpress.XtraBars.BarButtonItem();
     this.iSave_PlayList = new DevExpress.XtraBars.BarButtonItem();
     this.iAbout2 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
     this.iTime_Inverse_Check = new DevExpress.XtraBars.BarCheckItem();
     this.iCheck_AutoScrollText = new DevExpress.XtraBars.BarCheckItem();
     this.iCheck_Exists_Files = new DevExpress.XtraBars.BarCheckItem();
     this.iCheck_Tags_Files = new DevExpress.XtraBars.BarCheckItem();
     this.iRepeat_Check = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
     this.si_Shortcut_Commands = new DevExpress.XtraBars.BarSubItem();
     this.iNext_Track = new DevExpress.XtraBars.BarButtonItem();
     this.iPrev_Track = new DevExpress.XtraBars.BarButtonItem();
     this.iNext_PlayList = new DevExpress.XtraBars.BarButtonItem();
     this.iPrev_PlayList = new DevExpress.XtraBars.BarButtonItem();
     this.iNext_Text = new DevExpress.XtraBars.BarButtonItem();
     this.iPrev_Text = new DevExpress.XtraBars.BarButtonItem();
     this.iHotFader = new DevExpress.XtraBars.BarButtonItem();
     this.iFindFilter = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
     this.iFaider_Check = new DevExpress.XtraBars.BarCheckItem();
     this.barSubItem5 = new DevExpress.XtraBars.BarSubItem();
     this.iEdit_DelMuzFile = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_Tags = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_DelTextFile = new DevExpress.XtraBars.BarButtonItem();
     this.iEdit_EditTextFile = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem6 = new DevExpress.XtraBars.BarSubItem();
     this.iPlayBack_Check = new DevExpress.XtraBars.BarCheckItem();
     this.iEQ_Open_Check = new DevExpress.XtraBars.BarCheckItem();
     this.iFind2 = new DevExpress.XtraBars.BarButtonItem();
     this.iShowExplorer_Mp3File = new DevExpress.XtraBars.BarButtonItem();
     this.iShowExplorer_TextFile = new DevExpress.XtraBars.BarButtonItem();
     this.iClose_PlayList = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.panelControl_Right = new DevExpress.XtraEditors.PanelControl();
     this.panelControl_PlayList = new DevExpress.XtraEditors.PanelControl();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl_lists = new DevExpress.XtraEditors.PanelControl();
     this.xTabCtrl_PlayLists = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl_Hot_PL = new DevExpress.XtraEditors.PanelControl();
     this.panelControl_PlayBack = new DevExpress.XtraEditors.PanelControl();
     this.textEdit_FadeTime = new DevExpress.XtraEditors.TextEdit();
     this.toolTipController = new DevExpress.Utils.ToolTipController(this.components);
     this.sbt_FadeTime_Up = new DevExpress.XtraEditors.SimpleButton();
     this.imageList_32 = new System.Windows.Forms.ImageList(this.components);
     this.sbt_FadeTime_Down = new DevExpress.XtraEditors.SimpleButton();
     this.sbtn_Repeat = new DevExpress.XtraEditors.SimpleButton();
     this.imageCollection_30 = new DevExpress.Utils.ImageCollection(this.components);
     this.sbtn_FadeNow = new DevExpress.XtraEditors.SimpleButton();
     this.sbtn_Pause = new DevExpress.XtraEditors.SimpleButton();
     this.sbtn_Stop = new DevExpress.XtraEditors.SimpleButton();
     this.progressBarControl_PlayPosition = new DevExpress.XtraEditors.ProgressBarControl();
     this.panelControl_PlayInfo = new DevExpress.XtraEditors.PanelControl();
     this.pbc_analizer_L = new DevExpress.XtraEditors.ProgressBarControl();
     this.pbc_analizer_R = new DevExpress.XtraEditors.ProgressBarControl();
     this.sbt_status_plist = new DevExpress.XtraEditors.SimpleButton();
     this.imageCollection_20 = new DevExpress.Utils.ImageCollection(this.components);
     this.sbt_status_play = new DevExpress.XtraEditors.SimpleButton();
     this.lbc_time_minus = new DevExpress.XtraEditors.LabelControl();
     this.Label_InfoLine = new DevExpress.XtraEditors.LabelControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.lbc_time_back = new DevExpress.XtraEditors.LabelControl();
     this.lbc_time = new DevExpress.XtraEditors.LabelControl();
     this.popup_MainMenu = new DevExpress.XtraBars.PopupMenu(this.components);
     this.splitterControl = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl_Left = new DevExpress.XtraEditors.PanelControl();
     this.RTBox_TextFile = new System.Windows.Forms.RichTextBox();
     this.panelControl_EQ = new DevExpress.XtraEditors.GroupControl();
     this.Pic_Logo = new DevExpress.XtraEditors.PictureEdit();
     this.panelControl_TextEditor = new DevExpress.XtraEditors.PanelControl();
     this.panelControl_All = new DevExpress.XtraEditors.PanelControl();
     this.folderBrowserDialog = new System.Windows.Forms.FolderBrowserDialog();
     this.timer_playng = new System.Windows.Forms.Timer(this.components);
     this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
     this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
     this.timer_peaklevel = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_16)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_Right)).BeginInit();
     this.panelControl_Right.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_PlayList)).BeginInit();
     this.panelControl_PlayList.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_lists)).BeginInit();
     this.panelControl_lists.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xTabCtrl_PlayLists)).BeginInit();
     this.xTabCtrl_PlayLists.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_Hot_PL)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_PlayBack)).BeginInit();
     this.panelControl_PlayBack.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_FadeTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_30)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl_PlayPosition.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_PlayInfo)).BeginInit();
     this.panelControl_PlayInfo.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pbc_analizer_L.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbc_analizer_R.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_20)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popup_MainMenu)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_Left)).BeginInit();
     this.panelControl_Left.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_EQ)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pic_Logo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_TextEditor)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_All)).BeginInit();
     this.panelControl_All.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2});
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.DockManager = this.dockManager1;
     this.barManager.Form = this;
     this.barManager.Images = this.imageCollection_16;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.mFile,
     this.barButtonItem2,
     this.iOpen,
     this.iClose,
     this.iNew,
     this.iSave,
     this.iSaveAs,
     this.iExit,
     this.mHelp,
     this.iAbout,
     this.iFullScreen,
     this.barSubItem1,
     this.barToolbarsListItem1,
     this.barSubItem2,
     this.barToolbarsListItem2,
     this.barCheckItem1,
     this.im_Open_PM_List,
     this.im_Open_PP_List,
     this.iPlayBack2,
     this.iEQ_Open2,
     this.iOpen_PlayList,
     this.iPlay,
     this.iPause,
     this.iStop,
     this.iOpen_PlayList2,
     this.barSubItem3,
     this.iSave_PlayList_AS,
     this.barButtonItem7,
     this.barButtonItem8,
     this.iClear_PlayList,
     this.iEdit_AddMuzFolder,
     this.iEdit_AddMuzFile,
     this.iEdit_AddTextFile,
     this.iSave_PlayList,
     this.iAbout2,
     this.barSubItem4,
     this.iCheck_Exists_Files,
     this.iTime_Inverse_Check,
     this.barButtonItem18,
     this.si_Shortcut_Commands,
     this.iNext_Track,
     this.iPrev_Track,
     this.iNext_PlayList,
     this.iPrev_PlayList,
     this.iNext_Text,
     this.iPrev_Text,
     this.barButtonItem19,
     this.iRepeat_Check,
     this.iFaider_Check,
     this.barSubItem5,
     this.barSubItem6,
     this.iEQ_Open_Check,
     this.iPlayBack_Check,
     this.iFind2,
     this.iClose_PlayList,
     this.iEdit_DelMuzFile,
     this.iEdit_DelTextFile,
     this.iCheck_AutoScrollText,
     this.iHotFader,
     this.iProgSettings,
     this.iTagsEditor,
     this.iPause_Logo,
     this.iEdit_Tags,
     this.iCheck_Tags_Files,
     this.iEdit_Text_Data,
     this.iEdit_EditTextFile,
     this.iToggle_PL_Show,
     this.iCheckUpdates,
     this.iFindFilter,
     this.iPList_Width,
     this.iHomePage,
     this.iSupportPage,
     this.iShowExplorer_Mp3File,
     this.iShowExplorer_TextFile});
     this.barManager.MainMenu = this.bar2;
     this.barManager.MaxItemId = 89;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     //
     // bar2
     //
     this.bar2.BarName = "Главное меню";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Right;
     this.bar2.FloatLocation = new System.Drawing.Point(1172, 199);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.mHelp),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPlayBack2, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEQ_Open2),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPause_Logo),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen_PlayList, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_Text_Data),
     new DevExpress.XtraBars.LinkPersistInfo(this.iTagsEditor),
     new DevExpress.XtraBars.LinkPersistInfo(this.iToggle_PL_Show, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPList_Width)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DisableClose = true;
     this.bar2.OptionsBar.DrawBorder = false;
     this.bar2.Text = "Главное меню";
     //
     // barSubItem1
     //
     this.barSubItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.barSubItem1.Caption = "Вид";
     this.barSubItem1.Id = 13;
     this.barSubItem1.ImageIndex = 16;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iFullScreen),
     new DevExpress.XtraBars.LinkPersistInfo(this.iProgSettings),
     new DevExpress.XtraBars.LinkPersistInfo(this.iExit, true)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     //
     // iFullScreen
     //
     this.iFullScreen.Caption = "Развернуть на весь экран";
     this.iFullScreen.Id = 18;
     this.iFullScreen.ImageIndex = 14;
     this.iFullScreen.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Space));
     this.iFullScreen.Name = "iFullScreen";
     this.iFullScreen.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.iFullScreen_CheckedChanged);
     //
     // iProgSettings
     //
     this.iProgSettings.Caption = "Настройки плеера";
     this.iProgSettings.Id = 72;
     this.iProgSettings.ImageIndex = 13;
     this.iProgSettings.Name = "iProgSettings";
     this.iProgSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iProgSettings_ItemClick);
     //
     // iExit
     //
     this.iExit.Caption = "Выход";
     this.iExit.Id = 9;
     this.iExit.ImageIndex = 25;
     this.iExit.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Alt | System.Windows.Forms.Keys.F4));
     this.iExit.Name = "iExit";
     this.iExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iExit_ItemClick);
     //
     // mHelp
     //
     this.mHelp.Border = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.mHelp.Caption = "Инфо";
     this.mHelp.Id = 10;
     this.mHelp.ImageIndex = 12;
     this.mHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHomePage, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSupportPage),
     new DevExpress.XtraBars.LinkPersistInfo(this.iCheckUpdates, true)});
     this.mHelp.Name = "mHelp";
     this.mHelp.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     //
     // iAbout
     //
     this.iAbout.Caption = "О программе";
     this.iAbout.Id = 11;
     this.iAbout.ImageIndex = 3;
     this.iAbout.Name = "iAbout";
     this.iAbout.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
     //
     // iHomePage
     //
     this.iHomePage.Caption = "Домашняя страница";
     this.iHomePage.Description = "Перейти на сайт программы";
     this.iHomePage.Id = 85;
     this.iHomePage.ImageIndex = 27;
     this.iHomePage.Name = "iHomePage";
     this.iHomePage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHomePage_ItemClick);
     //
     // iSupportPage
     //
     this.iSupportPage.Caption = "Поддержка";
     this.iSupportPage.Description = "Сообщить об ошибке";
     this.iSupportPage.Id = 86;
     this.iSupportPage.ImageIndex = 28;
     this.iSupportPage.Name = "iSupportPage";
     this.iSupportPage.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSupportPage_ItemClick);
     //
     // iCheckUpdates
     //
     this.iCheckUpdates.Caption = "Проверка обновления";
     this.iCheckUpdates.Id = 81;
     this.iCheckUpdates.ImageIndex = 26;
     this.iCheckUpdates.Name = "iCheckUpdates";
     this.iCheckUpdates.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCheckUpdates_ItemClick);
     //
     // iPlayBack2
     //
     this.iPlayBack2.Caption = "Управление треком";
     this.iPlayBack2.Id = 24;
     this.iPlayBack2.ImageIndex = 17;
     this.iPlayBack2.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.iPlayBack2.Name = "iPlayBack2";
     this.iPlayBack2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPlayBack_ItemClick);
     //
     // iEQ_Open2
     //
     this.iEQ_Open2.Caption = "Эквалайзер";
     this.iEQ_Open2.Id = 26;
     this.iEQ_Open2.ImageIndex = 18;
     this.iEQ_Open2.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q));
     this.iEQ_Open2.Name = "iEQ_Open2";
     this.iEQ_Open2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEQ_Open_ItemClick);
     //
     // iPause_Logo
     //
     this.iPause_Logo.Caption = "Заставка (вкл/выкл)";
     this.iPause_Logo.Id = 74;
     this.iPause_Logo.ImageIndex = 20;
     this.iPause_Logo.Name = "iPause_Logo";
     this.iPause_Logo.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPause_Logo_ItemClick);
     //
     // iOpen_PlayList
     //
     this.iOpen_PlayList.Caption = "Загрузить Плейлист";
     this.iOpen_PlayList.Id = 28;
     this.iOpen_PlayList.ImageIndex = 31;
     this.iOpen_PlayList.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.O));
     this.iOpen_PlayList.Name = "iOpen_PlayList";
     this.iOpen_PlayList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_PlayList_ItemClick);
     //
     // iEdit_Text_Data
     //
     this.iEdit_Text_Data.Caption = "Редактор Текста";
     this.iEdit_Text_Data.Id = 78;
     this.iEdit_Text_Data.ImageIndex = 21;
     this.iEdit_Text_Data.Name = "iEdit_Text_Data";
     this.iEdit_Text_Data.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_Text_Data_ItemClick);
     //
     // iTagsEditor
     //
     this.iTagsEditor.Caption = "Редактор Тэгов";
     this.iTagsEditor.Hint = "Редактор тэгов трека (F2)";
     this.iTagsEditor.Id = 73;
     this.iTagsEditor.ImageIndex = 4;
     this.iTagsEditor.Name = "iTagsEditor";
     this.iTagsEditor.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iTagsEditor_ItemClick);
     //
     // iToggle_PL_Show
     //
     this.iToggle_PL_Show.Caption = "Горячий список";
     this.iToggle_PL_Show.Id = 80;
     this.iToggle_PL_Show.ImageIndex = 23;
     this.iToggle_PL_Show.Name = "iToggle_PL_Show";
     this.iToggle_PL_Show.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iToggle_PL_Show_ItemClick);
     //
     // iPList_Width
     //
     this.iPList_Width.Caption = "Расширение списка";
     this.iPList_Width.Id = 84;
     this.iPList_Width.ImageIndex = 32;
     this.iPList_Width.Name = "iPList_Width";
     this.iPList_Width.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.iPList_Width_CheckedChanged);
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.barDockControlTop.Size = new System.Drawing.Size(1025, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 535);
     this.barDockControlBottom.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.barDockControlBottom.Size = new System.Drawing.Size(1025, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 535);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(989, 0);
     this.barDockControlRight.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.barDockControlRight.Size = new System.Drawing.Size(36, 535);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.MenuManager = this.barManager;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // imageCollection_16
     //
     this.imageCollection_16.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection_16.ImageStream")));
     this.imageCollection_16.Images.SetKeyName(0, "Copy_ClipAll.png");
     this.imageCollection_16.Images.SetKeyName(1, "Keyboard Shortcuts.gif");
     this.imageCollection_16.Images.SetKeyName(2, "pc_one.bmp");
     this.imageCollection_16.Images.SetKeyName(3, "info.png");
     this.imageCollection_16.Images.SetKeyName(4, "Edit_Catch.png");
     this.imageCollection_16.Images.SetKeyName(5, "App_Close.bmp");
     this.imageCollection_16.Images.SetKeyName(6, "See3.bmp");
     this.imageCollection_16.Images.SetKeyName(7, "Folder.bmp");
     this.imageCollection_16.Images.SetKeyName(8, "Ord_Editing4.png");
     this.imageCollection_16.Images.SetKeyName(9, "See_Hide.png");
     this.imageCollection_16.Images.SetKeyName(10, "See_Hide2.png");
     this.imageCollection_16.Images.SetKeyName(11, "See_Show.png");
     this.imageCollection_16.Images.SetKeyName(12, "info.png");
     this.imageCollection_16.Images.SetKeyName(13, "settings.png");
     this.imageCollection_16.Images.SetKeyName(14, "FullScreen.png");
     this.imageCollection_16.Images.SetKeyName(15, "Tools.png");
     this.imageCollection_16.Images.SetKeyName(16, "Tools2.png");
     this.imageCollection_16.Images.SetKeyName(17, "Tools_Play3.png");
     this.imageCollection_16.Images.SetKeyName(18, "Tools_eq.png");
     this.imageCollection_16.Images.SetKeyName(19, "Main_menu.png");
     this.imageCollection_16.Images.SetKeyName(20, "logo2.png");
     this.imageCollection_16.Images.SetKeyName(21, "Edit_Edit.png");
     this.imageCollection_16.Images.SetKeyName(22, "Edit_Edit3.png");
     this.imageCollection_16.Images.SetKeyName(23, "rotate.png");
     this.imageCollection_16.Images.SetKeyName(24, "Tab_Docs.png");
     this.imageCollection_16.Images.SetKeyName(25, "close.png");
     this.imageCollection_16.Images.SetKeyName(26, "update.png");
     this.imageCollection_16.Images.SetKeyName(27, "Home.png");
     this.imageCollection_16.Images.SetKeyName(28, "support3.png");
     this.imageCollection_16.Images.SetKeyName(29, "support2.png");
     this.imageCollection_16.Images.SetKeyName(30, "support4.png");
     this.imageCollection_16.Images.SetKeyName(31, "open.png");
     this.imageCollection_16.Images.SetKeyName(32, "double.png");
     //
     // mFile
     //
     this.mFile.Border = DevExpress.XtraEditors.Controls.BorderStyles.Default;
     this.mFile.Caption = "Файл";
     this.mFile.Id = 0;
     this.mFile.ImageIndex = 19;
     this.mFile.Name = "mFile";
     this.mFile.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionInMenu;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "Open";
     this.barButtonItem2.Id = 2;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open";
     this.iOpen.Id = 4;
     this.iOpen.Name = "iOpen";
     //
     // iClose
     //
     this.iClose.Caption = "&Close";
     this.iClose.Id = 5;
     this.iClose.Name = "iClose";
     //
     // iNew
     //
     this.iNew.Caption = "&New";
     this.iNew.Id = 6;
     this.iNew.Name = "iNew";
     //
     // iSave
     //
     this.iSave.Caption = "&Save";
     this.iSave.Id = 7;
     this.iSave.Name = "iSave";
     //
     // iSaveAs
     //
     this.iSaveAs.Caption = "Save &As";
     this.iSaveAs.Id = 8;
     this.iSaveAs.Name = "iSaveAs";
     //
     // barToolbarsListItem1
     //
     this.barToolbarsListItem1.Caption = "Ntcn";
     this.barToolbarsListItem1.Id = 14;
     this.barToolbarsListItem1.Name = "barToolbarsListItem1";
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "Размер";
     this.barSubItem2.Id = 15;
     this.barSubItem2.Name = "barSubItem2";
     //
     // barToolbarsListItem2
     //
     this.barToolbarsListItem2.Caption = "Полный экран (с треем)";
     this.barToolbarsListItem2.Id = 16;
     this.barToolbarsListItem2.Name = "barToolbarsListItem2";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "Полный экран";
     this.barCheckItem1.Id = 17;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // im_Open_PM_List
     //
     this.im_Open_PM_List.Caption = "Плейлист (Parnas Machine)";
     this.im_Open_PM_List.Id = 20;
     this.im_Open_PM_List.Name = "im_Open_PM_List";
     //
     // im_Open_PP_List
     //
     this.im_Open_PP_List.Caption = "Плейлист";
     this.im_Open_PP_List.Id = 21;
     this.im_Open_PP_List.Name = "im_Open_PP_List";
     //
     // iPlay
     //
     this.iPlay.Caption = "Играть";
     this.iPlay.Id = 29;
     this.iPlay.Name = "iPlay";
     this.iPlay.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPlay_ItemClick);
     //
     // iPause
     //
     this.iPause.Caption = "Пауза";
     this.iPause.Id = 30;
     this.iPause.Name = "iPause";
     this.iPause.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPause_ItemClick);
     //
     // iStop
     //
     this.iStop.Caption = "Стоп";
     this.iStop.Id = 31;
     this.iStop.Name = "iStop";
     this.iStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iStop_ItemClick);
     //
     // iOpen_PlayList2
     //
     this.iOpen_PlayList2.Caption = "Открыть плейлист";
     this.iOpen_PlayList2.Id = 32;
     this.iOpen_PlayList2.Name = "iOpen_PlayList2";
     this.iOpen_PlayList2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iOpen_PlayList_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "Сохранить как ...";
     this.barSubItem3.Id = 33;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave_PlayList_AS),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8)});
     this.barSubItem3.Name = "barSubItem3";
     //
     // iSave_PlayList_AS
     //
     this.iSave_PlayList_AS.Caption = "Сохранить как PM-плейлист";
     this.iSave_PlayList_AS.Id = 34;
     this.iSave_PlayList_AS.Name = "iSave_PlayList_AS";
     this.iSave_PlayList_AS.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSave_PlayList_AS_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "* Сохранить как PP-плейлист";
     this.barButtonItem7.Enabled = false;
     this.barButtonItem7.Id = 35;
     this.barButtonItem7.Name = "barButtonItem7";
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "* Сохранить в Excel";
     this.barButtonItem8.Enabled = false;
     this.barButtonItem8.Id = 36;
     this.barButtonItem8.Name = "barButtonItem8";
     //
     // iClear_PlayList
     //
     this.iClear_PlayList.Caption = "Очистить плейлист";
     this.iClear_PlayList.Id = 37;
     this.iClear_PlayList.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Shift | System.Windows.Forms.Keys.Delete));
     this.iClear_PlayList.Name = "iClear_PlayList";
     this.iClear_PlayList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iClear_PlayList_ItemClick);
     //
     // iEdit_AddMuzFolder
     //
     this.iEdit_AddMuzFolder.Caption = "Добавить папку с Муз файлами";
     this.iEdit_AddMuzFolder.Id = 38;
     this.iEdit_AddMuzFolder.Name = "iEdit_AddMuzFolder";
     this.iEdit_AddMuzFolder.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_AddMuzFolder_ItemClick);
     //
     // iEdit_AddMuzFile
     //
     this.iEdit_AddMuzFile.Caption = "Добавить муз файл";
     this.iEdit_AddMuzFile.Id = 39;
     this.iEdit_AddMuzFile.Name = "iEdit_AddMuzFile";
     this.iEdit_AddMuzFile.ShortcutKeyDisplayString = "Insert";
     this.iEdit_AddMuzFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_AddMuzFile_ItemClick);
     //
     // iEdit_AddTextFile
     //
     this.iEdit_AddTextFile.Caption = "Прикрепить текст файл";
     this.iEdit_AddTextFile.Id = 40;
     this.iEdit_AddTextFile.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Insert));
     this.iEdit_AddTextFile.Name = "iEdit_AddTextFile";
     this.iEdit_AddTextFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_AddTextFile_ItemClick);
     //
     // iSave_PlayList
     //
     this.iSave_PlayList.Caption = "Сохранить изменения";
     this.iSave_PlayList.Id = 45;
     this.iSave_PlayList.Name = "iSave_PlayList";
     this.iSave_PlayList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iSave_PlayList_ItemClick);
     //
     // iAbout2
     //
     this.iAbout2.Caption = "О программе";
     this.iAbout2.Id = 46;
     this.iAbout2.Name = "iAbout2";
     this.iAbout2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iAbout_ItemClick);
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "Опции";
     this.barSubItem4.Id = 47;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iTime_Inverse_Check),
     new DevExpress.XtraBars.LinkPersistInfo(this.iCheck_AutoScrollText),
     new DevExpress.XtraBars.LinkPersistInfo(this.iCheck_Exists_Files),
     new DevExpress.XtraBars.LinkPersistInfo(this.iCheck_Tags_Files),
     new DevExpress.XtraBars.LinkPersistInfo(this.iRepeat_Check),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem18, true)});
     this.barSubItem4.Name = "barSubItem4";
     //
     // iTime_Inverse_Check
     //
     this.iTime_Inverse_Check.Caption = "Инверсия отсчета времени";
     this.iTime_Inverse_Check.Id = 49;
     this.iTime_Inverse_Check.Name = "iTime_Inverse_Check";
     this.iTime_Inverse_Check.Tag = "Инверсия времени";
     this.iTime_Inverse_Check.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCheck_ItemClick);
     //
     // iCheck_AutoScrollText
     //
     this.iCheck_AutoScrollText.Caption = "Вкл. Автоскрол текста";
     this.iCheck_AutoScrollText.Checked = true;
     this.iCheck_AutoScrollText.Id = 70;
     this.iCheck_AutoScrollText.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.PageDown));
     this.iCheck_AutoScrollText.Name = "iCheck_AutoScrollText";
     this.iCheck_AutoScrollText.Tag = "Автоскрол";
     this.iCheck_AutoScrollText.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCheck_ItemClick);
     //
     // iCheck_Exists_Files
     //
     this.iCheck_Exists_Files.Caption = "Вкл. Подсветка плейлиста";
     this.iCheck_Exists_Files.Checked = true;
     this.iCheck_Exists_Files.Id = 48;
     this.iCheck_Exists_Files.Name = "iCheck_Exists_Files";
     this.iCheck_Exists_Files.Tag = "Подсветка плейлиста";
     this.iCheck_Exists_Files.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iCheck_ItemClick);
     //
     // iCheck_Tags_Files
     //
     this.iCheck_Tags_Files.Caption = "Вкл. Чтение Тэгов при загрузке";
     this.iCheck_Tags_Files.Id = 77;
     this.iCheck_Tags_Files.Name = "iCheck_Tags_Files";
     this.iCheck_Tags_Files.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.iCheck_Tags_Files_CheckedChanged);
     //
     // iRepeat_Check
     //
     this.iRepeat_Check.Caption = "Вкл. Нонстоп треков";
     this.iRepeat_Check.Id = 59;
     this.iRepeat_Check.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.N));
     this.iRepeat_Check.Name = "iRepeat_Check";
     this.iRepeat_Check.Tag = "Нонстоп";
     this.iRepeat_Check.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iRepeat_Click);
     //
     // barButtonItem18
     //
     this.barButtonItem18.Caption = "Настройки плеера";
     this.barButtonItem18.Id = 50;
     this.barButtonItem18.Name = "barButtonItem18";
     this.barButtonItem18.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iProgSettings_ItemClick);
     //
     // si_Shortcut_Commands
     //
     this.si_Shortcut_Commands.Caption = "Горячие клавиши";
     this.si_Shortcut_Commands.Id = 51;
     this.si_Shortcut_Commands.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.iNext_Track, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "", ""),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrev_Track),
     new DevExpress.XtraBars.LinkPersistInfo(this.iNext_PlayList, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrev_PlayList),
     new DevExpress.XtraBars.LinkPersistInfo(this.iNext_Text, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPrev_Text),
     new DevExpress.XtraBars.LinkPersistInfo(this.iHotFader),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFindFilter)});
     this.si_Shortcut_Commands.Name = "si_Shortcut_Commands";
     //
     // iNext_Track
     //
     this.iNext_Track.Caption = "Следующий трек";
     this.iNext_Track.Id = 52;
     this.iNext_Track.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Down);
     this.iNext_Track.Name = "iNext_Track";
     this.iNext_Track.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iNext_Track_ItemClick);
     //
     // iPrev_Track
     //
     this.iPrev_Track.Caption = "Предыдущий трек";
     this.iPrev_Track.Id = 53;
     this.iPrev_Track.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Up);
     this.iPrev_Track.Name = "iPrev_Track";
     this.iPrev_Track.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrev_Track_ItemClick);
     //
     // iNext_PlayList
     //
     this.iNext_PlayList.Caption = "Следующий плейлист";
     this.iNext_PlayList.Id = 54;
     this.iNext_PlayList.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Right);
     this.iNext_PlayList.Name = "iNext_PlayList";
     this.iNext_PlayList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iNext_PlayList_ItemClick);
     //
     // iPrev_PlayList
     //
     this.iPrev_PlayList.Caption = "Предыдущий плейлист";
     this.iPrev_PlayList.Id = 55;
     this.iPrev_PlayList.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.Left);
     this.iPrev_PlayList.Name = "iPrev_PlayList";
     this.iPrev_PlayList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrev_PlayList_ItemClick);
     //
     // iNext_Text
     //
     this.iNext_Text.Caption = "Текст вниз";
     this.iNext_Text.Id = 56;
     this.iNext_Text.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.PageDown);
     this.iNext_Text.Name = "iNext_Text";
     this.iNext_Text.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iNext_Text_ItemClick);
     //
     // iPrev_Text
     //
     this.iPrev_Text.Caption = "Текст вверх";
     this.iPrev_Text.Id = 57;
     this.iPrev_Text.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.PageUp);
     this.iPrev_Text.Name = "iPrev_Text";
     this.iPrev_Text.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPrev_Text_ItemClick);
     //
     // iHotFader
     //
     this.iHotFader.Caption = "Фейдер";
     this.iHotFader.Id = 71;
     this.iHotFader.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.X));
     this.iHotFader.Name = "iHotFader";
     this.iHotFader.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iHotFader_ItemClick);
     //
     // iFindFilter
     //
     this.iFindFilter.Caption = "Поиск с фильтром";
     this.iFindFilter.Id = 82;
     this.iFindFilter.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F1);
     this.iFindFilter.Name = "iFindFilter";
     this.iFindFilter.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iFindFilter_ItemClick);
     //
     // barButtonItem19
     //
     this.barButtonItem19.Caption = "barButtonItem19";
     this.barButtonItem19.Id = 58;
     this.barButtonItem19.Name = "barButtonItem19";
     //
     // iFaider_Check
     //
     this.iFaider_Check.Id = 75;
     this.iFaider_Check.Name = "iFaider_Check";
     //
     // barSubItem5
     //
     this.barSubItem5.Caption = "Изменить плейлист";
     this.barSubItem5.Id = 62;
     this.barSubItem5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_AddMuzFolder),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_AddMuzFile),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.KeyTip, this.iEdit_DelMuzFile, "", false, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.Standard, "", ""),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_Tags),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_AddTextFile, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_DelTextFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEdit_EditTextFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.iClear_PlayList, true)});
     this.barSubItem5.Name = "barSubItem5";
     //
     // iEdit_DelMuzFile
     //
     this.iEdit_DelMuzFile.Caption = "Удалить муз файл";
     this.iEdit_DelMuzFile.Hint = "Удаляет трек из списка плейлиста";
     this.iEdit_DelMuzFile.Id = 68;
     this.iEdit_DelMuzFile.Name = "iEdit_DelMuzFile";
     this.iEdit_DelMuzFile.ShortcutKeyDisplayString = "Delete";
     this.iEdit_DelMuzFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_DelMuzFile_ItemClick);
     //
     // iEdit_Tags
     //
     this.iEdit_Tags.Caption = "Изменить Тэги (Tag\'s)";
     this.iEdit_Tags.Id = 76;
     this.iEdit_Tags.ItemShortcut = new DevExpress.XtraBars.BarShortcut(System.Windows.Forms.Keys.F2);
     this.iEdit_Tags.Name = "iEdit_Tags";
     this.iEdit_Tags.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iTagsEditor_ItemClick);
     //
     // iEdit_DelTextFile
     //
     this.iEdit_DelTextFile.Caption = "Удалить текст файл";
     this.iEdit_DelTextFile.Id = 69;
     this.iEdit_DelTextFile.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Delete));
     this.iEdit_DelTextFile.Name = "iEdit_DelTextFile";
     this.iEdit_DelTextFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_DelTextFile_ItemClick);
     //
     // iEdit_EditTextFile
     //
     this.iEdit_EditTextFile.Caption = "Редактор текстового файла";
     this.iEdit_EditTextFile.Id = 79;
     this.iEdit_EditTextFile.Name = "iEdit_EditTextFile";
     this.iEdit_EditTextFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEdit_Text_Data_ItemClick);
     //
     // barSubItem6
     //
     this.barSubItem6.Caption = "Инструменты";
     this.barSubItem6.Id = 63;
     this.barSubItem6.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iPlayBack_Check),
     new DevExpress.XtraBars.LinkPersistInfo(this.iEQ_Open_Check),
     new DevExpress.XtraBars.LinkPersistInfo(this.iFind2),
     new DevExpress.XtraBars.LinkPersistInfo(this.iShowExplorer_Mp3File, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iShowExplorer_TextFile)});
     this.barSubItem6.Name = "barSubItem6";
     //
     // iPlayBack_Check
     //
     this.iPlayBack_Check.Caption = "Панель управления";
     this.iPlayBack_Check.Id = 65;
     this.iPlayBack_Check.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.P));
     this.iPlayBack_Check.Name = "iPlayBack_Check";
     this.iPlayBack_Check.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iPlayBack_ItemClick);
     //
     // iEQ_Open_Check
     //
     this.iEQ_Open_Check.Caption = "Панель эквалайзера";
     this.iEQ_Open_Check.Id = 64;
     this.iEQ_Open_Check.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Q));
     this.iEQ_Open_Check.Name = "iEQ_Open_Check";
     this.iEQ_Open_Check.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iEQ_Open_ItemClick);
     //
     // iFind2
     //
     this.iFind2.Caption = "Панель поиска";
     this.iFind2.Id = 66;
     this.iFind2.ItemShortcut = new DevExpress.XtraBars.BarShortcut((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F));
     this.iFind2.Name = "iFind2";
     //
     // iShowExplorer_Mp3File
     //
     this.iShowExplorer_Mp3File.Caption = "Показать Муз Файл";
     this.iShowExplorer_Mp3File.Id = 87;
     this.iShowExplorer_Mp3File.Name = "iShowExplorer_Mp3File";
     this.iShowExplorer_Mp3File.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iShowExplorer_Mp3File_ItemClick);
     //
     // iShowExplorer_TextFile
     //
     this.iShowExplorer_TextFile.Caption = "Показать Текст файл";
     this.iShowExplorer_TextFile.Id = 88;
     this.iShowExplorer_TextFile.Name = "iShowExplorer_TextFile";
     this.iShowExplorer_TextFile.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iShowExplorer_TextFile_ItemClick);
     //
     // iClose_PlayList
     //
     this.iClose_PlayList.Caption = "Закрыть плейлист";
     this.iClose_PlayList.Id = 67;
     this.iClose_PlayList.Name = "iClose_PlayList";
     this.iClose_PlayList.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.iClose_PlayList_ItemClick);
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // panelControl_Right
     //
     this.panelControl_Right.Controls.Add(this.panelControl_PlayList);
     this.panelControl_Right.Controls.Add(this.panelControl_PlayBack);
     this.panelControl_Right.Controls.Add(this.panelControl_PlayInfo);
     this.panelControl_Right.Dock = System.Windows.Forms.DockStyle.Right;
     this.panelControl_Right.Location = new System.Drawing.Point(741, 2);
     this.panelControl_Right.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_Right.Name = "panelControl_Right";
     this.barManager.SetPopupContextMenu(this.panelControl_Right, this.popup_MainMenu);
     this.panelControl_Right.Size = new System.Drawing.Size(246, 531);
     this.panelControl_Right.TabIndex = 5;
     this.panelControl_Right.SizeChanged += new System.EventHandler(this.panelControl_Right_SizeChanged);
     //
     // panelControl_PlayList
     //
     this.panelControl_PlayList.Controls.Add(this.splitterControl1);
     this.panelControl_PlayList.Controls.Add(this.panelControl_lists);
     this.panelControl_PlayList.Controls.Add(this.panelControl_Hot_PL);
     this.panelControl_PlayList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl_PlayList.Location = new System.Drawing.Point(2, 161);
     this.panelControl_PlayList.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_PlayList.Name = "panelControl_PlayList";
     this.panelControl_PlayList.Size = new System.Drawing.Size(242, 368);
     this.panelControl_PlayList.TabIndex = 0;
     //
     // splitterControl1
     //
     this.splitterControl1.Cursor = System.Windows.Forms.Cursors.NoMoveVert;
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(2, 123);
     this.splitterControl1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(238, 6);
     this.splitterControl1.TabIndex = 0;
     this.splitterControl1.TabStop = false;
     //
     // panelControl_lists
     //
     this.panelControl_lists.Controls.Add(this.xTabCtrl_PlayLists);
     this.panelControl_lists.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl_lists.Location = new System.Drawing.Point(2, 123);
     this.panelControl_lists.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_lists.Name = "panelControl_lists";
     this.panelControl_lists.Size = new System.Drawing.Size(238, 243);
     this.panelControl_lists.TabIndex = 1;
     //
     // xTabCtrl_PlayLists
     //
     this.xTabCtrl_PlayLists.AppearancePage.Header.Font = new System.Drawing.Font("Tahoma", 9F);
     this.xTabCtrl_PlayLists.AppearancePage.Header.Options.UseFont = true;
     this.xTabCtrl_PlayLists.AppearancePage.HeaderActive.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.xTabCtrl_PlayLists.AppearancePage.HeaderActive.Options.UseFont = true;
     this.xTabCtrl_PlayLists.CustomHeaderButtons.AddRange(new DevExpress.XtraTab.Buttons.CustomHeaderButton[] {
     new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Plus, "Добавить", -1, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, serializableAppearanceObject1, "Добавить", null, null, true),
     new DevExpress.XtraTab.Buttons.CustomHeaderButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Minus, "Закрыть", -1, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, serializableAppearanceObject2, "Закрыть", null, null, true)});
     this.xTabCtrl_PlayLists.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xTabCtrl_PlayLists.HeaderAutoFill = DevExpress.Utils.DefaultBoolean.False;
     this.xTabCtrl_PlayLists.Images = this.imageCollection_16;
     this.xTabCtrl_PlayLists.Location = new System.Drawing.Point(2, 2);
     this.xTabCtrl_PlayLists.MultiLine = DevExpress.Utils.DefaultBoolean.True;
     this.xTabCtrl_PlayLists.Name = "xTabCtrl_PlayLists";
     this.xTabCtrl_PlayLists.SelectedTabPage = this.xtraTabPage1;
     this.xTabCtrl_PlayLists.Size = new System.Drawing.Size(234, 239);
     this.xTabCtrl_PlayLists.TabIndex = 3;
     this.xTabCtrl_PlayLists.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2});
     this.xTabCtrl_PlayLists.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xTabCtrl_PlayLists_SelectedPageChanged);
     this.xTabCtrl_PlayLists.CustomHeaderButtonClick += new DevExpress.XtraTab.ViewInfo.CustomHeaderButtonEventHandler(this.xTabCtrl_PlayLists_CustomHeaderButtonClick);
     this.xTabCtrl_PlayLists.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Global_KeyPress);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Appearance.PageClient.BackColor = System.Drawing.Color.DarkGray;
     this.xtraTabPage1.Appearance.PageClient.Options.UseBackColor = true;
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.PageVisible = false;
     this.xtraTabPage1.Size = new System.Drawing.Size(228, 210);
     this.xtraTabPage1.Text = "[!]";
     this.xtraTabPage1.Tooltip = "Горячий список";
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Appearance.PageClient.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.xtraTabPage2.Appearance.PageClient.Options.UseBackColor = true;
     this.xtraTabPage2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(228, 210);
     this.xtraTabPage2.Text = "[1]";
     //
     // panelControl_Hot_PL
     //
     this.panelControl_Hot_PL.Cursor = System.Windows.Forms.Cursors.Default;
     this.panelControl_Hot_PL.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl_Hot_PL.Location = new System.Drawing.Point(2, 2);
     this.panelControl_Hot_PL.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_Hot_PL.Name = "panelControl_Hot_PL";
     this.panelControl_Hot_PL.Size = new System.Drawing.Size(238, 121);
     this.panelControl_Hot_PL.TabIndex = 0;
     this.panelControl_Hot_PL.Tag = "hot";
     //
     // panelControl_PlayBack
     //
     this.panelControl_PlayBack.Controls.Add(this.textEdit_FadeTime);
     this.panelControl_PlayBack.Controls.Add(this.sbt_FadeTime_Up);
     this.panelControl_PlayBack.Controls.Add(this.sbt_FadeTime_Down);
     this.panelControl_PlayBack.Controls.Add(this.sbtn_Repeat);
     this.panelControl_PlayBack.Controls.Add(this.sbtn_FadeNow);
     this.panelControl_PlayBack.Controls.Add(this.sbtn_Pause);
     this.panelControl_PlayBack.Controls.Add(this.sbtn_Stop);
     this.panelControl_PlayBack.Controls.Add(this.progressBarControl_PlayPosition);
     this.panelControl_PlayBack.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl_PlayBack.Location = new System.Drawing.Point(2, 91);
     this.panelControl_PlayBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_PlayBack.Name = "panelControl_PlayBack";
     this.panelControl_PlayBack.Size = new System.Drawing.Size(242, 70);
     this.panelControl_PlayBack.TabIndex = 53;
     //
     // textEdit_FadeTime
     //
     this.textEdit_FadeTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.textEdit_FadeTime.Cursor = System.Windows.Forms.Cursors.NoMoveVert;
     this.textEdit_FadeTime.EditValue = "3";
     this.textEdit_FadeTime.Location = new System.Drawing.Point(25, 32);
     this.textEdit_FadeTime.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.textEdit_FadeTime.Name = "textEdit_FadeTime";
     this.textEdit_FadeTime.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 16.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textEdit_FadeTime.Properties.Appearance.Options.UseFont = true;
     this.textEdit_FadeTime.Properties.Appearance.Options.UseTextOptions = true;
     this.textEdit_FadeTime.Properties.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.textEdit_FadeTime.Properties.ReadOnly = true;
     this.textEdit_FadeTime.Size = new System.Drawing.Size(36, 34);
     this.textEdit_FadeTime.TabIndex = 101;
     this.textEdit_FadeTime.Tag = "Fader";
     this.textEdit_FadeTime.ToolTip = "Изменение интервала фейдера";
     this.textEdit_FadeTime.ToolTipController = this.toolTipController;
     this.textEdit_FadeTime.MouseEnter += new System.EventHandler(this.obj_MouseEnter_Focus);
     this.textEdit_FadeTime.MouseLeave += new System.EventHandler(this.obj_MouseLeave);
     //
     // toolTipController
     //
     this.toolTipController.Appearance.Font = new System.Drawing.Font("Tahoma", 13.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.toolTipController.Appearance.Options.UseFont = true;
     this.toolTipController.AutoPopDelay = 2000;
     this.toolTipController.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightBottom;
     //
     // sbt_FadeTime_Up
     //
     this.sbt_FadeTime_Up.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbt_FadeTime_Up.ImageIndex = 5;
     this.sbt_FadeTime_Up.ImageList = this.imageList_32;
     this.sbt_FadeTime_Up.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbt_FadeTime_Up.Location = new System.Drawing.Point(67, 32);
     this.sbt_FadeTime_Up.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbt_FadeTime_Up.Name = "sbt_FadeTime_Up";
     this.sbt_FadeTime_Up.Size = new System.Drawing.Size(20, 18);
     this.sbt_FadeTime_Up.TabIndex = 100;
     this.sbt_FadeTime_Up.Tag = "1";
     this.sbt_FadeTime_Up.ToolTip = "Фейдер (+)";
     this.sbt_FadeTime_Up.ToolTipController = this.toolTipController;
     this.sbt_FadeTime_Up.Click += new System.EventHandler(this.sbt_FadeTime_Change);
     //
     // imageList_32
     //
     this.imageList_32.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList_32.ImageStream")));
     this.imageList_32.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList_32.Images.SetKeyName(0, "up.png");
     this.imageList_32.Images.SetKeyName(1, "down.png");
     this.imageList_32.Images.SetKeyName(2, "left.png");
     this.imageList_32.Images.SetKeyName(3, "right.png");
     this.imageList_32.Images.SetKeyName(4, "down2.png");
     this.imageList_32.Images.SetKeyName(5, "up2.png");
     //
     // sbt_FadeTime_Down
     //
     this.sbt_FadeTime_Down.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbt_FadeTime_Down.ImageIndex = 4;
     this.sbt_FadeTime_Down.ImageList = this.imageList_32;
     this.sbt_FadeTime_Down.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbt_FadeTime_Down.Location = new System.Drawing.Point(67, 49);
     this.sbt_FadeTime_Down.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbt_FadeTime_Down.Name = "sbt_FadeTime_Down";
     this.sbt_FadeTime_Down.Size = new System.Drawing.Size(20, 17);
     this.sbt_FadeTime_Down.TabIndex = 99;
     this.sbt_FadeTime_Down.Tag = "-1";
     this.sbt_FadeTime_Down.ToolTip = "Фейдер (-)";
     this.sbt_FadeTime_Down.ToolTipController = this.toolTipController;
     this.sbt_FadeTime_Down.Click += new System.EventHandler(this.sbt_FadeTime_Change);
     //
     // sbtn_Repeat
     //
     this.sbtn_Repeat.AllowFocus = false;
     this.sbtn_Repeat.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbtn_Repeat.Cursor = System.Windows.Forms.Cursors.Hand;
     this.sbtn_Repeat.ImageIndex = 5;
     this.sbtn_Repeat.ImageList = this.imageCollection_30;
     this.sbtn_Repeat.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbtn_Repeat.Location = new System.Drawing.Point(93, 32);
     this.sbtn_Repeat.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbtn_Repeat.Name = "sbtn_Repeat";
     this.sbtn_Repeat.Size = new System.Drawing.Size(32, 32);
     this.sbtn_Repeat.TabIndex = 7;
     this.sbtn_Repeat.Tag = "0";
     this.sbtn_Repeat.ToolTip = "Нонстоп (отключен)";
     this.sbtn_Repeat.ToolTipController = this.toolTipController;
     this.sbtn_Repeat.Click += new System.EventHandler(this.sbtn_Repeat_Click);
     //
     // imageCollection_30
     //
     this.imageCollection_30.ImageSize = new System.Drawing.Size(30, 30);
     this.imageCollection_30.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection_30.ImageStream")));
     this.imageCollection_30.Images.SetKeyName(0, "Play_17.png");
     this.imageCollection_30.Images.SetKeyName(1, "Play_8.png");
     this.imageCollection_30.Images.SetKeyName(2, "Play_13.png");
     this.imageCollection_30.Images.SetKeyName(3, "Play_10.png");
     this.imageCollection_30.Images.SetKeyName(4, "Play_14.png");
     this.imageCollection_30.Images.SetKeyName(5, "Play_15.png");
     this.imageCollection_30.Images.SetKeyName(6, "Play_10_2.png");
     this.imageCollection_30.Images.SetKeyName(7, "Play_1.png");
     this.imageCollection_30.Images.SetKeyName(8, "Play_6.png");
     this.imageCollection_30.Images.SetKeyName(9, "Play_11.png");
     this.imageCollection_30.Images.SetKeyName(10, "Play_12.png");
     //
     // sbtn_FadeNow
     //
     this.sbtn_FadeNow.AllowFocus = false;
     this.sbtn_FadeNow.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbtn_FadeNow.Cursor = System.Windows.Forms.Cursors.Hand;
     this.sbtn_FadeNow.ImageIndex = 6;
     this.sbtn_FadeNow.ImageList = this.imageCollection_30;
     this.sbtn_FadeNow.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbtn_FadeNow.Location = new System.Drawing.Point(129, 32);
     this.sbtn_FadeNow.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbtn_FadeNow.Name = "sbtn_FadeNow";
     this.sbtn_FadeNow.Size = new System.Drawing.Size(32, 32);
     this.sbtn_FadeNow.TabIndex = 0;
     this.sbtn_FadeNow.ToolTip = "Фейдер (Ctrl + X)";
     this.sbtn_FadeNow.ToolTipController = this.toolTipController;
     this.sbtn_FadeNow.Click += new System.EventHandler(this.sbtn_FadeNow_Click);
     //
     // sbtn_Pause
     //
     this.sbtn_Pause.AllowFocus = false;
     this.sbtn_Pause.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbtn_Pause.Cursor = System.Windows.Forms.Cursors.Hand;
     this.sbtn_Pause.ImageIndex = 0;
     this.sbtn_Pause.ImageList = this.imageCollection_30;
     this.sbtn_Pause.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbtn_Pause.Location = new System.Drawing.Point(165, 32);
     this.sbtn_Pause.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbtn_Pause.Name = "sbtn_Pause";
     this.sbtn_Pause.Size = new System.Drawing.Size(32, 32);
     this.sbtn_Pause.TabIndex = 1;
     this.sbtn_Pause.ToolTip = "Play/Pause";
     this.sbtn_Pause.ToolTipController = this.toolTipController;
     this.sbtn_Pause.Click += new System.EventHandler(this.btn_PausePlay_Click);
     //
     // sbtn_Stop
     //
     this.sbtn_Stop.AllowFocus = false;
     this.sbtn_Stop.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbtn_Stop.Cursor = System.Windows.Forms.Cursors.Hand;
     this.sbtn_Stop.ImageIndex = 2;
     this.sbtn_Stop.ImageList = this.imageCollection_30;
     this.sbtn_Stop.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbtn_Stop.Location = new System.Drawing.Point(201, 32);
     this.sbtn_Stop.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbtn_Stop.Name = "sbtn_Stop";
     this.sbtn_Stop.Size = new System.Drawing.Size(32, 32);
     this.sbtn_Stop.TabIndex = 2;
     this.sbtn_Stop.ToolTip = "Стоп";
     this.sbtn_Stop.ToolTipController = this.toolTipController;
     this.sbtn_Stop.Click += new System.EventHandler(this.buttonStop_Click);
     //
     // progressBarControl_PlayPosition
     //
     this.progressBarControl_PlayPosition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBarControl_PlayPosition.Cursor = System.Windows.Forms.Cursors.IBeam;
     this.progressBarControl_PlayPosition.Location = new System.Drawing.Point(6, 5);
     this.progressBarControl_PlayPosition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.progressBarControl_PlayPosition.MenuManager = this.barManager;
     this.progressBarControl_PlayPosition.Name = "progressBarControl_PlayPosition";
     this.progressBarControl_PlayPosition.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.progressBarControl_PlayPosition.Properties.DisplayFormat.FormatString = "файл не выбран";
     this.progressBarControl_PlayPosition.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.progressBarControl_PlayPosition.Properties.PercentView = false;
     this.progressBarControl_PlayPosition.Properties.ShowTitle = true;
     this.progressBarControl_PlayPosition.Size = new System.Drawing.Size(230, 22);
     this.progressBarControl_PlayPosition.TabIndex = 5;
     this.progressBarControl_PlayPosition.MouseMove += new System.Windows.Forms.MouseEventHandler(this.progressBarControl_PlayPosition_MouseMove);
     this.progressBarControl_PlayPosition.MouseUp += new System.Windows.Forms.MouseEventHandler(this.progressBarControl_PlayPosition_MouseUp);
     //
     // panelControl_PlayInfo
     //
     this.panelControl_PlayInfo.Controls.Add(this.pbc_analizer_L);
     this.panelControl_PlayInfo.Controls.Add(this.pbc_analizer_R);
     this.panelControl_PlayInfo.Controls.Add(this.sbt_status_plist);
     this.panelControl_PlayInfo.Controls.Add(this.sbt_status_play);
     this.panelControl_PlayInfo.Controls.Add(this.lbc_time_minus);
     this.panelControl_PlayInfo.Controls.Add(this.Label_InfoLine);
     this.panelControl_PlayInfo.Controls.Add(this.lbc_time_back);
     this.panelControl_PlayInfo.Controls.Add(this.lbc_time);
     this.panelControl_PlayInfo.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl_PlayInfo.Location = new System.Drawing.Point(2, 2);
     this.panelControl_PlayInfo.Name = "panelControl_PlayInfo";
     this.panelControl_PlayInfo.Size = new System.Drawing.Size(242, 89);
     this.panelControl_PlayInfo.TabIndex = 6;
     //
     // pbc_analizer_L
     //
     this.pbc_analizer_L.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pbc_analizer_L.Cursor = System.Windows.Forms.Cursors.Default;
     this.pbc_analizer_L.EditValue = 1000;
     this.pbc_analizer_L.Location = new System.Drawing.Point(8, 20);
     this.pbc_analizer_L.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pbc_analizer_L.Name = "pbc_analizer_L";
     this.pbc_analizer_L.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.pbc_analizer_L.Properties.EndColor = System.Drawing.Color.Red;
     this.pbc_analizer_L.Properties.LookAndFeel.SkinName = "VS2010";
     this.pbc_analizer_L.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Style3D;
     this.pbc_analizer_L.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.pbc_analizer_L.Properties.Maximum = 1000;
     this.pbc_analizer_L.Properties.PercentView = false;
     this.pbc_analizer_L.Properties.ProgressKind = DevExpress.XtraEditors.Controls.ProgressKind.Vertical;
     this.pbc_analizer_L.Properties.StartColor = System.Drawing.Color.Chartreuse;
     this.pbc_analizer_L.Properties.Step = 100;
     this.pbc_analizer_L.Size = new System.Drawing.Size(30, 65);
     this.pbc_analizer_L.TabIndex = 1000;
     this.pbc_analizer_L.Tag = "11";
     this.pbc_analizer_L.ToolTipController = this.toolTipController;
     //
     // pbc_analizer_R
     //
     this.pbc_analizer_R.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pbc_analizer_R.Cursor = System.Windows.Forms.Cursors.Default;
     this.pbc_analizer_R.EditValue = 1000;
     this.pbc_analizer_R.Location = new System.Drawing.Point(43, 20);
     this.pbc_analizer_R.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.pbc_analizer_R.Name = "pbc_analizer_R";
     this.pbc_analizer_R.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(207)))), ((int)(((byte)(221)))), ((int)(((byte)(238)))));
     this.pbc_analizer_R.Properties.EndColor = System.Drawing.Color.Red;
     this.pbc_analizer_R.Properties.LookAndFeel.SkinName = "Office 2010 Black";
     this.pbc_analizer_R.Properties.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Style3D;
     this.pbc_analizer_R.Properties.LookAndFeel.UseDefaultLookAndFeel = false;
     this.pbc_analizer_R.Properties.Maximum = 1000;
     this.pbc_analizer_R.Properties.PercentView = false;
     this.pbc_analizer_R.Properties.ProgressKind = DevExpress.XtraEditors.Controls.ProgressKind.Vertical;
     this.pbc_analizer_R.Properties.StartColor = System.Drawing.Color.Chartreuse;
     this.pbc_analizer_R.Properties.Step = 100;
     this.pbc_analizer_R.Size = new System.Drawing.Size(30, 65);
     this.pbc_analizer_R.TabIndex = 67;
     this.pbc_analizer_R.Tag = "11";
     this.pbc_analizer_R.ToolTipController = this.toolTipController;
     //
     // sbt_status_plist
     //
     this.sbt_status_plist.AllowFocus = false;
     this.sbt_status_plist.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbt_status_plist.Appearance.Font = new System.Drawing.Font("Consolas", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sbt_status_plist.Appearance.Options.UseFont = true;
     this.sbt_status_plist.Appearance.Options.UseTextOptions = true;
     this.sbt_status_plist.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sbt_status_plist.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sbt_status_plist.Cursor = System.Windows.Forms.Cursors.Hand;
     this.sbt_status_plist.ImageIndex = 5;
     this.sbt_status_plist.ImageList = this.imageCollection_20;
     this.sbt_status_plist.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbt_status_plist.Location = new System.Drawing.Point(87, 66);
     this.sbt_status_plist.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbt_status_plist.Name = "sbt_status_plist";
     this.sbt_status_plist.Size = new System.Drawing.Size(21, 20);
     this.sbt_status_plist.TabIndex = 14;
     this.sbt_status_plist.Text = "1";
     this.sbt_status_plist.ToolTip = "Плейлист с играющим треком";
     this.sbt_status_plist.Click += new System.EventHandler(this.sbt_show_cur_play);
     //
     // imageCollection_20
     //
     this.imageCollection_20.ImageSize = new System.Drawing.Size(20, 20);
     this.imageCollection_20.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection_20.ImageStream")));
     this.imageCollection_20.Images.SetKeyName(0, "Play_17.png");
     this.imageCollection_20.Images.SetKeyName(1, "Play_sm_8.png");
     this.imageCollection_20.Images.SetKeyName(2, "Play_13.png");
     this.imageCollection_20.Images.SetKeyName(3, "Play_sm_9.png");
     this.imageCollection_20.Images.SetKeyName(4, "Play_sm_6.png");
     this.imageCollection_20.Images.SetKeyName(5, "Play_18.png");
     this.imageCollection_20.Images.SetKeyName(6, "Play_sm_2.png");
     this.imageCollection_20.Images.SetKeyName(7, "Play_sm_7.png");
     this.imageCollection_20.Images.SetKeyName(8, "Play_sm_10.png");
     //
     // sbt_status_play
     //
     this.sbt_status_play.AllowFocus = false;
     this.sbt_status_play.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sbt_status_play.ImageIndex = 2;
     this.sbt_status_play.ImageList = this.imageCollection_20;
     this.sbt_status_play.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.sbt_status_play.Location = new System.Drawing.Point(113, 67);
     this.sbt_status_play.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.sbt_status_play.Name = "sbt_status_play";
     this.sbt_status_play.Size = new System.Drawing.Size(21, 20);
     this.sbt_status_play.TabIndex = 13;
     this.sbt_status_play.ToolTip = "Состояние трека";
     //
     // lbc_time_minus
     //
     this.lbc_time_minus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lbc_time_minus.Appearance.Font = new System.Drawing.Font("Verdana", 36F, System.Drawing.FontStyle.Bold);
     this.lbc_time_minus.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lbc_time_minus.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbc_time_minus.Location = new System.Drawing.Point(51, 21);
     this.lbc_time_minus.Name = "lbc_time_minus";
     this.lbc_time_minus.Size = new System.Drawing.Size(16, 43);
     this.lbc_time_minus.TabIndex = 12;
     //
     // Label_InfoLine
     //
     this.Label_InfoLine.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.Label_InfoLine.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Bold);
     this.Label_InfoLine.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.Label_InfoLine.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.Label_InfoLine.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.Label_InfoLine.Location = new System.Drawing.Point(2, 5);
     this.Label_InfoLine.Name = "Label_InfoLine";
     this.Label_InfoLine.Size = new System.Drawing.Size(233, 15);
     this.Label_InfoLine.TabIndex = 7;
     this.Label_InfoLine.Text = "загрузите треки";
     this.Label_InfoLine.ToolTipController = this.toolTipController1;
     //
     // toolTipController1
     //
     this.toolTipController1.Appearance.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.toolTipController1.Appearance.Options.UseFont = true;
     this.toolTipController1.AutoPopDelay = 8000;
     this.toolTipController1.ToolTipLocation = DevExpress.Utils.ToolTipLocation.RightBottom;
     //
     // lbc_time_back
     //
     this.lbc_time_back.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lbc_time_back.Appearance.Font = new System.Drawing.Font("Verdana", 16.2F, System.Drawing.FontStyle.Bold);
     this.lbc_time_back.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lbc_time_back.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbc_time_back.Location = new System.Drawing.Point(146, 65);
     this.lbc_time_back.Name = "lbc_time_back";
     this.lbc_time_back.Size = new System.Drawing.Size(92, 24);
     this.lbc_time_back.TabIndex = 11;
     this.lbc_time_back.Text = "-00:00";
     //
     // lbc_time
     //
     this.lbc_time.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lbc_time.Appearance.Font = new System.Drawing.Font("Verdana", 36F, System.Drawing.FontStyle.Bold);
     this.lbc_time.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.lbc_time.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
     this.lbc_time.Location = new System.Drawing.Point(71, 21);
     this.lbc_time.Name = "lbc_time";
     this.lbc_time.Size = new System.Drawing.Size(166, 43);
     this.lbc_time.TabIndex = 8;
     this.lbc_time.Text = "00:00";
     //
     // popup_MainMenu
     //
     this.popup_MainMenu.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iPlay),
     new DevExpress.XtraBars.LinkPersistInfo(this.iPause),
     new DevExpress.XtraBars.LinkPersistInfo(this.iStop),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen_PlayList2, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iClose_PlayList),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave_PlayList),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem6, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.si_Shortcut_Commands, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout2, true)});
     this.popup_MainMenu.Manager = this.barManager;
     this.popup_MainMenu.Name = "popup_MainMenu";
     //
     // splitterControl
     //
     this.splitterControl.Cursor = System.Windows.Forms.Cursors.NoMoveHoriz;
     this.splitterControl.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitterControl.Location = new System.Drawing.Point(735, 2);
     this.splitterControl.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.splitterControl.Name = "splitterControl";
     this.splitterControl.Size = new System.Drawing.Size(6, 531);
     this.splitterControl.TabIndex = 3;
     this.splitterControl.TabStop = false;
     //
     // panelControl_Left
     //
     this.panelControl_Left.Controls.Add(this.RTBox_TextFile);
     this.panelControl_Left.Controls.Add(this.panelControl_EQ);
     this.panelControl_Left.Controls.Add(this.Pic_Logo);
     this.panelControl_Left.Controls.Add(this.panelControl_TextEditor);
     this.panelControl_Left.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl_Left.Location = new System.Drawing.Point(2, 2);
     this.panelControl_Left.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_Left.Name = "panelControl_Left";
     this.panelControl_Left.Size = new System.Drawing.Size(733, 531);
     this.panelControl_Left.TabIndex = 10;
     //
     // RTBox_TextFile
     //
     this.RTBox_TextFile.BackColor = System.Drawing.SystemColors.Info;
     this.RTBox_TextFile.Cursor = System.Windows.Forms.Cursors.NoMoveVert;
     this.RTBox_TextFile.Dock = System.Windows.Forms.DockStyle.Fill;
     this.RTBox_TextFile.HideSelection = false;
     this.RTBox_TextFile.Location = new System.Drawing.Point(2, 224);
     this.RTBox_TextFile.Margin = new System.Windows.Forms.Padding(43, 41, 43, 41);
     this.RTBox_TextFile.Name = "RTBox_TextFile";
     this.RTBox_TextFile.ReadOnly = true;
     this.RTBox_TextFile.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedBoth;
     this.RTBox_TextFile.Size = new System.Drawing.Size(729, 152);
     this.RTBox_TextFile.TabIndex = 52;
     this.RTBox_TextFile.Tag = "0";
     this.RTBox_TextFile.Text = "";
     this.RTBox_TextFile.Visible = false;
     this.RTBox_TextFile.WordWrap = false;
     this.RTBox_TextFile.SizeChanged += new System.EventHandler(this.RTBox_TextFile_SizeChanged);
     this.RTBox_TextFile.TextChanged += new System.EventHandler(this.RTBox_TextFile_TextChanged);
     this.RTBox_TextFile.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.RTBox_TextFile_KeyPress);
     this.RTBox_TextFile.Leave += new System.EventHandler(this.RTBox_TextFile_LostFocus);
     this.RTBox_TextFile.MouseEnter += new System.EventHandler(this.RTBox_TextFile_MouseEnter);
     //
     // panelControl_EQ
     //
     this.panelControl_EQ.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl_EQ.Location = new System.Drawing.Point(2, 376);
     this.panelControl_EQ.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_EQ.Name = "panelControl_EQ";
     this.panelControl_EQ.Size = new System.Drawing.Size(729, 153);
     this.panelControl_EQ.TabIndex = 53;
     this.panelControl_EQ.Text = "Эквалайзер";
     //
     // Pic_Logo
     //
     this.Pic_Logo.Dock = System.Windows.Forms.DockStyle.Top;
     this.Pic_Logo.EditValue = ((object)(resources.GetObject("Pic_Logo.EditValue")));
     this.Pic_Logo.Location = new System.Drawing.Point(2, 22);
     this.Pic_Logo.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Pic_Logo.MenuManager = this.barManager;
     this.Pic_Logo.Name = "Pic_Logo";
     this.Pic_Logo.Properties.Appearance.BackColor = System.Drawing.Color.Black;
     this.Pic_Logo.Properties.Appearance.Options.UseBackColor = true;
     this.Pic_Logo.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Squeeze;
     this.Pic_Logo.Size = new System.Drawing.Size(729, 202);
     this.Pic_Logo.TabIndex = 0;
     this.Pic_Logo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.Global_KeyPress);
     //
     // panelControl_TextEditor
     //
     this.panelControl_TextEditor.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl_TextEditor.Location = new System.Drawing.Point(2, 2);
     this.panelControl_TextEditor.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_TextEditor.Name = "panelControl_TextEditor";
     this.panelControl_TextEditor.Size = new System.Drawing.Size(729, 20);
     this.panelControl_TextEditor.TabIndex = 54;
     this.panelControl_TextEditor.Visible = false;
     //
     // panelControl_All
     //
     this.panelControl_All.Controls.Add(this.panelControl_Left);
     this.panelControl_All.Controls.Add(this.splitterControl);
     this.panelControl_All.Controls.Add(this.panelControl_Right);
     this.panelControl_All.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl_All.Location = new System.Drawing.Point(0, 0);
     this.panelControl_All.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.panelControl_All.Name = "panelControl_All";
     this.panelControl_All.Size = new System.Drawing.Size(989, 535);
     this.panelControl_All.TabIndex = 54;
     //
     // timer_playng
     //
     this.timer_playng.Enabled = true;
     this.timer_playng.Interval = 450;
     this.timer_playng.Tick += new System.EventHandler(this.timerForCurrentPosition_Tick);
     //
     // openFileDialog
     //
     this.openFileDialog.Multiselect = true;
     //
     // timer_peaklevel
     //
     this.timer_peaklevel.Enabled = true;
     this.timer_peaklevel.Tick += new System.EventHandler(this.timer_peaklevel_Tick);
     //
     // Form_Main
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1025, 535);
     this.Controls.Add(this.panelControl_All);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer = true;
     this.LookAndFeel.SkinName = "Office 2010 Blue";
     this.LookAndFeel.UseDefaultLookAndFeel = false;
     this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
     this.Name = "Form_Main";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Парнс Плеер";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_Closing);
     this.Load += new System.EventHandler(this.Form_Main_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_16)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_Right)).EndInit();
     this.panelControl_Right.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_PlayList)).EndInit();
     this.panelControl_PlayList.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_lists)).EndInit();
     this.panelControl_lists.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xTabCtrl_PlayLists)).EndInit();
     this.xTabCtrl_PlayLists.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_Hot_PL)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_PlayBack)).EndInit();
     this.panelControl_PlayBack.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.textEdit_FadeTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_30)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.progressBarControl_PlayPosition.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_PlayInfo)).EndInit();
     this.panelControl_PlayInfo.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pbc_analizer_L.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pbc_analizer_R.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection_20)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popup_MainMenu)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_Left)).EndInit();
     this.panelControl_Left.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_EQ)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Pic_Logo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_TextEditor)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl_All)).EndInit();
     this.panelControl_All.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChuongTrinhSearchMultiQL));
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_PM_PostMaster = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_LoaiLuu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TongTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Ke = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Ngan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Tang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_PopUp = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TTDinhKem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_NgayNhapKho = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNgayDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNgayHoanTat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNoiDungDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TrailerPost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TTHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_ThoiLuongChung = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemInNhan = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemInBeatcamTrong = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemInBeatacamNgoai = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemNangCao = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemDonGian = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemThongKe = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
     this.dockPanelAdvance = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.filterControl1 = new DevExpress.XtraEditors.FilterControl();
     this.dockPanelSimple = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.TrongKho = new DevExpress.XtraEditors.CheckedListBoxControl();
     this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
     this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel21 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel22 = new DevExpress.XtraEditors.LabelControl();
     this.TenTap = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.SoDKCBHD = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel20 = new DevExpress.XtraEditors.LabelControl();
     this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel19 = new DevExpress.XtraEditors.LabelControl();
     this.TimeslotDen = new DevExpress.XtraEditors.TimeEdit();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.TimeslotTu = new DevExpress.XtraEditors.TimeEdit();
     this.SoRunConLaiTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunConLaiDen = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunTu = new DevExpress.XtraEditors.SpinEdit();
     this.BQDTTNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.BQDTTNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
     this.NamSXDen = new DevExpress.XtraEditors.SpinEdit();
     this.NamSXTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel11 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel17 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel16 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel9 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel24 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel10 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel8 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel14 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel13 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel7 = new DevExpress.XtraEditors.LabelControl();
     this.label34 = new DevExpress.XtraEditors.LabelControl();
     this.BanQuyenThuoc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.DonViCungCap = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.ngayNhap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.TenGoc = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.QuocGia = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel18 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
     this.label10 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel23 = new DevExpress.XtraEditors.LabelControl();
     this.label29 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel6 = new DevExpress.XtraEditors.LabelControl();
     this.label3 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
     this.label5 = new DevExpress.XtraEditors.LabelControl();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlCT = new DevExpress.XtraEditors.GroupControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.Col_CT_MaCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NgayAWB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NgayLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NguoiLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NoiDung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DaoDien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DienVien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TomTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DoiTuongKhanGia = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KHPL = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KHXK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TinhTrangBang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TuKhoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrongKho = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_GhiChu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Photos = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Ranking = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Script = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrailerGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NamSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Nuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViCungCap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViSoHuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KenhHanCheBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenThuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenHTV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_MuaKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongChinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongKhac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoLanPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoRunConLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Release = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlPM = new DevExpress.XtraEditors.GroupControl();
     this.groupControlBM = new DevExpress.XtraEditors.GroupControl();
     this.gridControlBienMuc = new DevExpress.XtraGrid.GridControl();
     this.gridViewBienMuc = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_BM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_MaBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TapSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TenTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThongSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThoiLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoDKCBHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_NoiLuuTru = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_CT_HangSanXuat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandThongTinChinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandNguonGoc = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinPhatSong = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.Col_PM_TienDo = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.hideContainerLeft.SuspendLayout();
     this.dockPanelAdvance.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     this.dockPanelSimple.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TrongKho)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlCT)).BeginInit();
     this.groupControlCT.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).BeginInit();
     this.groupControlPM.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBM)).BeginInit();
     this.groupControlBM.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlBienMuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBienMuc)).BeginInit();
     this.SuspendLayout();
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(3, 3);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(654, 144);
     this.gridControlDetail.TabIndex = 9;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_PM_PostMaster,
     this.Col_PM_ThanhLy,
     this.Col_PM_LoaiLuu,
     this.Col_PM_TongTap,
     this.Col_PM_Ke,
     this.Col_PM_Ngan,
     this.Col_PM_Tang,
     this.Col_PM_PopUp,
     this.Col_PM_TTDinhKem,
     this.Col_PM_NgayNhapKho,
     this.Col_PM_DVDNgayDuyet,
     this.Col_PM_DVDNgayHoanTat,
     this.Col_PM_DVDNoiDungDuyet,
     this.Col_PM_TrailerPost,
     this.Col_PM_TTHD,
     this.Col_PM_ThoiLuongChung,
     this.Col_PM_TienDo});
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     this.gridViewDetail.OptionsView.ShowViewCaption = true;
     this.gridViewDetail.ViewCaption = "Post/Master (Cấp 2)";
     //
     // Col_PM_PostMaster
     //
     this.Col_PM_PostMaster.Caption = "Post/Master";
     this.Col_PM_PostMaster.Name = "Col_PM_PostMaster";
     this.Col_PM_PostMaster.OptionsColumn.AllowMove = false;
     this.Col_PM_PostMaster.OptionsColumn.AllowShowHide = false;
     this.Col_PM_PostMaster.Visible = true;
     this.Col_PM_PostMaster.VisibleIndex = 0;
     this.Col_PM_PostMaster.Width = 70;
     //
     // Col_PM_ThanhLy
     //
     this.Col_PM_ThanhLy.Caption = "Thanh lý";
     this.Col_PM_ThanhLy.Name = "Col_PM_ThanhLy";
     this.Col_PM_ThanhLy.Visible = true;
     this.Col_PM_ThanhLy.VisibleIndex = 3;
     this.Col_PM_ThanhLy.Width = 53;
     //
     // Col_PM_LoaiLuu
     //
     this.Col_PM_LoaiLuu.Caption = "Loại lưu trữ";
     this.Col_PM_LoaiLuu.Name = "Col_PM_LoaiLuu";
     this.Col_PM_LoaiLuu.Visible = true;
     this.Col_PM_LoaiLuu.VisibleIndex = 1;
     this.Col_PM_LoaiLuu.Width = 67;
     //
     // Col_PM_TongTap
     //
     this.Col_PM_TongTap.Caption = "Số tập gốc/cắt";
     this.Col_PM_TongTap.Name = "Col_PM_TongTap";
     this.Col_PM_TongTap.Visible = true;
     this.Col_PM_TongTap.VisibleIndex = 2;
     this.Col_PM_TongTap.Width = 82;
     //
     // Col_PM_Ke
     //
     this.Col_PM_Ke.Caption = "Kệ";
     this.Col_PM_Ke.Name = "Col_PM_Ke";
     this.Col_PM_Ke.Visible = true;
     this.Col_PM_Ke.VisibleIndex = 4;
     this.Col_PM_Ke.Width = 24;
     //
     // Col_PM_Ngan
     //
     this.Col_PM_Ngan.Caption = "Ngăn";
     this.Col_PM_Ngan.Name = "Col_PM_Ngan";
     this.Col_PM_Ngan.Visible = true;
     this.Col_PM_Ngan.VisibleIndex = 5;
     this.Col_PM_Ngan.Width = 37;
     //
     // Col_PM_Tang
     //
     this.Col_PM_Tang.Caption = "Tầng";
     this.Col_PM_Tang.Name = "Col_PM_Tang";
     this.Col_PM_Tang.Visible = true;
     this.Col_PM_Tang.VisibleIndex = 6;
     this.Col_PM_Tang.Width = 36;
     //
     // Col_PM_PopUp
     //
     this.Col_PM_PopUp.Caption = "Pop Up";
     this.Col_PM_PopUp.Name = "Col_PM_PopUp";
     this.Col_PM_PopUp.Visible = true;
     this.Col_PM_PopUp.VisibleIndex = 7;
     this.Col_PM_PopUp.Width = 46;
     //
     // Col_PM_TTDinhKem
     //
     this.Col_PM_TTDinhKem.Caption = "TT Đính kèm";
     this.Col_PM_TTDinhKem.Name = "Col_PM_TTDinhKem";
     this.Col_PM_TTDinhKem.Visible = true;
     this.Col_PM_TTDinhKem.VisibleIndex = 8;
     this.Col_PM_TTDinhKem.Width = 71;
     //
     // Col_PM_NgayNhapKho
     //
     this.Col_PM_NgayNhapKho.Caption = "Ngày nhập kho";
     this.Col_PM_NgayNhapKho.Name = "Col_PM_NgayNhapKho";
     this.Col_PM_NgayNhapKho.Visible = true;
     this.Col_PM_NgayNhapKho.VisibleIndex = 9;
     this.Col_PM_NgayNhapKho.Width = 84;
     //
     // Col_PM_DVDNgayDuyet
     //
     this.Col_PM_DVDNgayDuyet.Caption = "DVD ngày duyệt";
     this.Col_PM_DVDNgayDuyet.Name = "Col_PM_DVDNgayDuyet";
     this.Col_PM_DVDNgayDuyet.Visible = true;
     this.Col_PM_DVDNgayDuyet.VisibleIndex = 10;
     this.Col_PM_DVDNgayDuyet.Width = 90;
     //
     // Col_PM_DVDNgayHoanTat
     //
     this.Col_PM_DVDNgayHoanTat.Caption = "DVD Ngày hoàn tất";
     this.Col_PM_DVDNgayHoanTat.Name = "Col_PM_DVDNgayHoanTat";
     this.Col_PM_DVDNgayHoanTat.Visible = true;
     this.Col_PM_DVDNgayHoanTat.VisibleIndex = 11;
     this.Col_PM_DVDNgayHoanTat.Width = 104;
     //
     // Col_PM_DVDNoiDungDuyet
     //
     this.Col_PM_DVDNoiDungDuyet.Caption = "Nội dung duyệt";
     this.Col_PM_DVDNoiDungDuyet.Name = "Col_PM_DVDNoiDungDuyet";
     this.Col_PM_DVDNoiDungDuyet.Visible = true;
     this.Col_PM_DVDNoiDungDuyet.VisibleIndex = 12;
     this.Col_PM_DVDNoiDungDuyet.Width = 85;
     //
     // Col_PM_TrailerPost
     //
     this.Col_PM_TrailerPost.Caption = "Trailer/Post";
     this.Col_PM_TrailerPost.Name = "Col_PM_TrailerPost";
     this.Col_PM_TrailerPost.Visible = true;
     this.Col_PM_TrailerPost.VisibleIndex = 13;
     this.Col_PM_TrailerPost.Width = 67;
     //
     // Col_PM_TTHD
     //
     this.Col_PM_TTHD.Caption = "Thông tin HD";
     this.Col_PM_TTHD.Name = "Col_PM_TTHD";
     this.Col_PM_TTHD.Visible = true;
     this.Col_PM_TTHD.VisibleIndex = 14;
     this.Col_PM_TTHD.Width = 74;
     //
     // Col_PM_ThoiLuongChung
     //
     this.Col_PM_ThoiLuongChung.Caption = "Thời lượng chung";
     this.Col_PM_ThoiLuongChung.Name = "Col_PM_ThoiLuongChung";
     this.Col_PM_ThoiLuongChung.Visible = true;
     this.Col_PM_ThoiLuongChung.VisibleIndex = 15;
     this.Col_PM_ThoiLuongChung.Width = 94;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barSubItemCotHienThi,
     this.barSubItemInNhan,
     this.barButtonItemInBeatcamTrong,
     this.barButtonItemInBeatacamNgoai,
     this.barCheckItemNangCao,
     this.barCheckItemDonGian,
     this.barButtonItemThongKe});
     this.barManager1.MaxItemId = 43;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemInNhan),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemThongKe, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi, true)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "&Xem";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barSubItemInNhan
     //
     this.barSubItemInNhan.Caption = "In n&hãn";
     this.barSubItemInNhan.Id = 36;
     this.barSubItemInNhan.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatcamTrong),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatacamNgoai)});
     this.barSubItemInNhan.Name = "barSubItemInNhan";
     //
     // barButtonItemInBeatcamTrong
     //
     this.barButtonItemInBeatcamTrong.Caption = "In beatcam t&rong";
     this.barButtonItemInBeatcamTrong.Id = 37;
     this.barButtonItemInBeatcamTrong.Name = "barButtonItemInBeatcamTrong";
     this.barButtonItemInBeatcamTrong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInBeatcamTrong_ItemClick);
     //
     // barButtonItemInBeatacamNgoai
     //
     this.barButtonItemInBeatacamNgoai.Caption = "In betacam n&ngoài";
     this.barButtonItemInBeatacamNgoai.Id = 38;
     this.barButtonItemInBeatacamNgoai.Name = "barButtonItemInBeatacamNgoai";
     this.barButtonItemInBeatacamNgoai.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInBeatacamNgoai_ItemClick);
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemNangCao),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemDonGian)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều &kiện lọc";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barCheckItemFilter.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barCheckItemNangCao
     //
     this.barCheckItemNangCao.Caption = "Tìm kiếm nâng cao";
     this.barCheckItemNangCao.Id = 40;
     this.barCheckItemNangCao.Name = "barCheckItemNangCao";
     //
     // barCheckItemDonGian
     //
     this.barCheckItemDonGian.Caption = "Tìm kiếm đơn giản";
     this.barCheckItemDonGian.Id = 41;
     this.barCheckItemDonGian.Name = "barCheckItemDonGian";
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đóng";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemThongKe
     //
     this.barButtonItemThongKe.Caption = "Thống kê";
     this.barButtonItemThongKe.Id = 42;
     this.barButtonItemThongKe.Name = "barButtonItemThongKe";
     this.barButtonItemThongKe.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemThongKe_ItemClick);
     //
     // barSubItemCotHienThi
     //
     this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
     this.barSubItemCotHienThi.Id = 35;
     this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1188, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
     this.barDockControlBottom.Size = new System.Drawing.Size(1188, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1188, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
     //
     // dockManager1
     //
     this.dockManager1.AutoHideContainers.AddRange(new DevExpress.XtraBars.Docking.AutoHideContainer[] {
     this.hideContainerLeft});
     this.dockManager1.DockingOptions.ShowCloseButton = false;
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanelSimple});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // hideContainerLeft
     //
     this.hideContainerLeft.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(245)))), ((int)(((byte)(241)))));
     this.hideContainerLeft.Controls.Add(this.dockPanelAdvance);
     this.hideContainerLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.hideContainerLeft.Location = new System.Drawing.Point(0, 24);
     this.hideContainerLeft.Name = "hideContainerLeft";
     this.hideContainerLeft.Size = new System.Drawing.Size(19, 521);
     //
     // dockPanelAdvance
     //
     this.dockPanelAdvance.Controls.Add(this.dockPanel2_Container);
     this.dockPanelAdvance.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelAdvance.ID = new System.Guid("b5e2d5e3-e455-4d58-8a09-d4f23b66f872");
     this.dockPanelAdvance.Location = new System.Drawing.Point(0, 0);
     this.dockPanelAdvance.Name = "dockPanelAdvance";
     this.dockPanelAdvance.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanelAdvance.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelAdvance.SavedIndex = 0;
     this.dockPanelAdvance.Size = new System.Drawing.Size(200, 521);
     this.dockPanelAdvance.Text = "Điều kiện tìm kiếm nâng cao";
     this.dockPanelAdvance.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.filterControl1);
     this.dockPanel2_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(194, 493);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // filterControl1
     //
     this.filterControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.filterControl1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.filterControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.filterControl1.Location = new System.Drawing.Point(0, 0);
     this.filterControl1.Name = "filterControl1";
     this.filterControl1.Size = new System.Drawing.Size(194, 493);
     this.filterControl1.TabIndex = 10;
     this.filterControl1.Text = "filterControl1";
     //
     // dockPanelSimple
     //
     this.dockPanelSimple.Controls.Add(this.dockPanel1_Container);
     this.dockPanelSimple.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanelSimple.FloatVertical = true;
     this.dockPanelSimple.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
     this.dockPanelSimple.Location = new System.Drawing.Point(19, 24);
     this.dockPanelSimple.Name = "dockPanelSimple";
     this.dockPanelSimple.Options.AllowDockLeft = false;
     this.dockPanelSimple.Options.AllowDockRight = false;
     this.dockPanelSimple.OriginalSize = new System.Drawing.Size(200, 157);
     this.dockPanelSimple.Size = new System.Drawing.Size(1169, 157);
     this.dockPanelSimple.Text = "Điều kiện tìm kiếm cơ bản";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1163, 129);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.TrongKho);
     this.popupControlContainerFilter.Controls.Add(this.TapSoDen);
     this.popupControlContainerFilter.Controls.Add(this.TapSoTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel21);
     this.popupControlContainerFilter.Controls.Add(this.plLabel22);
     this.popupControlContainerFilter.Controls.Add(this.TenTap);
     this.popupControlContainerFilter.Controls.Add(this.SoDKCBHD);
     this.popupControlContainerFilter.Controls.Add(this.plLabel20);
     this.popupControlContainerFilter.Controls.Add(this.LoaiLuuTru);
     this.popupControlContainerFilter.Controls.Add(this.plLabel19);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotDen);
     this.popupControlContainerFilter.Controls.Add(this.xtraTabControlDetail);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiDen);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.PhongBan);
     this.popupControlContainerFilter.Controls.Add(this.NamSXDen);
     this.popupControlContainerFilter.Controls.Add(this.NamSXTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel11);
     this.popupControlContainerFilter.Controls.Add(this.plLabel17);
     this.popupControlContainerFilter.Controls.Add(this.plLabel16);
     this.popupControlContainerFilter.Controls.Add(this.plLabel15);
     this.popupControlContainerFilter.Controls.Add(this.plLabel9);
     this.popupControlContainerFilter.Controls.Add(this.plLabel3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel2);
     this.popupControlContainerFilter.Controls.Add(this.plLabel24);
     this.popupControlContainerFilter.Controls.Add(this.plLabel10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel8);
     this.popupControlContainerFilter.Controls.Add(this.plLabel14);
     this.popupControlContainerFilter.Controls.Add(this.plLabel13);
     this.popupControlContainerFilter.Controls.Add(this.plLabel12);
     this.popupControlContainerFilter.Controls.Add(this.plLabel7);
     this.popupControlContainerFilter.Controls.Add(this.label34);
     this.popupControlContainerFilter.Controls.Add(this.BanQuyenThuoc);
     this.popupControlContainerFilter.Controls.Add(this.DonViCungCap);
     this.popupControlContainerFilter.Controls.Add(this.ngayNhap);
     this.popupControlContainerFilter.Controls.Add(this.Category);
     this.popupControlContainerFilter.Controls.Add(this.TenGoc);
     this.popupControlContainerFilter.Controls.Add(this.NoiDung);
     this.popupControlContainerFilter.Controls.Add(this.QuocGia);
     this.popupControlContainerFilter.Controls.Add(this.TietMuc);
     this.popupControlContainerFilter.Controls.Add(this.plLabel18);
     this.popupControlContainerFilter.Controls.Add(this.plLabel5);
     this.popupControlContainerFilter.Controls.Add(this.label10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel1);
     this.popupControlContainerFilter.Controls.Add(this.plLabel23);
     this.popupControlContainerFilter.Controls.Add(this.label29);
     this.popupControlContainerFilter.Controls.Add(this.plLabel6);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel4);
     this.popupControlContainerFilter.Controls.Add(this.label5);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(1163, 129);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // TrongKho
     //
     this.TrongKho.CheckOnClick = true;
     this.TrongKho.ColumnWidth = 85;
     this.TrongKho.Items.AddRange(new DevExpress.XtraEditors.Controls.CheckedListBoxItem[] {
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("Y", "Có"),
     new DevExpress.XtraEditors.Controls.CheckedListBoxItem("N", "Không")});
     this.TrongKho.Location = new System.Drawing.Point(583, 79);
     this.TrongKho.MultiColumn = true;
     this.TrongKho.Name = "TrongKho";
     this.TrongKho.SelectionMode = System.Windows.Forms.SelectionMode.None;
     this.TrongKho.Size = new System.Drawing.Size(179, 20);
     this.TrongKho.TabIndex = 248;
     //
     // TapSoDen
     //
     this.TapSoDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoDen.Location = new System.Drawing.Point(687, 106);
     this.TapSoDen.Name = "TapSoDen";
     this.TapSoDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoDen.Size = new System.Drawing.Size(75, 20);
     this.TapSoDen.TabIndex = 245;
     //
     // TapSoTu
     //
     this.TapSoTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoTu.Location = new System.Drawing.Point(585, 105);
     this.TapSoTu.Name = "TapSoTu";
     this.TapSoTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoTu.Size = new System.Drawing.Size(67, 20);
     this.TapSoTu.TabIndex = 246;
     //
     // plLabel21
     //
     this.plLabel21.Location = new System.Drawing.Point(657, 109);
     this.plLabel21.Name = "plLabel21";
     this.plLabel21.Size = new System.Drawing.Size(18, 13);
     this.plLabel21.TabIndex = 243;
     this.plLabel21.Text = "đến";
     //
     // plLabel22
     //
     this.plLabel22.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.plLabel22.Appearance.Options.UseFont = true;
     this.plLabel22.Location = new System.Drawing.Point(496, 107);
     this.plLabel22.Name = "plLabel22";
     this.plLabel22.Size = new System.Drawing.Size(53, 13);
     this.plLabel22.TabIndex = 244;
     this.plLabel22.Text = "Tập số từ";
     this.plLabel22.ToolTip = "Tập số (Cấp 3)";
     //
     // TenTap
     //
     this.TenTap._DataSource = null;
     this.TenTap._GetField = null;
     this.TenTap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TenTap.Location = new System.Drawing.Point(844, 106);
     this.TenTap.Name = "TenTap";
     this.TenTap.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenTap.Size = new System.Drawing.Size(341, 20);
     this.TenTap.TabIndex = 242;
     //
     // SoDKCBHD
     //
     this.SoDKCBHD.DataSource = null;
     this.SoDKCBHD.DisplayField = null;
     this.SoDKCBHD.Location = new System.Drawing.Point(333, 103);
     this.SoDKCBHD.Name = "SoDKCBHD";
     this.SoDKCBHD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.SoDKCBHD.Size = new System.Drawing.Size(150, 20);
     this.SoDKCBHD.TabIndex = 241;
     this.SoDKCBHD.ValueField = null;
     //
     // plLabel20
     //
     this.plLabel20.Location = new System.Drawing.Point(266, 108);
     this.plLabel20.Name = "plLabel20";
     this.plLabel20.Size = new System.Drawing.Size(59, 13);
     this.plLabel20.TabIndex = 240;
     this.plLabel20.Text = "Số ĐKCB HD";
     this.plLabel20.ToolTip = "Số ĐKCB HD (Cấp 2)";
     //
     // LoaiLuuTru
     //
     this.LoaiLuuTru.DataSource = null;
     this.LoaiLuuTru.DisplayField = null;
     this.LoaiLuuTru.Location = new System.Drawing.Point(75, 105);
     this.LoaiLuuTru.Name = "LoaiLuuTru";
     this.LoaiLuuTru.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LoaiLuuTru.Size = new System.Drawing.Size(185, 20);
     this.LoaiLuuTru.TabIndex = 241;
     this.LoaiLuuTru.ValueField = null;
     //
     // plLabel19
     //
     this.plLabel19.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.plLabel19.Appearance.Options.UseFont = true;
     this.plLabel19.Location = new System.Drawing.Point(4, 108);
     this.plLabel19.Name = "plLabel19";
     this.plLabel19.Size = new System.Drawing.Size(65, 13);
     this.plLabel19.TabIndex = 240;
     this.plLabel19.Text = "Loại lưu trữ";
     this.plLabel19.ToolTip = "Loại lưu trữ (cấp 2)";
     //
     // TimeslotDen
     //
     this.TimeslotDen.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotDen.Location = new System.Drawing.Point(174, 79);
     this.TimeslotDen.Name = "TimeslotDen";
     this.TimeslotDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotDen.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotDen.Size = new System.Drawing.Size(86, 20);
     this.TimeslotDen.TabIndex = 239;
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Location = new System.Drawing.Point(1003, 83);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(10, 10);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail});
     this.xtraTabControlDetail.Visible = false;
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(3, 0);
     this.xtraTabPageDetail.Text = "Post/Master";
     //
     // TimeslotTu
     //
     this.TimeslotTu.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotTu.Location = new System.Drawing.Point(48, 79);
     this.TimeslotTu.MenuManager = this.barManager1;
     this.TimeslotTu.Name = "TimeslotTu";
     this.TimeslotTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotTu.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotTu.Size = new System.Drawing.Size(78, 20);
     this.TimeslotTu.TabIndex = 239;
     //
     // SoRunConLaiTu
     //
     this.SoRunConLaiTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiTu.Location = new System.Drawing.Point(844, 55);
     this.SoRunConLaiTu.Name = "SoRunConLaiTu";
     this.SoRunConLaiTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunConLaiTu.TabIndex = 238;
     //
     // SoRunDaDungTu
     //
     this.SoRunDaDungTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungTu.Location = new System.Drawing.Point(844, 32);
     this.SoRunDaDungTu.Name = "SoRunDaDungTu";
     this.SoRunDaDungTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunDaDungTu.TabIndex = 238;
     //
     // SoRunConLaiDen
     //
     this.SoRunConLaiDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunConLaiDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiDen.Location = new System.Drawing.Point(934, 57);
     this.SoRunConLaiDen.Name = "SoRunConLaiDen";
     this.SoRunConLaiDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiDen.Size = new System.Drawing.Size(341, 20);
     this.SoRunConLaiDen.TabIndex = 238;
     //
     // SoRunDaDungDen
     //
     this.SoRunDaDungDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunDaDungDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungDen.Location = new System.Drawing.Point(934, 30);
     this.SoRunDaDungDen.Name = "SoRunDaDungDen";
     this.SoRunDaDungDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungDen.Size = new System.Drawing.Size(341, 20);
     this.SoRunDaDungDen.TabIndex = 238;
     //
     // TongSoRunDen
     //
     this.TongSoRunDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TongSoRunDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunDen.Location = new System.Drawing.Point(934, 7);
     this.TongSoRunDen.Name = "TongSoRunDen";
     this.TongSoRunDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunDen.Size = new System.Drawing.Size(341, 20);
     this.TongSoRunDen.TabIndex = 238;
     //
     // TongSoRunTu
     //
     this.TongSoRunTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunTu.Location = new System.Drawing.Point(843, 8);
     this.TongSoRunTu.Name = "TongSoRunTu";
     this.TongSoRunTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunTu.Size = new System.Drawing.Size(67, 20);
     this.TongSoRunTu.TabIndex = 238;
     //
     // BQDTTNEndDen
     //
     this.BQDTTNEndDen.EditValue = null;
     this.BQDTTNEndDen.Location = new System.Drawing.Point(687, 31);
     this.BQDTTNEndDen.Name = "BQDTTNEndDen";
     this.BQDTTNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTTNEndDen.TabIndex = 237;
     //
     // BQDTNNEndDen
     //
     this.BQDTNNEndDen.EditValue = null;
     this.BQDTNNEndDen.Location = new System.Drawing.Point(687, 53);
     this.BQDTNNEndDen.Name = "BQDTNNEndDen";
     this.BQDTNNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTNNEndDen.TabIndex = 237;
     //
     // BQDTNNEndTu
     //
     this.BQDTNNEndTu.EditValue = null;
     this.BQDTNNEndTu.Location = new System.Drawing.Point(583, 53);
     this.BQDTNNEndTu.Name = "BQDTNNEndTu";
     this.BQDTNNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndTu.Size = new System.Drawing.Size(74, 20);
     this.BQDTNNEndTu.TabIndex = 237;
     //
     // BQDTTNEndTu
     //
     this.BQDTTNEndTu.EditValue = null;
     this.BQDTTNEndTu.Location = new System.Drawing.Point(583, 30);
     this.BQDTTNEndTu.MenuManager = this.barManager1;
     this.BQDTTNEndTu.Name = "BQDTTNEndTu";
     this.BQDTTNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndTu.Size = new System.Drawing.Size(73, 20);
     this.BQDTTNEndTu.TabIndex = 237;
     //
     // PhongBan
     //
     this.PhongBan.Location = new System.Drawing.Point(333, 79);
     this.PhongBan.Name = "PhongBan";
     this.PhongBan.Size = new System.Drawing.Size(150, 20);
     this.PhongBan.TabIndex = 10;
     //
     // NamSXDen
     //
     this.NamSXDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXDen.Location = new System.Drawing.Point(430, 32);
     this.NamSXDen.Name = "NamSXDen";
     this.NamSXDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXDen.Size = new System.Drawing.Size(55, 20);
     this.NamSXDen.TabIndex = 234;
     //
     // NamSXTu
     //
     this.NamSXTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXTu.Location = new System.Drawing.Point(333, 32);
     this.NamSXTu.MenuManager = this.barManager1;
     this.NamSXTu.Name = "NamSXTu";
     this.NamSXTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXTu.Size = new System.Drawing.Size(69, 20);
     this.NamSXTu.TabIndex = 235;
     //
     // plLabel11
     //
     this.plLabel11.Location = new System.Drawing.Point(663, 57);
     this.plLabel11.Name = "plLabel11";
     this.plLabel11.Size = new System.Drawing.Size(18, 13);
     this.plLabel11.TabIndex = 231;
     this.plLabel11.Text = "đến";
     //
     // plLabel17
     //
     this.plLabel17.Location = new System.Drawing.Point(914, 60);
     this.plLabel17.Name = "plLabel17";
     this.plLabel17.Size = new System.Drawing.Size(18, 13);
     this.plLabel17.TabIndex = 231;
     this.plLabel17.Text = "đến";
     //
     // plLabel16
     //
     this.plLabel16.Location = new System.Drawing.Point(914, 36);
     this.plLabel16.Name = "plLabel16";
     this.plLabel16.Size = new System.Drawing.Size(18, 13);
     this.plLabel16.TabIndex = 231;
     this.plLabel16.Text = "đến";
     //
     // plLabel15
     //
     this.plLabel15.Location = new System.Drawing.Point(914, 11);
     this.plLabel15.Name = "plLabel15";
     this.plLabel15.Size = new System.Drawing.Size(18, 13);
     this.plLabel15.TabIndex = 231;
     this.plLabel15.Text = "đến";
     //
     // plLabel9
     //
     this.plLabel9.Location = new System.Drawing.Point(663, 34);
     this.plLabel9.Name = "plLabel9";
     this.plLabel9.Size = new System.Drawing.Size(18, 13);
     this.plLabel9.TabIndex = 231;
     this.plLabel9.Text = "đến";
     //
     // plLabel3
     //
     this.plLabel3.Location = new System.Drawing.Point(407, 36);
     this.plLabel3.Name = "plLabel3";
     this.plLabel3.Size = new System.Drawing.Size(18, 13);
     this.plLabel3.TabIndex = 231;
     this.plLabel3.Text = "đến";
     //
     // plLabel2
     //
     this.plLabel2.Location = new System.Drawing.Point(267, 35);
     this.plLabel2.Name = "plLabel2";
     this.plLabel2.Size = new System.Drawing.Size(50, 13);
     this.plLabel2.TabIndex = 229;
     this.plLabel2.Text = "Năm SX từ";
     this.plLabel2.ToolTip = "Năm sản xuất chương trình (Câp 1)";
     //
     // plLabel24
     //
     this.plLabel24.Location = new System.Drawing.Point(496, 82);
     this.plLabel24.Name = "plLabel24";
     this.plLabel24.Size = new System.Drawing.Size(48, 13);
     this.plLabel24.TabIndex = 232;
     this.plLabel24.Text = "Trong kho";
     this.plLabel24.ToolTip = "Bản quyền đối với đối tác nước ngoài End (Cấp 1)";
     //
     // plLabel10
     //
     this.plLabel10.Location = new System.Drawing.Point(496, 57);
     this.plLabel10.Name = "plLabel10";
     this.plLabel10.Size = new System.Drawing.Size(79, 13);
     this.plLabel10.TabIndex = 232;
     this.plLabel10.Text = "BQ DTNN End từ";
     this.plLabel10.ToolTip = "Bản quyền đối với đối tác nước ngoài End (Cấp 1)";
     //
     // plLabel8
     //
     this.plLabel8.Location = new System.Drawing.Point(495, 34);
     this.plLabel8.Name = "plLabel8";
     this.plLabel8.Size = new System.Drawing.Size(78, 13);
     this.plLabel8.TabIndex = 232;
     this.plLabel8.Text = "BQ DTTN End từ";
     this.plLabel8.ToolTip = "Bản quyền đối với đối tác trong nước End (Cấp 1)";
     //
     // plLabel14
     //
     this.plLabel14.Location = new System.Drawing.Point(768, 57);
     this.plLabel14.Name = "plLabel14";
     this.plLabel14.Size = new System.Drawing.Size(64, 13);
     this.plLabel14.TabIndex = 232;
     this.plLabel14.Text = "Số run còn lại";
     this.plLabel14.ToolTip = "Số run còn lại (Cấp 1)";
     //
     // plLabel13
     //
     this.plLabel13.Location = new System.Drawing.Point(768, 34);
     this.plLabel13.Name = "plLabel13";
     this.plLabel13.Size = new System.Drawing.Size(73, 13);
     this.plLabel13.TabIndex = 232;
     this.plLabel13.Text = "Số run đã dùng";
     this.plLabel13.ToolTip = "Số run đã dùng (Cấp 1)";
     //
     // plLabel12
     //
     this.plLabel12.Location = new System.Drawing.Point(768, 14);
     this.plLabel12.Name = "plLabel12";
     this.plLabel12.Size = new System.Drawing.Size(57, 13);
     this.plLabel12.TabIndex = 232;
     this.plLabel12.Text = "Tổng số run";
     this.plLabel12.ToolTip = "Tổng số run (Cấp 1)";
     //
     // plLabel7
     //
     this.plLabel7.Location = new System.Drawing.Point(496, 12);
     this.plLabel7.Name = "plLabel7";
     this.plLabel7.Size = new System.Drawing.Size(81, 13);
     this.plLabel7.TabIndex = 232;
     this.plLabel7.Text = "Bản quyền thuộc";
     this.plLabel7.ToolTip = "Bản quyền thuộc (Cấp 1)";
     //
     // label34
     //
     this.label34.Location = new System.Drawing.Point(267, 58);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(60, 13);
     this.label34.TabIndex = 232;
     this.label34.Text = "ĐV cung cấp";
     this.label34.ToolTip = "Đơn vị cung cấp (Cấp 1)";
     //
     // BanQuyenThuoc
     //
     this.BanQuyenThuoc.DataSource = null;
     this.BanQuyenThuoc.DisplayField = null;
     this.BanQuyenThuoc.Location = new System.Drawing.Point(583, 8);
     this.BanQuyenThuoc.Name = "BanQuyenThuoc";
     this.BanQuyenThuoc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BanQuyenThuoc.Size = new System.Drawing.Size(179, 20);
     this.BanQuyenThuoc.TabIndex = 227;
     this.BanQuyenThuoc.ValueField = null;
     //
     // DonViCungCap
     //
     this.DonViCungCap.DataSource = null;
     this.DonViCungCap.DisplayField = null;
     this.DonViCungCap.Location = new System.Drawing.Point(333, 55);
     this.DonViCungCap.Name = "DonViCungCap";
     this.DonViCungCap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DonViCungCap.Size = new System.Drawing.Size(150, 20);
     this.DonViCungCap.TabIndex = 227;
     this.DonViCungCap.ValueField = null;
     //
     // ngayNhap
     //
     this.ngayNhap.Caption = "Từ ngày 22/02/2012 đến ngày 29/02/2012";
     this.ngayNhap.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.FirstFrom = new System.DateTime(2012, 2, 22, 3, 39, 38, 125);
     this.ngayNhap.FirstTo = new System.DateTime(2012, 2, 29, 3, 39, 38, 125);
     this.ngayNhap.FromDate = new System.DateTime(2012, 2, 22, 3, 39, 38, 125);
     this.ngayNhap.Location = new System.Drawing.Point(843, 81);
     this.ngayNhap.Name = "ngayNhap";
     this.ngayNhap.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.ngayNhap.SecondFrom = new System.DateTime(2012, 2, 22, 3, 39, 38, 125);
     this.ngayNhap.SecondTo = new System.DateTime(2012, 2, 29, 3, 39, 38, 125);
     this.ngayNhap.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.Size = new System.Drawing.Size(291, 21);
     this.ngayNhap.TabIndex = 226;
     this.ngayNhap.ToDate = new System.DateTime(2012, 2, 29, 3, 39, 38, 125);
     this.ngayNhap.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // Category
     //
     this.Category._DataSource = null;
     this.Category._GetField = null;
     this.Category.Location = new System.Drawing.Point(174, 54);
     this.Category.Name = "Category";
     this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.Category.Size = new System.Drawing.Size(87, 20);
     this.Category.TabIndex = 1;
     //
     // TenGoc
     //
     this.TenGoc._DataSource = null;
     this.TenGoc._GetField = null;
     this.TenGoc.Location = new System.Drawing.Point(47, 31);
     this.TenGoc.Name = "TenGoc";
     this.TenGoc.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenGoc.Size = new System.Drawing.Size(214, 20);
     this.TenGoc.TabIndex = 1;
     //
     // NoiDung
     //
     this.NoiDung._DataSource = null;
     this.NoiDung._GetField = null;
     this.NoiDung.Location = new System.Drawing.Point(48, 8);
     this.NoiDung.Name = "NoiDung";
     this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.NoiDung.Size = new System.Drawing.Size(213, 20);
     this.NoiDung.TabIndex = 0;
     //
     // QuocGia
     //
     this.QuocGia.DataSource = null;
     this.QuocGia.DisplayField = null;
     this.QuocGia.Location = new System.Drawing.Point(333, 8);
     this.QuocGia.Name = "QuocGia";
     this.QuocGia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.QuocGia.Size = new System.Drawing.Size(152, 20);
     this.QuocGia.TabIndex = 220;
     this.QuocGia.ValueField = null;
     //
     // TietMuc
     //
     this.TietMuc.DataSource = null;
     this.TietMuc.DisplayField = null;
     this.TietMuc.Location = new System.Drawing.Point(48, 54);
     this.TietMuc.Name = "TietMuc";
     this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.TietMuc.Size = new System.Drawing.Size(78, 20);
     this.TietMuc.TabIndex = 2;
     this.TietMuc.ValueField = null;
     //
     // plLabel18
     //
     this.plLabel18.Location = new System.Drawing.Point(133, 83);
     this.plLabel18.Name = "plLabel18";
     this.plLabel18.Size = new System.Drawing.Size(20, 13);
     this.plLabel18.TabIndex = 213;
     this.plLabel18.Text = "Đến";
     this.plLabel18.ToolTip = "Nước sản xuất";
     //
     // plLabel5
     //
     this.plLabel5.Location = new System.Drawing.Point(128, 57);
     this.plLabel5.Name = "plLabel5";
     this.plLabel5.Size = new System.Drawing.Size(45, 13);
     this.plLabel5.TabIndex = 213;
     this.plLabel5.Text = "Category";
     this.plLabel5.ToolTip = "Category (Cấp 1)";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(267, 12);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(40, 13);
     this.label10.TabIndex = 213;
     this.label10.Text = "Nước SX";
     this.label10.ToolTip = "Nước sản xuất (Cấp 1)";
     //
     // plLabel1
     //
     this.plLabel1.Location = new System.Drawing.Point(266, 83);
     this.plLabel1.Name = "plLabel1";
     this.plLabel1.Size = new System.Drawing.Size(51, 13);
     this.plLabel1.TabIndex = 217;
     this.plLabel1.Text = "Phòng ban";
     this.plLabel1.ToolTip = "Phòng ban (Cấp 1)";
     //
     // plLabel23
     //
     this.plLabel23.Location = new System.Drawing.Point(768, 110);
     this.plLabel23.Name = "plLabel23";
     this.plLabel23.Size = new System.Drawing.Size(37, 13);
     this.plLabel23.TabIndex = 217;
     this.plLabel23.Text = "Tên tập";
     this.plLabel23.ToolTip = "Tên tập (Cấp 3)";
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(768, 80);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(52, 13);
     this.label29.TabIndex = 217;
     this.label29.Text = "Ngày nhập";
     this.label29.ToolTip = "Ngày nhập thông tin chương trình  (Cấp 1)";
     //
     // plLabel6
     //
     this.plLabel6.Location = new System.Drawing.Point(4, 34);
     this.plLabel6.Name = "plLabel6";
     this.plLabel6.Size = new System.Drawing.Size(38, 13);
     this.plLabel6.TabIndex = 218;
     this.plLabel6.Text = "Tên gốc";
     this.plLabel6.ToolTip = "Tên chương trình gốc (cấp 1)";
     //
     // label3
     //
     this.label3.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.label3.Appearance.Options.UseFont = true;
     this.label3.Location = new System.Drawing.Point(3, 11);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(38, 13);
     this.label3.TabIndex = 218;
     this.label3.Text = "Tên CT";
     this.label3.ToolTip = "Tên chương trình (Cấp 1)";
     //
     // plLabel4
     //
     this.plLabel4.Location = new System.Drawing.Point(3, 83);
     this.plLabel4.Name = "plLabel4";
     this.plLabel4.Size = new System.Drawing.Size(39, 13);
     this.plLabel4.TabIndex = 219;
     this.plLabel4.Text = "Timeslot";
     this.plLabel4.ToolTip = "Timeslot (Cấp 1)";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(2, 57);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 219;
     this.label5.Text = "Tiết mục";
     this.label5.ToolTip = "Tiết mục (Cấp 1)";
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(19, 181);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseFont = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl1.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl1.Panel1.Controls.Add(this.groupControlCT);
     this.splitContainerControl1.Panel1.Text = "Chương trình";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1169, 364);
     this.splitContainerControl1.SplitterPosition = 503;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // groupControlCT
     //
     this.groupControlCT.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.groupControlCT.Appearance.Options.UseBorderColor = true;
     this.groupControlCT.Controls.Add(this.gridControlMaster);
     this.groupControlCT.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlCT.Location = new System.Drawing.Point(0, 0);
     this.groupControlCT.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlCT.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlCT.Name = "groupControlCT";
     this.groupControlCT.ShowCaption = false;
     this.groupControlCT.Size = new System.Drawing.Size(503, 364);
     this.groupControlCT.TabIndex = 10;
     this.groupControlCT.Text = "groupControl1";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(3, 3);
     this.gridControlMaster.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(497, 358);
     this.gridControlMaster.TabIndex = 9;
     this.gridControlMaster.TabStop = false;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Inch);
     this.gridViewMaster.Appearance.GroupPanel.Options.UseFont = true;
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Appearance.ViewCaption.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
     this.gridViewMaster.Appearance.ViewCaption.Options.UseBackColor = true;
     this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandThongTinChinh,
     this.gridBandNguonGoc,
     this.gridBandThongTinPhatSong,
     this.gridBandThongTinBan});
     this.gridViewMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_CT_MaCT,
     this.Col_CT_NgayAWB,
     this.Col_CT_NgayLap,
     this.Col_CT_NguoiLap,
     this.Col_CT_PhongBan,
     this.Col_CT_NoiDung,
     this.Col_CT_TietMuc,
     this.Col_CT_TenGoc,
     this.Col_CT_DaoDien,
     this.Col_CT_DienVien,
     this.Col_CT_KHPL,
     this.Col_CT_DoiTuongKhanGia,
     this.Col_CT_TuKhoa,
     this.Col_CT_KHXK,
     this.Col_CT_TinhTrangBang,
     this.Col_CT_TomTat,
     this.Col_CT_ThanhLy,
     this.Col_CT_GhiChu,
     this.Col_CT_ThongTinBan,
     this.Col_CT_NamSX,
     this.Col_CT_Nuoc,
     this.Col_CT_DonViCungCap,
     this.Col_CT_DonViSoHuu,
     this.Col_CT_KenhHanCheBan,
     this.Col_CT_PhatSongChinh,
     this.Col_CT_TongSoRun,
     this.Col_CT_SoLanPhat,
     this.Col_CT_SoRunConLai,
     this.Col_CT_Release,
     this.Col_CT_Category,
     this.Col_CT_Ranking,
     this.Col_CT_Script,
     this.Col_CT_Photos,
     this.Col_CT_TrailerGoc,
     this.Col_CT_BanQuyenThuoc,
     this.Col_CT_BanQuyenDIDStart,
     this.Col_CT_BanQuyenDIDEnd,
     this.Col_CT_BanQuyenDTNNStart,
     this.Col_CT_BanQuyenDTNNEnd,
     this.Col_CT_BanQuyenHTV,
     this.Col_CT_MuaKem,
     this.Col_CT_PhatSongKhac,
     this.Col_CT_PhatSongLai,
     this.Col_CT_TrongKho,
     this.Col_CT_HangSanXuat});
     this.gridViewMaster.CustomizationFormBounds = new System.Drawing.Rectangle(747, 292, 215, 205);
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupPanelText = "Các chương trình thỏa điều kiện tìm kiếm";
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsSelection.MultiSelect = true;
     this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     this.gridViewMaster.OptionsView.ShowViewCaption = true;
     this.gridViewMaster.ViewCaption = "Chương trình (Cấp 1)";
     //
     // Col_CT_MaCT
     //
     this.Col_CT_MaCT.Caption = "Mã chương trình";
     this.Col_CT_MaCT.Name = "Col_CT_MaCT";
     this.Col_CT_MaCT.Visible = true;
     this.Col_CT_MaCT.Width = 90;
     //
     // Col_CT_NgayAWB
     //
     this.Col_CT_NgayAWB.Caption = "Ngày AWB";
     this.Col_CT_NgayAWB.Name = "Col_CT_NgayAWB";
     this.Col_CT_NgayAWB.Visible = true;
     this.Col_CT_NgayAWB.Width = 63;
     //
     // Col_CT_NgayLap
     //
     this.Col_CT_NgayLap.Caption = "Ngày lập";
     this.Col_CT_NgayLap.Name = "Col_CT_NgayLap";
     this.Col_CT_NgayLap.Visible = true;
     this.Col_CT_NgayLap.Width = 54;
     //
     // Col_CT_NguoiLap
     //
     this.Col_CT_NguoiLap.Caption = "Người lập";
     this.Col_CT_NguoiLap.Name = "Col_CT_NguoiLap";
     this.Col_CT_NguoiLap.Visible = true;
     this.Col_CT_NguoiLap.Width = 57;
     //
     // Col_CT_PhongBan
     //
     this.Col_CT_PhongBan.Caption = "Phòng ban";
     this.Col_CT_PhongBan.Name = "Col_CT_PhongBan";
     this.Col_CT_PhongBan.Visible = true;
     this.Col_CT_PhongBan.Width = 63;
     //
     // Col_CT_Category
     //
     this.Col_CT_Category.Caption = "Category";
     this.Col_CT_Category.Name = "Col_CT_Category";
     this.Col_CT_Category.Visible = true;
     this.Col_CT_Category.Width = 57;
     //
     // Col_CT_NoiDung
     //
     this.Col_CT_NoiDung.Caption = "Tên chương trình";
     this.Col_CT_NoiDung.Name = "Col_CT_NoiDung";
     this.Col_CT_NoiDung.Visible = true;
     this.Col_CT_NoiDung.Width = 107;
     //
     // Col_CT_TenGoc
     //
     this.Col_CT_TenGoc.Caption = "Tên gốc";
     this.Col_CT_TenGoc.Name = "Col_CT_TenGoc";
     this.Col_CT_TenGoc.Visible = true;
     this.Col_CT_TenGoc.Width = 50;
     //
     // Col_CT_TietMuc
     //
     this.Col_CT_TietMuc.Caption = "Tiết mục";
     this.Col_CT_TietMuc.Name = "Col_CT_TietMuc";
     this.Col_CT_TietMuc.Visible = true;
     this.Col_CT_TietMuc.Width = 65;
     //
     // Col_CT_DaoDien
     //
     this.Col_CT_DaoDien.Caption = "Đạo diễn";
     this.Col_CT_DaoDien.Name = "Col_CT_DaoDien";
     this.Col_CT_DaoDien.Visible = true;
     this.Col_CT_DaoDien.Width = 55;
     //
     // Col_CT_DienVien
     //
     this.Col_CT_DienVien.Caption = "Diễn viên";
     this.Col_CT_DienVien.Name = "Col_CT_DienVien";
     this.Col_CT_DienVien.Visible = true;
     this.Col_CT_DienVien.Width = 56;
     //
     // Col_CT_TomTat
     //
     this.Col_CT_TomTat.Caption = "Tóm tắt";
     this.Col_CT_TomTat.Name = "Col_CT_TomTat";
     this.Col_CT_TomTat.Visible = true;
     this.Col_CT_TomTat.Width = 49;
     //
     // Col_CT_DoiTuongKhanGia
     //
     this.Col_CT_DoiTuongKhanGia.Caption = "Đối tượng khán giả";
     this.Col_CT_DoiTuongKhanGia.Name = "Col_CT_DoiTuongKhanGia";
     this.Col_CT_DoiTuongKhanGia.Visible = true;
     this.Col_CT_DoiTuongKhanGia.Width = 103;
     //
     // Col_CT_KHPL
     //
     this.Col_CT_KHPL.Caption = "KHPL";
     this.Col_CT_KHPL.Name = "Col_CT_KHPL";
     this.Col_CT_KHPL.ToolTip = "Ký hiệu phân loại";
     this.Col_CT_KHPL.Visible = true;
     this.Col_CT_KHPL.Width = 36;
     //
     // Col_CT_KHXK
     //
     this.Col_CT_KHXK.Caption = "KHXK";
     this.Col_CT_KHXK.Name = "Col_CT_KHXK";
     this.Col_CT_KHXK.ToolTip = "Ký hiệu xếp kho";
     this.Col_CT_KHXK.Visible = true;
     this.Col_CT_KHXK.Width = 37;
     //
     // Col_CT_TinhTrangBang
     //
     this.Col_CT_TinhTrangBang.Caption = "Tình trạng CT";
     this.Col_CT_TinhTrangBang.Name = "Col_CT_TinhTrangBang";
     this.Col_CT_TinhTrangBang.Visible = true;
     this.Col_CT_TinhTrangBang.Width = 77;
     //
     // Col_CT_TuKhoa
     //
     this.Col_CT_TuKhoa.Caption = "Từ khóa";
     this.Col_CT_TuKhoa.Name = "Col_CT_TuKhoa";
     this.Col_CT_TuKhoa.Visible = true;
     this.Col_CT_TuKhoa.Width = 51;
     //
     // Col_CT_ThanhLy
     //
     this.Col_CT_ThanhLy.Caption = "Thanh lý";
     this.Col_CT_ThanhLy.Name = "Col_CT_ThanhLy";
     this.Col_CT_ThanhLy.Visible = true;
     this.Col_CT_ThanhLy.Width = 53;
     //
     // Col_CT_TrongKho
     //
     this.Col_CT_TrongKho.Caption = "Trong kho";
     this.Col_CT_TrongKho.Name = "Col_CT_TrongKho";
     this.Col_CT_TrongKho.Visible = true;
     //
     // Col_CT_GhiChu
     //
     this.Col_CT_GhiChu.Caption = "Ghi chú";
     this.Col_CT_GhiChu.Name = "Col_CT_GhiChu";
     this.Col_CT_GhiChu.Visible = true;
     this.Col_CT_GhiChu.Width = 47;
     //
     // Col_CT_Photos
     //
     this.Col_CT_Photos.Caption = "Photos";
     this.Col_CT_Photos.Name = "Col_CT_Photos";
     this.Col_CT_Photos.Visible = true;
     this.Col_CT_Photos.Width = 45;
     //
     // Col_CT_Ranking
     //
     this.Col_CT_Ranking.Caption = "Ranking";
     this.Col_CT_Ranking.Name = "Col_CT_Ranking";
     this.Col_CT_Ranking.Visible = true;
     this.Col_CT_Ranking.Width = 50;
     //
     // Col_CT_Script
     //
     this.Col_CT_Script.Caption = "Script";
     this.Col_CT_Script.Name = "Col_CT_Script";
     this.Col_CT_Script.Visible = true;
     this.Col_CT_Script.Width = 39;
     //
     // Col_CT_TrailerGoc
     //
     this.Col_CT_TrailerGoc.Caption = "Trailer gốc";
     this.Col_CT_TrailerGoc.Name = "Col_CT_TrailerGoc";
     this.Col_CT_TrailerGoc.Visible = true;
     this.Col_CT_TrailerGoc.Width = 62;
     //
     // Col_CT_NamSX
     //
     this.Col_CT_NamSX.Caption = "Năm SX";
     this.Col_CT_NamSX.Name = "Col_CT_NamSX";
     this.Col_CT_NamSX.Visible = true;
     this.Col_CT_NamSX.Width = 48;
     //
     // Col_CT_Nuoc
     //
     this.Col_CT_Nuoc.Caption = "Nước SX";
     this.Col_CT_Nuoc.Name = "Col_CT_Nuoc";
     this.Col_CT_Nuoc.ToolTip = "Nước sản xuất";
     this.Col_CT_Nuoc.Visible = true;
     this.Col_CT_Nuoc.Width = 52;
     //
     // Col_CT_DonViCungCap
     //
     this.Col_CT_DonViCungCap.Caption = "Đơn vị cung cấp";
     this.Col_CT_DonViCungCap.Name = "Col_CT_DonViCungCap";
     this.Col_CT_DonViCungCap.Visible = true;
     this.Col_CT_DonViCungCap.Width = 89;
     //
     // Col_CT_DonViSoHuu
     //
     this.Col_CT_DonViSoHuu.Caption = "Đơn vị sở hữu";
     this.Col_CT_DonViSoHuu.Name = "Col_CT_DonViSoHuu";
     this.Col_CT_DonViSoHuu.Visible = true;
     this.Col_CT_DonViSoHuu.Width = 79;
     //
     // Col_CT_KenhHanCheBan
     //
     this.Col_CT_KenhHanCheBan.Caption = "Kênh hạn chế bán";
     this.Col_CT_KenhHanCheBan.Name = "Col_CT_KenhHanCheBan";
     this.Col_CT_KenhHanCheBan.Visible = true;
     this.Col_CT_KenhHanCheBan.Width = 98;
     //
     // Col_CT_ThongTinBan
     //
     this.Col_CT_ThongTinBan.Caption = "Thông tin bán";
     this.Col_CT_ThongTinBan.Name = "Col_CT_ThongTinBan";
     this.Col_CT_ThongTinBan.Visible = true;
     this.Col_CT_ThongTinBan.Width = 78;
     //
     // Col_CT_BanQuyenThuoc
     //
     this.Col_CT_BanQuyenThuoc.Caption = "Bản quyền thuộc";
     this.Col_CT_BanQuyenThuoc.Name = "Col_CT_BanQuyenThuoc";
     this.Col_CT_BanQuyenThuoc.Visible = true;
     this.Col_CT_BanQuyenThuoc.Width = 93;
     //
     // Col_CT_BanQuyenDIDStart
     //
     this.Col_CT_BanQuyenDIDStart.Caption = "Bản quyền DTTN Start";
     this.Col_CT_BanQuyenDIDStart.Name = "Col_CT_BanQuyenDIDStart";
     this.Col_CT_BanQuyenDIDStart.ToolTip = "Bản quyền đối tác trong nước Start";
     this.Col_CT_BanQuyenDIDStart.Visible = true;
     this.Col_CT_BanQuyenDIDStart.Width = 119;
     //
     // Col_CT_BanQuyenDIDEnd
     //
     this.Col_CT_BanQuyenDIDEnd.Caption = "Bản quyền DTTN End";
     this.Col_CT_BanQuyenDIDEnd.Name = "Col_CT_BanQuyenDIDEnd";
     this.Col_CT_BanQuyenDIDEnd.ToolTip = "Bản quyền đối tác trong nước End";
     this.Col_CT_BanQuyenDIDEnd.Visible = true;
     this.Col_CT_BanQuyenDIDEnd.Width = 113;
     //
     // Col_CT_BanQuyenDTNNStart
     //
     this.Col_CT_BanQuyenDTNNStart.Caption = "Bản quyền ĐTNN Start";
     this.Col_CT_BanQuyenDTNNStart.Name = "Col_CT_BanQuyenDTNNStart";
     this.Col_CT_BanQuyenDTNNStart.ToolTip = "Bản quyền  đối tác nước ngoài Start";
     this.Col_CT_BanQuyenDTNNStart.Visible = true;
     this.Col_CT_BanQuyenDTNNStart.Width = 121;
     //
     // Col_CT_BanQuyenDTNNEnd
     //
     this.Col_CT_BanQuyenDTNNEnd.Caption = "Bản quyền ĐTNN End";
     this.Col_CT_BanQuyenDTNNEnd.Name = "Col_CT_BanQuyenDTNNEnd";
     this.Col_CT_BanQuyenDTNNEnd.ToolTip = "Bản quyền đối tác nước ngoài End";
     this.Col_CT_BanQuyenDTNNEnd.Visible = true;
     this.Col_CT_BanQuyenDTNNEnd.Width = 115;
     //
     // Col_CT_BanQuyenHTV
     //
     this.Col_CT_BanQuyenHTV.Caption = "Bản quyền HTV";
     this.Col_CT_BanQuyenHTV.Name = "Col_CT_BanQuyenHTV";
     this.Col_CT_BanQuyenHTV.Visible = true;
     this.Col_CT_BanQuyenHTV.Width = 85;
     //
     // Col_CT_MuaKem
     //
     this.Col_CT_MuaKem.Caption = "Mua kèm";
     this.Col_CT_MuaKem.Name = "Col_CT_MuaKem";
     this.Col_CT_MuaKem.Visible = true;
     this.Col_CT_MuaKem.Width = 54;
     //
     // Col_CT_PhatSongChinh
     //
     this.Col_CT_PhatSongChinh.Caption = "Thời gian P/S chính";
     this.Col_CT_PhatSongChinh.Name = "Col_CT_PhatSongChinh";
     this.Col_CT_PhatSongChinh.ToolTip = "Những ngày phát lần đầu tương ứng trên các đài";
     this.Col_CT_PhatSongChinh.Visible = true;
     this.Col_CT_PhatSongChinh.Width = 102;
     //
     // Col_CT_PhatSongLai
     //
     this.Col_CT_PhatSongLai.Caption = "Thời gian P/S lại";
     this.Col_CT_PhatSongLai.Name = "Col_CT_PhatSongLai";
     this.Col_CT_PhatSongLai.ToolTip = "Những ngày phát lần đầu (nhưng phát lại) tương ứng trên các đài";
     this.Col_CT_PhatSongLai.Visible = true;
     this.Col_CT_PhatSongLai.Width = 87;
     //
     // Col_CT_PhatSongKhac
     //
     this.Col_CT_PhatSongKhac.Caption = "Thời gian P/S trên kênh khác";
     this.Col_CT_PhatSongKhac.Name = "Col_CT_PhatSongKhac";
     this.Col_CT_PhatSongKhac.ToolTip = "Thời gian phát sóng trên kênh khác";
     this.Col_CT_PhatSongKhac.Visible = true;
     this.Col_CT_PhatSongKhac.Width = 148;
     //
     // Col_CT_TongSoRun
     //
     this.Col_CT_TongSoRun.Caption = "Tổng số Run";
     this.Col_CT_TongSoRun.Name = "Col_CT_TongSoRun";
     this.Col_CT_TongSoRun.Visible = true;
     this.Col_CT_TongSoRun.Width = 72;
     //
     // Col_CT_SoLanPhat
     //
     this.Col_CT_SoLanPhat.Caption = "Tồng số lần đã phát (đã Run)";
     this.Col_CT_SoLanPhat.Name = "Col_CT_SoLanPhat";
     this.Col_CT_SoLanPhat.Visible = true;
     this.Col_CT_SoLanPhat.Width = 152;
     //
     // Col_CT_SoRunConLai
     //
     this.Col_CT_SoRunConLai.Caption = "Số Run còn lại";
     this.Col_CT_SoRunConLai.Name = "Col_CT_SoRunConLai";
     this.Col_CT_SoRunConLai.Visible = true;
     this.Col_CT_SoRunConLai.Width = 79;
     //
     // Col_CT_Release
     //
     this.Col_CT_Release.Caption = "Release (Số ngày)";
     this.Col_CT_Release.Name = "Col_CT_Release";
     this.Col_CT_Release.Visible = true;
     this.Col_CT_Release.Width = 100;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl2.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl2.Panel1.Controls.Add(this.groupControlPM);
     this.splitContainerControl2.Panel1.Text = "Post/Master";
     this.splitContainerControl2.Panel2.AppearanceCaption.Options.UseTextOptions = true;
     this.splitContainerControl2.Panel2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.splitContainerControl2.Panel2.Controls.Add(this.groupControlBM);
     this.splitContainerControl2.Panel2.Text = "Biên mục";
     this.splitContainerControl2.Size = new System.Drawing.Size(660, 364);
     this.splitContainerControl2.SplitterPosition = 150;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // groupControlPM
     //
     this.groupControlPM.Appearance.BorderColor = System.Drawing.Color.Navy;
     this.groupControlPM.Appearance.Options.UseBorderColor = true;
     this.groupControlPM.Controls.Add(this.gridControlDetail);
     this.groupControlPM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlPM.Location = new System.Drawing.Point(0, 0);
     this.groupControlPM.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlPM.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlPM.Name = "groupControlPM";
     this.groupControlPM.ShowCaption = false;
     this.groupControlPM.Size = new System.Drawing.Size(660, 150);
     this.groupControlPM.TabIndex = 10;
     this.groupControlPM.Text = "groupControl1";
     //
     // groupControlBM
     //
     this.groupControlBM.Appearance.BorderColor = System.Drawing.Color.Navy;
     this.groupControlBM.Appearance.Options.UseBorderColor = true;
     this.groupControlBM.Controls.Add(this.gridControlBienMuc);
     this.groupControlBM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlBM.Location = new System.Drawing.Point(0, 0);
     this.groupControlBM.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlBM.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlBM.Name = "groupControlBM";
     this.groupControlBM.ShowCaption = false;
     this.groupControlBM.Size = new System.Drawing.Size(660, 208);
     this.groupControlBM.TabIndex = 10;
     this.groupControlBM.Text = "groupControl1";
     //
     // gridControlBienMuc
     //
     this.gridControlBienMuc.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlBienMuc.BackgroundImage")));
     this.gridControlBienMuc.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlBienMuc.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlBienMuc.Location = new System.Drawing.Point(3, 3);
     this.gridControlBienMuc.MainView = this.gridViewBienMuc;
     this.gridControlBienMuc.MenuManager = this.barManager1;
     this.gridControlBienMuc.Name = "gridControlBienMuc";
     this.gridControlBienMuc.Size = new System.Drawing.Size(654, 202);
     this.gridControlBienMuc.TabIndex = 1;
     this.gridControlBienMuc.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewBienMuc});
     //
     // gridViewBienMuc
     //
     this.gridViewBienMuc.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewBienMuc.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewBienMuc.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_BM_ThanhLy,
     this.Col_BM_MaBang,
     this.Col_BM_TapSo,
     this.Col_BM_TenTap,
     this.Col_BM_SoBang,
     this.Col_BM_ThongSo,
     this.Col_BM_ThoiLuong,
     this.Col_BM_SoDKCBHD,
     this.Col_BM_NoiLuuTru});
     this.gridViewBienMuc.GridControl = this.gridControlBienMuc;
     this.gridViewBienMuc.IndicatorWidth = 40;
     this.gridViewBienMuc.Name = "gridViewBienMuc";
     this.gridViewBienMuc.OptionsBehavior.Editable = false;
     this.gridViewBienMuc.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewBienMuc.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewBienMuc.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewBienMuc.OptionsPrint.UsePrintStyles = true;
     this.gridViewBienMuc.OptionsView.ColumnAutoWidth = false;
     this.gridViewBienMuc.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewBienMuc.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewBienMuc.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewBienMuc.OptionsView.ShowGroupedColumns = true;
     this.gridViewBienMuc.OptionsView.ShowGroupPanel = false;
     this.gridViewBienMuc.OptionsView.ShowViewCaption = true;
     this.gridViewBienMuc.ViewCaption = "Biên Mục (Cấp 3)";
     //
     // Col_BM_ThanhLy
     //
     this.Col_BM_ThanhLy.Caption = "Thanh lý";
     this.Col_BM_ThanhLy.Name = "Col_BM_ThanhLy";
     this.Col_BM_ThanhLy.Visible = true;
     this.Col_BM_ThanhLy.VisibleIndex = 0;
     this.Col_BM_ThanhLy.Width = 53;
     //
     // Col_BM_MaBang
     //
     this.Col_BM_MaBang.Caption = "Mã băng";
     this.Col_BM_MaBang.Name = "Col_BM_MaBang";
     this.Col_BM_MaBang.Visible = true;
     this.Col_BM_MaBang.VisibleIndex = 1;
     this.Col_BM_MaBang.Width = 53;
     //
     // Col_BM_TapSo
     //
     this.Col_BM_TapSo.Caption = "Tập số";
     this.Col_BM_TapSo.Name = "Col_BM_TapSo";
     this.Col_BM_TapSo.Visible = true;
     this.Col_BM_TapSo.VisibleIndex = 2;
     this.Col_BM_TapSo.Width = 44;
     //
     // Col_BM_TenTap
     //
     this.Col_BM_TenTap.Caption = "Tên tập";
     this.Col_BM_TenTap.Name = "Col_BM_TenTap";
     this.Col_BM_TenTap.Visible = true;
     this.Col_BM_TenTap.VisibleIndex = 3;
     this.Col_BM_TenTap.Width = 49;
     //
     // Col_BM_SoBang
     //
     this.Col_BM_SoBang.Caption = "Số băng";
     this.Col_BM_SoBang.Name = "Col_BM_SoBang";
     this.Col_BM_SoBang.Visible = true;
     this.Col_BM_SoBang.VisibleIndex = 4;
     this.Col_BM_SoBang.Width = 51;
     //
     // Col_BM_ThongSo
     //
     this.Col_BM_ThongSo.Caption = "Thông số";
     this.Col_BM_ThongSo.Name = "Col_BM_ThongSo";
     this.Col_BM_ThongSo.Visible = true;
     this.Col_BM_ThongSo.VisibleIndex = 5;
     this.Col_BM_ThongSo.Width = 56;
     //
     // Col_BM_ThoiLuong
     //
     this.Col_BM_ThoiLuong.Caption = "Thời lượng";
     this.Col_BM_ThoiLuong.Name = "Col_BM_ThoiLuong";
     this.Col_BM_ThoiLuong.Visible = true;
     this.Col_BM_ThoiLuong.VisibleIndex = 6;
     this.Col_BM_ThoiLuong.Width = 62;
     //
     // Col_BM_SoDKCBHD
     //
     this.Col_BM_SoDKCBHD.Caption = "Số ĐKCB HD";
     this.Col_BM_SoDKCBHD.Name = "Col_BM_SoDKCBHD";
     this.Col_BM_SoDKCBHD.Visible = true;
     this.Col_BM_SoDKCBHD.VisibleIndex = 7;
     this.Col_BM_SoDKCBHD.Width = 71;
     //
     // Col_BM_NoiLuuTru
     //
     this.Col_BM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_BM_NoiLuuTru.Name = "Col_BM_NoiLuuTru";
     this.Col_BM_NoiLuuTru.Visible = true;
     this.Col_BM_NoiLuuTru.VisibleIndex = 8;
     this.Col_BM_NoiLuuTru.Width = 63;
     //
     // Col_CT_HangSanXuat
     //
     this.Col_CT_HangSanXuat.Caption = "Hãng sản xuất";
     this.Col_CT_HangSanXuat.Name = "Col_CT_HangSanXuat";
     this.Col_CT_HangSanXuat.Visible = true;
     //
     // gridBandThongTinChinh
     //
     this.gridBandThongTinChinh.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinChinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinChinh.Caption = "Thông tin chính";
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_MaCT);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayAWB);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayLap);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NguoiLap);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_PhongBan);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Category);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NoiDung);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TenGoc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TietMuc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DaoDien);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DienVien);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TomTat);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DoiTuongKhanGia);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHPL);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHXK);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TinhTrangBang);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TuKhoa);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_ThanhLy);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TrongKho);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_GhiChu);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Photos);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Ranking);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Script);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TrailerGoc);
     this.gridBandThongTinChinh.Name = "gridBandThongTinChinh";
     this.gridBandThongTinChinh.Width = 1441;
     //
     // gridBandNguonGoc
     //
     this.gridBandNguonGoc.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandNguonGoc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandNguonGoc.Caption = "Nguồn gốc";
     this.gridBandNguonGoc.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand2});
     this.gridBandNguonGoc.Name = "gridBandNguonGoc";
     this.gridBandNguonGoc.Width = 1165;
     //
     // gridBand1
     //
     this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand1.Caption = "Thông tin sở hữu";
     this.gridBand1.Columns.Add(this.Col_CT_NamSX);
     this.gridBand1.Columns.Add(this.Col_CT_Nuoc);
     this.gridBand1.Columns.Add(this.Col_CT_DonViCungCap);
     this.gridBand1.Columns.Add(this.Col_CT_DonViSoHuu);
     this.gridBand1.Columns.Add(this.Col_CT_KenhHanCheBan);
     this.gridBand1.Columns.Add(this.Col_CT_HangSanXuat);
     this.gridBand1.Columns.Add(this.Col_CT_ThongTinBan);
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.Width = 519;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand2.Caption = "Thời hạn bản quyền";
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenThuoc);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDStart);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDEnd);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNStart);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNEnd);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenHTV);
     this.gridBand2.Name = "gridBand2";
     this.gridBand2.Width = 646;
     //
     // gridBandThongTinPhatSong
     //
     this.gridBandThongTinPhatSong.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinPhatSong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinPhatSong.Caption = "Thông tin phát sóng";
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_MuaKem);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongChinh);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongLai);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongKhac);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_TongSoRun);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoLanPhat);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoRunConLai);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_Release);
     this.gridBandThongTinPhatSong.Name = "gridBandThongTinPhatSong";
     this.gridBandThongTinPhatSong.Width = 794;
     //
     // gridBandThongTinBan
     //
     this.gridBandThongTinBan.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinBan.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinBan.Caption = "Thông tin bán";
     this.gridBandThongTinBan.Name = "gridBandThongTinBan";
     this.gridBandThongTinBan.OptionsBand.ShowInCustomizationForm = false;
     this.gridBandThongTinBan.Visible = false;
     this.gridBandThongTinBan.Width = 67;
     //
     // Col_PM_TienDo
     //
     this.Col_PM_TienDo.Caption = "Tiến độ hậu kỳ";
     this.Col_PM_TienDo.Name = "Col_PM_TienDo";
     this.Col_PM_TienDo.Visible = true;
     this.Col_PM_TienDo.VisibleIndex = 16;
     //
     // frmChuongTrinhSearchMultiQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1188, 545);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.dockPanelSimple);
     this.Controls.Add(this.hideContainerLeft);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmChuongTrinhSearchMultiQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Tra cứu chương trình";
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.hideContainerLeft.ResumeLayout(false);
     this.dockPanelAdvance.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     this.dockPanelSimple.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TrongKho)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlCT)).EndInit();
     this.groupControlCT.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).EndInit();
     this.groupControlPM.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlBM)).EndInit();
     this.groupControlBM.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlBienMuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBienMuc)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLuongQL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemChot = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemInTongHop = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItemInChiTiet = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageNhanVien = new DevExpress.XtraTab.XtraTabPage();
     this.treeListNhanVien = new DevExpress.XtraTreeList.TreeList();
     this.NAME = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.ID = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.xtraTabPageThoiGian = new DevExpress.XtraTab.XtraTabPage();
     this.treeListBangLuong = new DevExpress.XtraTreeList.TreeList();
     this.CotTreeThangNam = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.CotTreeChot = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDoiLuong = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXemTruocIn = new DevExpress.XtraBars.BarButtonItem();
     this.btnChot = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemPopupContainerEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemPopupContainerEdit();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.CotHoTen = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotSoNgay = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotLuongCB = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotPhanTramTV = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotLuongTL = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotTongThuNhap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotTamUng = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cotDaThanhToan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotConLai = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Thang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotKetChuyenSoTienTU = new DevExpress.XtraGrid.Columns.GridColumn();
     this.CotKetChuyenTU = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemTimeEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.repositoryItemTimeEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTimeEdit();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetailTamUng = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetailTamUng = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.colTU_ID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_NgayDeNghi = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTU_SoTien = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTU_LyDo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colTU_NguoiDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.labelControl6 = new System.Windows.Forms.PLLabel();
     this.labelControl2 = new System.Windows.Forms.PLLabel();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPageNhanVien.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeListNhanVien)).BeginInit();
     this.xtraTabPageThoiGian.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeListBangLuong)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetailTamUng)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetailTamUng)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItemDoiLuong,
     this.barButtonItemXemTruocIn,
     this.barButtonItemChot,
     this.barButtonItemInChiTiet,
     this.btnChot,
     this.barButtonItem6,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItemInTongHop});
     this.barManager1.MaxItemId = 65;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemPopupContainerEdit1});
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemChot, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInTongHop)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "&Tạo bảng lương";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "X&em";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemChot
     //
     this.barButtonItemChot.Caption = "Chốt";
     this.barButtonItemChot.Id = 54;
     this.barButtonItemChot.Name = "barButtonItemChot";
     this.barButtonItemChot.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemChot_ItemClick);
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "Tạ&m ứng";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "&Nghiệp vụ";
     this.barSubItem1.Id = 57;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemPrint.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 43;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm &kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều kiện chọn lọc";
     this.barCheckItemFilter.Id = 42;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     //
     // barButtonItemInTongHop
     //
     this.barButtonItemInTongHop.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemInTongHop.Caption = "In chi tiết lương";
     this.barButtonItemInTongHop.DropDownControl = this.popupMenu2;
     this.barButtonItemInTongHop.Id = 64;
     this.barButtonItemInTongHop.Name = "barButtonItemInTongHop";
     this.barButtonItemInTongHop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInTongHop_ItemClick);
     //
     // popupMenu2
     //
     this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInChiTiet)});
     this.popupMenu2.Manager = this.barManager1;
     this.popupMenu2.Name = "popupMenu2";
     //
     // barButtonItemInChiTiet
     //
     this.barButtonItemInChiTiet.Caption = "In bảng lương tổng hợp";
     this.barButtonItemInChiTiet.Enabled = true;
     this.barButtonItemInChiTiet.Id = 55;
     this.barButtonItemInChiTiet.Name = "barButtonItemInChiTiet";
     this.barButtonItemInChiTiet.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInChiTiet_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(995, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 531);
     this.barDockControlBottom.Size = new System.Drawing.Size(995, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 507);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(995, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 507);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("841e0224-8336-4fda-8bcf-47af293f9163");
     this.dockPanel1.Location = new System.Drawing.Point(0, 24);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanel1.Size = new System.Drawing.Size(200, 507);
     this.dockPanel1.Text = "Xem theo";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.xtraTabControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(194, 479);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Left;
     this.xtraTabControl1.HeaderOrientation = DevExpress.XtraTab.TabOrientation.Vertical;
     this.xtraTabControl1.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPageNhanVien;
     this.xtraTabControl1.Size = new System.Drawing.Size(194, 479);
     this.xtraTabControl1.TabIndex = 1;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageThoiGian,
     this.xtraTabPageNhanVien});
     this.xtraTabControl1.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraTabControl1_SelectedPageChanged);
     //
     // xtraTabPageNhanVien
     //
     this.xtraTabPageNhanVien.Controls.Add(this.treeListNhanVien);
     this.xtraTabPageNhanVien.Name = "xtraTabPageNhanVien";
     this.xtraTabPageNhanVien.Size = new System.Drawing.Size(165, 472);
     this.xtraTabPageNhanVien.Text = "Nhân viên";
     //
     // treeListNhanVien
     //
     this.treeListNhanVien.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.NAME,
     this.ID});
     this.treeListNhanVien.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeListNhanVien.Location = new System.Drawing.Point(0, 0);
     this.treeListNhanVien.Name = "treeListNhanVien";
     this.treeListNhanVien.OptionsView.ShowHorzLines = false;
     this.treeListNhanVien.OptionsView.ShowIndicator = false;
     this.treeListNhanVien.OptionsView.ShowVertLines = false;
     this.treeListNhanVien.Size = new System.Drawing.Size(165, 472);
     this.treeListNhanVien.TabIndex = 0;
     //
     // NAME
     //
     this.NAME.AppearanceHeader.Options.UseTextOptions = true;
     this.NAME.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.NAME.Caption = "Danh sách nhân viên";
     this.NAME.FieldName = "NAME";
     this.NAME.Name = "NAME";
     this.NAME.OptionsColumn.AllowEdit = false;
     this.NAME.OptionsColumn.AllowFocus = false;
     this.NAME.OptionsColumn.ReadOnly = true;
     this.NAME.Visible = true;
     this.NAME.VisibleIndex = 0;
     //
     // ID
     //
     this.ID.Caption = "treeListColumn2";
     this.ID.FieldName = "ID";
     this.ID.Name = "ID";
     //
     // xtraTabPageThoiGian
     //
     this.xtraTabPageThoiGian.Controls.Add(this.treeListBangLuong);
     this.xtraTabPageThoiGian.Name = "xtraTabPageThoiGian";
     this.xtraTabPageThoiGian.Size = new System.Drawing.Size(165, 472);
     this.xtraTabPageThoiGian.Text = "Thời gian";
     //
     // treeListBangLuong
     //
     this.treeListBangLuong.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.CotTreeThangNam,
     this.CotTreeChot});
     this.treeListBangLuong.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeListBangLuong.Location = new System.Drawing.Point(0, 0);
     this.treeListBangLuong.Name = "treeListBangLuong";
     this.treeListBangLuong.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.treeListBangLuong.OptionsView.ShowHorzLines = false;
     this.treeListBangLuong.OptionsView.ShowIndicator = false;
     this.treeListBangLuong.OptionsView.ShowVertLines = false;
     this.treeListBangLuong.Size = new System.Drawing.Size(165, 472);
     this.treeListBangLuong.TabIndex = 0;
     //
     // CotTreeThangNam
     //
     this.CotTreeThangNam.AppearanceHeader.Options.UseTextOptions = true;
     this.CotTreeThangNam.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CotTreeThangNam.Caption = "Thời gian";
     this.CotTreeThangNam.FieldName = "THANG_NAM";
     this.CotTreeThangNam.Name = "CotTreeThangNam";
     this.CotTreeThangNam.OptionsColumn.AllowEdit = false;
     this.CotTreeThangNam.OptionsColumn.AllowFocus = false;
     this.CotTreeThangNam.OptionsColumn.ReadOnly = true;
     this.CotTreeThangNam.Visible = true;
     this.CotTreeThangNam.VisibleIndex = 0;
     //
     // CotTreeChot
     //
     this.CotTreeChot.AppearanceHeader.Options.UseTextOptions = true;
     this.CotTreeChot.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.CotTreeChot.Caption = "Chốt";
     this.CotTreeChot.FieldName = "IS_CHOT";
     this.CotTreeChot.Name = "CotTreeChot";
     this.CotTreeChot.OptionsColumn.AllowEdit = false;
     this.CotTreeChot.OptionsColumn.AllowFocus = false;
     this.CotTreeChot.OptionsColumn.ReadOnly = true;
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Id = 47;
     this.barButtonItemClose.Name = "barButtonItemClose";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // barButtonItemDoiLuong
     //
     this.barButtonItemDoiLuong.Id = 49;
     this.barButtonItemDoiLuong.Name = "barButtonItemDoiLuong";
     //
     // barButtonItemXemTruocIn
     //
     this.barButtonItemXemTruocIn.Id = 52;
     this.barButtonItemXemTruocIn.Name = "barButtonItemXemTruocIn";
     //
     // btnChot
     //
     this.btnChot.Caption = "Chốt bảng lương";
     this.btnChot.Id = 59;
     this.btnChot.Name = "btnChot";
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "Mở chốt bảng lương";
     this.barButtonItem6.Id = 60;
     this.barButtonItem6.Name = "barButtonItem6";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "barButtonItem5";
     this.barButtonItem5.Id = 62;
     this.barButtonItem5.Name = "barButtonItem5";
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "Chốt";
     this.barButtonItem7.Id = 63;
     this.barButtonItem7.Name = "barButtonItem7";
     //
     // repositoryItemPopupContainerEdit1
     //
     this.repositoryItemPopupContainerEdit1.AutoHeight = false;
     this.repositoryItemPopupContainerEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemPopupContainerEdit1.Name = "repositoryItemPopupContainerEdit1";
     this.repositoryItemPopupContainerEdit1.PopupSizeable = false;
     this.repositoryItemPopupContainerEdit1.ShowPopupCloseButton = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(200, 65);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(795, 466);
     this.splitContainerControl1.SplitterPosition = 164;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1,
     this.repositoryItemTimeEdit1,
     this.repositoryItemTimeEdit2});
     this.gridControlMaster.Size = new System.Drawing.Size(795, 164);
     this.gridControlMaster.TabIndex = 8;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.CotHoTen,
     this.CotSoNgay,
     this.CotLuongCB,
     this.CotPhanTramTV,
     this.CotLuongTL,
     this.CotTongThuNhap,
     this.CotTamUng,
     this.cotDaThanhToan,
     this.CotConLai,
     this.Thang,
     this.CotKetChuyenSoTienTU,
     this.CotKetChuyenTU});
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupCount = 1;
     this.gridViewMaster.GroupPanelText = "TIỀN LƯƠNG";
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewMaster.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsSelection.MultiSelect = true;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowFooter = true;
     this.gridViewMaster.OptionsView.ShowGroupedColumns = true;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     this.gridViewMaster.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.CotHoTen, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // CotHoTen
     //
     this.CotHoTen.Caption = "Nhân viên";
     this.CotHoTen.FieldName = "NAME";
     this.CotHoTen.Name = "CotHoTen";
     this.CotHoTen.Visible = true;
     this.CotHoTen.VisibleIndex = 0;
     this.CotHoTen.Width = 73;
     //
     // CotSoNgay
     //
     this.CotSoNgay.Caption = "Số ngày làm việc";
     this.CotSoNgay.Name = "CotSoNgay";
     this.CotSoNgay.Visible = true;
     this.CotSoNgay.VisibleIndex = 1;
     this.CotSoNgay.Width = 92;
     //
     // CotLuongCB
     //
     this.CotLuongCB.Caption = "Mức lương";
     this.CotLuongCB.Name = "CotLuongCB";
     this.CotLuongCB.Width = 62;
     //
     // CotPhanTramTV
     //
     this.CotPhanTramTV.Caption = "Phần trăm (thử việc)";
     this.CotPhanTramTV.Name = "CotPhanTramTV";
     this.CotPhanTramTV.Width = 111;
     //
     // CotLuongTL
     //
     this.CotLuongTL.Caption = "Thực lãnh";
     this.CotLuongTL.Name = "CotLuongTL";
     this.CotLuongTL.Width = 59;
     //
     // CotTongThuNhap
     //
     this.CotTongThuNhap.Caption = "Tổng thu nhập (VNĐ)";
     this.CotTongThuNhap.FieldName = "TONG_THU_NHAP";
     this.CotTongThuNhap.MinWidth = 126;
     this.CotTongThuNhap.Name = "CotTongThuNhap";
     this.CotTongThuNhap.SummaryItem.DisplayFormat = "{0}";
     this.CotTongThuNhap.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotTongThuNhap.Visible = true;
     this.CotTongThuNhap.VisibleIndex = 2;
     this.CotTongThuNhap.Width = 126;
     //
     // CotTamUng
     //
     this.CotTamUng.Caption = "Đã tạm ứng (VNĐ)";
     this.CotTamUng.FieldName = "TAM_UNG";
     this.CotTamUng.Name = "CotTamUng";
     this.CotTamUng.SummaryItem.DisplayFormat = "{0}";
     this.CotTamUng.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotTamUng.Visible = true;
     this.CotTamUng.VisibleIndex = 3;
     this.CotTamUng.Width = 101;
     //
     // cotDaThanhToan
     //
     this.cotDaThanhToan.Caption = "Đã thanh toán (VNĐ)";
     this.cotDaThanhToan.Name = "cotDaThanhToan";
     this.cotDaThanhToan.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.cotDaThanhToan.Visible = true;
     this.cotDaThanhToan.VisibleIndex = 4;
     this.cotDaThanhToan.Width = 114;
     //
     // CotConLai
     //
     this.CotConLai.Caption = "Còn lại (VNĐ)";
     this.CotConLai.Name = "CotConLai";
     this.CotConLai.SummaryItem.DisplayFormat = "{0}";
     this.CotConLai.SummaryItem.FieldName = "TT_CON_LAI";
     this.CotConLai.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotConLai.Visible = true;
     this.CotConLai.VisibleIndex = 5;
     this.CotConLai.Width = 76;
     //
     // Thang
     //
     this.Thang.Caption = "Thời gian";
     this.Thang.FieldName = "THANG_NAM";
     this.Thang.Name = "Thang";
     this.Thang.Width = 55;
     //
     // CotKetChuyenSoTienTU
     //
     this.CotKetChuyenSoTienTU.Caption = "Kết chuyển tạm ứng (VNĐ)";
     this.CotKetChuyenSoTienTU.FieldName = "KET_CHUYEN_TAM_UNG";
     this.CotKetChuyenSoTienTU.Name = "CotKetChuyenSoTienTU";
     this.CotKetChuyenSoTienTU.SummaryItem.DisplayFormat = "{0}";
     this.CotKetChuyenSoTienTU.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.CotKetChuyenSoTienTU.Visible = true;
     this.CotKetChuyenSoTienTU.VisibleIndex = 6;
     this.CotKetChuyenSoTienTU.Width = 141;
     //
     // CotKetChuyenTU
     //
     this.CotKetChuyenTU.Caption = "Kết chuyển tạm ứng";
     this.CotKetChuyenTU.Name = "CotKetChuyenTU";
     this.CotKetChuyenTU.Width = 109;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // repositoryItemTimeEdit1
     //
     this.repositoryItemTimeEdit1.AutoHeight = false;
     this.repositoryItemTimeEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit1.Name = "repositoryItemTimeEdit1";
     //
     // repositoryItemTimeEdit2
     //
     this.repositoryItemTimeEdit2.AutoHeight = false;
     this.repositoryItemTimeEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemTimeEdit2.Name = "repositoryItemTimeEdit2";
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(795, 296);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail,
     this.xtraTabPage3});
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(788, 267);
     this.xtraTabPageDetail.Text = "Chi tiết lương";
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(788, 267);
     this.gridControlDetail.TabIndex = 9;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewDetail.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gridControlDetailTamUng);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(788, 267);
     this.xtraTabPage3.Text = "Chi tiết tạm ứng";
     //
     // gridControlDetailTamUng
     //
     this.gridControlDetailTamUng.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetailTamUng.BackgroundImage")));
     this.gridControlDetailTamUng.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetailTamUng.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetailTamUng.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetailTamUng.MainView = this.gridViewDetailTamUng;
     this.gridControlDetailTamUng.Name = "gridControlDetailTamUng";
     this.gridControlDetailTamUng.Size = new System.Drawing.Size(788, 267);
     this.gridControlDetailTamUng.TabIndex = 10;
     this.gridControlDetailTamUng.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetailTamUng});
     //
     // gridViewDetailTamUng
     //
     this.gridViewDetailTamUng.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetailTamUng.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetailTamUng.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colTU_ID,
     this.col_NgayDeNghi,
     this.colTU_SoTien,
     this.colTU_LyDo,
     this.colTU_NguoiDuyet});
     this.gridViewDetailTamUng.GridControl = this.gridControlDetailTamUng;
     this.gridViewDetailTamUng.IndicatorWidth = 40;
     this.gridViewDetailTamUng.Name = "gridViewDetailTamUng";
     this.gridViewDetailTamUng.NewItemRowText = "Nhập dữ liệu mới tại đây";
     this.gridViewDetailTamUng.OptionsBehavior.Editable = false;
     this.gridViewDetailTamUng.OptionsFilter.UseNewCustomFilterDialog = true;
     this.gridViewDetailTamUng.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetailTamUng.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetailTamUng.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetailTamUng.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetailTamUng.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewDetailTamUng.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetailTamUng.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetailTamUng.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetailTamUng.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetailTamUng.OptionsView.ShowFooter = true;
     this.gridViewDetailTamUng.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetailTamUng.OptionsView.ShowGroupPanel = false;
     this.gridViewDetailTamUng.OptionsView.ShowIndicator = false;
     //
     // colTU_ID
     //
     this.colTU_ID.Caption = "ID";
     this.colTU_ID.Name = "colTU_ID";
     this.colTU_ID.Width = 23;
     //
     // col_NgayDeNghi
     //
     this.col_NgayDeNghi.Caption = "Ngày đề nghị";
     this.col_NgayDeNghi.MinWidth = 376;
     this.col_NgayDeNghi.Name = "col_NgayDeNghi";
     this.col_NgayDeNghi.Visible = true;
     this.col_NgayDeNghi.VisibleIndex = 0;
     this.col_NgayDeNghi.Width = 376;
     //
     // colTU_SoTien
     //
     this.colTU_SoTien.Caption = "Số tiền (VNĐ)";
     this.colTU_SoTien.MinWidth = 408;
     this.colTU_SoTien.Name = "colTU_SoTien";
     this.colTU_SoTien.SummaryItem.SummaryType = DevExpress.Data.SummaryItemType.Sum;
     this.colTU_SoTien.Visible = true;
     this.colTU_SoTien.VisibleIndex = 1;
     this.colTU_SoTien.Width = 408;
     //
     // colTU_LyDo
     //
     this.colTU_LyDo.Caption = "Lý do";
     this.colTU_LyDo.Name = "colTU_LyDo";
     this.colTU_LyDo.Width = 38;
     //
     // colTU_NguoiDuyet
     //
     this.colTU_NguoiDuyet.Caption = "Người duyệt";
     this.colTU_NguoiDuyet.Name = "colTU_NguoiDuyet";
     this.colTU_NguoiDuyet.Width = 71;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.labelControl6);
     this.popupControlContainerFilter.Controls.Add(this.labelControl2);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Top;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(200, 24);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(795, 41);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(0, 0);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(0, 13);
     this.labelControl6.TabIndex = 27;
     this.labelControl6.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl6.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // labelControl2
     //
     this.labelControl2.Location = new System.Drawing.Point(0, 0);
     this.labelControl2.Name = "labelControl2";
     this.labelControl2.Size = new System.Drawing.Size(0, 13);
     this.labelControl2.TabIndex = 28;
     this.labelControl2.ToolTip = "Dữ liệu bắt buộc nhập";
     this.labelControl2.ZZZType = System.Windows.Forms.PLLabel.LabelType.REQUIRED;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "VAT";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 5;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "VAT";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 96;
     //
     // frmLuongQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(995, 531);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.popupControlContainerFilter);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmLuongQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Tiền lương";
     this.Load += new System.EventHandler(this.frmLuongQL_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPageNhanVien.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeListNhanVien)).EndInit();
     this.xtraTabPageThoiGian.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeListBangLuong)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemPopupContainerEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTimeEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetailTamUng)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetailTamUng)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StrategiesCollectionForm));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.siAdd = new DevExpress.XtraBars.BarSubItem();
     this.biRemove = new DevExpress.XtraBars.BarButtonItem();
     this.biEdit = new DevExpress.XtraBars.BarButtonItem();
     this.biStart = new DevExpress.XtraBars.BarButtonItem();
     this.biStop = new DevExpress.XtraBars.BarButtonItem();
     this.biSimulation = new DevExpress.XtraBars.BarButtonItem();
     this.biOptimizeParams = new DevExpress.XtraBars.BarButtonItem();
     this.btShowData = new DevExpress.XtraBars.BarButtonItem();
     this.bcShowLog = new DevExpress.XtraBars.BarCheckItem();
     this.biSettings = new DevExpress.XtraBars.BarButtonItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.siStatus = new DevExpress.XtraBars.BarStaticItem();
     this.beSimulationProgress = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemProgressBar1 = new DevExpress.XtraEditors.Repository.RepositoryItemProgressBar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dpLogPanel = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.logMessagesControl = new CryptoMarketClient.LogMessagesControl();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.strategyBaseBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colEnabled = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colDemoMode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStateText = new DevExpress.XtraGrid.Columns.GridColumn();
     this.riTextEditState = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.colEarned = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEnableNotifications = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.behaviorManager1 = new DevExpress.Utils.Behaviors.BehaviorManager(this.components);
     this.toastNotificationsManager1 = new DevExpress.XtraBars.ToastNotifications.ToastNotificationsManager(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dpLogPanel.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.strategyBaseBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTextEditState)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.toastNotificationsManager1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowHtmlText = true;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar3});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.siAdd,
     this.biRemove,
     this.biEdit,
     this.siStatus,
     this.biStart,
     this.biStop,
     this.btShowData,
     this.biSimulation,
     this.bcShowLog,
     this.biOptimizeParams,
     this.beSimulationProgress,
     this.biSettings});
     this.barManager1.MaxItemId = 15;
     this.barManager1.OptionsStubGlyphs.AllowStubGlyphs = DevExpress.Utils.DefaultBoolean.True;
     this.barManager1.OptionsStubGlyphs.CaseMode = DevExpress.Utils.Drawing.GlyphTextCaseMode.UpperCase;
     this.barManager1.OptionsStubGlyphs.CornerRadius = 3;
     this.barManager1.OptionsStubGlyphs.Font = new System.Drawing.Font("Segoe UI", 12F);
     this.barManager1.OptionsStubGlyphs.LetterCount = DevExpress.Utils.Drawing.GlyphTextSymbolCount.Two;
     this.barManager1.OptionsStubGlyphs.UseFont = true;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemProgressBar1});
     //
     // bar1
     //
     this.bar1.BarAppearance.Hovered.FontStyleDelta = System.Drawing.FontStyle.Bold;
     this.bar1.BarAppearance.Hovered.Options.UseFont = true;
     this.bar1.BarAppearance.Normal.FontStyleDelta = System.Drawing.FontStyle.Bold;
     this.bar1.BarAppearance.Normal.Options.UseFont = true;
     this.bar1.BarAppearance.Pressed.FontStyleDelta = System.Drawing.FontStyle.Bold;
     this.bar1.BarAppearance.Pressed.Options.UseFont = true;
     this.bar1.BarName = "Tools";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.biRemove),
     new DevExpress.XtraBars.LinkPersistInfo(this.biEdit),
     new DevExpress.XtraBars.LinkPersistInfo(this.biStart, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.biStop),
     new DevExpress.XtraBars.LinkPersistInfo(this.biSimulation),
     new DevExpress.XtraBars.LinkPersistInfo(this.biOptimizeParams),
     new DevExpress.XtraBars.LinkPersistInfo(this.btShowData, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.bcShowLog),
     new DevExpress.XtraBars.LinkPersistInfo(this.biSettings)});
     this.bar1.OptionsBar.DrawBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Tools";
     //
     // siAdd
     //
     this.siAdd.Caption = "New";
     this.siAdd.Id = 0;
     this.siAdd.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("siAdd.ImageOptions.SvgImage")));
     this.siAdd.Name = "siAdd";
     this.siAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // biRemove
     //
     this.biRemove.Caption = "Remove Selected";
     this.biRemove.Id = 1;
     this.biRemove.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biRemove.ImageOptions.SvgImage")));
     this.biRemove.Name = "biRemove";
     this.biRemove.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biRemove.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biRemove_ItemClick);
     //
     // biEdit
     //
     this.biEdit.Caption = "Edit";
     this.biEdit.Id = 2;
     this.biEdit.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biEdit.ImageOptions.SvgImage")));
     this.biEdit.Name = "biEdit";
     this.biEdit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biEdit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biEdit_ItemClick);
     //
     // biStart
     //
     this.biStart.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.biStart.Caption = "<b>Run!</b>";
     this.biStart.Id = 4;
     this.biStart.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biStart.ImageOptions.SvgImage")));
     this.biStart.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Information;
     this.biStart.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biStart.Name = "biStart";
     this.biStart.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biStart_ItemClick);
     //
     // biStop
     //
     this.biStop.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.biStop.Caption = "<b>Stop</b>";
     this.biStop.Id = 5;
     this.biStop.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biStop.ImageOptions.SvgImage")));
     this.biStop.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Critical;
     this.biStop.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biStop.Name = "biStop";
     this.biStop.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biStop.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biStop_ItemClick);
     //
     // biSimulation
     //
     this.biSimulation.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.biSimulation.Caption = "<b>Simulation</b>";
     this.biSimulation.Id = 8;
     this.biSimulation.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biSimulation.ImageOptions.SvgImage")));
     this.biSimulation.ItemAppearance.Hovered.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biSimulation.ItemAppearance.Hovered.Options.UseForeColor = true;
     this.biSimulation.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biSimulation.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biSimulation.ItemAppearance.Pressed.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biSimulation.ItemAppearance.Pressed.Options.UseForeColor = true;
     this.biSimulation.Name = "biSimulation";
     this.biSimulation.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biSimulation.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biSimulation_ItemClick);
     //
     // biOptimizeParams
     //
     this.biOptimizeParams.Caption = "Optimize Params";
     this.biOptimizeParams.Id = 11;
     this.biOptimizeParams.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biOptimizeParams.ImageOptions.SvgImage")));
     this.biOptimizeParams.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Question;
     this.biOptimizeParams.ItemAppearance.Normal.Options.UseForeColor = true;
     this.biOptimizeParams.Name = "biOptimizeParams";
     this.biOptimizeParams.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biOptimizeParams.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biOptimizeParams_ItemClick);
     //
     // btShowData
     //
     this.btShowData.Caption = "<b>Show Data</b>";
     this.btShowData.Id = 6;
     this.btShowData.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btShowData.ImageOptions.SvgImage")));
     this.btShowData.Name = "btShowData";
     this.btShowData.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btShowData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btShowData_ItemClick);
     //
     // bcShowLog
     //
     this.bcShowLog.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.bcShowLog.Caption = "<b>Show Log</b>";
     this.bcShowLog.Id = 10;
     this.bcShowLog.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("bcShowLog.ImageOptions.SvgImage")));
     this.bcShowLog.Name = "bcShowLog";
     this.bcShowLog.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bcShowLog.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.bcShowLog_CheckedChanged);
     //
     // biSettings
     //
     this.biSettings.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.biSettings.Caption = "Settings";
     this.biSettings.Id = 14;
     this.biSettings.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("biSettings.ImageOptions.SvgImage")));
     this.biSettings.Name = "biSettings";
     this.biSettings.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.biSettings.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.biSettings_ItemClick);
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.siStatus),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.beSimulationProgress, "", false, true, true, 210)});
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // siStatus
     //
     this.siStatus.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     this.siStatus.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.siStatus.Caption = "    ";
     this.siStatus.Id = 3;
     this.siStatus.ItemAppearance.Normal.ForeColor = DevExpress.LookAndFeel.DXSkinColors.ForeColors.Information;
     this.siStatus.ItemAppearance.Normal.Options.UseForeColor = true;
     this.siStatus.Name = "siStatus";
     //
     // beSimulationProgress
     //
     this.beSimulationProgress.AutoFillWidth = true;
     this.beSimulationProgress.Caption = "barEditItem1";
     this.beSimulationProgress.Edit = this.repositoryItemProgressBar1;
     this.beSimulationProgress.Id = 13;
     this.beSimulationProgress.Name = "beSimulationProgress";
     this.beSimulationProgress.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // repositoryItemProgressBar1
     //
     this.repositoryItemProgressBar1.Maximum = 100000;
     this.repositoryItemProgressBar1.Name = "repositoryItemProgressBar1";
     this.repositoryItemProgressBar1.ShowTitle = true;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Manager = this.barManager1;
     this.barDockControlTop.Size = new System.Drawing.Size(1667, 60);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 974);
     this.barDockControlBottom.Manager = this.barManager1;
     this.barDockControlBottom.Size = new System.Drawing.Size(1667, 52);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 60);
     this.barDockControlLeft.Manager = this.barManager1;
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 914);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1667, 60);
     this.barDockControlRight.Manager = this.barManager1;
     this.barDockControlRight.Size = new System.Drawing.Size(0, 914);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dpLogPanel});
     this.dockManager1.MenuManager = this.barManager1;
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "System.Windows.Forms.MenuStrip",
     "System.Windows.Forms.StatusStrip",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl",
     "DevExpress.XtraBars.Navigation.OfficeNavigationBar",
     "DevExpress.XtraBars.Navigation.TileNavPane",
     "DevExpress.XtraBars.TabFormControl",
     "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl",
     "DevExpress.XtraBars.ToolbarForm.ToolbarFormControl"});
     //
     // dpLogPanel
     //
     this.dpLogPanel.Controls.Add(this.dockPanel1_Container);
     this.dpLogPanel.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dpLogPanel.ID = new System.Guid("10bbb36d-c4c6-4135-83c3-42595d23e751");
     this.dpLogPanel.Location = new System.Drawing.Point(0, 526);
     this.dpLogPanel.Name = "dpLogPanel";
     this.dpLogPanel.OriginalSize = new System.Drawing.Size(200, 441);
     this.dpLogPanel.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.dpLogPanel.SavedIndex = 0;
     this.dpLogPanel.Size = new System.Drawing.Size(1667, 441);
     this.dpLogPanel.Text = "Log";
     this.dpLogPanel.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.logMessagesControl);
     this.dockPanel1_Container.Location = new System.Drawing.Point(8, 51);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1651, 382);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // logMessagesControl
     //
     this.logMessagesControl.Dock = System.Windows.Forms.DockStyle.Fill;
     this.logMessagesControl.Location = new System.Drawing.Point(0, 0);
     this.logMessagesControl.Name = "logMessagesControl";
     this.logMessagesControl.Size = new System.Drawing.Size(1651, 382);
     this.logMessagesControl.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.DataSource = this.strategyBaseBindingSource;
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 60);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCheckEdit1,
     this.repositoryItemCheckEdit2,
     this.repositoryItemCheckEdit3,
     this.riTextEditState});
     this.gridControl1.Size = new System.Drawing.Size(1667, 914);
     this.gridControl1.TabIndex = 4;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     this.gridControl1.Click += new System.EventHandler(this.gridControl1_Click);
     //
     // strategyBaseBindingSource
     //
     this.strategyBaseBindingSource.DataSource = typeof(Crypto.Core.Strategies.StrategyBase);
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colEnabled,
     this.colDemoMode,
     this.colDescription,
     this.colName,
     this.colStateText,
     this.colEarned,
     this.colEnableNotifications});
     this.gridView1.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFullFocus;
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsDetail.EnableMasterViewMode = false;
     this.gridView1.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridView1.OptionsView.BestFitMode = DevExpress.XtraGrid.Views.Grid.GridBestFitMode.Full;
     this.gridView1.OptionsView.ShowHorizontalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.False;
     this.gridView1.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.gridView1_RowStyle);
     //
     // colEnabled
     //
     this.colEnabled.ColumnEdit = this.repositoryItemCheckEdit1;
     this.colEnabled.FieldName = "Enabled";
     this.colEnabled.MinWidth = 40;
     this.colEnabled.Name = "colEnabled";
     this.colEnabled.Visible = true;
     this.colEnabled.VisibleIndex = 0;
     this.colEnabled.Width = 160;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgToggle1;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.EditValueChanged += new System.EventHandler(this.repositoryItemCheckEdit1_EditValueChanged);
     //
     // colDemoMode
     //
     this.colDemoMode.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colDemoMode.FieldName = "DemoMode";
     this.colDemoMode.MinWidth = 40;
     this.colDemoMode.Name = "colDemoMode";
     this.colDemoMode.Visible = true;
     this.colDemoMode.VisibleIndex = 1;
     this.colDemoMode.Width = 195;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgToggle1;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.EditValueChanged += new System.EventHandler(this.repositoryItemCheckEdit2_EditValueChanged);
     //
     // colDescription
     //
     this.colDescription.ColumnEdit = this.repositoryItemTextEdit1;
     this.colDescription.FieldName = "Description";
     this.colDescription.MinWidth = 40;
     this.colDescription.Name = "colDescription";
     this.colDescription.OptionsColumn.AllowEdit = false;
     this.colDescription.Width = 554;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     this.repositoryItemTextEdit1.Padding = new System.Windows.Forms.Padding(0, 3, 0, 3);
     //
     // colName
     //
     this.colName.FieldName = "Name";
     this.colName.MinWidth = 40;
     this.colName.Name = "colName";
     this.colName.OptionsColumn.AllowEdit = false;
     this.colName.OptionsColumn.ReadOnly = true;
     this.colName.Visible = true;
     this.colName.VisibleIndex = 3;
     this.colName.Width = 361;
     //
     // colStateText
     //
     this.colStateText.ColumnEdit = this.riTextEditState;
     this.colStateText.FieldName = "StateText";
     this.colStateText.MinWidth = 40;
     this.colStateText.Name = "colStateText";
     this.colStateText.OptionsColumn.AllowEdit = false;
     this.colStateText.Visible = true;
     this.colStateText.VisibleIndex = 4;
     this.colStateText.Width = 366;
     //
     // riTextEditState
     //
     this.riTextEditState.AllowHtmlDraw = DevExpress.Utils.DefaultBoolean.True;
     this.riTextEditState.AutoHeight = false;
     this.riTextEditState.Name = "riTextEditState";
     //
     // colEarned
     //
     this.colEarned.DisplayFormat.FormatString = "0.0000000";
     this.colEarned.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.colEarned.FieldName = "Earned";
     this.colEarned.MinWidth = 40;
     this.colEarned.Name = "colEarned";
     this.colEarned.OptionsColumn.AllowEdit = false;
     this.colEarned.Visible = true;
     this.colEarned.VisibleIndex = 5;
     this.colEarned.Width = 412;
     //
     // colEnableNotifications
     //
     this.colEnableNotifications.Caption = "Notifications";
     this.colEnableNotifications.ColumnEdit = this.repositoryItemCheckEdit3;
     this.colEnableNotifications.FieldName = "EnableNotifications";
     this.colEnableNotifications.MinWidth = 40;
     this.colEnableNotifications.Name = "colEnableNotifications";
     this.colEnableNotifications.Visible = true;
     this.colEnableNotifications.VisibleIndex = 2;
     this.colEnableNotifications.Width = 137;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.CheckBoxOptions.Style = DevExpress.XtraEditors.Controls.CheckBoxStyle.SvgToggle1;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     this.repositoryItemCheckEdit3.EditValueChanged += new System.EventHandler(this.repositoryItemCheckEdit3_EditValueChanged);
     //
     // toastNotificationsManager1
     //
     this.toastNotificationsManager1.ApplicationId = "ab6decea-81d2-4ad9-b8b7-45653fe59087";
     this.toastNotificationsManager1.Notifications.AddRange(new DevExpress.XtraBars.ToastNotifications.IToastNotificationProperties[] {
     new DevExpress.XtraBars.ToastNotifications.ToastNotification("404ef86f-183c-4fea-960b-86f54e52ea76", global::Crypto.UI.Properties.Resources.notification_image2, "Strategies Simulator", "Strategy simulation finished!", "", DevExpress.XtraBars.ToastNotifications.ToastNotificationSound.Default, DevExpress.XtraBars.ToastNotifications.ToastNotificationDuration.Long, DevExpress.XtraBars.ToastNotifications.ToastNotificationTemplate.ImageAndText01)});
     //
     // StrategiesCollectionForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1667, 1026);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "StrategiesCollectionForm";
     this.Text = "Active Strategies";
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemProgressBar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dpLogPanel.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.strategyBaseBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riTextEditState)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.behaviorManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.toastNotificationsManager1)).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>
        protected void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListCanhBaoQL));
            this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
            this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.MainBar = new DevExpress.XtraBars.Bar();
            this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItemInNhan = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemInBeatcamTrong = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemInBeatacamNgoai = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItemExort = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemExcel2007 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemExcel2003 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemPDF = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemHTML = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemRTF = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
            this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
            this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
            this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
            this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
            this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
            this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemIn = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItemXemTruoc = new DevExpress.XtraBars.BarButtonItem();
            this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
            this.pageBanQuyen = new DevExpress.XtraTab.XtraTabPage();
            this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
            this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.gridBandThongTinChinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_CT_MaCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_NgayAWB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_NoiDung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_DaoDien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_DienVien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TomTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_DoiTuongKhanGia = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_KHPL = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_KHXK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TinhTrangBang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TuKhoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_GhiChu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_Photos = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_Ranking = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_Script = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TrailerGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_LoaiCB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_NgayLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_NguoiLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_CongT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBandNguonGoc = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_CT_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_NamSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_Nuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_DonViCungCap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_DonViSoHuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_KenhHanCheBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_ThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_CT_BanQuyenThuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_BanQuyenDIDStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_BanQuyenDIDEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_BanQuyenDTNNStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_BanQuyenDTNNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_BanQuyenHTV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBandThongTinPhatSong = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_CT_MuaKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_PhatSongChinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_PhatSongLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_PhatSongKhac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_SoLanPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_SoRunConLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_CT_Release = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBandThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.pageSoRun = new DevExpress.XtraTab.XtraTabPage();
            this.gridControlSoRun = new DevExpress.XtraGrid.GridControl();
            this.gridViewSoRun = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.gridBand3 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_RUN_MaCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_NgayAWB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TenCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DaoDien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DienVien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TomTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DoiTuongKG = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_KHPL = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_KHXK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TinhTrangCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TuKhoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_GhiChu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_Photos = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_Ranking = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_Script = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TrailerGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_LoaiCB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_NguoiLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_NgayLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_CongTy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand4 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.gridBand5 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_RUN_NamSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_NuocSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DVCungCap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DonViSoHuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_KenhHanCheBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_ThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand6 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_RUN_BanQuyenThuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_BanQuyenDTTNStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DTTNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DTNNStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_DTNNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_BanQuyenHTV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand7 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_RUN_MuaKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_ThoiGianPSChinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_ThoiGianPSLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_ThoiGianPSKhac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_SoRunDaPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_SoRunConLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_RUN_Release = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBand8 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.pageMuonTra = new DevExpress.XtraTab.XtraTabPage();
            this.gridControlMuonTra = new DevExpress.XtraGrid.GridControl();
            this.gridViewMuonTra = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
            this.gridBandChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_MT_MaPhieu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_NguoiMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_BoPhanMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_CongTyMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_NgayMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_MucDich = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_NgayTra = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_LoaiCB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.gridBandPostMaster = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
            this.Col_MT_NguoiTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_NgayTao = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.Col_MT_CongTy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
            this.popupMenu2 = new DevExpress.XtraBars.PopupMenu(this.components);
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.TreeDes = new DevExpress.XtraTreeList.PLTreeList();
            this.ColDes_Ten = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_NuocSX = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TietMuc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_SoTapGoc = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_LoaiLuuTru = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Betacam = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_File = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_DVD = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Cap = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenPM = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_TenCT = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_PhongBan = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_CongTy = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            this.ColDes_Category = new DevExpress.XtraTreeList.Columns.TreeListColumn();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
            this.dockPanel1.SuspendLayout();
            this.dockPanel1_Container.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
            this.popupControlContainerFilter.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
            this.xtraTabControlDetail.SuspendLayout();
            this.pageBanQuyen.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
            this.pageSoRun.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlSoRun)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSoRun)).BeginInit();
            this.pageMuonTra.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMuonTra)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMuonTra)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.TreeDes)).BeginInit();
            this.SuspendLayout();
            //
            // gridControlDetail
            //
            this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
            this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
            this.gridControlDetail.MainView = this.gridViewDetail;
            this.gridControlDetail.Name = "gridControlDetail";
            this.gridControlDetail.Size = new System.Drawing.Size(17, 28);
            this.gridControlDetail.TabIndex = 9;
            this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewDetail});
            //
            // gridViewDetail
            //
            this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gridViewDetail.GridControl = this.gridControlDetail;
            this.gridViewDetail.IndicatorWidth = 40;
            this.gridViewDetail.Name = "gridViewDetail";
            this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
            this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
            this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
            this.gridViewDetail.OptionsView.ShowGroupPanel = false;
            this.gridViewDetail.OptionsView.ShowViewCaption = true;
            this.gridViewDetail.ViewCaption = "Post/Master (Cấp 2)";
            //
            // barManager1
            //
            this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
            this.MainBar});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.DockManager = this.dockManager1;
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItemAdd,
            this.barButtonItemDelete,
            this.barButtonItemUpdate,
            this.barButtonItemPrint,
            this.barStaticItem1,
            this.barButtonItem1,
            this.barButtonItem2,
            this.barButtonItemCommit,
            this.barButtonItemNoCommit,
            this.barSubItem1,
            this.barButtonItemXem,
            this.barButtonItemSearch,
            this.barButtonItemClose,
            this.barCheckItemFilter,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barSubItemCotHienThi,
            this.barSubItemInNhan,
            this.barButtonItemInBeatcamTrong,
            this.barButtonItemInBeatacamNgoai,
            this.barButtonItemIn,
            this.barButtonItemXemTruoc,
            this.barSubItemExort,
            this.barButtonItemExcel2007,
            this.barButtonItemExcel2003,
            this.barButtonItemPDF,
            this.barButtonItemHTML,
            this.barButtonItemRTF});
            this.barManager1.MaxItemId = 50;
            //
            // MainBar
            //
            this.MainBar.BarName = "MainBar";
            this.MainBar.DockCol = 0;
            this.MainBar.DockRow = 0;
            this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
            this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
            this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
            this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemInNhan),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemExort),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi, true)});
            this.MainBar.OptionsBar.AllowQuickCustomization = false;
            this.MainBar.OptionsBar.DrawDragBorder = false;
            this.MainBar.OptionsBar.RotateWhenVertical = false;
            this.MainBar.OptionsBar.UseWholeRow = true;
            this.MainBar.Text = "Custom 1";
            //
            // barButtonItemAdd
            //
            this.barButtonItemAdd.Caption = "Thêm";
            this.barButtonItemAdd.Id = 0;
            this.barButtonItemAdd.Name = "barButtonItemAdd";
            this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemAdd.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemXem
            //
            this.barButtonItemXem.Caption = "&Xem";
            this.barButtonItemXem.Id = 24;
            this.barButtonItemXem.Name = "barButtonItemXem";
            this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemUpdate
            //
            this.barButtonItemUpdate.Caption = "&Sửa";
            this.barButtonItemUpdate.Id = 2;
            this.barButtonItemUpdate.Name = "barButtonItemUpdate";
            this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemUpdate.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemPrint
            //
            this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemPrint.Caption = "&In";
            this.barButtonItemPrint.DropDownControl = this.popupMenu1;
            this.barButtonItemPrint.Id = 3;
            this.barButtonItemPrint.Name = "barButtonItemPrint";
            this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenu1
            //
            this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
            this.popupMenu1.Manager = this.barManager1;
            this.popupMenu1.Name = "popupMenu1";
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption = "Xem trước";
            this.barButtonItem4.Id = 33;
            this.barButtonItem4.Name = "barButtonItem4";
            //
            // barSubItemInNhan
            //
            this.barSubItemInNhan.Caption = "In n&hãn";
            this.barSubItemInNhan.Id = 36;
            this.barSubItemInNhan.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatcamTrong),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatacamNgoai)});
            this.barSubItemInNhan.Name = "barSubItemInNhan";
            this.barSubItemInNhan.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barButtonItemInBeatcamTrong
            //
            this.barButtonItemInBeatcamTrong.Caption = "In beatcam t&rong";
            this.barButtonItemInBeatcamTrong.Id = 37;
            this.barButtonItemInBeatcamTrong.Name = "barButtonItemInBeatcamTrong";
            //
            // barButtonItemInBeatacamNgoai
            //
            this.barButtonItemInBeatacamNgoai.Caption = "In betacam n&ngoài";
            this.barButtonItemInBeatacamNgoai.Id = 38;
            this.barButtonItemInBeatacamNgoai.Name = "barButtonItemInBeatacamNgoai";
            //
            // barSubItemExort
            //
            this.barSubItemExort.Caption = "Xuất ra file";
            this.barSubItemExort.Id = 44;
            this.barSubItemExort.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExcel2007),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemExcel2003),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPDF),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemHTML),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemRTF)});
            this.barSubItemExort.Name = "barSubItemExort";
            this.barSubItemExort.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;

            //
            // barButtonItemExcel2007
            //
            this.barButtonItemExcel2007.Caption = "Xuất ra file Excel 2007";
            this.barButtonItemExcel2007.Id = 45;
            this.barButtonItemExcel2007.Name = "barButtonItemExcel2007";
            this.barButtonItemExcel2007.Tag = "xlsx";
            this.barButtonItemExcel2007.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemExport_ItemClick);
            //
            // barButtonItemExcel2003
            //
            this.barButtonItemExcel2003.Caption = "Xuất ra file Excel 97 - 2003";
            this.barButtonItemExcel2003.Id = 46;
            this.barButtonItemExcel2003.Name = "barButtonItemExcel2003";
            this.barButtonItemExcel2003.Tag = "xls";
            this.barButtonItemExcel2003.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemExport_ItemClick);
            //
            // barButtonItemPDF
            //
            this.barButtonItemPDF.Caption = "Xuất ra file PDF";
            this.barButtonItemPDF.Id = 47;
            this.barButtonItemPDF.Name = "barButtonItemPDF";
            this.barButtonItemPDF.Tag = "pdf";
            this.barButtonItemPDF.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemExport_ItemClick);
            //
            // barButtonItemHTML
            //
            this.barButtonItemHTML.Caption = "Xuất ra file HTML";
            this.barButtonItemHTML.Id = 48;
            this.barButtonItemHTML.Name = "barButtonItemHTML";
            this.barButtonItemHTML.Tag = "htm";
            this.barButtonItemHTML.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemExport_ItemClick);
            //
            // barButtonItemRTF
            //
            this.barButtonItemRTF.Caption = "Xuất ra file RTF";
            this.barButtonItemRTF.Id = 49;
            this.barButtonItemRTF.Name = "barButtonItemRTF";
            this.barButtonItemRTF.Tag = "rtf";
            this.barButtonItemRTF.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemExport_ItemClick);
            //
            // barButtonItemCommit
            //
            this.barButtonItemCommit.Caption = "&Duyệt";
            this.barButtonItemCommit.Id = 17;
            this.barButtonItemCommit.Name = "barButtonItemCommit";
            this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemNoCommit
            //
            this.barButtonItemNoCommit.Caption = "&Không duyệt";
            this.barButtonItemNoCommit.Id = 18;
            this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
            this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItem1
            //
            this.barSubItem1.Caption = "Nghiệp vụ";
            this.barSubItem1.Id = 20;
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barButtonItemSearch
            //
            this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemSearch.Caption = "Tìm kiếm";
            this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
            this.barButtonItemSearch.Id = 27;
            this.barButtonItemSearch.Name = "barButtonItemSearch";
            this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // popupMenuFilter
            //
            this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
            this.popupMenuFilter.Manager = this.barManager1;
            this.popupMenuFilter.Name = "popupMenuFilter";
            //
            // barCheckItemFilter
            //
            this.barCheckItemFilter.Caption = "Điều &kiện lọc";
            this.barCheckItemFilter.Checked = true;
            this.barCheckItemFilter.Id = 29;
            this.barCheckItemFilter.Name = "barCheckItemFilter";
            this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barCheckItemFilter.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemFilter_CheckedChanged);
            //
            // barButtonItemClose
            //
            this.barButtonItemClose.Caption = "Đóng";
            this.barButtonItemClose.Id = 28;
            this.barButtonItemClose.Name = "barButtonItemClose";
            this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // barSubItemCotHienThi
            //
            this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
            this.barSubItemCotHienThi.Id = 35;
            this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
            //
            // barDockControlTop
            //
            this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
            this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
            this.barDockControlTop.Size = new System.Drawing.Size(1028, 24);
            //
            // barDockControlBottom
            //
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
            this.barDockControlBottom.Size = new System.Drawing.Size(1028, 0);
            //
            // barDockControlLeft
            //
            this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
            this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
            this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
            //
            // barDockControlRight
            //
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(1028, 24);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
            //
            // dockManager1
            //
            this.dockManager1.Form = this;
            this.dockManager1.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
            this.dockPanel1});
            this.dockManager1.TopZIndexControls.AddRange(new string[] {
            "DevExpress.XtraBars.BarDockControl",
            "DevExpress.XtraBars.StandaloneBarDockControl",
            "System.Windows.Forms.StatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
            "DevExpress.XtraBars.Ribbon.RibbonControl"});
            //
            // dockPanel1
            //
            this.dockPanel1.Controls.Add(this.dockPanel1_Container);
            this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
            this.dockPanel1.FloatVertical = true;
            this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
            this.dockPanel1.Location = new System.Drawing.Point(0, 24);
            this.dockPanel1.Name = "dockPanel1";
            this.dockPanel1.Options.AllowDockLeft = false;
            this.dockPanel1.Options.AllowDockRight = false;
            this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 83);
            this.dockPanel1.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Top;
            this.dockPanel1.SavedIndex = 0;
            this.dockPanel1.Size = new System.Drawing.Size(1028, 83);
            this.dockPanel1.Text = "Điều kiện tìm kiếm";
            this.dockPanel1.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
            this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
            //
            // dockPanel1_Container
            //
            this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
            this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
            this.dockPanel1_Container.Name = "dockPanel1_Container";
            this.dockPanel1_Container.Size = new System.Drawing.Size(1022, 55);
            this.dockPanel1_Container.TabIndex = 0;
            //
            // popupControlContainerFilter
            //
            this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.popupControlContainerFilter.Controls.Add(this.splitContainerControl1);
            this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
            this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
            this.popupControlContainerFilter.Manager = this.barManager1;
            this.popupControlContainerFilter.Name = "popupControlContainerFilter";
            this.popupControlContainerFilter.Size = new System.Drawing.Size(1022, 55);
            this.popupControlContainerFilter.TabIndex = 5;
            this.popupControlContainerFilter.Visible = false;
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Location = new System.Drawing.Point(840, 6);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseFont = true;
            this.splitContainerControl1.Panel1.AppearanceCaption.Options.UseTextOptions = true;
            this.splitContainerControl1.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.splitContainerControl1.Panel1.Text = "Chương trình";
            this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
            this.splitContainerControl1.Panel2.Controls.Add(this.gridControlDetail);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(52, 28);
            this.splitContainerControl1.SplitterPosition = 29;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            this.splitContainerControl1.Visible = false;
            //
            // barButtonItemDelete
            //
            this.barButtonItemDelete.Caption = "&Xóa";
            this.barButtonItemDelete.Id = 1;
            this.barButtonItemDelete.Name = "barButtonItemDelete";
            this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemDelete.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            //
            // barStaticItem1
            //
            this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
            this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.barStaticItem1.Id = 13;
            this.barStaticItem1.Name = "barStaticItem1";
            this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
            this.barStaticItem1.Width = 100;
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption = "barButtonItem1";
            this.barButtonItem1.Id = 14;
            this.barButtonItem1.Name = "barButtonItem1";
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption = "barButtonItem2";
            this.barButtonItem2.Id = 15;
            this.barButtonItem2.Name = "barButtonItem2";
            //
            // barButtonItem3
            //
            this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItem3.Caption = "In";
            this.barButtonItem3.Id = 30;
            this.barButtonItem3.Name = "barButtonItem3";
            //
            // barButtonItemIn
            //
            this.barButtonItemIn.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
            this.barButtonItemIn.Caption = "&In";
            this.barButtonItemIn.Id = 41;
            this.barButtonItemIn.Name = "barButtonItemIn";
            this.barButtonItemIn.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemIn.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemIn_ItemClick);
            //
            // barButtonItemXemTruoc
            //
            this.barButtonItemXemTruoc.Caption = "&Xem trước";
            this.barButtonItemXemTruoc.Id = 42;
            this.barButtonItemXemTruoc.Name = "barButtonItemXemTruoc";
            this.barButtonItemXemTruoc.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItemXemTruoc.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemXemTruoc_ItemClick);
            //
            // xtraTabControlDetail
            //
            this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 24);
            this.xtraTabControlDetail.Name = "xtraTabControlDetail";
            this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
            this.xtraTabControlDetail.Size = new System.Drawing.Size(1028, 521);
            this.xtraTabControlDetail.TabIndex = 11;
            this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPageDetail,
            this.pageBanQuyen,
            this.pageSoRun,
            this.pageMuonTra});
            //
            // xtraTabPageDetail
            //
            this.xtraTabPageDetail.Name = "xtraTabPageDetail";
            this.xtraTabPageDetail.PageVisible = false;
            this.xtraTabPageDetail.Size = new System.Drawing.Size(1021, 492);
            this.xtraTabPageDetail.Text = "Detail";
            //
            // pageBanQuyen
            //
            this.pageBanQuyen.Controls.Add(this.gridControlMaster);
            this.pageBanQuyen.Name = "pageBanQuyen";
            this.pageBanQuyen.Size = new System.Drawing.Size(1021, 492);
            this.pageBanQuyen.Text = "Cảnh báo bản quyền";
            //
            // gridControlMaster
            //
            this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
            this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
            this.gridControlMaster.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
            this.gridControlMaster.MainView = this.gridViewMaster;
            this.gridControlMaster.Name = "gridControlMaster";
            this.gridControlMaster.Size = new System.Drawing.Size(1021, 492);
            this.gridControlMaster.TabIndex = 10;
            this.gridControlMaster.TabStop = false;
            this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMaster});
            //
            // gridViewMaster
            //
            this.gridViewMaster.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Inch);
            this.gridViewMaster.Appearance.GroupPanel.Options.UseFont = true;
            this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewMaster.Appearance.ViewCaption.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.gridViewMaster.Appearance.ViewCaption.Options.UseBackColor = true;
            this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBandThongTinChinh,
            this.gridBandNguonGoc,
            this.gridBandThongTinPhatSong,
            this.gridBandThongTinBan});
            this.gridViewMaster.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.Col_CT_MaCT,
            this.Col_CT_NgayAWB,
            this.Col_CT_NgayLap,
            this.Col_CT_NguoiLap,
            this.Col_CT_PhongBan,
            this.Col_CT_NoiDung,
            this.Col_CT_TietMuc,
            this.Col_CT_TenGoc,
            this.Col_CT_DaoDien,
            this.Col_CT_DienVien,
            this.Col_CT_KHPL,
            this.Col_CT_DoiTuongKhanGia,
            this.Col_CT_TuKhoa,
            this.Col_CT_KHXK,
            this.Col_CT_TinhTrangBang,
            this.Col_CT_TomTat,
            this.Col_CT_ThanhLy,
            this.Col_CT_GhiChu,
            this.Col_CT_ThongTinBan,
            this.Col_CT_NamSX,
            this.Col_CT_Nuoc,
            this.Col_CT_DonViCungCap,
            this.Col_CT_DonViSoHuu,
            this.Col_CT_KenhHanCheBan,
            this.Col_CT_PhatSongChinh,
            this.Col_CT_TongSoRun,
            this.Col_CT_SoLanPhat,
            this.Col_CT_SoRunConLai,
            this.Col_CT_Release,
            this.Col_CT_Category,
            this.Col_CT_Ranking,
            this.Col_CT_Script,
            this.Col_CT_Photos,
            this.Col_CT_TrailerGoc,
            this.Col_CT_BanQuyenThuoc,
            this.Col_CT_BanQuyenDIDStart,
            this.Col_CT_BanQuyenDIDEnd,
            this.Col_CT_BanQuyenDTNNStart,
            this.Col_CT_BanQuyenDTNNEnd,
            this.Col_CT_BanQuyenHTV,
            this.Col_CT_MuaKem,
            this.Col_CT_PhatSongKhac,
            this.Col_CT_PhatSongLai,
            this.Col_CT_CongT,
            this.Col_CT_LoaiCB});
            this.gridViewMaster.CustomizationFormBounds = new System.Drawing.Rectangle(747, 292, 215, 205);
            this.gridViewMaster.GridControl = this.gridControlMaster;
            this.gridViewMaster.GroupPanelText = "Các chương trình thỏa điều kiện tìm kiếm";
            this.gridViewMaster.IndicatorWidth = 40;
            this.gridViewMaster.Name = "gridViewMaster";
            this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
            this.gridViewMaster.OptionsSelection.MultiSelect = true;
            this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
            this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewMaster.OptionsView.ShowGroupPanel = false;
            this.gridViewMaster.OptionsView.ShowViewCaption = true;
            this.gridViewMaster.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.Col_CT_LoaiCB, DevExpress.Data.ColumnSortOrder.Ascending)});
            this.gridViewMaster.ViewCaption = "Thông tin cảnh báo thời hạn bản quyền";
            //
            // gridBandThongTinChinh
            //
            this.gridBandThongTinChinh.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandThongTinChinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandThongTinChinh.Caption = "Thông tin chính";
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_MaCT);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayAWB);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Category);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NoiDung);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TenGoc);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TietMuc);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DaoDien);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DienVien);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TomTat);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DoiTuongKhanGia);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHPL);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHXK);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TinhTrangBang);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TuKhoa);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_ThanhLy);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_GhiChu);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Photos);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Ranking);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Script);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TrailerGoc);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_LoaiCB);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayLap);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NguoiLap);
            this.gridBandThongTinChinh.Columns.Add(this.Col_CT_CongT);
            this.gridBandThongTinChinh.Name = "gridBandThongTinChinh";
            this.gridBandThongTinChinh.Width = 1427;
            //
            // Col_CT_MaCT
            //
            this.Col_CT_MaCT.Caption = "Mã chương trình";
            this.Col_CT_MaCT.Name = "Col_CT_MaCT";
            this.Col_CT_MaCT.Visible = true;
            this.Col_CT_MaCT.Width = 90;
            //
            // Col_CT_NgayAWB
            //
            this.Col_CT_NgayAWB.Caption = "Ngày AWB";
            this.Col_CT_NgayAWB.Name = "Col_CT_NgayAWB";
            this.Col_CT_NgayAWB.Visible = true;
            this.Col_CT_NgayAWB.Width = 63;
            //
            // Col_CT_Category
            //
            this.Col_CT_Category.Caption = "Category";
            this.Col_CT_Category.Name = "Col_CT_Category";
            this.Col_CT_Category.Visible = true;
            this.Col_CT_Category.Width = 57;
            //
            // Col_CT_NoiDung
            //
            this.Col_CT_NoiDung.Caption = "Tên chương trình";
            this.Col_CT_NoiDung.Name = "Col_CT_NoiDung";
            this.Col_CT_NoiDung.Visible = true;
            this.Col_CT_NoiDung.Width = 94;
            //
            // Col_CT_TenGoc
            //
            this.Col_CT_TenGoc.Caption = "Tên gốc";
            this.Col_CT_TenGoc.Name = "Col_CT_TenGoc";
            this.Col_CT_TenGoc.Visible = true;
            this.Col_CT_TenGoc.Width = 50;
            //
            // Col_CT_TietMuc
            //
            this.Col_CT_TietMuc.Caption = "Tiết mục";
            this.Col_CT_TietMuc.Name = "Col_CT_TietMuc";
            this.Col_CT_TietMuc.Visible = true;
            this.Col_CT_TietMuc.Width = 52;
            //
            // Col_CT_DaoDien
            //
            this.Col_CT_DaoDien.Caption = "Đạo diễn";
            this.Col_CT_DaoDien.Name = "Col_CT_DaoDien";
            this.Col_CT_DaoDien.Visible = true;
            this.Col_CT_DaoDien.Width = 55;
            //
            // Col_CT_DienVien
            //
            this.Col_CT_DienVien.Caption = "Diễn viên";
            this.Col_CT_DienVien.Name = "Col_CT_DienVien";
            this.Col_CT_DienVien.Visible = true;
            this.Col_CT_DienVien.Width = 56;
            //
            // Col_CT_TomTat
            //
            this.Col_CT_TomTat.Caption = "Tóm tắt";
            this.Col_CT_TomTat.Name = "Col_CT_TomTat";
            this.Col_CT_TomTat.Visible = true;
            this.Col_CT_TomTat.Width = 49;
            //
            // Col_CT_DoiTuongKhanGia
            //
            this.Col_CT_DoiTuongKhanGia.Caption = "Đối tượng khán giả";
            this.Col_CT_DoiTuongKhanGia.Name = "Col_CT_DoiTuongKhanGia";
            this.Col_CT_DoiTuongKhanGia.Visible = true;
            this.Col_CT_DoiTuongKhanGia.Width = 103;
            //
            // Col_CT_KHPL
            //
            this.Col_CT_KHPL.Caption = "KHPL";
            this.Col_CT_KHPL.Name = "Col_CT_KHPL";
            this.Col_CT_KHPL.ToolTip = "Ký hiệu phân loại";
            this.Col_CT_KHPL.Visible = true;
            this.Col_CT_KHPL.Width = 36;
            //
            // Col_CT_KHXK
            //
            this.Col_CT_KHXK.Caption = "KHXK";
            this.Col_CT_KHXK.Name = "Col_CT_KHXK";
            this.Col_CT_KHXK.ToolTip = "Ký hiệu xếp kho";
            this.Col_CT_KHXK.Visible = true;
            this.Col_CT_KHXK.Width = 37;
            //
            // Col_CT_TinhTrangBang
            //
            this.Col_CT_TinhTrangBang.Caption = "Tình trạng CT";
            this.Col_CT_TinhTrangBang.Name = "Col_CT_TinhTrangBang";
            this.Col_CT_TinhTrangBang.Visible = true;
            this.Col_CT_TinhTrangBang.Width = 77;
            //
            // Col_CT_TuKhoa
            //
            this.Col_CT_TuKhoa.Caption = "Từ khóa";
            this.Col_CT_TuKhoa.Name = "Col_CT_TuKhoa";
            this.Col_CT_TuKhoa.Visible = true;
            this.Col_CT_TuKhoa.Width = 51;
            //
            // Col_CT_ThanhLy
            //
            this.Col_CT_ThanhLy.Caption = "Thanh lý";
            this.Col_CT_ThanhLy.Name = "Col_CT_ThanhLy";
            this.Col_CT_ThanhLy.Visible = true;
            this.Col_CT_ThanhLy.Width = 53;
            //
            // Col_CT_GhiChu
            //
            this.Col_CT_GhiChu.Caption = "Ghi chú";
            this.Col_CT_GhiChu.Name = "Col_CT_GhiChu";
            this.Col_CT_GhiChu.Visible = true;
            this.Col_CT_GhiChu.Width = 47;
            //
            // Col_CT_Photos
            //
            this.Col_CT_Photos.Caption = "Photos";
            this.Col_CT_Photos.Name = "Col_CT_Photos";
            this.Col_CT_Photos.Visible = true;
            this.Col_CT_Photos.Width = 45;
            //
            // Col_CT_Ranking
            //
            this.Col_CT_Ranking.Caption = "Ranking";
            this.Col_CT_Ranking.Name = "Col_CT_Ranking";
            this.Col_CT_Ranking.Visible = true;
            this.Col_CT_Ranking.Width = 50;
            //
            // Col_CT_Script
            //
            this.Col_CT_Script.Caption = "Script";
            this.Col_CT_Script.Name = "Col_CT_Script";
            this.Col_CT_Script.Visible = true;
            this.Col_CT_Script.Width = 39;
            //
            // Col_CT_TrailerGoc
            //
            this.Col_CT_TrailerGoc.Caption = "Trailer gốc";
            this.Col_CT_TrailerGoc.Name = "Col_CT_TrailerGoc";
            this.Col_CT_TrailerGoc.Visible = true;
            this.Col_CT_TrailerGoc.Width = 62;
            //
            // Col_CT_LoaiCB
            //
            this.Col_CT_LoaiCB.Caption = "Cấp độ cảnh báo";
            this.Col_CT_LoaiCB.Name = "Col_CT_LoaiCB";
            this.Col_CT_LoaiCB.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.Col_CT_LoaiCB.Visible = true;
            //
            // Col_CT_NgayLap
            //
            this.Col_CT_NgayLap.Caption = "Ngày lập";
            this.Col_CT_NgayLap.Name = "Col_CT_NgayLap";
            this.Col_CT_NgayLap.Visible = true;
            this.Col_CT_NgayLap.Width = 54;
            //
            // Col_CT_NguoiLap
            //
            this.Col_CT_NguoiLap.Caption = "Người lập";
            this.Col_CT_NguoiLap.Name = "Col_CT_NguoiLap";
            this.Col_CT_NguoiLap.Visible = true;
            this.Col_CT_NguoiLap.Width = 57;
            //
            // Col_CT_CongT
            //
            this.Col_CT_CongT.Caption = "Công ty";
            this.Col_CT_CongT.Name = "Col_CT_CongT";
            this.Col_CT_CongT.Visible = true;
            //
            // gridBandNguonGoc
            //
            this.gridBandNguonGoc.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandNguonGoc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandNguonGoc.Caption = "Nguồn gốc";
            this.gridBandNguonGoc.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand1,
            this.gridBand2});
            this.gridBandNguonGoc.Name = "gridBandNguonGoc";
            this.gridBandNguonGoc.Width = 1153;
            //
            // gridBand1
            //
            this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand1.Caption = "Thông tin sở hữu";
            this.gridBand1.Columns.Add(this.Col_CT_PhongBan);
            this.gridBand1.Columns.Add(this.Col_CT_NamSX);
            this.gridBand1.Columns.Add(this.Col_CT_Nuoc);
            this.gridBand1.Columns.Add(this.Col_CT_DonViCungCap);
            this.gridBand1.Columns.Add(this.Col_CT_DonViSoHuu);
            this.gridBand1.Columns.Add(this.Col_CT_KenhHanCheBan);
            this.gridBand1.Columns.Add(this.Col_CT_ThongTinBan);
            this.gridBand1.Name = "gridBand1";
            this.gridBand1.Width = 507;
            //
            // Col_CT_PhongBan
            //
            this.Col_CT_PhongBan.Caption = "Phòng ban";
            this.Col_CT_PhongBan.Name = "Col_CT_PhongBan";
            this.Col_CT_PhongBan.Visible = true;
            this.Col_CT_PhongBan.Width = 63;
            //
            // Col_CT_NamSX
            //
            this.Col_CT_NamSX.Caption = "Năm SX";
            this.Col_CT_NamSX.Name = "Col_CT_NamSX";
            this.Col_CT_NamSX.Visible = true;
            this.Col_CT_NamSX.Width = 48;
            //
            // Col_CT_Nuoc
            //
            this.Col_CT_Nuoc.Caption = "Nước SX";
            this.Col_CT_Nuoc.Name = "Col_CT_Nuoc";
            this.Col_CT_Nuoc.ToolTip = "Nước sản xuất";
            this.Col_CT_Nuoc.Visible = true;
            this.Col_CT_Nuoc.Width = 52;
            //
            // Col_CT_DonViCungCap
            //
            this.Col_CT_DonViCungCap.Caption = "Đơn vị cung cấp";
            this.Col_CT_DonViCungCap.Name = "Col_CT_DonViCungCap";
            this.Col_CT_DonViCungCap.Visible = true;
            this.Col_CT_DonViCungCap.Width = 89;
            //
            // Col_CT_DonViSoHuu
            //
            this.Col_CT_DonViSoHuu.Caption = "Đơn vị sở hữu";
            this.Col_CT_DonViSoHuu.Name = "Col_CT_DonViSoHuu";
            this.Col_CT_DonViSoHuu.Visible = true;
            this.Col_CT_DonViSoHuu.Width = 79;
            //
            // Col_CT_KenhHanCheBan
            //
            this.Col_CT_KenhHanCheBan.Caption = "Kênh hạn chế bán";
            this.Col_CT_KenhHanCheBan.Name = "Col_CT_KenhHanCheBan";
            this.Col_CT_KenhHanCheBan.Visible = true;
            this.Col_CT_KenhHanCheBan.Width = 98;
            //
            // Col_CT_ThongTinBan
            //
            this.Col_CT_ThongTinBan.Caption = "Thông tin bán";
            this.Col_CT_ThongTinBan.Name = "Col_CT_ThongTinBan";
            this.Col_CT_ThongTinBan.Visible = true;
            this.Col_CT_ThongTinBan.Width = 78;
            //
            // gridBand2
            //
            this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand2.Caption = "Thời hạn bản quyền";
            this.gridBand2.Columns.Add(this.Col_CT_BanQuyenThuoc);
            this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDStart);
            this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDEnd);
            this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNStart);
            this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNEnd);
            this.gridBand2.Columns.Add(this.Col_CT_BanQuyenHTV);
            this.gridBand2.Name = "gridBand2";
            this.gridBand2.Width = 646;
            //
            // Col_CT_BanQuyenThuoc
            //
            this.Col_CT_BanQuyenThuoc.Caption = "Bản quyền thuộc";
            this.Col_CT_BanQuyenThuoc.Name = "Col_CT_BanQuyenThuoc";
            this.Col_CT_BanQuyenThuoc.Visible = true;
            this.Col_CT_BanQuyenThuoc.Width = 93;
            //
            // Col_CT_BanQuyenDIDStart
            //
            this.Col_CT_BanQuyenDIDStart.Caption = "Bản quyền DTTN Start";
            this.Col_CT_BanQuyenDIDStart.Name = "Col_CT_BanQuyenDIDStart";
            this.Col_CT_BanQuyenDIDStart.ToolTip = "Bản quyền đối tác trong nước Start";
            this.Col_CT_BanQuyenDIDStart.Visible = true;
            this.Col_CT_BanQuyenDIDStart.Width = 119;
            //
            // Col_CT_BanQuyenDIDEnd
            //
            this.Col_CT_BanQuyenDIDEnd.Caption = "Bản quyền DTTN End";
            this.Col_CT_BanQuyenDIDEnd.Name = "Col_CT_BanQuyenDIDEnd";
            this.Col_CT_BanQuyenDIDEnd.ToolTip = "Bản quyền đối tác trong nước End";
            this.Col_CT_BanQuyenDIDEnd.Visible = true;
            this.Col_CT_BanQuyenDIDEnd.Width = 113;
            //
            // Col_CT_BanQuyenDTNNStart
            //
            this.Col_CT_BanQuyenDTNNStart.Caption = "Bản quyền ĐTNN Start";
            this.Col_CT_BanQuyenDTNNStart.Name = "Col_CT_BanQuyenDTNNStart";
            this.Col_CT_BanQuyenDTNNStart.ToolTip = "Bản quyền  đối tác nước ngoài Start";
            this.Col_CT_BanQuyenDTNNStart.Visible = true;
            this.Col_CT_BanQuyenDTNNStart.Width = 121;
            //
            // Col_CT_BanQuyenDTNNEnd
            //
            this.Col_CT_BanQuyenDTNNEnd.Caption = "Bản quyền ĐTNN End";
            this.Col_CT_BanQuyenDTNNEnd.Name = "Col_CT_BanQuyenDTNNEnd";
            this.Col_CT_BanQuyenDTNNEnd.ToolTip = "Bản quyền đối tác nước ngoài End";
            this.Col_CT_BanQuyenDTNNEnd.Visible = true;
            this.Col_CT_BanQuyenDTNNEnd.Width = 115;
            //
            // Col_CT_BanQuyenHTV
            //
            this.Col_CT_BanQuyenHTV.Caption = "Bản quyền HTV";
            this.Col_CT_BanQuyenHTV.Name = "Col_CT_BanQuyenHTV";
            this.Col_CT_BanQuyenHTV.Visible = true;
            this.Col_CT_BanQuyenHTV.Width = 85;
            //
            // gridBandThongTinPhatSong
            //
            this.gridBandThongTinPhatSong.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandThongTinPhatSong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandThongTinPhatSong.Caption = "Thông tin phát sóng";
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_MuaKem);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongChinh);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongLai);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongKhac);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_TongSoRun);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoLanPhat);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoRunConLai);
            this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_Release);
            this.gridBandThongTinPhatSong.Name = "gridBandThongTinPhatSong";
            this.gridBandThongTinPhatSong.Width = 794;
            //
            // Col_CT_MuaKem
            //
            this.Col_CT_MuaKem.Caption = "Mua kèm";
            this.Col_CT_MuaKem.Name = "Col_CT_MuaKem";
            this.Col_CT_MuaKem.Visible = true;
            this.Col_CT_MuaKem.Width = 54;
            //
            // Col_CT_PhatSongChinh
            //
            this.Col_CT_PhatSongChinh.Caption = "Thời gian P/S chính";
            this.Col_CT_PhatSongChinh.Name = "Col_CT_PhatSongChinh";
            this.Col_CT_PhatSongChinh.ToolTip = "Những ngày phát lần đầu tương ứng trên các đài";
            this.Col_CT_PhatSongChinh.Visible = true;
            this.Col_CT_PhatSongChinh.Width = 102;
            //
            // Col_CT_PhatSongLai
            //
            this.Col_CT_PhatSongLai.Caption = "Thời gian P/S lại";
            this.Col_CT_PhatSongLai.Name = "Col_CT_PhatSongLai";
            this.Col_CT_PhatSongLai.ToolTip = "Những ngày phát lần đầu (nhưng phát lại) tương ứng trên các đài";
            this.Col_CT_PhatSongLai.Visible = true;
            this.Col_CT_PhatSongLai.Width = 87;
            //
            // Col_CT_PhatSongKhac
            //
            this.Col_CT_PhatSongKhac.Caption = "Thời gian P/S trên kênh khác";
            this.Col_CT_PhatSongKhac.Name = "Col_CT_PhatSongKhac";
            this.Col_CT_PhatSongKhac.ToolTip = "Thời gian phát sóng trên kênh khác";
            this.Col_CT_PhatSongKhac.Visible = true;
            this.Col_CT_PhatSongKhac.Width = 148;
            //
            // Col_CT_TongSoRun
            //
            this.Col_CT_TongSoRun.Caption = "Tổng số Run";
            this.Col_CT_TongSoRun.Name = "Col_CT_TongSoRun";
            this.Col_CT_TongSoRun.Visible = true;
            this.Col_CT_TongSoRun.Width = 72;
            //
            // Col_CT_SoLanPhat
            //
            this.Col_CT_SoLanPhat.Caption = "Tồng số lần đã phát (đã Run)";
            this.Col_CT_SoLanPhat.Name = "Col_CT_SoLanPhat";
            this.Col_CT_SoLanPhat.Visible = true;
            this.Col_CT_SoLanPhat.Width = 152;
            //
            // Col_CT_SoRunConLai
            //
            this.Col_CT_SoRunConLai.Caption = "Số Run còn lại";
            this.Col_CT_SoRunConLai.Name = "Col_CT_SoRunConLai";
            this.Col_CT_SoRunConLai.Visible = true;
            this.Col_CT_SoRunConLai.Width = 79;
            //
            // Col_CT_Release
            //
            this.Col_CT_Release.Caption = "Release (Số ngày)";
            this.Col_CT_Release.Name = "Col_CT_Release";
            this.Col_CT_Release.Visible = true;
            this.Col_CT_Release.Width = 100;
            //
            // gridBandThongTinBan
            //
            this.gridBandThongTinBan.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandThongTinBan.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandThongTinBan.Caption = "Thông tin bán";
            this.gridBandThongTinBan.Name = "gridBandThongTinBan";
            this.gridBandThongTinBan.OptionsBand.ShowInCustomizationForm = false;
            this.gridBandThongTinBan.Visible = false;
            this.gridBandThongTinBan.Width = 67;
            //
            // pageSoRun
            //
            this.pageSoRun.Controls.Add(this.gridControlSoRun);
            this.pageSoRun.Name = "pageSoRun";
            this.pageSoRun.Size = new System.Drawing.Size(1021, 492);
            this.pageSoRun.Text = "Cảnh báo số Run";
            //
            // gridControlSoRun
            //
            this.gridControlSoRun.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlSoRun.BackgroundImage")));
            this.gridControlSoRun.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlSoRun.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlSoRun.Location = new System.Drawing.Point(0, 0);
            this.gridControlSoRun.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.UltraFlat;
            this.gridControlSoRun.MainView = this.gridViewSoRun;
            this.gridControlSoRun.Name = "gridControlSoRun";
            this.gridControlSoRun.Size = new System.Drawing.Size(1021, 492);
            this.gridControlSoRun.TabIndex = 11;
            this.gridControlSoRun.TabStop = false;
            this.gridControlSoRun.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewSoRun});
            //
            // gridViewSoRun
            //
            this.gridViewSoRun.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Inch);
            this.gridViewSoRun.Appearance.GroupPanel.Options.UseFont = true;
            this.gridViewSoRun.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewSoRun.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewSoRun.Appearance.ViewCaption.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(128)))));
            this.gridViewSoRun.Appearance.ViewCaption.Options.UseBackColor = true;
            this.gridViewSoRun.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand3,
            this.gridBand4,
            this.gridBand7,
            this.gridBand8});
            this.gridViewSoRun.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.gridViewSoRun.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.Col_RUN_MaCT,
            this.Col_RUN_NgayAWB,
            this.Col_RUN_NgayLap,
            this.Col_RUN_NguoiLap,
            this.Col_RUN_PhongBan,
            this.Col_RUN_TenCT,
            this.Col_RUN_TietMuc,
            this.Col_RUN_TenGoc,
            this.Col_RUN_DaoDien,
            this.Col_RUN_DienVien,
            this.Col_RUN_KHPL,
            this.Col_RUN_DoiTuongKG,
            this.Col_RUN_TuKhoa,
            this.Col_RUN_KHXK,
            this.Col_RUN_TinhTrangCT,
            this.Col_RUN_TomTat,
            this.Col_RUN_ThanhLy,
            this.Col_RUN_GhiChu,
            this.Col_RUN_ThongTinBan,
            this.Col_RUN_NamSX,
            this.Col_RUN_NuocSX,
            this.Col_RUN_DVCungCap,
            this.Col_RUN_DonViSoHuu,
            this.Col_RUN_KenhHanCheBan,
            this.Col_RUN_ThoiGianPSChinh,
            this.Col_RUN_TongSoRun,
            this.Col_RUN_SoRunDaPhat,
            this.Col_RUN_SoRunConLai,
            this.Col_RUN_Release,
            this.Col_RUN_Category,
            this.Col_RUN_Ranking,
            this.Col_RUN_Script,
            this.Col_RUN_Photos,
            this.Col_RUN_TrailerGoc,
            this.Col_RUN_BanQuyenThuoc,
            this.Col_RUN_BanQuyenDTTNStart,
            this.Col_RUN_DTTNEnd,
            this.Col_RUN_DTNNStart,
            this.Col_RUN_DTNNEnd,
            this.Col_RUN_BanQuyenHTV,
            this.Col_RUN_MuaKem,
            this.Col_RUN_ThoiGianPSKhac,
            this.Col_RUN_ThoiGianPSLai,
            this.Col_RUN_CongTy,
            this.Col_RUN_LoaiCB});
            this.gridViewSoRun.CustomizationFormBounds = new System.Drawing.Rectangle(747, 292, 215, 205);
            this.gridViewSoRun.GridControl = this.gridControlSoRun;
            this.gridViewSoRun.GroupPanelText = "Các chương trình thỏa điều kiện tìm kiếm";
            this.gridViewSoRun.IndicatorWidth = 40;
            this.gridViewSoRun.Name = "gridViewSoRun";
            this.gridViewSoRun.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewSoRun.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewSoRun.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewSoRun.OptionsPrint.UsePrintStyles = true;
            this.gridViewSoRun.OptionsSelection.MultiSelect = true;
            this.gridViewSoRun.OptionsView.ColumnAutoWidth = false;
            this.gridViewSoRun.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewSoRun.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewSoRun.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewSoRun.OptionsView.ShowGroupPanel = false;
            this.gridViewSoRun.OptionsView.ShowViewCaption = true;
            this.gridViewSoRun.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.Col_RUN_LoaiCB, DevExpress.Data.ColumnSortOrder.Descending)});
            this.gridViewSoRun.ViewCaption = "Thông tin cảnh báo số RUN";
            //
            // gridBand3
            //
            this.gridBand3.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand3.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand3.Caption = "Thông tin chính";
            this.gridBand3.Columns.Add(this.Col_RUN_MaCT);
            this.gridBand3.Columns.Add(this.Col_RUN_NgayAWB);
            this.gridBand3.Columns.Add(this.Col_RUN_Category);
            this.gridBand3.Columns.Add(this.Col_RUN_TenCT);
            this.gridBand3.Columns.Add(this.Col_RUN_TenGoc);
            this.gridBand3.Columns.Add(this.Col_RUN_TietMuc);
            this.gridBand3.Columns.Add(this.Col_RUN_DaoDien);
            this.gridBand3.Columns.Add(this.Col_RUN_DienVien);
            this.gridBand3.Columns.Add(this.Col_RUN_TomTat);
            this.gridBand3.Columns.Add(this.Col_RUN_DoiTuongKG);
            this.gridBand3.Columns.Add(this.Col_RUN_KHPL);
            this.gridBand3.Columns.Add(this.Col_RUN_KHXK);
            this.gridBand3.Columns.Add(this.Col_RUN_TinhTrangCT);
            this.gridBand3.Columns.Add(this.Col_RUN_TuKhoa);
            this.gridBand3.Columns.Add(this.Col_RUN_ThanhLy);
            this.gridBand3.Columns.Add(this.Col_RUN_GhiChu);
            this.gridBand3.Columns.Add(this.Col_RUN_Photos);
            this.gridBand3.Columns.Add(this.Col_RUN_Ranking);
            this.gridBand3.Columns.Add(this.Col_RUN_Script);
            this.gridBand3.Columns.Add(this.Col_RUN_TrailerGoc);
            this.gridBand3.Columns.Add(this.Col_RUN_LoaiCB);
            this.gridBand3.Columns.Add(this.Col_RUN_NguoiLap);
            this.gridBand3.Columns.Add(this.Col_RUN_NgayLap);
            this.gridBand3.Columns.Add(this.Col_RUN_PhongBan);
            this.gridBand3.Columns.Add(this.Col_RUN_CongTy);
            this.gridBand3.Name = "gridBand3";
            this.gridBand3.Width = 1490;
            //
            // Col_RUN_MaCT
            //
            this.Col_RUN_MaCT.Caption = "Mã chương trình";
            this.Col_RUN_MaCT.Name = "Col_RUN_MaCT";
            this.Col_RUN_MaCT.Visible = true;
            this.Col_RUN_MaCT.Width = 90;
            //
            // Col_RUN_NgayAWB
            //
            this.Col_RUN_NgayAWB.Caption = "Ngày AWB";
            this.Col_RUN_NgayAWB.Name = "Col_RUN_NgayAWB";
            this.Col_RUN_NgayAWB.Visible = true;
            this.Col_RUN_NgayAWB.Width = 63;
            //
            // Col_RUN_Category
            //
            this.Col_RUN_Category.Caption = "Category";
            this.Col_RUN_Category.Name = "Col_RUN_Category";
            this.Col_RUN_Category.Visible = true;
            this.Col_RUN_Category.Width = 57;
            //
            // Col_RUN_TenCT
            //
            this.Col_RUN_TenCT.Caption = "Tên chương trình";
            this.Col_RUN_TenCT.Name = "Col_RUN_TenCT";
            this.Col_RUN_TenCT.Visible = true;
            this.Col_RUN_TenCT.Width = 94;
            //
            // Col_RUN_TenGoc
            //
            this.Col_RUN_TenGoc.Caption = "Tên gốc";
            this.Col_RUN_TenGoc.Name = "Col_RUN_TenGoc";
            this.Col_RUN_TenGoc.Visible = true;
            this.Col_RUN_TenGoc.Width = 50;
            //
            // Col_RUN_TietMuc
            //
            this.Col_RUN_TietMuc.Caption = "Tiết mục";
            this.Col_RUN_TietMuc.Name = "Col_RUN_TietMuc";
            this.Col_RUN_TietMuc.Visible = true;
            this.Col_RUN_TietMuc.Width = 52;
            //
            // Col_RUN_DaoDien
            //
            this.Col_RUN_DaoDien.Caption = "Đạo diễn";
            this.Col_RUN_DaoDien.Name = "Col_RUN_DaoDien";
            this.Col_RUN_DaoDien.Visible = true;
            this.Col_RUN_DaoDien.Width = 55;
            //
            // Col_RUN_DienVien
            //
            this.Col_RUN_DienVien.Caption = "Diễn viên";
            this.Col_RUN_DienVien.Name = "Col_RUN_DienVien";
            this.Col_RUN_DienVien.Visible = true;
            this.Col_RUN_DienVien.Width = 56;
            //
            // Col_RUN_TomTat
            //
            this.Col_RUN_TomTat.Caption = "Tóm tắt";
            this.Col_RUN_TomTat.Name = "Col_RUN_TomTat";
            this.Col_RUN_TomTat.Visible = true;
            this.Col_RUN_TomTat.Width = 49;
            //
            // Col_RUN_DoiTuongKG
            //
            this.Col_RUN_DoiTuongKG.Caption = "Đối tượng khán giả";
            this.Col_RUN_DoiTuongKG.Name = "Col_RUN_DoiTuongKG";
            this.Col_RUN_DoiTuongKG.Visible = true;
            this.Col_RUN_DoiTuongKG.Width = 103;
            //
            // Col_RUN_KHPL
            //
            this.Col_RUN_KHPL.Caption = "KHPL";
            this.Col_RUN_KHPL.Name = "Col_RUN_KHPL";
            this.Col_RUN_KHPL.ToolTip = "Ký hiệu phân loại";
            this.Col_RUN_KHPL.Visible = true;
            this.Col_RUN_KHPL.Width = 36;
            //
            // Col_RUN_KHXK
            //
            this.Col_RUN_KHXK.Caption = "KHXK";
            this.Col_RUN_KHXK.Name = "Col_RUN_KHXK";
            this.Col_RUN_KHXK.ToolTip = "Ký hiệu xếp kho";
            this.Col_RUN_KHXK.Visible = true;
            this.Col_RUN_KHXK.Width = 37;
            //
            // Col_RUN_TinhTrangCT
            //
            this.Col_RUN_TinhTrangCT.Caption = "Tình trạng CT";
            this.Col_RUN_TinhTrangCT.Name = "Col_RUN_TinhTrangCT";
            this.Col_RUN_TinhTrangCT.Visible = true;
            this.Col_RUN_TinhTrangCT.Width = 77;
            //
            // Col_RUN_TuKhoa
            //
            this.Col_RUN_TuKhoa.Caption = "Từ khóa";
            this.Col_RUN_TuKhoa.Name = "Col_RUN_TuKhoa";
            this.Col_RUN_TuKhoa.Visible = true;
            this.Col_RUN_TuKhoa.Width = 51;
            //
            // Col_RUN_ThanhLy
            //
            this.Col_RUN_ThanhLy.Caption = "Thanh lý";
            this.Col_RUN_ThanhLy.Name = "Col_RUN_ThanhLy";
            this.Col_RUN_ThanhLy.Visible = true;
            this.Col_RUN_ThanhLy.Width = 53;
            //
            // Col_RUN_GhiChu
            //
            this.Col_RUN_GhiChu.Caption = "Ghi chú";
            this.Col_RUN_GhiChu.Name = "Col_RUN_GhiChu";
            this.Col_RUN_GhiChu.Visible = true;
            this.Col_RUN_GhiChu.Width = 47;
            //
            // Col_RUN_Photos
            //
            this.Col_RUN_Photos.Caption = "Photos";
            this.Col_RUN_Photos.Name = "Col_RUN_Photos";
            this.Col_RUN_Photos.Visible = true;
            this.Col_RUN_Photos.Width = 45;
            //
            // Col_RUN_Ranking
            //
            this.Col_RUN_Ranking.Caption = "Ranking";
            this.Col_RUN_Ranking.Name = "Col_RUN_Ranking";
            this.Col_RUN_Ranking.Visible = true;
            this.Col_RUN_Ranking.Width = 50;
            //
            // Col_RUN_Script
            //
            this.Col_RUN_Script.Caption = "Script";
            this.Col_RUN_Script.Name = "Col_RUN_Script";
            this.Col_RUN_Script.Visible = true;
            this.Col_RUN_Script.Width = 39;
            //
            // Col_RUN_TrailerGoc
            //
            this.Col_RUN_TrailerGoc.Caption = "Trailer gốc";
            this.Col_RUN_TrailerGoc.Name = "Col_RUN_TrailerGoc";
            this.Col_RUN_TrailerGoc.Visible = true;
            this.Col_RUN_TrailerGoc.Width = 62;
            //
            // Col_RUN_LoaiCB
            //
            this.Col_RUN_LoaiCB.Caption = "Cấp độ cảnh báo";
            this.Col_RUN_LoaiCB.Name = "Col_RUN_LoaiCB";
            this.Col_RUN_LoaiCB.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.Col_RUN_LoaiCB.Visible = true;
            //
            // Col_RUN_NguoiLap
            //
            this.Col_RUN_NguoiLap.Caption = "Người lập";
            this.Col_RUN_NguoiLap.Name = "Col_RUN_NguoiLap";
            this.Col_RUN_NguoiLap.Visible = true;
            this.Col_RUN_NguoiLap.Width = 57;
            //
            // Col_RUN_NgayLap
            //
            this.Col_RUN_NgayLap.Caption = "Ngày lập";
            this.Col_RUN_NgayLap.Name = "Col_RUN_NgayLap";
            this.Col_RUN_NgayLap.Visible = true;
            this.Col_RUN_NgayLap.Width = 54;
            //
            // Col_RUN_PhongBan
            //
            this.Col_RUN_PhongBan.Caption = "Phòng ban";
            this.Col_RUN_PhongBan.Name = "Col_RUN_PhongBan";
            this.Col_RUN_PhongBan.Visible = true;
            this.Col_RUN_PhongBan.Width = 63;
            //
            // Col_RUN_CongTy
            //
            this.Col_RUN_CongTy.Caption = "Công ty";
            this.Col_RUN_CongTy.Name = "Col_RUN_CongTy";
            this.Col_RUN_CongTy.Visible = true;
            //
            // gridBand4
            //
            this.gridBand4.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand4.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand4.Caption = "Nguồn gốc";
            this.gridBand4.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBand5,
            this.gridBand6});
            this.gridBand4.Name = "gridBand4";
            this.gridBand4.Width = 1090;
            //
            // gridBand5
            //
            this.gridBand5.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand5.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand5.Caption = "Thông tin sở hữu";
            this.gridBand5.Columns.Add(this.Col_RUN_NamSX);
            this.gridBand5.Columns.Add(this.Col_RUN_NuocSX);
            this.gridBand5.Columns.Add(this.Col_RUN_DVCungCap);
            this.gridBand5.Columns.Add(this.Col_RUN_DonViSoHuu);
            this.gridBand5.Columns.Add(this.Col_RUN_KenhHanCheBan);
            this.gridBand5.Columns.Add(this.Col_RUN_ThongTinBan);
            this.gridBand5.Name = "gridBand5";
            this.gridBand5.Width = 444;
            //
            // Col_RUN_NamSX
            //
            this.Col_RUN_NamSX.Caption = "Năm SX";
            this.Col_RUN_NamSX.Name = "Col_RUN_NamSX";
            this.Col_RUN_NamSX.Visible = true;
            this.Col_RUN_NamSX.Width = 48;
            //
            // Col_RUN_NuocSX
            //
            this.Col_RUN_NuocSX.Caption = "Nước SX";
            this.Col_RUN_NuocSX.Name = "Col_RUN_NuocSX";
            this.Col_RUN_NuocSX.ToolTip = "Nước sản xuất";
            this.Col_RUN_NuocSX.Visible = true;
            this.Col_RUN_NuocSX.Width = 52;
            //
            // Col_RUN_DVCungCap
            //
            this.Col_RUN_DVCungCap.Caption = "Đơn vị cung cấp";
            this.Col_RUN_DVCungCap.Name = "Col_RUN_DVCungCap";
            this.Col_RUN_DVCungCap.Visible = true;
            this.Col_RUN_DVCungCap.Width = 89;
            //
            // Col_RUN_DonViSoHuu
            //
            this.Col_RUN_DonViSoHuu.Caption = "Đơn vị sở hữu";
            this.Col_RUN_DonViSoHuu.Name = "Col_RUN_DonViSoHuu";
            this.Col_RUN_DonViSoHuu.Visible = true;
            this.Col_RUN_DonViSoHuu.Width = 79;
            //
            // Col_RUN_KenhHanCheBan
            //
            this.Col_RUN_KenhHanCheBan.Caption = "Kênh hạn chế bán";
            this.Col_RUN_KenhHanCheBan.Name = "Col_RUN_KenhHanCheBan";
            this.Col_RUN_KenhHanCheBan.Visible = true;
            this.Col_RUN_KenhHanCheBan.Width = 98;
            //
            // Col_RUN_ThongTinBan
            //
            this.Col_RUN_ThongTinBan.Caption = "Thông tin bán";
            this.Col_RUN_ThongTinBan.Name = "Col_RUN_ThongTinBan";
            this.Col_RUN_ThongTinBan.Visible = true;
            this.Col_RUN_ThongTinBan.Width = 78;
            //
            // gridBand6
            //
            this.gridBand6.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand6.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand6.Caption = "Thời hạn bản quyền";
            this.gridBand6.Columns.Add(this.Col_RUN_BanQuyenThuoc);
            this.gridBand6.Columns.Add(this.Col_RUN_BanQuyenDTTNStart);
            this.gridBand6.Columns.Add(this.Col_RUN_DTTNEnd);
            this.gridBand6.Columns.Add(this.Col_RUN_DTNNStart);
            this.gridBand6.Columns.Add(this.Col_RUN_DTNNEnd);
            this.gridBand6.Columns.Add(this.Col_RUN_BanQuyenHTV);
            this.gridBand6.Name = "gridBand6";
            this.gridBand6.Width = 646;
            //
            // Col_RUN_BanQuyenThuoc
            //
            this.Col_RUN_BanQuyenThuoc.Caption = "Bản quyền thuộc";
            this.Col_RUN_BanQuyenThuoc.Name = "Col_RUN_BanQuyenThuoc";
            this.Col_RUN_BanQuyenThuoc.Visible = true;
            this.Col_RUN_BanQuyenThuoc.Width = 93;
            //
            // Col_RUN_BanQuyenDTTNStart
            //
            this.Col_RUN_BanQuyenDTTNStart.Caption = "Bản quyền DTTN Start";
            this.Col_RUN_BanQuyenDTTNStart.Name = "Col_RUN_BanQuyenDTTNStart";
            this.Col_RUN_BanQuyenDTTNStart.ToolTip = "Bản quyền đối tác trong nước Start";
            this.Col_RUN_BanQuyenDTTNStart.Visible = true;
            this.Col_RUN_BanQuyenDTTNStart.Width = 119;
            //
            // Col_RUN_DTTNEnd
            //
            this.Col_RUN_DTTNEnd.Caption = "Bản quyền DTTN End";
            this.Col_RUN_DTTNEnd.Name = "Col_RUN_DTTNEnd";
            this.Col_RUN_DTTNEnd.ToolTip = "Bản quyền đối tác trong nước End";
            this.Col_RUN_DTTNEnd.Visible = true;
            this.Col_RUN_DTTNEnd.Width = 113;
            //
            // Col_RUN_DTNNStart
            //
            this.Col_RUN_DTNNStart.Caption = "Bản quyền ĐTNN Start";
            this.Col_RUN_DTNNStart.Name = "Col_RUN_DTNNStart";
            this.Col_RUN_DTNNStart.ToolTip = "Bản quyền  đối tác nước ngoài Start";
            this.Col_RUN_DTNNStart.Visible = true;
            this.Col_RUN_DTNNStart.Width = 121;
            //
            // Col_RUN_DTNNEnd
            //
            this.Col_RUN_DTNNEnd.Caption = "Bản quyền ĐTNN End";
            this.Col_RUN_DTNNEnd.Name = "Col_RUN_DTNNEnd";
            this.Col_RUN_DTNNEnd.ToolTip = "Bản quyền đối tác nước ngoài End";
            this.Col_RUN_DTNNEnd.Visible = true;
            this.Col_RUN_DTNNEnd.Width = 115;
            //
            // Col_RUN_BanQuyenHTV
            //
            this.Col_RUN_BanQuyenHTV.Caption = "Bản quyền HTV";
            this.Col_RUN_BanQuyenHTV.Name = "Col_RUN_BanQuyenHTV";
            this.Col_RUN_BanQuyenHTV.Visible = true;
            this.Col_RUN_BanQuyenHTV.Width = 85;
            //
            // gridBand7
            //
            this.gridBand7.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand7.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand7.Caption = "Thông tin phát sóng";
            this.gridBand7.Columns.Add(this.Col_RUN_MuaKem);
            this.gridBand7.Columns.Add(this.Col_RUN_ThoiGianPSChinh);
            this.gridBand7.Columns.Add(this.Col_RUN_ThoiGianPSLai);
            this.gridBand7.Columns.Add(this.Col_RUN_ThoiGianPSKhac);
            this.gridBand7.Columns.Add(this.Col_RUN_TongSoRun);
            this.gridBand7.Columns.Add(this.Col_RUN_SoRunDaPhat);
            this.gridBand7.Columns.Add(this.Col_RUN_SoRunConLai);
            this.gridBand7.Columns.Add(this.Col_RUN_Release);
            this.gridBand7.Name = "gridBand7";
            this.gridBand7.Width = 794;
            //
            // Col_RUN_MuaKem
            //
            this.Col_RUN_MuaKem.Caption = "Mua kèm";
            this.Col_RUN_MuaKem.Name = "Col_RUN_MuaKem";
            this.Col_RUN_MuaKem.Visible = true;
            this.Col_RUN_MuaKem.Width = 54;
            //
            // Col_RUN_ThoiGianPSChinh
            //
            this.Col_RUN_ThoiGianPSChinh.Caption = "Thời gian P/S chính";
            this.Col_RUN_ThoiGianPSChinh.Name = "Col_RUN_ThoiGianPSChinh";
            this.Col_RUN_ThoiGianPSChinh.ToolTip = "Những ngày phát lần đầu tương ứng trên các đài";
            this.Col_RUN_ThoiGianPSChinh.Visible = true;
            this.Col_RUN_ThoiGianPSChinh.Width = 102;
            //
            // Col_RUN_ThoiGianPSLai
            //
            this.Col_RUN_ThoiGianPSLai.Caption = "Thời gian P/S lại";
            this.Col_RUN_ThoiGianPSLai.Name = "Col_RUN_ThoiGianPSLai";
            this.Col_RUN_ThoiGianPSLai.ToolTip = "Những ngày phát lần đầu (nhưng phát lại) tương ứng trên các đài";
            this.Col_RUN_ThoiGianPSLai.Visible = true;
            this.Col_RUN_ThoiGianPSLai.Width = 87;
            //
            // Col_RUN_ThoiGianPSKhac
            //
            this.Col_RUN_ThoiGianPSKhac.Caption = "Thời gian P/S trên kênh khác";
            this.Col_RUN_ThoiGianPSKhac.Name = "Col_RUN_ThoiGianPSKhac";
            this.Col_RUN_ThoiGianPSKhac.ToolTip = "Thời gian phát sóng trên kênh khác";
            this.Col_RUN_ThoiGianPSKhac.Visible = true;
            this.Col_RUN_ThoiGianPSKhac.Width = 148;
            //
            // Col_RUN_TongSoRun
            //
            this.Col_RUN_TongSoRun.Caption = "Tổng số Run";
            this.Col_RUN_TongSoRun.Name = "Col_RUN_TongSoRun";
            this.Col_RUN_TongSoRun.Visible = true;
            this.Col_RUN_TongSoRun.Width = 72;
            //
            // Col_RUN_SoRunDaPhat
            //
            this.Col_RUN_SoRunDaPhat.Caption = "Tồng số lần đã phát (đã Run)";
            this.Col_RUN_SoRunDaPhat.Name = "Col_RUN_SoRunDaPhat";
            this.Col_RUN_SoRunDaPhat.Visible = true;
            this.Col_RUN_SoRunDaPhat.Width = 152;
            //
            // Col_RUN_SoRunConLai
            //
            this.Col_RUN_SoRunConLai.Caption = "Số Run còn lại";
            this.Col_RUN_SoRunConLai.Name = "Col_RUN_SoRunConLai";
            this.Col_RUN_SoRunConLai.Visible = true;
            this.Col_RUN_SoRunConLai.Width = 79;
            //
            // Col_RUN_Release
            //
            this.Col_RUN_Release.Caption = "Release (Số ngày)";
            this.Col_RUN_Release.Name = "Col_RUN_Release";
            this.Col_RUN_Release.Visible = true;
            this.Col_RUN_Release.Width = 100;
            //
            // gridBand8
            //
            this.gridBand8.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBand8.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBand8.Caption = "Thông tin bán";
            this.gridBand8.Name = "gridBand8";
            this.gridBand8.OptionsBand.ShowInCustomizationForm = false;
            this.gridBand8.Visible = false;
            this.gridBand8.Width = 67;
            //
            // pageMuonTra
            //
            this.pageMuonTra.Controls.Add(this.splitContainerControl2);
            this.pageMuonTra.Name = "pageMuonTra";
            this.pageMuonTra.Size = new System.Drawing.Size(1021, 492);
            this.pageMuonTra.Text = "Cảnh báo mượn trả";
            //
            // gridControlMuonTra
            //
            this.gridControlMuonTra.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMuonTra.BackgroundImage")));
            this.gridControlMuonTra.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
            this.gridControlMuonTra.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControlMuonTra.Location = new System.Drawing.Point(0, 0);
            this.gridControlMuonTra.MainView = this.gridViewMuonTra;
            this.gridControlMuonTra.Name = "gridControlMuonTra";
            this.gridControlMuonTra.Size = new System.Drawing.Size(1021, 305);
            this.gridControlMuonTra.TabIndex = 11;
            this.gridControlMuonTra.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridViewMuonTra});
            //
            // gridViewMuonTra
            //
            this.gridViewMuonTra.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.gridViewMuonTra.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridViewMuonTra.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
            this.gridBandChuongTrinh,
            this.gridBandPostMaster});
            this.gridViewMuonTra.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
            this.Col_MT_MaPhieu,
            this.Col_MT_NguoiMuon,
            this.Col_MT_BoPhanMuon,
            this.Col_MT_CongTyMuon,
            this.Col_MT_NgayMuon,
            this.Col_MT_MucDich,
            this.Col_MT_NgayTra,
            this.Col_MT_NguoiTao,
            this.Col_MT_NgayTao,
            this.Col_MT_PhongBan,
            this.Col_MT_CongTy,
            this.Col_MT_LoaiCB});
            this.gridViewMuonTra.GridControl = this.gridControlMuonTra;
            this.gridViewMuonTra.IndicatorWidth = 40;
            this.gridViewMuonTra.Name = "gridViewMuonTra";
            this.gridViewMuonTra.OptionsLayout.Columns.AddNewColumns = false;
            this.gridViewMuonTra.OptionsNavigation.AutoFocusNewRow = true;
            this.gridViewMuonTra.OptionsNavigation.EnterMoveNextColumn = true;
            this.gridViewMuonTra.OptionsPrint.UsePrintStyles = true;
            this.gridViewMuonTra.OptionsView.EnableAppearanceEvenRow = true;
            this.gridViewMuonTra.OptionsView.EnableAppearanceOddRow = true;
            this.gridViewMuonTra.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
            this.gridViewMuonTra.OptionsView.ShowGroupPanel = false;
            this.gridViewMuonTra.OptionsView.ShowViewCaption = true;
            this.gridViewMuonTra.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
            new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.Col_MT_LoaiCB, DevExpress.Data.ColumnSortOrder.Descending)});
            this.gridViewMuonTra.ViewCaption = "Thông tin cảnh báo mượn trả";
            //
            // gridBandChuongTrinh
            //
            this.gridBandChuongTrinh.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandChuongTrinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandChuongTrinh.Caption = "Thông tin mượn/trả";
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_MaPhieu);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_NguoiMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_BoPhanMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_CongTyMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_NgayMuon);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_MucDich);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_NgayTra);
            this.gridBandChuongTrinh.Columns.Add(this.Col_MT_LoaiCB);
            this.gridBandChuongTrinh.Name = "gridBandChuongTrinh";
            this.gridBandChuongTrinh.Width = 590;
            //
            // Col_MT_MaPhieu
            //
            this.Col_MT_MaPhieu.Caption = "Mã PMT";
            this.Col_MT_MaPhieu.Name = "Col_MT_MaPhieu";
            this.Col_MT_MaPhieu.ToolTip = "Mã phiếu mượn trả";
            this.Col_MT_MaPhieu.Visible = true;
            this.Col_MT_MaPhieu.Width = 49;
            //
            // Col_MT_NguoiMuon
            //
            this.Col_MT_NguoiMuon.Caption = "Người mượn";
            this.Col_MT_NguoiMuon.Name = "Col_MT_NguoiMuon";
            this.Col_MT_NguoiMuon.Visible = true;
            this.Col_MT_NguoiMuon.Width = 70;
            //
            // Col_MT_BoPhanMuon
            //
            this.Col_MT_BoPhanMuon.Caption = "Bộ phận mượn";
            this.Col_MT_BoPhanMuon.Name = "Col_MT_BoPhanMuon";
            this.Col_MT_BoPhanMuon.Visible = true;
            this.Col_MT_BoPhanMuon.Width = 81;
            //
            // Col_MT_CongTyMuon
            //
            this.Col_MT_CongTyMuon.Caption = "Công ty mượn";
            this.Col_MT_CongTyMuon.Name = "Col_MT_CongTyMuon";
            this.Col_MT_CongTyMuon.Visible = true;
            this.Col_MT_CongTyMuon.Width = 80;
            //
            // Col_MT_NgayMuon
            //
            this.Col_MT_NgayMuon.Caption = "Ngày mượn";
            this.Col_MT_NgayMuon.Name = "Col_MT_NgayMuon";
            this.Col_MT_NgayMuon.Visible = true;
            this.Col_MT_NgayMuon.Width = 67;
            //
            // Col_MT_MucDich
            //
            this.Col_MT_MucDich.Caption = "Mục đích mượn";
            this.Col_MT_MucDich.Name = "Col_MT_MucDich";
            this.Col_MT_MucDich.Visible = true;
            this.Col_MT_MucDich.Width = 83;
            //
            // Col_MT_NgayTra
            //
            this.Col_MT_NgayTra.Caption = "Ngày trả";
            this.Col_MT_NgayTra.Name = "Col_MT_NgayTra";
            this.Col_MT_NgayTra.Visible = true;
            this.Col_MT_NgayTra.Width = 54;
            //
            // Col_MT_LoaiCB
            //
            this.Col_MT_LoaiCB.Caption = "Cấp độ cảnh báo";
            this.Col_MT_LoaiCB.Name = "Col_MT_LoaiCB";
            this.Col_MT_LoaiCB.SortMode = DevExpress.XtraGrid.ColumnSortMode.Value;
            this.Col_MT_LoaiCB.Visible = true;
            this.Col_MT_LoaiCB.Width = 106;
            //
            // gridBandPostMaster
            //
            this.gridBandPostMaster.AppearanceHeader.Options.UseTextOptions = true;
            this.gridBandPostMaster.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.gridBandPostMaster.Caption = "Thông tin tạo phiếu";
            this.gridBandPostMaster.Columns.Add(this.Col_MT_NguoiTao);
            this.gridBandPostMaster.Columns.Add(this.Col_MT_NgayTao);
            this.gridBandPostMaster.Columns.Add(this.Col_MT_PhongBan);
            this.gridBandPostMaster.Columns.Add(this.Col_MT_CongTy);
            this.gridBandPostMaster.Name = "gridBandPostMaster";
            this.gridBandPostMaster.Width = 228;
            //
            // Col_MT_NguoiTao
            //
            this.Col_MT_NguoiTao.Caption = "Người tạo";
            this.Col_MT_NguoiTao.Name = "Col_MT_NguoiTao";
            this.Col_MT_NguoiTao.Visible = true;
            this.Col_MT_NguoiTao.Width = 59;
            //
            // Col_MT_NgayTao
            //
            this.Col_MT_NgayTao.Caption = "Ngày tạo";
            this.Col_MT_NgayTao.Name = "Col_MT_NgayTao";
            this.Col_MT_NgayTao.Visible = true;
            this.Col_MT_NgayTao.Width = 56;
            //
            // Col_MT_PhongBan
            //
            this.Col_MT_PhongBan.Caption = "Phòng ban";
            this.Col_MT_PhongBan.Name = "Col_MT_PhongBan";
            this.Col_MT_PhongBan.Visible = true;
            this.Col_MT_PhongBan.Width = 63;
            //
            // Col_MT_CongTy
            //
            this.Col_MT_CongTy.Caption = "Công ty";
            this.Col_MT_CongTy.Name = "Col_MT_CongTy";
            this.Col_MT_CongTy.Visible = true;
            this.Col_MT_CongTy.Width = 50;
            //
            // popupMenu2
            //
            this.popupMenu2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXemTruoc)});
            this.popupMenu2.Manager = this.barManager1;
            this.popupMenu2.Name = "popupMenu2";
            //
            // splitContainerControl2
            //
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Horizontal = false;
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.AppearanceCaption.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.splitContainerControl2.Panel1.AppearanceCaption.Options.UseFont = true;
            this.splitContainerControl2.Panel1.AppearanceCaption.Options.UseTextOptions = true;
            this.splitContainerControl2.Panel1.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.splitContainerControl2.Panel1.Controls.Add(this.gridControlMuonTra);
            this.splitContainerControl2.Panel1.Text = "Chương trình";
            this.splitContainerControl2.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
            this.splitContainerControl2.Panel2.Controls.Add(this.TreeDes);
            this.splitContainerControl2.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(1021, 492);
            this.splitContainerControl2.SplitterPosition = 305;
            this.splitContainerControl2.TabIndex = 12;
            this.splitContainerControl2.Text = "splitContainerControl1";
            this.splitContainerControl2.Visible = true;
            //
            // TreeDes
            //
            this.TreeDes.Appearance.HeaderPanel.Options.UseTextOptions = true;
            this.TreeDes.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.TreeDes.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
            this.ColDes_Ten,
            this.treeListColumn2,
            this.ColDes_TenGoc,
            this.ColDes_NuocSX,
            this.ColDes_TietMuc,
            this.ColDes_SoTapGoc,
            this.ColDes_LoaiLuuTru,
            this.ColDes_Betacam,
            this.ColDes_File,
            this.ColDes_DVD,
            this.ColDes_Cap,
            this.ColDes_TenPM,
            this.ColDes_TenCT,
            this.ColDes_PhongBan,
            this.ColDes_CongTy,
            this.ColDes_Category});
            this.TreeDes.Dock = System.Windows.Forms.DockStyle.Fill;
            this.TreeDes.Location = new System.Drawing.Point(0, 0);
            this.TreeDes.Name = "TreeDes";
            this.TreeDes.OptionsBehavior.AllowExpandOnDblClick = false;
            this.TreeDes.OptionsBehavior.AutoFocusNewNode = true;
            this.TreeDes.OptionsBehavior.AutoMoveRowFocus = true;
            this.TreeDes.OptionsSelection.MultiSelect = true;
            this.TreeDes.OptionsView.EnableAppearanceEvenRow = true;
            this.TreeDes.OptionsView.EnableAppearanceOddRow = true;
            this.TreeDes.Size = new System.Drawing.Size(1021, 181);
            this.TreeDes.TabIndex = 36;
            //
            // ColDes_Ten
            //
            this.ColDes_Ten.Caption = "Tên";
            this.ColDes_Ten.FieldName = "Được quyền xóa";
            this.ColDes_Ten.Name = "ColDes_Ten";
            this.ColDes_Ten.OptionsColumn.AllowEdit = false;
            this.ColDes_Ten.OptionsColumn.AllowFocus = false;
            this.ColDes_Ten.Visible = true;
            this.ColDes_Ten.VisibleIndex = 0;
            this.ColDes_Ten.Width = 80;
            //
            // treeListColumn2
            //
            this.treeListColumn2.Caption = "Là nhóm";
            this.treeListColumn2.FieldName = "Là nhóm";
            this.treeListColumn2.Name = "treeListColumn2";
            this.treeListColumn2.OptionsColumn.AllowEdit = false;
            this.treeListColumn2.OptionsColumn.ShowInCustomizationForm = false;
            //
            // ColDes_TenGoc
            //
            this.ColDes_TenGoc.Caption = "Tên gốc";
            this.ColDes_TenGoc.FieldName = "Tên gốc";
            this.ColDes_TenGoc.Name = "ColDes_TenGoc";
            this.ColDes_TenGoc.OptionsColumn.AllowEdit = false;
            this.ColDes_TenGoc.OptionsColumn.AllowFocus = false;
            this.ColDes_TenGoc.Visible = true;
            this.ColDes_TenGoc.VisibleIndex = 1;
            this.ColDes_TenGoc.Width = 55;
            //
            // ColDes_NuocSX
            //
            this.ColDes_NuocSX.Caption = "Nước SX";
            this.ColDes_NuocSX.FieldName = "Được quyền thêm";
            this.ColDes_NuocSX.Name = "ColDes_NuocSX";
            this.ColDes_NuocSX.OptionsColumn.AllowEdit = false;
            this.ColDes_NuocSX.OptionsColumn.AllowFocus = false;
            this.ColDes_NuocSX.Visible = true;
            this.ColDes_NuocSX.VisibleIndex = 3;
            this.ColDes_NuocSX.Width = 54;
            //
            // ColDes_TietMuc
            //
            this.ColDes_TietMuc.Caption = "Tiết mục";
            this.ColDes_TietMuc.FieldName = "Được quyền xem";
            this.ColDes_TietMuc.Name = "ColDes_TietMuc";
            this.ColDes_TietMuc.OptionsColumn.AllowEdit = false;
            this.ColDes_TietMuc.OptionsColumn.AllowFocus = false;
            this.ColDes_TietMuc.Visible = true;
            this.ColDes_TietMuc.VisibleIndex = 6;
            this.ColDes_TietMuc.Width = 55;
            //
            // ColDes_SoTapGoc
            //
            this.ColDes_SoTapGoc.Caption = "Số tập gốc/cắt";
            this.ColDes_SoTapGoc.FieldName = "Được quyền sửa";
            this.ColDes_SoTapGoc.Name = "ColDes_SoTapGoc";
            this.ColDes_SoTapGoc.OptionsColumn.AllowEdit = false;
            this.ColDes_SoTapGoc.OptionsColumn.AllowFocus = false;
            this.ColDes_SoTapGoc.Visible = true;
            this.ColDes_SoTapGoc.VisibleIndex = 9;
            this.ColDes_SoTapGoc.Width = 86;
            //
            // ColDes_LoaiLuuTru
            //
            this.ColDes_LoaiLuuTru.Caption = "Loại lưu trữ";
            this.ColDes_LoaiLuuTru.FieldName = "Loại lưu trữ";
            this.ColDes_LoaiLuuTru.Name = "ColDes_LoaiLuuTru";
            this.ColDes_LoaiLuuTru.OptionsColumn.AllowEdit = false;
            this.ColDes_LoaiLuuTru.OptionsColumn.AllowFocus = false;
            this.ColDes_LoaiLuuTru.Visible = true;
            this.ColDes_LoaiLuuTru.VisibleIndex = 8;
            this.ColDes_LoaiLuuTru.Width = 70;
            //
            // ColDes_Betacam
            //
            this.ColDes_Betacam.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ColDes_Betacam.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.ColDes_Betacam.AppearanceHeader.Options.UseFont = true;
            this.ColDes_Betacam.AppearanceHeader.Options.UseForeColor = true;
            this.ColDes_Betacam.Caption = "Betacam";
            this.ColDes_Betacam.FieldName = "Betacam";
            this.ColDes_Betacam.Name = "ColDes_Betacam";
            this.ColDes_Betacam.Visible = true;
            this.ColDes_Betacam.VisibleIndex = 12;
            this.ColDes_Betacam.Width = 53;
            //
            // ColDes_File
            //
            this.ColDes_File.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ColDes_File.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.ColDes_File.AppearanceHeader.Options.UseFont = true;
            this.ColDes_File.AppearanceHeader.Options.UseForeColor = true;
            this.ColDes_File.Caption = "File";
            this.ColDes_File.FieldName = "File";
            this.ColDes_File.Name = "ColDes_File";
            this.ColDes_File.Visible = true;
            this.ColDes_File.VisibleIndex = 13;
            this.ColDes_File.Width = 50;
            //
            // ColDes_DVD
            //
            this.ColDes_DVD.AppearanceHeader.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.ColDes_DVD.AppearanceHeader.ForeColor = System.Drawing.Color.Blue;
            this.ColDes_DVD.AppearanceHeader.Options.UseFont = true;
            this.ColDes_DVD.AppearanceHeader.Options.UseForeColor = true;
            this.ColDes_DVD.Caption = "DVD";
            this.ColDes_DVD.FieldName = "DVD";
            this.ColDes_DVD.Name = "ColDes_DVD";
            this.ColDes_DVD.Visible = true;
            this.ColDes_DVD.VisibleIndex = 14;
            this.ColDes_DVD.Width = 49;
            //
            // ColDes_Cap
            //
            this.ColDes_Cap.Caption = "Cấp";
            this.ColDes_Cap.FieldName = "Cấp";
            this.ColDes_Cap.Name = "ColDes_Cap";
            this.ColDes_Cap.OptionsColumn.AllowEdit = false;
            this.ColDes_Cap.OptionsColumn.AllowFocus = false;
            this.ColDes_Cap.Visible = true;
            this.ColDes_Cap.VisibleIndex = 2;
            this.ColDes_Cap.Width = 79;
            //
            // ColDes_TenPM
            //
            this.ColDes_TenPM.Caption = "P/M";
            this.ColDes_TenPM.FieldName = "P/M";
            this.ColDes_TenPM.Name = "ColDes_TenPM";
            this.ColDes_TenPM.OptionsColumn.AllowEdit = false;
            this.ColDes_TenPM.OptionsColumn.AllowFocus = false;
            this.ColDes_TenPM.Visible = true;
            this.ColDes_TenPM.VisibleIndex = 5;
            this.ColDes_TenPM.Width = 79;
            //
            // ColDes_TenCT
            //
            this.ColDes_TenCT.Caption = "CT";
            this.ColDes_TenCT.FieldName = "CT";
            this.ColDes_TenCT.Name = "ColDes_TenCT";
            this.ColDes_TenCT.OptionsColumn.AllowEdit = false;
            this.ColDes_TenCT.OptionsColumn.AllowFocus = false;
            this.ColDes_TenCT.Visible = true;
            this.ColDes_TenCT.VisibleIndex = 4;
            this.ColDes_TenCT.Width = 79;
            //
            // ColDes_PhongBan
            //
            this.ColDes_PhongBan.Caption = "Phòng ban";
            this.ColDes_PhongBan.FieldName = "ColDes_PhongBan";
            this.ColDes_PhongBan.Name = "ColDes_PhongBan";
            this.ColDes_PhongBan.OptionsColumn.AllowEdit = false;
            this.ColDes_PhongBan.OptionsColumn.AllowFocus = false;
            this.ColDes_PhongBan.Visible = true;
            this.ColDes_PhongBan.VisibleIndex = 10;
            this.ColDes_PhongBan.Width = 79;
            //
            // ColDes_CongTy
            //
            this.ColDes_CongTy.Caption = "Công ty";
            this.ColDes_CongTy.FieldName = "Công ty";
            this.ColDes_CongTy.Name = "ColDes_CongTy";
            this.ColDes_CongTy.OptionsColumn.AllowEdit = false;
            this.ColDes_CongTy.OptionsColumn.AllowFocus = false;
            this.ColDes_CongTy.Visible = true;
            this.ColDes_CongTy.VisibleIndex = 11;
            this.ColDes_CongTy.Width = 79;
            //
            // ColDes_Category
            //
            this.ColDes_Category.Caption = "Category";
            this.ColDes_Category.FieldName = "Category";
            this.ColDes_Category.Name = "ColDes_Category";
            this.ColDes_Category.Visible = true;
            this.ColDes_Category.VisibleIndex = 7;
            //
            // frmListCanhBaoQL
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(1028, 545);
            this.Controls.Add(this.xtraTabControlDetail);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "frmListCanhBaoQL";
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Thông tin cảnh báo";
            ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
            this.dockPanel1.ResumeLayout(false);
            this.dockPanel1_Container.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
            this.popupControlContainerFilter.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
            this.xtraTabControlDetail.ResumeLayout(false);
            this.pageBanQuyen.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
            this.pageSoRun.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlSoRun)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewSoRun)).EndInit();
            this.pageMuonTra.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControlMuonTra)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridViewMuonTra)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.popupMenu2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.TreeDes)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPostMasterDeletedQL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDeleteRealy = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemRestore = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.plLabel5 = new System.Windows.Forms.PLLabel();
     this.NgayXoa = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
     this.NguoiNhap = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.ngayNhap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.MaCT = new DevExpress.XtraEditors.TextEdit();
     this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.PostMaster = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel2 = new System.Windows.Forms.PLLabel();
     this.label10 = new System.Windows.Forms.PLLabel();
     this.label1 = new System.Windows.Forms.PLLabel();
     this.plLabel4 = new System.Windows.Forms.PLLabel();
     this.plLabel1 = new System.Windows.Forms.PLLabel();
     this.label29 = new System.Windows.Forms.PLLabel();
     this.label3 = new System.Windows.Forms.PLLabel();
     this.label5 = new System.Windows.Forms.PLLabel();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.Col_PM_PostMaster = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TongTap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_LoaiLuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_PopUp = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_ThoiLuongChung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TTDinhKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_NgayNhapKho = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_Ke = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_Ngan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_Tang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_SODKCBHD = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_DVDNgayDuyet = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_DVDNgayHoanTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_NoiLuuTru = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_LoaiFile = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_BM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_MaBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TapSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TenTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThongSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThoiLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoDKCBHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_NoiLuuTru = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_MaChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TenChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandPostMaster = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NguoiNhap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaCT.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItemDeleteRealy,
     this.barButtonItemRestore});
     this.barManager1.MaxItemId = 36;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.barButtonItemAdd, "&Thêm"),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDeleteRealy),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemRestore),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "&Xem";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDeleteRealy
     //
     this.barButtonItemDeleteRealy.Caption = "&Xóa hẳn";
     this.barButtonItemDeleteRealy.Id = 34;
     this.barButtonItemDeleteRealy.Name = "barButtonItemDeleteRealy";
     //
     // barButtonItemRestore
     //
     this.barButtonItemRestore.Caption = "&Phục hồi";
     this.barButtonItemRestore.Id = 35;
     this.barButtonItemRestore.Name = "barButtonItemRestore";
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều &kiện lọc";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barCheckItemFilter.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemFilter_CheckedChanged);
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đóng";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1008, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
     this.barDockControlBottom.Size = new System.Drawing.Size(1008, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1008, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanel1.FloatVertical = true;
     this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
     this.dockPanel1.Location = new System.Drawing.Point(0, 24);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockLeft = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 109);
     this.dockPanel1.Size = new System.Drawing.Size(1008, 109);
     this.dockPanel1.Text = "Điều kiện tìm kiếm";
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1002, 81);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.plLabel5);
     this.popupControlContainerFilter.Controls.Add(this.NgayXoa);
     this.popupControlContainerFilter.Controls.Add(this.PhongBan);
     this.popupControlContainerFilter.Controls.Add(this.NguoiNhap);
     this.popupControlContainerFilter.Controls.Add(this.ngayNhap);
     this.popupControlContainerFilter.Controls.Add(this.MaCT);
     this.popupControlContainerFilter.Controls.Add(this.NoiDung);
     this.popupControlContainerFilter.Controls.Add(this.LoaiLuuTru);
     this.popupControlContainerFilter.Controls.Add(this.PostMaster);
     this.popupControlContainerFilter.Controls.Add(this.TietMuc);
     this.popupControlContainerFilter.Controls.Add(this.plLabel2);
     this.popupControlContainerFilter.Controls.Add(this.label10);
     this.popupControlContainerFilter.Controls.Add(this.label1);
     this.popupControlContainerFilter.Controls.Add(this.plLabel4);
     this.popupControlContainerFilter.Controls.Add(this.plLabel1);
     this.popupControlContainerFilter.Controls.Add(this.label29);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.label5);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(1002, 81);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // plLabel5
     //
     this.plLabel5.Location = new System.Drawing.Point(648, 61);
     this.plLabel5.Name = "plLabel5";
     this.plLabel5.Size = new System.Drawing.Size(46, 13);
     this.plLabel5.TabIndex = 237;
     this.plLabel5.Text = "Ngày xóa";
     this.plLabel5.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // NgayXoa
     //
     this.NgayXoa.Caption = "Từ ngày 11/16/2011 đến ngày 11/23/2011";
     this.NgayXoa.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.NgayXoa.FirstFrom = new System.DateTime(2011, 11, 16, 0, 16, 2, 406);
     this.NgayXoa.FirstTo = new System.DateTime(2011, 11, 23, 0, 16, 2, 406);
     this.NgayXoa.FromDate = new System.DateTime(2011, 11, 16, 0, 16, 2, 406);
     this.NgayXoa.Location = new System.Drawing.Point(712, 56);
     this.NgayXoa.Name = "NgayXoa";
     this.NgayXoa.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.NgayXoa.SecondFrom = new System.DateTime(2011, 11, 16, 0, 16, 2, 406);
     this.NgayXoa.SecondTo = new System.DateTime(2011, 11, 23, 0, 16, 2, 406);
     this.NgayXoa.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.NgayXoa.Size = new System.Drawing.Size(285, 21);
     this.NgayXoa.TabIndex = 236;
     this.NgayXoa.ToDate = new System.DateTime(2011, 11, 23, 0, 16, 2, 406);
     this.NgayXoa.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // PhongBan
     //
     this.PhongBan.Location = new System.Drawing.Point(338, 32);
     this.PhongBan.Name = "PhongBan";
     this.PhongBan.Size = new System.Drawing.Size(187, 20);
     this.PhongBan.TabIndex = 10;
     //
     // NguoiNhap
     //
     this.NguoiNhap.DataSource = null;
     this.NguoiNhap.DisplayField = null;
     this.NguoiNhap.Location = new System.Drawing.Point(338, 8);
     this.NguoiNhap.Name = "NguoiNhap";
     this.NguoiNhap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.NguoiNhap.Size = new System.Drawing.Size(187, 20);
     this.NguoiNhap.TabIndex = 227;
     this.NguoiNhap.ValueField = null;
     //
     // ngayNhap
     //
     this.ngayNhap.Caption = "Từ ngày 11/16/2011 đến ngày 11/23/2011";
     this.ngayNhap.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.FirstFrom = new System.DateTime(2011, 11, 16, 0, 16, 2, 468);
     this.ngayNhap.FirstTo = new System.DateTime(2011, 11, 23, 0, 16, 2, 468);
     this.ngayNhap.FromDate = new System.DateTime(2011, 11, 16, 0, 16, 2, 468);
     this.ngayNhap.Location = new System.Drawing.Point(338, 57);
     this.ngayNhap.Name = "ngayNhap";
     this.ngayNhap.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.ngayNhap.SecondFrom = new System.DateTime(2011, 11, 16, 0, 16, 2, 468);
     this.ngayNhap.SecondTo = new System.DateTime(2011, 11, 23, 0, 16, 2, 468);
     this.ngayNhap.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.Size = new System.Drawing.Size(285, 21);
     this.ngayNhap.TabIndex = 226;
     this.ngayNhap.ToDate = new System.DateTime(2011, 11, 23, 0, 16, 2, 468);
     this.ngayNhap.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // MaCT
     //
     this.MaCT.Location = new System.Drawing.Point(48, 8);
     this.MaCT.Name = "MaCT";
     this.MaCT.Size = new System.Drawing.Size(214, 20);
     this.MaCT.TabIndex = 223;
     //
     // NoiDung
     //
     this.NoiDung._DataSource = null;
     this.NoiDung._GetField = null;
     this.NoiDung.Location = new System.Drawing.Point(48, 32);
     this.NoiDung.Name = "NoiDung";
     this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.NoiDung.Size = new System.Drawing.Size(214, 20);
     this.NoiDung.TabIndex = 222;
     //
     // LoaiLuuTru
     //
     this.LoaiLuuTru.DataSource = null;
     this.LoaiLuuTru.DisplayField = null;
     this.LoaiLuuTru.Location = new System.Drawing.Point(608, 32);
     this.LoaiLuuTru.Name = "LoaiLuuTru";
     this.LoaiLuuTru.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LoaiLuuTru.Size = new System.Drawing.Size(185, 20);
     this.LoaiLuuTru.TabIndex = 220;
     this.LoaiLuuTru.ValueField = null;
     //
     // PostMaster
     //
     this.PostMaster.DataSource = null;
     this.PostMaster.DisplayField = null;
     this.PostMaster.Location = new System.Drawing.Point(608, 8);
     this.PostMaster.Name = "PostMaster";
     this.PostMaster.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.PostMaster.Size = new System.Drawing.Size(185, 20);
     this.PostMaster.TabIndex = 220;
     this.PostMaster.ValueField = null;
     //
     // TietMuc
     //
     this.TietMuc.DataSource = null;
     this.TietMuc.DisplayField = null;
     this.TietMuc.Location = new System.Drawing.Point(48, 56);
     this.TietMuc.Name = "TietMuc";
     this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.TietMuc.Size = new System.Drawing.Size(214, 20);
     this.TietMuc.TabIndex = 216;
     this.TietMuc.ValueField = null;
     //
     // plLabel2
     //
     this.plLabel2.Location = new System.Drawing.Point(544, 40);
     this.plLabel2.Name = "plLabel2";
     this.plLabel2.Size = new System.Drawing.Size(55, 13);
     this.plLabel2.TabIndex = 213;
     this.plLabel2.Text = "Loại lưu trữ";
     this.plLabel2.ToolTip = "Nước sản xuất";
     this.plLabel2.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(544, 12);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(58, 13);
     this.label10.TabIndex = 213;
     this.label10.Text = "Post/Master";
     this.label10.ToolTip = "Nước sản xuất";
     this.label10.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 214;
     this.label1.Text = "Mã CT";
     this.label1.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel4
     //
     this.plLabel4.Location = new System.Drawing.Point(275, 12);
     this.plLabel4.Name = "plLabel4";
     this.plLabel4.Size = new System.Drawing.Size(55, 13);
     this.plLabel4.TabIndex = 217;
     this.plLabel4.Text = "Người nhập";
     this.plLabel4.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel1
     //
     this.plLabel1.Location = new System.Drawing.Point(275, 36);
     this.plLabel1.Name = "plLabel1";
     this.plLabel1.Size = new System.Drawing.Size(51, 13);
     this.plLabel1.TabIndex = 217;
     this.plLabel1.Text = "Phòng ban";
     this.plLabel1.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(274, 59);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(52, 13);
     this.label29.TabIndex = 217;
     this.label29.Text = "Ngày nhập";
     this.label29.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 36);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 218;
     this.label3.Text = "Tên CT";
     this.label3.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(2, 60);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 219;
     this.label5.Text = "Tiết mục";
     this.label5.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 133);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1008, 412);
     this.splitContainerControl1.SplitterPosition = 216;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(1008, 216);
     this.gridControlMaster.TabIndex = 10;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandChuongTrinh,
     this.gridBandPostMaster});
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_PM_PostMaster,
     this.Col_PM_ThanhLy,
     this.Col_PM_LoaiLuu,
     this.Col_PM_TongTap,
     this.Col_PM_Ke,
     this.Col_PM_Ngan,
     this.Col_PM_Tang,
     this.Col_PM_PopUp,
     this.Col_PM_TTDinhKem,
     this.Col_PM_NgayNhapKho,
     this.Col_PM_DVDNgayDuyet,
     this.Col_PM_DVDNgayHoanTat,
     this.Col_PM_SODKCBHD,
     this.Col_PM_NoiLuuTru,
     this.Col_PM_LoaiFile,
     this.Col_PM_ThoiLuongChung,
     this.Col_PM_MaChuongTrinh,
     this.Col_PM_TenChuongTrinh,
     this.Col_PM_TietMuc});
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     //
     // Col_PM_PostMaster
     //
     this.Col_PM_PostMaster.Caption = "Post/Master";
     this.Col_PM_PostMaster.Name = "Col_PM_PostMaster";
     this.Col_PM_PostMaster.OptionsColumn.AllowMove = false;
     this.Col_PM_PostMaster.OptionsColumn.AllowShowHide = false;
     this.Col_PM_PostMaster.Visible = true;
     this.Col_PM_PostMaster.Width = 70;
     //
     // Col_PM_TongTap
     //
     this.Col_PM_TongTap.Caption = "Số tập gốc/cắt";
     this.Col_PM_TongTap.Name = "Col_PM_TongTap";
     this.Col_PM_TongTap.Visible = true;
     this.Col_PM_TongTap.Width = 82;
     //
     // Col_PM_LoaiLuu
     //
     this.Col_PM_LoaiLuu.Caption = "Loại lưu trữ";
     this.Col_PM_LoaiLuu.Name = "Col_PM_LoaiLuu";
     this.Col_PM_LoaiLuu.Visible = true;
     this.Col_PM_LoaiLuu.Width = 67;
     //
     // Col_PM_PopUp
     //
     this.Col_PM_PopUp.Caption = "Pop Up";
     this.Col_PM_PopUp.Name = "Col_PM_PopUp";
     this.Col_PM_PopUp.Visible = true;
     this.Col_PM_PopUp.Width = 46;
     //
     // Col_PM_ThoiLuongChung
     //
     this.Col_PM_ThoiLuongChung.Caption = "Thời lượng chung";
     this.Col_PM_ThoiLuongChung.Name = "Col_PM_ThoiLuongChung";
     this.Col_PM_ThoiLuongChung.Visible = true;
     this.Col_PM_ThoiLuongChung.Width = 94;
     //
     // Col_PM_TTDinhKem
     //
     this.Col_PM_TTDinhKem.Caption = "TT Đính kèm";
     this.Col_PM_TTDinhKem.Name = "Col_PM_TTDinhKem";
     this.Col_PM_TTDinhKem.Visible = true;
     this.Col_PM_TTDinhKem.Width = 71;
     //
     // Col_PM_ThanhLy
     //
     this.Col_PM_ThanhLy.Caption = "Thanh lý";
     this.Col_PM_ThanhLy.Name = "Col_PM_ThanhLy";
     this.Col_PM_ThanhLy.Visible = true;
     this.Col_PM_ThanhLy.Width = 53;
     //
     // Col_PM_NgayNhapKho
     //
     this.Col_PM_NgayNhapKho.Caption = "Ngày nhập kho";
     this.Col_PM_NgayNhapKho.Name = "Col_PM_NgayNhapKho";
     this.Col_PM_NgayNhapKho.Visible = true;
     this.Col_PM_NgayNhapKho.Width = 84;
     //
     // Col_PM_Ke
     //
     this.Col_PM_Ke.Caption = "Kệ";
     this.Col_PM_Ke.Name = "Col_PM_Ke";
     this.Col_PM_Ke.Visible = true;
     this.Col_PM_Ke.Width = 24;
     //
     // Col_PM_Ngan
     //
     this.Col_PM_Ngan.Caption = "Ngăn";
     this.Col_PM_Ngan.Name = "Col_PM_Ngan";
     this.Col_PM_Ngan.Visible = true;
     this.Col_PM_Ngan.Width = 37;
     //
     // Col_PM_Tang
     //
     this.Col_PM_Tang.Caption = "Tầng";
     this.Col_PM_Tang.Name = "Col_PM_Tang";
     this.Col_PM_Tang.Visible = true;
     this.Col_PM_Tang.Width = 36;
     //
     // Col_PM_SODKCBHD
     //
     this.Col_PM_SODKCBHD.Caption = "Số ĐKCB HD";
     this.Col_PM_SODKCBHD.Name = "Col_PM_SODKCBHD";
     this.Col_PM_SODKCBHD.Visible = true;
     this.Col_PM_SODKCBHD.Width = 71;
     //
     // Col_PM_DVDNgayDuyet
     //
     this.Col_PM_DVDNgayDuyet.Caption = "DVD ngày duyệt";
     this.Col_PM_DVDNgayDuyet.Name = "Col_PM_DVDNgayDuyet";
     this.Col_PM_DVDNgayDuyet.Visible = true;
     this.Col_PM_DVDNgayDuyet.Width = 90;
     //
     // Col_PM_DVDNgayHoanTat
     //
     this.Col_PM_DVDNgayHoanTat.Caption = "DVD Ngày hoàn tất";
     this.Col_PM_DVDNgayHoanTat.Name = "Col_PM_DVDNgayHoanTat";
     this.Col_PM_DVDNgayHoanTat.Visible = true;
     this.Col_PM_DVDNgayHoanTat.Width = 104;
     //
     // Col_PM_NoiLuuTru
     //
     this.Col_PM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_PM_NoiLuuTru.Name = "Col_PM_NoiLuuTru";
     this.Col_PM_NoiLuuTru.Visible = true;
     this.Col_PM_NoiLuuTru.Width = 63;
     //
     // Col_PM_LoaiFile
     //
     this.Col_PM_LoaiFile.Caption = "Loại file";
     this.Col_PM_LoaiFile.Name = "Col_PM_LoaiFile";
     this.Col_PM_LoaiFile.Visible = true;
     this.Col_PM_LoaiFile.Width = 48;
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(1008, 190);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail});
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(1001, 161);
     this.xtraTabPageDetail.Text = "Danh sách biên mục";
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.MenuManager = this.barManager1;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(1001, 161);
     this.gridControlDetail.TabIndex = 0;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_BM_ThanhLy,
     this.Col_BM_MaBang,
     this.Col_BM_TapSo,
     this.Col_BM_TenTap,
     this.Col_BM_SoBang,
     this.Col_BM_ThongSo,
     this.Col_BM_ThoiLuong,
     this.Col_BM_SoDKCBHD,
     this.Col_BM_NoiLuuTru});
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsBehavior.Editable = false;
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     //
     // Col_BM_ThanhLy
     //
     this.Col_BM_ThanhLy.Caption = "Thanh lý";
     this.Col_BM_ThanhLy.Name = "Col_BM_ThanhLy";
     this.Col_BM_ThanhLy.Visible = true;
     this.Col_BM_ThanhLy.VisibleIndex = 0;
     this.Col_BM_ThanhLy.Width = 53;
     //
     // Col_BM_MaBang
     //
     this.Col_BM_MaBang.Caption = "Mã băng";
     this.Col_BM_MaBang.Name = "Col_BM_MaBang";
     this.Col_BM_MaBang.Visible = true;
     this.Col_BM_MaBang.VisibleIndex = 1;
     this.Col_BM_MaBang.Width = 53;
     //
     // Col_BM_TapSo
     //
     this.Col_BM_TapSo.Caption = "Tập số";
     this.Col_BM_TapSo.Name = "Col_BM_TapSo";
     this.Col_BM_TapSo.Visible = true;
     this.Col_BM_TapSo.VisibleIndex = 2;
     this.Col_BM_TapSo.Width = 44;
     //
     // Col_BM_TenTap
     //
     this.Col_BM_TenTap.Caption = "Tên tập";
     this.Col_BM_TenTap.Name = "Col_BM_TenTap";
     this.Col_BM_TenTap.Visible = true;
     this.Col_BM_TenTap.VisibleIndex = 3;
     this.Col_BM_TenTap.Width = 49;
     //
     // Col_BM_SoBang
     //
     this.Col_BM_SoBang.Caption = "Số băng";
     this.Col_BM_SoBang.Name = "Col_BM_SoBang";
     this.Col_BM_SoBang.Visible = true;
     this.Col_BM_SoBang.VisibleIndex = 4;
     this.Col_BM_SoBang.Width = 51;
     //
     // Col_BM_ThongSo
     //
     this.Col_BM_ThongSo.Caption = "Thông số";
     this.Col_BM_ThongSo.Name = "Col_BM_ThongSo";
     this.Col_BM_ThongSo.Visible = true;
     this.Col_BM_ThongSo.VisibleIndex = 5;
     this.Col_BM_ThongSo.Width = 56;
     //
     // Col_BM_ThoiLuong
     //
     this.Col_BM_ThoiLuong.Caption = "Thời lượng";
     this.Col_BM_ThoiLuong.Name = "Col_BM_ThoiLuong";
     this.Col_BM_ThoiLuong.Visible = true;
     this.Col_BM_ThoiLuong.VisibleIndex = 6;
     this.Col_BM_ThoiLuong.Width = 62;
     //
     // Col_BM_SoDKCBHD
     //
     this.Col_BM_SoDKCBHD.Caption = "Số ĐKCB HD";
     this.Col_BM_SoDKCBHD.Name = "Col_BM_SoDKCBHD";
     this.Col_BM_SoDKCBHD.Visible = true;
     this.Col_BM_SoDKCBHD.VisibleIndex = 7;
     this.Col_BM_SoDKCBHD.Width = 71;
     //
     // Col_BM_NoiLuuTru
     //
     this.Col_BM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_BM_NoiLuuTru.Name = "Col_BM_NoiLuuTru";
     this.Col_BM_NoiLuuTru.Visible = true;
     this.Col_BM_NoiLuuTru.VisibleIndex = 8;
     this.Col_BM_NoiLuuTru.Width = 63;
     //
     // Col_PM_MaChuongTrinh
     //
     this.Col_PM_MaChuongTrinh.Caption = "Mã chương trình";
     this.Col_PM_MaChuongTrinh.Name = "Col_PM_MaChuongTrinh";
     this.Col_PM_MaChuongTrinh.Visible = true;
     this.Col_PM_MaChuongTrinh.Width = 114;
     //
     // Col_PM_TenChuongTrinh
     //
     this.Col_PM_TenChuongTrinh.Caption = "Tên chương trình";
     this.Col_PM_TenChuongTrinh.Name = "Col_PM_TenChuongTrinh";
     this.Col_PM_TenChuongTrinh.Visible = true;
     this.Col_PM_TenChuongTrinh.Width = 107;
     //
     // Col_PM_TietMuc
     //
     this.Col_PM_TietMuc.Caption = "Tiết mục";
     this.Col_PM_TietMuc.Name = "Col_PM_TietMuc";
     this.Col_PM_TietMuc.Visible = true;
     //
     // gridBandChuongTrinh
     //
     this.gridBandChuongTrinh.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandChuongTrinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandChuongTrinh.Caption = "Thông tin chương trình";
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_MaChuongTrinh);
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_TenChuongTrinh);
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_TietMuc);
     this.gridBandChuongTrinh.Name = "gridBandChuongTrinh";
     this.gridBandChuongTrinh.Width = 296;
     //
     // gridBandPostMaster
     //
     this.gridBandPostMaster.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandPostMaster.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandPostMaster.Caption = "Thông tin Post/Master";
     this.gridBandPostMaster.Columns.Add(this.Col_PM_PostMaster);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_TongTap);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_LoaiLuu);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_PopUp);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_ThoiLuongChung);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_TTDinhKem);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_ThanhLy);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_NgayNhapKho);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_Ke);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_Ngan);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_Tang);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_SODKCBHD);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_DVDNgayDuyet);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_DVDNgayHoanTat);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_NoiLuuTru);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_LoaiFile);
     this.gridBandPostMaster.Name = "gridBandPostMaster";
     this.gridBandPostMaster.Width = 1040;
     //
     // frmPostMasterDeletedQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 545);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmPostMasterDeletedQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản lý Post/Master đã xóa";
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NguoiNhap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaCT.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 26
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.col_表名 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_说明 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_object_id = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_Pname = new DevExpress.XtraGrid.Columns.GridColumn();
     this.col_类型 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(this.components);
     this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2,
     this.bar3});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barSubItem1,
     this.barButtonItem5,
     this.barButtonItem6});
     this.barManager1.MainMenu = this.bar2;
     this.barManager1.MaxItemId = 7;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar1
     //
     this.bar1.BarName = "Tools";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 1;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
     this.bar1.Text = "Tools";
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "刷新";
     this.barButtonItem3.Id = 2;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Entity生成";
     this.barButtonItem4.Id = 3;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "DAO生成";
     this.barButtonItem6.Id = 6;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1)});
     this.bar2.OptionsBar.MultiLine = true;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Main menu";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "用户";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "窗口";
     this.barSubItem1.Id = 4;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "查询分析器";
     this.barButtonItem5.Id = 5;
     this.barButtonItem5.Name = "barButtonItem5";
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1365, 83);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 939);
     this.barDockControlBottom.Size = new System.Drawing.Size(1365, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 83);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 856);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1365, 83);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 856);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.MenuManager = this.barManager1;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "System.Windows.Forms.MenuStrip",
     "System.Windows.Forms.StatusStrip",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("787f2a5b-34f2-43b1-8798-6ebb721fd393");
     this.dockPanel1.Location = new System.Drawing.Point(0, 83);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.OriginalSize = new System.Drawing.Size(346, 200);
     this.dockPanel1.Size = new System.Drawing.Size(346, 856);
     this.dockPanel1.Text = "数据对象";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.gridControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 37);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(338, 815);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // gridControl1
     //
     this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl1.Location = new System.Drawing.Point(0, 0);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.MenuManager = this.barManager1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(338, 815);
     this.gridControl1.TabIndex = 0;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.col_表名,
     this.col_说明,
     this.col_object_id,
     this.col_Pname,
     this.col_类型});
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.GroupCount = 1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsBehavior.Editable = false;
     this.gridView1.OptionsSelection.MultiSelect = true;
     this.gridView1.OptionsView.ColumnAutoWidth = false;
     this.gridView1.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.col_类型, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridView1.DoubleClick += new System.EventHandler(this.gridView1_DoubleClick);
     //
     // col_表名
     //
     this.col_表名.Caption = "表名";
     this.col_表名.FieldName = "表名";
     this.col_表名.Name = "col_表名";
     this.col_表名.Visible = true;
     this.col_表名.VisibleIndex = 0;
     //
     // col_说明
     //
     this.col_说明.Caption = "说明";
     this.col_说明.FieldName = "说明";
     this.col_说明.Name = "col_说明";
     this.col_说明.Visible = true;
     this.col_说明.VisibleIndex = 1;
     //
     // col_object_id
     //
     this.col_object_id.Caption = "object_id";
     this.col_object_id.FieldName = "object_id";
     this.col_object_id.Name = "col_object_id";
     this.col_object_id.Visible = true;
     this.col_object_id.VisibleIndex = 2;
     //
     // col_Pname
     //
     this.col_Pname.Caption = "Pname";
     this.col_Pname.FieldName = "Pname";
     this.col_Pname.Name = "col_Pname";
     this.col_Pname.Visible = true;
     this.col_Pname.VisibleIndex = 3;
     //
     // col_类型
     //
     this.col_类型.Caption = "类型";
     this.col_类型.FieldName = "类型";
     this.col_类型.Name = "col_类型";
     this.col_类型.Visible = true;
     this.col_类型.VisibleIndex = 4;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "新建";
     this.barButtonItem2.Id = 1;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // documentManager1
     //
     this.documentManager1.ContainerControl = this;
     this.documentManager1.MenuManager = this.barManager1;
     this.documentManager1.View = this.tabbedView1;
     this.documentManager1.ViewCollection.AddRange(new DevExpress.XtraBars.Docking2010.Views.BaseView[] {
     this.tabbedView1});
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1365, 962);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "MainForm";
     this.Text = "Sephiroth生成器";
     this.Load += new System.EventHandler(this.MainForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.documentManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tabbedView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PicQueryForm));
     this.timeFrom = new DevExpress.XtraEditors.TimeEdit();
     this.timeTo = new DevExpress.XtraEditors.TimeEdit();
     this.faceImageList = new System.Windows.Forms.ImageList(this.components);
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.currentFace = new DevExpress.XtraEditors.PictureEdit();
     this.portraits = new DevExpress.Xpo.XPCollection();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.status = new DevExpress.XtraBars.BarStaticItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel3 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
     this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
     this.queryBtn = new DevExpress.XtraEditors.SimpleButton();
     this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.wholePicture = new DevExpress.XtraEditors.PictureEdit();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.galleryControl1 = new DevExpress.XtraBars.Ribbon.GalleryControl();
     this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.currPage = new DevExpress.XtraEditors.LabelControl();
     this.navigator = new DevExpress.XtraEditors.ControlNavigator();
     this.playRelatedVideo = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.timeFrom.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeTo.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentFace.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.portraits)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel3.SuspendLayout();
     this.dockPanel3_Container.SuspendLayout();
     this.panelContainer1.SuspendLayout();
     this.dockPanel2.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.wholePicture.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryControl1)).BeginInit();
     this.galleryControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     this.SuspendLayout();
     //
     // timeFrom
     //
     this.timeFrom.EditValue = new System.DateTime(2009, 5, 7, 0, 0, 0, 0);
     this.timeFrom.Location = new System.Drawing.Point(51, 20);
     this.timeFrom.Name = "timeFrom";
     this.timeFrom.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeFrom.Properties.Mask.EditMask = "F";
     this.timeFrom.Size = new System.Drawing.Size(206, 21);
     this.timeFrom.TabIndex = 7;
     //
     // timeTo
     //
     this.timeTo.EditValue = new System.DateTime(2009, 5, 7, 0, 0, 0, 0);
     this.timeTo.Location = new System.Drawing.Point(352, 20);
     this.timeTo.Name = "timeTo";
     this.timeTo.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.timeTo.Properties.Mask.EditMask = "F";
     this.timeTo.Size = new System.Drawing.Size(198, 21);
     this.timeTo.TabIndex = 8;
     //
     // faceImageList
     //
     this.faceImageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.faceImageList.ImageSize = new System.Drawing.Size(80, 60);
     this.faceImageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // imageList2
     //
     this.imageList2.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList2.ImageSize = new System.Drawing.Size(80, 60);
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     //
     // currentFace
     //
     this.currentFace.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.portraits, "ImageCopy", true));
     this.currentFace.Dock = System.Windows.Forms.DockStyle.Fill;
     this.currentFace.Location = new System.Drawing.Point(0, 0);
     this.currentFace.MenuManager = this.barManager1;
     this.currentFace.Name = "currentFace";
     this.currentFace.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
     this.currentFace.Size = new System.Drawing.Size(341, 196);
     this.currentFace.TabIndex = 4;
     //
     // portraits
     //
     this.portraits.ObjectType = typeof(Damany.PortraitCapturer.DAL.DTO.Portrait);
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar3});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.status,
     this.barButtonItem1,
     this.barButtonItem2});
     this.barManager1.MaxItemId = 3;
     this.barManager1.StatusBar = this.bar3;
     //
     // bar3
     //
     this.bar3.BarName = "Status bar";
     this.bar3.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar3.DockCol = 0;
     this.bar3.DockRow = 0;
     this.bar3.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.status)});
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // status
     //
     this.status.Caption = "就绪";
     this.status.Id = 0;
     this.status.Name = "status";
     this.status.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(918, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 546);
     this.barDockControlBottom.Size = new System.Drawing.Size(918, 27);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 0);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 546);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(918, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 546);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel3,
     this.panelContainer1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel3
     //
     this.dockPanel3.Controls.Add(this.dockPanel3_Container);
     this.dockPanel3.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanel3.FloatVertical = true;
     this.dockPanel3.ID = new System.Guid("63335e45-2cfc-4788-abb7-e0cc172b6540");
     this.dockPanel3.Location = new System.Drawing.Point(0, 0);
     this.dockPanel3.Name = "dockPanel3";
     this.dockPanel3.Options.AllowFloating = false;
     this.dockPanel3.Options.ShowAutoHideButton = false;
     this.dockPanel3.Options.ShowCloseButton = false;
     this.dockPanel3.OriginalSize = new System.Drawing.Size(200, 96);
     this.dockPanel3.Size = new System.Drawing.Size(918, 96);
     this.dockPanel3.Text = "搜索条件";
     //
     // dockPanel3_Container
     //
     this.dockPanel3_Container.Controls.Add(this.labelControl6);
     this.dockPanel3_Container.Controls.Add(this.timeTo);
     this.dockPanel3_Container.Controls.Add(this.timeFrom);
     this.dockPanel3_Container.Controls.Add(this.labelControl5);
     this.dockPanel3_Container.Controls.Add(this.queryBtn);
     this.dockPanel3_Container.Location = new System.Drawing.Point(4, 23);
     this.dockPanel3_Container.Name = "dockPanel3_Container";
     this.dockPanel3_Container.Size = new System.Drawing.Size(910, 69);
     this.dockPanel3_Container.TabIndex = 0;
     //
     // labelControl6
     //
     this.labelControl6.Location = new System.Drawing.Point(322, 23);
     this.labelControl6.Name = "labelControl6";
     this.labelControl6.Size = new System.Drawing.Size(24, 14);
     this.labelControl6.TabIndex = 11;
     this.labelControl6.Text = "到:";
     //
     // labelControl5
     //
     this.labelControl5.Location = new System.Drawing.Point(16, 24);
     this.labelControl5.Name = "labelControl5";
     this.labelControl5.Size = new System.Drawing.Size(24, 14);
     this.labelControl5.TabIndex = 10;
     this.labelControl5.Text = "从:";
     //
     // queryBtn
     //
     this.queryBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.queryBtn.Location = new System.Drawing.Point(806, 14);
     this.queryBtn.Name = "queryBtn";
     this.queryBtn.Size = new System.Drawing.Size(87, 27);
     this.queryBtn.TabIndex = 9;
     this.queryBtn.Text = "查询";
     this.queryBtn.Click += new System.EventHandler(this.queryBtn_Click);
     //
     // panelContainer1
     //
     this.panelContainer1.Controls.Add(this.dockPanel2);
     this.panelContainer1.Controls.Add(this.dockPanel1);
     this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.panelContainer1.ID = new System.Guid("fe5214ec-e932-4925-ba0b-91e301ff69aa");
     this.panelContainer1.Location = new System.Drawing.Point(569, 96);
     this.panelContainer1.Name = "panelContainer1";
     this.panelContainer1.OriginalSize = new System.Drawing.Size(349, 200);
     this.panelContainer1.Size = new System.Drawing.Size(349, 450);
     this.panelContainer1.Text = "panelContainer1";
     //
     // dockPanel2
     //
     this.dockPanel2.Controls.Add(this.dockPanel2_Container);
     this.dockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.dockPanel2.ID = new System.Guid("bbe3b38f-0089-4a8d-a0d6-7f49fecb50e7");
     this.dockPanel2.Location = new System.Drawing.Point(0, 0);
     this.dockPanel2.Name = "dockPanel2";
     this.dockPanel2.Options.ShowCloseButton = false;
     this.dockPanel2.OriginalSize = new System.Drawing.Size(407, 220);
     this.dockPanel2.Size = new System.Drawing.Size(349, 223);
     this.dockPanel2.Text = "放大";
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.currentFace);
     this.dockPanel2_Container.Location = new System.Drawing.Point(4, 23);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(341, 196);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.dockPanel1.ID = new System.Guid("7c1444f7-4c06-4293-acc6-c4a6e7b06b5a");
     this.dockPanel1.Location = new System.Drawing.Point(0, 223);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(349, 226);
     this.dockPanel1.Size = new System.Drawing.Size(349, 227);
     this.dockPanel1.Text = "全景";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.wholePicture);
     this.dockPanel1_Container.Location = new System.Drawing.Point(4, 23);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(341, 200);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // wholePicture
     //
     this.wholePicture.DataBindings.Add(new System.Windows.Forms.Binding("EditValue", this.portraits, "Frame.ImageCopy", true));
     this.wholePicture.Dock = System.Windows.Forms.DockStyle.Fill;
     this.wholePicture.Location = new System.Drawing.Point(0, 0);
     this.wholePicture.Name = "wholePicture";
     this.wholePicture.Properties.SizeMode = DevExpress.XtraEditors.Controls.PictureSizeMode.Zoom;
     this.wholePicture.Size = new System.Drawing.Size(341, 200);
     this.wholePicture.TabIndex = 0;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "相关视频";
     this.barButtonItem1.Id = 1;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "另存图片";
     this.barButtonItem2.Id = 2;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // galleryControl1
     //
     this.galleryControl1.Controls.Add(this.galleryControlClient1);
     this.galleryControl1.DesignGalleryGroupIndex = 0;
     this.galleryControl1.DesignGalleryItemIndex = 0;
     this.galleryControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     //
     // galleryControl1
     //
     this.galleryControl1.Gallery.HoverImageSize = new System.Drawing.Size(128, 128);
     this.galleryControl1.Gallery.ImageSize = new System.Drawing.Size(64, 64);
     this.galleryControl1.Gallery.ItemCheckMode = DevExpress.XtraBars.Ribbon.Gallery.ItemCheckMode.SingleCheck;
     this.galleryControl1.Gallery.ItemImageLayout = DevExpress.Utils.Drawing.ImageLayoutMode.ZoomInside;
     this.galleryControl1.Location = new System.Drawing.Point(2, 40);
     this.galleryControl1.LookAndFeel.SkinName = "Darkroom";
     this.galleryControl1.Name = "galleryControl1";
     this.galleryControl1.Size = new System.Drawing.Size(565, 370);
     this.galleryControl1.TabIndex = 10;
     this.galleryControl1.Text = "galleryControl1";
     //
     // galleryControlClient1
     //
     this.galleryControlClient1.GalleryControl = this.galleryControl1;
     this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
     this.galleryControlClient1.Size = new System.Drawing.Size(544, 366);
     //
     // panelControl1
     //
     this.panelControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
     this.panelControl1.Controls.Add(this.currPage);
     this.panelControl1.Controls.Add(this.navigator);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panelControl1.Location = new System.Drawing.Point(2, 410);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(565, 38);
     this.panelControl1.TabIndex = 1;
     //
     // currPage
     //
     this.currPage.Location = new System.Drawing.Point(208, 10);
     this.currPage.Name = "currPage";
     this.currPage.Size = new System.Drawing.Size(51, 14);
     this.currPage.TabIndex = 34;
     this.currPage.Text = "第 0/0 页";
     //
     // navigator
     //
     this.navigator.Buttons.Append.Visible = false;
     this.navigator.Buttons.CancelEdit.Visible = false;
     this.navigator.Buttons.Edit.Visible = false;
     this.navigator.Buttons.EndEdit.Visible = false;
     this.navigator.Buttons.First.Hint = "跳至第1页";
     this.navigator.Buttons.Last.Hint = "跳至最后一页";
     this.navigator.Buttons.Next.Visible = false;
     this.navigator.Buttons.NextPage.Hint = "后一页";
     this.navigator.Buttons.Prev.Visible = false;
     this.navigator.Buttons.PrevPage.Hint = "前一页";
     this.navigator.Buttons.Remove.Visible = false;
     this.navigator.Location = new System.Drawing.Point(6, 6);
     this.navigator.Margin = new System.Windows.Forms.Padding(3, 0, 3, 0);
     this.navigator.Name = "navigator";
     this.navigator.Size = new System.Drawing.Size(181, 28);
     this.navigator.TabIndex = 32;
     this.navigator.Text = "controlNavigator1";
     this.navigator.ButtonClick += new DevExpress.XtraEditors.NavigatorButtonClickEventHandler(this.navigator_ButtonClick);
     //
     // playRelatedVideo
     //
     this.playRelatedVideo.Location = new System.Drawing.Point(14, 5);
     this.playRelatedVideo.Name = "playRelatedVideo";
     this.playRelatedVideo.Size = new System.Drawing.Size(87, 27);
     this.playRelatedVideo.TabIndex = 7;
     this.playRelatedVideo.Text = "相关视频";
     this.playRelatedVideo.Click += new System.EventHandler(this.toolStripButtonPlayVideo_Click);
     //
     // panelControl4
     //
     this.panelControl4.Controls.Add(this.galleryControl1);
     this.panelControl4.Controls.Add(this.panelControl2);
     this.panelControl4.Controls.Add(this.panelControl1);
     this.panelControl4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl4.Location = new System.Drawing.Point(0, 96);
     this.panelControl4.Name = "panelControl4";
     this.panelControl4.Size = new System.Drawing.Size(569, 450);
     this.panelControl4.TabIndex = 23;
     //
     // panelControl2
     //
     this.panelControl2.Controls.Add(this.playRelatedVideo);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(2, 2);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(565, 38);
     this.panelControl2.TabIndex = 11;
     //
     // PicQueryForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(918, 573);
     this.Controls.Add(this.panelControl4);
     this.Controls.Add(this.panelContainer1);
     this.Controls.Add(this.dockPanel3);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "PicQueryForm";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "人像搜索";
     this.Load += new System.EventHandler(this.PicQueryForm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.timeFrom.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.timeTo.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.currentFace.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.portraits)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel3.ResumeLayout(false);
     this.dockPanel3_Container.ResumeLayout(false);
     this.dockPanel3_Container.PerformLayout();
     this.panelContainer1.ResumeLayout(false);
     this.dockPanel2.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.wholePicture.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.galleryControl1)).EndInit();
     this.galleryControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RoleDetialFrm));
     this.groupControlSelect = new DevExpress.XtraEditors.GroupControl();
     this.LUEItems = new DevExpress.XtraEditors.LookUpEdit();
     this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.pnlContainerMain = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemStuCDMarahel = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDAlsofof = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDEFasl = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDAlokobat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDColekeyat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDDyana = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStucdEyab_code = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDGov = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDHaletalked = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDHealth_office = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDJop = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDLogatcode = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDEltataem_code = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDGamaat_alnashat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDMantaka = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDMarakez = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDMawad = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDnationalty = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDQualification = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDEqamaType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDSaltalkaraba = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDRelativeCode = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDTakasosat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuCDAlanshata = new DevExpress.XtraNavBar.NavBarItem();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel2_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemStuCD_Asase = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustudent_t = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_haletalked = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_logatcode = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_colekeyat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_alokobat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_almawaheb = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_eyab = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuTBLstudent = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_ezn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_takasosat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_fatherCall = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_gamaat_alnashat = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStustu_nashat = new DevExpress.XtraNavBar.NavBarItem();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel3_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemStuRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel4_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemStuQryStudentContacts = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemStuQryStudentInfo = new DevExpress.XtraNavBar.NavBarItem();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemStuDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.CEUpdate = new DevExpress.XtraEditors.CheckEdit();
     this.CESelect = new DevExpress.XtraEditors.CheckEdit();
     this.CEDelete = new DevExpress.XtraEditors.CheckEdit();
     this.CEInsert = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).BeginInit();
     this.groupControlSelect.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.pnlContainerMain.SuspendLayout();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.DPData.SuspendLayout();
     this.dockPanel2_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPPriv.SuspendLayout();
     this.dockPanel3_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.dockPanel4_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     this.DPReport.SuspendLayout();
     this.dockPanel5_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // groupControlSelect
     //
     this.groupControlSelect.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControlSelect.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControlSelect.Controls.Add(this.LUEItems);
     this.groupControlSelect.Controls.Add(this.labelControl1);
     this.groupControlSelect.Dock = System.Windows.Forms.DockStyle.Top;
     this.groupControlSelect.Location = new System.Drawing.Point(0, 0);
     this.groupControlSelect.Name = "groupControlSelect";
     this.groupControlSelect.Size = new System.Drawing.Size(334, 59);
     this.groupControlSelect.TabIndex = 2;
     this.groupControlSelect.Text = "جميع السماحيات";
     //
     // LUEItems
     //
     this.LUEItems.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.LUEItems.Location = new System.Drawing.Point(61, 28);
     this.LUEItems.Name = "LUEItems";
     this.LUEItems.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LUEItems.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleName", "اسم السماحيه", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("RoleDesc", "تعليق", 20, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.LUEItems.Properties.NullText = "";
     this.LUEItems.Size = new System.Drawing.Size(147, 20);
     this.LUEItems.TabIndex = 0;
     this.LUEItems.EditValueChanged += new System.EventHandler(this.LUEItems_EditValueChanged);
     //
     // labelControl1
     //
     this.labelControl1.Anchor = System.Windows.Forms.AnchorStyles.None;
     this.labelControl1.Location = new System.Drawing.Point(214, 31);
     this.labelControl1.Name = "labelControl1";
     this.labelControl1.Size = new System.Drawing.Size(60, 13);
     this.labelControl1.TabIndex = 0;
     this.labelControl1.Text = "اختر سماحيه";
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.pnlContainerMain});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // pnlContainerMain
     //
     this.pnlContainerMain.ActiveChild = this.DPCode;
     this.pnlContainerMain.Controls.Add(this.DPCode);
     this.pnlContainerMain.Controls.Add(this.DPData);
     this.pnlContainerMain.Controls.Add(this.DPPriv);
     this.pnlContainerMain.Controls.Add(this.DPQuery);
     this.pnlContainerMain.Controls.Add(this.DPReport);
     this.pnlContainerMain.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.pnlContainerMain.FloatSize = new System.Drawing.Size(336, 404);
     this.pnlContainerMain.FloatVertical = true;
     this.pnlContainerMain.ID = new System.Guid("a1818170-f437-4f2f-b8be-29961c00921c");
     this.pnlContainerMain.Location = new System.Drawing.Point(0, 142);
     this.pnlContainerMain.Name = "pnlContainerMain";
     this.pnlContainerMain.OriginalSize = new System.Drawing.Size(200, 470);
     this.pnlContainerMain.Size = new System.Drawing.Size(334, 470);
     this.pnlContainerMain.Tabbed = true;
     this.pnlContainerMain.Text = "panelContainer1";
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.FloatSize = new System.Drawing.Size(336, 404);
     this.DPCode.FloatVertical = true;
     this.DPCode.ID = new System.Guid("5caa9054-017c-40dd-8832-9c116b8b0c2e");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPCode.Size = new System.Drawing.Size(326, 416);
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemStuCDMarahel,
     this.navBarItemStuCDAlsofof,
     this.navBarItemStuCDEFasl,
     this.navBarItemStuCDAlokobat,
     this.navBarItemStuCDColekeyat,
     this.navBarItemStuCDDyana,
     this.navBarItemStucdEyab_code,
     this.navBarItemStuCDGov,
     this.navBarItemStuCDHaletalked,
     this.navBarItemStuCDHealth_office,
     this.navBarItemStuCDJop,
     this.navBarItemStuCDLogatcode,
     this.navBarItemStuCDEltataem_code,
     this.navBarItemStuCDGamaat_alnashat,
     this.navBarItemStuCDMantaka,
     this.navBarItemStuCDMarakez,
     this.navBarItemStuCDMawad,
     this.navBarItemStuCDnationalty,
     this.navBarItemStuCDQualification,
     this.navBarItemStuCDEqamaType,
     this.navBarItemStuCDSaltalkaraba,
     this.navBarItemStuCDRelativeCode,
     this.navBarItemStuCDTakasosat,
     this.navBarItemStuCDAlanshata});
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlCode.Size = new System.Drawing.Size(326, 416);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 10;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDMarahel),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDAlsofof),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDEFasl),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDAlokobat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDColekeyat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDDyana),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStucdEyab_code),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDGov),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDHaletalked),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDHealth_office),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDJop),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDLogatcode),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDEltataem_code),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDGamaat_alnashat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDMantaka),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDMarakez),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDMawad),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDnationalty),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDQualification),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDEqamaType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDSaltalkaraba),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDRelativeCode),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDTakasosat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCDAlanshata)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemStuCDMarahel
     //
     this.navBarItemStuCDMarahel.Caption = "المراحل";
     this.navBarItemStuCDMarahel.LargeImageIndex = 0;
     this.navBarItemStuCDMarahel.Name = "navBarItemStuCDMarahel";
     this.navBarItemStuCDMarahel.SmallImageIndex = 0;
     this.navBarItemStuCDMarahel.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDAlsofof
     //
     this.navBarItemStuCDAlsofof.Caption = "الصفوف";
     this.navBarItemStuCDAlsofof.LargeImageIndex = 1;
     this.navBarItemStuCDAlsofof.Name = "navBarItemStuCDAlsofof";
     this.navBarItemStuCDAlsofof.SmallImageIndex = 1;
     this.navBarItemStuCDAlsofof.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDEFasl
     //
     this.navBarItemStuCDEFasl.Caption = "الفصول";
     this.navBarItemStuCDEFasl.LargeImageIndex = 2;
     this.navBarItemStuCDEFasl.Name = "navBarItemStuCDEFasl";
     this.navBarItemStuCDEFasl.SmallImageIndex = 2;
     this.navBarItemStuCDEFasl.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDAlokobat
     //
     this.navBarItemStuCDAlokobat.Caption = "العقوبات";
     this.navBarItemStuCDAlokobat.LargeImageIndex = 3;
     this.navBarItemStuCDAlokobat.Name = "navBarItemStuCDAlokobat";
     this.navBarItemStuCDAlokobat.SmallImageIndex = 3;
     this.navBarItemStuCDAlokobat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDColekeyat
     //
     this.navBarItemStuCDColekeyat.Caption = "سلوكيات";
     this.navBarItemStuCDColekeyat.LargeImageIndex = 4;
     this.navBarItemStuCDColekeyat.Name = "navBarItemStuCDColekeyat";
     this.navBarItemStuCDColekeyat.SmallImageIndex = 4;
     this.navBarItemStuCDColekeyat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDDyana
     //
     this.navBarItemStuCDDyana.Caption = "الديانه";
     this.navBarItemStuCDDyana.LargeImageIndex = 5;
     this.navBarItemStuCDDyana.Name = "navBarItemStuCDDyana";
     this.navBarItemStuCDDyana.SmallImageIndex = 5;
     this.navBarItemStuCDDyana.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStucdEyab_code
     //
     this.navBarItemStucdEyab_code.Caption = "انواع الغياب";
     this.navBarItemStucdEyab_code.LargeImageIndex = 6;
     this.navBarItemStucdEyab_code.Name = "navBarItemStucdEyab_code";
     this.navBarItemStucdEyab_code.SmallImageIndex = 6;
     this.navBarItemStucdEyab_code.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDGov
     //
     this.navBarItemStuCDGov.Caption = "المحافظات";
     this.navBarItemStuCDGov.LargeImageIndex = 7;
     this.navBarItemStuCDGov.Name = "navBarItemStuCDGov";
     this.navBarItemStuCDGov.SmallImageIndex = 7;
     this.navBarItemStuCDGov.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDHaletalked
     //
     this.navBarItemStuCDHaletalked.Caption = "القيد";
     this.navBarItemStuCDHaletalked.LargeImageIndex = 8;
     this.navBarItemStuCDHaletalked.Name = "navBarItemStuCDHaletalked";
     this.navBarItemStuCDHaletalked.SmallImageIndex = 8;
     this.navBarItemStuCDHaletalked.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDHealth_office
     //
     this.navBarItemStuCDHealth_office.Caption = "مكاتب الصحه";
     this.navBarItemStuCDHealth_office.LargeImageIndex = 9;
     this.navBarItemStuCDHealth_office.Name = "navBarItemStuCDHealth_office";
     this.navBarItemStuCDHealth_office.SmallImageIndex = 9;
     this.navBarItemStuCDHealth_office.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDJop
     //
     this.navBarItemStuCDJop.Caption = "الوظائف";
     this.navBarItemStuCDJop.LargeImageIndex = 10;
     this.navBarItemStuCDJop.Name = "navBarItemStuCDJop";
     this.navBarItemStuCDJop.SmallImageIndex = 10;
     this.navBarItemStuCDJop.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDLogatcode
     //
     this.navBarItemStuCDLogatcode.Caption = "اللغات";
     this.navBarItemStuCDLogatcode.LargeImageIndex = 11;
     this.navBarItemStuCDLogatcode.Name = "navBarItemStuCDLogatcode";
     this.navBarItemStuCDLogatcode.SmallImageIndex = 11;
     this.navBarItemStuCDLogatcode.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDEltataem_code
     //
     this.navBarItemStuCDEltataem_code.Caption = "التطعيمات";
     this.navBarItemStuCDEltataem_code.LargeImageIndex = 12;
     this.navBarItemStuCDEltataem_code.Name = "navBarItemStuCDEltataem_code";
     this.navBarItemStuCDEltataem_code.SmallImageIndex = 12;
     this.navBarItemStuCDEltataem_code.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDGamaat_alnashat
     //
     this.navBarItemStuCDGamaat_alnashat.Caption = "الجماعات";
     this.navBarItemStuCDGamaat_alnashat.LargeImageIndex = 13;
     this.navBarItemStuCDGamaat_alnashat.Name = "navBarItemStuCDGamaat_alnashat";
     this.navBarItemStuCDGamaat_alnashat.SmallImageIndex = 13;
     this.navBarItemStuCDGamaat_alnashat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDMantaka
     //
     this.navBarItemStuCDMantaka.Caption = "المناطق";
     this.navBarItemStuCDMantaka.LargeImageIndex = 14;
     this.navBarItemStuCDMantaka.Name = "navBarItemStuCDMantaka";
     this.navBarItemStuCDMantaka.SmallImageIndex = 14;
     this.navBarItemStuCDMantaka.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDMarakez
     //
     this.navBarItemStuCDMarakez.Caption = "المراكز";
     this.navBarItemStuCDMarakez.LargeImageIndex = 15;
     this.navBarItemStuCDMarakez.Name = "navBarItemStuCDMarakez";
     this.navBarItemStuCDMarakez.SmallImageIndex = 15;
     this.navBarItemStuCDMarakez.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDMawad
     //
     this.navBarItemStuCDMawad.Caption = "المواد";
     this.navBarItemStuCDMawad.LargeImageIndex = 16;
     this.navBarItemStuCDMawad.Name = "navBarItemStuCDMawad";
     this.navBarItemStuCDMawad.SmallImageIndex = 16;
     this.navBarItemStuCDMawad.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDnationalty
     //
     this.navBarItemStuCDnationalty.Caption = "الجنسيات";
     this.navBarItemStuCDnationalty.LargeImageIndex = 17;
     this.navBarItemStuCDnationalty.Name = "navBarItemStuCDnationalty";
     this.navBarItemStuCDnationalty.SmallImageIndex = 17;
     this.navBarItemStuCDnationalty.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDQualification
     //
     this.navBarItemStuCDQualification.Caption = "المؤهلات";
     this.navBarItemStuCDQualification.LargeImageIndex = 18;
     this.navBarItemStuCDQualification.Name = "navBarItemStuCDQualification";
     this.navBarItemStuCDQualification.SmallImageIndex = 18;
     this.navBarItemStuCDQualification.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDEqamaType
     //
     this.navBarItemStuCDEqamaType.Caption = "اناوع الاقامه";
     this.navBarItemStuCDEqamaType.LargeImageIndex = 24;
     this.navBarItemStuCDEqamaType.Name = "navBarItemStuCDEqamaType";
     this.navBarItemStuCDEqamaType.SmallImageIndex = 24;
     this.navBarItemStuCDEqamaType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDSaltalkaraba
     //
     this.navBarItemStuCDSaltalkaraba.Caption = "صلة القرابه";
     this.navBarItemStuCDSaltalkaraba.LargeImageIndex = 29;
     this.navBarItemStuCDSaltalkaraba.Name = "navBarItemStuCDSaltalkaraba";
     this.navBarItemStuCDSaltalkaraba.SmallImageIndex = 29;
     this.navBarItemStuCDSaltalkaraba.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDRelativeCode
     //
     this.navBarItemStuCDRelativeCode.Caption = "الاخوه و الاقارب";
     this.navBarItemStuCDRelativeCode.LargeImageIndex = 30;
     this.navBarItemStuCDRelativeCode.Name = "navBarItemStuCDRelativeCode";
     this.navBarItemStuCDRelativeCode.SmallImageIndex = 30;
     this.navBarItemStuCDRelativeCode.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDTakasosat
     //
     this.navBarItemStuCDTakasosat.Caption = "التخصصات";
     this.navBarItemStuCDTakasosat.LargeImageIndex = 32;
     this.navBarItemStuCDTakasosat.Name = "navBarItemStuCDTakasosat";
     this.navBarItemStuCDTakasosat.SmallImageIndex = 32;
     this.navBarItemStuCDTakasosat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuCDAlanshata
     //
     this.navBarItemStuCDAlanshata.Caption = "الانشطه الرياضيه";
     this.navBarItemStuCDAlanshata.LargeImageIndex = 37;
     this.navBarItemStuCDAlanshata.Name = "navBarItemStuCDAlanshata";
     this.navBarItemStuCDAlanshata.SmallImageIndex = 37;
     this.navBarItemStuCDAlanshata.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "CDMarahel.png");
     this.imageCollection32.Images.SetKeyName(1, "CDAlsofof.png");
     this.imageCollection32.Images.SetKeyName(2, "CDEFasl.png");
     this.imageCollection32.Images.SetKeyName(3, "CDAlokobat.png");
     this.imageCollection32.Images.SetKeyName(4, "CDColekeyat.png");
     this.imageCollection32.Images.SetKeyName(5, "CDDyana.png");
     this.imageCollection32.Images.SetKeyName(6, "cdEyab_code.png");
     this.imageCollection32.Images.SetKeyName(7, "CDGov.png");
     this.imageCollection32.Images.SetKeyName(8, "CDHaletalked.png");
     this.imageCollection32.Images.SetKeyName(9, "CDHealth_office.png");
     this.imageCollection32.Images.SetKeyName(10, "CDJop.png");
     this.imageCollection32.Images.SetKeyName(11, "CDLogatcode.png");
     this.imageCollection32.Images.SetKeyName(12, "CDEltataem_code.png");
     this.imageCollection32.Images.SetKeyName(13, "CDGamaat_alnashat.png");
     this.imageCollection32.Images.SetKeyName(14, "CDMantaka.png");
     this.imageCollection32.Images.SetKeyName(15, "CDMarakez.png");
     this.imageCollection32.Images.SetKeyName(16, "CDMawad.png");
     this.imageCollection32.Images.SetKeyName(17, "CDnationalty.png");
     this.imageCollection32.Images.SetKeyName(18, "CDQualification.png");
     this.imageCollection32.Images.SetKeyName(19, "CD_Asase.png");
     this.imageCollection32.Images.SetKeyName(20, "student_t.png");
     this.imageCollection32.Images.SetKeyName(21, "stu_haletalked.png");
     this.imageCollection32.Images.SetKeyName(22, "stu_logatcode.png");
     this.imageCollection32.Images.SetKeyName(23, "stu_colekeyat.png");
     this.imageCollection32.Images.SetKeyName(24, "CDEqamaType.png");
     this.imageCollection32.Images.SetKeyName(25, "stu_alokobat.png");
     this.imageCollection32.Images.SetKeyName(26, "stu_almawaheb.png");
     this.imageCollection32.Images.SetKeyName(27, "stu_eyab.png");
     this.imageCollection32.Images.SetKeyName(28, "TBLstudent.png");
     this.imageCollection32.Images.SetKeyName(29, "CDSaltalkaraba.png");
     this.imageCollection32.Images.SetKeyName(30, "CDRelativeCode.png");
     this.imageCollection32.Images.SetKeyName(31, "stu_ezn.png");
     this.imageCollection32.Images.SetKeyName(32, "CDTakasosat.png");
     this.imageCollection32.Images.SetKeyName(33, "stu_takasosat.png");
     this.imageCollection32.Images.SetKeyName(34, "stu_fatherCall.png");
     this.imageCollection32.Images.SetKeyName(35, "stu_gamaat_alnashat.png");
     this.imageCollection32.Images.SetKeyName(36, "stu_nashat.png");
     this.imageCollection32.Images.SetKeyName(37, "CDAlanshata.png");
     this.imageCollection32.Images.SetKeyName(38, "QryStudentContacts.png");
     this.imageCollection32.Images.SetKeyName(39, "QryStudentInfo.png");
     this.imageCollection32.Images.SetKeyName(40, "Roles.png");
     this.imageCollection32.Images.SetKeyName(41, "Users.png");
     this.imageCollection32.Images.SetKeyName(42, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(43, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(44, "Reports.png");
     this.imageCollection32.Images.SetKeyName(45, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(46, "AppOptions.png");
     //
     // DPData
     //
     this.DPData.Controls.Add(this.dockPanel2_Container);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.FloatSize = new System.Drawing.Size(336, 404);
     this.DPData.ID = new System.Guid("a97e3d69-dc1d-4cf2-8b60-8d961607e006");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPData.Size = new System.Drawing.Size(326, 416);
     this.DPData.Text = "بيانات الادخال";
     //
     // dockPanel2_Container
     //
     this.dockPanel2_Container.Controls.Add(this.navBarControlData);
     this.dockPanel2_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel2_Container.Name = "dockPanel2_Container";
     this.dockPanel2_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel2_Container.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemStuCD_Asase,
     this.navBarItemStustudent_t,
     this.navBarItemStustu_haletalked,
     this.navBarItemStustu_logatcode,
     this.navBarItemStustu_colekeyat,
     this.navBarItemStustu_alokobat,
     this.navBarItemStustu_almawaheb,
     this.navBarItemStustu_eyab,
     this.navBarItemStuTBLstudent,
     this.navBarItemStustu_ezn,
     this.navBarItemStustu_takasosat,
     this.navBarItemStustu_fatherCall,
     this.navBarItemStustu_gamaat_alnashat,
     this.navBarItemStustu_nashat});
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlData.Size = new System.Drawing.Size(326, 416);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 10;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuCD_Asase),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustudent_t),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_haletalked),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_logatcode),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_colekeyat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_alokobat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_almawaheb),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_eyab),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuTBLstudent),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_ezn),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_takasosat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_fatherCall),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_gamaat_alnashat),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStustu_nashat)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemStuCD_Asase
     //
     this.navBarItemStuCD_Asase.Caption = "العام الدراسي";
     this.navBarItemStuCD_Asase.LargeImageIndex = 19;
     this.navBarItemStuCD_Asase.Name = "navBarItemStuCD_Asase";
     this.navBarItemStuCD_Asase.SmallImageIndex = 19;
     this.navBarItemStuCD_Asase.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustudent_t
     //
     this.navBarItemStustudent_t.Caption = "قوائم الفصول";
     this.navBarItemStustudent_t.LargeImageIndex = 20;
     this.navBarItemStustudent_t.Name = "navBarItemStustudent_t";
     this.navBarItemStustudent_t.SmallImageIndex = 20;
     this.navBarItemStustudent_t.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_haletalked
     //
     this.navBarItemStustu_haletalked.Caption = "حالة القيد";
     this.navBarItemStustu_haletalked.LargeImageIndex = 21;
     this.navBarItemStustu_haletalked.Name = "navBarItemStustu_haletalked";
     this.navBarItemStustu_haletalked.SmallImageIndex = 21;
     this.navBarItemStustu_haletalked.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_logatcode
     //
     this.navBarItemStustu_logatcode.Caption = "لغات التلاميذ";
     this.navBarItemStustu_logatcode.LargeImageIndex = 22;
     this.navBarItemStustu_logatcode.Name = "navBarItemStustu_logatcode";
     this.navBarItemStustu_logatcode.SmallImageIndex = 22;
     this.navBarItemStustu_logatcode.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_colekeyat
     //
     this.navBarItemStustu_colekeyat.Caption = "السلوكيات";
     this.navBarItemStustu_colekeyat.LargeImageIndex = 23;
     this.navBarItemStustu_colekeyat.Name = "navBarItemStustu_colekeyat";
     this.navBarItemStustu_colekeyat.SmallImageIndex = 23;
     this.navBarItemStustu_colekeyat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_alokobat
     //
     this.navBarItemStustu_alokobat.Caption = "سجل العقوبات";
     this.navBarItemStustu_alokobat.LargeImageIndex = 25;
     this.navBarItemStustu_alokobat.Name = "navBarItemStustu_alokobat";
     this.navBarItemStustu_alokobat.SmallImageIndex = 25;
     this.navBarItemStustu_alokobat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_almawaheb
     //
     this.navBarItemStustu_almawaheb.Caption = "المواهب";
     this.navBarItemStustu_almawaheb.LargeImageIndex = 26;
     this.navBarItemStustu_almawaheb.Name = "navBarItemStustu_almawaheb";
     this.navBarItemStustu_almawaheb.SmallImageIndex = 26;
     this.navBarItemStustu_almawaheb.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_eyab
     //
     this.navBarItemStustu_eyab.Caption = "الغياب اليومي";
     this.navBarItemStustu_eyab.LargeImageIndex = 27;
     this.navBarItemStustu_eyab.Name = "navBarItemStustu_eyab";
     this.navBarItemStustu_eyab.SmallImageIndex = 27;
     this.navBarItemStustu_eyab.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuTBLstudent
     //
     this.navBarItemStuTBLstudent.Caption = "بيانات التلاميذ - الطلاب";
     this.navBarItemStuTBLstudent.LargeImageIndex = 28;
     this.navBarItemStuTBLstudent.Name = "navBarItemStuTBLstudent";
     this.navBarItemStuTBLstudent.SmallImageIndex = 28;
     this.navBarItemStuTBLstudent.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_ezn
     //
     this.navBarItemStustu_ezn.Caption = "اذونات الخروج";
     this.navBarItemStustu_ezn.LargeImageIndex = 31;
     this.navBarItemStustu_ezn.Name = "navBarItemStustu_ezn";
     this.navBarItemStustu_ezn.SmallImageIndex = 31;
     this.navBarItemStustu_ezn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_takasosat
     //
     this.navBarItemStustu_takasosat.Caption = "تخصصات الطلاب";
     this.navBarItemStustu_takasosat.LargeImageIndex = 33;
     this.navBarItemStustu_takasosat.Name = "navBarItemStustu_takasosat";
     this.navBarItemStustu_takasosat.SmallImageIndex = 33;
     this.navBarItemStustu_takasosat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_fatherCall
     //
     this.navBarItemStustu_fatherCall.Caption = "استدعائات ولي الامر";
     this.navBarItemStustu_fatherCall.LargeImageIndex = 34;
     this.navBarItemStustu_fatherCall.Name = "navBarItemStustu_fatherCall";
     this.navBarItemStustu_fatherCall.SmallImageIndex = 34;
     this.navBarItemStustu_fatherCall.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_gamaat_alnashat
     //
     this.navBarItemStustu_gamaat_alnashat.Caption = "جماعات نشاط الطلاب";
     this.navBarItemStustu_gamaat_alnashat.LargeImageIndex = 35;
     this.navBarItemStustu_gamaat_alnashat.Name = "navBarItemStustu_gamaat_alnashat";
     this.navBarItemStustu_gamaat_alnashat.SmallImageIndex = 35;
     this.navBarItemStustu_gamaat_alnashat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStustu_nashat
     //
     this.navBarItemStustu_nashat.Caption = "النشاط الرياضي";
     this.navBarItemStustu_nashat.LargeImageIndex = 36;
     this.navBarItemStustu_nashat.Name = "navBarItemStustu_nashat";
     this.navBarItemStustu_nashat.SmallImageIndex = 36;
     this.navBarItemStustu_nashat.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.dockPanel3_Container);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.FloatSize = new System.Drawing.Size(336, 404);
     this.DPPriv.ID = new System.Guid("b33c2bb1-0f13-44de-a2c5-b51aa242b097");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPPriv.Size = new System.Drawing.Size(326, 416);
     this.DPPriv.Text = "السماحيات";
     //
     // dockPanel3_Container
     //
     this.dockPanel3_Container.Controls.Add(this.navBarControlPriv);
     this.dockPanel3_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel3_Container.Name = "dockPanel3_Container";
     this.dockPanel3_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel3_Container.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemStuRoles,
     this.navBarItemStuUsers,
     this.navBarItemStuUserRoles,
     this.navBarItemStuRoleDetial,
     this.navBarItemStuAppOptions});
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlPriv.Size = new System.Drawing.Size(326, 416);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 10;
     this.navBarControlPriv.Text = "navBarControl1";
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemStuRoles
     //
     this.navBarItemStuRoles.Caption = "الصلاحيات";
     this.navBarItemStuRoles.LargeImageIndex = 40;
     this.navBarItemStuRoles.Name = "navBarItemStuRoles";
     this.navBarItemStuRoles.SmallImageIndex = 40;
     this.navBarItemStuRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuRoleDetial
     //
     this.navBarItemStuRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemStuRoleDetial.LargeImageIndex = 43;
     this.navBarItemStuRoleDetial.Name = "navBarItemStuRoleDetial";
     this.navBarItemStuRoleDetial.SmallImageIndex = 43;
     this.navBarItemStuRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuUsers
     //
     this.navBarItemStuUsers.Caption = "المستخدمين";
     this.navBarItemStuUsers.LargeImageIndex = 41;
     this.navBarItemStuUsers.Name = "navBarItemStuUsers";
     this.navBarItemStuUsers.SmallImageIndex = 41;
     this.navBarItemStuUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuUserRoles
     //
     this.navBarItemStuUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemStuUserRoles.LargeImageIndex = 42;
     this.navBarItemStuUserRoles.Name = "navBarItemStuUserRoles";
     this.navBarItemStuUserRoles.SmallImageIndex = 42;
     this.navBarItemStuUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuAppOptions
     //
     this.navBarItemStuAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemStuAppOptions.LargeImageIndex = 46;
     this.navBarItemStuAppOptions.Name = "navBarItemStuAppOptions";
     this.navBarItemStuAppOptions.SmallImageIndex = 46;
     this.navBarItemStuAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.dockPanel4_Container);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.FloatSize = new System.Drawing.Size(336, 404);
     this.DPQuery.ID = new System.Guid("cfb45d3d-befd-4cb4-8549-091360f328d0");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPQuery.Size = new System.Drawing.Size(326, 416);
     this.DPQuery.Text = "الاستعلامات";
     //
     // dockPanel4_Container
     //
     this.dockPanel4_Container.Controls.Add(this.navBarControlQry);
     this.dockPanel4_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel4_Container.Name = "dockPanel4_Container";
     this.dockPanel4_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel4_Container.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemStuQryStudentContacts,
     this.navBarItemStuQryStudentInfo});
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlQry.Size = new System.Drawing.Size(326, 416);
     this.navBarControlQry.SmallImages = this.imageCollection32;
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 10;
     this.navBarControlQry.Text = "navBarControl1";
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuQryStudentContacts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuQryStudentInfo)});
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // navBarItemStuQryStudentContacts
     //
     this.navBarItemStuQryStudentContacts.Caption = "بيانات الاتصال";
     this.navBarItemStuQryStudentContacts.LargeImageIndex = 38;
     this.navBarItemStuQryStudentContacts.Name = "navBarItemStuQryStudentContacts";
     this.navBarItemStuQryStudentContacts.SmallImageIndex = 38;
     this.navBarItemStuQryStudentContacts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarItemStuQryStudentInfo
     //
     this.navBarItemStuQryStudentInfo.Caption = "بيانات الطلاب";
     this.navBarItemStuQryStudentInfo.LargeImageIndex = 39;
     this.navBarItemStuQryStudentInfo.Name = "navBarItemStuQryStudentInfo";
     this.navBarItemStuQryStudentInfo.SmallImageIndex = 39;
     this.navBarItemStuQryStudentInfo.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.dockPanel5_Container);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPReport.FloatSize = new System.Drawing.Size(336, 404);
     this.DPReport.ID = new System.Guid("0f036360-d6ff-485c-9f5f-15222cfa0e5f");
     this.DPReport.Location = new System.Drawing.Point(4, 23);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPReport.Size = new System.Drawing.Size(326, 416);
     this.DPReport.Text = "التقارير";
     //
     // dockPanel5_Container
     //
     this.dockPanel5_Container.Controls.Add(this.navBarControlReport);
     this.dockPanel5_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel5_Container.Name = "dockPanel5_Container";
     this.dockPanel5_Container.Size = new System.Drawing.Size(326, 416);
     this.dockPanel5_Container.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup6;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup6,
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemStuDeployRpt});
     this.navBarControlReport.LargeImages = this.imageCollection32;
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlReport.Size = new System.Drawing.Size(326, 416);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 10;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "تنصيب التقارير";
     this.navBarGroup6.Expanded = true;
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemStuDeployRpt)});
     this.navBarGroup6.Name = "navBarGroup6";
     //
     // navBarItemStuDeployRpt
     //
     this.navBarItemStuDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemStuDeployRpt.LargeImageIndex = 45;
     this.navBarItemStuDeployRpt.Name = "navBarItemStuDeployRpt";
     this.navBarItemStuDeployRpt.SmallImageIndex = 45;
     this.navBarItemStuDeployRpt.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem_LinkClicked);
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "قوائم الفصول والسجلات";
     this.navBarGroup4.LargeImage = global::Student.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::Student.Properties.Resources.Print;
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير الغياب والمتابعة";
     this.navBarGroup7.LargeImage = global::Student.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::Student.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "احصائيات";
     this.navBarGroup8.LargeImage = global::Student.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::Student.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير عامة";
     this.navBarGroup9.LargeImage = global::Student.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::Student.Properties.Resources.Print;
     //
     // groupControl2
     //
     this.groupControl2.Anchor = System.Windows.Forms.AnchorStyles.Top;
     this.groupControl2.AppearanceCaption.Options.UseTextOptions = true;
     this.groupControl2.AppearanceCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.groupControl2.Controls.Add(this.CEUpdate);
     this.groupControl2.Controls.Add(this.CESelect);
     this.groupControl2.Controls.Add(this.CEDelete);
     this.groupControl2.Controls.Add(this.CEInsert);
     this.groupControl2.Location = new System.Drawing.Point(47, 65);
     this.groupControl2.Name = "groupControl2";
     this.groupControl2.Size = new System.Drawing.Size(240, 73);
     this.groupControl2.TabIndex = 5;
     this.groupControl2.Text = "عناصر السماح";
     //
     // CEUpdate
     //
     this.CEUpdate.Location = new System.Drawing.Point(21, 49);
     this.CEUpdate.Name = "CEUpdate";
     this.CEUpdate.Properties.Caption = "تعديل";
     this.CEUpdate.Size = new System.Drawing.Size(75, 19);
     this.CEUpdate.TabIndex = 0;
     //
     // CESelect
     //
     this.CESelect.Location = new System.Drawing.Point(21, 24);
     this.CESelect.Name = "CESelect";
     this.CESelect.Properties.Caption = "عرض";
     this.CESelect.Size = new System.Drawing.Size(75, 19);
     this.CESelect.TabIndex = 0;
     //
     // CEDelete
     //
     this.CEDelete.Location = new System.Drawing.Point(144, 49);
     this.CEDelete.Name = "CEDelete";
     this.CEDelete.Properties.Caption = "حذف";
     this.CEDelete.Size = new System.Drawing.Size(75, 19);
     this.CEDelete.TabIndex = 0;
     //
     // CEInsert
     //
     this.CEInsert.Location = new System.Drawing.Point(144, 24);
     this.CEInsert.Name = "CEInsert";
     this.CEInsert.Properties.Caption = "اضافه";
     this.CEInsert.Size = new System.Drawing.Size(75, 19);
     this.CEInsert.TabIndex = 0;
     //
     // RoleDetialFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(334, 612);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.groupControlSelect);
     this.Controls.Add(this.pnlContainerMain);
     this.Name = "RoleDetialFrm";
     this.Text = "محتويات السماحيات";
     this.Load += new System.EventHandler(this.EditorRoleMenuFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlSelect)).EndInit();
     this.groupControlSelect.ResumeLayout(false);
     this.groupControlSelect.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LUEItems.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.pnlContainerMain.ResumeLayout(false);
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.DPData.ResumeLayout(false);
     this.dockPanel2_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPPriv.ResumeLayout(false);
     this.dockPanel3_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.dockPanel4_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     this.DPReport.ResumeLayout(false);
     this.dockPanel5_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.CEUpdate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CESelect.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEDelete.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.CEInsert.Properties)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmPostMasterSearchQL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemInNhan = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemInBeatcamTrong = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemInBeatacamNgoai = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemNangCao = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItemDonGian = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemThongKe = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemCotHienThi = new DevExpress.XtraBars.BarSubItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanelAdvance = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.filterControl1 = new DevExpress.XtraEditors.FilterControl();
     this.dockPanelSimple = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.TenTap = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.plLabel5 = new DevExpress.XtraEditors.LabelControl();
     this.TapSoDen = new DevExpress.XtraEditors.SpinEdit();
     this.TapSoTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel15 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel12 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel3 = new DevExpress.XtraEditors.LabelControl();
     this.SoDKCBHD = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
     this.NguoiNhap = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.ngayNhap = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.MaCT = new DevExpress.XtraEditors.TextEdit();
     this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.LoaiLuuTru = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.PostMaster = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel2 = new DevExpress.XtraEditors.LabelControl();
     this.label10 = new DevExpress.XtraEditors.LabelControl();
     this.label1 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel4 = new DevExpress.XtraEditors.LabelControl();
     this.plLabel1 = new DevExpress.XtraEditors.LabelControl();
     this.label29 = new DevExpress.XtraEditors.LabelControl();
     this.label3 = new DevExpress.XtraEditors.LabelControl();
     this.label5 = new DevExpress.XtraEditors.LabelControl();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.groupControlPM = new DevExpress.XtraEditors.GroupControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.Col_PM_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_MaChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TenChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_PostMaster = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TongTap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_LoaiLuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_PopUp = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_ThoiLuongChung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TTDinhKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_NgayNhapKho = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_Ke = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_Ngan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_Tang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_TTHD = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_DVDNgayDuyet = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_PM_DVDNgayHoanTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_BM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_MaBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TapSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_TenTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoBang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThongSo = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_ThoiLuong = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_SoDKCBHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_BM_NoiLuuTru = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TienDo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandChuongTrinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandPostMaster = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanelAdvance.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     this.dockPanelSimple.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NguoiNhap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaCT.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).BeginInit();
     this.groupControlPM.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barSubItemCotHienThi,
     this.barSubItemInNhan,
     this.barButtonItemInBeatcamTrong,
     this.barButtonItemInBeatacamNgoai,
     this.barCheckItemNangCao,
     this.barCheckItemDonGian,
     this.barButtonItemThongKe});
     this.barManager1.MaxItemId = 43;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemAdd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemInNhan),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemThongKe, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemCotHienThi)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "&Xem";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barSubItemInNhan
     //
     this.barSubItemInNhan.Caption = "In n&hãn";
     this.barSubItemInNhan.Id = 37;
     this.barSubItemInNhan.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatcamTrong),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemInBeatacamNgoai)});
     this.barSubItemInNhan.Name = "barSubItemInNhan";
     //
     // barButtonItemInBeatcamTrong
     //
     this.barButtonItemInBeatcamTrong.Caption = "In betacam t&rong";
     this.barButtonItemInBeatcamTrong.Id = 38;
     this.barButtonItemInBeatcamTrong.Name = "barButtonItemInBeatcamTrong";
     this.barButtonItemInBeatcamTrong.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInBeatcamTrong_ItemClick);
     //
     // barButtonItemInBeatacamNgoai
     //
     this.barButtonItemInBeatacamNgoai.Caption = "In betacam n&goài";
     this.barButtonItemInBeatacamNgoai.Id = 39;
     this.barButtonItemInBeatacamNgoai.Name = "barButtonItemInBeatacamNgoai";
     this.barButtonItemInBeatacamNgoai.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemInBeatacamNgoai_ItemClick);
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemNangCao),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemDonGian)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều &kiện lọc";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barCheckItemFilter.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barCheckItemNangCao
     //
     this.barCheckItemNangCao.Caption = "Tìm kiếm nâng cao";
     this.barCheckItemNangCao.Id = 40;
     this.barCheckItemNangCao.Name = "barCheckItemNangCao";
     //
     // barCheckItemDonGian
     //
     this.barCheckItemDonGian.Caption = "Tìm kiếm đơn giản";
     this.barCheckItemDonGian.Id = 41;
     this.barCheckItemDonGian.Name = "barCheckItemDonGian";
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đóng";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemThongKe
     //
     this.barButtonItemThongKe.Caption = "&Thống kê";
     this.barButtonItemThongKe.Id = 42;
     this.barButtonItemThongKe.Name = "barButtonItemThongKe";
     this.barButtonItemThongKe.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItemCotHienThi
     //
     this.barSubItemCotHienThi.Caption = "Chọn cột hiển thị";
     this.barSubItemCotHienThi.Id = 36;
     this.barSubItemCotHienThi.Name = "barSubItemCotHienThi";
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1008, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
     this.barDockControlBottom.Size = new System.Drawing.Size(1008, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1008, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
     //
     // dockManager1
     //
     this.dockManager1.DockingOptions.ShowCloseButton = false;
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanelAdvance,
     this.dockPanelSimple});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanelAdvance
     //
     this.dockPanelAdvance.Controls.Add(this.controlContainer1);
     this.dockPanelAdvance.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanelAdvance.ID = new System.Guid("44e36ae0-214f-42cd-8bee-8c8105129b29");
     this.dockPanelAdvance.Location = new System.Drawing.Point(0, 24);
     this.dockPanelAdvance.Name = "dockPanelAdvance";
     this.dockPanelAdvance.OriginalSize = new System.Drawing.Size(200, 200);
     this.dockPanelAdvance.Size = new System.Drawing.Size(200, 521);
     this.dockPanelAdvance.Text = "Điều kiện tìm kiếm nâng cao";
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.filterControl1);
     this.controlContainer1.Location = new System.Drawing.Point(3, 25);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(194, 493);
     this.controlContainer1.TabIndex = 0;
     //
     // filterControl1
     //
     this.filterControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.filterControl1.Cursor = System.Windows.Forms.Cursors.Arrow;
     this.filterControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.filterControl1.Location = new System.Drawing.Point(0, 0);
     this.filterControl1.Name = "filterControl1";
     this.filterControl1.Size = new System.Drawing.Size(194, 493);
     this.filterControl1.TabIndex = 11;
     this.filterControl1.Text = "filterControl1";
     //
     // dockPanelSimple
     //
     this.dockPanelSimple.Controls.Add(this.dockPanel1_Container);
     this.dockPanelSimple.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanelSimple.FloatVertical = true;
     this.dockPanelSimple.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
     this.dockPanelSimple.Location = new System.Drawing.Point(200, 24);
     this.dockPanelSimple.Name = "dockPanelSimple";
     this.dockPanelSimple.Options.AllowDockLeft = false;
     this.dockPanelSimple.Options.AllowDockRight = false;
     this.dockPanelSimple.OriginalSize = new System.Drawing.Size(200, 111);
     this.dockPanelSimple.Size = new System.Drawing.Size(808, 111);
     this.dockPanelSimple.Text = "Điều kiện tìm kiếm đơn giản";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(802, 83);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.TenTap);
     this.popupControlContainerFilter.Controls.Add(this.plLabel5);
     this.popupControlContainerFilter.Controls.Add(this.TapSoDen);
     this.popupControlContainerFilter.Controls.Add(this.TapSoTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel15);
     this.popupControlContainerFilter.Controls.Add(this.plLabel12);
     this.popupControlContainerFilter.Controls.Add(this.plLabel3);
     this.popupControlContainerFilter.Controls.Add(this.SoDKCBHD);
     this.popupControlContainerFilter.Controls.Add(this.PhongBan);
     this.popupControlContainerFilter.Controls.Add(this.NguoiNhap);
     this.popupControlContainerFilter.Controls.Add(this.ngayNhap);
     this.popupControlContainerFilter.Controls.Add(this.MaCT);
     this.popupControlContainerFilter.Controls.Add(this.NoiDung);
     this.popupControlContainerFilter.Controls.Add(this.LoaiLuuTru);
     this.popupControlContainerFilter.Controls.Add(this.PostMaster);
     this.popupControlContainerFilter.Controls.Add(this.TietMuc);
     this.popupControlContainerFilter.Controls.Add(this.plLabel2);
     this.popupControlContainerFilter.Controls.Add(this.label10);
     this.popupControlContainerFilter.Controls.Add(this.label1);
     this.popupControlContainerFilter.Controls.Add(this.plLabel4);
     this.popupControlContainerFilter.Controls.Add(this.plLabel1);
     this.popupControlContainerFilter.Controls.Add(this.label29);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.label5);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(802, 83);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // TenTap
     //
     this.TenTap._DataSource = null;
     this.TenTap._GetField = null;
     this.TenTap.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TenTap.Location = new System.Drawing.Point(750, 60);
     this.TenTap.Name = "TenTap";
     this.TenTap.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenTap.Size = new System.Drawing.Size(606, 20);
     this.TenTap.TabIndex = 222;
     //
     // plLabel5
     //
     this.plLabel5.Location = new System.Drawing.Point(693, 63);
     this.plLabel5.Name = "plLabel5";
     this.plLabel5.Size = new System.Drawing.Size(37, 13);
     this.plLabel5.TabIndex = 240;
     this.plLabel5.Text = "Tên tập";
     //
     // TapSoDen
     //
     this.TapSoDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TapSoDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoDen.Location = new System.Drawing.Point(953, 35);
     this.TapSoDen.Name = "TapSoDen";
     this.TapSoDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoDen.Size = new System.Drawing.Size(606, 20);
     this.TapSoDen.TabIndex = 241;
     //
     // TapSoTu
     //
     this.TapSoTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TapSoTu.Location = new System.Drawing.Point(875, 35);
     this.TapSoTu.Name = "TapSoTu";
     this.TapSoTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TapSoTu.Size = new System.Drawing.Size(42, 20);
     this.TapSoTu.TabIndex = 242;
     //
     // plLabel15
     //
     this.plLabel15.Location = new System.Drawing.Point(923, 39);
     this.plLabel15.Name = "plLabel15";
     this.plLabel15.Size = new System.Drawing.Size(18, 13);
     this.plLabel15.TabIndex = 239;
     this.plLabel15.Text = "đến";
     //
     // plLabel12
     //
     this.plLabel12.Location = new System.Drawing.Point(811, 38);
     this.plLabel12.Name = "plLabel12";
     this.plLabel12.Size = new System.Drawing.Size(32, 13);
     this.plLabel12.TabIndex = 240;
     this.plLabel12.Text = "Tập số";
     //
     // plLabel3
     //
     this.plLabel3.Location = new System.Drawing.Point(811, 8);
     this.plLabel3.Name = "plLabel3";
     this.plLabel3.Size = new System.Drawing.Size(59, 13);
     this.plLabel3.TabIndex = 229;
     this.plLabel3.Text = "Số ĐKCB HD";
     this.plLabel3.ToolTip = "Số đăng ký cá biệt HD";
     //
     // SoDKCBHD
     //
     this.SoDKCBHD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoDKCBHD.DataSource = null;
     this.SoDKCBHD.DisplayField = null;
     this.SoDKCBHD.Location = new System.Drawing.Point(875, 5);
     this.SoDKCBHD.Name = "SoDKCBHD";
     this.SoDKCBHD.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.SoDKCBHD.Size = new System.Drawing.Size(606, 20);
     this.SoDKCBHD.TabIndex = 228;
     this.SoDKCBHD.ValueField = null;
     //
     // PhongBan
     //
     this.PhongBan.Location = new System.Drawing.Point(338, 32);
     this.PhongBan.Name = "PhongBan";
     this.PhongBan.Size = new System.Drawing.Size(187, 20);
     this.PhongBan.TabIndex = 10;
     //
     // NguoiNhap
     //
     this.NguoiNhap.DataSource = null;
     this.NguoiNhap.DisplayField = null;
     this.NguoiNhap.Location = new System.Drawing.Point(338, 8);
     this.NguoiNhap.Name = "NguoiNhap";
     this.NguoiNhap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.NguoiNhap.Size = new System.Drawing.Size(187, 20);
     this.NguoiNhap.TabIndex = 227;
     this.NguoiNhap.ValueField = null;
     //
     // ngayNhap
     //
     this.ngayNhap.Caption = "Từ ngày 22/03/2012 đến ngày 29/03/2012";
     this.ngayNhap.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.FirstFrom = new System.DateTime(2012, 3, 22, 15, 55, 8, 468);
     this.ngayNhap.FirstTo = new System.DateTime(2012, 3, 29, 15, 55, 8, 468);
     this.ngayNhap.FromDate = new System.DateTime(2012, 3, 22, 15, 55, 8, 468);
     this.ngayNhap.Location = new System.Drawing.Point(338, 57);
     this.ngayNhap.Name = "ngayNhap";
     this.ngayNhap.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.ngayNhap.SecondFrom = new System.DateTime(2012, 3, 22, 15, 55, 8, 468);
     this.ngayNhap.SecondTo = new System.DateTime(2012, 3, 29, 15, 55, 8, 468);
     this.ngayNhap.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayNhap.Size = new System.Drawing.Size(285, 21);
     this.ngayNhap.TabIndex = 226;
     this.ngayNhap.ToDate = new System.DateTime(2012, 3, 29, 15, 55, 8, 468);
     this.ngayNhap.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // MaCT
     //
     this.MaCT.Location = new System.Drawing.Point(48, 8);
     this.MaCT.Name = "MaCT";
     this.MaCT.Size = new System.Drawing.Size(214, 20);
     this.MaCT.TabIndex = 223;
     //
     // NoiDung
     //
     this.NoiDung._DataSource = null;
     this.NoiDung._GetField = null;
     this.NoiDung.Location = new System.Drawing.Point(48, 32);
     this.NoiDung.Name = "NoiDung";
     this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.NoiDung.Size = new System.Drawing.Size(214, 20);
     this.NoiDung.TabIndex = 222;
     //
     // LoaiLuuTru
     //
     this.LoaiLuuTru.DataSource = null;
     this.LoaiLuuTru.DisplayField = null;
     this.LoaiLuuTru.Location = new System.Drawing.Point(608, 32);
     this.LoaiLuuTru.Name = "LoaiLuuTru";
     this.LoaiLuuTru.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.LoaiLuuTru.Size = new System.Drawing.Size(185, 20);
     this.LoaiLuuTru.TabIndex = 220;
     this.LoaiLuuTru.ValueField = null;
     //
     // PostMaster
     //
     this.PostMaster.DataSource = null;
     this.PostMaster.DisplayField = null;
     this.PostMaster.Location = new System.Drawing.Point(608, 8);
     this.PostMaster.Name = "PostMaster";
     this.PostMaster.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.PostMaster.Size = new System.Drawing.Size(185, 20);
     this.PostMaster.TabIndex = 220;
     this.PostMaster.ValueField = null;
     //
     // TietMuc
     //
     this.TietMuc.DataSource = null;
     this.TietMuc.DisplayField = null;
     this.TietMuc.Location = new System.Drawing.Point(48, 56);
     this.TietMuc.Name = "TietMuc";
     this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.TietMuc.Size = new System.Drawing.Size(214, 20);
     this.TietMuc.TabIndex = 216;
     this.TietMuc.ValueField = null;
     //
     // plLabel2
     //
     this.plLabel2.Location = new System.Drawing.Point(544, 38);
     this.plLabel2.Name = "plLabel2";
     this.plLabel2.Size = new System.Drawing.Size(55, 13);
     this.plLabel2.TabIndex = 213;
     this.plLabel2.Text = "Loại lưu trữ";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(544, 12);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(58, 13);
     this.label10.TabIndex = 213;
     this.label10.Text = "Post/Master";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(4, 12);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(30, 13);
     this.label1.TabIndex = 214;
     this.label1.Text = "Mã CT";
     //
     // plLabel4
     //
     this.plLabel4.Location = new System.Drawing.Point(275, 12);
     this.plLabel4.Name = "plLabel4";
     this.plLabel4.Size = new System.Drawing.Size(55, 13);
     this.plLabel4.TabIndex = 217;
     this.plLabel4.Text = "Người nhập";
     //
     // plLabel1
     //
     this.plLabel1.Location = new System.Drawing.Point(275, 36);
     this.plLabel1.Name = "plLabel1";
     this.plLabel1.Size = new System.Drawing.Size(51, 13);
     this.plLabel1.TabIndex = 217;
     this.plLabel1.Text = "Phòng ban";
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(274, 59);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(52, 13);
     this.label29.TabIndex = 217;
     this.label29.Text = "Ngày nhập";
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(3, 36);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 218;
     this.label3.Text = "Tên CT";
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(2, 60);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 219;
     this.label5.Text = "Tiết mục";
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(200, 135);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.groupControlPM);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(808, 410);
     this.splitContainerControl1.SplitterPosition = 627;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // groupControlPM
     //
     this.groupControlPM.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.groupControlPM.Appearance.Options.UseBorderColor = true;
     this.groupControlPM.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.groupControlPM.Controls.Add(this.gridControlMaster);
     this.groupControlPM.Dock = System.Windows.Forms.DockStyle.Fill;
     this.groupControlPM.Location = new System.Drawing.Point(0, 0);
     this.groupControlPM.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.groupControlPM.LookAndFeel.UseDefaultLookAndFeel = false;
     this.groupControlPM.Name = "groupControlPM";
     this.groupControlPM.ShowCaption = false;
     this.groupControlPM.Size = new System.Drawing.Size(627, 410);
     this.groupControlPM.TabIndex = 236;
     this.groupControlPM.Text = "groupControl7";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(2, 2);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(623, 406);
     this.gridControlMaster.TabIndex = 10;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandChuongTrinh,
     this.gridBandPostMaster});
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_PM_MaChuongTrinh,
     this.Col_PM_TenChuongTrinh,
     this.Col_PM_TietMuc,
     this.Col_PM_PostMaster,
     this.Col_PM_ThanhLy,
     this.Col_PM_LoaiLuu,
     this.Col_PM_TongTap,
     this.Col_PM_Ke,
     this.Col_PM_Ngan,
     this.Col_PM_Tang,
     this.Col_PM_PopUp,
     this.Col_PM_TTDinhKem,
     this.Col_PM_NgayNhapKho,
     this.Col_PM_DVDNgayDuyet,
     this.Col_PM_DVDNgayHoanTat,
     this.Col_PM_TTHD,
     this.Col_PM_ThoiLuongChung,
     this.Col_PM_Category,
     this.Col_PM_TienDo});
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupCount = 1;
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.OptionsView.ShowGroupPanel = false;
     this.gridViewMaster.OptionsView.ShowViewCaption = true;
     this.gridViewMaster.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.Col_PM_Category, DevExpress.Data.ColumnSortOrder.Ascending)});
     this.gridViewMaster.ViewCaption = "Post/Master (Cấp 2)";
     //
     // Col_PM_Category
     //
     this.Col_PM_Category.Caption = "Category";
     this.Col_PM_Category.Name = "Col_PM_Category";
     this.Col_PM_Category.Visible = true;
     //
     // Col_PM_MaChuongTrinh
     //
     this.Col_PM_MaChuongTrinh.Caption = "Mã chương trình";
     this.Col_PM_MaChuongTrinh.Name = "Col_PM_MaChuongTrinh";
     this.Col_PM_MaChuongTrinh.Visible = true;
     this.Col_PM_MaChuongTrinh.Width = 90;
     //
     // Col_PM_TenChuongTrinh
     //
     this.Col_PM_TenChuongTrinh.Caption = "Tên chương trình";
     this.Col_PM_TenChuongTrinh.Name = "Col_PM_TenChuongTrinh";
     this.Col_PM_TenChuongTrinh.Visible = true;
     this.Col_PM_TenChuongTrinh.Width = 94;
     //
     // Col_PM_TietMuc
     //
     this.Col_PM_TietMuc.Caption = " Tiết mục";
     this.Col_PM_TietMuc.Name = "Col_PM_TietMuc";
     this.Col_PM_TietMuc.Visible = true;
     this.Col_PM_TietMuc.Width = 55;
     //
     // Col_PM_PostMaster
     //
     this.Col_PM_PostMaster.Caption = "Post/Master";
     this.Col_PM_PostMaster.Name = "Col_PM_PostMaster";
     this.Col_PM_PostMaster.OptionsColumn.AllowMove = false;
     this.Col_PM_PostMaster.OptionsColumn.AllowShowHide = false;
     this.Col_PM_PostMaster.Visible = true;
     this.Col_PM_PostMaster.Width = 70;
     //
     // Col_PM_TongTap
     //
     this.Col_PM_TongTap.Caption = "Số tập gốc/cắt";
     this.Col_PM_TongTap.Name = "Col_PM_TongTap";
     this.Col_PM_TongTap.Visible = true;
     this.Col_PM_TongTap.Width = 82;
     //
     // Col_PM_LoaiLuu
     //
     this.Col_PM_LoaiLuu.Caption = "Loại lưu trữ";
     this.Col_PM_LoaiLuu.Name = "Col_PM_LoaiLuu";
     this.Col_PM_LoaiLuu.Visible = true;
     this.Col_PM_LoaiLuu.Width = 67;
     //
     // Col_PM_PopUp
     //
     this.Col_PM_PopUp.Caption = "Pop Up";
     this.Col_PM_PopUp.Name = "Col_PM_PopUp";
     this.Col_PM_PopUp.Visible = true;
     this.Col_PM_PopUp.Width = 46;
     //
     // Col_PM_ThoiLuongChung
     //
     this.Col_PM_ThoiLuongChung.Caption = "Thời lượng chung";
     this.Col_PM_ThoiLuongChung.Name = "Col_PM_ThoiLuongChung";
     this.Col_PM_ThoiLuongChung.Visible = true;
     this.Col_PM_ThoiLuongChung.Width = 94;
     //
     // Col_PM_TTDinhKem
     //
     this.Col_PM_TTDinhKem.Caption = "TT Đính kèm";
     this.Col_PM_TTDinhKem.Name = "Col_PM_TTDinhKem";
     this.Col_PM_TTDinhKem.Visible = true;
     this.Col_PM_TTDinhKem.Width = 71;
     //
     // Col_PM_ThanhLy
     //
     this.Col_PM_ThanhLy.Caption = "Thanh lý";
     this.Col_PM_ThanhLy.Name = "Col_PM_ThanhLy";
     this.Col_PM_ThanhLy.Visible = true;
     this.Col_PM_ThanhLy.Width = 53;
     //
     // Col_PM_NgayNhapKho
     //
     this.Col_PM_NgayNhapKho.Caption = "Ngày nhập kho";
     this.Col_PM_NgayNhapKho.Name = "Col_PM_NgayNhapKho";
     this.Col_PM_NgayNhapKho.Visible = true;
     this.Col_PM_NgayNhapKho.Width = 84;
     //
     // Col_PM_Ke
     //
     this.Col_PM_Ke.Caption = "Kệ";
     this.Col_PM_Ke.Name = "Col_PM_Ke";
     this.Col_PM_Ke.Visible = true;
     this.Col_PM_Ke.Width = 24;
     //
     // Col_PM_Ngan
     //
     this.Col_PM_Ngan.Caption = "Ngăn";
     this.Col_PM_Ngan.Name = "Col_PM_Ngan";
     this.Col_PM_Ngan.Visible = true;
     this.Col_PM_Ngan.Width = 37;
     //
     // Col_PM_Tang
     //
     this.Col_PM_Tang.Caption = "Tầng";
     this.Col_PM_Tang.Name = "Col_PM_Tang";
     this.Col_PM_Tang.Visible = true;
     this.Col_PM_Tang.Width = 36;
     //
     // Col_PM_TTHD
     //
     this.Col_PM_TTHD.Caption = "Thông tin HD";
     this.Col_PM_TTHD.Name = "Col_PM_TTHD";
     this.Col_PM_TTHD.Visible = true;
     this.Col_PM_TTHD.Width = 74;
     //
     // Col_PM_DVDNgayDuyet
     //
     this.Col_PM_DVDNgayDuyet.Caption = "DVD ngày duyệt";
     this.Col_PM_DVDNgayDuyet.Name = "Col_PM_DVDNgayDuyet";
     this.Col_PM_DVDNgayDuyet.Visible = true;
     this.Col_PM_DVDNgayDuyet.Width = 90;
     //
     // Col_PM_DVDNgayHoanTat
     //
     this.Col_PM_DVDNgayHoanTat.Caption = "DVD Ngày hoàn tất";
     this.Col_PM_DVDNgayHoanTat.Name = "Col_PM_DVDNgayHoanTat";
     this.Col_PM_DVDNgayHoanTat.Visible = true;
     this.Col_PM_DVDNgayHoanTat.Width = 104;
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.xtraTabControlDetail.Appearance.Options.UseBorderColor = true;
     this.xtraTabControlDetail.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Flat;
     this.xtraTabControlDetail.LookAndFeel.UseDefaultLookAndFeel = false;
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.ShowTabHeader = DevExpress.Utils.DefaultBoolean.False;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(175, 410);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail});
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(173, 408);
     this.xtraTabPageDetail.Text = "Danh sách biên mục";
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.MenuManager = this.barManager1;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(173, 408);
     this.gridControlDetail.TabIndex = 0;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_BM_ThanhLy,
     this.Col_BM_MaBang,
     this.Col_BM_TapSo,
     this.Col_BM_TenTap,
     this.Col_BM_SoBang,
     this.Col_BM_ThongSo,
     this.Col_BM_ThoiLuong,
     this.Col_BM_SoDKCBHD,
     this.Col_BM_NoiLuuTru});
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsBehavior.Editable = false;
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsSelection.MultiSelect = true;
     this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     this.gridViewDetail.OptionsView.ShowViewCaption = true;
     this.gridViewDetail.ViewCaption = "Biên mục (Cấp 3)";
     //
     // Col_BM_ThanhLy
     //
     this.Col_BM_ThanhLy.Caption = "Thanh lý";
     this.Col_BM_ThanhLy.Name = "Col_BM_ThanhLy";
     this.Col_BM_ThanhLy.Visible = true;
     this.Col_BM_ThanhLy.VisibleIndex = 0;
     this.Col_BM_ThanhLy.Width = 53;
     //
     // Col_BM_MaBang
     //
     this.Col_BM_MaBang.Caption = "Mã băng";
     this.Col_BM_MaBang.Name = "Col_BM_MaBang";
     this.Col_BM_MaBang.Visible = true;
     this.Col_BM_MaBang.VisibleIndex = 1;
     this.Col_BM_MaBang.Width = 53;
     //
     // Col_BM_TapSo
     //
     this.Col_BM_TapSo.Caption = "Tập số";
     this.Col_BM_TapSo.Name = "Col_BM_TapSo";
     this.Col_BM_TapSo.Visible = true;
     this.Col_BM_TapSo.VisibleIndex = 2;
     this.Col_BM_TapSo.Width = 44;
     //
     // Col_BM_TenTap
     //
     this.Col_BM_TenTap.Caption = "Tên tập";
     this.Col_BM_TenTap.Name = "Col_BM_TenTap";
     this.Col_BM_TenTap.Visible = true;
     this.Col_BM_TenTap.VisibleIndex = 3;
     this.Col_BM_TenTap.Width = 49;
     //
     // Col_BM_SoBang
     //
     this.Col_BM_SoBang.Caption = "Số băng";
     this.Col_BM_SoBang.Name = "Col_BM_SoBang";
     this.Col_BM_SoBang.Visible = true;
     this.Col_BM_SoBang.VisibleIndex = 4;
     this.Col_BM_SoBang.Width = 51;
     //
     // Col_BM_ThongSo
     //
     this.Col_BM_ThongSo.Caption = "Thông số";
     this.Col_BM_ThongSo.Name = "Col_BM_ThongSo";
     this.Col_BM_ThongSo.Visible = true;
     this.Col_BM_ThongSo.VisibleIndex = 5;
     this.Col_BM_ThongSo.Width = 56;
     //
     // Col_BM_ThoiLuong
     //
     this.Col_BM_ThoiLuong.Caption = "Thời lượng";
     this.Col_BM_ThoiLuong.Name = "Col_BM_ThoiLuong";
     this.Col_BM_ThoiLuong.Visible = true;
     this.Col_BM_ThoiLuong.VisibleIndex = 6;
     this.Col_BM_ThoiLuong.Width = 62;
     //
     // Col_BM_SoDKCBHD
     //
     this.Col_BM_SoDKCBHD.Caption = "Số ĐKCB HD";
     this.Col_BM_SoDKCBHD.Name = "Col_BM_SoDKCBHD";
     this.Col_BM_SoDKCBHD.Visible = true;
     this.Col_BM_SoDKCBHD.VisibleIndex = 7;
     this.Col_BM_SoDKCBHD.Width = 71;
     //
     // Col_BM_NoiLuuTru
     //
     this.Col_BM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_BM_NoiLuuTru.Name = "Col_BM_NoiLuuTru";
     this.Col_BM_NoiLuuTru.Visible = true;
     this.Col_BM_NoiLuuTru.VisibleIndex = 8;
     this.Col_BM_NoiLuuTru.Width = 63;
     //
     // Col_PM_TienDo
     //
     this.Col_PM_TienDo.Caption = "Tiến độ hậu kỳ";
     this.Col_PM_TienDo.Name = "Col_PM_TienDo";
     this.Col_PM_TienDo.Visible = true;
     //
     // gridBandChuongTrinh
     //
     this.gridBandChuongTrinh.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandChuongTrinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandChuongTrinh.Caption = "Thông tin chương trình";
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_Category);
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_MaChuongTrinh);
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_TenChuongTrinh);
     this.gridBandChuongTrinh.Columns.Add(this.Col_PM_TietMuc);
     this.gridBandChuongTrinh.Name = "gridBandChuongTrinh";
     this.gridBandChuongTrinh.Width = 314;
     //
     // gridBandPostMaster
     //
     this.gridBandPostMaster.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandPostMaster.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandPostMaster.Caption = "Thông tin Post/Master";
     this.gridBandPostMaster.Columns.Add(this.Col_PM_PostMaster);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_TongTap);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_TienDo);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_LoaiLuu);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_PopUp);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_ThoiLuongChung);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_TTDinhKem);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_ThanhLy);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_NgayNhapKho);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_Ke);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_Ngan);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_Tang);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_TTHD);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_DVDNgayDuyet);
     this.gridBandPostMaster.Columns.Add(this.Col_PM_DVDNgayHoanTat);
     this.gridBandPostMaster.Name = "gridBandPostMaster";
     this.gridBandPostMaster.Width = 1007;
     //
     // frmPostMasterSearchQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1008, 545);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.dockPanelSimple);
     this.Controls.Add(this.dockPanelAdvance);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmPostMasterSearchQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản lý Post/Master";
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanelAdvance.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     this.dockPanelSimple.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TenTap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TapSoTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoDKCBHD.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NguoiNhap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.MaCT.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LoaiLuuTru.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.PostMaster.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControlPM)).EndInit();
     this.groupControlPM.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrm));
     this.barManagerMain = new DevExpress.XtraBars.BarManager(this.components);
     this.barUp = new DevExpress.XtraBars.Bar();
     this.barSubItemFile = new DevExpress.XtraBars.BarSubItem();
     this.mbConnection = new DevExpress.XtraBars.BarButtonItem();
     this.mbExit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemView = new DevExpress.XtraBars.BarSubItem();
     this.mbCode = new DevExpress.XtraBars.BarButtonItem();
     this.mbData = new DevExpress.XtraBars.BarButtonItem();
     this.mbQuery = new DevExpress.XtraBars.BarButtonItem();
     this.mbReport = new DevExpress.XtraBars.BarButtonItem();
     this.mbPriv = new DevExpress.XtraBars.BarButtonItem();
     this.mbResult = new DevExpress.XtraBars.BarButtonItem();
     this.mbSkins = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemWindows = new DevExpress.XtraBars.BarSubItem();
     this.mbcascade = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileVertical = new DevExpress.XtraBars.BarButtonItem();
     this.mbtileHorizontal = new DevExpress.XtraBars.BarButtonItem();
     this.mbcloseAll = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItemHelp = new DevExpress.XtraBars.BarSubItem();
     this.mbIndex = new DevExpress.XtraBars.BarButtonItem();
     this.mbAboutUs = new DevExpress.XtraBars.BarButtonItem();
     this.barDown = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManagerMain = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.DPSkins = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer6 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.galleryControlSkins = new DevExpress.XtraBars.Ribbon.GalleryControl();
     this.galleryControlClient1 = new DevExpress.XtraBars.Ribbon.GalleryControlClient();
     this.DPResult = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer5 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.Logging = new System.Windows.Forms.RichTextBox();
     this.DPPriv = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlPriv = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeRoleDetial = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeUserRoles = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemTimeAppOptions = new DevExpress.XtraNavBar.NavBarItem();
     this.imageCollection32 = new DevExpress.Utils.ImageCollection(this.components);
     this.panelContainer1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.DPData = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer1 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlData = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemServiceQueryTBLWared = new DevExpress.XtraNavBar.NavBarItem();
     this.DPCode = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlCode = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemServiceQueryCDEdara = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDserviceType = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDReply = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDSyndicate = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDSubCommitte = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItemServiceQueryCDAttatech = new DevExpress.XtraNavBar.NavBarItem();
     this.DPQuery = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer2 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlQry = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.DPReport = new DevExpress.XtraBars.Docking.DockPanel();
     this.controlContainer3 = new DevExpress.XtraBars.Docking.ControlContainer();
     this.navBarControlReport = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItemTimeDeployRpt = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBoxSkins = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.repositoryItemLookUpEditasase_code = new DevExpress.XtraEditors.Repository.RepositoryItemLookUpEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).BeginInit();
     this.DPSkins.SuspendLayout();
     this.controlContainer6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).BeginInit();
     this.galleryControlSkins.SuspendLayout();
     this.DPResult.SuspendLayout();
     this.controlContainer5.SuspendLayout();
     this.DPPriv.SuspendLayout();
     this.controlContainer4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).BeginInit();
     this.panelContainer1.SuspendLayout();
     this.DPData.SuspendLayout();
     this.controlContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).BeginInit();
     this.DPCode.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).BeginInit();
     this.DPQuery.SuspendLayout();
     this.controlContainer2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).BeginInit();
     this.DPReport.SuspendLayout();
     this.controlContainer3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).BeginInit();
     this.SuspendLayout();
     //
     // barManagerMain
     //
     this.barManagerMain.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.barUp,
     this.barDown});
     this.barManagerMain.DockControls.Add(this.barDockControlTop);
     this.barManagerMain.DockControls.Add(this.barDockControlBottom);
     this.barManagerMain.DockControls.Add(this.barDockControlLeft);
     this.barManagerMain.DockControls.Add(this.barDockControlRight);
     this.barManagerMain.DockManager = this.dockManagerMain;
     this.barManagerMain.Form = this;
     this.barManagerMain.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItemFile,
     this.barSubItemView,
     this.barSubItemHelp,
     this.mbConnection,
     this.mbExit,
     this.mbCode,
     this.mbData,
     this.mbQuery,
     this.mbReport,
     this.mbPriv,
     this.mbAboutUs,
     this.mbIndex,
     this.barEditItem1,
     this.mbResult,
     this.mbSkins,
     this.barSubItemWindows,
     this.mbcascade,
     this.mbtileVertical,
     this.mbtileHorizontal,
     this.mbcloseAll});
     this.barManagerMain.MainMenu = this.barUp;
     this.barManagerMain.MaxItemId = 28;
     this.barManagerMain.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBoxSkins,
     this.repositoryItemLookUpEditasase_code});
     this.barManagerMain.StatusBar = this.barDown;
     this.barManagerMain.TransparentEditors = true;
     //
     // barUp
     //
     this.barUp.BarName = "Main menu";
     this.barUp.DockCol = 0;
     this.barUp.DockRow = 0;
     this.barUp.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.barUp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemFile),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemView),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemWindows),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItemHelp)});
     this.barUp.OptionsBar.MultiLine = true;
     this.barUp.OptionsBar.UseWholeRow = true;
     this.barUp.Text = "Main menu";
     //
     // barSubItemFile
     //
     this.barSubItemFile.Caption = "ملف";
     this.barSubItemFile.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemFile.Glyph")));
     this.barSubItemFile.Id = 0;
     this.barSubItemFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.mbConnection, DevExpress.XtraBars.BarItemPaintStyle.Standard),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbExit)});
     this.barSubItemFile.Name = "barSubItemFile";
     this.barSubItemFile.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // mbConnection
     //
     this.mbConnection.Caption = "الغاء الاتصال";
     this.mbConnection.Glyph = ((System.Drawing.Image)(resources.GetObject("mbConnection.Glyph")));
     this.mbConnection.Id = 3;
     this.mbConnection.Name = "mbConnection";
     this.mbConnection.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbConnection_ItemClick);
     //
     // mbExit
     //
     this.mbExit.Caption = "خروج";
     this.mbExit.Glyph = global::ServiceQuery.Properties.Resources.Exit;
     this.mbExit.Id = 4;
     this.mbExit.Name = "mbExit";
     this.mbExit.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbExit_ItemClick);
     //
     // barSubItemView
     //
     this.barSubItemView.Caption = "عرض";
     this.barSubItemView.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemView.Glyph")));
     this.barSubItemView.Id = 1;
     this.barSubItemView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbCode),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbData),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbQuery),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbReport),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbPriv),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbResult),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbSkins)});
     this.barSubItemView.Name = "barSubItemView";
     this.barSubItemView.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItemView.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // mbCode
     //
     this.mbCode.Caption = "اكواد";
     this.mbCode.Glyph = ((System.Drawing.Image)(resources.GetObject("mbCode.Glyph")));
     this.mbCode.Id = 5;
     this.mbCode.Name = "mbCode";
     this.mbCode.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbCode_ItemClick);
     //
     // mbData
     //
     this.mbData.Caption = "ادخال بيانات";
     this.mbData.Glyph = ((System.Drawing.Image)(resources.GetObject("mbData.Glyph")));
     this.mbData.Id = 6;
     this.mbData.Name = "mbData";
     this.mbData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbData_ItemClick);
     //
     // mbQuery
     //
     this.mbQuery.Caption = "استعلامات";
     this.mbQuery.Glyph = ((System.Drawing.Image)(resources.GetObject("mbQuery.Glyph")));
     this.mbQuery.Id = 7;
     this.mbQuery.Name = "mbQuery";
     this.mbQuery.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbQuery_ItemClick);
     //
     // mbReport
     //
     this.mbReport.Caption = "تقارير";
     this.mbReport.Glyph = global::ServiceQuery.Properties.Resources.Print;
     this.mbReport.Id = 8;
     this.mbReport.Name = "mbReport";
     this.mbReport.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbReport_ItemClick);
     //
     // mbPriv
     //
     this.mbPriv.Caption = "صلاحيات";
     this.mbPriv.Glyph = ((System.Drawing.Image)(resources.GetObject("mbPriv.Glyph")));
     this.mbPriv.Id = 9;
     this.mbPriv.Name = "mbPriv";
     this.mbPriv.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbPriv_ItemClick);
     //
     // mbResult
     //
     this.mbResult.Caption = "نتائج العمليات";
     this.mbResult.Glyph = global::ServiceQuery.Properties.Resources.info16;
     this.mbResult.Id = 20;
     this.mbResult.Name = "mbResult";
     this.mbResult.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbResult_ItemClick);
     //
     // mbSkins
     //
     this.mbSkins.Caption = "الاشكال";
     this.mbSkins.Glyph = global::ServiceQuery.Properties.Resources.Skins;
     this.mbSkins.Id = 21;
     this.mbSkins.Name = "mbSkins";
     this.mbSkins.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbSkins_ItemClick);
     //
     // barSubItemWindows
     //
     this.barSubItemWindows.Caption = "النوافذ";
     this.barSubItemWindows.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemWindows.Glyph")));
     this.barSubItemWindows.Id = 22;
     this.barSubItemWindows.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcascade),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileVertical),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbtileHorizontal),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbcloseAll)});
     this.barSubItemWindows.Name = "barSubItemWindows";
     this.barSubItemWindows.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItemWindows.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // mbcascade
     //
     this.mbcascade.Caption = "ترتيب النوافذ";
     this.mbcascade.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcascade.Glyph")));
     this.mbcascade.Id = 23;
     this.mbcascade.Name = "mbcascade";
     this.mbcascade.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcascade_ItemClick);
     //
     // mbtileVertical
     //
     this.mbtileVertical.Caption = "العناوين رأسي";
     this.mbtileVertical.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileVertical.Glyph")));
     this.mbtileVertical.Id = 24;
     this.mbtileVertical.Name = "mbtileVertical";
     this.mbtileVertical.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileVertical_ItemClick);
     //
     // mbtileHorizontal
     //
     this.mbtileHorizontal.Caption = "العناوين افقي";
     this.mbtileHorizontal.Glyph = ((System.Drawing.Image)(resources.GetObject("mbtileHorizontal.Glyph")));
     this.mbtileHorizontal.Id = 25;
     this.mbtileHorizontal.Name = "mbtileHorizontal";
     this.mbtileHorizontal.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbtileHorizontal_ItemClick);
     //
     // mbcloseAll
     //
     this.mbcloseAll.Caption = "اغلاق الكل";
     this.mbcloseAll.Glyph = ((System.Drawing.Image)(resources.GetObject("mbcloseAll.Glyph")));
     this.mbcloseAll.Id = 26;
     this.mbcloseAll.Name = "mbcloseAll";
     this.mbcloseAll.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbcloseAll_ItemClick);
     //
     // barSubItemHelp
     //
     this.barSubItemHelp.Caption = "مساعده";
     this.barSubItemHelp.Glyph = ((System.Drawing.Image)(resources.GetObject("barSubItemHelp.Glyph")));
     this.barSubItemHelp.Id = 2;
     this.barSubItemHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.mbIndex),
     new DevExpress.XtraBars.LinkPersistInfo(this.mbAboutUs)});
     this.barSubItemHelp.Name = "barSubItemHelp";
     this.barSubItemHelp.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItemHelp.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // mbIndex
     //
     this.mbIndex.Caption = "كتاب المساعده";
     this.mbIndex.Glyph = global::ServiceQuery.Properties.Resources.Index;
     this.mbIndex.Id = 11;
     this.mbIndex.Name = "mbIndex";
     //
     // mbAboutUs
     //
     this.mbAboutUs.Caption = "عن البرنامج";
     this.mbAboutUs.Glyph = global::ServiceQuery.Properties.Resources.About;
     this.mbAboutUs.Id = 10;
     this.mbAboutUs.Name = "mbAboutUs";
     this.mbAboutUs.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.mbAboutUs_ItemClick);
     //
     // barDown
     //
     this.barDown.BarName = "Status bar";
     this.barDown.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.barDown.DockCol = 0;
     this.barDown.DockRow = 0;
     this.barDown.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.barDown.OptionsBar.AllowQuickCustomization = false;
     this.barDown.OptionsBar.DrawDragBorder = false;
     this.barDown.OptionsBar.MultiLine = true;
     this.barDown.OptionsBar.UseWholeRow = true;
     this.barDown.Text = "Status bar";
     //
     // barDockControlTop
     //
     this.barDockControlTop.CausesValidation = false;
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(984, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 639);
     this.barDockControlBottom.Size = new System.Drawing.Size(984, 23);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 615);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(984, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 615);
     //
     // dockManagerMain
     //
     this.dockManagerMain.DockingOptions.ShowCaptionImage = true;
     this.dockManagerMain.DockMode = DevExpress.XtraBars.Docking.Helpers.DockMode.Standard;
     this.dockManagerMain.Form = this;
     this.dockManagerMain.HiddenPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.DPSkins,
     this.DPPriv,
     this.DPQuery,
     this.DPReport});
     this.dockManagerMain.MenuManager = this.barManagerMain;
     this.dockManagerMain.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.DPResult,
     this.panelContainer1});
     this.dockManagerMain.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // DPSkins
     //
     this.DPSkins.Controls.Add(this.controlContainer6);
     this.DPSkins.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.DPSkins.FloatVertical = true;
     this.DPSkins.ID = new System.Guid("5d027091-716e-4480-919f-6381f5702c5a");
     this.DPSkins.Location = new System.Drawing.Point(0, 529);
     this.DPSkins.Name = "DPSkins";
     this.DPSkins.OriginalSize = new System.Drawing.Size(198, 110);
     this.DPSkins.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPSkins.SavedIndex = 0;
     this.DPSkins.SavedParent = this.DPResult;
     this.DPSkins.SavedTabbed = true;
     this.DPSkins.Size = new System.Drawing.Size(984, 110);
     this.DPSkins.TabsScroll = true;
     this.DPSkins.Text = "الاشكال";
     this.DPSkins.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer6
     //
     this.controlContainer6.Controls.Add(this.galleryControlSkins);
     this.controlContainer6.Location = new System.Drawing.Point(4, 23);
     this.controlContainer6.Name = "controlContainer6";
     this.controlContainer6.Size = new System.Drawing.Size(976, 83);
     this.controlContainer6.TabIndex = 0;
     //
     // galleryControlSkins
     //
     this.galleryControlSkins.Controls.Add(this.galleryControlClient1);
     this.galleryControlSkins.DesignGalleryGroupIndex = 0;
     this.galleryControlSkins.DesignGalleryItemIndex = 0;
     this.galleryControlSkins.Dock = System.Windows.Forms.DockStyle.Fill;
     this.galleryControlSkins.Location = new System.Drawing.Point(0, 0);
     this.galleryControlSkins.Name = "galleryControlSkins";
     this.galleryControlSkins.Size = new System.Drawing.Size(976, 83);
     this.galleryControlSkins.TabIndex = 0;
     this.galleryControlSkins.Text = "الاشكال";
     //
     // galleryControlClient1
     //
     this.galleryControlClient1.GalleryControl = this.galleryControlSkins;
     this.galleryControlClient1.Location = new System.Drawing.Point(2, 2);
     this.galleryControlClient1.Size = new System.Drawing.Size(955, 79);
     //
     // DPResult
     //
     this.DPResult.Controls.Add(this.controlContainer5);
     this.DPResult.Dock = DevExpress.XtraBars.Docking.DockingStyle.Bottom;
     this.DPResult.FloatVertical = true;
     this.DPResult.ID = new System.Guid("abdfe4d0-1d6a-4f6b-abc2-985fb9d484f3");
     this.DPResult.Location = new System.Drawing.Point(0, 503);
     this.DPResult.Name = "DPResult";
     this.DPResult.OriginalSize = new System.Drawing.Size(200, 136);
     this.DPResult.Size = new System.Drawing.Size(984, 136);
     this.DPResult.Text = "نتائج العمليات";
     //
     // controlContainer5
     //
     this.controlContainer5.Controls.Add(this.Logging);
     this.controlContainer5.Location = new System.Drawing.Point(4, 23);
     this.controlContainer5.Name = "controlContainer5";
     this.controlContainer5.Size = new System.Drawing.Size(976, 109);
     this.controlContainer5.TabIndex = 0;
     //
     // Logging
     //
     this.Logging.Dock = System.Windows.Forms.DockStyle.Fill;
     this.Logging.Location = new System.Drawing.Point(0, 0);
     this.Logging.Name = "Logging";
     this.Logging.ReadOnly = true;
     this.Logging.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.Logging.Size = new System.Drawing.Size(976, 109);
     this.Logging.TabIndex = 0;
     this.Logging.Text = "";
     this.Logging.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.Logging_MouseDoubleClick);
     //
     // DPPriv
     //
     this.DPPriv.Controls.Add(this.controlContainer4);
     this.DPPriv.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.ID = new System.Guid("bb5d67bf-41ea-4082-a2e5-532afce242b2");
     this.DPPriv.Location = new System.Drawing.Point(4, 23);
     this.DPPriv.Name = "DPPriv";
     this.DPPriv.OriginalSize = new System.Drawing.Size(192, 451);
     this.DPPriv.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPPriv.SavedIndex = 2;
     this.DPPriv.SavedParent = this.panelContainer1;
     this.DPPriv.SavedTabbed = true;
     this.DPPriv.Size = new System.Drawing.Size(192, 561);
     this.DPPriv.TabsScroll = true;
     this.DPPriv.TabText = "الصلاحيات";
     this.DPPriv.Text = "الصلاحيات";
     this.DPPriv.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer4
     //
     this.controlContainer4.Controls.Add(this.navBarControlPriv);
     this.controlContainer4.Location = new System.Drawing.Point(0, 0);
     this.controlContainer4.Name = "controlContainer4";
     this.controlContainer4.Size = new System.Drawing.Size(192, 561);
     this.controlContainer4.TabIndex = 0;
     //
     // navBarControlPriv
     //
     this.navBarControlPriv.ActiveGroup = this.navBarGroup3;
     this.navBarControlPriv.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlPriv.ExplorerBarShowGroupButtons = false;
     this.navBarControlPriv.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup3});
     this.navBarControlPriv.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeRoles,
     this.navBarItemTimeUsers,
     this.navBarItemTimeUserRoles,
     this.navBarItemTimeRoleDetial,
     this.navBarItemTimeAppOptions});
     this.navBarControlPriv.LargeImages = this.imageCollection32;
     this.navBarControlPriv.Location = new System.Drawing.Point(0, 0);
     this.navBarControlPriv.Name = "navBarControlPriv";
     this.navBarControlPriv.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlPriv.Size = new System.Drawing.Size(192, 561);
     this.navBarControlPriv.SmallImages = this.imageCollection32;
     this.navBarControlPriv.StoreDefaultPaintStyleName = true;
     this.navBarControlPriv.TabIndex = 9;
     this.navBarControlPriv.Text = "navBarControl1";
     this.navBarControlPriv.Visible = false;
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "";
     this.navBarGroup3.Expanded = true;
     this.navBarGroup3.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeRoleDetial),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeUserRoles),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeAppOptions)});
     this.navBarGroup3.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.LargeImage")));
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.NavigationPaneVisible = false;
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarItemTimeRoles
     //
     this.navBarItemTimeRoles.Caption = "الصلاحيات";
     this.navBarItemTimeRoles.LargeImageIndex = 0;
     this.navBarItemTimeRoles.Name = "navBarItemTimeRoles";
     this.navBarItemTimeRoles.SmallImageIndex = 0;
     this.navBarItemTimeRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemEditorRoleFrm_LinkClicked);
     //
     // navBarItemTimeRoleDetial
     //
     this.navBarItemTimeRoleDetial.Caption = "تفاصيل الصلاحيات";
     this.navBarItemTimeRoleDetial.LargeImageIndex = 3;
     this.navBarItemTimeRoleDetial.Name = "navBarItemTimeRoleDetial";
     this.navBarItemTimeRoleDetial.SmallImageIndex = 3;
     this.navBarItemTimeRoleDetial.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemRoleDetial_LinkClicked);
     //
     // navBarItemTimeUsers
     //
     this.navBarItemTimeUsers.Caption = "المستخدمين";
     this.navBarItemTimeUsers.LargeImageIndex = 1;
     this.navBarItemTimeUsers.Name = "navBarItemTimeUsers";
     this.navBarItemTimeUsers.SmallImageIndex = 1;
     this.navBarItemTimeUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUsers_LinkClicked);
     //
     // navBarItemTimeUserRoles
     //
     this.navBarItemTimeUserRoles.Caption = "صلاحيات المستخدمين";
     this.navBarItemTimeUserRoles.LargeImageIndex = 2;
     this.navBarItemTimeUserRoles.Name = "navBarItemTimeUserRoles";
     this.navBarItemTimeUserRoles.SmallImageIndex = 2;
     this.navBarItemTimeUserRoles.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemUserRoles_LinkClicked);
     //
     // navBarItemTimeAppOptions
     //
     this.navBarItemTimeAppOptions.Caption = "خيارات البرنامج";
     this.navBarItemTimeAppOptions.LargeImageIndex = 6;
     this.navBarItemTimeAppOptions.Name = "navBarItemTimeAppOptions";
     this.navBarItemTimeAppOptions.SmallImageIndex = 6;
     this.navBarItemTimeAppOptions.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemAppOptions_LinkClicked);
     //
     // imageCollection32
     //
     this.imageCollection32.ImageSize = new System.Drawing.Size(32, 32);
     this.imageCollection32.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection32.ImageStream")));
     this.imageCollection32.Images.SetKeyName(0, "Roles.png");
     this.imageCollection32.Images.SetKeyName(1, "Users.png");
     this.imageCollection32.Images.SetKeyName(2, "UserRoles.png");
     this.imageCollection32.Images.SetKeyName(3, "RoleDetial.png");
     this.imageCollection32.Images.SetKeyName(4, "Reports.png");
     this.imageCollection32.Images.SetKeyName(5, "DeployRpt.png");
     this.imageCollection32.Images.SetKeyName(6, "AppOptions.png");
     //
     // panelContainer1
     //
     this.panelContainer1.ActiveChild = this.DPCode;
     this.panelContainer1.Appearance.Options.UseTextOptions = true;
     this.panelContainer1.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.NoWrap;
     this.panelContainer1.Controls.Add(this.DPCode);
     this.panelContainer1.Controls.Add(this.DPData);
     this.panelContainer1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.panelContainer1.FloatVertical = true;
     this.panelContainer1.ID = new System.Guid("f4ff1062-9a77-404f-9187-cec889fb9ba4");
     this.panelContainer1.Location = new System.Drawing.Point(0, 24);
     this.panelContainer1.Name = "panelContainer1";
     this.panelContainer1.OriginalSize = new System.Drawing.Size(200, 200);
     this.panelContainer1.Size = new System.Drawing.Size(200, 479);
     this.panelContainer1.Tabbed = true;
     this.panelContainer1.TabsScroll = true;
     this.panelContainer1.Text = "panelContainer1";
     //
     // DPData
     //
     this.DPData.Controls.Add(this.controlContainer1);
     this.DPData.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPData.ID = new System.Guid("5a92e67b-e3d2-4e9c-a354-47ff59337c78");
     this.DPData.Location = new System.Drawing.Point(4, 23);
     this.DPData.Name = "DPData";
     this.DPData.OriginalSize = new System.Drawing.Size(192, 561);
     this.DPData.Size = new System.Drawing.Size(192, 425);
     this.DPData.TabStop = false;
     this.DPData.TabText = "ادخال البيانات";
     this.DPData.Text = "ادخال البيانات";
     //
     // controlContainer1
     //
     this.controlContainer1.Controls.Add(this.navBarControlData);
     this.controlContainer1.Location = new System.Drawing.Point(0, 0);
     this.controlContainer1.Name = "controlContainer1";
     this.controlContainer1.Size = new System.Drawing.Size(192, 425);
     this.controlContainer1.TabIndex = 0;
     //
     // navBarControlData
     //
     this.navBarControlData.ActiveGroup = this.navBarGroup2;
     this.navBarControlData.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlData.ExplorerBarShowGroupButtons = false;
     this.navBarControlData.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2});
     this.navBarControlData.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemServiceQueryTBLWared});
     this.navBarControlData.LargeImages = this.imageCollection32;
     this.navBarControlData.Location = new System.Drawing.Point(0, 0);
     this.navBarControlData.Name = "navBarControlData";
     this.navBarControlData.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlData.Size = new System.Drawing.Size(192, 425);
     this.navBarControlData.SmallImages = this.imageCollection32;
     this.navBarControlData.StoreDefaultPaintStyleName = true;
     this.navBarControlData.TabIndex = 9;
     this.navBarControlData.Text = "navBarControl1";
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryTBLWared)});
     this.navBarGroup2.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.LargeImage")));
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.NavigationPaneVisible = false;
     this.navBarGroup2.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup2.SmallImage")));
     //
     // navBarItemServiceQueryTBLWared
     //
     this.navBarItemServiceQueryTBLWared.Caption = "الوارد";
     this.navBarItemServiceQueryTBLWared.LargeImageIndex = 23;
     this.navBarItemServiceQueryTBLWared.Name = "navBarItemServiceQueryTBLWared";
     this.navBarItemServiceQueryTBLWared.SmallImageIndex = 23;
     this.navBarItemServiceQueryTBLWared.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryTBLWared_LinkClicked);
     //
     // DPCode
     //
     this.DPCode.Controls.Add(this.dockPanel1_Container);
     this.DPCode.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPCode.ID = new System.Guid("1cfd6550-8070-4cff-ad59-cba8d2680fa9");
     this.DPCode.Location = new System.Drawing.Point(4, 23);
     this.DPCode.Name = "DPCode";
     this.DPCode.OriginalSize = new System.Drawing.Size(192, 561);
     this.DPCode.Size = new System.Drawing.Size(192, 425);
     this.DPCode.TabsScroll = true;
     this.DPCode.TabText = "الاكواد";
     this.DPCode.Text = "الاكواد";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.navBarControlCode);
     this.dockPanel1_Container.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(192, 425);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // navBarControlCode
     //
     this.navBarControlCode.ActiveGroup = this.navBarGroup1;
     this.navBarControlCode.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlCode.ExplorerBarShowGroupButtons = false;
     this.navBarControlCode.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControlCode.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemServiceQueryCDEdara,
     this.navBarItemServiceQueryCDserviceType,
     this.navBarItemServiceQueryCDReply,
     this.navBarItemServiceQueryCDSyndicate,
     this.navBarItemServiceQueryCDSubCommitte,
     this.navBarItemServiceQueryCDAttatech});
     this.navBarControlCode.LargeImages = this.imageCollection32;
     this.navBarControlCode.Location = new System.Drawing.Point(0, 0);
     this.navBarControlCode.Name = "navBarControlCode";
     this.navBarControlCode.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlCode.Size = new System.Drawing.Size(192, 425);
     this.navBarControlCode.SmallImages = this.imageCollection32;
     this.navBarControlCode.StoreDefaultPaintStyleName = true;
     this.navBarControlCode.TabIndex = 8;
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDEdara),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDserviceType),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDReply),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDSyndicate),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDSubCommitte),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemServiceQueryCDAttatech)});
     this.navBarGroup1.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.LargeImage")));
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarItemServiceQueryCDEdara
     //
     this.navBarItemServiceQueryCDEdara.Caption = "الادارات";
     this.navBarItemServiceQueryCDEdara.LargeImageIndex = 7;
     this.navBarItemServiceQueryCDEdara.Name = "navBarItemServiceQueryCDEdara";
     this.navBarItemServiceQueryCDEdara.SmallImageIndex = 7;
     this.navBarItemServiceQueryCDEdara.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDEdara_LinkClicked);
     //
     // navBarItemServiceQueryCDserviceType
     //
     this.navBarItemServiceQueryCDserviceType.Caption = "انواع الخدمات";
     this.navBarItemServiceQueryCDserviceType.LargeImageIndex = 8;
     this.navBarItemServiceQueryCDserviceType.Name = "navBarItemServiceQueryCDserviceType";
     this.navBarItemServiceQueryCDserviceType.SmallImageIndex = 8;
     this.navBarItemServiceQueryCDserviceType.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDserviceType_LinkClicked);
     //
     // navBarItemServiceQueryCDReply
     //
     this.navBarItemServiceQueryCDReply.Caption = "الرد";
     this.navBarItemServiceQueryCDReply.LargeImageIndex = 9;
     this.navBarItemServiceQueryCDReply.Name = "navBarItemServiceQueryCDReply";
     this.navBarItemServiceQueryCDReply.SmallImageIndex = 9;
     this.navBarItemServiceQueryCDReply.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDReply_LinkClicked);
     //
     // navBarItemServiceQueryCDSyndicate
     //
     this.navBarItemServiceQueryCDSyndicate.Caption = "النقابات الفرعية";
     this.navBarItemServiceQueryCDSyndicate.LargeImageIndex = 10;
     this.navBarItemServiceQueryCDSyndicate.Name = "navBarItemServiceQueryCDSyndicate";
     this.navBarItemServiceQueryCDSyndicate.SmallImageIndex = 10;
     this.navBarItemServiceQueryCDSyndicate.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDSyndicate_LinkClicked);
     //
     // navBarItemServiceQueryCDSubCommitte
     //
     this.navBarItemServiceQueryCDSubCommitte.Caption = "اللجان النقابية";
     this.navBarItemServiceQueryCDSubCommitte.Name = "navBarItemServiceQueryCDSubCommitte";
     this.navBarItemServiceQueryCDSubCommitte.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDSubCommitte_LinkClicked);
     //
     // navBarItemServiceQueryCDAttatech
     //
     this.navBarItemServiceQueryCDAttatech.Caption = "المرفقات";
     this.navBarItemServiceQueryCDAttatech.Name = "navBarItemServiceQueryCDAttatech";
     this.navBarItemServiceQueryCDAttatech.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemServiceQueryCDAttatech_LinkClicked);
     //
     // DPQuery
     //
     this.DPQuery.Controls.Add(this.controlContainer2);
     this.DPQuery.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.ID = new System.Guid("d8711011-1b74-442f-bb9b-8102c8bf9f50");
     this.DPQuery.Location = new System.Drawing.Point(4, 23);
     this.DPQuery.Name = "DPQuery";
     this.DPQuery.OriginalSize = new System.Drawing.Size(192, 451);
     this.DPQuery.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
     this.DPQuery.SavedIndex = 0;
     this.DPQuery.SavedParent = this.DPReport;
     this.DPQuery.SavedTabbed = true;
     this.DPQuery.Size = new System.Drawing.Size(192, 561);
     this.DPQuery.TabsScroll = true;
     this.DPQuery.Text = "استعلامات";
     this.DPQuery.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer2
     //
     this.controlContainer2.Controls.Add(this.navBarControlQry);
     this.controlContainer2.Location = new System.Drawing.Point(0, 0);
     this.controlContainer2.Name = "controlContainer2";
     this.controlContainer2.Size = new System.Drawing.Size(192, 561);
     this.controlContainer2.TabIndex = 0;
     //
     // navBarControlQry
     //
     this.navBarControlQry.ActiveGroup = this.navBarGroup5;
     this.navBarControlQry.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlQry.ExplorerBarShowGroupButtons = false;
     this.navBarControlQry.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup5});
     this.navBarControlQry.LargeImages = this.imageCollection32;
     this.navBarControlQry.Location = new System.Drawing.Point(0, 0);
     this.navBarControlQry.Name = "navBarControlQry";
     this.navBarControlQry.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlQry.Size = new System.Drawing.Size(192, 561);
     this.navBarControlQry.SmallImages = this.imageCollection32;
     this.navBarControlQry.StoreDefaultPaintStyleName = true;
     this.navBarControlQry.TabIndex = 9;
     this.navBarControlQry.Text = "navBarControl1";
     this.navBarControlQry.Visible = false;
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.LargeImage")));
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.NavigationPaneVisible = false;
     this.navBarGroup5.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup5.SmallImage")));
     //
     // DPReport
     //
     this.DPReport.Controls.Add(this.controlContainer3);
     this.DPReport.Dock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.DPReport.ID = new System.Guid("f2617492-8043-4778-ba8c-8e62a8a6d465");
     this.DPReport.Location = new System.Drawing.Point(784, 24);
     this.DPReport.Name = "DPReport";
     this.DPReport.OriginalSize = new System.Drawing.Size(200, 200);
     this.DPReport.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Right;
     this.DPReport.SavedIndex = 1;
     this.DPReport.Size = new System.Drawing.Size(200, 615);
     this.DPReport.TabsScroll = true;
     this.DPReport.TabText = "تقارير";
     this.DPReport.Text = "تقارير";
     this.DPReport.Visibility = DevExpress.XtraBars.Docking.DockVisibility.Hidden;
     //
     // controlContainer3
     //
     this.controlContainer3.Controls.Add(this.navBarControlReport);
     this.controlContainer3.Location = new System.Drawing.Point(4, 23);
     this.controlContainer3.Name = "controlContainer3";
     this.controlContainer3.Size = new System.Drawing.Size(192, 588);
     this.controlContainer3.TabIndex = 0;
     //
     // navBarControlReport
     //
     this.navBarControlReport.ActiveGroup = this.navBarGroup6;
     this.navBarControlReport.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControlReport.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup6,
     this.navBarGroup4,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9});
     this.navBarControlReport.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItemTimeDeployRpt});
     this.navBarControlReport.LargeImages = this.imageCollection32;
     this.navBarControlReport.Location = new System.Drawing.Point(0, 0);
     this.navBarControlReport.Name = "navBarControlReport";
     this.navBarControlReport.OptionsNavPane.ExpandedWidth = 192;
     this.navBarControlReport.Size = new System.Drawing.Size(192, 588);
     this.navBarControlReport.SmallImages = this.imageCollection32;
     this.navBarControlReport.TabIndex = 9;
     this.navBarControlReport.Text = "navBarControl1";
     this.navBarControlReport.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinExplorerBarViewInfoRegistrator("DevExpress Style");
     this.navBarControlReport.Visible = false;
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "تنصيب التقارير";
     this.navBarGroup6.Expanded = true;
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItemTimeDeployRpt)});
     this.navBarGroup6.Name = "navBarGroup6";
     //
     // navBarItemTimeDeployRpt
     //
     this.navBarItemTimeDeployRpt.Caption = "تنصيب التقارير";
     this.navBarItemTimeDeployRpt.LargeImageIndex = 5;
     this.navBarItemTimeDeployRpt.Name = "navBarItemTimeDeployRpt";
     this.navBarItemTimeDeployRpt.SmallImageIndex = 5;
     this.navBarItemTimeDeployRpt.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItemDeployRpt_LinkClicked);
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "تقارير 1";
     this.navBarGroup4.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.NavigationPaneVisible = false;
     this.navBarGroup4.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "تقارير 2";
     this.navBarGroup7.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "تقارير 3";
     this.navBarGroup8.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "تقارير 4";
     this.navBarGroup9.LargeImage = global::ServiceQuery.Properties.Resources.Print;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = global::ServiceQuery.Properties.Resources.Print;
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 17;
     this.barEditItem1.Name = "barEditItem1";
     //
     // repositoryItemComboBoxSkins
     //
     this.repositoryItemComboBoxSkins.AutoHeight = false;
     this.repositoryItemComboBoxSkins.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBoxSkins.Name = "repositoryItemComboBoxSkins";
     //
     // repositoryItemLookUpEditasase_code
     //
     this.repositoryItemLookUpEditasase_code.Appearance.Options.UseTextOptions = true;
     this.repositoryItemLookUpEditasase_code.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.repositoryItemLookUpEditasase_code.AutoHeight = false;
     this.repositoryItemLookUpEditasase_code.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.OK)});
     this.repositoryItemLookUpEditasase_code.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("asase_year", "العام الدراسي", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center),
     new DevExpress.XtraEditors.Controls.LookUpColumnInfo("SCHOOL", "اسم المدرسه", 50, DevExpress.Utils.FormatType.None, "", true, DevExpress.Utils.HorzAlignment.Center)});
     this.repositoryItemLookUpEditasase_code.DisplayMember = "asase_year";
     this.repositoryItemLookUpEditasase_code.DropDownRows = 10;
     this.repositoryItemLookUpEditasase_code.Name = "repositoryItemLookUpEditasase_code";
     this.repositoryItemLookUpEditasase_code.NullText = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.NullValuePrompt = "اختار عام دراسي";
     this.repositoryItemLookUpEditasase_code.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.Standard;
     this.repositoryItemLookUpEditasase_code.UseParentBackground = true;
     this.repositoryItemLookUpEditasase_code.ValueMember = "asase_code";
     //
     // MainFrm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(984, 662);
     this.Controls.Add(this.panelContainer1);
     this.Controls.Add(this.DPResult);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.IsMdiContainer = true;
     this.Name = "MainFrm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Service Query";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainFrm_FormClosing);
     this.Load += new System.EventHandler(this.MainFrm_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManagerMain)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManagerMain)).EndInit();
     this.DPSkins.ResumeLayout(false);
     this.controlContainer6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.galleryControlSkins)).EndInit();
     this.galleryControlSkins.ResumeLayout(false);
     this.DPResult.ResumeLayout(false);
     this.controlContainer5.ResumeLayout(false);
     this.DPPriv.ResumeLayout(false);
     this.controlContainer4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlPriv)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection32)).EndInit();
     this.panelContainer1.ResumeLayout(false);
     this.DPData.ResumeLayout(false);
     this.controlContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlData)).EndInit();
     this.DPCode.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlCode)).EndInit();
     this.DPQuery.ResumeLayout(false);
     this.controlContainer2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlQry)).EndInit();
     this.DPReport.ResumeLayout(false);
     this.controlContainer3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControlReport)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBoxSkins)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemLookUpEditasase_code)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmClipboardMan));
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.addButton = new System.Windows.Forms.ToolStripButton();
     this.removeButton = new System.Windows.Forms.ToolStripButton();
     this.LuuSep = new System.Windows.Forms.ToolStripSeparator();
     this.closeButton = new System.Windows.Forms.ToolStripButton();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.lbl_doituongClipboard = new DevExpress.XtraEditors.LabelControl();
     this.lblCat = new System.Windows.Forms.Label();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
     this.navBarControl3 = new DevExpress.XtraNavBar.NavBarControl();
     this.groupClipboard = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItem10 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarControl2 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem3 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem4 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem5 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem6 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem7 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem8 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem9 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.panel1 = new System.Windows.Forms.Panel();
     this.dgc_details = new DevExpress.XtraGrid.GridControl();
     this.dgv_details = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.label1 = new System.Windows.Forms.Label();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgc_details)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_details)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.Color.Transparent;
     this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
     this.toolStrip1.ImageScalingSize = new System.Drawing.Size(23, 23);
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.addButton,
     this.removeButton,
     this.LuuSep,
     this.closeButton});
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(580, 25);
     this.toolStrip1.TabIndex = 1;
     this.toolStrip1.Text = "toolStrip1";
     //
     // addButton
     //
     this.addButton.Name = "addButton";
     this.addButton.Size = new System.Drawing.Size(98, 22);
     this.addButton.Tag = "";
     this.addButton.Text = " &Xóa tất cả dữ liệu";
     this.addButton.Click += new System.EventHandler(this.addButton_Click);
     //
     // removeButton
     //
     this.removeButton.Name = "removeButton";
     this.removeButton.Size = new System.Drawing.Size(101, 22);
     this.removeButton.Tag = "";
     this.removeButton.Text = "Xóa các &dòng chọn";
     this.removeButton.Click += new System.EventHandler(this.removeButton_Click);
     //
     // LuuSep
     //
     this.LuuSep.Name = "LuuSep";
     this.LuuSep.Size = new System.Drawing.Size(6, 25);
     this.LuuSep.Visible = false;
     //
     // closeButton
     //
     this.closeButton.Name = "closeButton";
     this.closeButton.Size = new System.Drawing.Size(43, 22);
     this.closeButton.Text = " Đón&g ";
     this.closeButton.Click += new System.EventHandler(this.closeButton_Click);
     //
     // panelControl1
     //
     this.panelControl1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.lbl_doituongClipboard);
     this.panelControl1.Controls.Add(this.lblCat);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(176, 3);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(580, 37);
     this.panelControl1.TabIndex = 3;
     //
     // lbl_doituongClipboard
     //
     this.lbl_doituongClipboard.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl_doituongClipboard.Appearance.ForeColor = System.Drawing.Color.Black;
     this.lbl_doituongClipboard.Appearance.Options.UseFont = true;
     this.lbl_doituongClipboard.Appearance.Options.UseForeColor = true;
     this.lbl_doituongClipboard.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.Horizontal;
     this.lbl_doituongClipboard.Location = new System.Drawing.Point(6, 8);
     this.lbl_doituongClipboard.Name = "lbl_doituongClipboard";
     this.lbl_doituongClipboard.Size = new System.Drawing.Size(168, 23);
     this.lbl_doituongClipboard.TabIndex = 1;
     this.lbl_doituongClipboard.Text = "Đối tượng Clipboard";
     //
     // lblCat
     //
     this.lblCat.AutoSize = true;
     this.lblCat.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblCat.Location = new System.Drawing.Point(7, 5);
     this.lblCat.Name = "lblCat";
     this.lblCat.Size = new System.Drawing.Size(0, 25);
     this.lblCat.TabIndex = 0;
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "System.Windows.Forms.StatusBar"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
     this.dockPanel1.ID = new System.Guid("47482ff7-7f88-4274-9ba9-35bc499857c9");
     this.dockPanel1.Location = new System.Drawing.Point(0, 0);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockBottom = false;
     this.dockPanel1.Options.AllowDockFill = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.Options.AllowDockTop = false;
     this.dockPanel1.Options.AllowFloating = false;
     this.dockPanel1.Options.FloatOnDblClick = false;
     this.dockPanel1.Options.ShowCloseButton = false;
     this.dockPanel1.Size = new System.Drawing.Size(173, 485);
     this.dockPanel1.Text = "Clipboard";
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.panelControl2);
     this.dockPanel1_Container.Controls.Add(this.navBarControl1);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(167, 457);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.panelControl3);
     this.panelControl2.Controls.Add(this.navBarControl2);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(167, 285);
     this.panelControl2.TabIndex = 2;
     //
     // panelControl3
     //
     this.panelControl3.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowOnly;
     this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl3.Controls.Add(this.navBarControl3);
     this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl3.Location = new System.Drawing.Point(0, 0);
     this.panelControl3.Name = "panelControl3";
     this.panelControl3.Size = new System.Drawing.Size(167, 387);
     this.panelControl3.TabIndex = 1;
     //
     // navBarControl3
     //
     this.navBarControl3.ActiveGroup = this.groupClipboard;
     this.navBarControl3.ContentButtonHint = null;
     this.navBarControl3.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl3.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.groupClipboard});
     this.navBarControl3.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItem10});
     this.navBarControl3.Location = new System.Drawing.Point(0, 0);
     this.navBarControl3.Name = "navBarControl3";
     this.navBarControl3.OptionsNavPane.ExpandedWidth = 194;
     this.navBarControl3.Size = new System.Drawing.Size(167, 387);
     this.navBarControl3.TabIndex = 0;
     this.navBarControl3.Text = "navBarControl3";
     //
     // groupClipboard
     //
     this.groupClipboard.Caption = "Đối tượng";
     this.groupClipboard.Expanded = true;
     this.groupClipboard.LargeImage = ((System.Drawing.Image)(resources.GetObject("groupClipboard.LargeImage")));
     this.groupClipboard.Name = "groupClipboard";
     //
     // navBarItem10
     //
     this.navBarItem10.Caption = "navBarItem10";
     this.navBarItem10.LargeImage = ((System.Drawing.Image)(resources.GetObject("navBarItem10.LargeImage")));
     this.navBarItem10.Name = "navBarItem10";
     //
     // navBarControl2
     //
     this.navBarControl2.ActiveGroup = null;
     this.navBarControl2.ContentButtonHint = null;
     this.navBarControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl2.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItem1,
     this.navBarItem2,
     this.navBarItem3,
     this.navBarItem4,
     this.navBarItem5,
     this.navBarItem6,
     this.navBarItem7,
     this.navBarItem8,
     this.navBarItem9});
     this.navBarControl2.Location = new System.Drawing.Point(0, 0);
     this.navBarControl2.Name = "navBarControl2";
     this.navBarControl2.OptionsNavPane.ExpandedWidth = 194;
     this.navBarControl2.Size = new System.Drawing.Size(167, 285);
     this.navBarControl2.TabIndex = 0;
     this.navBarControl2.Text = "navBarControl2";
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "navBarItem1";
     this.navBarItem1.Name = "navBarItem1";
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "navBarItem2";
     this.navBarItem2.Name = "navBarItem2";
     //
     // navBarItem3
     //
     this.navBarItem3.Caption = "navBarItem3";
     this.navBarItem3.Name = "navBarItem3";
     //
     // navBarItem4
     //
     this.navBarItem4.Caption = "navBarItem4";
     this.navBarItem4.Name = "navBarItem4";
     //
     // navBarItem5
     //
     this.navBarItem5.Caption = "navBarItem5";
     this.navBarItem5.Name = "navBarItem5";
     //
     // navBarItem6
     //
     this.navBarItem6.Caption = "navBarItem6";
     this.navBarItem6.Name = "navBarItem6";
     //
     // navBarItem7
     //
     this.navBarItem7.Caption = "navBarItem7";
     this.navBarItem7.Name = "navBarItem7";
     //
     // navBarItem8
     //
     this.navBarItem8.Caption = "navBarItem8";
     this.navBarItem8.Name = "navBarItem8";
     //
     // navBarItem9
     //
     this.navBarItem9.Caption = "navBarItem9";
     this.navBarItem9.Name = "navBarItem9";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = null;
     this.navBarControl1.Appearance.Background.Options.UseTextOptions = true;
     this.navBarControl1.Appearance.Background.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.navBarControl1.ContentButtonHint = null;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 194;
     this.navBarControl1.Size = new System.Drawing.Size(167, 457);
     this.navBarControl1.TabIndex = 1;
     this.navBarControl1.Text = "navBarControl1";
     //
     // panel1
     //
     this.panel1.Controls.Add(this.dgc_details);
     this.panel1.Controls.Add(this.toolStrip1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(176, 40);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(580, 442);
     this.panel1.TabIndex = 7;
     //
     // dgc_details
     //
     this.dgc_details.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dgc_details.EmbeddedNavigator.Name = "";
     this.dgc_details.FormsUseDefaultLookAndFeel = false;
     this.dgc_details.Location = new System.Drawing.Point(0, 25);
     this.dgc_details.MainView = this.dgv_details;
     this.dgc_details.Name = "dgc_details";
     this.dgc_details.Size = new System.Drawing.Size(580, 417);
     this.dgc_details.TabIndex = 2;
     this.dgc_details.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.dgv_details});
     //
     // dgv_details
     //
     this.dgv_details.GridControl = this.dgc_details;
     this.dgv_details.Name = "dgv_details";
     this.dgv_details.OptionsBehavior.Editable = false;
     this.dgv_details.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.dgv_details.OptionsSelection.MultiSelect = true;
     this.dgv_details.OptionsView.ShowGroupPanel = false;
     this.dgv_details.RowCountChanged += new System.EventHandler(this.dgv_details_RowCountChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Tahoma", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(7, 5);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 25);
     this.label1.TabIndex = 0;
     //
     // TrialfrmClipboardMan
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(759, 485);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.dockPanel1);
     this.Name = "TrialfrmClipboardMan";
     this.Padding = new System.Windows.Forms.Padding(3);
     this.ShowInTaskbar = false;
     this.Text = "Quản lý Clipboard";
     this.Load += new System.EventHandler(this.frmClipboardMan_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgc_details)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dgv_details)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 protected void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmChuongTrinhDeletedQL));
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     this.gridViewBienMuc = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.gridBandTTChinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.Col_BM_TapSo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_TenTap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_ThoiLuong = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_SoBang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_ThongSo = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_MaBang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandTTMuonTra = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.Col_BM_NgayMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_NgayTra = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_TTMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_DoiTuongMuon = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandTTHD = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.Col_BM_SoDKCBHD = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_BM_NoiLuuTru = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridControlDetail = new DevExpress.XtraGrid.GridControl();
     this.gridViewDetail = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.Col_PM_PostMaster = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_ThanhLy = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_LoaiLuu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TongTap = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Ke = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Ngan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_Tang = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_PopUp = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TTDinhKem = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_NgayNhapKho = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNgayDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNgayHoanTat = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_DVDNoiDungDuyet = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_TrailerPost = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_SODKCBHD = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_NoiLuuTru = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_LoaiFile = new DevExpress.XtraGrid.Columns.GridColumn();
     this.Col_PM_ThoiLuongChung = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.MainBar = new DevExpress.XtraBars.Bar();
     this.barButtonItemAdd = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXem = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDelete = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemUpdate = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDeleteRealy = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemRestore = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemPrint = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenu1 = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemNoCommit = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemSearch = new DevExpress.XtraBars.BarButtonItem();
     this.popupMenuFilter = new DevExpress.XtraBars.PopupMenu(this.components);
     this.barCheckItemFilter = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItemClose = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
     this.dockPanel1 = new DevExpress.XtraBars.Docking.DockPanel();
     this.dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
     this.popupControlContainerFilter = new DevExpress.XtraBars.PopupControlContainer(this.components);
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.gridControlMaster = new DevExpress.XtraGrid.GridControl();
     this.gridViewMaster = new DevExpress.XtraGrid.Views.BandedGrid.PLBandedGridView();
     this.Col_CT_MaCT = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NgayAWB = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NgayLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NguoiLap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhongBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NoiDung = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TenGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TietMuc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DaoDien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DienVien = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TomTat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DoiTuongKhanGia = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KHPL = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KHXK = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TinhTrangBang = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TuKhoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThanhLy = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_GhiChu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Category = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Photos = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Ranking = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Script = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TrailerGoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TimeSlot = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_NamSX = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Nuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViCungCap = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_DonViSoHuu = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThoiHanBangQuyen = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_KenhHanCheBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_ThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenThuoc = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDTNNEnd = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenDIDStart = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_BanQuyenHTV = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_MuaKem = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongChinh = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_PhatSongKhac = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_TongSoRun = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoLanPhat = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_SoRunConLai = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.Col_CT_Release = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.xtraTabControlDetail = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPageDetail = new DevExpress.XtraTab.XtraTabPage();
     this.TimeslotDen = new DevExpress.XtraEditors.TimeEdit();
     this.TimeslotTu = new DevExpress.XtraEditors.TimeEdit();
     this.SoRunConLaiTu = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungTu = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunTu = new DevExpress.XtraEditors.SpinEdit();
     this.BQDTTNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndDen = new DevExpress.XtraEditors.DateEdit();
     this.BQDTNNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.BQDTTNEndTu = new DevExpress.XtraEditors.DateEdit();
     this.PhongBan = new ProtocolVN.Framework.Win.PLDMTreeMultiChoice();
     this.NamSXDen = new DevExpress.XtraEditors.SpinEdit();
     this.NamSXTu = new DevExpress.XtraEditors.SpinEdit();
     this.plLabel11 = new System.Windows.Forms.PLLabel();
     this.plLabel17 = new System.Windows.Forms.PLLabel();
     this.plLabel16 = new System.Windows.Forms.PLLabel();
     this.plLabel15 = new System.Windows.Forms.PLLabel();
     this.plLabel9 = new System.Windows.Forms.PLLabel();
     this.plLabel3 = new System.Windows.Forms.PLLabel();
     this.plLabel2 = new System.Windows.Forms.PLLabel();
     this.plLabel10 = new System.Windows.Forms.PLLabel();
     this.plLabel8 = new System.Windows.Forms.PLLabel();
     this.plLabel14 = new System.Windows.Forms.PLLabel();
     this.plLabel13 = new System.Windows.Forms.PLLabel();
     this.plLabel12 = new System.Windows.Forms.PLLabel();
     this.plLabel7 = new System.Windows.Forms.PLLabel();
     this.label34 = new System.Windows.Forms.PLLabel();
     this.BanQuyenThuoc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.DonViCungCap = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.ngayXoa = new ProtocolVN.Framework.Win.Trial.PLDateSelection();
     this.Category = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.TenGoc = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.NoiDung = new ProtocolVN.App.VideoLibrary.PLTextEditAutocomplete();
     this.QuocGia = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.TietMuc = new ProtocolVN.Framework.Win.PLMultiCombobox();
     this.plLabel18 = new System.Windows.Forms.PLLabel();
     this.plLabel5 = new System.Windows.Forms.PLLabel();
     this.label10 = new System.Windows.Forms.PLLabel();
     this.plLabel1 = new System.Windows.Forms.PLLabel();
     this.label29 = new System.Windows.Forms.PLLabel();
     this.plLabel6 = new System.Windows.Forms.PLLabel();
     this.label3 = new System.Windows.Forms.PLLabel();
     this.plLabel4 = new System.Windows.Forms.PLLabel();
     this.label5 = new System.Windows.Forms.PLLabel();
     this.SoRunConLaiDen = new DevExpress.XtraEditors.SpinEdit();
     this.SoRunDaDungDen = new DevExpress.XtraEditors.SpinEdit();
     this.TongSoRunDen = new DevExpress.XtraEditors.SpinEdit();
     this.Col_CT_NgayXoa = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn();
     this.gridBandThongTinChinh = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandNguonGoc = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand1 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBand2 = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinPhatSong = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     this.gridBandThongTinBan = new DevExpress.XtraGrid.Views.BandedGrid.GridBand();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBienMuc)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
     this.dockPanel1.SuspendLayout();
     this.dockPanel1_Container.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).BeginInit();
     this.popupControlContainerFilter.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).BeginInit();
     this.xtraTabControlDetail.SuspendLayout();
     this.xtraTabPageDetail.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // gridViewBienMuc
     //
     this.gridViewBienMuc.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewBienMuc.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewBienMuc.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandTTChinh,
     this.gridBandTTMuonTra,
     this.gridBandTTHD});
     this.gridViewBienMuc.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_BM_ThanhLy,
     this.Col_BM_MaBang,
     this.Col_BM_TapSo,
     this.Col_BM_TenTap,
     this.Col_BM_SoBang,
     this.Col_BM_ThongSo,
     this.Col_BM_ThoiLuong,
     this.Col_BM_NgayMuon,
     this.Col_BM_NgayTra,
     this.Col_BM_DoiTuongMuon,
     this.Col_BM_TTMuon,
     this.Col_BM_SoDKCBHD,
     this.Col_BM_NoiLuuTru});
     this.gridViewBienMuc.GridControl = this.gridControlDetail;
     this.gridViewBienMuc.IndicatorWidth = 40;
     this.gridViewBienMuc.Name = "gridViewBienMuc";
     this.gridViewBienMuc.OptionsBehavior.Editable = false;
     this.gridViewBienMuc.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewBienMuc.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewBienMuc.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewBienMuc.OptionsPrint.UsePrintStyles = true;
     this.gridViewBienMuc.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewBienMuc.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewBienMuc.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewBienMuc.OptionsView.ShowGroupPanel = false;
     //
     // gridBandTTChinh
     //
     this.gridBandTTChinh.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandTTChinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandTTChinh.Caption = "Thông tin chính";
     this.gridBandTTChinh.Columns.Add(this.Col_BM_TapSo);
     this.gridBandTTChinh.Columns.Add(this.Col_BM_TenTap);
     this.gridBandTTChinh.Columns.Add(this.Col_BM_ThoiLuong);
     this.gridBandTTChinh.Columns.Add(this.Col_BM_SoBang);
     this.gridBandTTChinh.Columns.Add(this.Col_BM_ThongSo);
     this.gridBandTTChinh.Columns.Add(this.Col_BM_MaBang);
     this.gridBandTTChinh.Columns.Add(this.Col_BM_ThanhLy);
     this.gridBandTTChinh.Name = "gridBandTTChinh";
     this.gridBandTTChinh.Width = 368;
     //
     // Col_BM_TapSo
     //
     this.Col_BM_TapSo.Caption = "Tập số";
     this.Col_BM_TapSo.Name = "Col_BM_TapSo";
     this.Col_BM_TapSo.Visible = true;
     this.Col_BM_TapSo.Width = 44;
     //
     // Col_BM_TenTap
     //
     this.Col_BM_TenTap.Caption = "Tên tập";
     this.Col_BM_TenTap.Name = "Col_BM_TenTap";
     this.Col_BM_TenTap.Visible = true;
     this.Col_BM_TenTap.Width = 49;
     //
     // Col_BM_ThoiLuong
     //
     this.Col_BM_ThoiLuong.Caption = "Thời lượng";
     this.Col_BM_ThoiLuong.Name = "Col_BM_ThoiLuong";
     this.Col_BM_ThoiLuong.Visible = true;
     this.Col_BM_ThoiLuong.Width = 62;
     //
     // Col_BM_SoBang
     //
     this.Col_BM_SoBang.Caption = "Số băng";
     this.Col_BM_SoBang.Name = "Col_BM_SoBang";
     this.Col_BM_SoBang.Visible = true;
     this.Col_BM_SoBang.Width = 51;
     //
     // Col_BM_ThongSo
     //
     this.Col_BM_ThongSo.Caption = "Thông số";
     this.Col_BM_ThongSo.Name = "Col_BM_ThongSo";
     this.Col_BM_ThongSo.Visible = true;
     this.Col_BM_ThongSo.Width = 56;
     //
     // Col_BM_MaBang
     //
     this.Col_BM_MaBang.Caption = "Mã băng";
     this.Col_BM_MaBang.Name = "Col_BM_MaBang";
     this.Col_BM_MaBang.Visible = true;
     this.Col_BM_MaBang.Width = 53;
     //
     // Col_BM_ThanhLy
     //
     this.Col_BM_ThanhLy.Caption = "Thanh lý";
     this.Col_BM_ThanhLy.Name = "Col_BM_ThanhLy";
     this.Col_BM_ThanhLy.Visible = true;
     this.Col_BM_ThanhLy.Width = 53;
     //
     // gridBandTTMuonTra
     //
     this.gridBandTTMuonTra.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandTTMuonTra.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandTTMuonTra.Caption = "Thông tin mượn trả";
     this.gridBandTTMuonTra.Columns.Add(this.Col_BM_NgayMuon);
     this.gridBandTTMuonTra.Columns.Add(this.Col_BM_NgayTra);
     this.gridBandTTMuonTra.Columns.Add(this.Col_BM_TTMuon);
     this.gridBandTTMuonTra.Columns.Add(this.Col_BM_DoiTuongMuon);
     this.gridBandTTMuonTra.Name = "gridBandTTMuonTra";
     this.gridBandTTMuonTra.Width = 295;
     //
     // Col_BM_NgayMuon
     //
     this.Col_BM_NgayMuon.Caption = "Ngày mượn";
     this.Col_BM_NgayMuon.Name = "Col_BM_NgayMuon";
     this.Col_BM_NgayMuon.Visible = true;
     this.Col_BM_NgayMuon.Width = 67;
     //
     // Col_BM_NgayTra
     //
     this.Col_BM_NgayTra.Caption = "Ngày trả";
     this.Col_BM_NgayTra.Name = "Col_BM_NgayTra";
     this.Col_BM_NgayTra.Visible = true;
     this.Col_BM_NgayTra.Width = 54;
     //
     // Col_BM_TTMuon
     //
     this.Col_BM_TTMuon.Caption = "Nội dung mượn";
     this.Col_BM_TTMuon.Name = "Col_BM_TTMuon";
     this.Col_BM_TTMuon.Visible = true;
     this.Col_BM_TTMuon.Width = 84;
     //
     // Col_BM_DoiTuongMuon
     //
     this.Col_BM_DoiTuongMuon.Caption = "Đối tượng mượn";
     this.Col_BM_DoiTuongMuon.Name = "Col_BM_DoiTuongMuon";
     this.Col_BM_DoiTuongMuon.Visible = true;
     this.Col_BM_DoiTuongMuon.Width = 90;
     //
     // gridBandTTHD
     //
     this.gridBandTTHD.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandTTHD.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandTTHD.Caption = "Thông tin HD";
     this.gridBandTTHD.Columns.Add(this.Col_BM_SoDKCBHD);
     this.gridBandTTHD.Columns.Add(this.Col_BM_NoiLuuTru);
     this.gridBandTTHD.Name = "gridBandTTHD";
     this.gridBandTTHD.Width = 134;
     //
     // Col_BM_SoDKCBHD
     //
     this.Col_BM_SoDKCBHD.Caption = "Số ĐKCB HD";
     this.Col_BM_SoDKCBHD.Name = "Col_BM_SoDKCBHD";
     this.Col_BM_SoDKCBHD.Visible = true;
     this.Col_BM_SoDKCBHD.Width = 71;
     //
     // Col_BM_NoiLuuTru
     //
     this.Col_BM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_BM_NoiLuuTru.Name = "Col_BM_NoiLuuTru";
     this.Col_BM_NoiLuuTru.Visible = true;
     this.Col_BM_NoiLuuTru.Width = 63;
     //
     // gridControlDetail
     //
     this.gridControlDetail.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlDetail.BackgroundImage")));
     this.gridControlDetail.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     gridLevelNode1.LevelTemplate = this.gridViewBienMuc;
     gridLevelNode1.RelationName = "Danh sách các tập";
     this.gridControlDetail.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.gridControlDetail.Location = new System.Drawing.Point(0, 0);
     this.gridControlDetail.MainView = this.gridViewDetail;
     this.gridControlDetail.Name = "gridControlDetail";
     this.gridControlDetail.Size = new System.Drawing.Size(1021, 187);
     this.gridControlDetail.TabIndex = 9;
     this.gridControlDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewDetail,
     this.gridViewBienMuc});
     //
     // gridViewDetail
     //
     this.gridViewDetail.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewDetail.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.Col_PM_PostMaster,
     this.Col_PM_ThanhLy,
     this.Col_PM_LoaiLuu,
     this.Col_PM_TongTap,
     this.Col_PM_Ke,
     this.Col_PM_Ngan,
     this.Col_PM_Tang,
     this.Col_PM_PopUp,
     this.Col_PM_TTDinhKem,
     this.Col_PM_NgayNhapKho,
     this.Col_PM_DVDNgayDuyet,
     this.Col_PM_DVDNgayHoanTat,
     this.Col_PM_DVDNoiDungDuyet,
     this.Col_PM_TrailerPost,
     this.Col_PM_SODKCBHD,
     this.Col_PM_NoiLuuTru,
     this.Col_PM_LoaiFile,
     this.Col_PM_ThoiLuongChung});
     this.gridViewDetail.GridControl = this.gridControlDetail;
     this.gridViewDetail.IndicatorWidth = 40;
     this.gridViewDetail.Name = "gridViewDetail";
     this.gridViewDetail.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewDetail.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewDetail.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewDetail.OptionsPrint.UsePrintStyles = true;
     this.gridViewDetail.OptionsView.ColumnAutoWidth = false;
     this.gridViewDetail.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewDetail.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewDetail.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewDetail.OptionsView.ShowGroupedColumns = true;
     this.gridViewDetail.OptionsView.ShowGroupPanel = false;
     //
     // Col_PM_PostMaster
     //
     this.Col_PM_PostMaster.Caption = "Post/Master";
     this.Col_PM_PostMaster.Name = "Col_PM_PostMaster";
     this.Col_PM_PostMaster.OptionsColumn.AllowMove = false;
     this.Col_PM_PostMaster.OptionsColumn.AllowShowHide = false;
     this.Col_PM_PostMaster.Visible = true;
     this.Col_PM_PostMaster.VisibleIndex = 0;
     this.Col_PM_PostMaster.Width = 70;
     //
     // Col_PM_ThanhLy
     //
     this.Col_PM_ThanhLy.Caption = "Thanh lý";
     this.Col_PM_ThanhLy.Name = "Col_PM_ThanhLy";
     this.Col_PM_ThanhLy.Visible = true;
     this.Col_PM_ThanhLy.VisibleIndex = 3;
     this.Col_PM_ThanhLy.Width = 53;
     //
     // Col_PM_LoaiLuu
     //
     this.Col_PM_LoaiLuu.Caption = "Loại lưu trữ";
     this.Col_PM_LoaiLuu.Name = "Col_PM_LoaiLuu";
     this.Col_PM_LoaiLuu.Visible = true;
     this.Col_PM_LoaiLuu.VisibleIndex = 1;
     this.Col_PM_LoaiLuu.Width = 67;
     //
     // Col_PM_TongTap
     //
     this.Col_PM_TongTap.Caption = "Số tập gốc/cắt";
     this.Col_PM_TongTap.Name = "Col_PM_TongTap";
     this.Col_PM_TongTap.Visible = true;
     this.Col_PM_TongTap.VisibleIndex = 2;
     this.Col_PM_TongTap.Width = 82;
     //
     // Col_PM_Ke
     //
     this.Col_PM_Ke.Caption = "Kệ";
     this.Col_PM_Ke.Name = "Col_PM_Ke";
     this.Col_PM_Ke.Visible = true;
     this.Col_PM_Ke.VisibleIndex = 4;
     this.Col_PM_Ke.Width = 24;
     //
     // Col_PM_Ngan
     //
     this.Col_PM_Ngan.Caption = "Ngăn";
     this.Col_PM_Ngan.Name = "Col_PM_Ngan";
     this.Col_PM_Ngan.Visible = true;
     this.Col_PM_Ngan.VisibleIndex = 5;
     this.Col_PM_Ngan.Width = 37;
     //
     // Col_PM_Tang
     //
     this.Col_PM_Tang.Caption = "Tầng";
     this.Col_PM_Tang.Name = "Col_PM_Tang";
     this.Col_PM_Tang.Visible = true;
     this.Col_PM_Tang.VisibleIndex = 6;
     this.Col_PM_Tang.Width = 36;
     //
     // Col_PM_PopUp
     //
     this.Col_PM_PopUp.Caption = "Pop Up";
     this.Col_PM_PopUp.Name = "Col_PM_PopUp";
     this.Col_PM_PopUp.Visible = true;
     this.Col_PM_PopUp.VisibleIndex = 7;
     this.Col_PM_PopUp.Width = 46;
     //
     // Col_PM_TTDinhKem
     //
     this.Col_PM_TTDinhKem.Caption = "TT Đính kèm";
     this.Col_PM_TTDinhKem.Name = "Col_PM_TTDinhKem";
     this.Col_PM_TTDinhKem.Visible = true;
     this.Col_PM_TTDinhKem.VisibleIndex = 8;
     this.Col_PM_TTDinhKem.Width = 71;
     //
     // Col_PM_NgayNhapKho
     //
     this.Col_PM_NgayNhapKho.Caption = "Ngày nhập kho";
     this.Col_PM_NgayNhapKho.Name = "Col_PM_NgayNhapKho";
     this.Col_PM_NgayNhapKho.Visible = true;
     this.Col_PM_NgayNhapKho.VisibleIndex = 9;
     this.Col_PM_NgayNhapKho.Width = 84;
     //
     // Col_PM_DVDNgayDuyet
     //
     this.Col_PM_DVDNgayDuyet.Caption = "DVD ngày duyệt";
     this.Col_PM_DVDNgayDuyet.Name = "Col_PM_DVDNgayDuyet";
     this.Col_PM_DVDNgayDuyet.Visible = true;
     this.Col_PM_DVDNgayDuyet.VisibleIndex = 10;
     this.Col_PM_DVDNgayDuyet.Width = 90;
     //
     // Col_PM_DVDNgayHoanTat
     //
     this.Col_PM_DVDNgayHoanTat.Caption = "DVD Ngày hoàn tất";
     this.Col_PM_DVDNgayHoanTat.Name = "Col_PM_DVDNgayHoanTat";
     this.Col_PM_DVDNgayHoanTat.Visible = true;
     this.Col_PM_DVDNgayHoanTat.VisibleIndex = 11;
     this.Col_PM_DVDNgayHoanTat.Width = 104;
     //
     // Col_PM_DVDNoiDungDuyet
     //
     this.Col_PM_DVDNoiDungDuyet.Caption = "Đối tượng mượn";
     this.Col_PM_DVDNoiDungDuyet.Name = "Col_PM_DVDNoiDungDuyet";
     this.Col_PM_DVDNoiDungDuyet.Visible = true;
     this.Col_PM_DVDNoiDungDuyet.VisibleIndex = 12;
     this.Col_PM_DVDNoiDungDuyet.Width = 90;
     //
     // Col_PM_TrailerPost
     //
     this.Col_PM_TrailerPost.Caption = "Thông tin mượn";
     this.Col_PM_TrailerPost.Name = "Col_PM_TrailerPost";
     this.Col_PM_TrailerPost.Visible = true;
     this.Col_PM_TrailerPost.VisibleIndex = 13;
     this.Col_PM_TrailerPost.Width = 87;
     //
     // Col_PM_SODKCBHD
     //
     this.Col_PM_SODKCBHD.Caption = "Số ĐKCB HD";
     this.Col_PM_SODKCBHD.Name = "Col_PM_SODKCBHD";
     this.Col_PM_SODKCBHD.Visible = true;
     this.Col_PM_SODKCBHD.VisibleIndex = 14;
     this.Col_PM_SODKCBHD.Width = 71;
     //
     // Col_PM_NoiLuuTru
     //
     this.Col_PM_NoiLuuTru.Caption = "Nơi lưu trữ";
     this.Col_PM_NoiLuuTru.Name = "Col_PM_NoiLuuTru";
     this.Col_PM_NoiLuuTru.Visible = true;
     this.Col_PM_NoiLuuTru.VisibleIndex = 15;
     this.Col_PM_NoiLuuTru.Width = 63;
     //
     // Col_PM_LoaiFile
     //
     this.Col_PM_LoaiFile.Caption = "Loại file";
     this.Col_PM_LoaiFile.Name = "Col_PM_LoaiFile";
     this.Col_PM_LoaiFile.Visible = true;
     this.Col_PM_LoaiFile.VisibleIndex = 16;
     this.Col_PM_LoaiFile.Width = 48;
     //
     // Col_PM_ThoiLuongChung
     //
     this.Col_PM_ThoiLuongChung.Caption = "Thời lượng chung";
     this.Col_PM_ThoiLuongChung.Name = "Col_PM_ThoiLuongChung";
     this.Col_PM_ThoiLuongChung.Visible = true;
     this.Col_PM_ThoiLuongChung.VisibleIndex = 17;
     this.Col_PM_ThoiLuongChung.Width = 94;
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.MainBar});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockManager = this.dockManager1;
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemAdd,
     this.barButtonItemDelete,
     this.barButtonItemUpdate,
     this.barButtonItemPrint,
     this.barStaticItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItemCommit,
     this.barButtonItemNoCommit,
     this.barSubItem1,
     this.barButtonItemXem,
     this.barButtonItemSearch,
     this.barButtonItemClose,
     this.barCheckItemFilter,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItemDeleteRealy,
     this.barButtonItemRestore});
     this.barManager1.MaxItemId = 36;
     //
     // MainBar
     //
     this.MainBar.BarName = "MainBar";
     this.MainBar.DockCol = 0;
     this.MainBar.DockRow = 0;
     this.MainBar.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.MainBar.FloatLocation = new System.Drawing.Point(39, 133);
     this.MainBar.FloatSize = new System.Drawing.Size(72, 73);
     this.MainBar.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Caption, this.barButtonItemAdd, "&Thêm"),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemXem),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDelete),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemUpdate),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemDeleteRealy),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemRestore),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemPrint, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemCommit, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemNoCommit),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSearch, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemClose, true)});
     this.MainBar.OptionsBar.AllowQuickCustomization = false;
     this.MainBar.OptionsBar.DrawDragBorder = false;
     this.MainBar.OptionsBar.RotateWhenVertical = false;
     this.MainBar.OptionsBar.UseWholeRow = true;
     this.MainBar.Text = "Custom 1";
     //
     // barButtonItemAdd
     //
     this.barButtonItemAdd.Caption = "Thêm";
     this.barButtonItemAdd.Id = 0;
     this.barButtonItemAdd.Name = "barButtonItemAdd";
     this.barButtonItemAdd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemXem
     //
     this.barButtonItemXem.Caption = "&Xem";
     this.barButtonItemXem.Id = 24;
     this.barButtonItemXem.Name = "barButtonItemXem";
     this.barButtonItemXem.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDelete
     //
     this.barButtonItemDelete.Caption = "&Xóa";
     this.barButtonItemDelete.Id = 1;
     this.barButtonItemDelete.Name = "barButtonItemDelete";
     this.barButtonItemDelete.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemUpdate
     //
     this.barButtonItemUpdate.Caption = "&Sửa";
     this.barButtonItemUpdate.Id = 2;
     this.barButtonItemUpdate.Name = "barButtonItemUpdate";
     this.barButtonItemUpdate.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemDeleteRealy
     //
     this.barButtonItemDeleteRealy.Caption = "&Xóa hẳn";
     this.barButtonItemDeleteRealy.Id = 34;
     this.barButtonItemDeleteRealy.Name = "barButtonItemDeleteRealy";
     //
     // barButtonItemRestore
     //
     this.barButtonItemRestore.Caption = "&Phục hồi";
     this.barButtonItemRestore.Id = 35;
     this.barButtonItemRestore.Name = "barButtonItemRestore";
     //
     // barButtonItemPrint
     //
     this.barButtonItemPrint.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemPrint.Caption = "&In";
     this.barButtonItemPrint.DropDownControl = this.popupMenu1;
     this.barButtonItemPrint.Id = 3;
     this.barButtonItemPrint.Name = "barButtonItemPrint";
     this.barButtonItemPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenu1
     //
     this.popupMenu1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.popupMenu1.Manager = this.barManager1;
     this.popupMenu1.Name = "popupMenu1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "Xem trước";
     this.barButtonItem4.Id = 33;
     this.barButtonItem4.Name = "barButtonItem4";
     //
     // barButtonItemCommit
     //
     this.barButtonItemCommit.Caption = "&Duyệt";
     this.barButtonItemCommit.Id = 17;
     this.barButtonItemCommit.Name = "barButtonItemCommit";
     this.barButtonItemCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemNoCommit
     //
     this.barButtonItemNoCommit.Caption = "&Không duyệt";
     this.barButtonItemNoCommit.Id = 18;
     this.barButtonItemNoCommit.Name = "barButtonItemNoCommit";
     this.barButtonItemNoCommit.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Nghiệp vụ";
     this.barSubItem1.Id = 20;
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemSearch
     //
     this.barButtonItemSearch.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItemSearch.Caption = "Tìm kiếm";
     this.barButtonItemSearch.DropDownControl = this.popupMenuFilter;
     this.barButtonItemSearch.Id = 27;
     this.barButtonItemSearch.Name = "barButtonItemSearch";
     this.barButtonItemSearch.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // popupMenuFilter
     //
     this.popupMenuFilter.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItemFilter)});
     this.popupMenuFilter.Manager = this.barManager1;
     this.popupMenuFilter.Name = "popupMenuFilter";
     //
     // barCheckItemFilter
     //
     this.barCheckItemFilter.Caption = "Điều &kiện lọc";
     this.barCheckItemFilter.Checked = true;
     this.barCheckItemFilter.Id = 29;
     this.barCheckItemFilter.Name = "barCheckItemFilter";
     this.barCheckItemFilter.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barCheckItemFilter.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItemFilter_CheckedChanged);
     //
     // barButtonItemClose
     //
     this.barButtonItemClose.Caption = "Đóng";
     this.barButtonItemClose.Id = 28;
     this.barButtonItemClose.Name = "barButtonItemClose";
     this.barButtonItemClose.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1028, 24);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 545);
     this.barDockControlBottom.Size = new System.Drawing.Size(1028, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 24);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 521);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1028, 24);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 521);
     //
     // dockManager1
     //
     this.dockManager1.Form = this;
     this.dockManager1.RootPanels.AddRange(new DevExpress.XtraBars.Docking.DockPanel[] {
     this.dockPanel1});
     this.dockManager1.TopZIndexControls.AddRange(new string[] {
     "DevExpress.XtraBars.BarDockControl",
     "DevExpress.XtraBars.StandaloneBarDockControl",
     "System.Windows.Forms.StatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonStatusBar",
     "DevExpress.XtraBars.Ribbon.RibbonControl"});
     //
     // dockPanel1
     //
     this.dockPanel1.Controls.Add(this.dockPanel1_Container);
     this.dockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Top;
     this.dockPanel1.FloatVertical = true;
     this.dockPanel1.ID = new System.Guid("437240ce-168d-4c05-a0b9-c702ea5e41f7");
     this.dockPanel1.Location = new System.Drawing.Point(0, 24);
     this.dockPanel1.Name = "dockPanel1";
     this.dockPanel1.Options.AllowDockLeft = false;
     this.dockPanel1.Options.AllowDockRight = false;
     this.dockPanel1.OriginalSize = new System.Drawing.Size(200, 127);
     this.dockPanel1.Size = new System.Drawing.Size(1028, 127);
     this.dockPanel1.Text = "Điều kiện tìm kiếm";
     this.dockPanel1.VisibilityChanged += new DevExpress.XtraBars.Docking.VisibilityChangedEventHandler(this.dockPanel1_VisibilityChanged);
     //
     // dockPanel1_Container
     //
     this.dockPanel1_Container.Controls.Add(this.popupControlContainerFilter);
     this.dockPanel1_Container.Location = new System.Drawing.Point(3, 25);
     this.dockPanel1_Container.Name = "dockPanel1_Container";
     this.dockPanel1_Container.Size = new System.Drawing.Size(1022, 99);
     this.dockPanel1_Container.TabIndex = 0;
     //
     // popupControlContainerFilter
     //
     this.popupControlContainerFilter.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiDen);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungDen);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunDen);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotDen);
     this.popupControlContainerFilter.Controls.Add(this.TimeslotTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunConLaiTu);
     this.popupControlContainerFilter.Controls.Add(this.SoRunDaDungTu);
     this.popupControlContainerFilter.Controls.Add(this.TongSoRunTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndDen);
     this.popupControlContainerFilter.Controls.Add(this.BQDTNNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.BQDTTNEndTu);
     this.popupControlContainerFilter.Controls.Add(this.PhongBan);
     this.popupControlContainerFilter.Controls.Add(this.NamSXDen);
     this.popupControlContainerFilter.Controls.Add(this.NamSXTu);
     this.popupControlContainerFilter.Controls.Add(this.plLabel11);
     this.popupControlContainerFilter.Controls.Add(this.plLabel17);
     this.popupControlContainerFilter.Controls.Add(this.plLabel16);
     this.popupControlContainerFilter.Controls.Add(this.plLabel15);
     this.popupControlContainerFilter.Controls.Add(this.plLabel9);
     this.popupControlContainerFilter.Controls.Add(this.plLabel3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel2);
     this.popupControlContainerFilter.Controls.Add(this.plLabel10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel8);
     this.popupControlContainerFilter.Controls.Add(this.plLabel14);
     this.popupControlContainerFilter.Controls.Add(this.plLabel13);
     this.popupControlContainerFilter.Controls.Add(this.plLabel12);
     this.popupControlContainerFilter.Controls.Add(this.plLabel7);
     this.popupControlContainerFilter.Controls.Add(this.label34);
     this.popupControlContainerFilter.Controls.Add(this.BanQuyenThuoc);
     this.popupControlContainerFilter.Controls.Add(this.DonViCungCap);
     this.popupControlContainerFilter.Controls.Add(this.ngayXoa);
     this.popupControlContainerFilter.Controls.Add(this.Category);
     this.popupControlContainerFilter.Controls.Add(this.TenGoc);
     this.popupControlContainerFilter.Controls.Add(this.NoiDung);
     this.popupControlContainerFilter.Controls.Add(this.QuocGia);
     this.popupControlContainerFilter.Controls.Add(this.TietMuc);
     this.popupControlContainerFilter.Controls.Add(this.plLabel18);
     this.popupControlContainerFilter.Controls.Add(this.plLabel5);
     this.popupControlContainerFilter.Controls.Add(this.label10);
     this.popupControlContainerFilter.Controls.Add(this.plLabel1);
     this.popupControlContainerFilter.Controls.Add(this.label29);
     this.popupControlContainerFilter.Controls.Add(this.plLabel6);
     this.popupControlContainerFilter.Controls.Add(this.label3);
     this.popupControlContainerFilter.Controls.Add(this.plLabel4);
     this.popupControlContainerFilter.Controls.Add(this.label5);
     this.popupControlContainerFilter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.popupControlContainerFilter.Location = new System.Drawing.Point(0, 0);
     this.popupControlContainerFilter.Manager = this.barManager1;
     this.popupControlContainerFilter.Name = "popupControlContainerFilter";
     this.popupControlContainerFilter.Size = new System.Drawing.Size(1022, 99);
     this.popupControlContainerFilter.TabIndex = 5;
     this.popupControlContainerFilter.Visible = false;
     //
     // barStaticItem1
     //
     this.barStaticItem1.AutoSize = DevExpress.XtraBars.BarStaticItemSize.None;
     this.barStaticItem1.Border = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.barStaticItem1.Id = 13;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem1.Width = 100;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "barButtonItem1";
     this.barButtonItem1.Id = 14;
     this.barButtonItem1.Name = "barButtonItem1";
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "barButtonItem2";
     this.barButtonItem2.Id = 15;
     this.barButtonItem2.Name = "barButtonItem2";
     //
     // barButtonItem3
     //
     this.barButtonItem3.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
     this.barButtonItem3.Caption = "In";
     this.barButtonItem3.Id = 30;
     this.barButtonItem3.Name = "barButtonItem3";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 151);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.gridControlMaster);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.CaptionLocation = DevExpress.Utils.Locations.Left;
     this.splitContainerControl1.Panel2.Controls.Add(this.xtraTabControlDetail);
     this.splitContainerControl1.Panel2.ShowCaption = true;
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 394);
     this.splitContainerControl1.SplitterPosition = 172;
     this.splitContainerControl1.TabIndex = 4;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // gridControlMaster
     //
     this.gridControlMaster.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlMaster.BackgroundImage")));
     this.gridControlMaster.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlMaster.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlMaster.Location = new System.Drawing.Point(0, 0);
     this.gridControlMaster.MainView = this.gridViewMaster;
     this.gridControlMaster.Name = "gridControlMaster";
     this.gridControlMaster.Size = new System.Drawing.Size(1028, 172);
     this.gridControlMaster.TabIndex = 9;
     this.gridControlMaster.TabStop = false;
     this.gridControlMaster.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMaster});
     //
     // gridViewMaster
     //
     this.gridViewMaster.Appearance.GroupPanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Inch);
     this.gridViewMaster.Appearance.GroupPanel.Options.UseFont = true;
     this.gridViewMaster.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewMaster.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewMaster.Bands.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBandThongTinChinh,
     this.gridBandNguonGoc,
     this.gridBandThongTinPhatSong,
     this.gridBandThongTinBan});
     this.gridViewMaster.Columns.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.BandedGridColumn[] {
     this.Col_CT_MaCT,
     this.Col_CT_NgayAWB,
     this.Col_CT_NgayLap,
     this.Col_CT_NguoiLap,
     this.Col_CT_PhongBan,
     this.Col_CT_NoiDung,
     this.Col_CT_TietMuc,
     this.Col_CT_TenGoc,
     this.Col_CT_DaoDien,
     this.Col_CT_DienVien,
     this.Col_CT_KHPL,
     this.Col_CT_DoiTuongKhanGia,
     this.Col_CT_TuKhoa,
     this.Col_CT_KHXK,
     this.Col_CT_TinhTrangBang,
     this.Col_CT_TomTat,
     this.Col_CT_ThanhLy,
     this.Col_CT_GhiChu,
     this.Col_CT_ThongTinBan,
     this.Col_CT_NamSX,
     this.Col_CT_Nuoc,
     this.Col_CT_DonViCungCap,
     this.Col_CT_DonViSoHuu,
     this.Col_CT_ThoiHanBangQuyen,
     this.Col_CT_KenhHanCheBan,
     this.Col_CT_PhatSongChinh,
     this.Col_CT_TongSoRun,
     this.Col_CT_SoLanPhat,
     this.Col_CT_SoRunConLai,
     this.Col_CT_Release,
     this.Col_CT_Category,
     this.Col_CT_TimeSlot,
     this.Col_CT_Ranking,
     this.Col_CT_Script,
     this.Col_CT_Photos,
     this.Col_CT_TrailerGoc,
     this.Col_CT_BanQuyenThuoc,
     this.Col_CT_BanQuyenDIDStart,
     this.Col_CT_BanQuyenDIDEnd,
     this.Col_CT_BanQuyenDTNNStart,
     this.Col_CT_BanQuyenDTNNEnd,
     this.Col_CT_BanQuyenHTV,
     this.Col_CT_MuaKem,
     this.Col_CT_PhatSongKhac,
     this.Col_CT_PhatSongLai,
     this.Col_CT_NgayXoa});
     this.gridViewMaster.CustomizationFormBounds = new System.Drawing.Rectangle(747, 292, 215, 205);
     this.gridViewMaster.GridControl = this.gridControlMaster;
     this.gridViewMaster.GroupPanelText = "Các chương trình thỏa điều kiện tìm kiếm";
     this.gridViewMaster.IndicatorWidth = 40;
     this.gridViewMaster.Name = "gridViewMaster";
     this.gridViewMaster.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewMaster.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewMaster.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewMaster.OptionsPrint.UsePrintStyles = true;
     this.gridViewMaster.OptionsSelection.MultiSelect = true;
     this.gridViewMaster.OptionsView.ColumnAutoWidth = false;
     this.gridViewMaster.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewMaster.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewMaster.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewMaster.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.Col_CT_NoiDung, DevExpress.Data.ColumnSortOrder.Ascending),
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.Col_CT_TietMuc, DevExpress.Data.ColumnSortOrder.Ascending)});
     //
     // Col_CT_MaCT
     //
     this.Col_CT_MaCT.Caption = "Mã chương trình";
     this.Col_CT_MaCT.Name = "Col_CT_MaCT";
     this.Col_CT_MaCT.Visible = true;
     this.Col_CT_MaCT.Width = 90;
     //
     // Col_CT_NgayAWB
     //
     this.Col_CT_NgayAWB.Caption = "Ngày AWB";
     this.Col_CT_NgayAWB.Name = "Col_CT_NgayAWB";
     this.Col_CT_NgayAWB.Visible = true;
     this.Col_CT_NgayAWB.Width = 63;
     //
     // Col_CT_NgayLap
     //
     this.Col_CT_NgayLap.Caption = "Ngày lập";
     this.Col_CT_NgayLap.Name = "Col_CT_NgayLap";
     this.Col_CT_NgayLap.Visible = true;
     this.Col_CT_NgayLap.Width = 54;
     //
     // Col_CT_NguoiLap
     //
     this.Col_CT_NguoiLap.Caption = "Người lập";
     this.Col_CT_NguoiLap.Name = "Col_CT_NguoiLap";
     this.Col_CT_NguoiLap.Visible = true;
     this.Col_CT_NguoiLap.Width = 57;
     //
     // Col_CT_PhongBan
     //
     this.Col_CT_PhongBan.Caption = "Phòng ban";
     this.Col_CT_PhongBan.Name = "Col_CT_PhongBan";
     this.Col_CT_PhongBan.Visible = true;
     this.Col_CT_PhongBan.Width = 63;
     //
     // Col_CT_NoiDung
     //
     this.Col_CT_NoiDung.Caption = "Tên chương trình";
     this.Col_CT_NoiDung.Name = "Col_CT_NoiDung";
     this.Col_CT_NoiDung.Visible = true;
     this.Col_CT_NoiDung.Width = 107;
     //
     // Col_CT_TenGoc
     //
     this.Col_CT_TenGoc.Caption = "Tên gốc";
     this.Col_CT_TenGoc.Name = "Col_CT_TenGoc";
     this.Col_CT_TenGoc.Visible = true;
     this.Col_CT_TenGoc.Width = 50;
     //
     // Col_CT_TietMuc
     //
     this.Col_CT_TietMuc.Caption = "Tiết mục";
     this.Col_CT_TietMuc.Name = "Col_CT_TietMuc";
     this.Col_CT_TietMuc.Visible = true;
     this.Col_CT_TietMuc.Width = 65;
     //
     // Col_CT_DaoDien
     //
     this.Col_CT_DaoDien.Caption = "Đạo diễn";
     this.Col_CT_DaoDien.Name = "Col_CT_DaoDien";
     this.Col_CT_DaoDien.Visible = true;
     this.Col_CT_DaoDien.Width = 55;
     //
     // Col_CT_DienVien
     //
     this.Col_CT_DienVien.Caption = "Diễn viên";
     this.Col_CT_DienVien.Name = "Col_CT_DienVien";
     this.Col_CT_DienVien.Visible = true;
     this.Col_CT_DienVien.Width = 56;
     //
     // Col_CT_TomTat
     //
     this.Col_CT_TomTat.Caption = "Tóm tắt";
     this.Col_CT_TomTat.Name = "Col_CT_TomTat";
     this.Col_CT_TomTat.Visible = true;
     this.Col_CT_TomTat.Width = 49;
     //
     // Col_CT_DoiTuongKhanGia
     //
     this.Col_CT_DoiTuongKhanGia.Caption = "Đối tượng khán giả";
     this.Col_CT_DoiTuongKhanGia.Name = "Col_CT_DoiTuongKhanGia";
     this.Col_CT_DoiTuongKhanGia.Visible = true;
     this.Col_CT_DoiTuongKhanGia.Width = 103;
     //
     // Col_CT_KHPL
     //
     this.Col_CT_KHPL.Caption = "KHPL";
     this.Col_CT_KHPL.Name = "Col_CT_KHPL";
     this.Col_CT_KHPL.ToolTip = "Ký hiệu phân loại";
     this.Col_CT_KHPL.Visible = true;
     this.Col_CT_KHPL.Width = 36;
     //
     // Col_CT_KHXK
     //
     this.Col_CT_KHXK.Caption = "KHXK";
     this.Col_CT_KHXK.Name = "Col_CT_KHXK";
     this.Col_CT_KHXK.ToolTip = "Ký hiệu xếp kho";
     this.Col_CT_KHXK.Visible = true;
     this.Col_CT_KHXK.Width = 37;
     //
     // Col_CT_TinhTrangBang
     //
     this.Col_CT_TinhTrangBang.Caption = "Tình trạng CT";
     this.Col_CT_TinhTrangBang.Name = "Col_CT_TinhTrangBang";
     this.Col_CT_TinhTrangBang.Visible = true;
     this.Col_CT_TinhTrangBang.Width = 77;
     //
     // Col_CT_TuKhoa
     //
     this.Col_CT_TuKhoa.Caption = "Từ khóa";
     this.Col_CT_TuKhoa.Name = "Col_CT_TuKhoa";
     this.Col_CT_TuKhoa.Visible = true;
     this.Col_CT_TuKhoa.Width = 51;
     //
     // Col_CT_ThanhLy
     //
     this.Col_CT_ThanhLy.Caption = "Thanh lý";
     this.Col_CT_ThanhLy.Name = "Col_CT_ThanhLy";
     this.Col_CT_ThanhLy.Visible = true;
     this.Col_CT_ThanhLy.Width = 53;
     //
     // Col_CT_GhiChu
     //
     this.Col_CT_GhiChu.Caption = "Ghi chú";
     this.Col_CT_GhiChu.Name = "Col_CT_GhiChu";
     this.Col_CT_GhiChu.Visible = true;
     this.Col_CT_GhiChu.Width = 47;
     //
     // Col_CT_Category
     //
     this.Col_CT_Category.Caption = "Category";
     this.Col_CT_Category.Name = "Col_CT_Category";
     this.Col_CT_Category.Visible = true;
     this.Col_CT_Category.Width = 57;
     //
     // Col_CT_Photos
     //
     this.Col_CT_Photos.Caption = "Photos";
     this.Col_CT_Photos.Name = "Col_CT_Photos";
     this.Col_CT_Photos.Visible = true;
     this.Col_CT_Photos.Width = 45;
     //
     // Col_CT_Ranking
     //
     this.Col_CT_Ranking.Caption = "Ranking";
     this.Col_CT_Ranking.Name = "Col_CT_Ranking";
     this.Col_CT_Ranking.Visible = true;
     this.Col_CT_Ranking.Width = 50;
     //
     // Col_CT_Script
     //
     this.Col_CT_Script.Caption = "Script";
     this.Col_CT_Script.Name = "Col_CT_Script";
     this.Col_CT_Script.Visible = true;
     this.Col_CT_Script.Width = 39;
     //
     // Col_CT_TrailerGoc
     //
     this.Col_CT_TrailerGoc.Caption = "Trailer gốc";
     this.Col_CT_TrailerGoc.Name = "Col_CT_TrailerGoc";
     this.Col_CT_TrailerGoc.Visible = true;
     this.Col_CT_TrailerGoc.Width = 62;
     //
     // Col_CT_TimeSlot
     //
     this.Col_CT_TimeSlot.Caption = "Timeslot";
     this.Col_CT_TimeSlot.Name = "Col_CT_TimeSlot";
     this.Col_CT_TimeSlot.Visible = true;
     this.Col_CT_TimeSlot.Width = 51;
     //
     // Col_CT_NamSX
     //
     this.Col_CT_NamSX.Caption = "Năm SX";
     this.Col_CT_NamSX.Name = "Col_CT_NamSX";
     this.Col_CT_NamSX.Visible = true;
     this.Col_CT_NamSX.Width = 48;
     //
     // Col_CT_Nuoc
     //
     this.Col_CT_Nuoc.Caption = "Nước SX";
     this.Col_CT_Nuoc.Name = "Col_CT_Nuoc";
     this.Col_CT_Nuoc.ToolTip = "Nước sản xuất";
     this.Col_CT_Nuoc.Visible = true;
     this.Col_CT_Nuoc.Width = 52;
     //
     // Col_CT_DonViCungCap
     //
     this.Col_CT_DonViCungCap.Caption = "Đơn vị cung cấp";
     this.Col_CT_DonViCungCap.Name = "Col_CT_DonViCungCap";
     this.Col_CT_DonViCungCap.Visible = true;
     this.Col_CT_DonViCungCap.Width = 89;
     //
     // Col_CT_DonViSoHuu
     //
     this.Col_CT_DonViSoHuu.Caption = "Đơn vị sở hữu";
     this.Col_CT_DonViSoHuu.Name = "Col_CT_DonViSoHuu";
     this.Col_CT_DonViSoHuu.Visible = true;
     this.Col_CT_DonViSoHuu.Width = 79;
     //
     // Col_CT_ThoiHanBangQuyen
     //
     this.Col_CT_ThoiHanBangQuyen.Caption = "Thời hạn bản quyền";
     this.Col_CT_ThoiHanBangQuyen.Name = "Col_CT_ThoiHanBangQuyen";
     this.Col_CT_ThoiHanBangQuyen.Visible = true;
     this.Col_CT_ThoiHanBangQuyen.Width = 107;
     //
     // Col_CT_KenhHanCheBan
     //
     this.Col_CT_KenhHanCheBan.Caption = "Kênh hạn chế bán";
     this.Col_CT_KenhHanCheBan.Name = "Col_CT_KenhHanCheBan";
     this.Col_CT_KenhHanCheBan.Visible = true;
     this.Col_CT_KenhHanCheBan.Width = 98;
     //
     // Col_CT_ThongTinBan
     //
     this.Col_CT_ThongTinBan.Caption = "Thông tin bán";
     this.Col_CT_ThongTinBan.Name = "Col_CT_ThongTinBan";
     this.Col_CT_ThongTinBan.Visible = true;
     this.Col_CT_ThongTinBan.Width = 78;
     //
     // Col_CT_BanQuyenThuoc
     //
     this.Col_CT_BanQuyenThuoc.Caption = "Bản quyền thuộc";
     this.Col_CT_BanQuyenThuoc.Name = "Col_CT_BanQuyenThuoc";
     this.Col_CT_BanQuyenThuoc.Visible = true;
     this.Col_CT_BanQuyenThuoc.Width = 93;
     //
     // Col_CT_BanQuyenDIDEnd
     //
     this.Col_CT_BanQuyenDIDEnd.Caption = "Bản quyền DTTN End";
     this.Col_CT_BanQuyenDIDEnd.Name = "Col_CT_BanQuyenDIDEnd";
     this.Col_CT_BanQuyenDIDEnd.Visible = true;
     this.Col_CT_BanQuyenDIDEnd.Width = 113;
     //
     // Col_CT_BanQuyenDTNNStart
     //
     this.Col_CT_BanQuyenDTNNStart.Caption = "Bản quyền ĐTNN Start";
     this.Col_CT_BanQuyenDTNNStart.Name = "Col_CT_BanQuyenDTNNStart";
     this.Col_CT_BanQuyenDTNNStart.Visible = true;
     this.Col_CT_BanQuyenDTNNStart.Width = 121;
     //
     // Col_CT_BanQuyenDTNNEnd
     //
     this.Col_CT_BanQuyenDTNNEnd.Caption = "Bản quyền ĐTNN End";
     this.Col_CT_BanQuyenDTNNEnd.Name = "Col_CT_BanQuyenDTNNEnd";
     this.Col_CT_BanQuyenDTNNEnd.Visible = true;
     this.Col_CT_BanQuyenDTNNEnd.Width = 115;
     //
     // Col_CT_BanQuyenDIDStart
     //
     this.Col_CT_BanQuyenDIDStart.Caption = "Bản quyền DTTN Start";
     this.Col_CT_BanQuyenDIDStart.Name = "Col_CT_BanQuyenDIDStart";
     this.Col_CT_BanQuyenDIDStart.Visible = true;
     this.Col_CT_BanQuyenDIDStart.Width = 119;
     //
     // Col_CT_BanQuyenHTV
     //
     this.Col_CT_BanQuyenHTV.Caption = "Bản quyền HTV";
     this.Col_CT_BanQuyenHTV.Name = "Col_CT_BanQuyenHTV";
     this.Col_CT_BanQuyenHTV.Visible = true;
     this.Col_CT_BanQuyenHTV.Width = 85;
     //
     // Col_CT_MuaKem
     //
     this.Col_CT_MuaKem.Caption = "Mua kèm";
     this.Col_CT_MuaKem.Name = "Col_CT_MuaKem";
     this.Col_CT_MuaKem.Visible = true;
     this.Col_CT_MuaKem.Width = 54;
     //
     // Col_CT_PhatSongChinh
     //
     this.Col_CT_PhatSongChinh.Caption = "Thời gian P/S chính";
     this.Col_CT_PhatSongChinh.Name = "Col_CT_PhatSongChinh";
     this.Col_CT_PhatSongChinh.ToolTip = "Những ngày phát lần đầu tương ứng trên các đài";
     this.Col_CT_PhatSongChinh.Visible = true;
     this.Col_CT_PhatSongChinh.Width = 102;
     //
     // Col_CT_PhatSongLai
     //
     this.Col_CT_PhatSongLai.Caption = "Thời gian P/S lại";
     this.Col_CT_PhatSongLai.Name = "Col_CT_PhatSongLai";
     this.Col_CT_PhatSongLai.Visible = true;
     this.Col_CT_PhatSongLai.Width = 87;
     //
     // Col_CT_PhatSongKhac
     //
     this.Col_CT_PhatSongKhac.Caption = "Thời gian P/S trên kênh khác";
     this.Col_CT_PhatSongKhac.Name = "Col_CT_PhatSongKhac";
     this.Col_CT_PhatSongKhac.Visible = true;
     this.Col_CT_PhatSongKhac.Width = 148;
     //
     // Col_CT_TongSoRun
     //
     this.Col_CT_TongSoRun.Caption = "Tổng số Run";
     this.Col_CT_TongSoRun.Name = "Col_CT_TongSoRun";
     this.Col_CT_TongSoRun.Visible = true;
     this.Col_CT_TongSoRun.Width = 72;
     //
     // Col_CT_SoLanPhat
     //
     this.Col_CT_SoLanPhat.Caption = "Tồng số lần đã phát (đã Run)";
     this.Col_CT_SoLanPhat.Name = "Col_CT_SoLanPhat";
     this.Col_CT_SoLanPhat.Visible = true;
     this.Col_CT_SoLanPhat.Width = 152;
     //
     // Col_CT_SoRunConLai
     //
     this.Col_CT_SoRunConLai.Caption = "Số Run còn lại";
     this.Col_CT_SoRunConLai.Name = "Col_CT_SoRunConLai";
     this.Col_CT_SoRunConLai.Visible = true;
     this.Col_CT_SoRunConLai.Width = 79;
     //
     // Col_CT_Release
     //
     this.Col_CT_Release.Caption = "Release (Ngày)";
     this.Col_CT_Release.Name = "Col_CT_Release";
     this.Col_CT_Release.Visible = true;
     this.Col_CT_Release.Width = 86;
     //
     // xtraTabControlDetail
     //
     this.xtraTabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControlDetail.Location = new System.Drawing.Point(0, 0);
     this.xtraTabControlDetail.Name = "xtraTabControlDetail";
     this.xtraTabControlDetail.SelectedTabPage = this.xtraTabPageDetail;
     this.xtraTabControlDetail.Size = new System.Drawing.Size(1028, 216);
     this.xtraTabControlDetail.TabIndex = 10;
     this.xtraTabControlDetail.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPageDetail});
     //
     // xtraTabPageDetail
     //
     this.xtraTabPageDetail.Controls.Add(this.gridControlDetail);
     this.xtraTabPageDetail.Name = "xtraTabPageDetail";
     this.xtraTabPageDetail.Size = new System.Drawing.Size(1021, 187);
     this.xtraTabPageDetail.Text = "Post/Master";
     //
     // TimeslotDen
     //
     this.TimeslotDen.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotDen.Location = new System.Drawing.Point(178, 74);
     this.TimeslotDen.Name = "TimeslotDen";
     this.TimeslotDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotDen.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotDen.Size = new System.Drawing.Size(86, 20);
     this.TimeslotDen.TabIndex = 281;
     //
     // TimeslotTu
     //
     this.TimeslotTu.EditValue = new System.DateTime(2011, 12, 15, 0, 0, 0, 0);
     this.TimeslotTu.Location = new System.Drawing.Point(52, 74);
     this.TimeslotTu.MenuManager = this.barManager1;
     this.TimeslotTu.Name = "TimeslotTu";
     this.TimeslotTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TimeslotTu.Properties.Mask.EditMask = "HH:mm";
     this.TimeslotTu.Size = new System.Drawing.Size(78, 20);
     this.TimeslotTu.TabIndex = 282;
     //
     // SoRunConLaiTu
     //
     this.SoRunConLaiTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiTu.Location = new System.Drawing.Point(848, 50);
     this.SoRunConLaiTu.Name = "SoRunConLaiTu";
     this.SoRunConLaiTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunConLaiTu.TabIndex = 278;
     //
     // SoRunDaDungTu
     //
     this.SoRunDaDungTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungTu.Location = new System.Drawing.Point(848, 27);
     this.SoRunDaDungTu.Name = "SoRunDaDungTu";
     this.SoRunDaDungTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungTu.Size = new System.Drawing.Size(67, 20);
     this.SoRunDaDungTu.TabIndex = 279;
     //
     // TongSoRunTu
     //
     this.TongSoRunTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunTu.Location = new System.Drawing.Point(847, 3);
     this.TongSoRunTu.Name = "TongSoRunTu";
     this.TongSoRunTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunTu.Size = new System.Drawing.Size(67, 20);
     this.TongSoRunTu.TabIndex = 280;
     //
     // BQDTTNEndDen
     //
     this.BQDTTNEndDen.EditValue = null;
     this.BQDTTNEndDen.Location = new System.Drawing.Point(691, 26);
     this.BQDTTNEndDen.Name = "BQDTTNEndDen";
     this.BQDTTNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTTNEndDen.TabIndex = 275;
     //
     // BQDTNNEndDen
     //
     this.BQDTNNEndDen.EditValue = null;
     this.BQDTNNEndDen.Location = new System.Drawing.Point(691, 48);
     this.BQDTNNEndDen.Name = "BQDTNNEndDen";
     this.BQDTNNEndDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndDen.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndDen.Size = new System.Drawing.Size(75, 20);
     this.BQDTNNEndDen.TabIndex = 274;
     //
     // BQDTNNEndTu
     //
     this.BQDTNNEndTu.EditValue = null;
     this.BQDTNNEndTu.Location = new System.Drawing.Point(587, 48);
     this.BQDTNNEndTu.Name = "BQDTNNEndTu";
     this.BQDTNNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTNNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTNNEndTu.Size = new System.Drawing.Size(74, 20);
     this.BQDTNNEndTu.TabIndex = 277;
     //
     // BQDTTNEndTu
     //
     this.BQDTTNEndTu.EditValue = null;
     this.BQDTTNEndTu.Location = new System.Drawing.Point(588, 25);
     this.BQDTTNEndTu.MenuManager = this.barManager1;
     this.BQDTTNEndTu.Name = "BQDTTNEndTu";
     this.BQDTTNEndTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BQDTTNEndTu.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.BQDTTNEndTu.Size = new System.Drawing.Size(73, 20);
     this.BQDTTNEndTu.TabIndex = 276;
     //
     // PhongBan
     //
     this.PhongBan.Location = new System.Drawing.Point(337, 74);
     this.PhongBan.Name = "PhongBan";
     this.PhongBan.Size = new System.Drawing.Size(150, 20);
     this.PhongBan.TabIndex = 244;
     //
     // NamSXDen
     //
     this.NamSXDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXDen.Location = new System.Drawing.Point(434, 27);
     this.NamSXDen.Name = "NamSXDen";
     this.NamSXDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXDen.Size = new System.Drawing.Size(55, 20);
     this.NamSXDen.TabIndex = 272;
     //
     // NamSXTu
     //
     this.NamSXTu.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.NamSXTu.Location = new System.Drawing.Point(337, 27);
     this.NamSXTu.MenuManager = this.barManager1;
     this.NamSXTu.Name = "NamSXTu";
     this.NamSXTu.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.NamSXTu.Size = new System.Drawing.Size(69, 20);
     this.NamSXTu.TabIndex = 273;
     //
     // plLabel11
     //
     this.plLabel11.Location = new System.Drawing.Point(667, 52);
     this.plLabel11.Name = "plLabel11";
     this.plLabel11.Size = new System.Drawing.Size(18, 13);
     this.plLabel11.TabIndex = 260;
     this.plLabel11.Text = "đến";
     this.plLabel11.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel17
     //
     this.plLabel17.Location = new System.Drawing.Point(918, 55);
     this.plLabel17.Name = "plLabel17";
     this.plLabel17.Size = new System.Drawing.Size(18, 13);
     this.plLabel17.TabIndex = 259;
     this.plLabel17.Text = "đến";
     this.plLabel17.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel16
     //
     this.plLabel16.Location = new System.Drawing.Point(918, 31);
     this.plLabel16.Name = "plLabel16";
     this.plLabel16.Size = new System.Drawing.Size(18, 13);
     this.plLabel16.TabIndex = 261;
     this.plLabel16.Text = "đến";
     this.plLabel16.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel15
     //
     this.plLabel15.Location = new System.Drawing.Point(918, 6);
     this.plLabel15.Name = "plLabel15";
     this.plLabel15.Size = new System.Drawing.Size(18, 13);
     this.plLabel15.TabIndex = 264;
     this.plLabel15.Text = "đến";
     this.plLabel15.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel9
     //
     this.plLabel9.Location = new System.Drawing.Point(667, 29);
     this.plLabel9.Name = "plLabel9";
     this.plLabel9.Size = new System.Drawing.Size(18, 13);
     this.plLabel9.TabIndex = 263;
     this.plLabel9.Text = "đến";
     this.plLabel9.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel3
     //
     this.plLabel3.Location = new System.Drawing.Point(411, 31);
     this.plLabel3.Name = "plLabel3";
     this.plLabel3.Size = new System.Drawing.Size(18, 13);
     this.plLabel3.TabIndex = 262;
     this.plLabel3.Text = "đến";
     this.plLabel3.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel2
     //
     this.plLabel2.Location = new System.Drawing.Point(271, 30);
     this.plLabel2.Name = "plLabel2";
     this.plLabel2.Size = new System.Drawing.Size(50, 13);
     this.plLabel2.TabIndex = 258;
     this.plLabel2.Text = "Năm SX từ";
     this.plLabel2.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel10
     //
     this.plLabel10.Location = new System.Drawing.Point(500, 52);
     this.plLabel10.Name = "plLabel10";
     this.plLabel10.Size = new System.Drawing.Size(79, 13);
     this.plLabel10.TabIndex = 268;
     this.plLabel10.Text = "BQ DTNN End từ";
     this.plLabel10.ToolTip = "Bản quyền đối với đối tác nước ngoài End";
     this.plLabel10.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel8
     //
     this.plLabel8.Location = new System.Drawing.Point(499, 29);
     this.plLabel8.Name = "plLabel8";
     this.plLabel8.Size = new System.Drawing.Size(78, 13);
     this.plLabel8.TabIndex = 267;
     this.plLabel8.Text = "BQ DTTN End từ";
     this.plLabel8.ToolTip = "Bản quyền đối với đối tác trong nước End";
     this.plLabel8.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel14
     //
     this.plLabel14.Location = new System.Drawing.Point(772, 52);
     this.plLabel14.Name = "plLabel14";
     this.plLabel14.Size = new System.Drawing.Size(64, 13);
     this.plLabel14.TabIndex = 266;
     this.plLabel14.Text = "Số run còn lại";
     this.plLabel14.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel13
     //
     this.plLabel13.Location = new System.Drawing.Point(772, 29);
     this.plLabel13.Name = "plLabel13";
     this.plLabel13.Size = new System.Drawing.Size(73, 13);
     this.plLabel13.TabIndex = 271;
     this.plLabel13.Text = "Số run đã dùng";
     this.plLabel13.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel12
     //
     this.plLabel12.Location = new System.Drawing.Point(772, 9);
     this.plLabel12.Name = "plLabel12";
     this.plLabel12.Size = new System.Drawing.Size(57, 13);
     this.plLabel12.TabIndex = 270;
     this.plLabel12.Text = "Tổng số run";
     this.plLabel12.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel7
     //
     this.plLabel7.Location = new System.Drawing.Point(500, 7);
     this.plLabel7.Name = "plLabel7";
     this.plLabel7.Size = new System.Drawing.Size(81, 13);
     this.plLabel7.TabIndex = 269;
     this.plLabel7.Text = "Bản quyền thuộc";
     this.plLabel7.ToolTip = "Bản quyền thuộc";
     this.plLabel7.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label34
     //
     this.label34.Location = new System.Drawing.Point(271, 53);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(60, 13);
     this.label34.TabIndex = 265;
     this.label34.Text = "ĐV cung cấp";
     this.label34.ToolTip = "Đơn vị cung cấp";
     this.label34.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // BanQuyenThuoc
     //
     this.BanQuyenThuoc.DataSource = null;
     this.BanQuyenThuoc.DisplayField = null;
     this.BanQuyenThuoc.Location = new System.Drawing.Point(587, 3);
     this.BanQuyenThuoc.Name = "BanQuyenThuoc";
     this.BanQuyenThuoc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.BanQuyenThuoc.Size = new System.Drawing.Size(179, 20);
     this.BanQuyenThuoc.TabIndex = 257;
     this.BanQuyenThuoc.ValueField = null;
     //
     // DonViCungCap
     //
     this.DonViCungCap.DataSource = null;
     this.DonViCungCap.DisplayField = null;
     this.DonViCungCap.Location = new System.Drawing.Point(337, 50);
     this.DonViCungCap.Name = "DonViCungCap";
     this.DonViCungCap.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.DonViCungCap.Size = new System.Drawing.Size(150, 20);
     this.DonViCungCap.TabIndex = 256;
     this.DonViCungCap.ValueField = null;
     //
     // ngayXoa
     //
     this.ngayXoa.Caption = "Từ ngày 12/8/2011 đến ngày 12/15/2011";
     this.ngayXoa.Default = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayXoa.FirstFrom = new System.DateTime(2011, 12, 8, 6, 34, 55, 890);
     this.ngayXoa.FirstTo = new System.DateTime(2011, 12, 15, 6, 34, 55, 890);
     this.ngayXoa.FromDate = new System.DateTime(2011, 12, 8, 6, 34, 55, 890);
     this.ngayXoa.Location = new System.Drawing.Point(588, 74);
     this.ngayXoa.Name = "ngayXoa";
     this.ngayXoa.ReturnType = ProtocolVN.Framework.Win.Trial.TimeType.Date;
     this.ngayXoa.SecondFrom = new System.DateTime(2011, 12, 8, 6, 34, 55, 890);
     this.ngayXoa.SecondTo = new System.DateTime(2011, 12, 15, 6, 34, 55, 890);
     this.ngayXoa.SelectedType = ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate;
     this.ngayXoa.Size = new System.Drawing.Size(291, 21);
     this.ngayXoa.TabIndex = 255;
     this.ngayXoa.ToDate = new System.DateTime(2011, 12, 15, 6, 34, 55, 890);
     this.ngayXoa.Types = ((ProtocolVN.Framework.Win.Trial.SelectionTypes)(((((((((ProtocolVN.Framework.Win.Trial.SelectionTypes.OneDate | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.OneYear)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.SixMonths)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromDateToDate)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromMonthToMonth)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromQuarterToQuarter)
                 | ProtocolVN.Framework.Win.Trial.SelectionTypes.FromYearToYear)));
     //
     // Category
     //
     this.Category._DataSource = null;
     this.Category._GetField = null;
     this.Category.Location = new System.Drawing.Point(178, 49);
     this.Category.Name = "Category";
     this.Category.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.Category.Size = new System.Drawing.Size(87, 20);
     this.Category.TabIndex = 241;
     //
     // TenGoc
     //
     this.TenGoc._DataSource = null;
     this.TenGoc._GetField = null;
     this.TenGoc.Location = new System.Drawing.Point(51, 26);
     this.TenGoc.Name = "TenGoc";
     this.TenGoc.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.TenGoc.Size = new System.Drawing.Size(214, 20);
     this.TenGoc.TabIndex = 242;
     //
     // NoiDung
     //
     this.NoiDung._DataSource = null;
     this.NoiDung._GetField = null;
     this.NoiDung.Location = new System.Drawing.Point(52, 3);
     this.NoiDung.Name = "NoiDung";
     this.NoiDung.Properties.CloseUpKey = new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None);
     this.NoiDung.Size = new System.Drawing.Size(213, 20);
     this.NoiDung.TabIndex = 240;
     //
     // QuocGia
     //
     this.QuocGia.DataSource = null;
     this.QuocGia.DisplayField = null;
     this.QuocGia.Location = new System.Drawing.Point(337, 3);
     this.QuocGia.Name = "QuocGia";
     this.QuocGia.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.QuocGia.Size = new System.Drawing.Size(152, 20);
     this.QuocGia.TabIndex = 254;
     this.QuocGia.ValueField = null;
     //
     // TietMuc
     //
     this.TietMuc.DataSource = null;
     this.TietMuc.DisplayField = null;
     this.TietMuc.Location = new System.Drawing.Point(52, 49);
     this.TietMuc.Name = "TietMuc";
     this.TietMuc.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.TietMuc.Size = new System.Drawing.Size(78, 20);
     this.TietMuc.TabIndex = 243;
     this.TietMuc.ValueField = null;
     //
     // plLabel18
     //
     this.plLabel18.Location = new System.Drawing.Point(137, 78);
     this.plLabel18.Name = "plLabel18";
     this.plLabel18.Size = new System.Drawing.Size(20, 13);
     this.plLabel18.TabIndex = 246;
     this.plLabel18.Text = "Đến";
     this.plLabel18.ToolTip = "Nước sản xuất";
     this.plLabel18.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel5
     //
     this.plLabel5.Location = new System.Drawing.Point(132, 52);
     this.plLabel5.Name = "plLabel5";
     this.plLabel5.Size = new System.Drawing.Size(45, 13);
     this.plLabel5.TabIndex = 245;
     this.plLabel5.Text = "Category";
     this.plLabel5.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(271, 7);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(40, 13);
     this.label10.TabIndex = 247;
     this.label10.Text = "Nước SX";
     this.label10.ToolTip = "Nước sản xuất";
     this.label10.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel1
     //
     this.plLabel1.Location = new System.Drawing.Point(270, 78);
     this.plLabel1.Name = "plLabel1";
     this.plLabel1.Size = new System.Drawing.Size(51, 13);
     this.plLabel1.TabIndex = 249;
     this.plLabel1.Text = "Phòng ban";
     this.plLabel1.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label29
     //
     this.label29.Location = new System.Drawing.Point(499, 78);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(46, 13);
     this.label29.TabIndex = 248;
     this.label29.Text = "Ngày xóa";
     this.label29.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel6
     //
     this.plLabel6.Location = new System.Drawing.Point(8, 29);
     this.plLabel6.Name = "plLabel6";
     this.plLabel6.Size = new System.Drawing.Size(38, 13);
     this.plLabel6.TabIndex = 251;
     this.plLabel6.Text = "Tên gốc";
     this.plLabel6.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(7, 6);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(34, 13);
     this.label3.TabIndex = 250;
     this.label3.Text = "Tên CT";
     this.label3.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // plLabel4
     //
     this.plLabel4.Location = new System.Drawing.Point(7, 78);
     this.plLabel4.Name = "plLabel4";
     this.plLabel4.Size = new System.Drawing.Size(39, 13);
     this.plLabel4.TabIndex = 252;
     this.plLabel4.Text = "Timeslot";
     this.plLabel4.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(6, 51);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(40, 13);
     this.label5.TabIndex = 253;
     this.label5.Text = "Tiết mục";
     this.label5.ZZZType = System.Windows.Forms.PLLabel.LabelType.NORMAL;
     //
     // SoRunConLaiDen
     //
     this.SoRunConLaiDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunConLaiDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunConLaiDen.Location = new System.Drawing.Point(941, 51);
     this.SoRunConLaiDen.Name = "SoRunConLaiDen";
     this.SoRunConLaiDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunConLaiDen.Size = new System.Drawing.Size(82, 20);
     this.SoRunConLaiDen.TabIndex = 285;
     //
     // SoRunDaDungDen
     //
     this.SoRunDaDungDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.SoRunDaDungDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.SoRunDaDungDen.Location = new System.Drawing.Point(941, 27);
     this.SoRunDaDungDen.Name = "SoRunDaDungDen";
     this.SoRunDaDungDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.SoRunDaDungDen.Size = new System.Drawing.Size(82, 20);
     this.SoRunDaDungDen.TabIndex = 284;
     //
     // TongSoRunDen
     //
     this.TongSoRunDen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.TongSoRunDen.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.TongSoRunDen.Location = new System.Drawing.Point(941, 3);
     this.TongSoRunDen.Name = "TongSoRunDen";
     this.TongSoRunDen.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.TongSoRunDen.Size = new System.Drawing.Size(83, 20);
     this.TongSoRunDen.TabIndex = 283;
     //
     // Col_CT_NgayXoa
     //
     this.Col_CT_NgayXoa.Caption = "Ngày xóa";
     this.Col_CT_NgayXoa.Name = "Col_CT_NgayXoa";
     this.Col_CT_NgayXoa.Visible = true;
     //
     // gridBandThongTinChinh
     //
     this.gridBandThongTinChinh.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinChinh.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinChinh.Caption = "Thông tin chính";
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_MaCT);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayAWB);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayLap);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NguoiLap);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_PhongBan);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NoiDung);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TenGoc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TietMuc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DaoDien);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DienVien);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TomTat);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_DoiTuongKhanGia);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHPL);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_KHXK);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TinhTrangBang);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TuKhoa);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_ThanhLy);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_GhiChu);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Category);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Photos);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Ranking);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_Script);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TrailerGoc);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_TimeSlot);
     this.gridBandThongTinChinh.Columns.Add(this.Col_CT_NgayXoa);
     this.gridBandThongTinChinh.Name = "gridBandThongTinChinh";
     this.gridBandThongTinChinh.Width = 1492;
     //
     // gridBandNguonGoc
     //
     this.gridBandNguonGoc.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandNguonGoc.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandNguonGoc.Caption = "Nguồn gốc";
     this.gridBandNguonGoc.Children.AddRange(new DevExpress.XtraGrid.Views.BandedGrid.GridBand[] {
     this.gridBand1,
     this.gridBand2});
     this.gridBandNguonGoc.Name = "gridBandNguonGoc";
     this.gridBandNguonGoc.Width = 1197;
     //
     // gridBand1
     //
     this.gridBand1.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand1.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand1.Caption = "Thông tin sở hữu";
     this.gridBand1.Columns.Add(this.Col_CT_NamSX);
     this.gridBand1.Columns.Add(this.Col_CT_Nuoc);
     this.gridBand1.Columns.Add(this.Col_CT_DonViCungCap);
     this.gridBand1.Columns.Add(this.Col_CT_DonViSoHuu);
     this.gridBand1.Columns.Add(this.Col_CT_ThoiHanBangQuyen);
     this.gridBand1.Columns.Add(this.Col_CT_KenhHanCheBan);
     this.gridBand1.Columns.Add(this.Col_CT_ThongTinBan);
     this.gridBand1.Name = "gridBand1";
     this.gridBand1.Width = 551;
     //
     // gridBand2
     //
     this.gridBand2.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBand2.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBand2.Caption = "Thời hạn bản quyền";
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenThuoc);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDEnd);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNStart);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDTNNEnd);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenDIDStart);
     this.gridBand2.Columns.Add(this.Col_CT_BanQuyenHTV);
     this.gridBand2.Name = "gridBand2";
     this.gridBand2.Width = 646;
     //
     // gridBandThongTinPhatSong
     //
     this.gridBandThongTinPhatSong.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinPhatSong.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinPhatSong.Caption = "Thông tin phát sóng";
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_MuaKem);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongChinh);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongLai);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_PhatSongKhac);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_TongSoRun);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoLanPhat);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_SoRunConLai);
     this.gridBandThongTinPhatSong.Columns.Add(this.Col_CT_Release);
     this.gridBandThongTinPhatSong.Name = "gridBandThongTinPhatSong";
     this.gridBandThongTinPhatSong.Width = 780;
     //
     // gridBandThongTinBan
     //
     this.gridBandThongTinBan.AppearanceHeader.Options.UseTextOptions = true;
     this.gridBandThongTinBan.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridBandThongTinBan.Caption = "Thông tin bán";
     this.gridBandThongTinBan.Name = "gridBandThongTinBan";
     this.gridBandThongTinBan.OptionsBand.ShowInCustomizationForm = false;
     this.gridBandThongTinBan.Visible = false;
     this.gridBandThongTinBan.Width = 67;
     //
     // frmChuongTrinhDeletedQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 545);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.dockPanel1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "frmChuongTrinhDeletedQL";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản lý chương trình đã xóa";
     ((System.ComponentModel.ISupportInitialize)(this.gridViewBienMuc)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenu1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.popupMenuFilter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
     this.dockPanel1.ResumeLayout(false);
     this.dockPanel1_Container.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.popupControlContainerFilter)).EndInit();
     this.popupControlContainerFilter.ResumeLayout(false);
     this.popupControlContainerFilter.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMaster)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControlDetail)).EndInit();
     this.xtraTabControlDetail.ResumeLayout(false);
     this.xtraTabPageDetail.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TimeslotTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTNNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties.VistaTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BQDTTNEndTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NamSXTu.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BanQuyenThuoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.DonViCungCap.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.Category.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TenGoc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.NoiDung.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.QuocGia.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TietMuc.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunConLaiDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.SoRunDaDungDen.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TongSoRunDen.Properties)).EndInit();
     this.ResumeLayout(false);
 }