Esempio n. 1
0
        /// <summary>
        /// 窗体载入事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void UpYunMain_Load(object sender, EventArgs e)
        {
            //ListView标题栏点击事件的绑定
            ListViewLocal.ListViewItemSorter = new ListViewColumnSorter();
            ListViewLocal.ColumnClick       += new ColumnClickEventHandler(ListViewHelper.ListView_ColumnClick);
            ListViewWeb.ListViewItemSorter   = new ListViewColumnSorter();
            ListViewWeb.ColumnClick         += new ColumnClickEventHandler(ListViewHelper.ListView_ColumnClick);

            IniFile iniFile = new IniFile();

            if (String.Compare(iniFile.IniReadValue("ifconfig", "auto"), "true", true) == 0)
            {
                IfLogin = true;
                UpYun_Controller.Login CtrGetUserIfm = new UpYun_Controller.Login();
                userInformation = CtrGetUserIfm.getUserInformationByIni();
            }
            refreshLocalMain();
            refreshWebMain();

            //添加主题样式
            foreach (DevExpress.Skins.SkinContainer cnt in DevExpress.Skins.SkinManager.Default.Skins)
            {
                DevExpress.XtraBars.BarCheckItem subMenu = new DevExpress.XtraBars.BarCheckItem(xafBarManagerMain);
                subMenu.Caption    = cnt.SkinName;
                subMenu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(SubItemTheme_ItemClick);
                SubItemTheme.AddItem(subMenu);
            }
        }
 void GridView_HideCustomizationForm(object sender, System.EventArgs e)
 {
     GridView.HideCustomizationForm -= GridView_HideCustomizationForm;
     if (biAddColumns != null)
     {
         biAddColumns.Checked = false;
     }
     biAddColumns = null;
 }
Esempio n. 3
0
 /// <summary>
 /// 设置主题事件
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 public void SubItemTheme_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     if (tempItem.Caption != null)
     {
         tempItem.Checked = false;
     }
     tempItem = (DevExpress.XtraBars.BarCheckItem)e.Item;
     DevExpress.LookAndFeel.UserLookAndFeel.Default.SkinName = e.Item.Caption;
 }
Esempio n. 4
0
        private void SetSkin(DevExpress.XtraBars.BarCheckItem menuItem)
        {
            foreach (DevExpress.XtraBars.BarItemLink link in barMenuSkins.ItemLinks)
            {
                (link.Item as   DevExpress.XtraBars.BarCheckItem).Checked = false;
            }
            menuItem.Checked = true;

            DevExpress.LookAndFeel.UserLookAndFeel.Default.SkinName = menuItem.Tag.ToString().Split(':')[1];
        }
 public void AddColumns(DevExpress.XtraBars.BarCheckItem biAddColumns)
 {
     this.biAddColumns = biAddColumns;
     if (GridControl.MainView == GridView)
     {
         if (!biAddColumns.Checked)
         {
             GridView.HideCustomization();
         }
         else
         {
             GridView.HideCustomizationForm += GridView_HideCustomizationForm;
             GridView.ShowCustomization();
         }
     }
 }
Esempio n. 6
0
        private void InitializeSkins( )
        {
            int i = 100;

            foreach (DevExpress.Skins.SkinContainer skin in DevExpress.Skins.SkinManager.Default.Skins)
            {
                i++;
                DevExpress.XtraBars.BarCheckItem menuItem = new DevExpress.XtraBars.BarCheckItem();
                menuItem.Caption = skin.SkinName;
                menuItem.Name    = "Skin:" + skin.SkinName;
                menuItem.Tag     = "Skin:" + skin.SkinName;
                menuItem.Id      = i;
                menuItem.Checked = false;

                StudioBarManager.Items.Add(menuItem);
                barMenuSkins.LinksPersistInfo.Add(new DevExpress.XtraBars.LinkPersistInfo(menuItem));
                //         barMenuSkins.AddItem( menuItem );
            }
        }
 /// <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.layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
     this.reasonTE = new DevExpress.XtraEditors.TextEdit();
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.hphoneCI = new DevExpress.XtraBars.BarCheckItem();
     this.addphoneCI = new DevExpress.XtraBars.BarCheckItem();
     this.emailCI = new DevExpress.XtraBars.BarCheckItem();
     this.skypeCI = new DevExpress.XtraBars.BarCheckItem();
     this.vkCI = new DevExpress.XtraBars.BarCheckItem();
     this.wappCI = new DevExpress.XtraBars.BarCheckItem();
     this.endDE = new DevExpress.XtraEditors.DateEdit();
     this.startDE = new DevExpress.XtraEditors.DateEdit();
     this.dropDownButton1 = new DevExpress.XtraEditors.DropDownButton();
     this.contactAddDD = new DevExpress.XtraBars.PopupMenu(this.components);
     this.cancelButton = new DevExpress.XtraEditors.SimpleButton();
     this.discountCE = new DevExpress.XtraEditors.CheckEdit();
     this.groupnoCB = new DevExpress.XtraEditors.ComboBoxEdit();
     this.discountTE = new DevExpress.XtraEditors.TextEdit();
     this.costTE = new DevExpress.XtraEditors.TextEdit();
     this.sourceCB = new DevExpress.XtraEditors.ComboBoxEdit();
     this.vkTE = new DevExpress.XtraEditors.TextEdit();
     this.skypeTE = new DevExpress.XtraEditors.TextEdit();
     this.emailTE = new DevExpress.XtraEditors.TextEdit();
     this.addphoneTE = new DevExpress.XtraEditors.TextEdit();
     this.homephoneTE = new DevExpress.XtraEditors.TextEdit();
     this.mainphoneTE = new DevExpress.XtraEditors.TextEdit();
     this.pnameTE = new DevExpress.XtraEditors.TextEdit();
     this.underageCE = new DevExpress.XtraEditors.CheckEdit();
     this.lnameTE = new DevExpress.XtraEditors.TextEdit();
     this.fnameTE = new DevExpress.XtraEditors.TextEdit();
     this.okButton = new DevExpress.XtraEditors.SimpleButton();
     this.wappTE = new DevExpress.XtraEditors.ComboBoxEdit();
     this.layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
     this.okButtonControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.infoCG = new DevExpress.XtraLayout.TabbedControlGroup();
     this.additionalCG = new DevExpress.XtraLayout.LayoutControlGroup();
     this.groupnoControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.sourceControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.startCI = new DevExpress.XtraLayout.LayoutControlItem();
     this.endCI = new DevExpress.XtraLayout.LayoutControlItem();
     this.reasonCI = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator2 = new DevExpress.XtraLayout.SimpleSeparator();
     this.simpleSeparator3 = new DevExpress.XtraLayout.SimpleSeparator();
     this.contactsCG = new DevExpress.XtraLayout.LayoutControlGroup();
     this.mainphoneControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.homephoneControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.addphoneControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator1 = new DevExpress.XtraLayout.SimpleSeparator();
     this.emailControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.vkControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.skypeControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.wappControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.addContactCI = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem4 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.paymentsCG = new DevExpress.XtraLayout.LayoutControlGroup();
     this.costControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.discountControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.simpleSeparator5 = new DevExpress.XtraLayout.SimpleSeparator();
     this.simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem();
     this.discountCBControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.groupPayPeriod = new DevExpress.XtraLayout.SimpleLabelItem();
     this.groupPayLabel = new DevExpress.XtraLayout.SimpleLabelItem();
     this.emptySpaceItem5 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.fnameControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.pnameControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.lnameControl = new DevExpress.XtraLayout.LayoutControlItem();
     this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
     this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem();
     this.cancelButtonControl = new DevExpress.XtraLayout.LayoutControlItem();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.reasonTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDE.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.contactAddDD)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountCE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupnoCB.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.costTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sourceCB.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vkTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skypeTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emailTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addphoneTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.homephoneTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainphoneTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnameTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.underageCE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lnameTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fnameTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wappTE.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.okButtonControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.infoCG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.additionalCG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupnoControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sourceControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.startCI)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.endCI)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.reasonCI)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.contactsCG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainphoneControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.homephoneControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addphoneControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emailControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.vkControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.skypeControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wappControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.addContactCI)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.paymentsCG)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.costControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountCBControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPayPeriod)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPayLabel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fnameControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnameControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lnameControl)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancelButtonControl)).BeginInit();
     this.SuspendLayout();
     //
     // layoutControl1
     //
     this.layoutControl1.AutoScroll = false;
     this.layoutControl1.Controls.Add(this.reasonTE);
     this.layoutControl1.Controls.Add(this.endDE);
     this.layoutControl1.Controls.Add(this.startDE);
     this.layoutControl1.Controls.Add(this.dropDownButton1);
     this.layoutControl1.Controls.Add(this.cancelButton);
     this.layoutControl1.Controls.Add(this.discountCE);
     this.layoutControl1.Controls.Add(this.groupnoCB);
     this.layoutControl1.Controls.Add(this.discountTE);
     this.layoutControl1.Controls.Add(this.costTE);
     this.layoutControl1.Controls.Add(this.sourceCB);
     this.layoutControl1.Controls.Add(this.vkTE);
     this.layoutControl1.Controls.Add(this.skypeTE);
     this.layoutControl1.Controls.Add(this.emailTE);
     this.layoutControl1.Controls.Add(this.addphoneTE);
     this.layoutControl1.Controls.Add(this.homephoneTE);
     this.layoutControl1.Controls.Add(this.mainphoneTE);
     this.layoutControl1.Controls.Add(this.pnameTE);
     this.layoutControl1.Controls.Add(this.underageCE);
     this.layoutControl1.Controls.Add(this.lnameTE);
     this.layoutControl1.Controls.Add(this.fnameTE);
     this.layoutControl1.Controls.Add(this.okButton);
     this.layoutControl1.Controls.Add(this.wappTE);
     this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.layoutControl1.Location = new System.Drawing.Point(0, 0);
     this.layoutControl1.Name = "layoutControl1";
     this.layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new System.Drawing.Rectangle(578, 296, 552, 465);
     this.layoutControl1.OptionsFocus.ActivateSelectedControlOnGotFocus = false;
     this.layoutControl1.OptionsFocus.AllowFocusGroups = false;
     this.layoutControl1.OptionsFocus.AllowFocusReadonlyEditors = false;
     this.layoutControl1.OptionsFocus.AllowFocusTabbedGroups = false;
     this.layoutControl1.OptionsFocus.EnableAutoTabOrder = false;
     this.layoutControl1.OptionsItemText.TextAlignMode = DevExpress.XtraLayout.TextAlignMode.CustomSize;
     this.layoutControl1.Root = this.layoutControlGroup1;
     this.layoutControl1.Size = new System.Drawing.Size(290, 410);
     this.layoutControl1.TabIndex = 0;
     this.layoutControl1.Text = "layoutControl1";
     //
     // reasonTE
     //
     this.reasonTE.Location = new System.Drawing.Point(104, 281);
     this.reasonTE.MenuManager = this.barManager1;
     this.reasonTE.Name = "reasonTE";
     this.reasonTE.Size = new System.Drawing.Size(174, 20);
     this.reasonTE.StyleController = this.layoutControl1;
     this.reasonTE.TabIndex = 33;
     //
     // barManager1
     //
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.hphoneCI,
     this.addphoneCI,
     this.emailCI,
     this.skypeCI,
     this.vkCI,
     this.wappCI});
     this.barManager1.MaxItemId = 9;
     //
     // 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(290, 0);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 410);
     this.barDockControlBottom.Size = new System.Drawing.Size(290, 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.Size = new System.Drawing.Size(0, 410);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(290, 0);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 410);
     //
     // hphoneCI
     //
     this.hphoneCI.Caption = "Home phone";
     this.hphoneCI.Id = 8;
     this.hphoneCI.Name = "hphoneCI";
     this.hphoneCI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.hphoneCI_CheckedChanged);
     //
     // addphoneCI
     //
     this.addphoneCI.Caption = "Additional phone";
     this.addphoneCI.Id = 0;
     this.addphoneCI.Name = "addphoneCI";
     this.addphoneCI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.addphoneCI_CheckedChanged);
     //
     // emailCI
     //
     this.emailCI.Caption = "Email";
     this.emailCI.Id = 3;
     this.emailCI.Name = "emailCI";
     this.emailCI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.emailCI_CheckedChanged);
     //
     // skypeCI
     //
     this.skypeCI.Caption = "Skype";
     this.skypeCI.Id = 2;
     this.skypeCI.Name = "skypeCI";
     this.skypeCI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.skypeCI_CheckedChanged);
     //
     // vkCI
     //
     this.vkCI.Caption = "VK";
     this.vkCI.Id = 7;
     this.vkCI.Name = "vkCI";
     this.vkCI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.vkCI_CheckedChanged);
     //
     // wappCI
     //
     this.wappCI.Caption = "Whatsapp";
     this.wappCI.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.wappCI.Id = 6;
     this.wappCI.Name = "wappCI";
     this.wappCI.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.wappCI_CheckedChanged);
     //
     // endDE
     //
     this.endDE.EditValue = null;
     this.endDE.Location = new System.Drawing.Point(104, 257);
     this.endDE.MenuManager = this.barManager1;
     this.endDE.Name = "endDE";
     this.endDE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.endDE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.endDE.Size = new System.Drawing.Size(174, 20);
     this.endDE.StyleController = this.layoutControl1;
     this.endDE.TabIndex = 32;
     //
     // startDE
     //
     this.startDE.EditValue = null;
     this.startDE.Location = new System.Drawing.Point(104, 233);
     this.startDE.MenuManager = this.barManager1;
     this.startDE.Name = "startDE";
     this.startDE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.startDE.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.startDE.Size = new System.Drawing.Size(174, 20);
     this.startDE.StyleController = this.layoutControl1;
     this.startDE.TabIndex = 31;
     //
     // dropDownButton1
     //
     this.dropDownButton1.DropDownArrowStyle = DevExpress.XtraEditors.DropDownArrowStyle.Hide;
     this.dropDownButton1.DropDownControl = this.contactAddDD;
     this.dropDownButton1.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.dropDownButton1.Location = new System.Drawing.Point(195, 337);
     this.dropDownButton1.Name = "dropDownButton1";
     this.dropDownButton1.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.dropDownButton1.Size = new System.Drawing.Size(83, 22);
     this.dropDownButton1.StyleController = this.layoutControl1;
     this.dropDownButton1.TabIndex = 30;
     this.dropDownButton1.Text = "Add / Remove";
     //
     // contactAddDD
     //
     this.contactAddDD.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.hphoneCI),
     new DevExpress.XtraBars.LinkPersistInfo(this.addphoneCI),
     new DevExpress.XtraBars.LinkPersistInfo(this.emailCI),
     new DevExpress.XtraBars.LinkPersistInfo(this.skypeCI),
     new DevExpress.XtraBars.LinkPersistInfo(this.vkCI),
     new DevExpress.XtraBars.LinkPersistInfo(this.wappCI)});
     this.contactAddDD.Manager = this.barManager1;
     this.contactAddDD.Name = "contactAddDD";
     this.contactAddDD.BeforePopup += new System.ComponentModel.CancelEventHandler(this.contactAddDD_BeforePopup);
     //
     // cancelButton
     //
     this.cancelButton.Location = new System.Drawing.Point(215, 383);
     this.cancelButton.Name = "cancelButton";
     this.cancelButton.Size = new System.Drawing.Size(73, 22);
     this.cancelButton.StyleController = this.layoutControl1;
     this.cancelButton.TabIndex = 29;
     this.cancelButton.Text = "Cancel";
     this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
     //
     // discountCE
     //
     this.discountCE.AutoSizeInLayoutControl = true;
     this.discountCE.EnterMoveNextControl = true;
     this.discountCE.Location = new System.Drawing.Point(12, 167);
     this.discountCE.Name = "discountCE";
     this.discountCE.Properties.Caption = "";
     this.discountCE.Size = new System.Drawing.Size(21, 19);
     this.discountCE.StyleController = this.layoutControl1;
     this.discountCE.TabIndex = 28;
     this.discountCE.CheckedChanged += new System.EventHandler(this.checkEdit2_CheckedChanged);
     //
     // groupnoCB
     //
     this.groupnoCB.EnterMoveNextControl = true;
     this.groupnoCB.Location = new System.Drawing.Point(104, 143);
     this.groupnoCB.Name = "groupnoCB";
     this.groupnoCB.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.groupnoCB.Size = new System.Drawing.Size(174, 20);
     this.groupnoCB.StyleController = this.layoutControl1;
     this.groupnoCB.TabIndex = 24;
     //
     // discountTE
     //
     this.discountTE.Enabled = false;
     this.discountTE.EnterMoveNextControl = true;
     this.discountTE.Location = new System.Drawing.Point(96, 167);
     this.discountTE.Name = "discountTE";
     this.discountTE.Size = new System.Drawing.Size(182, 20);
     this.discountTE.StyleController = this.layoutControl1;
     this.discountTE.TabIndex = 22;
     //
     // costTE
     //
     this.costTE.EnterMoveNextControl = true;
     this.costTE.Location = new System.Drawing.Point(95, 143);
     this.costTE.Name = "costTE";
     this.costTE.Size = new System.Drawing.Size(183, 20);
     this.costTE.StyleController = this.layoutControl1;
     this.costTE.TabIndex = 21;
     //
     // sourceCB
     //
     this.sourceCB.EnterMoveNextControl = true;
     this.sourceCB.Location = new System.Drawing.Point(104, 188);
     this.sourceCB.Name = "sourceCB";
     this.sourceCB.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.sourceCB.Properties.Items.AddRange(new object[] {
     "Outdoor",
     "Ads",
     "Recommendation"});
     this.sourceCB.Size = new System.Drawing.Size(174, 20);
     this.sourceCB.StyleController = this.layoutControl1;
     this.sourceCB.TabIndex = 20;
     //
     // vkTE
     //
     this.vkTE.EnterMoveNextControl = true;
     this.vkTE.Location = new System.Drawing.Point(97, 284);
     this.vkTE.Name = "vkTE";
     this.vkTE.Size = new System.Drawing.Size(181, 20);
     this.vkTE.StyleController = this.layoutControl1;
     this.vkTE.TabIndex = 17;
     //
     // skypeTE
     //
     this.skypeTE.EnterMoveNextControl = true;
     this.skypeTE.Location = new System.Drawing.Point(97, 260);
     this.skypeTE.Name = "skypeTE";
     this.skypeTE.Size = new System.Drawing.Size(181, 20);
     this.skypeTE.StyleController = this.layoutControl1;
     this.skypeTE.TabIndex = 14;
     //
     // emailTE
     //
     this.emailTE.EditValue = "";
     this.emailTE.EnterMoveNextControl = true;
     this.emailTE.Location = new System.Drawing.Point(97, 236);
     this.emailTE.Name = "emailTE";
     this.emailTE.Properties.Mask.EditMask = "[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}";
     this.emailTE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.RegEx;
     this.emailTE.Size = new System.Drawing.Size(181, 20);
     this.emailTE.StyleController = this.layoutControl1;
     this.emailTE.TabIndex = 13;
     //
     // addphoneTE
     //
     this.addphoneTE.EditValue = "";
     this.addphoneTE.EnterMoveNextControl = true;
     this.addphoneTE.Location = new System.Drawing.Point(97, 191);
     this.addphoneTE.Name = "addphoneTE";
     this.addphoneTE.Properties.Mask.EditMask = "(\\7\\d?\\d?) \\d\\d\\d-\\d\\d-\\d\\d";
     this.addphoneTE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.addphoneTE.Size = new System.Drawing.Size(181, 20);
     this.addphoneTE.StyleController = this.layoutControl1;
     this.addphoneTE.TabIndex = 12;
     //
     // homephoneTE
     //
     this.homephoneTE.EnterMoveNextControl = true;
     this.homephoneTE.Location = new System.Drawing.Point(97, 167);
     this.homephoneTE.Name = "homephoneTE";
     this.homephoneTE.Properties.Mask.EditMask = "(\\7\\2\\7) \\d\\d\\d-\\d\\d-\\d\\d";
     this.homephoneTE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.homephoneTE.Size = new System.Drawing.Size(181, 20);
     this.homephoneTE.StyleController = this.layoutControl1;
     this.homephoneTE.TabIndex = 11;
     //
     // mainphoneTE
     //
     this.mainphoneTE.EnterMoveNextControl = true;
     this.mainphoneTE.Location = new System.Drawing.Point(97, 143);
     this.mainphoneTE.Name = "mainphoneTE";
     this.mainphoneTE.Properties.Mask.EditMask = "(\\7\\d?\\d?) \\d\\d\\d-\\d\\d-\\d\\d";
     this.mainphoneTE.Properties.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Regular;
     this.mainphoneTE.Size = new System.Drawing.Size(181, 20);
     this.mainphoneTE.StyleController = this.layoutControl1;
     this.mainphoneTE.TabIndex = 10;
     //
     // pnameTE
     //
     this.pnameTE.EnterMoveNextControl = true;
     this.pnameTE.Location = new System.Drawing.Point(96, 74);
     this.pnameTE.Name = "pnameTE";
     this.pnameTE.Size = new System.Drawing.Size(192, 20);
     this.pnameTE.StyleController = this.layoutControl1;
     this.pnameTE.TabIndex = 8;
     //
     // underageCE
     //
     this.underageCE.EnterMoveNextControl = true;
     this.underageCE.Location = new System.Drawing.Point(210, 50);
     this.underageCE.Name = "underageCE";
     this.underageCE.Properties.AllowFocused = false;
     this.underageCE.Properties.Caption = "Underage";
     this.underageCE.Properties.GlyphAlignment = DevExpress.Utils.HorzAlignment.Far;
     this.underageCE.Size = new System.Drawing.Size(78, 19);
     this.underageCE.StyleController = this.layoutControl1;
     this.underageCE.TabIndex = 7;
     this.underageCE.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // lnameTE
     //
     this.lnameTE.EnterMoveNextControl = true;
     this.lnameTE.Location = new System.Drawing.Point(96, 26);
     this.lnameTE.Name = "lnameTE";
     this.lnameTE.Size = new System.Drawing.Size(192, 20);
     this.lnameTE.StyleController = this.layoutControl1;
     this.lnameTE.TabIndex = 6;
     //
     // fnameTE
     //
     this.fnameTE.EnterMoveNextControl = true;
     this.fnameTE.Location = new System.Drawing.Point(96, 2);
     this.fnameTE.Name = "fnameTE";
     this.fnameTE.Size = new System.Drawing.Size(192, 20);
     this.fnameTE.StyleController = this.layoutControl1;
     this.fnameTE.TabIndex = 5;
     //
     // okButton
     //
     this.okButton.Location = new System.Drawing.Point(127, 383);
     this.okButton.Name = "okButton";
     this.okButton.ShowFocusRectangle = DevExpress.Utils.DefaultBoolean.False;
     this.okButton.Size = new System.Drawing.Size(75, 22);
     this.okButton.StyleController = this.layoutControl1;
     this.okButton.TabIndex = 4;
     this.okButton.Text = "OK";
     this.okButton.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // wappTE
     //
     this.wappTE.EnterMoveNextControl = true;
     this.wappTE.Location = new System.Drawing.Point(97, 308);
     this.wappTE.Name = "wappTE";
     this.wappTE.Properties.AllowFocused = false;
     this.wappTE.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
     this.wappTE.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.wappTE.Properties.NullValuePrompt = "Fill main or add. phone numbers";
     this.wappTE.Properties.ShowNullValuePromptWhenFocused = true;
     this.wappTE.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     this.wappTE.Size = new System.Drawing.Size(181, 20);
     this.wappTE.StyleController = this.layoutControl1;
     this.wappTE.TabIndex = 16;
     this.wappTE.Enter += new System.EventHandler(this.wappTE_Enter);
     //
     // layoutControlGroup1
     //
     this.layoutControlGroup1.CustomizationFormText = "Root";
     this.layoutControlGroup1.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.False;
     this.layoutControlGroup1.GroupBordersVisible = false;
     this.layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.okButtonControl,
     this.infoCG,
     this.fnameControl,
     this.pnameControl,
     this.lnameControl,
     this.layoutControlItem4,
     this.emptySpaceItem1,
     this.emptySpaceItem3,
     this.cancelButtonControl});
     this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0);
     this.layoutControlGroup1.Name = "Root";
     this.layoutControlGroup1.Size = new System.Drawing.Size(290, 410);
     this.layoutControlGroup1.Text = "Root";
     this.layoutControlGroup1.TextVisible = false;
     //
     // okButtonControl
     //
     this.okButtonControl.Control = this.okButton;
     this.okButtonControl.CustomizationFormText = "okButtonControl";
     this.okButtonControl.Location = new System.Drawing.Point(125, 381);
     this.okButtonControl.Name = "okButtonControl";
     this.okButtonControl.Size = new System.Drawing.Size(79, 29);
     this.okButtonControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.okButtonControl.Text = "okButtonControl";
     this.okButtonControl.TextSize = new System.Drawing.Size(0, 0);
     this.okButtonControl.TextToControlDistance = 0;
     this.okButtonControl.TextVisible = false;
     //
     // infoCG
     //
     this.infoCG.CustomizationFormText = "infoCG";
     this.infoCG.Location = new System.Drawing.Point(0, 96);
     this.infoCG.Name = "infoCG";
     this.infoCG.SelectedTabPage = this.contactsCG;
     this.infoCG.SelectedTabPageIndex = 0;
     this.infoCG.Size = new System.Drawing.Size(290, 285);
     this.infoCG.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 10);
     this.infoCG.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.contactsCG,
     this.additionalCG,
     this.paymentsCG});
     this.infoCG.Text = "infoCG";
     this.infoCG.SelectedPageChanged += new DevExpress.XtraLayout.LayoutTabPageChangedEventHandler(this.tabbedControlGroup1_SelectedPageChanged);
     //
     // additionalCG
     //
     this.additionalCG.CustomizationFormText = "Additional Info";
     this.additionalCG.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.groupnoControl,
     this.sourceControl,
     this.startCI,
     this.endCI,
     this.reasonCI,
     this.simpleSeparator2,
     this.simpleSeparator3});
     this.additionalCG.Location = new System.Drawing.Point(0, 0);
     this.additionalCG.Name = "additionalCG";
     this.additionalCG.Size = new System.Drawing.Size(270, 220);
     this.additionalCG.Text = "Organizational";
     //
     // groupnoControl
     //
     this.groupnoControl.Control = this.groupnoCB;
     this.groupnoControl.CustomizationFormText = "Group no.";
     this.groupnoControl.Location = new System.Drawing.Point(0, 0);
     this.groupnoControl.Name = "groupnoControl";
     this.groupnoControl.Size = new System.Drawing.Size(270, 24);
     this.groupnoControl.Text = "Group no.";
     this.groupnoControl.TextSize = new System.Drawing.Size(89, 20);
     //
     // sourceControl
     //
     this.sourceControl.Control = this.sourceCB;
     this.sourceControl.CustomizationFormText = "(!) Source";
     this.sourceControl.Location = new System.Drawing.Point(0, 45);
     this.sourceControl.Name = "sourceControl";
     this.sourceControl.Size = new System.Drawing.Size(270, 24);
     this.sourceControl.Text = "[ ! ] Source";
     this.sourceControl.TextSize = new System.Drawing.Size(89, 20);
     //
     // startCI
     //
     this.startCI.Control = this.startDE;
     this.startCI.CustomizationFormText = "Start date";
     this.startCI.Location = new System.Drawing.Point(0, 90);
     this.startCI.Name = "startCI";
     this.startCI.Size = new System.Drawing.Size(270, 24);
     this.startCI.Text = "Start date";
     this.startCI.TextSize = new System.Drawing.Size(89, 20);
     //
     // endCI
     //
     this.endCI.Control = this.endDE;
     this.endCI.CustomizationFormText = "End date";
     this.endCI.Location = new System.Drawing.Point(0, 114);
     this.endCI.Name = "endCI";
     this.endCI.Size = new System.Drawing.Size(270, 24);
     this.endCI.Text = "End date";
     this.endCI.TextSize = new System.Drawing.Size(89, 20);
     this.endCI.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // reasonCI
     //
     this.reasonCI.Control = this.reasonTE;
     this.reasonCI.CustomizationFormText = "Reason";
     this.reasonCI.Location = new System.Drawing.Point(0, 138);
     this.reasonCI.Name = "reasonCI";
     this.reasonCI.Size = new System.Drawing.Size(270, 82);
     this.reasonCI.Text = "Reason";
     this.reasonCI.TextSize = new System.Drawing.Size(89, 20);
     this.reasonCI.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // simpleSeparator2
     //
     this.simpleSeparator2.AllowHotTrack = false;
     this.simpleSeparator2.CustomizationFormText = "simpleSeparator2";
     this.simpleSeparator2.Location = new System.Drawing.Point(0, 24);
     this.simpleSeparator2.Name = "simpleSeparator2";
     this.simpleSeparator2.Size = new System.Drawing.Size(270, 21);
     this.simpleSeparator2.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 10);
     this.simpleSeparator2.Text = "simpleSeparator2";
     //
     // simpleSeparator3
     //
     this.simpleSeparator3.AllowHotTrack = false;
     this.simpleSeparator3.CustomizationFormText = "simpleSeparator3";
     this.simpleSeparator3.Location = new System.Drawing.Point(0, 69);
     this.simpleSeparator3.Name = "simpleSeparator3";
     this.simpleSeparator3.Size = new System.Drawing.Size(270, 21);
     this.simpleSeparator3.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 10);
     this.simpleSeparator3.Text = "simpleSeparator3";
     //
     // contactsCG
     //
     this.contactsCG.CustomizationFormText = "Contacts";
     this.contactsCG.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.mainphoneControl,
     this.homephoneControl,
     this.addphoneControl,
     this.simpleSeparator1,
     this.emailControl,
     this.vkControl,
     this.skypeControl,
     this.wappControl,
     this.addContactCI,
     this.emptySpaceItem4});
     this.contactsCG.Location = new System.Drawing.Point(0, 0);
     this.contactsCG.Name = "contactsCG";
     this.contactsCG.Size = new System.Drawing.Size(270, 220);
     this.contactsCG.Text = "Contacts";
     //
     // mainphoneControl
     //
     this.mainphoneControl.Control = this.mainphoneTE;
     this.mainphoneControl.CustomizationFormText = "Main phone no.";
     this.mainphoneControl.Location = new System.Drawing.Point(0, 0);
     this.mainphoneControl.Name = "mainphoneControl";
     this.mainphoneControl.Size = new System.Drawing.Size(270, 24);
     this.mainphoneControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.mainphoneControl.Text = "Main phone no.";
     this.mainphoneControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.mainphoneControl.TextSize = new System.Drawing.Size(80, 20);
     this.mainphoneControl.TextToControlDistance = 5;
     //
     // homephoneControl
     //
     this.homephoneControl.Control = this.homephoneTE;
     this.homephoneControl.CustomizationFormText = "Home phone no.";
     this.homephoneControl.Location = new System.Drawing.Point(0, 24);
     this.homephoneControl.Name = "homephoneControl";
     this.homephoneControl.Size = new System.Drawing.Size(270, 24);
     this.homephoneControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.homephoneControl.Text = "Home phone no.";
     this.homephoneControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.homephoneControl.TextSize = new System.Drawing.Size(80, 20);
     this.homephoneControl.TextToControlDistance = 5;
     this.homephoneControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // addphoneControl
     //
     this.addphoneControl.Control = this.addphoneTE;
     this.addphoneControl.CustomizationFormText = "Add. phone no.";
     this.addphoneControl.Location = new System.Drawing.Point(0, 48);
     this.addphoneControl.Name = "addphoneControl";
     this.addphoneControl.Size = new System.Drawing.Size(270, 24);
     this.addphoneControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.addphoneControl.Text = "Add. phone no.";
     this.addphoneControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.addphoneControl.TextSize = new System.Drawing.Size(80, 20);
     this.addphoneControl.TextToControlDistance = 5;
     this.addphoneControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // simpleSeparator1
     //
     this.simpleSeparator1.AllowHotTrack = false;
     this.simpleSeparator1.CustomizationFormText = "simpleSeparator1";
     this.simpleSeparator1.Location = new System.Drawing.Point(0, 72);
     this.simpleSeparator1.Name = "simpleSeparator1";
     this.simpleSeparator1.Size = new System.Drawing.Size(270, 21);
     this.simpleSeparator1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.simpleSeparator1.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 10);
     this.simpleSeparator1.Text = "simpleSeparator1";
     this.simpleSeparator1.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // emailControl
     //
     this.emailControl.Control = this.emailTE;
     this.emailControl.CustomizationFormText = "email";
     this.emailControl.Location = new System.Drawing.Point(0, 93);
     this.emailControl.Name = "emailControl";
     this.emailControl.Size = new System.Drawing.Size(270, 24);
     this.emailControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.emailControl.Text = "Email";
     this.emailControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.emailControl.TextSize = new System.Drawing.Size(80, 20);
     this.emailControl.TextToControlDistance = 5;
     this.emailControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // vkControl
     //
     this.vkControl.Control = this.vkTE;
     this.vkControl.CustomizationFormText = "VK";
     this.vkControl.Location = new System.Drawing.Point(0, 141);
     this.vkControl.Name = "vkControl";
     this.vkControl.Size = new System.Drawing.Size(270, 24);
     this.vkControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.vkControl.Text = "VK";
     this.vkControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.vkControl.TextSize = new System.Drawing.Size(80, 20);
     this.vkControl.TextToControlDistance = 5;
     this.vkControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // skypeControl
     //
     this.skypeControl.Control = this.skypeTE;
     this.skypeControl.CustomizationFormText = "Skype";
     this.skypeControl.Location = new System.Drawing.Point(0, 117);
     this.skypeControl.Name = "skypeControl";
     this.skypeControl.Size = new System.Drawing.Size(270, 24);
     this.skypeControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.skypeControl.Text = "Skype";
     this.skypeControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.skypeControl.TextSize = new System.Drawing.Size(80, 20);
     this.skypeControl.TextToControlDistance = 5;
     this.skypeControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // wappControl
     //
     this.wappControl.Control = this.wappTE;
     this.wappControl.CustomizationFormText = "Watsapp";
     this.wappControl.Location = new System.Drawing.Point(0, 165);
     this.wappControl.Name = "wappControl";
     this.wappControl.Size = new System.Drawing.Size(270, 24);
     this.wappControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.wappControl.Text = "Watsapp";
     this.wappControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.wappControl.TextSize = new System.Drawing.Size(80, 20);
     this.wappControl.TextToControlDistance = 5;
     this.wappControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // addContactCI
     //
     this.addContactCI.Control = this.dropDownButton1;
     this.addContactCI.CustomizationFormText = "addContactCI";
     this.addContactCI.Location = new System.Drawing.Point(183, 189);
     this.addContactCI.Name = "addContactCI";
     this.addContactCI.Size = new System.Drawing.Size(87, 31);
     this.addContactCI.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 5, 0);
     this.addContactCI.Text = "addContactCI";
     this.addContactCI.TextSize = new System.Drawing.Size(0, 0);
     this.addContactCI.TextToControlDistance = 0;
     this.addContactCI.TextVisible = false;
     //
     // emptySpaceItem4
     //
     this.emptySpaceItem4.AllowHotTrack = false;
     this.emptySpaceItem4.CustomizationFormText = "emptySpaceItem4";
     this.emptySpaceItem4.Location = new System.Drawing.Point(0, 189);
     this.emptySpaceItem4.MaxSize = new System.Drawing.Size(183, 0);
     this.emptySpaceItem4.MinSize = new System.Drawing.Size(183, 24);
     this.emptySpaceItem4.Name = "emptySpaceItem4";
     this.emptySpaceItem4.Size = new System.Drawing.Size(183, 31);
     this.emptySpaceItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem4.Text = "emptySpaceItem4";
     this.emptySpaceItem4.TextSize = new System.Drawing.Size(0, 0);
     //
     // paymentsCG
     //
     this.paymentsCG.CustomizationFormText = "Payments";
     this.paymentsCG.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] {
     this.costControl,
     this.discountControl,
     this.simpleSeparator5,
     this.simpleLabelItem1,
     this.discountCBControl,
     this.emptySpaceItem2,
     this.groupPayPeriod,
     this.groupPayLabel,
     this.emptySpaceItem5});
     this.paymentsCG.Location = new System.Drawing.Point(0, 0);
     this.paymentsCG.Name = "paymentsCG";
     this.paymentsCG.Size = new System.Drawing.Size(270, 220);
     this.paymentsCG.Text = "Payments";
     //
     // costControl
     //
     this.costControl.Control = this.costTE;
     this.costControl.CustomizationFormText = "Tuition costs";
     this.costControl.Location = new System.Drawing.Point(0, 0);
     this.costControl.Name = "costControl";
     this.costControl.Size = new System.Drawing.Size(270, 24);
     this.costControl.Text = "Tuition costs";
     this.costControl.TextSize = new System.Drawing.Size(80, 20);
     //
     // discountControl
     //
     this.discountControl.Control = this.discountTE;
     this.discountControl.CustomizationFormText = "Discount";
     this.discountControl.Location = new System.Drawing.Point(25, 24);
     this.discountControl.Name = "discountControl";
     this.discountControl.Size = new System.Drawing.Size(245, 24);
     this.discountControl.Text = "Discount";
     this.discountControl.TextSize = new System.Drawing.Size(56, 20);
     //
     // simpleSeparator5
     //
     this.simpleSeparator5.AllowHotTrack = false;
     this.simpleSeparator5.CustomizationFormText = "simpleSeparator5";
     this.simpleSeparator5.Location = new System.Drawing.Point(0, 48);
     this.simpleSeparator5.Name = "simpleSeparator5";
     this.simpleSeparator5.Size = new System.Drawing.Size(270, 21);
     this.simpleSeparator5.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 10, 10);
     this.simpleSeparator5.Text = "simpleSeparator5";
     //
     // simpleLabelItem1
     //
     this.simpleLabelItem1.AllowHotTrack = false;
     this.simpleLabelItem1.CustomizationFormText = "Current payment period";
     this.simpleLabelItem1.Location = new System.Drawing.Point(0, 69);
     this.simpleLabelItem1.Name = "simpleLabelItem1";
     this.simpleLabelItem1.Size = new System.Drawing.Size(83, 24);
     this.simpleLabelItem1.Text = "Payment period:";
     this.simpleLabelItem1.TextSize = new System.Drawing.Size(50, 20);
     //
     // discountCBControl
     //
     this.discountCBControl.Control = this.discountCE;
     this.discountCBControl.ControlAlignment = System.Drawing.ContentAlignment.MiddleLeft;
     this.discountCBControl.CustomizationFormText = "discountCBControl";
     this.discountCBControl.Location = new System.Drawing.Point(0, 24);
     this.discountCBControl.Name = "discountCBControl";
     this.discountCBControl.Size = new System.Drawing.Size(25, 24);
     this.discountCBControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.discountCBControl.Text = "discountCBControl";
     this.discountCBControl.TextSize = new System.Drawing.Size(0, 0);
     this.discountCBControl.TextToControlDistance = 0;
     this.discountCBControl.TextVisible = false;
     //
     // emptySpaceItem2
     //
     this.emptySpaceItem2.AllowHotTrack = false;
     this.emptySpaceItem2.CustomizationFormText = "emptySpaceItem2";
     this.emptySpaceItem2.Location = new System.Drawing.Point(0, 117);
     this.emptySpaceItem2.MinSize = new System.Drawing.Size(104, 24);
     this.emptySpaceItem2.Name = "emptySpaceItem2";
     this.emptySpaceItem2.Size = new System.Drawing.Size(270, 103);
     this.emptySpaceItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem2.Text = "emptySpaceItem2";
     this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
     //
     // groupPayPeriod
     //
     this.groupPayPeriod.AllowHotTrack = false;
     this.groupPayPeriod.AppearanceItemCaption.ForeColor = System.Drawing.SystemColors.GrayText;
     this.groupPayPeriod.AppearanceItemCaption.Options.UseForeColor = true;
     this.groupPayPeriod.CustomizationFormText = "22.12.2014 - 02.02.2014";
     this.groupPayPeriod.Location = new System.Drawing.Point(83, 93);
     this.groupPayPeriod.Name = "groupPayPeriod";
     this.groupPayPeriod.Size = new System.Drawing.Size(187, 24);
     this.groupPayPeriod.Spacing = new DevExpress.XtraLayout.Utils.Padding(5, 0, 0, 0);
     this.groupPayPeriod.Text = "22.12.2014 - 02.02.2014";
     this.groupPayPeriod.TextSize = new System.Drawing.Size(50, 20);
     //
     // groupPayLabel
     //
     this.groupPayLabel.AllowHotTrack = false;
     this.groupPayLabel.AppearanceItemCaption.ForeColor = System.Drawing.SystemColors.GrayText;
     this.groupPayLabel.AppearanceItemCaption.Options.UseForeColor = true;
     this.groupPayLabel.CustomizationFormText = "group 4-14";
     this.groupPayLabel.Location = new System.Drawing.Point(83, 69);
     this.groupPayLabel.Name = "groupPayLabel";
     this.groupPayLabel.Size = new System.Drawing.Size(187, 24);
     this.groupPayLabel.Spacing = new DevExpress.XtraLayout.Utils.Padding(5, 0, 0, 0);
     this.groupPayLabel.Text = "group 4-14";
     this.groupPayLabel.TextSize = new System.Drawing.Size(50, 20);
     //
     // emptySpaceItem5
     //
     this.emptySpaceItem5.AllowHotTrack = false;
     this.emptySpaceItem5.CustomizationFormText = "emptySpaceItem5";
     this.emptySpaceItem5.Location = new System.Drawing.Point(0, 93);
     this.emptySpaceItem5.MaxSize = new System.Drawing.Size(83, 0);
     this.emptySpaceItem5.MinSize = new System.Drawing.Size(83, 10);
     this.emptySpaceItem5.Name = "emptySpaceItem5";
     this.emptySpaceItem5.Size = new System.Drawing.Size(83, 24);
     this.emptySpaceItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.emptySpaceItem5.Text = "emptySpaceItem5";
     this.emptySpaceItem5.TextSize = new System.Drawing.Size(0, 0);
     //
     // fnameControl
     //
     this.fnameControl.Control = this.fnameTE;
     this.fnameControl.CustomizationFormText = "First name";
     this.fnameControl.Location = new System.Drawing.Point(0, 0);
     this.fnameControl.Name = "fnameControl";
     this.fnameControl.Size = new System.Drawing.Size(290, 24);
     this.fnameControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.fnameControl.Text = "First name";
     this.fnameControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.fnameControl.TextSize = new System.Drawing.Size(89, 13);
     this.fnameControl.TextToControlDistance = 5;
     //
     // pnameControl
     //
     this.pnameControl.Control = this.pnameTE;
     this.pnameControl.CustomizationFormText = "Parent name";
     this.pnameControl.Location = new System.Drawing.Point(0, 72);
     this.pnameControl.Name = "pnameControl";
     this.pnameControl.Size = new System.Drawing.Size(290, 24);
     this.pnameControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.pnameControl.Text = "Parent name";
     this.pnameControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.pnameControl.TextSize = new System.Drawing.Size(89, 13);
     this.pnameControl.TextToControlDistance = 5;
     this.pnameControl.Visibility = DevExpress.XtraLayout.Utils.LayoutVisibility.Never;
     //
     // lnameControl
     //
     this.lnameControl.Control = this.lnameTE;
     this.lnameControl.CustomizationFormText = "Last name";
     this.lnameControl.Location = new System.Drawing.Point(0, 24);
     this.lnameControl.Name = "lnameControl";
     this.lnameControl.Size = new System.Drawing.Size(290, 24);
     this.lnameControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.lnameControl.Text = "Last name";
     this.lnameControl.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.CustomSize;
     this.lnameControl.TextSize = new System.Drawing.Size(89, 13);
     this.lnameControl.TextToControlDistance = 5;
     //
     // layoutControlItem4
     //
     this.layoutControlItem4.Control = this.underageCE;
     this.layoutControlItem4.CustomizationFormText = "layoutControlItem4";
     this.layoutControlItem4.Location = new System.Drawing.Point(208, 48);
     this.layoutControlItem4.Name = "layoutControlItem4";
     this.layoutControlItem4.Size = new System.Drawing.Size(82, 24);
     this.layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.layoutControlItem4.Text = "layoutControlItem4";
     this.layoutControlItem4.TextSize = new System.Drawing.Size(0, 0);
     this.layoutControlItem4.TextToControlDistance = 0;
     this.layoutControlItem4.TextVisible = false;
     //
     // emptySpaceItem1
     //
     this.emptySpaceItem1.AllowHotTrack = false;
     this.emptySpaceItem1.CustomizationFormText = "emptySpaceItem1";
     this.emptySpaceItem1.Location = new System.Drawing.Point(0, 381);
     this.emptySpaceItem1.Name = "emptySpaceItem1";
     this.emptySpaceItem1.Size = new System.Drawing.Size(125, 29);
     this.emptySpaceItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.emptySpaceItem1.Text = "emptySpaceItem1";
     this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0);
     //
     // emptySpaceItem3
     //
     this.emptySpaceItem3.AllowHotTrack = false;
     this.emptySpaceItem3.CustomizationFormText = "emptySpaceItem3";
     this.emptySpaceItem3.Location = new System.Drawing.Point(0, 48);
     this.emptySpaceItem3.Name = "emptySpaceItem3";
     this.emptySpaceItem3.Size = new System.Drawing.Size(208, 24);
     this.emptySpaceItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.SupportHorzAlignment;
     this.emptySpaceItem3.Text = "emptySpaceItem3";
     this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0);
     //
     // cancelButtonControl
     //
     this.cancelButtonControl.Control = this.cancelButton;
     this.cancelButtonControl.CustomizationFormText = "cancelButtonControl";
     this.cancelButtonControl.Location = new System.Drawing.Point(204, 381);
     this.cancelButtonControl.MaxSize = new System.Drawing.Size(86, 26);
     this.cancelButtonControl.MinSize = new System.Drawing.Size(86, 26);
     this.cancelButtonControl.Name = "cancelButtonControl";
     this.cancelButtonControl.Size = new System.Drawing.Size(86, 29);
     this.cancelButtonControl.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
     this.cancelButtonControl.Spacing = new DevExpress.XtraLayout.Utils.Padding(9, 0, 0, 0);
     this.cancelButtonControl.Text = "cancelButtonControl";
     this.cancelButtonControl.TextSize = new System.Drawing.Size(0, 0);
     this.cancelButtonControl.TextToControlDistance = 0;
     this.cancelButtonControl.TextVisible = false;
     //
     // StdMainUC
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.layoutControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "StdMainUC";
     this.Size = new System.Drawing.Size(290, 410);
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.reasonTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endDE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDE.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startDE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.contactAddDD)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountCE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupnoCB.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.costTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sourceCB.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vkTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skypeTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emailTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addphoneTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.homephoneTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainphoneTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnameTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.underageCE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lnameTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fnameTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wappTE.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.okButtonControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.infoCG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.additionalCG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupnoControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sourceControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.startCI)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.endCI)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.reasonCI)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.contactsCG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mainphoneControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.homephoneControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addphoneControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emailControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.vkControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.skypeControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wappControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.addContactCI)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.paymentsCG)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.costControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleSeparator5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.discountCBControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPayPeriod)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupPayLabel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fnameControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnameControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lnameControl)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.cancelButtonControl)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 8
0
        private void MainForm_Load(object sender, EventArgs e)
        {
            /*const int MAX_SIZE = 256;
             * //метка диска
             * StringBuilder volname = new StringBuilder(MAX_SIZE);
             * //серийный номер диска
             * uint sn;
             * uint maxcomplen;//максимальное кол-во компонент
             * uint sysflags;//системные флаги
             * StringBuilder sysname = new StringBuilder(MAX_SIZE);//файловая система
             *
             * string strDriveName = "";
             * foreach (DriveInfo di in DriveInfo.GetDrives())
             * {
             *  if (Environment.CurrentDirectory.IndexOf(di.Name) == 0)
             *  {
             *      strDriveName = di.Name;
             *      break;
             *  }
             * }
             *
             * //Environment.CurrentDirectory
             * GetVolumeInformation(strDriveName, volname, MAX_SIZE, out sn, out maxcomplen, out sysflags, sysname, MAX_SIZE);
             * MyLocalizer.XtraMessageBoxShow(sn.ToString(), "", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
             */

            /*ObjectQuery winQuery = new ObjectQuery("SELECT * FROM CIM_Processor");//процессор
             *
             * ManagementObjectSearcher searcher = new ManagementObjectSearcher(winQuery);
             *
             * foreach (ManagementObject item in searcher.Get())
             * {
             *
             *  foreach (PropertyData pr in item.Properties)
             *  {
             *      if (pr.Value != null)
             *          MyLocalizer.XtraMessageBoxShow(pr.Name + ": " + pr.Value.ToString(), "", MessageBoxButtons.OK, MessageBoxIcon.Asterisk);
             *  }
             * }*/

            Localizer.Active = new MyLocalizer();

            int index = 0;

            foreach (SkinContainer cnt in SkinManager.Default.Skins)
            {
                if (cnt.SkinName.IndexOf("MySkin") < 0)
                {
                    bool bChecked = false;
                    if (cnt.SkinName == defaultSkin.LookAndFeel.SkinName)
                    {
                        bChecked = true;
                    }
                    DevExpress.XtraBars.BarCheckItem bi = new DevExpress.XtraBars.BarCheckItem(main_menu, bChecked);
                    bi.Caption         = cnt.SkinName;
                    bi.Name            = "SettingSubMenu" + index.ToString();
                    bi.Appearance.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
                    bi.ItemClick      += new DevExpress.XtraBars.ItemClickEventHandler(bi_ItemClick);
                    StyleSubMenu.AddItem(bi);

                    index++;
                }
            }

            m_bShowCloseMsg = true;
            SQLiteConnection con = new SQLiteConnection(global::DiarMain.Properties.Settings.Default.diarConnectionString);

            try
            {
                con.Open();
                con.Close();


                m_strFilterString = "###";
                FindEquipments(-1);

                btnHARG.LookAndFeel.SetSkinStyle("MySkin_StyleHARG");
                btnFHA.LookAndFeel.SetSkinStyle("MySkin_StyleFHA");
                btnVisual.LookAndFeel.SetSkinStyle("MySkin_StyleVisual");
                btnWarm.LookAndFeel.SetSkinStyle("MySkin_StyleWarm");
                btnVibro.LookAndFeel.SetSkinStyle("MySkin_StyleVibro");
                //btnPassport3.LookAndFeel.SetSkinStyle("MySkin_StylePassport");
                btnPassport.LookAndFeel.SetSkinStyle("MySkin_StylePassport");
                btnPassportAdd.LookAndFeel.SetSkinStyle("MySkin_StyleAdd2");
                btnReport.LookAndFeel.SetSkinStyle("MySkin_StyleReport");

                /*toolTip.AddClientControl(btnHARG);
                 * toolTip.AddClientControl(btnFHA);
                 * toolTip.AddClientControl(btnVisual);
                 * toolTip.AddClientControl(btnWarm);
                 * toolTip.AddClientControl(btnVibro);*/
            }
            catch (SQLiteException ex)
            {
                MyLocalizer.XtraMessageBoxShow("Не удалось подключиться к базе данных. Описание: " + ex.Message, "Ошибка", MessageBoxButtons.OK, MessageBoxIcon.Error);
                m_bShowCloseMsg = false;
                Close();
            }
        }
Esempio n. 9
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmReport));
     FarPoint.Win.Spread.TipAppearance tipAppearance1 = new FarPoint.Win.Spread.TipAppearance();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barBtnSave = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnRefrehData = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnDiaoChu = new DevExpress.XtraBars.BarButtonItem();
     this.barBtnClose = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.fpSpread1 = new FarPoint.Win.Spread.FpSpread();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barBtnSave,
     this.barCheckItem1,
     this.barBtnRefrehData,
     this.barBtnDiaoChu,
     this.barBtnClose,
     this.barButtonItem1});
     this.barManager1.MainMenu = this.bar1;
     this.barManager1.MaxItemId = 6;
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnSave, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnRefrehData, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnDiaoChu, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barBtnClose, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.OptionsBar.MultiLine = true;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barBtnSave
     //
     this.barBtnSave.Caption = "保存";
     this.barBtnSave.Id = 0;
     this.barBtnSave.ImageIndex = 0;
     this.barBtnSave.Name = "barBtnSave";
     this.barBtnSave.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnSave_ItemClick);
     //
     // barBtnRefrehData
     //
     this.barBtnRefrehData.Caption = "更新数据";
     this.barBtnRefrehData.Id = 2;
     this.barBtnRefrehData.ImageIndex = 14;
     this.barBtnRefrehData.Name = "barBtnRefrehData";
     this.barBtnRefrehData.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnRefrehData_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "统计";
     this.barButtonItem1.Id = 5;
     this.barButtonItem1.ImageIndex = 1;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barBtnDiaoChu
     //
     this.barBtnDiaoChu.Caption = "导出";
     this.barBtnDiaoChu.Id = 3;
     this.barBtnDiaoChu.ImageIndex = 5;
     this.barBtnDiaoChu.Name = "barBtnDiaoChu";
     this.barBtnDiaoChu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnDiaoChu_ItemClick);
     //
     // barBtnClose
     //
     this.barBtnClose.Caption = "关闭";
     this.barBtnClose.Id = 4;
     this.barBtnClose.ImageIndex = 7;
     this.barBtnClose.Name = "barBtnClose";
     this.barBtnClose.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBtnClose_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "保存.ico");
     this.imageList1.Images.SetKeyName(1, "布局.ico");
     this.imageList1.Images.SetKeyName(2, "查询.ico");
     this.imageList1.Images.SetKeyName(3, "打回重新编.ico");
     this.imageList1.Images.SetKeyName(4, "打印.ico");
     this.imageList1.Images.SetKeyName(5, "发送.ico");
     this.imageList1.Images.SetKeyName(6, "工具.ico");
     this.imageList1.Images.SetKeyName(7, "关闭1.ico");
     this.imageList1.Images.SetKeyName(8, "关闭.ico");
     this.imageList1.Images.SetKeyName(9, "角色.ico");
     this.imageList1.Images.SetKeyName(10, "删除.ico");
     this.imageList1.Images.SetKeyName(11, "审核.ico");
     this.imageList1.Images.SetKeyName(12, "审批.ico");
     this.imageList1.Images.SetKeyName(13, "授权.ico");
     this.imageList1.Images.SetKeyName(14, "刷新.ico");
     this.imageList1.Images.SetKeyName(15, "添加同级.ico");
     this.imageList1.Images.SetKeyName(16, "添加下级.ico");
     this.imageList1.Images.SetKeyName(17, "新建.ico");
     this.imageList1.Images.SetKeyName(18, "修改.ico");
     this.imageList1.Images.SetKeyName(19, "作废.ico");
     //
     // barCheckItem1
     //
     this.barCheckItem1.Id = 1;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // fpSpread1
     //
     this.fpSpread1.AccessibleDescription = "fpSpread1";
     this.fpSpread1.BackColor = System.Drawing.SystemColors.Control;
     this.fpSpread1.Location = new System.Drawing.Point(0, 30);
     this.fpSpread1.Name = "fpSpread1";
     this.fpSpread1.Size = new System.Drawing.Size(612, 446);
     this.fpSpread1.TabIndex = 4;
     tipAppearance1.BackColor = System.Drawing.SystemColors.Info;
     tipAppearance1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     tipAppearance1.ForeColor = System.Drawing.SystemColors.InfoText;
     this.fpSpread1.TextTipAppearance = tipAppearance1;
     this.fpSpread1.SheetTabClick += new FarPoint.Win.Spread.SheetTabClickEventHandler(this.fpSpread1_SheetTabClick);
     this.fpSpread1.ActiveSheetIndex = -1;
     //
     // FrmReport
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(612, 473);
     this.Controls.Add(this.fpSpread1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FrmReport";
     this.Text = "FrmReport";
     this.Load += new System.EventHandler(this.FrmGYDWGH_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.fpSpread1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 10
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormXiaoshi));
     Dundas.Charting.WinControl.ChartArea chartArea1 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend legend1 = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series series1 = new Dundas.Charting.WinControl.Series();
     Dundas.Charting.WinControl.Series series2 = new Dundas.Charting.WinControl.Series();
     Dundas.Charting.WinControl.Title title1 = new Dundas.Charting.WinControl.Title();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItemA1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemA2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemA3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemA4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.repositoryItemCalcEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     this.repositoryItemSpinEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     this.textBox2 = new System.Windows.Forms.TextBox();
     this.repositoryItemCalcEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCalcEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItem6,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barCheckItem1,
     this.barButtonItem12,
     this.barButtonItem14,
     this.barButtonItem15,
     this.barButtonItem16,
     this.barSubItem1,
     this.barButtonItemA1,
     this.barButtonItemA2,
     this.barButtonItemA3,
     this.barButtonItemA4,
     this.barButtonItem9,
     this.barButtonItem13});
     this.barManager1.MaxItemId = 35;
     this.barManager1.StatusBar = this.bar2;
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem15, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11, true)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��������";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 13;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "��������";
     this.barSubItem1.Id = 28;
     this.barSubItem1.ImageIndex = 31;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemA1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemA2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemA3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemA4)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItemA1
     //
     this.barButtonItemA1.Caption = "ȫ����õ���";
     this.barButtonItemA1.Id = 29;
     this.barButtonItemA1.ImageIndex = 12;
     this.barButtonItemA1.Name = "barButtonItemA1";
     this.barButtonItemA1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemA1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemA1_ItemClick);
     //
     // barButtonItemA2
     //
     this.barButtonItemA2.Caption = "ͳ���õ���";
     this.barButtonItemA2.Id = 30;
     this.barButtonItemA2.ImageIndex = 23;
     this.barButtonItemA2.Name = "barButtonItemA2";
     this.barButtonItemA2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemA2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemA2_ItemClick);
     //
     // barButtonItemA3
     //
     this.barButtonItemA3.Caption = "ȫ�����󸺺�";
     this.barButtonItemA3.Id = 31;
     this.barButtonItemA3.ImageIndex = 12;
     this.barButtonItemA3.Name = "barButtonItemA3";
     this.barButtonItemA3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemA3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemA3_ItemClick);
     //
     // barButtonItemA4
     //
     this.barButtonItemA4.Caption = "ͳ����󸺺�";
     this.barButtonItemA4.Id = 32;
     this.barButtonItemA4.ImageIndex = 23;
     this.barButtonItemA4.Name = "barButtonItemA4";
     this.barButtonItemA4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemA4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemA4_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "����";
     this.barButtonItem10.Id = 17;
     this.barButtonItem10.ImageIndex = 14;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "�������";
     this.barButtonItem9.Id = 33;
     this.barButtonItem9.ImageIndex = 31;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick_1);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "ɾ�����";
     this.barButtonItem13.Id = 34;
     this.barButtonItem13.ImageIndex = 2;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick_1);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "ͳ��";
     this.barButtonItem6.Id = 5;
     this.barButtonItem6.ImageIndex = 25;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����";
     this.barButtonItem15.Id = 24;
     this.barButtonItem15.ImageIndex = 19;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption = "�ر�";
     this.barButtonItem11.Id = 18;
     this.barButtonItem11.ImageIndex = 21;
     this.barButtonItem11.Name = "barButtonItem11";
     this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName = "Custom 2";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Custom 2";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(2, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(3, "����¼�.ico");
     this.imageList1.Images.SetKeyName(4, "�½�.ico");
     this.imageList1.Images.SetKeyName(5, "�޸�.ico");
     this.imageList1.Images.SetKeyName(6, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(7, "����.ico");
     this.imageList1.Images.SetKeyName(8, "���.ico");
     this.imageList1.Images.SetKeyName(9, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(10, "����.ico");
     this.imageList1.Images.SetKeyName(11, "�ر�.ico");
     this.imageList1.Images.SetKeyName(12, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(13, "books.ico");
     this.imageList1.Images.SetKeyName(14, "����.ico");
     this.imageList1.Images.SetKeyName(15, "����.ico");
     this.imageList1.Images.SetKeyName(16, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(17, "������±�.ico");
     this.imageList1.Images.SetKeyName(18, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     this.imageList1.Images.SetKeyName(20, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(21, "�ر�.ico");
     this.imageList1.Images.SetKeyName(22, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(23, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(24, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(25, "���.ico");
     this.imageList1.Images.SetKeyName(26, "����.ico");
     this.imageList1.Images.SetKeyName(27, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(28, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(29, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(30, "����¼�.ico");
     this.imageList1.Images.SetKeyName(31, "�½�.ico");
     this.imageList1.Images.SetKeyName(32, "�޸�.ico");
     this.imageList1.Images.SetKeyName(33, "����.ico");
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "�������ʷ�";
     this.barButtonItem1.Id = 8;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����ϵ����";
     this.barButtonItem2.Id = 9;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�ƶ�ƽ����";
     this.barButtonItem3.Id = 10;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "��ɫģ�ͷ�";
     this.barButtonItem4.Id = 11;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���Իع鷨";
     this.barButtonItem5.Id = 12;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "ָ��������";
     this.barButtonItem7.Id = 13;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "ָ��ƽ����";
     this.barButtonItem8.Id = 14;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "barCheckItem1";
     this.barCheckItem1.Id = 19;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "�������Ʒ�";
     this.barButtonItem12.Id = 20;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "���Сʱ��";
     this.barButtonItem16.Id = 25;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Top;
     this.treeList1.Location = new System.Drawing.Point(0, 34);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.AutoFocusNewNode = true;
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1,
     this.repositoryItemCalcEdit2,
     this.repositoryItemSpinEdit1});
     this.treeList1.Size = new System.Drawing.Size(969, 255);
     this.treeList1.TabIndex = 4;
     this.treeList1.FocusedColumnChanged += new DevExpress.XtraTreeList.FocusedColumnChangedEventHandler(this.treeList1_FocusedColumnChanged);
     this.treeList1.ShownEditor += new System.EventHandler(this.treeList1_ShownEditor);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.CustomDrawNodeCell += new DevExpress.XtraTreeList.CustomDrawNodeCellEventHandler(this.treeList1_CustomDrawNodeCell);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.DisplayFormat.FormatString = "n0";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "n0";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // repositoryItemCalcEdit2
     //
     this.repositoryItemCalcEdit2.AutoHeight = false;
     this.repositoryItemCalcEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEdit2.DisplayFormat.FormatString = "############0";
     this.repositoryItemCalcEdit2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEdit2.Mask.EditMask = "n0";
     this.repositoryItemCalcEdit2.Name = "repositoryItemCalcEdit2";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.repositoryItemSpinEdit1.DisplayFormat.FormatString = "############0";
     this.repositoryItemSpinEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemSpinEdit1.Mask.EditMask = "n0";
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 289);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(969, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // chart1
     //
     chartArea1.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.Name = "Default";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 293);
     this.chart1.Name = "chart1";
     this.chart1.Palette = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.BorderWidth = 2;
     series1.ChartType = "Spline";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
     series1.Name = "Series1";
     series1.ShadowOffset = 1;
     series2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.BorderWidth = 2;
     series2.ChartType = "Spline";
     series2.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Triangle;
     series2.Name = "Series2";
     series2.ShadowOffset = 1;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size = new System.Drawing.Size(969, 151);
     this.chart1.TabIndex = 6;
     this.chart1.Text = "chart1";
     title1.Name = "Title1";
     this.chart1.Titles.Add(title1);
     //
     // textBox1
     //
     this.textBox1.Location = new System.Drawing.Point(473, -60);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(100, 21);
     this.textBox1.TabIndex = 7;
     //
     // treeList2
     //
     this.treeList2.Location = new System.Drawing.Point(774, 450);
     this.treeList2.Name = "treeList2";
     this.treeList2.Size = new System.Drawing.Size(44, 12);
     this.treeList2.TabIndex = 8;
     //
     // textBox2
     //
     this.textBox2.Location = new System.Drawing.Point(-420, 134);
     this.textBox2.Name = "textBox2";
     this.textBox2.Size = new System.Drawing.Size(100, 21);
     this.textBox2.TabIndex = 9;
     //
     // repositoryItemCalcEdit1
     //
     this.repositoryItemCalcEdit1.AutoHeight = false;
     this.repositoryItemCalcEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemCalcEdit1.DisplayFormat.FormatString = "n0";
     this.repositoryItemCalcEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemCalcEdit1.Mask.EditMask = "n0";
     this.repositoryItemCalcEdit1.Name = "repositoryItemCalcEdit1";
     //
     // FormXiaoshi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(969, 462);
     this.Controls.Add(this.textBox2);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.treeList1);
     this.Controls.Add(this.treeList2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormXiaoshi";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "��󸺺�Сʱ��Ԥ��";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form9Forecast_FormClosing);
     this.Load += new System.EventHandler(this.Form9Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCalcEdit1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 11
0
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            DevExpress.XtraCharts.SideBySideBarSeriesLabel sideBySideBarSeriesLabel2 = new DevExpress.XtraCharts.SideBySideBarSeriesLabel();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
            this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();

            this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
            this.barChkShowRight = new DevExpress.XtraBars.BarCheckItem();
            this.ctxMnuCommodity = new DevExpress.XtraBars.PopupMenu(this.components);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctxMnuCommodity)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).BeginInit();
            this.SuspendLayout();
            //
            // barManager1
            //
            this.barManager1.Categories.AddRange(new DevExpress.XtraBars.BarManagerCategory[] {
            new DevExpress.XtraBars.BarManagerCategory("CtxMnu", new System.Guid("b4fade50-dc87-48f8-aea7-a64f19117308"))});
            this.barManager1.DockControls.Add(this.barDockControlTop);
            this.barManager1.DockControls.Add(this.barDockControlBottom);
            this.barManager1.DockControls.Add(this.barDockControlLeft);
            this.barManager1.DockControls.Add(this.barDockControlRight);
            this.barManager1.Form = this;
            this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.barButtonItem1,
            this.barButtonItem2,
            this.barCheckItem1,
            this.barChkShowRight});
            this.barManager1.MaxItemId = 11;
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption = "导出";
            this.barButtonItem1.Id = 7;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption = "打印";
            this.barButtonItem2.Id = 8;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);

            //
            // barCheckItem1
            //
            this.barCheckItem1.Caption = "barCheckItem1";
            this.barCheckItem1.Id = 9;
            this.barCheckItem1.Name = "barCheckItem1";
            //
            // barChkShowRight
            //
            this.barChkShowRight.Caption = "显示汇总面板";
            this.barChkShowRight.Checked = true;
            this.barChkShowRight.Id = 10;
            this.barChkShowRight.Name = "barChkShowRight";
            this.barChkShowRight.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barChkShowRight_CheckedChanged);
            //
            // ctxMnuCommodity
            //
            this.ctxMnuCommodity.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {

            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barChkShowRight)});
            this.ctxMnuCommodity.Manager = this.barManager1;
            this.ctxMnuCommodity.Name = "ctxMnuCommodity";
            //
            // ChartControlEx
            //
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.SeriesSerializable = new DevExpress.XtraCharts.Series[0];
            sideBySideBarSeriesLabel2.LineVisible = true;
            //sideBySideBarSeriesLabel2.OverlappingOptionsTypeName = "OverlappingOptions";
            this.SeriesTemplate.Label = sideBySideBarSeriesLabel2;
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.ctxMnuCommodity)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(sideBySideBarSeriesLabel2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this)).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);
 }
Esempio n. 13
0
        /// <summary>
        /// 窗体载入事件
        /// </summary>
        /// <param name="sender"></param>
        /// <param name="e"></param>
        private void UpYunMain_Load(object sender, EventArgs e)
        {
            //ListView标题栏点击事件的绑定
            ListViewLocal.ListViewItemSorter = new ListViewColumnSorter();
            ListViewLocal.ColumnClick += new ColumnClickEventHandler(ListViewHelper.ListView_ColumnClick);
            ListViewWeb.ListViewItemSorter = new ListViewColumnSorter();
            ListViewWeb.ColumnClick += new ColumnClickEventHandler(ListViewHelper.ListView_ColumnClick);

            IniFile iniFile = new IniFile();
            if (String.Compare(iniFile.IniReadValue("ifconfig", "auto"), "true", true) == 0)
            {
                IfLogin = true;
                UpYun_Controller.Login CtrGetUserIfm = new UpYun_Controller.Login();
                userInformation = CtrGetUserIfm.getUserInformationByIni();
            }
            refreshLocalMain();
            refreshWebMain();

            //添加主题样式
            foreach (DevExpress.Skins.SkinContainer cnt in DevExpress.Skins.SkinManager.Default.Skins)
            {
                DevExpress.XtraBars.BarCheckItem subMenu = new DevExpress.XtraBars.BarCheckItem(xafBarManagerMain);
                subMenu.Caption = cnt.SkinName;
                subMenu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(SubItemTheme_ItemClick);
                SubItemTheme.AddItem(subMenu);
            }
        }
Esempio 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();
     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);
 }
Esempio n. 15
0
 //tool工具构建的时候设置checked
 public override void OnCreate(object hook)
 {
     DevExpress.XtraBars.BarCheckItem checkItem = this.BindBarItem as DevExpress.XtraBars.BarCheckItem;
     checkItem.Checked = true;
 }
Esempio n. 16
0
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormHistoryDL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7 = new DevExpress.XtraBars.BarCheckItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem12,
     this.barButtonItem13,
     this.barSubItem2,
     this.barButtonItem15,
     this.barButtonItem16,
     this.barCheckItem1,
     this.barEditItem1,
     this.barCheckItem2,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barCheckItem5,
     this.barCheckItem6,
     this.barCheckItem7,
     this.barButtonItem14});
     this.barManager1.MaxItemId = 91;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1});
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem2, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem14, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 13;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "���һ������";
     this.barButtonItem7.Id = 59;
     this.barButtonItem7.ImageIndex = 15;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "����ӷ���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 16;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ���";
     this.barButtonItem3.Id = 56;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ɾ������";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 10;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "Ĭ��������";
     this.barButtonItem10.Id = 62;
     this.barButtonItem10.ImageIndex = 13;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Hint = "����һλ";
     this.barButtonItem13.Id = 65;
     this.barButtonItem13.ImageIndex = 20;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Hint = "����һλ";
     this.barButtonItem12.Id = 64;
     this.barButtonItem12.ImageIndex = 21;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 5;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 5;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 5;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 12;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��������";
     this.barButtonItem9.Id = 61;
     this.barButtonItem9.ImageIndex = 3;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "�趨���";
     this.barButtonItem4.Id = 57;
     this.barButtonItem4.ImageIndex = 1;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���ݿ���";
     this.barButtonItem5.Id = 58;
     this.barButtonItem5.ImageIndex = 11;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "�����������";
     this.barButtonItem8.Id = 60;
     this.barButtonItem8.ImageIndex = 10;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "ͳ��";
     this.barSubItem2.Id = 68;
     this.barSubItem2.ImageIndex = 9;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem15),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem16)});
     this.barSubItem2.Name = "barSubItem2";
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����ҵ�õ����";
     this.barButtonItem15.Id = 71;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "��ᾭ�ü��õ����";
     this.barButtonItem16.Id = 72;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1100, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 729);
     this.barDockControlBottom.Size = new System.Drawing.Size(1100, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 695);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1100, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 695);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "����.ico");
     this.imageList1.Images.SetKeyName(2, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(3, "������±�.ico");
     this.imageList1.Images.SetKeyName(4, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(5, "����.ico");
     this.imageList1.Images.SetKeyName(6, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(7, "�ر�.ico");
     this.imageList1.Images.SetKeyName(8, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(9, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(10, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(11, "���.ico");
     this.imageList1.Images.SetKeyName(12, "����.ico");
     this.imageList1.Images.SetKeyName(13, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(14, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(15, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(16, "����¼�.ico");
     this.imageList1.Images.SetKeyName(17, "�½�.ico");
     this.imageList1.Images.SetKeyName(18, "�޸�.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     this.imageList1.Images.SetKeyName(20, "FillUpHS.png");
     this.imageList1.Images.SetKeyName(21, "FillDownHS.png");
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 7;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Id = 63;
     this.barButtonItem11.Name = "barButtonItem11";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Id = 81;
     this.barCheckItem1.Name = "barCheckItem1";
     //
     // barEditItem1
     //
     this.barEditItem1.Edit = null;
     this.barEditItem1.Id = 82;
     this.barEditItem1.Name = "barEditItem1";
     //
     // barCheckItem2
     //
     this.barCheckItem2.Id = 83;
     this.barCheckItem2.Name = "barCheckItem2";
     //
     // barCheckItem3
     //
     this.barCheckItem3.Id = 84;
     this.barCheckItem3.Name = "barCheckItem3";
     //
     // barCheckItem4
     //
     this.barCheckItem4.Id = 85;
     this.barCheckItem4.Name = "barCheckItem4";
     //
     // barCheckItem5
     //
     this.barCheckItem5.Id = 86;
     this.barCheckItem5.Name = "barCheckItem5";
     //
     // barCheckItem6
     //
     this.barCheckItem6.Id = 87;
     this.barCheckItem6.Name = "barCheckItem6";
     //
     // barCheckItem7
     //
     this.barCheckItem7.Id = 88;
     this.barCheckItem7.Name = "barCheckItem7";
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1100, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.chart_user1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1100, 689);
     this.splitContainerControl2.SplitterPosition = 309;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // treeList1
     //
     this.treeList1.AllowDrop = true;
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.DragNodes = true;
     this.treeList1.OptionsMenu.EnableColumnMenu = false;
     this.treeList1.OptionsMenu.EnableFooterMenu = false;
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1100, 374);
     this.treeList1.TabIndex = 1;
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.FocusedColumnChanged += new DevExpress.XtraTreeList.FocusedColumnChangedEventHandler(this.treeList1_FocusedColumnChanged);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // chart_user1
     //
     this.chart_user1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.chart_user1.Location = new System.Drawing.Point(0, 0);
     this.chart_user1.Name = "chart_user1";
     this.chart_user1.Size = new System.Drawing.Size(1100, 309);
     this.chart_user1.TabIndex = 0;
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "�ر�";
     this.barButtonItem14.Id = 90;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick_1);
     //
     // FormHistoryDL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1100, 729);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormHistoryDL";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
Esempio n. 17
0
 /// <summary>
 /// 设置主题事件
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 public void SubItemTheme_ItemClick(object sender, DevExpress.XtraBars.ItemClickEventArgs e)
 {
     if (tempItem.Caption != null)
         tempItem.Checked = false;
     tempItem = (DevExpress.XtraBars.BarCheckItem)e.Item;
     DevExpress.LookAndFeel.UserLookAndFeel.Default.SkinName = e.Item.Caption;
 }
Esempio 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()
 {
     DevExpress.Utils.SuperToolTip superToolTip1 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem1 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem1 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem1 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem2 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip2 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem3 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem2 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem2 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem4 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.SuperToolTip superToolTip3 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem5 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem3 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem3 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem6 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.XtraEditors.TileItemElement tileItemElement1 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement2 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement3 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement4 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement5 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement6 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.XtraEditors.TileItemElement tileItemElement7 = new DevExpress.XtraEditors.TileItemElement();
     DevExpress.Utils.SuperToolTip superToolTip4 = new DevExpress.Utils.SuperToolTip();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem7 = new DevExpress.Utils.ToolTipTitleItem();
     DevExpress.Utils.ToolTipItem toolTipItem4 = new DevExpress.Utils.ToolTipItem();
     DevExpress.Utils.ToolTipSeparatorItem toolTipSeparatorItem4 = new DevExpress.Utils.ToolTipSeparatorItem();
     DevExpress.Utils.ToolTipTitleItem toolTipTitleItem8 = new DevExpress.Utils.ToolTipTitleItem();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmMain));
     this.ribbonControl1 = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.lblDatabaseName = new DevExpress.XtraBars.BarStaticItem();
     this.lblUsername = new DevExpress.XtraBars.BarStaticItem();
     this.lblLoginTime = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem5 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem6 = new DevExpress.XtraBars.BarStaticItem();
     this.lblLoginDate = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem8 = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem7 = new DevExpress.XtraBars.BarStaticItem();
     this.lblComputerName = new DevExpress.XtraBars.BarStaticItem();
     this.skinRibbonGalleryBarItem1 = new DevExpress.XtraBars.SkinRibbonGalleryBarItem();
     this.barStaticItem9 = new DevExpress.XtraBars.BarStaticItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barStaticItem10 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.b_code = new DevExpress.XtraBars.BarStaticItem();
     this.btnRefresh = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.lblWorkDate = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem11 = new DevExpress.XtraBars.BarStaticItem();
     this.lblUserID = new DevExpress.XtraBars.BarStaticItem();
     this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
     this.lblServer = new DevExpress.XtraBars.BarStaticItem();
     this.ribbonPage8 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup3 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage16 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPageGroup2 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.ribbonPage2 = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.repositoryItemToggleSwitch1 = new DevExpress.XtraEditors.Repository.RepositoryItemToggleSwitch();
     this.ribbonStatusBar1 = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
     this.tileNavSubItem16 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem17 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem18 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem19 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem20 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem21 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.tileNavSubItem22 = new DevExpress.XtraBars.Navigation.TileNavSubItem();
     this.backstageViewTabItem1 = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem45 = new DevExpress.XtraNavBar.NavBarItem();
     this.frmModulesList = new DevExpress.XtraNavBar.NavBarItem();
     this.frmaddUsers = new DevExpress.XtraNavBar.NavBarItem();
     this.frmUserRights = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup2 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmGeneralSettings = new DevExpress.XtraNavBar.NavBarItem();
     this.frmEmailManager = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup3 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup4 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmOpenRSS = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOpenRssStock = new DevExpress.XtraNavBar.NavBarItem();
     this.frmReturnSummary = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOpenDSS = new DevExpress.XtraNavBar.NavBarItem();
     this.frmMPOSSync = new DevExpress.XtraNavBar.NavBarItem();
     this.frmSelectSummary = new DevExpress.XtraNavBar.NavBarItem();
     this.frmSaleInvoiceGeneration = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup5 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmPurchaseOrder = new DevExpress.XtraNavBar.NavBarItem();
     this.frmGRN = new DevExpress.XtraNavBar.NavBarItem();
     this.frmPurchaseInvoice = new DevExpress.XtraNavBar.NavBarItem();
     this.frmDeliveryChallan = new DevExpress.XtraNavBar.NavBarItem();
     this.frmPurchaseReturn = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup6 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmTown = new DevExpress.XtraNavBar.NavBarItem();
     this.frmOurCompanyGroups = new DevExpress.XtraNavBar.NavBarItem();
     this.frmCustomers = new DevExpress.XtraNavBar.NavBarItem();
     this.frmProducts = new DevExpress.XtraNavBar.NavBarItem();
     this.frmCompanyGroup = new DevExpress.XtraNavBar.NavBarItem();
     this.frmEmployeeTargets = new DevExpress.XtraNavBar.NavBarItem();
     this.frmProductGroup = new DevExpress.XtraNavBar.NavBarItem();
     this.frmVendorEmployees = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup7 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup8 = new DevExpress.XtraNavBar.NavBarGroup();
     this.frmHoldScan = new DevExpress.XtraNavBar.NavBarItem();
     this.frmBatchCorrection = new DevExpress.XtraNavBar.NavBarItem();
     this.frmIntimations = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarGroup9 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup10 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup11 = new DevExpress.XtraNavBar.NavBarGroup();
     this.Administration = new DevExpress.XtraNavBar.NavBarItem();
     this.Financials = new DevExpress.XtraNavBar.NavBarItem();
     this.Accounts = new DevExpress.XtraNavBar.NavBarItem();
     this.Claims = new DevExpress.XtraNavBar.NavBarItem();
     this.Sales = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrPurchasing = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrPartners = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrBanking = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrInventory = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrHumanResource = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrFleetnSupply = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrInstitution = new DevExpress.XtraNavBar.NavBarItem();
     this.navbrGeneralStore = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup12 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup13 = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarGroup14 = new DevExpress.XtraNavBar.NavBarGroup();
     this.button1 = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.ribbonControl1.ExpandCollapseItem,
     this.lblDatabaseName,
     this.lblUsername,
     this.lblLoginTime,
     this.barStaticItem4,
     this.barStaticItem5,
     this.barStaticItem6,
     this.lblLoginDate,
     this.barStaticItem8,
     this.barStaticItem7,
     this.lblComputerName,
     this.skinRibbonGalleryBarItem1,
     this.barStaticItem9,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barStaticItem10,
     this.barButtonItem1,
     this.barStaticItem1,
     this.b_code,
     this.btnRefresh,
     this.barStaticItem2,
     this.lblWorkDate,
     this.barStaticItem11,
     this.lblUserID,
     this.barStaticItem3,
     this.lblServer});
     this.ribbonControl1.Location = new System.Drawing.Point(0, 0);
     this.ribbonControl1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.ribbonControl1.MaxItemId = 27;
     this.ribbonControl1.Name = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
     this.ribbonPage8,
     this.ribbonPage16,
     this.ribbonPage1,
     this.ribbonPage2});
     this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemToggleSwitch1});
     this.ribbonControl1.RibbonStyle = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowFullScreenButton = DevExpress.Utils.DefaultBoolean.False;
     this.ribbonControl1.ShowToolbarCustomizeItem = false;
     this.ribbonControl1.Size = new System.Drawing.Size(1190, 147);
     this.ribbonControl1.StatusBar = this.ribbonStatusBar1;
     this.ribbonControl1.Toolbar.ShowCustomizeItem = false;
     this.ribbonControl1.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Hidden;
     //
     // lblDatabaseName
     //
     this.lblDatabaseName.Caption = "lblErp";
     this.lblDatabaseName.Id = 133;
     this.lblDatabaseName.Name = "lblDatabaseName";
     this.lblDatabaseName.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblUsername
     //
     this.lblUsername.Caption = "u_name";
     this.lblUsername.Id = 134;
     this.lblUsername.Name = "lblUsername";
     this.lblUsername.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblLoginTime
     //
     this.lblLoginTime.Caption = "logintime";
     this.lblLoginTime.Id = 135;
     this.lblLoginTime.Name = "lblLoginTime";
     this.lblLoginTime.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem4
     //
     this.barStaticItem4.Caption = "Login User :"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem4.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem4.Name = "barStaticItem4";
     this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem5
     //
     this.barStaticItem5.Caption = "Database :";
     this.barStaticItem5.Id = 139;
     this.barStaticItem5.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem5.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem5.Name = "barStaticItem5";
     this.barStaticItem5.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem6
     //
     this.barStaticItem6.Caption = "Login Time :";
     this.barStaticItem6.Id = 140;
     this.barStaticItem6.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem6.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem6.Name = "barStaticItem6";
     this.barStaticItem6.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblLoginDate
     //
     this.lblLoginDate.Caption = "logindate";
     this.lblLoginDate.Id = 141;
     this.lblLoginDate.Name = "lblLoginDate";
     this.lblLoginDate.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem8
     //
     this.barStaticItem8.Caption = "Login At :";
     this.barStaticItem8.Id = 142;
     this.barStaticItem8.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem8.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem8.Name = "barStaticItem8";
     this.barStaticItem8.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem7
     //
     this.barStaticItem7.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem7.Caption = "Computer Name :";
     this.barStaticItem7.Id = 143;
     this.barStaticItem7.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem7.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem7.Name = "barStaticItem7";
     this.barStaticItem7.TextAlignment = System.Drawing.StringAlignment.Near;
     this.barStaticItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // lblComputerName
     //
     this.lblComputerName.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lblComputerName.Caption = "c_name";
     this.lblComputerName.Id = 145;
     this.lblComputerName.Name = "lblComputerName";
     this.lblComputerName.TextAlignment = System.Drawing.StringAlignment.Near;
     this.lblComputerName.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // skinRibbonGalleryBarItem1
     //
     this.skinRibbonGalleryBarItem1.Caption = "skinRibbonGalleryBarItem1";
     //
     //
     //
     this.skinRibbonGalleryBarItem1.Gallery.ShowItemText = true;
     this.skinRibbonGalleryBarItem1.Id = 3;
     this.skinRibbonGalleryBarItem1.Name = "skinRibbonGalleryBarItem1";
     //
     // barStaticItem9
     //
     this.barStaticItem9.Caption = "Pane Style : ";
     this.barStaticItem9.Id = 6;
     this.barStaticItem9.Name = "barStaticItem9";
     this.barStaticItem9.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption = "Explorer View";
     this.barCheckItem3.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem3.Checked = true;
     this.barCheckItem3.Id = 14;
     this.barCheckItem3.Name = "barCheckItem3";
     superToolTip1.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem1.Text = "What\'s Explorer View?";
     toolTipItem1.LeftIndent = 6;
     toolTipItem1.Text = "In <b>Explorer View</b> all groups are arranged one under another which provide t" +
     "he facility to expand / collapse each group individually.";
     toolTipTitleItem2.LeftIndent = 6;
     toolTipTitleItem2.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip1.Items.Add(toolTipTitleItem1);
     superToolTip1.Items.Add(toolTipItem1);
     superToolTip1.Items.Add(toolTipSeparatorItem1);
     superToolTip1.Items.Add(toolTipTitleItem2);
     this.barCheckItem3.SuperTip = superToolTip1;
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem3_CheckedChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption = "Navigation View";
     this.barCheckItem4.CheckBoxVisibility = DevExpress.XtraBars.CheckBoxVisibility.BeforeText;
     this.barCheckItem4.Id = 15;
     this.barCheckItem4.Name = "barCheckItem4";
     superToolTip2.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem3.Text = "What\'s Navigation View?";
     toolTipItem2.LeftIndent = 6;
     toolTipItem2.Text = "In <b>Navigation View</b> all groups are arranged one under another with one grou" +
     "p always expanded and this view provides the facility to expand / shrink whole <" +
     "b>Navigation Bar</b>.";
     toolTipTitleItem4.LeftIndent = 6;
     toolTipTitleItem4.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip2.Items.Add(toolTipTitleItem3);
     superToolTip2.Items.Add(toolTipItem2);
     superToolTip2.Items.Add(toolTipSeparatorItem2);
     superToolTip2.Items.Add(toolTipTitleItem4);
     this.barCheckItem4.SuperTip = superToolTip2;
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem4_CheckedChanged);
     //
     // barStaticItem10
     //
     this.barStaticItem10.Caption = "Explorer View";
     this.barStaticItem10.Id = 16;
     this.barStaticItem10.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem10.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem10.Name = "barStaticItem10";
     this.barStaticItem10.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "Color Mixer";
     this.barButtonItem1.Glyph = global::ERPGUI.Properties.Resources.colorpicker;
     this.barButtonItem1.Id = 17;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     superToolTip3.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem5.Text = "What is Color Mixer?";
     toolTipItem3.LeftIndent = 6;
     toolTipItem3.Text = "<b>Color Mixer</b> gives you the functionality to apply your desireable color to " +
     "whole application and you can also set the <b>Brightness</b> of application.";
     toolTipTitleItem6.LeftIndent = 6;
     toolTipTitleItem6.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip3.Items.Add(toolTipTitleItem5);
     superToolTip3.Items.Add(toolTipItem3);
     superToolTip3.Items.Add(toolTipSeparatorItem3);
     superToolTip3.Items.Add(toolTipTitleItem6);
     this.barButtonItem1.SuperTip = superToolTip3;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Caption = "Branch :";
     this.barStaticItem1.Id = 18;
     this.barStaticItem1.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem1.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // b_code
     //
     this.b_code.Caption = "b_code";
     this.b_code.Id = 19;
     this.b_code.Name = "b_code";
     this.b_code.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnRefresh
     //
     this.btnRefresh.Caption = "Refresh";
     this.btnRefresh.Glyph = global::ERPGUI.Properties.Resources.refresh_32x32;
     this.btnRefresh.Id = 20;
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.RibbonStyle = ((DevExpress.XtraBars.Ribbon.RibbonItemStyles)(((DevExpress.XtraBars.Ribbon.RibbonItemStyles.Large | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithText)
     | DevExpress.XtraBars.Ribbon.RibbonItemStyles.SmallWithoutText)));
     this.btnRefresh.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnRefresh_ItemClick);
     //
     // barStaticItem2
     //
     this.barStaticItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.barStaticItem2.Caption = "Work Date :";
     this.barStaticItem2.Id = 21;
     this.barStaticItem2.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem2.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblWorkDate
     //
     this.lblWorkDate.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
     this.lblWorkDate.Caption = "date";
     this.lblWorkDate.Id = 22;
     this.lblWorkDate.Name = "lblWorkDate";
     this.lblWorkDate.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem11
     //
     this.barStaticItem11.Caption = "Username :"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem11.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem11.Name = "barStaticItem11";
     this.barStaticItem11.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblUserID
     //
     this.lblUserID.Caption = "id";
     this.lblUserID.Id = 24;
     this.lblUserID.Name = "lblUserID";
     this.lblUserID.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barStaticItem3
     //
     this.barStaticItem3.Caption = "Server :";
     this.barStaticItem3.Id = 25;
     this.barStaticItem3.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.barStaticItem3.ItemAppearance.Normal.Options.UseFont = true;
     this.barStaticItem3.Name = "barStaticItem3";
     this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // lblServer
     //
     this.lblServer.Caption = "Server";
     this.lblServer.Id = 26;
     this.lblServer.Name = "lblServer";
     this.lblServer.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // ribbonPage8
     //
     this.ribbonPage8.Appearance.Font = new System.Drawing.Font("Tahoma", 10F);
     this.ribbonPage8.Appearance.Options.UseFont = true;
     this.ribbonPage8.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup3});
     this.ribbonPage8.Name = "ribbonPage8";
     this.ribbonPage8.Text = "File";
     //
     // ribbonPageGroup3
     //
     this.ribbonPageGroup3.ItemLinks.Add(this.btnRefresh);
     this.ribbonPageGroup3.Name = "ribbonPageGroup3";
     //
     // ribbonPage16
     //
     this.ribbonPage16.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
     this.ribbonPageGroup2,
     this.ribbonPageGroup1});
     this.ribbonPage16.Name = "ribbonPage16";
     this.ribbonPage16.Text = "View";
     //
     // ribbonPageGroup2
     //
     this.ribbonPageGroup2.AllowTextClipping = false;
     this.ribbonPageGroup2.ItemLinks.Add(this.skinRibbonGalleryBarItem1);
     this.ribbonPageGroup2.ItemLinks.Add(this.barButtonItem1);
     this.ribbonPageGroup2.Name = "ribbonPageGroup2";
     this.ribbonPageGroup2.Text = "Themes";
     //
     // ribbonPageGroup1
     //
     this.ribbonPageGroup1.AllowTextClipping = false;
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem3);
     this.ribbonPageGroup1.ItemLinks.Add(this.barCheckItem4);
     this.ribbonPageGroup1.Name = "ribbonPageGroup1";
     this.ribbonPageGroup1.Text = "Switch Pane Style";
     //
     // ribbonPage1
     //
     this.ribbonPage1.Name = "ribbonPage1";
     this.ribbonPage1.Text = "Help";
     //
     // ribbonPage2
     //
     this.ribbonPage2.Name = "ribbonPage2";
     //
     // repositoryItemToggleSwitch1
     //
     this.repositoryItemToggleSwitch1.AutoHeight = false;
     this.repositoryItemToggleSwitch1.Name = "repositoryItemToggleSwitch1";
     this.repositoryItemToggleSwitch1.OffText = "Explorer";
     this.repositoryItemToggleSwitch1.OnText = "Navigation";
     //
     // ribbonStatusBar1
     //
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem1, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.b_code);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem3, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblServer);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem5, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblDatabaseName);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem4, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblUserID);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblUsername);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem8, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblLoginDate);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblLoginTime);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblComputerName);
     this.ribbonStatusBar1.ItemLinks.Add(this.barStaticItem2, true);
     this.ribbonStatusBar1.ItemLinks.Add(this.lblWorkDate);
     this.ribbonStatusBar1.Location = new System.Drawing.Point(0, 653);
     this.ribbonStatusBar1.Name = "ribbonStatusBar1";
     this.ribbonStatusBar1.Ribbon = this.ribbonControl1;
     this.ribbonStatusBar1.Size = new System.Drawing.Size(1190, 31);
     //
     // tileNavSubItem16
     //
     this.tileNavSubItem16.Caption = "tileNavSubItem16";
     this.tileNavSubItem16.Name = "tileNavSubItem16";
     this.tileNavSubItem16.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem16.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement1.Text = "tileNavSubItem16";
     this.tileNavSubItem16.Tile.Elements.Add(tileItemElement1);
     this.tileNavSubItem16.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem16.Tile.Name = "tileBarItem25";
     //
     // tileNavSubItem17
     //
     this.tileNavSubItem17.Caption = "tileNavSubItem17";
     this.tileNavSubItem17.Name = "tileNavSubItem17";
     this.tileNavSubItem17.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem17.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement2.Text = "tileNavSubItem17";
     this.tileNavSubItem17.Tile.Elements.Add(tileItemElement2);
     this.tileNavSubItem17.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem17.Tile.Name = "tileBarItem26";
     //
     // tileNavSubItem18
     //
     this.tileNavSubItem18.Caption = "tileNavSubItem18";
     this.tileNavSubItem18.Name = "tileNavSubItem18";
     this.tileNavSubItem18.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem18.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement3.Text = "tileNavSubItem18";
     this.tileNavSubItem18.Tile.Elements.Add(tileItemElement3);
     this.tileNavSubItem18.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem18.Tile.Name = "tileBarItem27";
     //
     // tileNavSubItem19
     //
     this.tileNavSubItem19.Caption = "tileNavSubItem19";
     this.tileNavSubItem19.Name = "tileNavSubItem19";
     this.tileNavSubItem19.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem19.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement4.Text = "tileNavSubItem19";
     this.tileNavSubItem19.Tile.Elements.Add(tileItemElement4);
     this.tileNavSubItem19.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem19.Tile.Name = "tileBarItem28";
     //
     // tileNavSubItem20
     //
     this.tileNavSubItem20.Caption = "tileNavSubItem20";
     this.tileNavSubItem20.Name = "tileNavSubItem20";
     this.tileNavSubItem20.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem20.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement5.Text = "tileNavSubItem20";
     this.tileNavSubItem20.Tile.Elements.Add(tileItemElement5);
     this.tileNavSubItem20.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem20.Tile.Name = "tileBarItem29";
     //
     // tileNavSubItem21
     //
     this.tileNavSubItem21.Caption = "tileNavSubItem21";
     this.tileNavSubItem21.Name = "tileNavSubItem21";
     this.tileNavSubItem21.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem21.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement6.Text = "tileNavSubItem21";
     this.tileNavSubItem21.Tile.Elements.Add(tileItemElement6);
     this.tileNavSubItem21.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem21.Tile.Name = "tileBarItem30";
     //
     // tileNavSubItem22
     //
     this.tileNavSubItem22.Caption = "tileNavSubItem22";
     this.tileNavSubItem22.Name = "tileNavSubItem22";
     this.tileNavSubItem22.OptionsDropDown.BackColor = System.Drawing.Color.Empty;
     //
     //
     //
     this.tileNavSubItem22.Tile.DropDownOptions.BeakColor = System.Drawing.Color.Empty;
     tileItemElement7.Text = "tileNavSubItem22";
     this.tileNavSubItem22.Tile.Elements.Add(tileItemElement7);
     this.tileNavSubItem22.Tile.ItemSize = DevExpress.XtraBars.Navigation.TileBarItemSize.Default;
     this.tileNavSubItem22.Tile.Name = "tileBarItem31";
     //
     // backstageViewTabItem1
     //
     this.backstageViewTabItem1.Caption = "backstageViewTabItem1";
     this.backstageViewTabItem1.Name = "backstageViewTabItem1";
     this.backstageViewTabItem1.Selected = false;
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "Near Expiry Batches";
     this.navBarItem1.Name = "navBarItem1";
     //
     // navBarItem45
     //
     this.navBarItem45.Caption = "navBarItem45";
     this.navBarItem45.Name = "navBarItem45";
     //
     // frmModulesList
     //
     this.frmModulesList.Caption = "Modules List";
     this.frmModulesList.Name = "frmModulesList";
     this.frmModulesList.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmaddUsers
     //
     this.frmaddUsers.Caption = "Add User";
     this.frmaddUsers.Name = "frmaddUsers";
     this.frmaddUsers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmUserRights
     //
     this.frmUserRights.Caption = "Users Security";
     this.frmUserRights.Name = "frmUserRights";
     this.frmUserRights.LinkPressed += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup2
     //
     this.navBarGroup2.Caption = "Administration";
     this.navBarGroup2.Expanded = true;
     this.navBarGroup2.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmModulesList),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmaddUsers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmUserRights),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmGeneralSettings),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmEmailManager)});
     this.navBarGroup2.Name = "navBarGroup2";
     this.navBarGroup2.SmallImage = global::ERPGUI.Properties.Resources.login_key_copy;
     superToolTip4.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;
     toolTipTitleItem7.Text = "What\'s in Administration?";
     toolTipItem4.LeftIndent = 6;
     toolTipItem4.Text = "All tasks related to system <b>Administrator</b> are under this section. ";
     toolTipTitleItem8.LeftIndent = 6;
     toolTipTitleItem8.Text = "ERP - Babar Medicine Company Lahore";
     superToolTip4.Items.Add(toolTipTitleItem7);
     superToolTip4.Items.Add(toolTipItem4);
     superToolTip4.Items.Add(toolTipSeparatorItem4);
     superToolTip4.Items.Add(toolTipTitleItem8);
     this.navBarGroup2.SuperTip = superToolTip4;
     //
     // frmGeneralSettings
     //
     this.frmGeneralSettings.Caption = "General Settings";
     this.frmGeneralSettings.Name = "frmGeneralSettings";
     this.frmGeneralSettings.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmEmailManager
     //
     this.frmEmailManager.Caption = "Email Manager";
     this.frmEmailManager.Name = "frmEmailManager";
     this.frmEmailManager.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmEmailManager_LinkClicked);
     //
     // navBarGroup3
     //
     this.navBarGroup3.Caption = "Financials";
     this.navBarGroup3.Name = "navBarGroup3";
     this.navBarGroup3.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup3.SmallImage")));
     //
     // navBarGroup4
     //
     this.navBarGroup4.Caption = "Sales A/R";
     this.navBarGroup4.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenRSS),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenRssStock),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmReturnSummary),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOpenDSS),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmMPOSSync),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmSelectSummary),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmSaleInvoiceGeneration)});
     this.navBarGroup4.Name = "navBarGroup4";
     this.navBarGroup4.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup4.SmallImage")));
     //
     // frmOpenRSS
     //
     this.frmOpenRSS.Caption = "Open Rss";
     this.frmOpenRSS.Name = "frmOpenRSS";
     this.frmOpenRSS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmOpenRss_LinkClicked);
     //
     // frmOpenRssStock
     //
     this.frmOpenRssStock.Caption = "Open Rss Stock";
     this.frmOpenRssStock.Name = "frmOpenRssStock";
     this.frmOpenRssStock.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmOpenRss_LinkClicked);
     //
     // frmReturnSummary
     //
     this.frmReturnSummary.Caption = "Sale Return";
     this.frmReturnSummary.Name = "frmReturnSummary";
     this.frmReturnSummary.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmOpenDSS
     //
     this.frmOpenDSS.Caption = "Open Dss";
     this.frmOpenDSS.Name = "frmOpenDSS";
     this.frmOpenDSS.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmMPOSSync
     //
     this.frmMPOSSync.Caption = "Sync Devices";
     this.frmMPOSSync.Name = "frmMPOSSync";
     this.frmMPOSSync.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmSelectSummary
     //
     this.frmSelectSummary.Caption = "Sale Invoice";
     this.frmSelectSummary.Name = "frmSelectSummary";
     this.frmSelectSummary.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmSaleInvoiceGeneration
     //
     this.frmSaleInvoiceGeneration.Caption = "Auto Sale Invoice";
     this.frmSaleInvoiceGeneration.Name = "frmSaleInvoiceGeneration";
     this.frmSaleInvoiceGeneration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup5
     //
     this.navBarGroup5.Caption = "Purchasing A/P";
     this.navBarGroup5.Expanded = true;
     this.navBarGroup5.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseOrder),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmGRN),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseInvoice),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmDeliveryChallan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmPurchaseReturn)});
     this.navBarGroup5.Name = "navBarGroup5";
     this.navBarGroup5.SmallImage = global::ERPGUI.Properties.Resources.cart__2_;
     //
     // frmPurchaseOrder
     //
     this.frmPurchaseOrder.Caption = "Purchase Order";
     this.frmPurchaseOrder.Name = "frmPurchaseOrder";
     this.frmPurchaseOrder.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmGRN
     //
     this.frmGRN.Caption = "Goods Receipt Note";
     this.frmGRN.Name = "frmGRN";
     this.frmGRN.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmPurchaseInvoice
     //
     this.frmPurchaseInvoice.Caption = "Purchase Invoice";
     this.frmPurchaseInvoice.Name = "frmPurchaseInvoice";
     this.frmPurchaseInvoice.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmDeliveryChallan
     //
     this.frmDeliveryChallan.Caption = "Delivery Challan";
     this.frmDeliveryChallan.Name = "frmDeliveryChallan";
     this.frmDeliveryChallan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmPurchaseReturn
     //
     this.frmPurchaseReturn.Caption = "Purchase Return";
     this.frmPurchaseReturn.Name = "frmPurchaseReturn";
     this.frmPurchaseReturn.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup6
     //
     this.navBarGroup6.Caption = "Business Partners";
     this.navBarGroup6.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmTown),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmOurCompanyGroups),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmCustomers),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmProducts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmCompanyGroup),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmEmployeeTargets),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmProductGroup),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmVendorEmployees)});
     this.navBarGroup6.Name = "navBarGroup6";
     this.navBarGroup6.SmallImage = global::ERPGUI.Properties.Resources.handshake1;
     //
     // frmTown
     //
     this.frmTown.Caption = "Areas Defination";
     this.frmTown.Name = "frmTown";
     this.frmTown.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmOurCompanyGroups
     //
     this.frmOurCompanyGroups.Caption = "Our Company Groups";
     this.frmOurCompanyGroups.Name = "frmOurCompanyGroups";
     this.frmOurCompanyGroups.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmCustomers
     //
     this.frmCustomers.Caption = "Customers";
     this.frmCustomers.Name = "frmCustomers";
     this.frmCustomers.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmProducts
     //
     this.frmProducts.Caption = "Products";
     this.frmProducts.Name = "frmProducts";
     this.frmProducts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmCompanyGroup
     //
     this.frmCompanyGroup.Caption = "Company Groups";
     this.frmCompanyGroup.Name = "frmCompanyGroup";
     this.frmCompanyGroup.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmEmployeeTargets
     //
     this.frmEmployeeTargets.Caption = "Targets";
     this.frmEmployeeTargets.Name = "frmEmployeeTargets";
     this.frmEmployeeTargets.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmProductGroup
     //
     this.frmProductGroup.Caption = "Product Grouping";
     this.frmProductGroup.Name = "frmProductGroup";
     this.frmProductGroup.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmVendorEmployees
     //
     this.frmVendorEmployees.Caption = "Compnies Employee";
     this.frmVendorEmployees.Name = "frmVendorEmployees";
     this.frmVendorEmployees.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup7
     //
     this.navBarGroup7.Caption = "Banking";
     this.navBarGroup7.Name = "navBarGroup7";
     this.navBarGroup7.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup7.SmallImage")));
     //
     // navBarGroup8
     //
     this.navBarGroup8.Caption = "Inventory";
     this.navBarGroup8.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmHoldScan),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmBatchCorrection),
     new DevExpress.XtraNavBar.NavBarItemLink(this.frmIntimations),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2)});
     this.navBarGroup8.Name = "navBarGroup8";
     this.navBarGroup8.SmallImage = global::ERPGUI.Properties.Resources.sssss;
     //
     // frmHoldScan
     //
     this.frmHoldScan.Caption = "Hold Scan";
     this.frmHoldScan.Name = "frmHoldScan";
     this.frmHoldScan.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.frmHoldScan_LinkClicked);
     //
     // frmBatchCorrection
     //
     this.frmBatchCorrection.Caption = "Batch Correction";
     this.frmBatchCorrection.Name = "frmBatchCorrection";
     this.frmBatchCorrection.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // frmIntimations
     //
     this.frmIntimations.Caption = "Intimation";
     this.frmIntimations.Name = "frmIntimations";
     this.frmIntimations.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "Auto Product Change";
     this.navBarItem2.Name = "navBarItem2";
     this.navBarItem2.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.OpenForm_LinkClicked);
     //
     // navBarGroup9
     //
     this.navBarGroup9.Caption = "Human Resource";
     this.navBarGroup9.Expanded = true;
     this.navBarGroup9.Name = "navBarGroup9";
     this.navBarGroup9.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup9.SmallImage")));
     //
     // navBarGroup10
     //
     this.navBarGroup10.Caption = "Fleets & Supply";
     this.navBarGroup10.Expanded = true;
     this.navBarGroup10.Name = "navBarGroup10";
     this.navBarGroup10.SmallImage = global::ERPGUI.Properties.Resources.truck_16x16;
     //
     // navBarGroup11
     //
     this.navBarGroup11.Caption = "Reports";
     this.navBarGroup11.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.Administration),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Financials),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Accounts),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Claims),
     new DevExpress.XtraNavBar.NavBarItemLink(this.Sales),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrPurchasing),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrPartners),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrBanking),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrInventory),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrHumanResource),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrFleetnSupply),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrInstitution),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navbrGeneralStore)});
     this.navBarGroup11.Name = "navBarGroup11";
     this.navBarGroup11.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup11.SmallImage")));
     //
     // Administration
     //
     this.Administration.Caption = "Administration";
     this.Administration.Name = "Administration";
     this.Administration.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Financials
     //
     this.Financials.Caption = "Financials";
     this.Financials.Name = "Financials";
     this.Financials.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Accounts
     //
     this.Accounts.Caption = "Accounts";
     this.Accounts.Name = "Accounts";
     this.Accounts.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Claims
     //
     this.Claims.Caption = "Claims";
     this.Claims.Name = "Claims";
     this.Claims.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // Sales
     //
     this.Sales.Caption = "Sales A/R";
     this.Sales.Name = "Sales";
     this.Sales.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrPurchasing
     //
     this.navbrPurchasing.Caption = "Purchasing A/P";
     this.navbrPurchasing.Name = "navbrPurchasing";
     this.navbrPurchasing.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrPartners
     //
     this.navbrPartners.Caption = "Business Partners";
     this.navbrPartners.Name = "navbrPartners";
     this.navbrPartners.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrBanking
     //
     this.navbrBanking.Caption = "Banking";
     this.navbrBanking.Name = "navbrBanking";
     this.navbrBanking.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrInventory
     //
     this.navbrInventory.Caption = "Inventory";
     this.navbrInventory.Name = "navbrInventory";
     this.navbrInventory.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrHumanResource
     //
     this.navbrHumanResource.Caption = "Human Resource";
     this.navbrHumanResource.Name = "navbrHumanResource";
     this.navbrHumanResource.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrFleetnSupply
     //
     this.navbrFleetnSupply.Caption = "Fleets & Supply";
     this.navbrFleetnSupply.Name = "navbrFleetnSupply";
     this.navbrFleetnSupply.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrInstitution
     //
     this.navbrInstitution.Caption = "Institution";
     this.navbrInstitution.Name = "navbrInstitution";
     this.navbrInstitution.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navbrGeneralStore
     //
     this.navbrGeneralStore.Caption = "General Store";
     this.navbrGeneralStore.Name = "navbrGeneralStore";
     this.navbrGeneralStore.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.reportopen_LinkClicked);
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup2;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup2,
     this.navBarGroup3,
     this.navBarGroup12,
     this.navBarGroup1,
     this.navBarGroup4,
     this.navBarGroup5,
     this.navBarGroup6,
     this.navBarGroup7,
     this.navBarGroup8,
     this.navBarGroup9,
     this.navBarGroup10,
     this.navBarGroup13,
     this.navBarGroup14,
     this.navBarGroup11});
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.navBarItem1,
     this.navBarItem45,
     this.frmModulesList,
     this.frmaddUsers,
     this.frmUserRights,
     this.Administration,
     this.frmTown,
     this.Financials,
     this.Accounts,
     this.Claims,
     this.Sales,
     this.navbrPurchasing,
     this.navbrPartners,
     this.navbrBanking,
     this.navbrInventory,
     this.navbrHumanResource,
     this.navbrFleetnSupply,
     this.navbrInstitution,
     this.navbrGeneralStore,
     this.frmOurCompanyGroups,
     this.frmCustomers,
     this.frmProducts,
     this.frmCompanyGroup,
     this.frmGeneralSettings,
     this.frmEmployeeTargets,
     this.frmProductGroup,
     this.frmVendorEmployees,
     this.frmPurchaseOrder,
     this.frmGRN,
     this.frmPurchaseInvoice,
     this.frmDeliveryChallan,
     this.frmPurchaseReturn,
     this.frmHoldScan,
     this.frmOpenRSS,
     this.frmOpenRssStock,
     this.frmReturnSummary,
     this.frmOpenDSS,
     this.frmMPOSSync,
     this.frmBatchCorrection,
     this.frmIntimations,
     this.navBarItem2,
     this.frmSelectSummary,
     this.frmSaleInvoiceGeneration,
     this.frmEmailManager});
     this.navBarControl1.Location = new System.Drawing.Point(0, 147);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 170;
     this.navBarControl1.PaintStyleKind = DevExpress.XtraNavBar.NavBarViewKind.ExplorerBar;
     this.navBarControl1.Size = new System.Drawing.Size(170, 506);
     this.navBarControl1.StoreDefaultPaintStyleName = true;
     this.navBarControl1.TabIndex = 3;
     this.navBarControl1.Text = "navBarControl1";
     //
     // navBarGroup12
     //
     this.navBarGroup12.Caption = "Accounts";
     this.navBarGroup12.Expanded = true;
     this.navBarGroup12.Name = "navBarGroup12";
     this.navBarGroup12.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup12.SmallImage")));
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "Claims";
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup1.SmallImage")));
     //
     // navBarGroup13
     //
     this.navBarGroup13.Caption = "Institution";
     this.navBarGroup13.Name = "navBarGroup13";
     this.navBarGroup13.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup13.SmallImage")));
     //
     // navBarGroup14
     //
     this.navBarGroup14.Caption = "General Store";
     this.navBarGroup14.Name = "navBarGroup14";
     this.navBarGroup14.SmallImage = ((System.Drawing.Image)(resources.GetObject("navBarGroup14.SmallImage")));
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(341, 90);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 11;
     this.button1.Text = "Lock";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // frmMain
     //
     this.AllowFormGlass = DevExpress.Utils.DefaultBoolean.True;
     this.Appearance.BackColor = System.Drawing.Color.LightYellow;
     this.Appearance.BackColor2 = System.Drawing.Color.Olive;
     this.Appearance.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(192)))));
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseBorderColor = true;
     this.Appearance.Options.UseFont = true;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.BackgroundImageLayoutStore = System.Windows.Forms.ImageLayout.Center;
     this.BackgroundImageStore = global::ERPGUI.Properties.Resources.bmc2;
     this.ClientSize = new System.Drawing.Size(1190, 684);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.navBarControl1);
     this.Controls.Add(this.ribbonStatusBar1);
     this.Controls.Add(this.ribbonControl1);
     this.Font = new System.Drawing.Font("Tahoma", 8F);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.InactiveGlowColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
     this.IsMdiContainer = true;
     this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name = "frmMain";
     this.Ribbon = this.ribbonControl1;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.StatusBar = this.ribbonStatusBar1;
     this.Text = "ERP - Babar Medicine Company Lahore";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
     this.Load += new System.EventHandler(this.frmMain_Load);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemToggleSwitch1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio 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();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition1 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition2 = new DevExpress.XtraGrid.StyleFormatCondition();
     DevExpress.XtraGrid.StyleFormatCondition styleFormatCondition3 = new DevExpress.XtraGrid.StyleFormatCondition();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLogs));
     this.collevel = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barManager = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.bntReload = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem5 = new DevExpress.XtraBars.BarStaticItem();
     this.btnSelectedDateStart = new DevExpress.XtraBars.BarButtonItem();
     this.btnSelectedDateEnd = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem2 = new DevExpress.XtraBars.BarStaticItem();
     this.btnPreview = new DevExpress.XtraBars.BarButtonItem();
     this.btnPrint = new DevExpress.XtraBars.BarButtonItem();
     this.btnExpToExcel = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem3 = new DevExpress.XtraBars.BarStaticItem();
     this.bar3 = new DevExpress.XtraBars.Bar();
     this.siLevelStatus = new DevExpress.XtraBars.BarStaticItem();
     this.siLevel = new DevExpress.XtraBars.BarStaticItem();
     this.siAppStatus = new DevExpress.XtraBars.BarStaticItem();
     this.siApp = new DevExpress.XtraBars.BarStaticItem();
     this.siLastDayStatus = new DevExpress.XtraBars.BarStaticItem();
     this.siLastDay = 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.mFile = new DevExpress.XtraBars.BarSubItem();
     this.iNew = new DevExpress.XtraBars.BarButtonItem();
     this.iOpen = new DevExpress.XtraBars.BarButtonItem();
     this.iClose = new DevExpress.XtraBars.BarButtonItem();
     this.iSave = new DevExpress.XtraBars.BarButtonItem();
     this.iSaveAs = new DevExpress.XtraBars.BarButtonItem();
     this.iExit = new DevExpress.XtraBars.BarButtonItem();
     this.mHelp = new DevExpress.XtraBars.BarSubItem();
     this.iAbout = new DevExpress.XtraBars.BarButtonItem();
     this.mPaintStyle = new DevExpress.XtraBars.BarSubItem();
     this.mOldStyles = new DevExpress.XtraBars.BarSubItem();
     this.iWXP = new DevExpress.XtraBars.BarCheckItem();
     this.iOffXP = new DevExpress.XtraBars.BarCheckItem();
     this.iOff2K = new DevExpress.XtraBars.BarCheckItem();
     this.iOff2003 = new DevExpress.XtraBars.BarCheckItem();
     this.iDefault = new DevExpress.XtraBars.BarCheckItem();
     this.mOfficeSkins = new DevExpress.XtraBars.BarSubItem();
     this.mBonusSkins = new DevExpress.XtraBars.BarSubItem();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.gridControl_Logs = new DevExpress.XtraGrid.GridControl();
     this.logItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.gridView_Logs = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colId = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coltimestamp = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colthread = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coluserName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmessage = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colloggerName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.coldomain = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmachineName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colfileName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colmethod = new DevExpress.XtraGrid.Columns.GridColumn();
     this.collineNumber = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colclassName = new DevExpress.XtraGrid.Columns.GridColumn();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.printingSystem = new DevExpress.XtraPrinting.PrintingSystem(this.components);
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barStaticItem4 = new DevExpress.XtraBars.BarStaticItem();
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_Logs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.logItemBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_Logs)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).BeginInit();
     this.SuspendLayout();
     //
     // collevel
     //
     this.collevel.Caption = "Level";
     this.collevel.FieldName = "level";
     this.collevel.Name = "collevel";
     this.collevel.OptionsColumn.FixedWidth = true;
     this.collevel.Visible = true;
     this.collevel.VisibleIndex = 2;
     this.collevel.Width = 49;
     //
     // barManager
     //
     this.barManager.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2,
     this.bar3});
     this.barManager.DockControls.Add(this.barDockControlTop);
     this.barManager.DockControls.Add(this.barDockControlBottom);
     this.barManager.DockControls.Add(this.barDockControlLeft);
     this.barManager.DockControls.Add(this.barDockControlRight);
     this.barManager.Form = this;
     this.barManager.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.mFile,
     this.mHelp,
     this.iNew,
     this.iOpen,
     this.iClose,
     this.iSave,
     this.iSaveAs,
     this.iExit,
     this.iAbout,
     this.siLevelStatus,
     this.siLevel,
     this.mPaintStyle,
     this.mOldStyles,
     this.mOfficeSkins,
     this.mBonusSkins,
     this.iWXP,
     this.iOffXP,
     this.iOff2K,
     this.iOff2003,
     this.iDefault,
     this.siAppStatus,
     this.siApp,
     this.siLastDayStatus,
     this.siLastDay,
     this.bntReload,
     this.btnSelectedDateStart,
     this.btnSelectedDateEnd,
     this.btnPrint,
     this.btnExpToExcel,
     this.barButtonItem10,
     this.barStaticItem1,
     this.barStaticItem2,
     this.barStaticItem3,
     this.btnPreview,
     this.barStaticItem5});
     this.barManager.MaxItemId = 50;
     this.barManager.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     this.barManager.StatusBar = this.bar3;
     //
     // bar2
     //
     this.bar2.BarName = "Tools";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar2.FloatLocation = new System.Drawing.Point(49, 157);
     this.bar2.FloatSize = new System.Drawing.Size(46, 29);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bntReload),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSelectedDateStart),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnSelectedDateEnd),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPreview),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnPrint),
     new DevExpress.XtraBars.LinkPersistInfo(this.btnExpToExcel),
     new DevExpress.XtraBars.LinkPersistInfo(this.barStaticItem3)});
     this.bar2.Text = "Tools";
     //
     // bntReload
     //
     this.bntReload.Caption = "ќбновить";
     this.bntReload.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.reload_16;
     this.bntReload.Id = 34;
     this.bntReload.Name = "bntReload";
     this.bntReload.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.bntReload.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bntReload_ItemClick);
     //
     // barStaticItem1
     //
     this.barStaticItem1.Id = 43;
     this.barStaticItem1.Name = "barStaticItem1";
     this.barStaticItem1.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "Ћог";
     this.barButtonItem10.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.search_16;
     this.barButtonItem10.Id = 40;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barStaticItem5
     //
     this.barStaticItem5.Id = 49;
     this.barStaticItem5.Name = "barStaticItem5";
     this.barStaticItem5.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnSelectedDateStart
     //
     this.btnSelectedDateStart.Caption = "00.00.0000";
     this.btnSelectedDateStart.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.calendar_16;
     this.btnSelectedDateStart.Id = 36;
     this.btnSelectedDateStart.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSelectedDateStart.ItemAppearance.Normal.Options.UseFont = true;
     this.btnSelectedDateStart.Name = "btnSelectedDateStart";
     this.btnSelectedDateStart.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnSelectedDateStart.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectedDateStart_ItemClick);
     //
     // btnSelectedDateEnd
     //
     this.btnSelectedDateEnd.Caption = "00.00.0000";
     this.btnSelectedDateEnd.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.calendar_16;
     this.btnSelectedDateEnd.Id = 37;
     this.btnSelectedDateEnd.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.btnSelectedDateEnd.ItemAppearance.Normal.Options.UseFont = true;
     this.btnSelectedDateEnd.Name = "btnSelectedDateEnd";
     this.btnSelectedDateEnd.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnSelectedDateEnd.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSelectedDateEnd_ItemClick);
     //
     // barStaticItem2
     //
     this.barStaticItem2.Id = 44;
     this.barStaticItem2.Name = "barStaticItem2";
     this.barStaticItem2.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // btnPreview
     //
     this.btnPreview.Caption = "ѕросмотр";
     this.btnPreview.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.preview;
     this.btnPreview.Id = 48;
     this.btnPreview.Name = "btnPreview";
     this.btnPreview.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnPreview.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPreview_ItemClick);
     //
     // btnPrint
     //
     this.btnPrint.Caption = "ѕечать";
     this.btnPrint.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.btnPrint.Id = 38;
     this.btnPrint.Name = "btnPrint";
     this.btnPrint.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnPrint.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPrint_ItemClick);
     //
     // btnExpToExcel
     //
     this.btnExpToExcel.Caption = "Excel";
     this.btnExpToExcel.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.page_white_excel;
     this.btnExpToExcel.Id = 39;
     this.btnExpToExcel.Name = "btnExpToExcel";
     this.btnExpToExcel.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btnExpToExcel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnExpToExcel_ItemClick);
     //
     // barStaticItem3
     //
     this.barStaticItem3.Id = 45;
     this.barStaticItem3.Name = "barStaticItem3";
     this.barStaticItem3.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // 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.siLevelStatus),
     new DevExpress.XtraBars.LinkPersistInfo(this.siLevel),
     new DevExpress.XtraBars.LinkPersistInfo(this.siAppStatus),
     new DevExpress.XtraBars.LinkPersistInfo(this.siApp),
     new DevExpress.XtraBars.LinkPersistInfo(this.siLastDayStatus),
     new DevExpress.XtraBars.LinkPersistInfo(this.siLastDay)});
     this.bar3.OptionsBar.AllowQuickCustomization = false;
     this.bar3.OptionsBar.DrawDragBorder = false;
     this.bar3.OptionsBar.UseWholeRow = true;
     this.bar3.Text = "Status bar";
     //
     // siLevelStatus
     //
     this.siLevelStatus.Caption = "Level:";
     this.siLevelStatus.Id = 9;
     this.siLevelStatus.Name = "siLevelStatus";
     this.siLevelStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siLevel
     //
     this.siLevel.Caption = "...";
     this.siLevel.Id = 10;
     this.siLevel.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.siLevel.ItemAppearance.Normal.Options.UseFont = true;
     this.siLevel.Name = "siLevel";
     this.siLevel.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siAppStatus
     //
     this.siAppStatus.Caption = "App:";
     this.siAppStatus.Id = 30;
     this.siAppStatus.Name = "siAppStatus";
     this.siAppStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siApp
     //
     this.siApp.Caption = "...";
     this.siApp.Id = 31;
     this.siApp.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.siApp.ItemAppearance.Normal.Options.UseFont = true;
     this.siApp.Name = "siApp";
     this.siApp.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siLastDayStatus
     //
     this.siLastDayStatus.Caption = "Day:";
     this.siLastDayStatus.Id = 32;
     this.siLastDayStatus.Name = "siLastDayStatus";
     this.siLastDayStatus.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // siLastDay
     //
     this.siLastDay.Caption = "...";
     this.siLastDay.Id = 33;
     this.siLastDay.ItemAppearance.Normal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.siLastDay.ItemAppearance.Normal.Options.UseFont = true;
     this.siLastDay.Name = "siLastDay";
     this.siLastDay.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(1088, 31);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.CausesValidation = false;
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 525);
     this.barDockControlBottom.Size = new System.Drawing.Size(1088, 25);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.CausesValidation = false;
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 31);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 494);
     //
     // barDockControlRight
     //
     this.barDockControlRight.CausesValidation = false;
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1088, 31);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 494);
     //
     // mFile
     //
     this.mFile.Caption = "&File";
     this.mFile.Id = 0;
     this.mFile.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iNew),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOpen),
     new DevExpress.XtraBars.LinkPersistInfo(this.iClose),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSave),
     new DevExpress.XtraBars.LinkPersistInfo(this.iSaveAs),
     new DevExpress.XtraBars.LinkPersistInfo(this.iExit)});
     this.mFile.Name = "mFile";
     //
     // iNew
     //
     this.iNew.Caption = "&New";
     this.iNew.Id = 2;
     this.iNew.ImageIndex = 0;
     this.iNew.Name = "iNew";
     //
     // iOpen
     //
     this.iOpen.Caption = "&Open";
     this.iOpen.Id = 3;
     this.iOpen.ImageIndex = 1;
     this.iOpen.Name = "iOpen";
     //
     // iClose
     //
     this.iClose.Caption = "&Close";
     this.iClose.Id = 4;
     this.iClose.Name = "iClose";
     //
     // iSave
     //
     this.iSave.Caption = "&Save";
     this.iSave.Id = 5;
     this.iSave.ImageIndex = 2;
     this.iSave.Name = "iSave";
     //
     // iSaveAs
     //
     this.iSaveAs.Caption = "Save &As";
     this.iSaveAs.Id = 6;
     this.iSaveAs.ImageIndex = 3;
     this.iSaveAs.Name = "iSaveAs";
     //
     // iExit
     //
     this.iExit.Caption = "E&xit";
     this.iExit.Id = 7;
     this.iExit.Name = "iExit";
     //
     // mHelp
     //
     this.mHelp.Caption = "&Help";
     this.mHelp.Id = 1;
     this.mHelp.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iAbout)});
     this.mHelp.Name = "mHelp";
     //
     // iAbout
     //
     this.iAbout.Caption = "&About";
     this.iAbout.Id = 8;
     this.iAbout.Name = "iAbout";
     //
     // mPaintStyle
     //
     this.mPaintStyle.Caption = "Paint Style";
     this.mPaintStyle.Id = 21;
     this.mPaintStyle.Name = "mPaintStyle";
     //
     // mOldStyles
     //
     this.mOldStyles.Caption = "Old Styles";
     this.mOldStyles.Id = 22;
     this.mOldStyles.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.iWXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOffXP),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOff2K),
     new DevExpress.XtraBars.LinkPersistInfo(this.iOff2003),
     new DevExpress.XtraBars.LinkPersistInfo(this.iDefault)});
     this.mOldStyles.Name = "mOldStyles";
     //
     // iWXP
     //
     this.iWXP.Caption = "WindowsXP";
     this.iWXP.Description = "WindowsXP";
     this.iWXP.Id = 25;
     this.iWXP.Name = "iWXP";
     //
     // iOffXP
     //
     this.iOffXP.Caption = "OfficeXP";
     this.iOffXP.Description = "OfficeXP";
     this.iOffXP.Id = 26;
     this.iOffXP.Name = "iOffXP";
     //
     // iOff2K
     //
     this.iOff2K.Caption = "Office2000";
     this.iOff2K.Description = "Office2000";
     this.iOff2K.Id = 27;
     this.iOff2K.Name = "iOff2K";
     //
     // iOff2003
     //
     this.iOff2003.Caption = "Office2003";
     this.iOff2003.Description = "Office2003";
     this.iOff2003.Id = 28;
     this.iOff2003.Name = "iOff2003";
     //
     // iDefault
     //
     this.iDefault.Caption = "Default";
     this.iDefault.Description = "Default";
     this.iDefault.Id = 29;
     this.iDefault.Name = "iDefault";
     //
     // mOfficeSkins
     //
     this.mOfficeSkins.Caption = "Office Skins";
     this.mOfficeSkins.Id = 23;
     this.mOfficeSkins.Name = "mOfficeSkins";
     //
     // mBonusSkins
     //
     this.mBonusSkins.Caption = "Bonus Skins";
     this.mBonusSkins.Id = 24;
     this.mBonusSkins.Name = "mBonusSkins";
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // gridControl_Logs
     //
     this.gridControl_Logs.DataSource = this.logItemBindingSource;
     this.gridControl_Logs.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControl_Logs.Location = new System.Drawing.Point(0, 31);
     this.gridControl_Logs.MainView = this.gridView_Logs;
     this.gridControl_Logs.Name = "gridControl_Logs";
     this.gridControl_Logs.Size = new System.Drawing.Size(1088, 494);
     this.gridControl_Logs.TabIndex = 5;
     this.gridControl_Logs.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView_Logs});
     this.gridControl_Logs.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.gridControl_Logs_KeyPress);
     //
     // logItemBindingSource
     //
     this.logItemBindingSource.DataSource = typeof(BJ.MongoDB.Logger.LogItem);
     //
     // gridView_Logs
     //
     this.gridView_Logs.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.gridView_Logs.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colId,
     this.coltimestamp,
     this.collevel,
     this.colthread,
     this.coluserName,
     this.colmessage,
     this.colloggerName,
     this.coldomain,
     this.colmachineName,
     this.colfileName,
     this.colmethod,
     this.collineNumber,
     this.colclassName});
     this.gridView_Logs.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     styleFormatCondition1.Appearance.BackColor = System.Drawing.Color.MistyRose;
     styleFormatCondition1.Appearance.Options.UseBackColor = true;
     styleFormatCondition1.ApplyToRow = true;
     styleFormatCondition1.Column = this.collevel;
     styleFormatCondition1.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition1.Value1 = "ERROR";
     styleFormatCondition2.Appearance.BackColor = System.Drawing.Color.Tomato;
     styleFormatCondition2.Appearance.Options.UseBackColor = true;
     styleFormatCondition2.ApplyToRow = true;
     styleFormatCondition2.Column = this.collevel;
     styleFormatCondition2.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition2.Value1 = "FATAL";
     styleFormatCondition3.Appearance.BackColor = System.Drawing.Color.LemonChiffon;
     styleFormatCondition3.Appearance.Options.UseBackColor = true;
     styleFormatCondition3.ApplyToRow = true;
     styleFormatCondition3.Condition = DevExpress.XtraGrid.FormatConditionEnum.Equal;
     styleFormatCondition3.Value1 = "WARN";
     this.gridView_Logs.FormatConditions.AddRange(new DevExpress.XtraGrid.StyleFormatCondition[] {
     styleFormatCondition1,
     styleFormatCondition2,
     styleFormatCondition3});
     this.gridView_Logs.GridControl = this.gridControl_Logs;
     this.gridView_Logs.Name = "gridView_Logs";
     this.gridView_Logs.OptionsBehavior.Editable = false;
     this.gridView_Logs.OptionsBehavior.ReadOnly = true;
     this.gridView_Logs.OptionsView.ShowAutoFilterRow = true;
     this.gridView_Logs.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.coltimestamp, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gridView_Logs.DoubleClick += new System.EventHandler(this.gridView_Logs_DoubleClick);
     //
     // colId
     //
     this.colId.FieldName = "Id";
     this.colId.Name = "colId";
     //
     // coltimestamp
     //
     this.coltimestamp.Caption = "DateTime";
     this.coltimestamp.DisplayFormat.FormatString = "dd.MM.yyyy H:mm:ss  FFF";
     this.coltimestamp.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.coltimestamp.FieldName = "timestamp.AsLocalTime";
     this.coltimestamp.Name = "coltimestamp";
     this.coltimestamp.OptionsColumn.FixedWidth = true;
     this.coltimestamp.SortMode = DevExpress.XtraGrid.ColumnSortMode.Custom;
     this.coltimestamp.Visible = true;
     this.coltimestamp.VisibleIndex = 0;
     this.coltimestamp.Width = 135;
     //
     // colthread
     //
     this.colthread.Caption = "Thread";
     this.colthread.FieldName = "thread";
     this.colthread.Name = "colthread";
     this.colthread.OptionsColumn.FixedWidth = true;
     this.colthread.Visible = true;
     this.colthread.VisibleIndex = 3;
     this.colthread.Width = 44;
     //
     // coluserName
     //
     this.coluserName.Caption = "User";
     this.coluserName.FieldName = "userName";
     this.coluserName.Name = "coluserName";
     this.coluserName.OptionsColumn.FixedWidth = true;
     this.coluserName.Visible = true;
     this.coluserName.VisibleIndex = 6;
     this.coluserName.Width = 105;
     //
     // colmessage
     //
     this.colmessage.Caption = "Message";
     this.colmessage.FieldName = "message";
     this.colmessage.Name = "colmessage";
     this.colmessage.Visible = true;
     this.colmessage.VisibleIndex = 4;
     this.colmessage.Width = 123;
     //
     // colloggerName
     //
     this.colloggerName.Caption = "Logger";
     this.colloggerName.FieldName = "loggerName";
     this.colloggerName.Name = "colloggerName";
     this.colloggerName.OptionsColumn.FixedWidth = true;
     this.colloggerName.Visible = true;
     this.colloggerName.VisibleIndex = 5;
     this.colloggerName.Width = 63;
     //
     // coldomain
     //
     this.coldomain.Caption = "App";
     this.coldomain.FieldName = "domain";
     this.coldomain.Name = "coldomain";
     this.coldomain.OptionsColumn.FixedWidth = true;
     this.coldomain.Visible = true;
     this.coldomain.VisibleIndex = 1;
     this.coldomain.Width = 132;
     //
     // colmachineName
     //
     this.colmachineName.Caption = "Machine";
     this.colmachineName.FieldName = "machineName";
     this.colmachineName.Name = "colmachineName";
     this.colmachineName.OptionsColumn.FixedWidth = true;
     this.colmachineName.Visible = true;
     this.colmachineName.VisibleIndex = 7;
     this.colmachineName.Width = 87;
     //
     // colfileName
     //
     this.colfileName.Caption = "File";
     this.colfileName.FieldName = "fileName";
     this.colfileName.Name = "colfileName";
     this.colfileName.OptionsColumn.FixedWidth = true;
     this.colfileName.Visible = true;
     this.colfileName.VisibleIndex = 11;
     this.colfileName.Width = 115;
     //
     // colmethod
     //
     this.colmethod.Caption = "Method";
     this.colmethod.FieldName = "method";
     this.colmethod.Name = "colmethod";
     this.colmethod.OptionsColumn.FixedWidth = true;
     this.colmethod.Visible = true;
     this.colmethod.VisibleIndex = 9;
     this.colmethod.Width = 76;
     //
     // collineNumber
     //
     this.collineNumber.Caption = "Line";
     this.collineNumber.FieldName = "lineNumber";
     this.collineNumber.Name = "collineNumber";
     this.collineNumber.OptionsColumn.FixedWidth = true;
     this.collineNumber.Visible = true;
     this.collineNumber.VisibleIndex = 10;
     this.collineNumber.Width = 52;
     //
     // colclassName
     //
     this.colclassName.Caption = "Class";
     this.colclassName.FieldName = "className";
     this.colclassName.Name = "colclassName";
     this.colclassName.OptionsColumn.FixedWidth = true;
     this.colclassName.Visible = true;
     this.colclassName.VisibleIndex = 8;
     this.colclassName.Width = 89;
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ќбновить";
     this.barButtonItem2.Id = 34;
     this.barButtonItem2.ImageIndex = 3;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "ќбновить";
     this.barButtonItem3.Id = 34;
     this.barButtonItem3.ImageIndex = 3;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "ќбновить";
     this.barButtonItem4.Id = 34;
     this.barButtonItem4.ImageIndex = 3;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "ќбновить";
     this.barButtonItem5.Id = 34;
     this.barButtonItem5.ImageIndex = 3;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "ѕечать";
     this.barButtonItem1.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.barButtonItem1.Id = 38;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "ѕечать";
     this.barButtonItem6.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.barButtonItem6.Id = 38;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "ѕечать";
     this.barButtonItem7.Glyph = global::BJ.MongoDB.ClientUI.Properties.Resources.print_16;
     this.barButtonItem7.Id = 38;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barStaticItem4
     //
     this.barStaticItem4.Id = 44;
     this.barStaticItem4.Name = "barStaticItem4";
     this.barStaticItem4.TextAlignment = System.Drawing.StringAlignment.Near;
     //
     // frmLogs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1088, 550);
     this.Controls.Add(this.gridControl_Logs);
     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.Name = "frmLogs";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Logs Viewer";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmLogs_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl_Logs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.logItemBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView_Logs)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.printingSystem)).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(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>
        private void InitializeComponent()
        {
            this.ribbonStatusBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.OK = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.cancel = new DevExpress.XtraBars.BarButtonItem();
            this.ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            this.showTareBarButtonItem = new DevExpress.XtraBars.BarCheckItem();
            this.showNomenclatureBarButtonItem = new DevExpress.XtraBars.BarCheckItem();
            this.openPalletButton = new DevExpress.XtraBars.BarButtonItem();
            this.NomenclatureInfoButtonsBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.PlansBar = new DevExpress.XtraBars.Ribbon.RibbonStatusBar();
            this.panelControl = new DevExpress.XtraEditors.PanelControl();
            this.date = new DevExpress.XtraEditors.DateEdit();
            this.Car = new DevExpress.XtraEditors.LabelControl();
            this.Carrier = new DevExpress.XtraEditors.LabelControl();
            this.Driver = new DevExpress.XtraEditors.LabelControl();
            this.Contractor = new DevExpress.XtraEditors.LabelControl();
            this.labelControl7 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl6 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
            this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
            this.State = new DevExpress.XtraEditors.ComboBoxEdit();
            this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
            this.label = new DevExpress.XtraEditors.LabelControl();
            this.NomenclatureInfo = new DevExpress.XtraGrid.GridControl();
            this.nomenclatureView = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.pictureEdit1 = new DevExpress.XtraEditors.PictureEdit();
            this.Info = new DevExpress.XtraEditors.LabelControl();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.tabControl = new DevExpress.XtraTab.XtraTabControl();
            this.waresTabPage = new DevExpress.XtraTab.XtraTabPage();
            this.plansTabPage = new DevExpress.XtraTab.XtraTabPage();
            this.Plans = new DevExpress.XtraGrid.GridControl();
            this.gridView3 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
            this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
            this.createAcceptanceButtonItem = new DevExpress.XtraBars.BarButtonItem();
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl)).BeginInit();
            this.panelControl.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.date.Properties.VistaTimeProperties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.date.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.State.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NomenclatureInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomenclatureView)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).BeginInit();
            this.tabControl.SuspendLayout();
            this.waresTabPage.SuspendLayout();
            this.plansTabPage.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.Plans)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).BeginInit();
            this.SuspendLayout();
            //
            // ribbonStatusBar
            //
            this.ribbonStatusBar.ItemLinks.Add(this.OK);
            this.ribbonStatusBar.ItemLinks.Add(this.barButtonItem2);
            this.ribbonStatusBar.ItemLinks.Add(this.cancel);
            this.ribbonStatusBar.Location = new System.Drawing.Point(0, 572);
            this.ribbonStatusBar.Name = "ribbonStatusBar";
            this.ribbonStatusBar.Ribbon = this.ribbon;
            this.ribbonStatusBar.Size = new System.Drawing.Size(884, 31);
            //
            // OK
            //
            this.OK.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.OK.Caption = "OK";
            this.OK.Id = 0;
            this.OK.ImageIndex = 0;
            this.OK.Name = "OK";
            this.OK.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.OK_ItemClick);
            //
            // barButtonItem2
            //
            this.barButtonItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem2.Caption = "��������";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.Write_ItemClick);
            //
            // cancel
            //
            this.cancel.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.cancel.Caption = "³����";
            this.cancel.Id = 2;
            this.cancel.ImageIndex = 1;
            this.cancel.Name = "cancel";
            this.cancel.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.cancel_ItemClick);
            //
            // ribbon
            //
            this.ribbon.ApplicationButtonText = null;
            this.ribbon.ExpandCollapseItem.Id = 0;
            this.ribbon.ExpandCollapseItem.Name = "";
            this.ribbon.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
            this.ribbon.ExpandCollapseItem,
            this.OK,
            this.barButtonItem2,
            this.cancel,
            this.showTareBarButtonItem,
            this.showNomenclatureBarButtonItem,
            this.openPalletButton});
            this.ribbon.Location = new System.Drawing.Point(0, 0);
            this.ribbon.MaxItemId = 22;
            this.ribbon.Name = "ribbon";
            this.ribbon.Size = new System.Drawing.Size(884, 49);
            this.ribbon.StatusBar = this.PlansBar;
            this.ribbon.ToolbarLocation = DevExpress.XtraBars.Ribbon.RibbonQuickAccessToolbarLocation.Above;
            //
            // showTareBarButtonItem
            //
            this.showTareBarButtonItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.showTareBarButtonItem.Caption = "����";
            this.showTareBarButtonItem.Id = 18;
            this.showTareBarButtonItem.Name = "showTareBarButtonItem";
            this.showTareBarButtonItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.showTareBarButtonItem_CheckedChanged);
            //
            // showNomenclatureBarButtonItem
            //
            this.showNomenclatureBarButtonItem.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.showNomenclatureBarButtonItem.Caption = "������������";
            this.showNomenclatureBarButtonItem.Id = 20;
            this.showNomenclatureBarButtonItem.Name = "showNomenclatureBarButtonItem";
            this.showNomenclatureBarButtonItem.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.showNomenclatureBarButtonItem_CheckedChanged);
            //
            // openPalletButton
            //
            this.openPalletButton.Caption = "�������� ������";
            this.openPalletButton.Id = 21;
            this.openPalletButton.Name = "openPalletButton";
            this.openPalletButton.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.openPalletButton_ItemClick);
            //
            // NomenclatureInfoButtonsBar
            //
            this.NomenclatureInfoButtonsBar.Dock = System.Windows.Forms.DockStyle.Top;
            this.NomenclatureInfoButtonsBar.ItemLinks.Add(this.showNomenclatureBarButtonItem);
            this.NomenclatureInfoButtonsBar.ItemLinks.Add(this.showTareBarButtonItem);
            this.NomenclatureInfoButtonsBar.ItemLinks.Add(this.openPalletButton);
            this.NomenclatureInfoButtonsBar.Location = new System.Drawing.Point(0, 0);
            this.NomenclatureInfoButtonsBar.Name = "NomenclatureInfoButtonsBar";
            this.NomenclatureInfoButtonsBar.Ribbon = this.ribbon;
            this.NomenclatureInfoButtonsBar.Size = new System.Drawing.Size(878, 27);
            //
            // PlansBar
            //
            this.PlansBar.Dock = System.Windows.Forms.DockStyle.Top;
            this.PlansBar.Location = new System.Drawing.Point(0, 0);
            this.PlansBar.Name = "PlansBar";
            this.PlansBar.Ribbon = this.ribbon;
            this.PlansBar.Size = new System.Drawing.Size(878, 27);
            //
            // panelControl
            //
            this.panelControl.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl.Controls.Add(this.date);
            this.panelControl.Controls.Add(this.Car);
            this.panelControl.Controls.Add(this.Carrier);
            this.panelControl.Controls.Add(this.Driver);
            this.panelControl.Controls.Add(this.Contractor);
            this.panelControl.Controls.Add(this.labelControl7);
            this.panelControl.Controls.Add(this.labelControl6);
            this.panelControl.Controls.Add(this.labelControl5);
            this.panelControl.Controls.Add(this.labelControl4);
            this.panelControl.Controls.Add(this.State);
            this.panelControl.Controls.Add(this.labelControl3);
            this.panelControl.Controls.Add(this.label);
            this.panelControl.Dock = System.Windows.Forms.DockStyle.Top;
            this.panelControl.Location = new System.Drawing.Point(0, 49);
            this.panelControl.Name = "panelControl";
            this.panelControl.Size = new System.Drawing.Size(884, 94);
            this.panelControl.TabIndex = 2;
            //
            // date
            //
            this.date.EditValue = null;
            this.date.Location = new System.Drawing.Point(366, 8);
            this.date.MenuManager = this.ribbon;
            this.date.Name = "date";
            this.date.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.date.Properties.VistaTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton()});
            this.date.Size = new System.Drawing.Size(100, 20);
            this.date.TabIndex = 17;
            //
            // Car
            //
            this.Car.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Car.Location = new System.Drawing.Point(366, 72);
            this.Car.Name = "Car";
            this.Car.Size = new System.Drawing.Size(21, 13);
            this.Car.TabIndex = 16;
            this.Car.Text = "{0}";
            //
            // Carrier
            //
            this.Carrier.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Carrier.Location = new System.Drawing.Point(366, 53);
            this.Carrier.Name = "Carrier";
            this.Carrier.Size = new System.Drawing.Size(21, 13);
            this.Carrier.TabIndex = 15;
            this.Carrier.Text = "{0}";
            //
            // Driver
            //
            this.Driver.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Driver.Location = new System.Drawing.Point(99, 72);
            this.Driver.Name = "Driver";
            this.Driver.Size = new System.Drawing.Size(21, 13);
            this.Driver.TabIndex = 14;
            this.Driver.Text = "{0}";
            //
            // Contractor
            //
            this.Contractor.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
            this.Contractor.Location = new System.Drawing.Point(99, 53);
            this.Contractor.Name = "Contractor";
            this.Contractor.Size = new System.Drawing.Size(21, 13);
            this.Contractor.TabIndex = 13;
            this.Contractor.Text = "{0}";
            //
            // labelControl7
            //
            this.labelControl7.Location = new System.Drawing.Point(261, 72);
            this.labelControl7.Name = "labelControl7";
            this.labelControl7.Size = new System.Drawing.Size(40, 13);
            this.labelControl7.TabIndex = 12;
            this.labelControl7.Text = "������";
            //
            // labelControl6
            //
            this.labelControl6.Location = new System.Drawing.Point(10, 72);
            this.labelControl6.Name = "labelControl6";
            this.labelControl6.Size = new System.Drawing.Size(28, 13);
            this.labelControl6.TabIndex = 10;
            this.labelControl6.Text = "����";
            //
            // labelControl5
            //
            this.labelControl5.Location = new System.Drawing.Point(261, 53);
            this.labelControl5.Name = "labelControl5";
            this.labelControl5.Size = new System.Drawing.Size(57, 13);
            this.labelControl5.TabIndex = 8;
            this.labelControl5.Text = "���������";
            //
            // labelControl4
            //
            this.labelControl4.Location = new System.Drawing.Point(10, 53);
            this.labelControl4.Name = "labelControl4";
            this.labelControl4.Size = new System.Drawing.Size(60, 13);
            this.labelControl4.TabIndex = 6;
            this.labelControl4.Text = "����������";
            //
            // State
            //
            this.State.Location = new System.Drawing.Point(99, 8);
            this.State.MenuManager = this.ribbon;
            this.State.Name = "State";
            this.State.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.State.Size = new System.Drawing.Size(156, 20);
            this.State.TabIndex = 0;
            //
            // labelControl3
            //
            this.labelControl3.Location = new System.Drawing.Point(10, 11);
            this.labelControl3.Name = "labelControl3";
            this.labelControl3.Size = new System.Drawing.Size(82, 13);
            this.labelControl3.TabIndex = 4;
            this.labelControl3.Text = "���� ���������";
            //
            // label
            //
            this.label.Location = new System.Drawing.Point(272, 11);
            this.label.Name = "label";
            this.label.Size = new System.Drawing.Size(83, 13);
            this.label.TabIndex = 2;
            this.label.Text = "���� ���������";
            //
            // NomenclatureInfo
            //
            this.NomenclatureInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.NomenclatureInfo.Location = new System.Drawing.Point(0, 27);
            this.NomenclatureInfo.MainView = this.nomenclatureView;
            this.NomenclatureInfo.MenuManager = this.ribbon;
            this.NomenclatureInfo.Name = "NomenclatureInfo";
            this.NomenclatureInfo.Size = new System.Drawing.Size(878, 354);
            this.NomenclatureInfo.TabIndex = 1;
            this.NomenclatureInfo.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.nomenclatureView});
            //
            // nomenclatureView
            //
            this.nomenclatureView.GridControl = this.NomenclatureInfo;
            this.nomenclatureView.Name = "nomenclatureView";
            this.nomenclatureView.RowStyle += new DevExpress.XtraGrid.Views.Grid.RowStyleEventHandler(this.nomenclatureView_RowStyle);
            //
            // panelControl1
            //
            this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.panelControl1.Controls.Add(this.pictureEdit1);
            this.panelControl1.Controls.Add(this.Info);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panelControl1.Location = new System.Drawing.Point(0, 552);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(884, 20);
            this.panelControl1.TabIndex = 0;
            //
            // pictureEdit1
            //
            this.pictureEdit1.Dock = System.Windows.Forms.DockStyle.Left;
            this.pictureEdit1.EditValue = global::FMCG.Properties.Resources._1317825614_information_balloon;
            this.pictureEdit1.Location = new System.Drawing.Point(0, 0);
            this.pictureEdit1.MenuManager = this.ribbon;
            this.pictureEdit1.Name = "pictureEdit1";
            this.pictureEdit1.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
            this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true;
            this.pictureEdit1.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.pictureEdit1.Size = new System.Drawing.Size(20, 20);
            this.pictureEdit1.TabIndex = 3;
            this.pictureEdit1.ToolTip = "��� ������� ��������� �������� �� ���� ���������� �����������";
            this.pictureEdit1.ToolTipIconType = DevExpress.Utils.ToolTipIconType.Information;
            this.pictureEdit1.ToolTipTitle = "������:";
            //
            // Info
            //
            this.Info.Appearance.ForeColor = System.Drawing.Color.Gray;
            this.Info.Location = new System.Drawing.Point(24, 3);
            this.Info.Name = "Info";
            this.Info.Size = new System.Drawing.Size(12, 13);
            this.Info.TabIndex = 1;
            this.Info.Text = "...";
            //
            // barButtonItem1
            //
            this.barButtonItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem1.Caption = "OK";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.ImageIndex = 0;
            this.barButtonItem1.Name = "barButtonItem1";
            //
            // barButtonItem3
            //
            this.barButtonItem3.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem3.Caption = "��������";
            this.barButtonItem3.Id = 1;
            this.barButtonItem3.Name = "barButtonItem3";
            //
            // barButtonItem4
            //
            this.barButtonItem4.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem4.Caption = "³����";
            this.barButtonItem4.Id = 2;
            this.barButtonItem4.ImageIndex = 1;
            this.barButtonItem4.Name = "barButtonItem4";
            //
            // tabControl
            //
            this.tabControl.Dock = System.Windows.Forms.DockStyle.Fill;
            this.tabControl.Location = new System.Drawing.Point(0, 143);
            this.tabControl.Name = "tabControl";
            this.tabControl.SelectedTabPage = this.waresTabPage;
            this.tabControl.Size = new System.Drawing.Size(884, 409);
            this.tabControl.TabIndex = 9;
            this.tabControl.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.waresTabPage,
            this.plansTabPage});
            //
            // waresTabPage
            //
            this.waresTabPage.Controls.Add(this.NomenclatureInfo);
            this.waresTabPage.Controls.Add(this.NomenclatureInfoButtonsBar);
            this.waresTabPage.Name = "waresTabPage";
            this.waresTabPage.Size = new System.Drawing.Size(878, 381);
            this.waresTabPage.Text = "������������";
            //
            // plansTabPage
            //
            this.plansTabPage.Controls.Add(this.Plans);
            this.plansTabPage.Controls.Add(this.PlansBar);
            this.plansTabPage.Name = "plansTabPage";
            this.plansTabPage.Size = new System.Drawing.Size(878, 381);
            this.plansTabPage.Text = "������ ���������";
            //
            // Plans
            //
            this.Plans.Dock = System.Windows.Forms.DockStyle.Fill;
            this.Plans.Location = new System.Drawing.Point(0, 27);
            this.Plans.MainView = this.gridView3;
            this.Plans.MenuManager = this.ribbon;
            this.Plans.Name = "Plans";
            this.Plans.Size = new System.Drawing.Size(878, 354);
            this.Plans.TabIndex = 7;
            this.Plans.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView3});
            //
            // gridView3
            //
            this.gridView3.GridControl = this.Plans;
            this.gridView3.Name = "gridView3";
            //
            // barCheckItem1
            //
            this.barCheckItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barCheckItem1.Caption = "������������";
            this.barCheckItem1.Id = 20;
            this.barCheckItem1.Name = "barCheckItem1";
            //
            // barCheckItem2
            //
            this.barCheckItem2.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barCheckItem2.Caption = "����";
            this.barCheckItem2.Id = 18;
            this.barCheckItem2.Name = "barCheckItem2";
            //
            // barButtonItem5
            //
            this.barButtonItem5.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem5.Caption = "OK";
            this.barButtonItem5.Id = 0;
            this.barButtonItem5.ImageIndex = 0;
            this.barButtonItem5.Name = "barButtonItem5";
            //
            // barButtonItem6
            //
            this.barButtonItem6.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem6.Caption = "��������";
            this.barButtonItem6.Id = 1;
            this.barButtonItem6.Name = "barButtonItem6";
            //
            // barButtonItem7
            //
            this.barButtonItem7.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem7.Caption = "³����";
            this.barButtonItem7.Id = 2;
            this.barButtonItem7.ImageIndex = 1;
            this.barButtonItem7.Name = "barButtonItem7";
            //
            // barButtonItem8
            //
            this.barButtonItem8.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem8.Caption = "OK";
            this.barButtonItem8.Id = 0;
            this.barButtonItem8.ImageIndex = 0;
            this.barButtonItem8.Name = "barButtonItem8";
            //
            // barButtonItem9
            //
            this.barButtonItem9.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem9.Caption = "��������";
            this.barButtonItem9.Id = 1;
            this.barButtonItem9.Name = "barButtonItem9";
            //
            // barButtonItem10
            //
            this.barButtonItem10.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right;
            this.barButtonItem10.Caption = "³����";
            this.barButtonItem10.Id = 2;
            this.barButtonItem10.ImageIndex = 1;
            this.barButtonItem10.Name = "barButtonItem10";
            //
            // createAcceptanceButtonItem
            //
            this.createAcceptanceButtonItem.Caption = "�������� \"��������� ������\"";
            this.createAcceptanceButtonItem.Id = 18;
            this.createAcceptanceButtonItem.Name = "createAcceptanceButtonItem";
            //
            // AcceptanceOfGoodsItemForm
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(884, 603);
            this.Controls.Add(this.tabControl);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.panelControl);
            this.Controls.Add(this.ribbonStatusBar);
            this.Controls.Add(this.ribbon);
            this.KeyPreview = true;
            this.Name = "AcceptanceOfGoodsItemForm";
            this.Ribbon = this.ribbon;
            this.StatusBar = this.ribbonStatusBar;
            this.Text = "Item form";

            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Itemform_KeyDown);
            ((System.ComponentModel.ISupportInitialize)(this.ribbon)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl)).EndInit();
            this.panelControl.ResumeLayout(false);
            this.panelControl.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.date.Properties.VistaTimeProperties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.date.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.State.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NomenclatureInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nomenclatureView)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.panelControl1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.tabControl)).EndInit();
            this.tabControl.ResumeLayout(false);
            this.waresTabPage.ResumeLayout(false);
            this.plansTabPage.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.Plans)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView3)).EndInit();
            this.ResumeLayout(false);
        }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastAHTL));
     Dundas.Charting.WinControl.ChartArea chartArea1 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend legend1 = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series series1 = new Dundas.Charting.WinControl.Series();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem31 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem30 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem33 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem4 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem23 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem24 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem5 = new DevExpress.XtraBars.BarSubItem();
     this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem4 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem7 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem5 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem6 = new DevExpress.XtraBars.BarCheckItem();
     this.barCheckItem3 = new DevExpress.XtraBars.BarCheckItem();
     this.barEditItem1 = new DevExpress.XtraBars.BarEditItem();
     this.repositoryItemComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.barButtonItem28 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem27 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem29 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem32 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barDockControlTop = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlBottom = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlLeft = new DevExpress.XtraBars.BarDockControl();
     this.barDockControlRight = new DevExpress.XtraBars.BarDockControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization = false;
     this.barManager1.AllowQuickCustomization = false;
     this.barManager1.AllowShowToolbarsPopup = false;
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar1,
     this.bar2});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.Form = this;
     this.barManager1.Images = this.imageList1;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem31,
     this.barSubItem2,
     this.barButtonItem12,
     this.barButtonItem14,
     this.barButtonItem16,
     this.barButtonItem17,
     this.barButtonItem18,
     this.barButtonItem19,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem32,
     this.barButtonItem6,
     this.barButtonItem9,
     this.barButtonItem13,
     this.barButtonItem15,
     this.barSubItem4,
     this.barButtonItem23,
     this.barButtonItem24,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barButtonItem27,
     this.barButtonItem28,
     this.barButtonItem29,
     this.barButtonItem30,
     this.barButtonItem33,
     this.barSubItem5,
     this.barCheckItem1,
     this.barCheckItem2,
     this.barCheckItem3,
     this.barCheckItem4,
     this.barCheckItem5,
     this.barCheckItem6,
     this.barCheckItem7,
     this.barEditItem1});
     this.barManager1.MaxItemId = 59;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemComboBox1,
     this.repositoryItemComboBox2});
     this.barManager1.StatusBar = this.bar2;
     //
     // bar1
     //
     this.bar1.BarName = "Custom 1";
     this.bar1.DockCol = 0;
     this.bar1.DockRow = 0;
     this.bar1.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
     this.bar1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem28, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem27, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem29, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem32),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "Ԥ���㷨";
     this.barSubItem1.Id = 7;
     this.barSubItem1.ImageIndex = 10;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem19),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem18),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem30),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem33)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "�������ʷ�";
     this.barButtonItem1.Id = 8;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "���Ʒ�";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "ָ��ƽ����";
     this.barButtonItem8.Id = 14;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick_1);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����ϵ����";
     this.barButtonItem2.Id = 9;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem31
     //
     this.barButtonItem31.Caption = "�����������";
     this.barButtonItem31.Id = 50;
     this.barButtonItem31.ImageIndex = 14;
     this.barButtonItem31.Name = "barButtonItem31";
     this.barButtonItem31.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem31.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem31.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem31_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "��ط�";
     this.barButtonItem3.Id = 10;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "��ɫģ�ͷ�";
     this.barButtonItem4.Id = 11;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "ָ��������";
     this.barButtonItem7.Id = 13;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "�������Ʒ�";
     this.barButtonItem12.Id = 20;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barButtonItem19
     //
     this.barButtonItem19.Caption = "ר�Ҿ��߷�";
     this.barButtonItem19.Id = 28;
     this.barButtonItem19.Name = "barButtonItem19";
     this.barButtonItem19.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem19_ItemClick);
     //
     // barButtonItem18
     //
     this.barButtonItem18.Caption = "����Ƚ�";
     this.barButtonItem18.Id = 27;
     this.barButtonItem18.Name = "barButtonItem18";
     this.barButtonItem18.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem30
     //
     this.barButtonItem30.Caption = "����������-���û�Ԥ�ⷨ";
     this.barButtonItem30.Id = 49;
     this.barButtonItem30.Name = "barButtonItem30";
     this.barButtonItem30.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem30.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
     //
     // barButtonItem33
     //
     this.barButtonItem33.Caption = "���Сʱ��";
     this.barButtonItem33.Id = 56;
     this.barButtonItem33.Name = "barButtonItem33";
     this.barButtonItem33.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem33.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem33_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption = "��������";
     this.barButtonItem14.Id = 22;
     this.barButtonItem14.ImageIndex = 0;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "�������";
     this.barSubItem4.Id = 41;
     this.barSubItem4.ImageIndex = 3;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem15),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem23),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem24)});
     this.barSubItem4.Name = "barSubItem4";
     this.barSubItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��ӷ���";
     this.barButtonItem9.Id = 36;
     this.barButtonItem9.ImageIndex = 3;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick_1);
     //
     // barButtonItem15
     //
     this.barButtonItem15.Caption = "����ӷ���";
     this.barButtonItem15.Id = 38;
     this.barButtonItem15.ImageIndex = 3;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick_1);
     //
     // barButtonItem23
     //
     this.barButtonItem23.Caption = "�޸ķ���";
     this.barButtonItem23.Id = 42;
     this.barButtonItem23.ImageIndex = 1;
     this.barButtonItem23.Name = "barButtonItem23";
     this.barButtonItem23.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem23_ItemClick);
     //
     // barButtonItem24
     //
     this.barButtonItem24.Caption = "ɾ������";
     this.barButtonItem24.Id = 43;
     this.barButtonItem24.ImageIndex = 9;
     this.barButtonItem24.Name = "barButtonItem24";
     this.barButtonItem24.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem24_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 14;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21)});
     this.barSubItem3.Name = "barSubItem3";
     this.barSubItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption = "��������";
     this.barButtonItem20.Id = 30;
     this.barButtonItem20.ImageIndex = 14;
     this.barButtonItem20.Name = "barButtonItem20";
     this.barButtonItem20.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption = "����ͼ��";
     this.barButtonItem21.Id = 31;
     this.barButtonItem21.ImageIndex = 14;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barSubItem5
     //
     this.barSubItem5.Caption = "ͼ������";
     this.barSubItem5.Id = 69;
     this.barSubItem5.ImageIndex = 1;
     this.barSubItem5.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem6),
     new DevExpress.XtraBars.LinkPersistInfo(this.barCheckItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barEditItem1)});
     this.barSubItem5.Name = "barSubItem5";
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "����ͼ";
     this.barCheckItem1.Checked = true;
     this.barCheckItem1.Id = 73;
     this.barCheckItem1.Name = "barCheckItem1";
     this.barCheckItem1.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem1_CheckedChanged);
     //
     // barCheckItem4
     //
     this.barCheckItem4.Caption = "��������";
     this.barCheckItem4.Id = 77;
     this.barCheckItem4.Name = "barCheckItem4";
     this.barCheckItem4.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem4_CheckedChanged);
     //
     // barCheckItem2
     //
     this.barCheckItem2.Caption = "ֱ��ͼ";
     this.barCheckItem2.Id = 75;
     this.barCheckItem2.Name = "barCheckItem2";
     this.barCheckItem2.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem2_CheckedChanged);
     //
     // barCheckItem7
     //
     this.barCheckItem7.Caption = "����ͼ";
     this.barCheckItem7.Id = 57;
     this.barCheckItem7.Name = "barCheckItem7";
     this.barCheckItem7.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem7_CheckedChanged);
     //
     // barCheckItem5
     //
     this.barCheckItem5.Caption = "�ѻ�����";
     this.barCheckItem5.Id = 78;
     this.barCheckItem5.Name = "barCheckItem5";
     this.barCheckItem5.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem5_CheckedChanged);
     //
     // barCheckItem6
     //
     this.barCheckItem6.Caption = "������Χ";
     this.barCheckItem6.Id = 79;
     this.barCheckItem6.Name = "barCheckItem6";
     this.barCheckItem6.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem6_CheckedChanged);
     //
     // barCheckItem3
     //
     this.barCheckItem3.Caption = "3D��";
     this.barCheckItem3.Id = 76;
     this.barCheckItem3.Name = "barCheckItem3";
     this.barCheckItem3.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.barCheckItem3_CheckedChanged);
     //
     // barEditItem1
     //
     this.barEditItem1.Caption = "ͼ�����";
     this.barEditItem1.Edit = this.repositoryItemComboBox2;
     this.barEditItem1.Id = 58;
     this.barEditItem1.Name = "barEditItem1";
     this.barEditItem1.EditValueChanged += new System.EventHandler(this.barEditItem1_EditValueChanged);
     //
     // repositoryItemComboBox2
     //
     this.repositoryItemComboBox2.AutoHeight = false;
     this.repositoryItemComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox2.Name = "repositoryItemComboBox2";
     //
     // barButtonItem28
     //
     this.barButtonItem28.Caption = "���û�";
     this.barButtonItem28.Id = 47;
     this.barButtonItem28.ImageIndex = 10;
     this.barButtonItem28.Name = "barButtonItem28";
     this.barButtonItem28.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem28.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem28.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem28_ItemClick);
     //
     // barButtonItem27
     //
     this.barButtonItem27.Caption = "�����ݵ�";
     this.barButtonItem27.Id = 46;
     this.barButtonItem27.ImageIndex = 10;
     this.barButtonItem27.Name = "barButtonItem27";
     this.barButtonItem27.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem27.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem27_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��Ȩ���ϵ��";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 18;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "�����㷨";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 18;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption = "ͼ����ɫ";
     this.barButtonItem22.Id = 32;
     this.barButtonItem22.ImageIndex = 10;
     this.barButtonItem22.Name = "barButtonItem22";
     this.barButtonItem22.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem29
     //
     this.barButtonItem29.Caption = "����Ƚ�";
     this.barButtonItem29.Id = 48;
     this.barButtonItem29.ImageIndex = 7;
     this.barButtonItem29.Name = "barButtonItem29";
     this.barButtonItem29.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem29.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem29_ItemClick);
     //
     // barButtonItem32
     //
     this.barButtonItem32.Caption = "�¶ȵ���";
     this.barButtonItem32.Id = 55;
     this.barButtonItem32.ImageIndex = 10;
     this.barButtonItem32.Name = "barButtonItem32";
     this.barButtonItem32.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem32.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem32.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "�ر�";
     this.barButtonItem6.Id = 35;
     this.barButtonItem6.ImageIndex = 12;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // bar2
     //
     this.bar2.BarName = "Custom 2";
     this.bar2.CanDockStyle = DevExpress.XtraBars.BarCanDockStyle.Bottom;
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Bottom;
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.Text = "Custom 2";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "����.ico");
     this.imageList1.Images.SetKeyName(1, "�޸�.ico");
     this.imageList1.Images.SetKeyName(2, "�½�.ico");
     this.imageList1.Images.SetKeyName(3, "����¼�.ico");
     this.imageList1.Images.SetKeyName(4, "���ͬ��.ico");
     this.imageList1.Images.SetKeyName(5, "ˢ��.ico");
     this.imageList1.Images.SetKeyName(6, "��Ȩ.ico");
     this.imageList1.Images.SetKeyName(7, "����.ico");
     this.imageList1.Images.SetKeyName(8, "���.ico");
     this.imageList1.Images.SetKeyName(9, "ɾ��.ico");
     this.imageList1.Images.SetKeyName(10, "���ȹ���1.ico");
     this.imageList1.Images.SetKeyName(11, "��ɫ.ico");
     this.imageList1.Images.SetKeyName(12, "�ر�.ico");
     this.imageList1.Images.SetKeyName(13, "�ر�1.ico");
     this.imageList1.Images.SetKeyName(14, "����.ico");
     this.imageList1.Images.SetKeyName(15, "��ӡ.ico");
     this.imageList1.Images.SetKeyName(16, "������±�.ico");
     this.imageList1.Images.SetKeyName(17, "��ѯ.ico");
     this.imageList1.Images.SetKeyName(18, "����.ico");
     this.imageList1.Images.SetKeyName(19, "����.ico");
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���Իع鷨";
     this.barButtonItem5.Id = 12;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "����";
     this.barButtonItem10.Id = 17;
     this.barButtonItem10.ImageIndex = 0;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem11
     //
     this.barButtonItem11.Caption = "�ر�";
     this.barButtonItem11.Id = 18;
     this.barButtonItem11.ImageIndex = 11;
     this.barButtonItem11.Name = "barButtonItem11";
     this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "barSubItem2";
     this.barSubItem2.Id = 19;
     this.barSubItem2.Name = "barSubItem2";
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "ȫ���Ƚ�";
     this.barButtonItem16.Id = 25;
     this.barButtonItem16.Name = "barButtonItem16";
     this.barButtonItem16.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "����ӷ���";
     this.barButtonItem13.Id = 37;
     this.barButtonItem13.Name = "barButtonItem13";
     //
     // repositoryItemComboBox1
     //
     this.repositoryItemComboBox1.AutoHeight = false;
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 34);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1028, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // chart1
     //
     chartArea1.BackColor = System.Drawing.Color.White;
     chartArea1.BorderColor = System.Drawing.Color.Empty;
     chartArea1.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.AutoFitText = false;
     legend1.Font = new System.Drawing.Font("Microsoft Sans Serif", 3F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     legend1.Name = "Default";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name = "chart1";
     series1.BorderWidth = 2;
     series1.ChartType = "Spline";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
     series1.Name = "Default";
     series1.ShadowOffset = 1;
     this.chart1.Series.Add(series1);
     this.chart1.Size = new System.Drawing.Size(1022, 183);
     this.chart1.TabIndex = 10;
     this.chart1.Text = "chart1";
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // treeList2
     //
     this.treeList2.Location = new System.Drawing.Point(660, 443);
     this.treeList2.Name = "treeList2";
     this.treeList2.Size = new System.Drawing.Size(70, 12);
     this.treeList2.TabIndex = 7;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.checkBox1);
     this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 399);
     this.splitContainerControl1.SplitterPosition = 206;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // treeList1
     //
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1022, 200);
     this.treeList1.TabIndex = 1;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // checkBox1
     //
     this.checkBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBox1.AutoSize = true;
     this.checkBox1.Checked = true;
     this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
     this.checkBox1.Location = new System.Drawing.Point(971, 3);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(48, 16);
     this.checkBox1.TabIndex = 12;
     this.checkBox1.Text = "ȫѡ";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged_1);
     //
     // imageList2
     //
     this.imageList2.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList2.ImageStream")));
     this.imageList2.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList2.Images.SetKeyName(0, "1.ico");
     this.imageList2.Images.SetKeyName(1, "2.ico");
     this.imageList2.Images.SetKeyName(2, "3.ico");
     this.imageList2.Images.SetKeyName(3, "4.ico");
     this.imageList2.Images.SetKeyName(4, "5.ico");
     this.imageList2.Images.SetKeyName(5, "6.ico");
     this.imageList2.Images.SetKeyName(6, "7.ico");
     this.imageList2.Images.SetKeyName(7, "8.ico");
     this.imageList2.Images.SetKeyName(8, "9.ico");
     this.imageList2.Images.SetKeyName(9, "10.ico");
     //
     // FormForecastAHTL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 455);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.treeList2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "FormForecastAHTL";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }