示例#1
0
        void ViewController2_HandleCreated(object sender, EventArgs e)
        {
            // Вставка Layout
            frame = Frame;
            //DetailView dv = View as DetailView;

            //DevExpress.XtraEditors.PanelControl filterPanel = new DevExpress.XtraEditors.PanelControl();
            filterPanel             = new DevExpress.XtraEditors.PanelControl();
            filterPanel.Height      = 80;
            filterPanel.MinimumSize = new System.Drawing.Size(0, 0);
            filterPanel.Dock        = System.Windows.Forms.DockStyle.Top;
            filterPanel.AutoSize    = false;
            //filterPanel.GetPreferredSize(
            filterPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;

            splitter          = new DevExpress.XtraEditors.SplitterControl();
            splitter.Height   = 50;
            splitter.Dock     = System.Windows.Forms.DockStyle.Top;
            splitter.AutoSize = false;

            //DevExpress.XtraEditors.PanelControl dataPanel = new DevExpress.XtraEditors.PanelControl();
            dataPanel              = new DevExpress.XtraEditors.PanelControl();
            dataPanel.Height       = 50;
            dataPanel.MinimumSize  = new System.Drawing.Size(0, 0);
            dataPanel.Dock         = System.Windows.Forms.DockStyle.Fill;
            dataPanel.AutoSize     = false;
            dataPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;

            if (((System.Windows.Forms.Control)sender).Parent == null)
            {
                return;
            }
            ((System.Windows.Forms.Control)sender).Parent.Controls.Add(dataPanel);
            ((System.Windows.Forms.Control)sender).Parent.Controls.Add(splitter);
            ((System.Windows.Forms.Control)sender).Parent.Controls.Add(filterPanel);


            // Находим контрол, показывающий ListView
            System.Windows.Forms.Control ctrl = ((System.Windows.Forms.Control)sender).Parent.Controls[0];
            ctrl.Parent = dataPanel;
            FilterPanelHide();
        }
示例#2
0
        void ViewController2_HandleCreated(object sender, EventArgs e)
        {
            // Вставка Layout
            if (AnalysisCriterionListAction.Items.Count == 0)
            {
                return;
            }

            //DevExpress.XtraEditors.PanelControl filterPanel = new DevExpress.XtraEditors.PanelControl();
            filterPanel             = new DevExpress.XtraEditors.PanelControl();
            filterPanel.Height      = 80;
            filterPanel.MinimumSize = new System.Drawing.Size(0, 0);
            filterPanel.Dock        = System.Windows.Forms.DockStyle.Top;
            filterPanel.AutoSize    = false;
            //filterPanel.GetPreferredSize(
            filterPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            //filterPanel.Hide();
            //filterPanel.Show();
            //filterPanel.Controls.Add(splitter);

            splitter          = new DevExpress.XtraEditors.SplitterControl();
            splitter.Height   = 50;
            splitter.Dock     = System.Windows.Forms.DockStyle.Top;
            splitter.AutoSize = false;
            //splitter.Hide();
            //splitter.Show();
            //splitter.Controls.Add(filterPanel);

            //DevExpress.XtraEditors.PanelControl dataPanel = new DevExpress.XtraEditors.PanelControl();
            dataPanel              = new DevExpress.XtraEditors.PanelControl();
            dataPanel.Height       = 50;
            dataPanel.MinimumSize  = new System.Drawing.Size(0, 0);
            dataPanel.Dock         = System.Windows.Forms.DockStyle.Fill;
            dataPanel.AutoSize     = false;
            dataPanel.AutoSizeMode = AutoSizeMode.GrowAndShrink;
            //dataPanel.Hide();
            //dataPanel.Show();
            //dataPanel.Controls.Add(splitter);

            if (((System.Windows.Forms.Control)sender).Parent == null)
            {
                return;
            }
            ((System.Windows.Forms.Control)sender).Parent.Controls.Add(dataPanel);
            ((System.Windows.Forms.Control)sender).Parent.Controls.Add(splitter);
            ((System.Windows.Forms.Control)sender).Parent.Controls.Add(filterPanel);

            // Находим контрол, показывающий DetailView
            System.Windows.Forms.Control ctrl = ((System.Windows.Forms.Control)sender).Parent.Controls[0];
            ctrl.Parent = dataPanel;

            // DetailView с фильтром
            IObjectSpace objectSpace = Application.CreateObjectSpace();

            // Находим 1-й элемент списка фильтров
            IModelDetailView node = AnalysisCriterionListAction.Items[0].Data as IModelDetailView;
            // Тип объекта-фильтра
            Type filterObjType = node.ModelClass.TypeInfo.Type;

            wp = objectSpace.CreateObject(filterObjType) as ICustomFilter;
            if (wp == null)
            {
                return;
            }

            string DetailViewId = frame.Application.FindDetailViewId(wp.GetType());
            //TargetWindow openMode = TargetWindow.Current;

            DetailView newView = frame.Application.CreateDetailView(objectSpace, DetailViewId, false, wp);

            newView.CreateControls();

            // Назначения:
            //DevExpress.ExpressApp.ListView listView = sender as DevExpress.ExpressApp.ListView;
            DevExpress.ExpressApp.DetailView detailView = View as DevExpress.ExpressApp.DetailView;
            if (detailView == null)
            {
                return;
            }
            // ((System.Windows.Forms.Control)sender).Parent.Parent.Parent.Parent.Parent  as DevExpress.ExpressApp.ListView
            DevExpress.ExpressApp.DC.ITypeInfo objectTypeInfo = detailView.ObjectTypeInfo;

            wp.LV = null;
            wp.DV = detailView;
            //wp.objectType = typeObjectOfListView;
            wp.objectTypeInfo     = objectTypeInfo;
            wp.CriteriaController = this;

            DevExpress.ExpressApp.Win.Layout.XafLayoutControl ctrlFilter = ((DevExpress.ExpressApp.Win.Layout.XafLayoutControl)newView.Control);

            filterPanel.Controls.Add(ctrlFilter);

            // Показ панели с фильтром
            FilterPanelShow(GetFilterHight(newView) + 30);
        }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormExtrapolationMethod));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = 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.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     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.barButtonItem6 = 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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton11 = new DevExpress.XtraEditors.SimpleButton();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     this.simpleButton10 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton9 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton8 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((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.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5});
     this.barManager1.MaxItemId = 52;
     //
     // 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.barButtonItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     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";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���빫������";
     this.barButtonItem5.Id = 51;
     this.barButtonItem5.ImageIndex = 20;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // 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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     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 = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_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);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 16;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "��ӷ���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 15;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����ӷ���";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 16;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ���";
     this.barButtonItem3.Id = 49;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "ɾ������";
     this.barButtonItem4.Id = 50;
     this.barButtonItem4.ImageIndex = 10;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // 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);
     //
     // 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(1074, 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(1074, 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(1074, 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, "06 Picture.ico");
     //
     // 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(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton11);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton10);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton9);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton8);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton7);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1074, 334);
     this.splitContainerControl1.SplitterPosition = 274;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // 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(794, 334);
     this.chart_user1.TabIndex = 0;
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(145, 47);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(117, 34);
     this.simpleButton6.TabIndex = 3;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Location = new System.Drawing.Point(145, 130);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(117, 34);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text = "�����������";
     this.simpleButton4.Visible = false;
     this.simpleButton4.Click += new System.EventHandler(this.button3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(145, 87);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(117, 34);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Visible = false;
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton11
     //
     this.simpleButton11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton11.ImageIndex = 3;
     this.simpleButton11.ImageList = this.imageList2;
     this.simpleButton11.Location = new System.Drawing.Point(37, 257);
     this.simpleButton11.Name = "simpleButton11";
     this.simpleButton11.Size = new System.Drawing.Size(82, 69);
     this.simpleButton11.TabIndex = 7;
     this.simpleButton11.Text = "ָ��ģ��";
     this.simpleButton11.Click += new System.EventHandler(this.simpleButton11_Click);
     //
     // 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.jpg");
     this.imageList2.Images.SetKeyName(1, "2.jpg");
     this.imageList2.Images.SetKeyName(2, "3.jpg");
     this.imageList2.Images.SetKeyName(3, "4.jpg");
     this.imageList2.Images.SetKeyName(4, "5.jpg");
     //
     // simpleButton10
     //
     this.simpleButton10.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton10.ImageIndex = 4;
     this.simpleButton10.ImageList = this.imageList2;
     this.simpleButton10.Location = new System.Drawing.Point(167, 257);
     this.simpleButton10.Name = "simpleButton10";
     this.simpleButton10.Size = new System.Drawing.Size(82, 69);
     this.simpleButton10.TabIndex = 8;
     this.simpleButton10.Text = "��������ģ��";
     this.simpleButton10.Click += new System.EventHandler(this.simpleButton10_Click);
     //
     // simpleButton9
     //
     this.simpleButton9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton9.ImageIndex = 2;
     this.simpleButton9.ImageList = this.imageList2;
     this.simpleButton9.ImageLocation = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
     this.simpleButton9.Location = new System.Drawing.Point(37, 107);
     this.simpleButton9.Name = "simpleButton9";
     this.simpleButton9.Size = new System.Drawing.Size(82, 69);
     this.simpleButton9.TabIndex = 6;
     this.simpleButton9.Text = "����ģ��";
     this.simpleButton9.Click += new System.EventHandler(this.simpleButton9_Click);
     //
     // simpleButton8
     //
     this.simpleButton8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton8.ImageIndex = 1;
     this.simpleButton8.ImageList = this.imageList2;
     this.simpleButton8.Location = new System.Drawing.Point(167, 175);
     this.simpleButton8.Name = "simpleButton8";
     this.simpleButton8.Size = new System.Drawing.Size(82, 69);
     this.simpleButton8.TabIndex = 5;
     this.simpleButton8.Text = "������ģ��";
     this.simpleButton8.Click += new System.EventHandler(this.simpleButton8_Click);
     //
     // simpleButton7
     //
     this.simpleButton7.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton7.ImageIndex = 0;
     this.simpleButton7.ImageList = this.imageList2;
     this.simpleButton7.Location = new System.Drawing.Point(37, 182);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(82, 69);
     this.simpleButton7.TabIndex = 4;
     this.simpleButton7.Text = "ֱ��ģ��";
     this.simpleButton7.Click += new System.EventHandler(this.simpleButton7_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(12, 47);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(117, 34);
     this.simpleButton5.TabIndex = 2;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(145, 9);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(117, 34);
     this.simpleButton3.TabIndex = 1;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(12, 9);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(117, 34);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // 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.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1074, 689);
     this.splitContainerControl2.SplitterPosition = 334;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // 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(1074, 349);
     this.treeList1.TabIndex = 1;
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // FormExtrapolationMethod
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 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 = "FormExtrapolationMethod";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "���Ʒ�";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
示例#4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.repositoryItemCheckEdit2  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.GridControlMemberPackage  = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn28        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn45        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn50        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn49        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn34        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChecked          = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2         = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1    = new DevExpress.XtraEditors.SplitterControl();
     this.panelControlPackage = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2       = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1     = new DevExpress.XtraEditors.SimpleButton();
     this.toolTip1            = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     this.SuspendLayout();
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight  = false;
     this.repositoryItemCheckEdit2.Name        = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle   = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit2.ValueGrayed = "";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location    = new System.Drawing.Point(0, 0);
     this.panelControlMemberPackage.Name        = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size        = new System.Drawing.Size(864, 220);
     this.panelControlMemberPackage.TabIndex    = 1;
     //
     // GridControlMemberPackage
     //
     this.GridControlMemberPackage.Location = new System.Drawing.Point(-2, 13);
     this.GridControlMemberPackage.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControlMemberPackage.MainView = this.gridViewMemberPackage;
     this.GridControlMemberPackage.Name     = "GridControlMemberPackage";
     this.GridControlMemberPackage.Size     = new System.Drawing.Size(818, 229);
     this.GridControlMemberPackage.TabIndex = 8;
     this.GridControlMemberPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewMemberPackage
     });
     this.GridControlMemberPackage.Click += new System.EventHandler(this.GridControlMemberPackage_Click);
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.GridColumn28,
         this.GridColumn30,
         this.GridColumn31,
         this.GridColumn32,
         this.GridColumn33,
         this.GridColumn35,
         this.GridColumn44,
         this.GridColumn45,
         this.GridColumn50,
         this.GridColumn49,
         this.gridColumn14,
         this.GridColumn34,
         this.gridColumn13,
         this.colChecked,
         this.gridColumn2
     });
     this.gridViewMemberPackage.GridControl          = this.GridControlMemberPackage;
     this.gridViewMemberPackage.GroupFormat          = "";
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsCustomization.AllowGroup = false;
     this.gridViewMemberPackage.OptionsCustomization.AllowSort  = false;
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth     = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel      = false;
     this.gridViewMemberPackage.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewMemberPackage_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "Type";
     this.gridColumn1.FieldName    = "strPackageType";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width        = 100;
     //
     // GridColumn28
     //
     this.GridColumn28.Caption   = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name      = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit   = false;
     this.GridColumn28.OptionsColumn.AllowFocus  = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible      = true;
     this.GridColumn28.VisibleIndex = 2;
     this.GridColumn28.Width        = 80;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption   = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name      = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit   = false;
     this.GridColumn30.OptionsColumn.AllowFocus  = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible      = true;
     this.GridColumn30.VisibleIndex = 3;
     this.GridColumn30.Width        = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption   = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name      = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit   = false;
     this.GridColumn31.OptionsColumn.AllowFocus  = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible      = true;
     this.GridColumn31.VisibleIndex = 4;
     this.GridColumn31.Width        = 280;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name      = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit   = false;
     this.GridColumn32.OptionsColumn.AllowFocus  = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption   = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name      = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit   = false;
     this.GridColumn33.OptionsColumn.AllowFocus  = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Width = 82;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name      = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit   = false;
     this.GridColumn35.OptionsColumn.AllowFocus  = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Width = 73;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name      = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit   = false;
     this.GridColumn44.OptionsColumn.AllowFocus  = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Width = 104;
     //
     // GridColumn45
     //
     this.GridColumn45.Caption    = "Free Indicator";
     this.GridColumn45.ColumnEdit = this.repositoryItemCheckEdit1;
     this.GridColumn45.FieldName  = "fFree";
     this.GridColumn45.Name       = "GridColumn45";
     this.GridColumn45.OptionsColumn.AllowEdit   = false;
     this.GridColumn45.OptionsColumn.AllowFocus  = false;
     this.GridColumn45.OptionsFilter.AllowFilter = false;
     this.GridColumn45.Width = 110;
     //
     // GridColumn50
     //
     this.GridColumn50.Caption = "Usage Balance Amount";
     this.GridColumn50.DisplayFormat.FormatString = "{0:C}";
     this.GridColumn50.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.GridColumn50.FieldName = "UsageBalAmt";
     this.GridColumn50.Name      = "GridColumn50";
     this.GridColumn50.OptionsColumn.AllowEdit   = false;
     this.GridColumn50.OptionsColumn.AllowFocus  = false;
     this.GridColumn50.OptionsFilter.AllowFilter = false;
     this.GridColumn50.Visible      = true;
     this.GridColumn50.VisibleIndex = 5;
     this.GridColumn50.Width        = 134;
     //
     // GridColumn49
     //
     this.GridColumn49.Caption   = "Remark";
     this.GridColumn49.FieldName = "strRemarks";
     this.GridColumn49.Name      = "GridColumn49";
     this.GridColumn49.OptionsColumn.AllowEdit   = false;
     this.GridColumn49.OptionsColumn.AllowFocus  = false;
     this.GridColumn49.OptionsFilter.AllowFilter = false;
     this.GridColumn49.Visible      = true;
     this.GridColumn49.VisibleIndex = 6;
     this.GridColumn49.Width        = 70;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Paid Amount";
     this.gridColumn14.DisplayFormat.FormatString = "{0:C}";
     this.gridColumn14.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn14.FieldName = "PaidAmt";
     this.gridColumn14.Name      = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit   = false;
     this.gridColumn14.OptionsColumn.AllowFocus  = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.Width = 90;
     //
     // GridColumn34
     //
     this.GridColumn34.Caption   = "Balance";
     this.GridColumn34.FieldName = "strBalNew";
     this.GridColumn34.Name      = "GridColumn34";
     this.GridColumn34.OptionsColumn.AllowEdit   = false;
     this.GridColumn34.OptionsColumn.AllowFocus  = false;
     this.GridColumn34.OptionsFilter.AllowFilter = false;
     this.GridColumn34.Visible      = true;
     this.GridColumn34.VisibleIndex = 7;
     this.GridColumn34.Width        = 60;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Unit Price";
     this.gridColumn13.DisplayFormat.FormatString = "{0:C}";
     this.gridColumn13.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Custom;
     this.gridColumn13.FieldName = "mBaseUnitPrice";
     this.gridColumn13.Name      = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit   = false;
     this.gridColumn13.OptionsColumn.AllowFocus  = false;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Width = 57;
     //
     // colChecked
     //
     this.colChecked.ColumnEdit   = this.repositoryItemCheckEdit2;
     this.colChecked.FieldName    = "Checked";
     this.colChecked.Name         = "colChecked";
     this.colChecked.Visible      = true;
     this.colChecked.VisibleIndex = 0;
     this.colChecked.Width        = 34;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption      = "Calculation";
     this.gridColumn2.FieldName    = "strCalculation";
     this.gridColumn2.Name         = "gridColumn2";
     this.gridColumn2.Visible      = true;
     this.gridColumn2.VisibleIndex = 8;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(979, 6);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GridControlMemberPackage);
     this.panelControlPackage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 6);
     this.panelControlPackage.Name     = "panelControlPackage";
     this.panelControlPackage.Size     = new System.Drawing.Size(979, 316);
     this.panelControlPackage.TabIndex = 4;
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(644, 247);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.Size         = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex     = 12;
     this.simpleButton2.Text         = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location     = new System.Drawing.Point(557, 247);
     this.simpleButtonOK1.Name         = "simpleButtonOK1";
     this.simpleButtonOK1.Size         = new System.Drawing.Size(75, 23);
     this.simpleButtonOK1.TabIndex     = 11;
     this.simpleButtonOK1.Text         = "OK";
     this.simpleButtonOK1.Click       += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // FormUpgradePackageNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(979, 322);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormUpgradePackageNew";
     this.ShowInTaskbar   = false;
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Upgrade Selection";
     this.Load           += new System.EventHandler(this.FormUpgradePackage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#5
0
 /// <summary> 
 /// Required method for Designer support - do not modify 
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1 = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1 = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1 = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62 = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63 = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers = false;
     this.dateNavigator1.Size = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex = 1;
     this.dateNavigator1.DoubleClick += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage = this.schedulerStorage1;
     this.schedulerControl1.TabIndex = 0;
     this.schedulerControl1.Text = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
                                                                                                           timeRuler1});
     this.schedulerControl1.Views.DayView.TimeScale = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
                                                                                                                timeRuler2});
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name = "pnlCtrlTop";
     this.pnlCtrlTop.Size = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name = "sBtnRefresh";
     this.sBtnRefresh.Size = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text = "Refresh";
     this.sBtnRefresh.Click += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name = "sBtnWaitingList";
     this.sBtnWaitingList.Size = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text = "Waiting List";
     this.sBtnWaitingList.Click += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex = 1;
     this.sBtnSubtract.Location = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name = "sBtnSubtract";
     this.sBtnSubtract.Size = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text = ">>";
     this.sBtnSubtract.Click += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name = "sBtnForfeit";
     this.sBtnForfeit.Size = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text = "Forfeit";
     this.sBtnForfeit.Click += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name = "SimpleButton61";
     this.SimpleButton61.Size = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text = "Mark Service";
     this.SimpleButton61.Click += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name = "SimpleButton62";
     this.SimpleButton62.Size = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text = "Delete";
     this.SimpleButton62.Click += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name = "SimpleButton63";
     this.SimpleButton63.Size = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text = "New";
     this.SimpleButton63.Click += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex = 0;
     this.sBtnAdd.Location = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name = "sBtnAdd";
     this.sBtnAdd.Size = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text = "<<";
     this.sBtnAdd.Click += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick = true;
     this.resourcesCheckedListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex = 57;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastD));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     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.barButtonItem35 = 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.barButtonItem34 = 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.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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.imageList2 = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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.barButtonItem34,
     this.barButtonItem35});
     this.barManager1.MaxItemId = 60;
     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),
     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(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.barButtonItem35),
     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),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem34)});
     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);
     //
     // barButtonItem35
     //
     this.barButtonItem35.Caption = "��ֵ���ķ�";
     this.barButtonItem35.Id = 58;
     this.barButtonItem35.Name = "barButtonItem35";
     this.barButtonItem35.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem35_ItemClick);
     //
     // 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.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     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.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);
     //
     // barButtonItem34
     //
     this.barButtonItem34.Caption = "�ӳش��û�";
     this.barButtonItem34.Id = 57;
     this.barButtonItem34.Name = "barButtonItem34";
     this.barButtonItem34.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem34.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem34_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);
     //
     // 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";
     //
     // barDockControlTop
     //
     this.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.barDockControlTop.Location = new System.Drawing.Point(0, 0);
     this.barDockControlTop.Size = new System.Drawing.Size(1028, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 509);
     this.barDockControlBottom.Size = new System.Drawing.Size(1028, 22);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 475);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1028, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 475);
     //
     // 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";
     //
     // 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, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // treeList2
     //
     this.treeList2.Location = new System.Drawing.Point(770, 517);
     this.treeList2.Name = "treeList2";
     this.treeList2.Size = new System.Drawing.Size(82, 14);
     this.treeList2.TabIndex = 7;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 40);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 469);
     this.splitContainerControl1.SplitterPosition = 311;
     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(1028, 152);
     this.treeList1.TabIndex = 1;
     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(1028, 311);
     this.chart_user1.TabIndex = 0;
     //
     // 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");
     //
     // FormForecastD
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 531);
     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 = "FormForecastD";
     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.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFqHistory));
     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.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = 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.barButtonItem6 = 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.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.treeListColumn2 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     this.treeListColumn1 = new DevExpress.XtraTreeList.Columns.TreeListColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((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.barButtonItem20,
     this.barButtonItem6,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem12,
     this.barButtonItem13,
     this.barButtonItem14,
     this.barSubItem2,
     this.barButtonItem15,
     this.barButtonItem16});
     this.barManager1.MaxItemId = 70;
     //
     // 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.barButtonItem14),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem12, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true),
     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 = 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 = 9;
     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 = 17;
     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);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Hint = "����һλ";
     this.barButtonItem14.Id = 66;
     this.barButtonItem14.ImageIndex = 21;
     this.barButtonItem14.Name = "barButtonItem14";
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "��������";
     this.barButtonItem12.Id = 64;
     this.barButtonItem12.ImageIndex = 17;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_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);
     //
     // 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);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "��������";
     this.barSubItem2.Id = 67;
     this.barSubItem2.ImageIndex = 5;
     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 = 68;
     this.barButtonItem15.ImageIndex = 3;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
     //
     // barButtonItem16
     //
     this.barButtonItem16.Caption = "ѡ����ݺ�������";
     this.barButtonItem16.Id = 69;
     this.barButtonItem16.ImageIndex = 5;
     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(1074, 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(1074, 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(1074, 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");
     //
     // 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);
     //
     // 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(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // treeList1
     //
     this.treeList1.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
     this.treeListColumn2});
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.HorzScrollVisibility = DevExpress.XtraTreeList.ScrollVisibility.Always;
     this.treeList1.Location = new System.Drawing.Point(0, 40);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.Size = new System.Drawing.Size(1074, 689);
     this.treeList1.TabIndex = 6;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged_1);
     //
     // treeListColumn2
     //
     this.treeListColumn2.Caption = "treeListColumn2";
     this.treeListColumn2.FieldName = "Sort";
     this.treeListColumn2.Name = "treeListColumn2";
     this.treeListColumn2.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     //
     // treeListColumn1
     //
     this.treeListColumn1.Caption = "treeListColumn1";
     this.treeListColumn1.FieldName = "Sort";
     this.treeListColumn1.Name = "treeListColumn1";
     this.treeListColumn1.SortOrder = System.Windows.Forms.SortOrder.Ascending;
     //
     // FormFqHistory
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 729);
     this.Controls.Add(this.treeList1);
     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 = "FormFqHistory";
     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.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     DevExpress.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     this.schedulerControl1          = new DevExpress.XtraScheduler.SchedulerControl();
     this.schedulerDataStorage1      = new DevExpress.XtraScheduler.SchedulerDataStorage(this.components);
     this.carSchedulingBindingSource = new System.Windows.Forms.BindingSource(this.components);
     this.carsDBDataSet                = new SchedulerGridSync.CarsDBDataSet();
     this.carSchedulingTableAdapter    = new SchedulerGridSync.CarsDBDataSetTableAdapters.CarSchedulingTableAdapter();
     this.repImgPriority               = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repSpinDuration              = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repImgSeverity               = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.splitterControl2             = new DevExpress.XtraEditors.SplitterControl();
     this.repositoryItemImageComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemSpinEdit1      = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemImageComboBox2 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemImageComboBox3 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.repositoryItemSpinEdit2      = new DevExpress.XtraEditors.Repository.RepositoryItemSpinEdit();
     this.repositoryItemImageComboBox4 = new DevExpress.XtraEditors.Repository.RepositoryItemImageComboBox();
     this.gridControl1   = new DevExpress.XtraGrid.GridControl();
     this.gridView1      = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colStatus      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colSubject     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLabel       = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colStartTime   = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colEndTime     = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colLocation    = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colAllDay      = new DevExpress.XtraGrid.Columns.GridColumn();
     this.panel1         = new System.Windows.Forms.Panel();
     this.label1         = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.carSchedulingBindingSource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.carsDBDataSet)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgPriority)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSpinDuration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgSeverity)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerControl1
     //
     this.schedulerControl1.ActiveViewType = DevExpress.XtraScheduler.SchedulerViewType.Month;
     this.schedulerControl1.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location       = new System.Drawing.Point(0, 24);
     this.schedulerControl1.Name           = "schedulerControl1";
     this.schedulerControl1.Size           = new System.Drawing.Size(808, 298);
     this.schedulerControl1.Start          = new System.DateTime(2010, 7, 11, 0, 0, 0, 0);
     this.schedulerControl1.DataStorage    = this.schedulerDataStorage1;
     this.schedulerControl1.TabIndex       = 0;
     this.schedulerControl1.Text           = "schedulerControl1";
     this.schedulerControl1.Views.DayView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.DayView.TimeRulers.Add(timeRuler1);
     this.schedulerControl1.Views.MonthView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.MonthView.WeekCount = 3;
     this.schedulerControl1.Views.TimelineView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.WeekView.NavigationButtonVisibility     = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.WorkWeekView.NavigationButtonVisibility = DevExpress.XtraScheduler.NavigationButtonVisibility.Never;
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.Add(timeRuler2);
     //
     // schedulerDataStorage1
     //
     this.schedulerDataStorage1.Appointments.DataSource           = this.carSchedulingBindingSource;
     this.schedulerDataStorage1.Appointments.Mappings.AllDay      = "AllDay";
     this.schedulerDataStorage1.Appointments.Mappings.Description = "Description";
     this.schedulerDataStorage1.Appointments.Mappings.End         = "EndTime";
     this.schedulerDataStorage1.Appointments.Mappings.Label       = "Label";
     this.schedulerDataStorage1.Appointments.Mappings.Location    = "Location";
     this.schedulerDataStorage1.Appointments.Mappings.Start       = "StartTime";
     this.schedulerDataStorage1.Appointments.Mappings.Status      = "Status";
     this.schedulerDataStorage1.Appointments.Mappings.Subject     = "Subject";
     this.schedulerDataStorage1.FilterAppointment                  += new DevExpress.XtraScheduler.PersistentObjectCancelEventHandler(this.schedulerDataStorage1_FilterAppointment);
     this.schedulerDataStorage1.AppointmentCollectionCleared       += new System.EventHandler(this.schedulerDataStorage1_AppointmentCollectionCleared);
     this.schedulerDataStorage1.AppointmentCollectionAutoReloading += new DevExpress.XtraScheduler.CancelListChangedEventHandler(this.schedulerDataStorage1_AppointmentCollectionAutoReloading);
     //
     // carSchedulingBindingSource
     //
     this.carSchedulingBindingSource.DataMember = "CarScheduling";
     this.carSchedulingBindingSource.DataSource = this.carsDBDataSet;
     //
     // carsDBDataSet
     //
     this.carsDBDataSet.DataSetName             = "CarsDBDataSet";
     this.carsDBDataSet.Locale                  = new System.Globalization.CultureInfo("");
     this.carsDBDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
     //
     // carSchedulingTableAdapter
     //
     this.carSchedulingTableAdapter.ClearBeforeFill = true;
     //
     // repImgPriority
     //
     this.repImgPriority.AutoHeight = false;
     this.repImgPriority.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repImgPriority.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Low", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Normal", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("High", 2, -1)
     });
     this.repImgPriority.Name = "repImgPriority";
     //
     // repSpinDuration
     //
     this.repSpinDuration.AutoHeight = false;
     this.repSpinDuration.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repSpinDuration.IsFloatValue  = false;
     this.repSpinDuration.Mask.EditMask = "N00";
     this.repSpinDuration.MaxValue      = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.repSpinDuration.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.repSpinDuration.Name = "repSpinDuration";
     //
     // repImgSeverity
     //
     this.repImgSeverity.AutoHeight = false;
     this.repImgSeverity.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repImgSeverity.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minor", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Moderate", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Severe", 2, -1)
     });
     this.repImgSeverity.Name = "repImgSeverity";
     //
     // splitterControl2
     //
     this.splitterControl2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitterControl2.Location = new System.Drawing.Point(0, 322);
     this.splitterControl2.Name     = "splitterControl2";
     this.splitterControl2.Size     = new System.Drawing.Size(808, 6);
     this.splitterControl2.TabIndex = 8;
     this.splitterControl2.TabStop  = false;
     //
     // repositoryItemImageComboBox1
     //
     this.repositoryItemImageComboBox1.AutoHeight = false;
     this.repositoryItemImageComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox1.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Low", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Normal", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("High", 2, -1)
     });
     this.repositoryItemImageComboBox1.Name = "repositoryItemImageComboBox1";
     //
     // repositoryItemSpinEdit1
     //
     this.repositoryItemSpinEdit1.AutoHeight = false;
     this.repositoryItemSpinEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemSpinEdit1.IsFloatValue  = false;
     this.repositoryItemSpinEdit1.Mask.EditMask = "N00";
     this.repositoryItemSpinEdit1.MaxValue      = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit1.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit1.Name = "repositoryItemSpinEdit1";
     //
     // repositoryItemImageComboBox2
     //
     this.repositoryItemImageComboBox2.AutoHeight = false;
     this.repositoryItemImageComboBox2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox2.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minor", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Moderate", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Severe", 2, -1)
     });
     this.repositoryItemImageComboBox2.Name = "repositoryItemImageComboBox2";
     //
     // repositoryItemImageComboBox3
     //
     this.repositoryItemImageComboBox3.AutoHeight = false;
     this.repositoryItemImageComboBox3.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox3.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Low", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Normal", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("High", 2, -1)
     });
     this.repositoryItemImageComboBox3.Name = "repositoryItemImageComboBox3";
     //
     // repositoryItemSpinEdit2
     //
     this.repositoryItemSpinEdit2.AutoHeight = false;
     this.repositoryItemSpinEdit2.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.repositoryItemSpinEdit2.IsFloatValue  = false;
     this.repositoryItemSpinEdit2.Mask.EditMask = "N00";
     this.repositoryItemSpinEdit2.MaxValue      = new decimal(new int[] {
         100,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit2.MinValue = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.repositoryItemSpinEdit2.Name = "repositoryItemSpinEdit2";
     //
     // repositoryItemImageComboBox4
     //
     this.repositoryItemImageComboBox4.AutoHeight = false;
     this.repositoryItemImageComboBox4.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.repositoryItemImageComboBox4.Items.AddRange(new DevExpress.XtraEditors.Controls.ImageComboBoxItem[] {
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Minor", 0, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Moderate", 1, -1),
         new DevExpress.XtraEditors.Controls.ImageComboBoxItem("Severe", 2, -1)
     });
     this.repositoryItemImageComboBox4.Name = "repositoryItemImageComboBox4";
     //
     // gridControl1
     //
     this.gridControl1.DataSource             = this.carSchedulingBindingSource;
     this.gridControl1.Dock                   = System.Windows.Forms.DockStyle.Bottom;
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location               = new System.Drawing.Point(0, 328);
     this.gridControl1.MainView               = this.gridView1;
     this.gridControl1.Name                   = "gridControl1";
     this.gridControl1.Size                   = new System.Drawing.Size(808, 233);
     this.gridControl1.TabIndex               = 9;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1
     });
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colStatus,
         this.colSubject,
         this.colDescription,
         this.colLabel,
         this.colStartTime,
         this.colEndTime,
         this.colLocation,
         this.colAllDay
     });
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     this.gridView1.OptionsSelection.MultiSelect = true;
     //
     // colStatus
     //
     this.colStatus.Caption      = "Status";
     this.colStatus.FieldName    = "Status";
     this.colStatus.Name         = "colStatus";
     this.colStatus.Visible      = true;
     this.colStatus.VisibleIndex = 0;
     //
     // colSubject
     //
     this.colSubject.Caption      = "Subject";
     this.colSubject.FieldName    = "Subject";
     this.colSubject.Name         = "colSubject";
     this.colSubject.Visible      = true;
     this.colSubject.VisibleIndex = 1;
     //
     // colDescription
     //
     this.colDescription.Caption      = "Description";
     this.colDescription.FieldName    = "Description";
     this.colDescription.Name         = "colDescription";
     this.colDescription.Visible      = true;
     this.colDescription.VisibleIndex = 2;
     //
     // colLabel
     //
     this.colLabel.Caption      = "Label";
     this.colLabel.FieldName    = "Label";
     this.colLabel.Name         = "colLabel";
     this.colLabel.Visible      = true;
     this.colLabel.VisibleIndex = 3;
     //
     // colStartTime
     //
     this.colStartTime.Caption      = "StartTime";
     this.colStartTime.FieldName    = "StartTime";
     this.colStartTime.Name         = "colStartTime";
     this.colStartTime.Visible      = true;
     this.colStartTime.VisibleIndex = 4;
     //
     // colEndTime
     //
     this.colEndTime.Caption      = "EndTime";
     this.colEndTime.FieldName    = "EndTime";
     this.colEndTime.Name         = "colEndTime";
     this.colEndTime.Visible      = true;
     this.colEndTime.VisibleIndex = 5;
     //
     // colLocation
     //
     this.colLocation.Caption      = "Location";
     this.colLocation.FieldName    = "Location";
     this.colLocation.Name         = "colLocation";
     this.colLocation.Visible      = true;
     this.colLocation.VisibleIndex = 6;
     //
     // colAllDay
     //
     this.colAllDay.Caption      = "AllDay";
     this.colAllDay.FieldName    = "AllDay";
     this.colAllDay.Name         = "colAllDay";
     this.colAllDay.Visible      = true;
     this.colAllDay.VisibleIndex = 7;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(808, 24);
     this.panel1.TabIndex = 10;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 4);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(642, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Click to select grid rows and scheduler appointments. Use CTRL key to perform mul" +
                            "ti-select. Use TAB to switch between appointments.";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(808, 561);
     this.Controls.Add(this.schedulerControl1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.splitterControl2);
     this.Controls.Add(this.gridControl1);
     this.Name          = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "How to get XtraScheduler synchronized with XtraGrid";
     this.Load         += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerDataStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.carSchedulingBindingSource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.carsDBDataSet)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgPriority)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repSpinDuration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repImgSeverity)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemSpinEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemImageComboBox4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast3));
     Dundas.Charting.WinControl.ChartArea chartArea2 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend legend2 = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series series2 = new Dundas.Charting.WinControl.Series();
     Dundas.Charting.WinControl.Title title2 = new Dundas.Charting.WinControl.Title();
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     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.barButtonItem9 = 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.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).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.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barSubItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9,
     this.barButtonItem10});
     this.barManager1.MaxItemId = 57;
     //
     // 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.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
     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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     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);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "ѡȡ��ز���";
     this.barButtonItem10.Id = 56;
     this.barButtonItem10.ImageIndex = 11;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "��ʼ��ȡ��ʷ����";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // 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.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
     this.barSubItem1.Name = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 17;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_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);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "�ӷ����㷨";
     this.barSubItem2.Id = 49;
     this.barSubItem2.ImageIndex = 9;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�������ʷ�";
     this.barButtonItem3.Id = 50;
     this.barButtonItem3.ImageIndex = 1;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "���Ʒ�(ֱ��)";
     this.barButtonItem4.Id = 51;
     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 = 52;
     this.barButtonItem5.ImageIndex = 1;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "���Ʒ�(����)";
     this.barButtonItem7.Id = 53;
     this.barButtonItem7.ImageIndex = 1;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "���Ʒ�(ָ��)";
     this.barButtonItem8.Id = 54;
     this.barButtonItem8.ImageIndex = 1;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "���Ʒ�(��������)";
     this.barButtonItem9.Id = 55;
     this.barButtonItem9.ImageIndex = 1;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_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);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // 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);
     //
     // 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");
     //
     // 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;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.checkBox1);
     this.splitContainerControl1.Panel1.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1022, 335);
     this.splitContainerControl1.SplitterPosition = 541;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // 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(484, 3);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(48, 16);
     this.checkBox1.TabIndex = 8;
     this.checkBox1.Text = "ȫѡ";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click);
     //
     // chart1
     //
     chartArea2.BorderColor = System.Drawing.Color.Empty;
     chartArea2.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea2);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend2.Name = "Default";
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name = "chart1";
     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.Circle;
     series2.Name = "Default";
     series2.ShadowOffset = 1;
     this.chart1.Series.Add(series2);
     this.chart1.Size = new System.Drawing.Size(535, 329);
     this.chart1.TabIndex = 7;
     this.chart1.Text = "chart1";
     title2.Name = "Title1";
     this.chart1.Titles.Add(title2);
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(185, 132);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(100, 40);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(185, 74);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(100, 40);
     this.simpleButton4.TabIndex = 3;
     this.simpleButton4.Text = "�����������";
     this.simpleButton4.Visible = false;
     this.simpleButton4.Click += new System.EventHandler(this.button3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(185, 18);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(100, 40);
     this.simpleButton2.TabIndex = 1;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(27, 132);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(100, 40);
     this.simpleButton5.TabIndex = 4;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(27, 74);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(100, 40);
     this.simpleButton3.TabIndex = 2;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(27, 18);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(100, 40);
     this.simpleButton1.TabIndex = 0;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1028, 587);
     this.splitContainerControl2.SplitterPosition = 242;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // 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, 236);
     this.treeList1.TabIndex = 0;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // FormForecast3
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 625);
     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 = "FormForecast3";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
示例#10
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.XtraScheduler.TimeRuler timeRuler1 = new DevExpress.XtraScheduler.TimeRuler();
     DevExpress.XtraScheduler.TimeRuler timeRuler2 = new DevExpress.XtraScheduler.TimeRuler();
     System.Resources.ResourceManager   resources  = new System.Resources.ResourceManager(typeof(SpaBookingControl));
     this.schedulerStorage1  = new DevExpress.XtraScheduler.SchedulerStorage(this.components);
     this.dateNavigator1     = new DevExpress.XtraScheduler.DateNavigator();
     this.schedulerControl1  = new DevExpress.XtraScheduler.SchedulerControl();
     this.toolTipController1 = new DevExpress.Utils.ToolTipController(this.components);
     this.splitterControl1   = new DevExpress.XtraEditors.SplitterControl();
     this.pnlCtrlScheduler   = new DevExpress.XtraEditors.PanelControl();
     this.pnlCtrlTop         = new DevExpress.XtraEditors.PanelControl();
     this.sBtnRefresh        = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnWaitingList    = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract       = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnForfeit        = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton61     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton62     = new DevExpress.XtraEditors.SimpleButton();
     this.SimpleButton63     = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd            = new DevExpress.XtraEditors.SimpleButton();
     this.imageList1         = new System.Windows.Forms.ImageList(this.components);
     this.resourcesCheckedListBoxControl1 = new DevExpress.XtraScheduler.UI.ResourcesCheckedListBoxControl();
     this.splitContainerControl1          = new DevExpress.XtraEditors.SplitContainerControl();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).BeginInit();
     this.pnlCtrlScheduler.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).BeginInit();
     this.pnlCtrlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // schedulerStorage1
     //
     this.schedulerStorage1.Appointments.DataMember           = "tblServiceSession";
     this.schedulerStorage1.Appointments.Mappings.Description = "strRemarks";
     this.schedulerStorage1.Appointments.Mappings.End         = "dtEndTime";
     this.schedulerStorage1.Appointments.Mappings.ResourceId  = "nServiceEmployeeID";
     this.schedulerStorage1.Appointments.Mappings.Start       = "dtStartTime";
     this.schedulerStorage1.Appointments.Mappings.Status      = "nStatusID";
     this.schedulerStorage1.Appointments.Mappings.Subject     = "strServiceCode";
     this.schedulerStorage1.AppointmentsInserted += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsDeleted  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     this.schedulerStorage1.AppointmentsChanged  += new DevExpress.XtraScheduler.PersistentObjectsEventHandler(this.schedulerStorage1_AppointmentsChanged);
     //
     // dateNavigator1
     //
     this.dateNavigator1.AppearanceCalendar.Font            = new System.Drawing.Font("Tahoma", 8F);
     this.dateNavigator1.AppearanceCalendar.Options.UseFont = true;
     this.dateNavigator1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.dateNavigator1.Location         = new System.Drawing.Point(0, 0);
     this.dateNavigator1.Name             = "dateNavigator1";
     this.dateNavigator1.SchedulerControl = this.schedulerControl1;
     this.dateNavigator1.ShowWeekNumbers  = false;
     this.dateNavigator1.Size             = new System.Drawing.Size(142, 296);
     this.dateNavigator1.TabIndex         = 1;
     this.dateNavigator1.DoubleClick     += new System.EventHandler(this.dateNavigator1_EditDateModified);
     //
     // schedulerControl1
     //
     this.schedulerControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.schedulerControl1.Location = new System.Drawing.Point(0, 0);
     this.schedulerControl1.Name     = "schedulerControl1";
     this.schedulerControl1.OptionsCustomization.AllowAppointmentConflicts            = DevExpress.XtraScheduler.AppointmentConflictsMode.Forbidden;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentCopy                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDelete               = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDrag                 = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentDragBetweenResources = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsCustomization.AllowAppointmentMultiSelect          = false;
     this.schedulerControl1.OptionsCustomization.AllowInplaceEditor = DevExpress.XtraScheduler.UsedAppointmentType.None;
     this.schedulerControl1.OptionsView.ToolTipVisibility           = DevExpress.XtraScheduler.ToolTipVisibility.Always;
     this.schedulerControl1.Size              = new System.Drawing.Size(684, 372);
     this.schedulerControl1.Start             = new System.DateTime(2006, 4, 22, 0, 0, 0, 0);
     this.schedulerControl1.Storage           = this.schedulerStorage1;
     this.schedulerControl1.TabIndex          = 0;
     this.schedulerControl1.Text              = "schedulerControl1";
     this.schedulerControl1.ToolTipController = this.toolTipController1;
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Font            = new System.Drawing.Font("Tahoma", 10F);
     this.schedulerControl1.Views.DayView.Appearance.HeaderCaption.Options.UseFont = true;
     this.schedulerControl1.Views.DayView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler1
     });
     this.schedulerControl1.Views.DayView.TimeScale            = System.TimeSpan.Parse("00:15:00");
     this.schedulerControl1.Views.DayView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.DayView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.Views.WorkWeekView.TimeRulers.AddRange(new DevExpress.XtraScheduler.TimeRuler[] {
         timeRuler2
     });
     this.schedulerControl1.Views.WorkWeekView.VisibleTime.Duration = System.TimeSpan.Parse("1.00:00:00");
     this.schedulerControl1.Views.WorkWeekView.WorkTime.Duration    = System.TimeSpan.Parse("09:00:00");
     this.schedulerControl1.SelectionChanged += new System.EventHandler(this.schedulerControl1_SelectionChanged);
     this.schedulerControl1.CustomDrawAppointmentBackground += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawAppointmentBackground);
     this.schedulerControl1.CustomDrawResourceHeader        += new DevExpress.XtraScheduler.CustomDrawObjectEventHandler(this.schedulerControl1_CustomDrawResourceHeader);
     this.schedulerControl1.EditAppointmentFormShowing      += new DevExpress.XtraScheduler.AppointmentFormEventHandler(this.schedulerControl1_EditAppointmentFormShowing_1);
     //
     // toolTipController1
     //
     this.toolTipController1.ShowShadow  = false;
     this.toolTipController1.BeforeShow += new DevExpress.Utils.ToolTipControllerBeforeShowEventHandler(this.toolTipController1_BeforeShow);
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.splitterControl1.Location = new System.Drawing.Point(684, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(4, 408);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop  = false;
     //
     // pnlCtrlScheduler
     //
     this.pnlCtrlScheduler.AutoScroll  = true;
     this.pnlCtrlScheduler.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlScheduler.Controls.Add(this.schedulerControl1);
     this.pnlCtrlScheduler.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.pnlCtrlScheduler.Location = new System.Drawing.Point(0, 36);
     this.pnlCtrlScheduler.Name     = "pnlCtrlScheduler";
     this.pnlCtrlScheduler.Size     = new System.Drawing.Size(684, 372);
     this.pnlCtrlScheduler.TabIndex = 4;
     this.pnlCtrlScheduler.Text     = "panelControl2";
     //
     // pnlCtrlTop
     //
     this.pnlCtrlTop.Appearance.BackColor            = System.Drawing.Color.White;
     this.pnlCtrlTop.Appearance.ForeColor            = System.Drawing.Color.Transparent;
     this.pnlCtrlTop.Appearance.Options.UseBackColor = true;
     this.pnlCtrlTop.Appearance.Options.UseForeColor = true;
     this.pnlCtrlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlTop.Controls.Add(this.sBtnRefresh);
     this.pnlCtrlTop.Controls.Add(this.sBtnWaitingList);
     this.pnlCtrlTop.Controls.Add(this.sBtnSubtract);
     this.pnlCtrlTop.Controls.Add(this.sBtnForfeit);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton61);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton62);
     this.pnlCtrlTop.Controls.Add(this.SimpleButton63);
     this.pnlCtrlTop.Controls.Add(this.sBtnAdd);
     this.pnlCtrlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.pnlCtrlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlCtrlTop.Name     = "pnlCtrlTop";
     this.pnlCtrlTop.Size     = new System.Drawing.Size(684, 36);
     this.pnlCtrlTop.TabIndex = 5;
     this.pnlCtrlTop.Text     = "panelControl2";
     //
     // sBtnRefresh
     //
     this.sBtnRefresh.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnRefresh.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnRefresh.Appearance.Options.UseFont = true;
     this.sBtnRefresh.Location                   = new System.Drawing.Point(538, 8);
     this.sBtnRefresh.Name     = "sBtnRefresh";
     this.sBtnRefresh.Size     = new System.Drawing.Size(82, 24);
     this.sBtnRefresh.TabIndex = 57;
     this.sBtnRefresh.Text     = "Refresh";
     this.sBtnRefresh.Click   += new System.EventHandler(this.sBtnRefresh_Click);
     //
     // sBtnWaitingList
     //
     this.sBtnWaitingList.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnWaitingList.Appearance.Options.UseFont = true;
     this.sBtnWaitingList.Location = new System.Drawing.Point(276, 8);
     this.sBtnWaitingList.Name     = "sBtnWaitingList";
     this.sBtnWaitingList.Size     = new System.Drawing.Size(82, 20);
     this.sBtnWaitingList.TabIndex = 56;
     this.sBtnWaitingList.Text     = "Waiting List";
     this.sBtnWaitingList.Click   += new System.EventHandler(this.sBtnWaitingList_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnSubtract.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont        = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex                        = 1;
     this.sBtnSubtract.Location                          = new System.Drawing.Point(654, 8);
     this.sBtnSubtract.Name     = "sBtnSubtract";
     this.sBtnSubtract.Size     = new System.Drawing.Size(28, 25);
     this.sBtnSubtract.TabIndex = 54;
     this.sBtnSubtract.Text     = ">>";
     this.sBtnSubtract.Click   += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // sBtnForfeit
     //
     this.sBtnForfeit.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.sBtnForfeit.Appearance.Options.UseFont = true;
     this.sBtnForfeit.Location = new System.Drawing.Point(126, 8);
     this.sBtnForfeit.Name     = "sBtnForfeit";
     this.sBtnForfeit.Size     = new System.Drawing.Size(54, 20);
     this.sBtnForfeit.TabIndex = 15;
     this.sBtnForfeit.Text     = "Forfeit";
     this.sBtnForfeit.Click   += new System.EventHandler(this.sBtnForfeit_Click);
     //
     // SimpleButton61
     //
     this.SimpleButton61.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton61.Appearance.Options.UseFont = true;
     this.SimpleButton61.Location = new System.Drawing.Point(184, 8);
     this.SimpleButton61.Name     = "SimpleButton61";
     this.SimpleButton61.Size     = new System.Drawing.Size(88, 20);
     this.SimpleButton61.TabIndex = 14;
     this.SimpleButton61.Text     = "Mark Service";
     this.SimpleButton61.Click   += new System.EventHandler(this.SimpleButton61_Click);
     //
     // SimpleButton62
     //
     this.SimpleButton62.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton62.Appearance.Options.UseFont = true;
     this.SimpleButton62.Location = new System.Drawing.Point(64, 8);
     this.SimpleButton62.Name     = "SimpleButton62";
     this.SimpleButton62.Size     = new System.Drawing.Size(58, 20);
     this.SimpleButton62.TabIndex = 13;
     this.SimpleButton62.Text     = "Delete";
     this.SimpleButton62.Click   += new System.EventHandler(this.SimpleButton62_Click);
     //
     // SimpleButton63
     //
     this.SimpleButton63.Appearance.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.SimpleButton63.Appearance.Options.UseFont = true;
     this.SimpleButton63.Location = new System.Drawing.Point(10, 8);
     this.SimpleButton63.Name     = "SimpleButton63";
     this.SimpleButton63.Size     = new System.Drawing.Size(50, 20);
     this.SimpleButton63.TabIndex = 12;
     this.SimpleButton63.Text     = "New";
     this.SimpleButton63.Click   += new System.EventHandler(this.SimpleButton63_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Anchor                            = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.sBtnAdd.Appearance.Font                   = new System.Drawing.Font("Verdana", 8F);
     this.sBtnAdd.Appearance.Options.UseFont        = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap   = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex                        = 0;
     this.sBtnAdd.Location                          = new System.Drawing.Point(624, 8);
     this.sBtnAdd.Name     = "sBtnAdd";
     this.sBtnAdd.Size     = new System.Drawing.Size(28, 25);
     this.sBtnAdd.TabIndex = 55;
     this.sBtnAdd.Text     = "<<";
     this.sBtnAdd.Click   += new System.EventHandler(this.sBtnAdd_Click);
     //
     // imageList1
     //
     this.imageList1.ColorDepth       = System.Windows.Forms.ColorDepth.Depth24Bit;
     this.imageList1.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     //
     // resourcesCheckedListBoxControl1
     //
     this.resourcesCheckedListBoxControl1.CheckOnClick     = true;
     this.resourcesCheckedListBoxControl1.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.resourcesCheckedListBoxControl1.Location         = new System.Drawing.Point(0, 0);
     this.resourcesCheckedListBoxControl1.Name             = "resourcesCheckedListBoxControl1";
     this.resourcesCheckedListBoxControl1.SchedulerControl = this.schedulerControl1;
     this.resourcesCheckedListBoxControl1.Size             = new System.Drawing.Size(142, 92);
     this.resourcesCheckedListBoxControl1.TabIndex         = 6;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Right;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(688, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.resourcesCheckedListBoxControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.dateNavigator1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size        = new System.Drawing.Size(150, 408);
     this.splitContainerControl1.TabIndex    = 57;
     this.splitContainerControl1.Text        = "splitContainerControl1";
     //
     // SpaBookingControl
     //
     this.Controls.Add(this.pnlCtrlScheduler);
     this.Controls.Add(this.pnlCtrlTop);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "SpaBookingControl";
     this.Size = new System.Drawing.Size(838, 408);
     ((System.ComponentModel.ISupportInitialize)(this.schedulerStorage1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dateNavigator1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.schedulerControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlScheduler)).EndInit();
     this.pnlCtrlScheduler.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlTop)).EndInit();
     this.pnlCtrlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.resourcesCheckedListBoxControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form10Forecast));
     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.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = 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.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.gridControl1 = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.textEdit1 = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).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.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4});
     this.barManager1.MaxItemId = 22;
     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.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "�Զ�����";
     this.barButtonItem9.Id = 16;
     this.barButtonItem9.ImageIndex = 8;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "����";
     this.barButtonItem10.Id = 17;
     this.barButtonItem10.ImageIndex = 11;
     this.barButtonItem10.Name = "barButtonItem10";
     this.barButtonItem10.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem10.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem10_ItemClick);
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "��ӡ";
     this.barButtonItem1.Id = 18;
     this.barButtonItem1.ImageIndex = 1;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "ѡ��";
     this.barButtonItem2.Id = 19;
     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);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "����";
     this.barButtonItem4.Id = 21;
     this.barButtonItem4.ImageIndex = 12;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�ر�";
     this.barButtonItem3.Id = 20;
     this.barButtonItem3.ImageIndex = 9;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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, "������±�.ico");
     //
     // treeList1
     //
     this.treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.treeList1.Dock = System.Windows.Forms.DockStyle.Top;
     this.treeList1.KeyFieldName = "TypeID";
     this.treeList1.Location = new System.Drawing.Point(0, 33);
     this.treeList1.Name = "treeList1";
     this.treeList1.OptionsBehavior.AutoFocusNewNode = true;
     this.treeList1.OptionsView.EnableAppearanceOddRow = true;
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     this.treeList1.Size = new System.Drawing.Size(613, 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.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Mask.EditMask = "#########.##";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 288);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(613, 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, 292);
     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(613, 149);
     this.chart1.TabIndex = 6;
     this.chart1.Text = "chart1";
     title1.Name = "Title1";
     this.chart1.Titles.Add(title1);
     //
     // gridControl1
     //
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(26, 57);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name = "gridControl1";
     this.gridControl1.Size = new System.Drawing.Size(400, 200);
     this.gridControl1.TabIndex = 7;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     this.gridControl1.Visible = false;
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name = "gridView1";
     this.gridView1.OptionsCustomization.AllowFilter = false;
     this.gridView1.OptionsCustomization.AllowGroup = false;
     this.gridView1.OptionsCustomization.AllowSort = false;
     this.gridView1.OptionsMenu.EnableColumnMenu = false;
     this.gridView1.OptionsMenu.EnableFooterMenu = false;
     this.gridView1.OptionsMenu.EnableGroupPanelMenu = false;
     //
     // textEdit1
     //
     this.textEdit1.Location = new System.Drawing.Point(456, -85);
     this.textEdit1.Name = "textEdit1";
     this.textEdit1.Size = new System.Drawing.Size(100, 21);
     this.textEdit1.TabIndex = 8;
     //
     // Form10Forecast
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(613, 462);
     this.Controls.Add(this.textEdit1);
     this.Controls.Add(this.gridControl1);
     this.Controls.Add(this.chart1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.treeList1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name = "Form10Forecast";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "�긺��Ԥ������";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.Form10Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.textEdit1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
示例#12
0
        private void tsmiNewTemplate_Click(object sender, EventArgs e)
        {
            MainForm frmTemplate = new MainForm();
            frmTemplate.menuStrip1.Visible = false;
            frmTemplate.navMenu.Visible = false;

            frmTemplate.tsbNew.Visible = false;
            frmTemplate.tsbSave.Visible = false;
            frmTemplate.tsbSaveTemp.Visible = true;
            frmTemplate.toolStripStatus.Visible = false;

            frmTemplate.Text = "����ģ��";
            frmTemplate.toolStrip1.LayoutStyle = ToolStripLayoutStyle.Flow;
            frmTemplate.tsbBackColor.DisplayStyle = ToolStripItemDisplayStyle.None;
            frmTemplate.drawArea.Dock = DockStyle.Fill;

            DevExpress.XtraEditors.SplitterControl scRight = new DevExpress.XtraEditors.SplitterControl();
            frmTemplate.panelShow.Controls.Add(scRight);
            scRight.Dock = DockStyle.Right;
            DevExpress.XtraEditors.SplitterControl scBottom = new DevExpress.XtraEditors.SplitterControl();
            frmTemplate.panelShow.Controls.Add(scBottom);
            scBottom.Dock = DockStyle.Bottom;

            frmTemplate.panelShow.Controls.Add(new Panel() { Dock = DockStyle.Right, Width = 0, Height = 0 });
            frmTemplate.panelShow.Controls.Add(new Panel() { Dock = DockStyle.Bottom, Width = 0, Height = 0 });
            frmTemplate.panelShow.Controls.Remove(frmTemplate.navMenu);
            frmTemplate.Refresh();
            frmTemplate.Width = 500;
            frmTemplate.Height = 500;
            frmTemplate.ShowDialog();

            string activeGroupName = navMenu.ActiveGroup.Name;
            navMenu.Groups.Clear();
            navMenu.Items.Clear();
            FillNavBarMenu(menuFilePath);
            navMenu.Groups[activeGroupName].Expanded = true;
        }
示例#13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IvtCheckMaster));
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject1 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject2 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject3 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject4 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject5 = new DevExpress.Utils.SerializableAppearanceObject();
     DevExpress.Utils.SerializableAppearanceObject serializableAppearanceObject6 = new DevExpress.Utils.SerializableAppearanceObject();
     this.pnlquery = new DevExpress.XtraEditors.PanelControl();
     this.usredt = new Ultra.FASControls.BusControls.UserGridEdit();
     this.userGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtivcno = new Ultra.FASControls.LabelTextBox();
     this.wareedt = new Ultra.FASControls.BusControls.WareHouseGridEdit();
     this.wareHouseGridEdit1View = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.txtitem = new Ultra.FASControls.LabelTextBox();
     this.gcInStockDetail = new Ultra.FASControls.GridControlEx();
     this.gvInStockDetail = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn26 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn17 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn19 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn23 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.mnuPanel1 = new FAC.Login.Controls.MnuPanel();
     this.mnuPanel2 = new FAC.Login.Controls.MnuPanel();
     this.xtraMain = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInStockMarter = new Ultra.FASControls.GridControlEx();
     this.gvInStockMarter = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn18 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn20 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn22 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn21 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr1 = new Ultra.FASControls.IvtChkMasterPager();
     this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
     this.gcSubmit = new Ultra.FASControls.GridControlEx();
     this.gvSubmit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn25 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn29 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn42 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn41 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr2 = new Ultra.FASControls.IvtChkMasterPager();
     this.xtraTabPage3 = new DevExpress.XtraTab.XtraTabPage();
     this.gcAudit = new Ultra.FASControls.GridControlEx();
     this.gvAudit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn43 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn48 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn47 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn60 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn59 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn46 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr3 = new Ultra.FASControls.IvtChkMasterPager();
     this.xtraTabPage5 = new DevExpress.XtraTab.XtraTabPage();
     this.gcInvalid = new Ultra.FASControls.GridControlEx();
     this.gvInvalid = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn24 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.pgr4 = new Ultra.FASControls.IvtChkMasterPager();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).BeginInit();
     this.pnlquery.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.usredt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.userGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtivcno.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareedt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel1)).BeginInit();
     this.mnuPanel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel2)).BeginInit();
     this.mnuPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.xtraMain)).BeginInit();
     this.xtraMain.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockMarter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockMarter)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcSubmit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSubmit)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).BeginInit();
     this.xtraTabPage5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.Images.SetKeyName(0, "New_16x16.png");
     this.imageList1.Images.SetKeyName(1, "New_32x32.png");
     this.imageList1.Images.SetKeyName(2, "Edit_16x16.png");
     this.imageList1.Images.SetKeyName(3, "Edit_32x32.png");
     this.imageList1.Images.SetKeyName(4, "Delete_16x16.png");
     this.imageList1.Images.SetKeyName(5, "Delete_32x32.png");
     this.imageList1.Images.SetKeyName(6, "Refresh_16x16.png");
     this.imageList1.Images.SetKeyName(7, "Refresh_32x32.png");
     this.imageList1.Images.SetKeyName(8, "Export_16x16.png");
     this.imageList1.Images.SetKeyName(9, "Export_32x32.png");
     this.imageList1.Images.SetKeyName(10, "GroupsAndItems.Icon.png");
     this.imageList1.Images.SetKeyName(11, "ExportXlsxLarge.png");
     this.imageList1.Images.SetKeyName(12, "ExportToExcel_16x16.png");
     this.imageList1.Images.SetKeyName(13, "ReView.png");
     this.imageList1.Images.SetKeyName(14, "agt_action_success.png");
     this.imageList1.Images.SetKeyName(15, "folder_deny.png");
     this.imageList1.Images.SetKeyName(16, "refuse.png");
     this.imageList1.Images.SetKeyName(17, "old_edit_redo.png");
     this.imageList1.Images.SetKeyName(18, "old_edit_undo.png");
     this.imageList1.Images.SetKeyName(19, "lock.png");
     this.imageList1.Images.SetKeyName(20, "CustomerInfoCards_32x32.png");
     this.imageList1.Images.SetKeyName(21, "UserKey_32x32.png");
     this.imageList1.Images.SetKeyName(22, "unlock_yellow.png");
     this.imageList1.Images.SetKeyName(23, "media_playlist_clear.png");
     this.imageList1.Images.SetKeyName(24, "");
     this.imageList1.Images.SetKeyName(25, "");
     this.imageList1.Images.SetKeyName(26, "");
     this.imageList1.Images.SetKeyName(27, "");
     this.imageList1.Images.SetKeyName(28, "");
     this.imageList1.Images.SetKeyName(29, "");
     this.imageList1.Images.SetKeyName(30, "");
     this.imageList1.Images.SetKeyName(31, "");
     this.imageList1.Images.SetKeyName(32, "");
     this.imageList1.Images.SetKeyName(33, "");
     this.imageList1.Images.SetKeyName(34, "");
     this.imageList1.Images.SetKeyName(35, "");
     this.imageList1.Images.SetKeyName(36, "");
     this.imageList1.Images.SetKeyName(37, "");
     this.imageList1.Images.SetKeyName(38, "");
     this.imageList1.Images.SetKeyName(39, "");
     this.imageList1.Images.SetKeyName(40, "");
     this.imageList1.Images.SetKeyName(41, "");
     this.imageList1.Images.SetKeyName(42, "");
     this.imageList1.Images.SetKeyName(43, "");
     this.imageList1.Images.SetKeyName(44, "");
     this.imageList1.Images.SetKeyName(45, "");
     this.imageList1.Images.SetKeyName(46, "");
     this.imageList1.Images.SetKeyName(47, "");
     this.imageList1.Images.SetKeyName(48, "");
     this.imageList1.Images.SetKeyName(49, "");
     this.imageList1.Images.SetKeyName(50, "");
     this.imageList1.Images.SetKeyName(51, "");
     this.imageList1.Images.SetKeyName(52, "");
     this.imageList1.Images.SetKeyName(53, "");
     this.imageList1.Images.SetKeyName(54, "");
     this.imageList1.Images.SetKeyName(55, "");
     //
     // pnlquery
     //
     this.pnlquery.Controls.Add(this.usredt);
     this.pnlquery.Controls.Add(this.txtivcno);
     this.pnlquery.Controls.Add(this.wareedt);
     this.pnlquery.Controls.Add(this.txtitem);
     this.pnlquery.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlquery.Location = new System.Drawing.Point(0, 57);
     this.pnlquery.Name = "pnlquery";
     this.pnlquery.Size = new System.Drawing.Size(809, 33);
     this.pnlquery.TabIndex = 5;
     //
     // usredt
     //
     this.usredt.ClearButtonText = "清除所选";
     this.usredt.ColumnCaption = "用户";
     this.usredt.ColumnItemsEx2 = null;
     this.usredt.DisplayMember = "UserName";
     this.usredt.EditValue = "";
     this.usredt.LabelText = "盘点人";
     this.usredt.Location = new System.Drawing.Point(625, 7);
     this.usredt.MenuManager = this.baseBarMgr;
     this.usredt.Name = "usredt";
     serializableAppearanceObject1.Options.UseTextOptions = true;
     serializableAppearanceObject1.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.usredt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "盘点人", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject1, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject2, "清除所选", null, null, true)});
     this.usredt.Properties.DisplayMember = "UserName";
     this.usredt.Properties.NullText = "";
     this.usredt.Properties.ValueMember = "UserName";
     this.usredt.Properties.View = this.userGridEdit1View;
     this.usredt.SelectedValue = null;
     this.usredt.ShowClearButton = true;
     this.usredt.Size = new System.Drawing.Size(159, 21);
     this.usredt.TabIndex = 4;
     this.usredt.ValueMember = "UserName";
     //
     // userGridEdit1View
     //
     this.userGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.userGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.userGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.userGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.userGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.userGridEdit1View.Name = "userGridEdit1View";
     this.userGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.userGridEdit1View.OptionsBehavior.Editable = false;
     this.userGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.userGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // txtivcno
     //
     this.txtivcno.LabelText = "盘点单号";
     this.txtivcno.Location = new System.Drawing.Point(398, 6);
     this.txtivcno.MenuManager = this.baseBarMgr;
     this.txtivcno.Name = "txtivcno";
     serializableAppearanceObject3.Options.UseTextOptions = true;
     serializableAppearanceObject3.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtivcno.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "盘点单号", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject3, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtivcno.Size = new System.Drawing.Size(221, 21);
     this.txtivcno.TabIndex = 3;
     //
     // wareedt
     //
     this.wareedt.ClearButtonText = "清除所选";
     this.wareedt.ColumnCaption = "仓库";
     this.wareedt.ColumnItemsEx2 = null;
     this.wareedt.DisplayMember = "WareName";
     this.wareedt.EditValue = "";
     this.wareedt.LabelText = "仓库";
     this.wareedt.Location = new System.Drawing.Point(12, 6);
     this.wareedt.MenuManager = this.baseBarMgr;
     this.wareedt.Name = "wareedt";
     serializableAppearanceObject4.Options.UseTextOptions = true;
     serializableAppearanceObject4.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.wareedt.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "仓库", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject4, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete, "清除所选", -1, true, true, false, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject5, "清除所选", null, null, true)});
     this.wareedt.Properties.DisplayMember = "WareName";
     this.wareedt.Properties.NullText = "";
     this.wareedt.Properties.ValueMember = "WareName";
     this.wareedt.Properties.View = this.wareHouseGridEdit1View;
     this.wareedt.SelectedValue = null;
     this.wareedt.ShowClearButton = true;
     this.wareedt.Size = new System.Drawing.Size(174, 21);
     this.wareedt.TabIndex = 2;
     this.wareedt.ValueMember = "WareName";
     //
     // wareHouseGridEdit1View
     //
     this.wareHouseGridEdit1View.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareHouseGridEdit1View.Appearance.FocusedRow.Options.UseBackColor = true;
     this.wareHouseGridEdit1View.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.wareHouseGridEdit1View.Appearance.SelectedRow.Options.UseBackColor = true;
     this.wareHouseGridEdit1View.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.wareHouseGridEdit1View.Name = "wareHouseGridEdit1View";
     this.wareHouseGridEdit1View.OptionsBehavior.AutoPopulateColumns = false;
     this.wareHouseGridEdit1View.OptionsBehavior.Editable = false;
     this.wareHouseGridEdit1View.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.wareHouseGridEdit1View.OptionsView.ShowGroupPanel = false;
     //
     // txtitem
     //
     this.txtitem.EditValue = "";
     this.txtitem.LabelText = "商品";
     this.txtitem.Location = new System.Drawing.Point(192, 6);
     this.txtitem.MenuManager = this.baseBarMgr;
     this.txtitem.Name = "txtitem";
     serializableAppearanceObject6.Options.UseTextOptions = true;
     serializableAppearanceObject6.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.txtitem.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Glyph, "商品", 50, true, true, true, DevExpress.XtraEditors.ImageLocation.MiddleCenter, null, new DevExpress.Utils.KeyShortcut(System.Windows.Forms.Keys.None), serializableAppearanceObject6, "", null, null, true),
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Delete)});
     this.txtitem.Size = new System.Drawing.Size(200, 21);
     this.txtitem.TabIndex = 0;
     //
     // gcInStockDetail
     //
     this.gcInStockDetail.AutoCallWW = true;
     this.gcInStockDetail.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInStockDetail.ColorFieldName = null;
     this.gcInStockDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInStockDetail.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.ImageFields")));
     this.gcInStockDetail.Location = new System.Drawing.Point(2, 2);
     this.gcInStockDetail.MainView = this.gvInStockDetail;
     this.gcInStockDetail.MenuManager = this.baseBarMgr;
     this.gcInStockDetail.Name = "gcInStockDetail";
     this.gcInStockDetail.PopupMnu = null;
     this.gcInStockDetail.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.PopupTextFields")));
     this.gcInStockDetail.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.PopupTextFieldsReadOnly")));
     this.gcInStockDetail.PropName = "PropName";
     this.gcInStockDetail.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockDetail.PrvCityDistrict")));
     this.gcInStockDetail.RightMenu = null;
     this.gcInStockDetail.RowCellColorStyleSource = null;
     this.gcInStockDetail.ShadowDataSource = null;
     this.gcInStockDetail.ShadowDataSourceKey = "Guid";
     this.gcInStockDetail.ShowIndicator = true;
     this.gcInStockDetail.ShowRowNumber = true;
     this.gcInStockDetail.Size = new System.Drawing.Size(805, 208);
     this.gcInStockDetail.TabIndex = 6;
     this.gcInStockDetail.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInStockDetail});
     //
     // gvInStockDetail
     //
     this.gvInStockDetail.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockDetail.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInStockDetail.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockDetail.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInStockDetail.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.gridColumn2,
     this.gridColumn3,
     this.gridColumn26,
     this.gridColumn17,
     this.gridColumn19,
     this.gridColumn6,
     this.gridColumn5,
     this.gridColumn4,
     this.gridColumn23});
     this.gvInStockDetail.GridControl = this.gcInStockDetail;
     this.gvInStockDetail.IndicatorWidth = 44;
     this.gvInStockDetail.Name = "gvInStockDetail";
     this.gvInStockDetail.OptionsBehavior.Editable = false;
     this.gvInStockDetail.OptionsView.ColumnAutoWidth = false;
     this.gvInStockDetail.OptionsView.ShowAutoFilterRow = true;
     this.gvInStockDetail.OptionsView.ShowGroupPanel = false;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "仓库";
     this.gridColumn1.FieldName = "WareName";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "区域";
     this.gridColumn2.FieldName = "AreaName";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 119;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "库位";
     this.gridColumn3.FieldName = "LocName";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width = 96;
     //
     // gridColumn26
     //
     this.gridColumn26.Caption = "供应商";
     this.gridColumn26.FieldName = "SuppName";
     this.gridColumn26.Name = "gridColumn26";
     this.gridColumn26.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     //
     // gridColumn17
     //
     this.gridColumn17.Caption = "商品编码";
     this.gridColumn17.FieldName = "OuterIid";
     this.gridColumn17.Name = "gridColumn17";
     this.gridColumn17.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn17.Visible = true;
     this.gridColumn17.VisibleIndex = 3;
     //
     // gridColumn19
     //
     this.gridColumn19.Caption = "规格编码";
     this.gridColumn19.FieldName = "OuterSkuId";
     this.gridColumn19.Name = "gridColumn19";
     this.gridColumn19.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn19.Visible = true;
     this.gridColumn19.VisibleIndex = 4;
     this.gridColumn19.Width = 71;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "商品";
     this.gridColumn6.FieldName = "ItemName";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 73;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "规格";
     this.gridColumn5.FieldName = "SkuProperties";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 6;
     this.gridColumn5.Width = 108;
     //
     // gridColumn4
     //
     this.gridColumn4.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridColumn4.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn4.Caption = "盘点数";
     this.gridColumn4.FieldName = "Num";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 7;
     this.gridColumn4.Width = 76;
     //
     // gridColumn23
     //
     this.gridColumn23.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.gridColumn23.AppearanceCell.Options.UseBackColor = true;
     this.gridColumn23.Caption = "原库存数";
     this.gridColumn23.FieldName = "Qty";
     this.gridColumn23.Name = "gridColumn23";
     this.gridColumn23.OptionsColumn.AllowEdit = false;
     this.gridColumn23.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn23.Visible = true;
     this.gridColumn23.VisibleIndex = 8;
     //
     // mnuPanel1
     //
     this.mnuPanel1.Controls.Add(this.gcInStockDetail);
     this.mnuPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.mnuPanel1.Location = new System.Drawing.Point(0, 273);
     this.mnuPanel1.Name = "mnuPanel1";
     this.mnuPanel1.Size = new System.Drawing.Size(809, 212);
     this.mnuPanel1.TabIndex = 7;
     //
     // mnuPanel2
     //
     this.mnuPanel2.Controls.Add(this.xtraMain);
     this.mnuPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.mnuPanel2.Location = new System.Drawing.Point(0, 90);
     this.mnuPanel2.Name = "mnuPanel2";
     this.mnuPanel2.Size = new System.Drawing.Size(809, 183);
     this.mnuPanel2.TabIndex = 8;
     //
     // xtraMain
     //
     this.xtraMain.Dock = System.Windows.Forms.DockStyle.Fill;
     this.xtraMain.Location = new System.Drawing.Point(2, 2);
     this.xtraMain.Name = "xtraMain";
     this.xtraMain.SelectedTabPage = this.xtraTabPage1;
     this.xtraMain.Size = new System.Drawing.Size(805, 179);
     this.xtraMain.TabIndex = 8;
     this.xtraMain.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
     this.xtraTabPage1,
     this.xtraTabPage2,
     this.xtraTabPage3,
     this.xtraTabPage5});
     this.xtraMain.SelectedPageChanged += new DevExpress.XtraTab.TabPageChangedEventHandler(this.xtraMain_SelectedPageChanged);
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.gcInStockMarter);
     this.xtraTabPage1.Controls.Add(this.pgr1);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage1.Text = "未提交";
     //
     // gcInStockMarter
     //
     this.gcInStockMarter.AutoCallWW = true;
     this.gcInStockMarter.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInStockMarter.ColorFieldName = null;
     this.gcInStockMarter.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInStockMarter.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.ImageFields")));
     this.gcInStockMarter.Location = new System.Drawing.Point(0, 0);
     this.gcInStockMarter.MainView = this.gvInStockMarter;
     this.gcInStockMarter.MenuManager = this.baseBarMgr;
     this.gcInStockMarter.Name = "gcInStockMarter";
     this.gcInStockMarter.PopupMnu = null;
     this.gcInStockMarter.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.PopupTextFields")));
     this.gcInStockMarter.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.PopupTextFieldsReadOnly")));
     this.gcInStockMarter.PropName = "PropName";
     this.gcInStockMarter.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInStockMarter.PrvCityDistrict")));
     this.gcInStockMarter.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.gcInStockMarter.RightMenu = null;
     this.gcInStockMarter.RowCellColorStyleSource = null;
     this.gcInStockMarter.ShadowDataSource = null;
     this.gcInStockMarter.ShadowDataSourceKey = "Guid";
     this.gcInStockMarter.ShowIndicator = true;
     this.gcInStockMarter.ShowRowNumber = true;
     this.gcInStockMarter.Size = new System.Drawing.Size(799, 122);
     this.gcInStockMarter.TabIndex = 9;
     this.gcInStockMarter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInStockMarter});
     //
     // gvInStockMarter
     //
     this.gvInStockMarter.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockMarter.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInStockMarter.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInStockMarter.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInStockMarter.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn7,
     this.gridColumn11,
     this.gridColumn12,
     this.gridColumn18,
     this.gridColumn20,
     this.gridColumn22,
     this.gridColumn21});
     this.gvInStockMarter.GridControl = this.gcInStockMarter;
     this.gvInStockMarter.IndicatorWidth = 44;
     this.gvInStockMarter.Name = "gvInStockMarter";
     this.gvInStockMarter.OptionsBehavior.Editable = false;
     this.gvInStockMarter.OptionsView.ColumnAutoWidth = false;
     this.gvInStockMarter.OptionsView.ShowAutoFilterRow = true;
     this.gvInStockMarter.OptionsView.ShowGroupPanel = false;
     this.gvInStockMarter.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvInStockMarter_FocusedRowChanged);
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "盘点单号";
     this.gridColumn7.FieldName = "CheckNo";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 0;
     this.gridColumn7.Width = 155;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "盘点时间";
     this.gridColumn11.FieldName = "CheckTime";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 1;
     this.gridColumn11.Width = 136;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "盘点人";
     this.gridColumn12.FieldName = "CheckUser";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 2;
     this.gridColumn12.Width = 86;
     //
     // gridColumn18
     //
     this.gridColumn18.Caption = "是否驳回";
     this.gridColumn18.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn18.FieldName = "IsRefuse";
     this.gridColumn18.Name = "gridColumn18";
     this.gridColumn18.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn18.Width = 83;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // gridColumn20
     //
     this.gridColumn20.Caption = "驳回备注";
     this.gridColumn20.FieldName = "RefuseRemark";
     this.gridColumn20.Name = "gridColumn20";
     this.gridColumn20.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn20.Width = 191;
     //
     // gridColumn22
     //
     this.gridColumn22.Caption = "驳回人";
     this.gridColumn22.FieldName = "RefuseUser";
     this.gridColumn22.Name = "gridColumn22";
     this.gridColumn22.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn22.Width = 79;
     //
     // gridColumn21
     //
     this.gridColumn21.Caption = "驳回时间";
     this.gridColumn21.FieldName = "RefuseTime";
     this.gridColumn21.Name = "gridColumn21";
     this.gridColumn21.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn21.Width = 195;
     //
     // pgr1
     //
     this.pgr1.Caller = null;
     this.pgr1.Counts = 0;
     this.pgr1.CurrentPage = 1;
     this.pgr1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr1.Grid = this.gcInStockMarter;
     this.pgr1.Location = new System.Drawing.Point(0, 122);
     this.pgr1.Name = "pgr1";
     this.pgr1.OrderBy = null;
     this.pgr1.PageCount = 0;
     this.pgr1.PageSize = 500;
     this.pgr1.PrefixWhr = null;
     this.pgr1.ResultData = null;
     this.pgr1.Size = new System.Drawing.Size(799, 28);
     this.pgr1.TabIndex = 8;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.gcSubmit);
     this.xtraTabPage2.Controls.Add(this.pgr2);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage2.Text = "已提交";
     //
     // gcSubmit
     //
     this.gcSubmit.AutoCallWW = true;
     this.gcSubmit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcSubmit.ColorFieldName = null;
     this.gcSubmit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcSubmit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.ImageFields")));
     this.gcSubmit.Location = new System.Drawing.Point(0, 0);
     this.gcSubmit.MainView = this.gvSubmit;
     this.gcSubmit.MenuManager = this.baseBarMgr;
     this.gcSubmit.Name = "gcSubmit";
     this.gcSubmit.PopupMnu = null;
     this.gcSubmit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.PopupTextFields")));
     this.gcSubmit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.PopupTextFieldsReadOnly")));
     this.gcSubmit.PropName = "PropName";
     this.gcSubmit.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcSubmit.PrvCityDistrict")));
     this.gcSubmit.RightMenu = null;
     this.gcSubmit.RowCellColorStyleSource = null;
     this.gcSubmit.ShadowDataSource = null;
     this.gcSubmit.ShadowDataSourceKey = "Guid";
     this.gcSubmit.ShowRowNumber = true;
     this.gcSubmit.Size = new System.Drawing.Size(799, 122);
     this.gcSubmit.TabIndex = 10;
     this.gcSubmit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvSubmit});
     //
     // gvSubmit
     //
     this.gvSubmit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvSubmit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvSubmit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvSubmit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvSubmit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn25,
     this.gridColumn30,
     this.gridColumn29,
     this.gridColumn42,
     this.gridColumn41});
     this.gvSubmit.GridControl = this.gcSubmit;
     this.gvSubmit.IndicatorWidth = 44;
     this.gvSubmit.Name = "gvSubmit";
     this.gvSubmit.OptionsBehavior.Editable = false;
     this.gvSubmit.OptionsView.ColumnAutoWidth = false;
     this.gvSubmit.OptionsView.ShowAutoFilterRow = true;
     this.gvSubmit.OptionsView.ShowGroupPanel = false;
     this.gvSubmit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvSubmit_FocusedRowChanged);
     //
     // gridColumn25
     //
     this.gridColumn25.Caption = "盘点单号";
     this.gridColumn25.FieldName = "CheckNo";
     this.gridColumn25.Name = "gridColumn25";
     this.gridColumn25.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn25.Visible = true;
     this.gridColumn25.VisibleIndex = 0;
     this.gridColumn25.Width = 171;
     //
     // gridColumn30
     //
     this.gridColumn30.Caption = "盘点人";
     this.gridColumn30.FieldName = "CheckUser";
     this.gridColumn30.Name = "gridColumn30";
     this.gridColumn30.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn30.Visible = true;
     this.gridColumn30.VisibleIndex = 1;
     this.gridColumn30.Width = 70;
     //
     // gridColumn29
     //
     this.gridColumn29.Caption = "盘点时间";
     this.gridColumn29.FieldName = "CheckTime";
     this.gridColumn29.Name = "gridColumn29";
     this.gridColumn29.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn29.Visible = true;
     this.gridColumn29.VisibleIndex = 2;
     this.gridColumn29.Width = 100;
     //
     // gridColumn42
     //
     this.gridColumn42.Caption = "提交人";
     this.gridColumn42.FieldName = "SubmitUser";
     this.gridColumn42.Name = "gridColumn42";
     this.gridColumn42.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn42.Visible = true;
     this.gridColumn42.VisibleIndex = 3;
     this.gridColumn42.Width = 79;
     //
     // gridColumn41
     //
     this.gridColumn41.Caption = "提交时间";
     this.gridColumn41.FieldName = "SubmitTime";
     this.gridColumn41.Name = "gridColumn41";
     this.gridColumn41.OptionsFilter.AutoFilterCondition = DevExpress.XtraGrid.Columns.AutoFilterCondition.Contains;
     this.gridColumn41.Visible = true;
     this.gridColumn41.VisibleIndex = 4;
     this.gridColumn41.Width = 129;
     //
     // pgr2
     //
     this.pgr2.Caller = null;
     this.pgr2.Counts = 0;
     this.pgr2.CurrentPage = 1;
     this.pgr2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr2.Grid = this.gcSubmit;
     this.pgr2.Location = new System.Drawing.Point(0, 122);
     this.pgr2.Name = "pgr2";
     this.pgr2.OrderBy = null;
     this.pgr2.PageCount = 0;
     this.pgr2.PageSize = 500;
     this.pgr2.PrefixWhr = null;
     this.pgr2.ResultData = null;
     this.pgr2.Size = new System.Drawing.Size(799, 28);
     this.pgr2.TabIndex = 9;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.gcAudit);
     this.xtraTabPage3.Controls.Add(this.pgr3);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage3.Text = "已审核";
     //
     // gcAudit
     //
     this.gcAudit.AutoCallWW = true;
     this.gcAudit.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcAudit.ColorFieldName = null;
     this.gcAudit.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcAudit.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.ImageFields")));
     this.gcAudit.Location = new System.Drawing.Point(0, 0);
     this.gcAudit.MainView = this.gvAudit;
     this.gcAudit.MenuManager = this.baseBarMgr;
     this.gcAudit.Name = "gcAudit";
     this.gcAudit.PopupMnu = null;
     this.gcAudit.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFields")));
     this.gcAudit.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PopupTextFieldsReadOnly")));
     this.gcAudit.PropName = "PropName";
     this.gcAudit.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcAudit.PrvCityDistrict")));
     this.gcAudit.RightMenu = null;
     this.gcAudit.RowCellColorStyleSource = null;
     this.gcAudit.ShadowDataSource = null;
     this.gcAudit.ShadowDataSourceKey = "Guid";
     this.gcAudit.ShowRowNumber = true;
     this.gcAudit.Size = new System.Drawing.Size(799, 122);
     this.gcAudit.TabIndex = 10;
     this.gcAudit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvAudit});
     //
     // gvAudit
     //
     this.gvAudit.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvAudit.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvAudit.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvAudit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn43,
     this.gridColumn48,
     this.gridColumn47,
     this.gridColumn60,
     this.gridColumn59,
     this.gridColumn44,
     this.gridColumn46});
     this.gvAudit.GridControl = this.gcAudit;
     this.gvAudit.IndicatorWidth = 44;
     this.gvAudit.Name = "gvAudit";
     this.gvAudit.OptionsBehavior.Editable = false;
     this.gvAudit.OptionsView.ColumnAutoWidth = false;
     this.gvAudit.OptionsView.ShowAutoFilterRow = true;
     this.gvAudit.OptionsView.ShowGroupPanel = false;
     this.gvAudit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvAudit_FocusedRowChanged);
     //
     // gridColumn43
     //
     this.gridColumn43.Caption = "盘点单号";
     this.gridColumn43.FieldName = "CheckNo";
     this.gridColumn43.Name = "gridColumn43";
     this.gridColumn43.Visible = true;
     this.gridColumn43.VisibleIndex = 0;
     this.gridColumn43.Width = 154;
     //
     // gridColumn48
     //
     this.gridColumn48.Caption = "盘点人";
     this.gridColumn48.FieldName = "CheckUser";
     this.gridColumn48.Name = "gridColumn48";
     this.gridColumn48.Visible = true;
     this.gridColumn48.VisibleIndex = 1;
     this.gridColumn48.Width = 68;
     //
     // gridColumn47
     //
     this.gridColumn47.Caption = "盘点时间";
     this.gridColumn47.FieldName = "CheckTime";
     this.gridColumn47.Name = "gridColumn47";
     this.gridColumn47.Visible = true;
     this.gridColumn47.VisibleIndex = 2;
     this.gridColumn47.Width = 109;
     //
     // gridColumn60
     //
     this.gridColumn60.Caption = "提交人";
     this.gridColumn60.FieldName = "SubmitUser";
     this.gridColumn60.Name = "gridColumn60";
     this.gridColumn60.Visible = true;
     this.gridColumn60.VisibleIndex = 3;
     this.gridColumn60.Width = 73;
     //
     // gridColumn59
     //
     this.gridColumn59.Caption = "提交时间";
     this.gridColumn59.FieldName = "SubmitTime";
     this.gridColumn59.Name = "gridColumn59";
     this.gridColumn59.Visible = true;
     this.gridColumn59.VisibleIndex = 4;
     this.gridColumn59.Width = 117;
     //
     // gridColumn44
     //
     this.gridColumn44.Caption = "审核人";
     this.gridColumn44.FieldName = "Auditor";
     this.gridColumn44.Name = "gridColumn44";
     this.gridColumn44.Visible = true;
     this.gridColumn44.VisibleIndex = 5;
     this.gridColumn44.Width = 85;
     //
     // gridColumn46
     //
     this.gridColumn46.Caption = "审核时间";
     this.gridColumn46.FieldName = "AuditTime";
     this.gridColumn46.Name = "gridColumn46";
     this.gridColumn46.Visible = true;
     this.gridColumn46.VisibleIndex = 6;
     this.gridColumn46.Width = 191;
     //
     // pgr3
     //
     this.pgr3.Caller = null;
     this.pgr3.Counts = 0;
     this.pgr3.CurrentPage = 1;
     this.pgr3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr3.Grid = this.gcAudit;
     this.pgr3.Location = new System.Drawing.Point(0, 122);
     this.pgr3.Name = "pgr3";
     this.pgr3.OrderBy = null;
     this.pgr3.PageCount = 0;
     this.pgr3.PageSize = 500;
     this.pgr3.PrefixWhr = null;
     this.pgr3.ResultData = null;
     this.pgr3.Size = new System.Drawing.Size(799, 28);
     this.pgr3.TabIndex = 9;
     //
     // xtraTabPage5
     //
     this.xtraTabPage5.Controls.Add(this.gcInvalid);
     this.xtraTabPage5.Controls.Add(this.pgr4);
     this.xtraTabPage5.Name = "xtraTabPage5";
     this.xtraTabPage5.Size = new System.Drawing.Size(799, 150);
     this.xtraTabPage5.Text = "已作废";
     //
     // gcInvalid
     //
     this.gcInvalid.AutoCallWW = true;
     this.gcInvalid.CellStyleColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.gcInvalid.ColorFieldName = null;
     this.gcInvalid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gcInvalid.ImageFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.ImageFields")));
     this.gcInvalid.Location = new System.Drawing.Point(0, 0);
     this.gcInvalid.MainView = this.gvInvalid;
     this.gcInvalid.MenuManager = this.baseBarMgr;
     this.gcInvalid.Name = "gcInvalid";
     this.gcInvalid.PopupMnu = null;
     this.gcInvalid.PopupTextFields = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFields")));
     this.gcInvalid.PopupTextFieldsReadOnly = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PopupTextFieldsReadOnly")));
     this.gcInvalid.PropName = "PropName";
     this.gcInvalid.PrvCityDistrict = ((System.Collections.Generic.List<string>)(resources.GetObject("gcInvalid.PrvCityDistrict")));
     this.gcInvalid.RightMenu = null;
     this.gcInvalid.RowCellColorStyleSource = null;
     this.gcInvalid.ShadowDataSource = null;
     this.gcInvalid.ShadowDataSourceKey = "Guid";
     this.gcInvalid.ShowRowNumber = true;
     this.gcInvalid.Size = new System.Drawing.Size(799, 122);
     this.gcInvalid.TabIndex = 11;
     this.gcInvalid.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gvInvalid});
     //
     // gvInvalid
     //
     this.gvInvalid.Appearance.FocusedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.FocusedRow.Options.UseBackColor = true;
     this.gvInvalid.Appearance.SelectedRow.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(80)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
     this.gvInvalid.Appearance.SelectedRow.Options.UseBackColor = true;
     this.gvInvalid.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16,
     this.gridColumn24});
     this.gvInvalid.GridControl = this.gcInvalid;
     this.gvInvalid.IndicatorWidth = 44;
     this.gvInvalid.Name = "gvInvalid";
     this.gvInvalid.OptionsBehavior.Editable = false;
     this.gvInvalid.OptionsView.ColumnAutoWidth = false;
     this.gvInvalid.OptionsView.ShowAutoFilterRow = true;
     this.gvInvalid.OptionsView.ShowGroupPanel = false;
     this.gvInvalid.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gvInvalid_FocusedRowChanged);
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "盘点单号";
     this.gridColumn8.FieldName = "CheckNo";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 0;
     this.gridColumn8.Width = 154;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "盘点人";
     this.gridColumn9.FieldName = "CheckUser";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 1;
     this.gridColumn9.Width = 97;
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "盘点时间";
     this.gridColumn10.FieldName = "CheckTime";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 2;
     this.gridColumn10.Width = 103;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "提交人";
     this.gridColumn13.FieldName = "SubmitUser";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 3;
     this.gridColumn13.Width = 76;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "提交时间";
     this.gridColumn14.FieldName = "SubmitTime";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 4;
     this.gridColumn14.Width = 103;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "作废人";
     this.gridColumn15.FieldName = "Invalider";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 5;
     this.gridColumn15.Width = 77;
     //
     // gridColumn16
     //
     this.gridColumn16.Caption = "作废时间";
     this.gridColumn16.FieldName = "InvalidTime";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Visible = true;
     this.gridColumn16.VisibleIndex = 6;
     this.gridColumn16.Width = 130;
     //
     // gridColumn24
     //
     this.gridColumn24.Caption = "原因";
     this.gridColumn24.FieldName = "InvalidRemark";
     this.gridColumn24.Name = "gridColumn24";
     this.gridColumn24.Visible = true;
     this.gridColumn24.VisibleIndex = 7;
     //
     // pgr4
     //
     this.pgr4.Caller = null;
     this.pgr4.Counts = 0;
     this.pgr4.CurrentPage = 1;
     this.pgr4.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pgr4.Grid = this.gcInvalid;
     this.pgr4.Location = new System.Drawing.Point(0, 122);
     this.pgr4.Name = "pgr4";
     this.pgr4.OrderBy = null;
     this.pgr4.PageCount = 0;
     this.pgr4.PageSize = 500;
     this.pgr4.PrefixWhr = null;
     this.pgr4.ResultData = null;
     this.pgr4.Size = new System.Drawing.Size(799, 28);
     this.pgr4.TabIndex = 10;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitterControl1.Location = new System.Drawing.Point(0, 268);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(809, 5);
     this.splitterControl1.TabIndex = 9;
     this.splitterControl1.TabStop = false;
     //
     // IvtCheckMaster
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(809, 485);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.mnuPanel2);
     this.Controls.Add(this.mnuPanel1);
     this.Controls.Add(this.pnlquery);
     this.Name = "IvtCheckMaster";
     this.Text = "库存盘点";
     this.Load += new System.EventHandler(this.IvtCheckMaster_Load);
     this.Controls.SetChildIndex(this.pnlquery, 0);
     this.Controls.SetChildIndex(this.mnuPanel1, 0);
     this.Controls.SetChildIndex(this.mnuPanel2, 0);
     this.Controls.SetChildIndex(this.splitterControl1, 0);
     ((System.ComponentModel.ISupportInitialize)(this.pnlquery)).EndInit();
     this.pnlquery.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.usredt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.userGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtivcno.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareedt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.wareHouseGridEdit1View)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtitem.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel1)).EndInit();
     this.mnuPanel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.mnuPanel2)).EndInit();
     this.mnuPanel2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.xtraMain)).EndInit();
     this.xtraMain.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInStockMarter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInStockMarter)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcSubmit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvSubmit)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcAudit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvAudit)).EndInit();
     this.xtraTabPage5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gcInvalid)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gvInvalid)).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);
 }
示例#15
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.navBarControl1   = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1     = new DevExpress.XtraNavBar.NavBarGroup();
     this.navBarItem1      = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem2      = new DevExpress.XtraNavBar.NavBarItem();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl1    = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.SuspendLayout();
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.Dock        = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
         this.navBarGroup1
     });
     this.navBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
         this.navBarItem1,
         this.navBarItem2
     });
     this.navBarControl1.Location = new System.Drawing.Point(0, 0);
     this.navBarControl1.Name     = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 144;
     this.navBarControl1.Size         = new System.Drawing.Size(144, 341);
     this.navBarControl1.TabIndex     = 0;
     this.navBarControl1.Text         = "navBarControl1";
     this.navBarControl1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarControl1_LinkClicked);
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption    = "用户界面";
     this.navBarGroup1.Expanded   = true;
     this.navBarGroup1.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.SmallIconsText;
     this.navBarGroup1.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem1),
         new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem2)
     });
     this.navBarGroup1.Name = "navBarGroup1";
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "导航栏";
     this.navBarItem1.Name    = "navBarItem1";
     this.navBarItem1.Visible = false;
     //
     // navBarItem2
     //
     this.navBarItem2.Caption = "窗口样式";
     this.navBarItem2.Name    = "navBarItem2";
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(144, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(6, 341);
     this.splitterControl1.TabIndex = 1;
     this.splitterControl1.TabStop  = false;
     //
     // panelControl1
     //
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(150, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(402, 341);
     this.panelControl1.TabIndex = 3;
     //
     // frmOption
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.ClientSize          = new System.Drawing.Size(552, 341);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.navBarControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmOption";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Load           += new System.EventHandler(this.frmOption_Load);
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.ResumeLayout(false);
 }
示例#16
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);
 }
示例#17
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();
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form8Forecast));
     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.Title title1 = new Dundas.Charting.WinControl.Title();
     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.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.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem18 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem15 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22 = 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.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem16 = new DevExpress.XtraBars.BarButtonItem();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).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.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barSubItem2,
     this.barButtonItem12,
     this.barButtonItem13,
     this.barButtonItem14,
     this.barButtonItem15,
     this.barButtonItem16,
     this.barButtonItem17,
     this.barButtonItem18,
     this.barButtonItem19,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22});
     this.barManager1.MaxItemId = 33;
     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.barButtonItem13, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, 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.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     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";
     //
     // 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.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem19),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem18)});
     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);
     //
     // 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);
     //
     // 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;
     this.barButtonItem18.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem18_ItemClick);
     //
     // 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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "Ԥ�����";
     this.barButtonItem13.Id = 21;
     this.barButtonItem13.ImageIndex = 12;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "ר�Ҹ�Ԥ";
     this.barButtonItem9.Id = 16;
     this.barButtonItem9.ImageIndex = 9;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "ͳ��";
     this.barButtonItem6.Id = 5;
     this.barButtonItem6.ImageIndex = 8;
     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 = 10;
     this.barButtonItem15.Name = "barButtonItem15";
     this.barButtonItem15.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem15.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem15_ItemClick);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "����";
     this.barSubItem3.Id = 29;
     this.barSubItem3.ImageIndex = 10;
     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 = 10;
     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 = 10;
     this.barButtonItem21.Name = "barButtonItem21";
     this.barButtonItem21.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "����Ƚ�";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_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);
     //
     // 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);
     //
     // 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");
     //
     // 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);
     //
     // 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;
     this.barButtonItem16.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem16_ItemClick);
     //
     // treeList1
     //
     this.treeList1.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.treeList1.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     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.OptionsPrint.PrintReportFooter = false;
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.OptionsView.EnableAppearanceOddRow = true;
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     this.treeList1.Size = new System.Drawing.Size(921, 324);
     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.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Mask.EditMask = "###########.####";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 358);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(921, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // chart1
     //
     chartArea1.BorderColor = System.Drawing.Color.Empty;
     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, 362);
     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(921, 75);
     this.chart1.TabIndex = 6;
     this.chart1.Text = "chart1";
     title1.Name = "Title1";
     this.chart1.Titles.Add(title1);
     //
     // 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;
     //
     // Form8Forecast
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(921, 455);
     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 = "Form8Forecast";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form8Forecast_FormClosing);
     this.Load += new System.EventHandler(this.Form8Forecast_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast9));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = 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.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((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.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26});
     this.barManager1.MaxItemId = 46;
     //
     // 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.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
     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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     this.barButtonItem17.Name = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption = "��ʼ��ȡ��ʷ����";
     this.barButtonItem26.Id = 45;
     this.barButtonItem26.ImageIndex = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_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);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // 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);
     //
     // 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(1074, 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(1074, 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(1074, 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");
     //
     // 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(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1074, 441);
     this.splitContainerControl1.SplitterPosition = 150;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // 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(918, 441);
     this.chart_user1.TabIndex = 0;
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(21, 131);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(117, 47);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Location = new System.Drawing.Point(21, 12);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(117, 47);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text = "�����������";
     this.simpleButton4.Click += new System.EventHandler(this.button3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(21, 66);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(117, 47);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(21, 199);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(117, 47);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Visible = false;
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(21, 131);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(117, 47);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Visible = false;
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(21, 12);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(117, 47);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Visible = false;
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     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.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1074, 689);
     this.splitContainerControl2.SplitterPosition = 242;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // 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(1074, 242);
     this.treeList1.TabIndex = 4;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // FormForecast9
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 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 = "FormForecast9";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormForecast9_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
示例#20
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormPOS2));
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.pnlTop = new DevExpress.XtraEditors.PanelControl();
     this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
     this.lblLocation = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnAdd = new DevExpress.XtraEditors.SimpleButton();
     this.sBtnSubtract = new DevExpress.XtraEditors.SimpleButton();
     this.GroupControl1 = new DevExpress.XtraEditors.GroupControl();
     this.label13 = new System.Windows.Forms.Label();
     this.lblUpgradeFrom = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.lblTherapistName = new System.Windows.Forms.Label();
     this.label10 = new System.Windows.Forms.Label();
     this.lblTherapistID = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.lblSalesPersonName = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblBillReward = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lblBillFB = new System.Windows.Forms.Label();
     this.lblBillDiscCode = new System.Windows.Forms.Label();
     this.lblDateTime = new System.Windows.Forms.Label();
     this.lblSalesperson = new System.Windows.Forms.Label();
     this.GroupControl2 = new DevExpress.XtraEditors.GroupControl();
     this.groupControl6 = new DevExpress.XtraEditors.GroupControl();
     this.lblUsageBal = new System.Windows.Forms.Label();
     this.groupControl5 = new DevExpress.XtraEditors.GroupControl();
     this.lblNettAmt = new System.Windows.Forms.Label();
     this.groupControl4 = new DevExpress.XtraEditors.GroupControl();
     this.lblGST = new System.Windows.Forms.Label();
     this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
     this.lblDiscountAmt = new System.Windows.Forms.Label();
     this.lblTotalAmt = new System.Windows.Forms.Label();
     this.lblAmountPayable = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.lblMemberName = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.lblMembershipID = new System.Windows.Forms.Label();
     this.pnlCtrlBarScanner = new DevExpress.XtraEditors.PanelControl();
     this.calcEditQty = new DevExpress.XtraEditors.CalcEdit();
     this.Label12 = new System.Windows.Forms.Label();
     this.txtScannedCode = new DevExpress.XtraEditors.TextEdit();
     this.Label11 = new System.Windows.Forms.Label();
     this.btnEnter = new DevExpress.XtraEditors.SimpleButton();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.btnF9 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF8 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF7 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF6 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF5 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF4 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF3 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF2 = new DevExpress.XtraEditors.SimpleButton();
     this.btnF1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.pnlLeft = new DevExpress.XtraEditors.PanelControl();
     this.NavBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.nbgPackage = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiPackage001 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage002 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage003 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage004 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage005 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage006 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage007 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage008 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage009 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage010 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage011 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage012 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage036 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiPackage037 = new DevExpress.XtraNavBar.NavBarItem();
     this.navGiro = new DevExpress.XtraNavBar.NavBarItem();
     this.navSpaGiro = new DevExpress.XtraNavBar.NavBarItem();
     this.navConvertSpa = new DevExpress.XtraNavBar.NavBarItem();
     this.nbgProduct = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiProduct001 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiProduct002 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbgMiscellaneous = new DevExpress.XtraNavBar.NavBarGroup();
     this.nbiMiscellaneous001 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous002 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous004 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous005 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous006 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous007 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous008 = new DevExpress.XtraNavBar.NavBarItem();
     this.nbiMiscellaneous009 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarItem1 = new DevExpress.XtraNavBar.NavBarItem();
     this.navBarMaintainSpaGiro = new DevExpress.XtraNavBar.NavBarItem();
     this.navDeposit = new DevExpress.XtraNavBar.NavBarItem();
     this.pnlGrid = new DevExpress.XtraEditors.PanelControl();
     this.gridItem = new DevExpress.XtraGrid.GridControl();
     this.GridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumnStrCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnDesc = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnListPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnQty = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnDiscountCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnDiscountAmt = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnFreebieCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnSubTotal = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnExchange = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumnBillDiscount = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.pnlTop)).BeginInit();
     this.pnlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl1)).BeginInit();
     this.GroupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl2)).BeginInit();
     this.GroupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).BeginInit();
     this.groupControl6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).BeginInit();
     this.groupControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).BeginInit();
     this.groupControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlBarScanner)).BeginInit();
     this.pnlCtrlBarScanner.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.calcEditQty.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtScannedCode.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pnlLeft)).BeginInit();
     this.pnlLeft.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.NavBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlGrid)).BeginInit();
     this.pnlGrid.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridItem)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView1)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Magenta;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     this.imageList1.Images.SetKeyName(6, "");
     //
     // pnlTop
     //
     this.pnlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlTop.Controls.Add(this.panelControl2);
     this.pnlTop.Controls.Add(this.panelControl1);
     this.pnlTop.Controls.Add(this.splitterControl1);
     this.pnlTop.Controls.Add(this.pnlLeft);
     this.pnlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.pnlTop.Location = new System.Drawing.Point(0, 0);
     this.pnlTop.Name = "pnlTop";
     this.pnlTop.Size = new System.Drawing.Size(1030, 387);
     this.pnlTop.TabIndex = 0;
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.panelControl2.Appearance.Options.UseBackColor = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl2.Controls.Add(this.lblLocation);
     this.panelControl2.Controls.Add(this.label9);
     this.panelControl2.Controls.Add(this.simpleButton1);
     this.panelControl2.Controls.Add(this.sBtnAdd);
     this.panelControl2.Controls.Add(this.sBtnSubtract);
     this.panelControl2.Controls.Add(this.GroupControl1);
     this.panelControl2.Controls.Add(this.GroupControl2);
     this.panelControl2.Controls.Add(this.label7);
     this.panelControl2.Controls.Add(this.lblMemberName);
     this.panelControl2.Controls.Add(this.label6);
     this.panelControl2.Controls.Add(this.lblMembershipID);
     this.panelControl2.Controls.Add(this.pnlCtrlBarScanner);
     this.panelControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl2.Location = new System.Drawing.Point(182, 113);
     this.panelControl2.Name = "panelControl2";
     this.panelControl2.Size = new System.Drawing.Size(848, 274);
     this.panelControl2.TabIndex = 48;
     //
     // lblLocation
     //
     this.lblLocation.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblLocation.Location = new System.Drawing.Point(662, 5);
     this.lblLocation.Name = "lblLocation";
     this.lblLocation.Size = new System.Drawing.Size(138, 16);
     this.lblLocation.TabIndex = 57;
     this.lblLocation.Text = "--";
     //
     // label9
     //
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label9.Location = new System.Drawing.Point(605, 5);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(90, 14);
     this.label9.TabIndex = 56;
     this.label9.Text = "Location:";
     //
     // simpleButton1
     //
     this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.simpleButton1.Appearance.Options.UseFont = true;
     this.simpleButton1.Location = new System.Drawing.Point(748, 245);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(52, 30);
     this.simpleButton1.TabIndex = 54;
     this.simpleButton1.Text = "Delete";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // sBtnAdd
     //
     this.sBtnAdd.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sBtnAdd.Appearance.Options.UseFont = true;
     this.sBtnAdd.Appearance.Options.UseTextOptions = true;
     this.sBtnAdd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnAdd.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnAdd.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnAdd.ImageIndex = 0;
     this.sBtnAdd.ImageList = this.imageList1;
     this.sBtnAdd.Location = new System.Drawing.Point(718, 245);
     this.sBtnAdd.Name = "sBtnAdd";
     this.sBtnAdd.Size = new System.Drawing.Size(30, 30);
     this.sBtnAdd.TabIndex = 53;
     this.sBtnAdd.Click += new System.EventHandler(this.sBtnAdd_Click);
     //
     // sBtnSubtract
     //
     this.sBtnSubtract.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sBtnSubtract.Appearance.Options.UseFont = true;
     this.sBtnSubtract.Appearance.Options.UseTextOptions = true;
     this.sBtnSubtract.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.sBtnSubtract.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.sBtnSubtract.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.sBtnSubtract.ImageIndex = 1;
     this.sBtnSubtract.ImageList = this.imageList1;
     this.sBtnSubtract.Location = new System.Drawing.Point(688, 245);
     this.sBtnSubtract.Name = "sBtnSubtract";
     this.sBtnSubtract.Size = new System.Drawing.Size(30, 30);
     this.sBtnSubtract.TabIndex = 52;
     this.sBtnSubtract.Click += new System.EventHandler(this.sBtnSubtract_Click);
     //
     // GroupControl1
     //
     this.GroupControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.GroupControl1.Appearance.BorderColor = System.Drawing.Color.Black;
     this.GroupControl1.Appearance.ForeColor = System.Drawing.SystemColors.ControlText;
     this.GroupControl1.Appearance.Options.UseBackColor = true;
     this.GroupControl1.Appearance.Options.UseBorderColor = true;
     this.GroupControl1.Appearance.Options.UseForeColor = true;
     this.GroupControl1.Controls.Add(this.label13);
     this.GroupControl1.Controls.Add(this.lblUpgradeFrom);
     this.GroupControl1.Controls.Add(this.label14);
     this.GroupControl1.Controls.Add(this.lblTherapistName);
     this.GroupControl1.Controls.Add(this.label10);
     this.GroupControl1.Controls.Add(this.lblTherapistID);
     this.GroupControl1.Controls.Add(this.label8);
     this.GroupControl1.Controls.Add(this.lblSalesPersonName);
     this.GroupControl1.Controls.Add(this.label5);
     this.GroupControl1.Controls.Add(this.lblBillReward);
     this.GroupControl1.Controls.Add(this.label4);
     this.GroupControl1.Controls.Add(this.label3);
     this.GroupControl1.Controls.Add(this.label2);
     this.GroupControl1.Controls.Add(this.lblBillFB);
     this.GroupControl1.Controls.Add(this.lblBillDiscCode);
     this.GroupControl1.Controls.Add(this.lblDateTime);
     this.GroupControl1.Controls.Add(this.lblSalesperson);
     this.GroupControl1.Location = new System.Drawing.Point(7, 22);
     this.GroupControl1.Name = "GroupControl1";
     this.GroupControl1.Size = new System.Drawing.Size(379, 217);
     this.GroupControl1.TabIndex = 45;
     //
     // label13
     //
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label13.Location = new System.Drawing.Point(5, 165);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(98, 16);
     this.label13.TabIndex = 45;
     this.label13.Text = "Upgrade From:";
     //
     // lblUpgradeFrom
     //
     this.lblUpgradeFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUpgradeFrom.Location = new System.Drawing.Point(103, 165);
     this.lblUpgradeFrom.Name = "lblUpgradeFrom";
     this.lblUpgradeFrom.Size = new System.Drawing.Size(269, 50);
     this.lblUpgradeFrom.TabIndex = 44;
     //
     // label14
     //
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label14.Location = new System.Drawing.Point(5, 105);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(98, 14);
     this.label14.TabIndex = 43;
     this.label14.Text = "Name:";
     //
     // lblTherapistName
     //
     this.lblTherapistName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTherapistName.Location = new System.Drawing.Point(103, 105);
     this.lblTherapistName.Name = "lblTherapistName";
     this.lblTherapistName.Size = new System.Drawing.Size(254, 18);
     this.lblTherapistName.TabIndex = 42;
     this.lblTherapistName.Text = "--";
     //
     // label10
     //
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label10.Location = new System.Drawing.Point(5, 85);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(98, 14);
     this.label10.TabIndex = 41;
     this.label10.Text = "Therapist ID:";
     //
     // lblTherapistID
     //
     this.lblTherapistID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTherapistID.Location = new System.Drawing.Point(103, 85);
     this.lblTherapistID.Name = "lblTherapistID";
     this.lblTherapistID.Size = new System.Drawing.Size(110, 18);
     this.lblTherapistID.TabIndex = 40;
     this.lblTherapistID.Text = "--";
     //
     // label8
     //
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label8.Location = new System.Drawing.Point(5, 65);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(98, 14);
     this.label8.TabIndex = 39;
     this.label8.Text = "Name:";
     //
     // lblSalesPersonName
     //
     this.lblSalesPersonName.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSalesPersonName.Location = new System.Drawing.Point(103, 65);
     this.lblSalesPersonName.Name = "lblSalesPersonName";
     this.lblSalesPersonName.Size = new System.Drawing.Size(252, 18);
     this.lblSalesPersonName.TabIndex = 38;
     this.lblSalesPersonName.Text = "--";
     //
     // label5
     //
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label5.Location = new System.Drawing.Point(212, 145);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(92, 16);
     this.label5.TabIndex = 37;
     this.label5.Text = "Reward Code :";
     //
     // lblBillReward
     //
     this.lblBillReward.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBillReward.Location = new System.Drawing.Point(295, 145);
     this.lblBillReward.Name = "lblBillReward";
     this.lblBillReward.Size = new System.Drawing.Size(81, 18);
     this.lblBillReward.TabIndex = 36;
     this.lblBillReward.Text = "--";
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label4.Location = new System.Drawing.Point(5, 145);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(98, 16);
     this.label4.TabIndex = 35;
     this.label4.Text = "Freebie Code :";
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label3.Location = new System.Drawing.Point(5, 125);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(98, 15);
     this.label3.TabIndex = 34;
     this.label3.Text = "Discount Code:";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(5, 45);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(114, 18);
     this.label2.TabIndex = 33;
     this.label2.Text = "Sales Person ID:";
     //
     // lblBillFB
     //
     this.lblBillFB.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBillFB.Location = new System.Drawing.Point(103, 145);
     this.lblBillFB.Name = "lblBillFB";
     this.lblBillFB.Size = new System.Drawing.Size(96, 18);
     this.lblBillFB.TabIndex = 27;
     this.lblBillFB.Text = "--";
     //
     // lblBillDiscCode
     //
     this.lblBillDiscCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblBillDiscCode.Location = new System.Drawing.Point(103, 125);
     this.lblBillDiscCode.Name = "lblBillDiscCode";
     this.lblBillDiscCode.Size = new System.Drawing.Size(96, 18);
     this.lblBillDiscCode.TabIndex = 26;
     this.lblBillDiscCode.Text = "--";
     //
     // lblDateTime
     //
     this.lblDateTime.AutoSize = true;
     this.lblDateTime.BackColor = System.Drawing.SystemColors.Control;
     this.lblDateTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDateTime.Location = new System.Drawing.Point(5, 22);
     this.lblDateTime.Name = "lblDateTime";
     this.lblDateTime.Size = new System.Drawing.Size(163, 17);
     this.lblDateTime.TabIndex = 24;
     this.lblDateTime.Text = "31/08/2005 11:30 AM";
     //
     // lblSalesperson
     //
     this.lblSalesperson.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblSalesperson.Location = new System.Drawing.Point(117, 45);
     this.lblSalesperson.Name = "lblSalesperson";
     this.lblSalesperson.Size = new System.Drawing.Size(110, 18);
     this.lblSalesperson.TabIndex = 32;
     this.lblSalesperson.Text = "--";
     //
     // GroupControl2
     //
     this.GroupControl2.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.GroupControl2.Appearance.BorderColor = System.Drawing.Color.Black;
     this.GroupControl2.Appearance.ForeColor = System.Drawing.SystemColors.ControlText;
     this.GroupControl2.Appearance.Options.UseBackColor = true;
     this.GroupControl2.Appearance.Options.UseBorderColor = true;
     this.GroupControl2.Appearance.Options.UseForeColor = true;
     this.GroupControl2.Controls.Add(this.groupControl6);
     this.GroupControl2.Controls.Add(this.groupControl5);
     this.GroupControl2.Controls.Add(this.groupControl4);
     this.GroupControl2.Controls.Add(this.groupControl3);
     this.GroupControl2.Controls.Add(this.lblTotalAmt);
     this.GroupControl2.Controls.Add(this.lblAmountPayable);
     this.GroupControl2.Controls.Add(this.label1);
     this.GroupControl2.Location = new System.Drawing.Point(389, 22);
     this.GroupControl2.Name = "GroupControl2";
     this.GroupControl2.Size = new System.Drawing.Size(411, 217);
     this.GroupControl2.TabIndex = 46;
     //
     // groupControl6
     //
     this.groupControl6.Controls.Add(this.lblUsageBal);
     this.groupControl6.Location = new System.Drawing.Point(112, 140);
     this.groupControl6.Name = "groupControl6";
     this.groupControl6.Size = new System.Drawing.Size(93, 62);
     this.groupControl6.TabIndex = 37;
     this.groupControl6.Text = "Usage Bal:";
     this.groupControl6.Visible = false;
     //
     // lblUsageBal
     //
     this.lblUsageBal.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblUsageBal.Location = new System.Drawing.Point(13, 30);
     this.lblUsageBal.Name = "lblUsageBal";
     this.lblUsageBal.Size = new System.Drawing.Size(82, 23);
     this.lblUsageBal.TabIndex = 33;
     this.lblUsageBal.Text = "0";
     this.lblUsageBal.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupControl5
     //
     this.groupControl5.Controls.Add(this.lblNettAmt);
     this.groupControl5.Location = new System.Drawing.Point(102, 140);
     this.groupControl5.Name = "groupControl5";
     this.groupControl5.Size = new System.Drawing.Size(104, 62);
     this.groupControl5.TabIndex = 36;
     this.groupControl5.Text = "Nett Amt:";
     //
     // lblNettAmt
     //
     this.lblNettAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblNettAmt.Location = new System.Drawing.Point(13, 30);
     this.lblNettAmt.Name = "lblNettAmt";
     this.lblNettAmt.Size = new System.Drawing.Size(82, 23);
     this.lblNettAmt.TabIndex = 33;
     this.lblNettAmt.Text = "0";
     this.lblNettAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupControl4
     //
     this.groupControl4.Controls.Add(this.lblGST);
     this.groupControl4.Location = new System.Drawing.Point(302, 140);
     this.groupControl4.Name = "groupControl4";
     this.groupControl4.Size = new System.Drawing.Size(100, 62);
     this.groupControl4.TabIndex = 35;
     this.groupControl4.Text = "GST:";
     //
     // lblGST
     //
     this.lblGST.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblGST.Location = new System.Drawing.Point(22, 28);
     this.lblGST.Name = "lblGST";
     this.lblGST.Size = new System.Drawing.Size(70, 23);
     this.lblGST.TabIndex = 32;
     this.lblGST.Text = "0";
     this.lblGST.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.lblDiscountAmt);
     this.groupControl3.Location = new System.Drawing.Point(204, 140);
     this.groupControl3.Name = "groupControl3";
     this.groupControl3.Size = new System.Drawing.Size(100, 62);
     this.groupControl3.TabIndex = 34;
     this.groupControl3.Text = "Total Discount:";
     //
     // lblDiscountAmt
     //
     this.lblDiscountAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblDiscountAmt.Location = new System.Drawing.Point(23, 30);
     this.lblDiscountAmt.Name = "lblDiscountAmt";
     this.lblDiscountAmt.Size = new System.Drawing.Size(72, 23);
     this.lblDiscountAmt.TabIndex = 31;
     this.lblDiscountAmt.Text = "0";
     this.lblDiscountAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTotalAmt
     //
     this.lblTotalAmt.AutoSize = true;
     this.lblTotalAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 38F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalAmt.Location = new System.Drawing.Point(141, 66);
     this.lblTotalAmt.Name = "lblTotalAmt";
     this.lblTotalAmt.RightToLeft = System.Windows.Forms.RightToLeft.No;
     this.lblTotalAmt.Size = new System.Drawing.Size(54, 59);
     this.lblTotalAmt.TabIndex = 27;
     this.lblTotalAmt.Text = "0";
     this.lblTotalAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblAmountPayable
     //
     this.lblAmountPayable.AutoSize = true;
     this.lblAmountPayable.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblAmountPayable.Location = new System.Drawing.Point(8, 20);
     this.lblAmountPayable.Name = "lblAmountPayable";
     this.lblAmountPayable.Size = new System.Drawing.Size(170, 31);
     this.lblAmountPayable.TabIndex = 26;
     this.lblAmountPayable.Text = "Sales Total:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 128);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(0, 18);
     this.label1.TabIndex = 25;
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(289, 4);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(90, 14);
     this.label7.TabIndex = 43;
     this.label7.Text = "Member Name:";
     //
     // lblMemberName
     //
     this.lblMemberName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMemberName.Location = new System.Drawing.Point(378, 5);
     this.lblMemberName.Name = "lblMemberName";
     this.lblMemberName.Size = new System.Drawing.Size(224, 16);
     this.lblMemberName.TabIndex = 42;
     this.lblMemberName.Text = "--";
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label6.Location = new System.Drawing.Point(9, 5);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(96, 16);
     this.label6.TabIndex = 41;
     this.label6.Text = "Membership ID:";
     //
     // lblMembershipID
     //
     this.lblMembershipID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.lblMembershipID.Location = new System.Drawing.Point(113, 5);
     this.lblMembershipID.Name = "lblMembershipID";
     this.lblMembershipID.Size = new System.Drawing.Size(178, 16);
     this.lblMembershipID.TabIndex = 40;
     this.lblMembershipID.Text = "--";
     //
     // pnlCtrlBarScanner
     //
     this.pnlCtrlBarScanner.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlCtrlBarScanner.Controls.Add(this.calcEditQty);
     this.pnlCtrlBarScanner.Controls.Add(this.Label12);
     this.pnlCtrlBarScanner.Controls.Add(this.txtScannedCode);
     this.pnlCtrlBarScanner.Controls.Add(this.Label11);
     this.pnlCtrlBarScanner.Controls.Add(this.btnEnter);
     this.pnlCtrlBarScanner.Location = new System.Drawing.Point(7, 241);
     this.pnlCtrlBarScanner.Name = "pnlCtrlBarScanner";
     this.pnlCtrlBarScanner.Size = new System.Drawing.Size(508, 36);
     this.pnlCtrlBarScanner.TabIndex = 55;
     this.pnlCtrlBarScanner.Visible = false;
     //
     // calcEditQty
     //
     this.calcEditQty.Location = new System.Drawing.Point(382, 4);
     this.calcEditQty.Name = "calcEditQty";
     this.calcEditQty.Properties.AutoHeight = false;
     this.calcEditQty.Properties.Precision = 0;
     this.calcEditQty.Size = new System.Drawing.Size(64, 28);
     this.calcEditQty.TabIndex = 52;
     this.calcEditQty.KeyDown += new System.Windows.Forms.KeyEventHandler(this.calcEditQty_KeyDown);
     //
     // Label12
     //
     this.Label12.AutoSize = true;
     this.Label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Label12.Location = new System.Drawing.Point(350, 12);
     this.Label12.Name = "Label12";
     this.Label12.Size = new System.Drawing.Size(32, 13);
     this.Label12.TabIndex = 49;
     this.Label12.Text = "QTY";
     //
     // txtScannedCode
     //
     this.txtScannedCode.EditValue = "";
     this.txtScannedCode.Location = new System.Drawing.Point(114, 4);
     this.txtScannedCode.Name = "txtScannedCode";
     this.txtScannedCode.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtScannedCode.Properties.Appearance.Options.UseFont = true;
     this.txtScannedCode.Size = new System.Drawing.Size(226, 29);
     this.txtScannedCode.TabIndex = 48;
     this.txtScannedCode.EditValueChanged += new System.EventHandler(this.txtScannedCode_EditValueChanged);
     this.txtScannedCode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtScannedCode_KeyDown);
     //
     // Label11
     //
     this.Label11.AutoSize = true;
     this.Label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Label11.Location = new System.Drawing.Point(4, 12);
     this.Label11.Name = "Label11";
     this.Label11.Size = new System.Drawing.Size(112, 13);
     this.Label11.TabIndex = 47;
     this.Label11.Text = "SCAN ITEM CODE";
     //
     // btnEnter
     //
     this.btnEnter.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnEnter.Appearance.Options.UseFont = true;
     this.btnEnter.Appearance.Options.UseTextOptions = true;
     this.btnEnter.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.btnEnter.Appearance.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Top;
     this.btnEnter.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.btnEnter.ImageIndex = 6;
     this.btnEnter.ImageList = this.imageList1;
     this.btnEnter.Location = new System.Drawing.Point(454, 4);
     this.btnEnter.Name = "btnEnter";
     this.btnEnter.Size = new System.Drawing.Size(30, 30);
     this.btnEnter.TabIndex = 51;
     this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click);
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor = System.Drawing.Color.Transparent;
     this.panelControl1.Appearance.Options.UseBackColor = true;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControl1.Controls.Add(this.btnF9);
     this.panelControl1.Controls.Add(this.btnF8);
     this.panelControl1.Controls.Add(this.btnF7);
     this.panelControl1.Controls.Add(this.btnF6);
     this.panelControl1.Controls.Add(this.btnF5);
     this.panelControl1.Controls.Add(this.btnF4);
     this.panelControl1.Controls.Add(this.btnF3);
     this.panelControl1.Controls.Add(this.btnF2);
     this.panelControl1.Controls.Add(this.btnF1);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(182, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(848, 113);
     this.panelControl1.TabIndex = 47;
     //
     // btnF9
     //
     this.btnF9.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF9.Appearance.Options.UseFont = true;
     this.btnF9.Location = new System.Drawing.Point(5, 76);
     this.btnF9.Name = "btnF9";
     this.btnF9.Size = new System.Drawing.Size(190, 32);
     this.btnF9.TabIndex = 48;
     this.btnF9.Text = "F9-Convert";
     this.btnF9.Click += new System.EventHandler(this.btnF9_Click);
     //
     // btnF8
     //
     this.btnF8.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF8.Appearance.Options.UseFont = true;
     this.btnF8.Location = new System.Drawing.Point(608, 40);
     this.btnF8.Name = "btnF8";
     this.btnF8.Size = new System.Drawing.Size(190, 32);
     this.btnF8.TabIndex = 47;
     this.btnF8.Text = "F8-Cancel";
     this.btnF8.Click += new System.EventHandler(this.btnF8_Click);
     //
     // btnF7
     //
     this.btnF7.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF7.Appearance.Options.UseFont = true;
     this.btnF7.Location = new System.Drawing.Point(406, 40);
     this.btnF7.Name = "btnF7";
     this.btnF7.Size = new System.Drawing.Size(190, 32);
     this.btnF7.TabIndex = 46;
     this.btnF7.Text = "F7-Tender";
     this.btnF7.Click += new System.EventHandler(this.btnF7_Click);
     //
     // btnF6
     //
     this.btnF6.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF6.Appearance.Options.UseFont = true;
     this.btnF6.Location = new System.Drawing.Point(206, 40);
     this.btnF6.Name = "btnF6";
     this.btnF6.Size = new System.Drawing.Size(190, 32);
     this.btnF6.TabIndex = 45;
     this.btnF6.Text = "F6-IPP";
     this.btnF6.Click += new System.EventHandler(this.btnF6_Click);
     //
     // btnF5
     //
     this.btnF5.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF5.Appearance.Options.UseFont = true;
     this.btnF5.Location = new System.Drawing.Point(5, 40);
     this.btnF5.Name = "btnF5";
     this.btnF5.Size = new System.Drawing.Size(190, 32);
     this.btnF5.TabIndex = 44;
     this.btnF5.Text = "F5-Rewards";
     this.btnF5.Click += new System.EventHandler(this.btnF5_Click);
     //
     // btnF4
     //
     this.btnF4.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF4.Appearance.Options.UseFont = true;
     this.btnF4.Location = new System.Drawing.Point(608, 4);
     this.btnF4.Name = "btnF4";
     this.btnF4.Size = new System.Drawing.Size(190, 32);
     this.btnF4.TabIndex = 43;
     this.btnF4.Text = "F4-Bill Freebie";
     this.btnF4.Click += new System.EventHandler(this.btnF4_Click);
     //
     // btnF3
     //
     this.btnF3.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF3.Appearance.Options.UseFont = true;
     this.btnF3.Location = new System.Drawing.Point(406, 4);
     this.btnF3.Name = "btnF3";
     this.btnF3.Size = new System.Drawing.Size(190, 32);
     this.btnF3.TabIndex = 42;
     this.btnF3.Text = "F3-Bill Discount";
     this.btnF3.Click += new System.EventHandler(this.btnF3_Click);
     //
     // btnF2
     //
     this.btnF2.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF2.Appearance.Options.UseFont = true;
     this.btnF2.Location = new System.Drawing.Point(206, 4);
     this.btnF2.Name = "btnF2";
     this.btnF2.Size = new System.Drawing.Size(190, 32);
     this.btnF2.TabIndex = 41;
     this.btnF2.Text = "F2-Sales ID";
     this.btnF2.Click += new System.EventHandler(this.btnF2_Click);
     //
     // btnF1
     //
     this.btnF1.Appearance.Font = new System.Drawing.Font("Tahoma", 14.35F, System.Drawing.FontStyle.Bold);
     this.btnF1.Appearance.Options.UseFont = true;
     this.btnF1.Location = new System.Drawing.Point(5, 4);
     this.btnF1.Name = "btnF1";
     this.btnF1.Size = new System.Drawing.Size(190, 32);
     this.btnF1.TabIndex = 40;
     this.btnF1.Text = "F1-Item Discount";
     this.btnF1.Click += new System.EventHandler(this.btnF1_Click);
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(176, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(6, 387);
     this.splitterControl1.TabIndex = 46;
     this.splitterControl1.TabStop = false;
     //
     // pnlLeft
     //
     this.pnlLeft.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlLeft.Controls.Add(this.NavBarControl1);
     this.pnlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlLeft.Location = new System.Drawing.Point(0, 0);
     this.pnlLeft.Name = "pnlLeft";
     this.pnlLeft.Size = new System.Drawing.Size(176, 387);
     this.pnlLeft.TabIndex = 45;
     //
     // NavBarControl1
     //
     this.NavBarControl1.ActiveGroup = this.nbgPackage;
     this.NavBarControl1.Appearance.Background.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NavBarControl1.Appearance.Background.Options.UseFont = true;
     this.NavBarControl1.Appearance.Background.Options.UseTextOptions = true;
     this.NavBarControl1.Appearance.Background.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
     this.NavBarControl1.Appearance.Background.TextOptions.Trimming = DevExpress.Utils.Trimming.Word;
     this.NavBarControl1.Appearance.Background.TextOptions.VAlignment = DevExpress.Utils.VertAlignment.Center;
     this.NavBarControl1.Appearance.Background.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.NavBarControl1.Appearance.Item.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.NavBarControl1.Appearance.Item.Options.UseFont = true;
     this.NavBarControl1.Appearance.ItemActive.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.NavBarControl1.Appearance.ItemActive.Options.UseFont = true;
     this.NavBarControl1.ContentButtonHint = null;
     this.NavBarControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.NavBarControl1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.NavBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.nbgPackage,
     this.nbgProduct,
     this.nbgMiscellaneous});
     this.NavBarControl1.Items.AddRange(new DevExpress.XtraNavBar.NavBarItem[] {
     this.nbiPackage001,
     this.nbiPackage002,
     this.nbiPackage003,
     this.nbiPackage004,
     this.nbiPackage005,
     this.nbiPackage006,
     this.nbiPackage007,
     this.nbiPackage008,
     this.nbiPackage009,
     this.nbiPackage010,
     this.nbiPackage011,
     this.nbiPackage012,
     this.nbiProduct001,
     this.nbiProduct002,
     this.nbiMiscellaneous001,
     this.nbiMiscellaneous002,
     this.nbiMiscellaneous004,
     this.nbiMiscellaneous005,
     this.nbiMiscellaneous006,
     this.nbiMiscellaneous007,
     this.nbiMiscellaneous008,
     this.nbiMiscellaneous009,
     this.navGiro,
     this.navBarItem1,
     this.navDeposit,
     this.navSpaGiro,
     this.navBarMaintainSpaGiro,
     this.navConvertSpa,
     this.nbiPackage036,
     this.nbiPackage037});
     this.NavBarControl1.Location = new System.Drawing.Point(0, 0);
     this.NavBarControl1.LookAndFeel.UseDefaultLookAndFeel = false;
     this.NavBarControl1.Name = "NavBarControl1";
     this.NavBarControl1.OptionsNavPane.ExpandedWidth = 176;
     this.NavBarControl1.Size = new System.Drawing.Size(176, 387);
     this.NavBarControl1.StoreDefaultPaintStyleName = true;
     this.NavBarControl1.TabIndex = 44;
     this.NavBarControl1.Text = "MANTAIN GIROPKG  ";
     this.NavBarControl1.Click += new System.EventHandler(this.NavBarControl1_Click);
     //
     // nbgPackage
     //
     this.nbgPackage.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbgPackage.Appearance.Options.UseFont = true;
     this.nbgPackage.Caption = "PACKAGE";
     this.nbgPackage.Expanded = true;
     this.nbgPackage.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage001),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage002),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage003),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage004),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage005),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage006),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage007),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage008),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage009),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage010),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage011),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage012),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage036),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiPackage037),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navGiro),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navSpaGiro),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navConvertSpa)});
     this.nbgPackage.Name = "nbgPackage";
     this.nbgPackage.TopVisibleLinkIndex = 6;
     //
     // nbiPackage001
     //
     this.nbiPackage001.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiPackage001.Appearance.Options.UseFont = true;
     this.nbiPackage001.Caption = "FITNESS PKG";
     this.nbiPackage001.Name = "nbiPackage001";
     this.nbiPackage001.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage001_LinkClicked_1);
     //
     // nbiPackage002
     //
     this.nbiPackage002.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiPackage002.Appearance.Options.UseFont = true;
     this.nbiPackage002.Caption = "FITNESS GIRO";
     this.nbiPackage002.Name = "nbiPackage002";
     this.nbiPackage002.Visible = false;
     this.nbiPackage002.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage002_LinkClicked);
     //
     // nbiPackage003
     //
     this.nbiPackage003.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiPackage003.Appearance.Options.UseFont = true;
     this.nbiPackage003.Caption = "PT PKG";
     this.nbiPackage003.Name = "nbiPackage003";
     this.nbiPackage003.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage003_LinkClicked);
     //
     // nbiPackage004
     //
     this.nbiPackage004.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiPackage004.Appearance.Options.UseFont = true;
     this.nbiPackage004.Caption = "SPA SINGLE TX";
     this.nbiPackage004.Name = "nbiPackage004";
     this.nbiPackage004.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage004_LinkClicked);
     //
     // nbiPackage005
     //
     this.nbiPackage005.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage005.Appearance.Options.UseFont = true;
     this.nbiPackage005.Caption = "SPA PKG";
     this.nbiPackage005.Name = "nbiPackage005";
     this.nbiPackage005.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage005_LinkClicked);
     //
     // nbiPackage006
     //
     this.nbiPackage006.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage006.Appearance.Options.UseFont = true;
     this.nbiPackage006.Caption = "IPL PKG";
     this.nbiPackage006.Name = "nbiPackage006";
     this.nbiPackage006.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage006_LinkClicked);
     //
     // nbiPackage007
     //
     this.nbiPackage007.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage007.Appearance.Options.UseFont = true;
     this.nbiPackage007.Caption = "SPA CREDIT";
     this.nbiPackage007.Name = "nbiPackage007";
     this.nbiPackage007.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage007_LinkClicked);
     //
     // nbiPackage008
     //
     this.nbiPackage008.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage008.Appearance.Options.UseFont = true;
     this.nbiPackage008.Appearance.Options.UseTextOptions = true;
     this.nbiPackage008.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiPackage008.Caption = "FITNESS COMBO PKG";
     this.nbiPackage008.Name = "nbiPackage008";
     this.nbiPackage008.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage008_LinkClicked);
     //
     // nbiPackage009
     //
     this.nbiPackage009.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage009.Appearance.Options.UseFont = true;
     this.nbiPackage009.Appearance.Options.UseTextOptions = true;
     this.nbiPackage009.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiPackage009.Caption = "SPA COMBO PKG";
     this.nbiPackage009.Name = "nbiPackage009";
     this.nbiPackage009.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage009_LinkClicked);
     //
     // nbiPackage010
     //
     this.nbiPackage010.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage010.Appearance.Options.UseFont = true;
     this.nbiPackage010.Caption = "UPGRADE PKG";
     this.nbiPackage010.Name = "nbiPackage010";
     this.nbiPackage010.Visible = false;
     this.nbiPackage010.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage010_LinkClicked);
     //
     // nbiPackage011
     //
     this.nbiPackage011.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage011.Appearance.Options.UseFont = true;
     this.nbiPackage011.Caption = "TOP-UP SINGLE TREATMENT";
     this.nbiPackage011.Name = "nbiPackage011";
     this.nbiPackage011.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage011_LinkClicked);
     //
     // nbiPackage012
     //
     this.nbiPackage012.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage012.Appearance.Options.UseFont = true;
     this.nbiPackage012.Caption = "TOP-UP SPA CREDIT";
     this.nbiPackage012.Name = "nbiPackage012";
     this.nbiPackage012.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage012_LinkClicked);
     //
     // nbiPackage036
     //
     this.nbiPackage036.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage036.Appearance.Options.UseFont = true;
     this.nbiPackage036.Caption = "HOLISTIC FITNESS CREDIT";
     this.nbiPackage036.Name = "nbiPackage036";
     this.nbiPackage036.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage036_LinkClicked);
     //
     // nbiPackage037
     //
     this.nbiPackage037.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiPackage037.Appearance.Options.UseFont = true;
     this.nbiPackage037.Caption = "HOLISTIC SPA CREDIT";
     this.nbiPackage037.Name = "nbiPackage037";
     this.nbiPackage037.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiPackage037_LinkClicked);
     //
     // navGiro
     //
     this.navGiro.Caption = "GIRO PKG";
     this.navGiro.Name = "navGiro";
     this.navGiro.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navGiro_LinkClicked);
     //
     // navSpaGiro
     //
     this.navSpaGiro.Caption = "SPA GIRO";
     this.navSpaGiro.Name = "navSpaGiro";
     this.navSpaGiro.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navSpaGiro_LinkClicked);
     //
     // navConvertSpa
     //
     this.navConvertSpa.Caption = "CONVERT SPA PKG";
     this.navConvertSpa.Name = "navConvertSpa";
     this.navConvertSpa.Visible = false;
     this.navConvertSpa.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navConvertSpa_LinkClicked);
     //
     // nbgProduct
     //
     this.nbgProduct.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbgProduct.Appearance.Options.UseFont = true;
     this.nbgProduct.AppearanceBackground.Font = new System.Drawing.Font("Tahoma", 14.25F);
     this.nbgProduct.AppearanceBackground.Options.UseFont = true;
     this.nbgProduct.Caption = "PRODUCT";
     this.nbgProduct.Expanded = true;
     this.nbgProduct.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiProduct001),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiProduct002)});
     this.nbgProduct.Name = "nbgProduct";
     //
     // nbiProduct001
     //
     this.nbiProduct001.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiProduct001.Appearance.Options.UseFont = true;
     this.nbiProduct001.Caption = "FITNESS PRODUCT";
     this.nbiProduct001.Name = "nbiProduct001";
     this.nbiProduct001.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiProduct001_LinkClicked);
     //
     // nbiProduct002
     //
     this.nbiProduct002.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiProduct002.Appearance.Options.UseFont = true;
     this.nbiProduct002.Caption = "SPA PRODUCT";
     this.nbiProduct002.Name = "nbiProduct002";
     this.nbiProduct002.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiProduct002_LinkClicked);
     //
     // nbgMiscellaneous
     //
     this.nbgMiscellaneous.Appearance.Font = new System.Drawing.Font("Tahoma", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbgMiscellaneous.Appearance.Options.UseFont = true;
     this.nbgMiscellaneous.Caption = "MISCELLANEOUS";
     this.nbgMiscellaneous.Expanded = true;
     this.nbgMiscellaneous.ItemLinks.AddRange(new DevExpress.XtraNavBar.NavBarItemLink[] {
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous009),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous001),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous002),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous004),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous005),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous006),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous007),
     new DevExpress.XtraNavBar.NavBarItemLink(this.nbiMiscellaneous008),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarItem1),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navBarMaintainSpaGiro),
     new DevExpress.XtraNavBar.NavBarItemLink(this.navDeposit)});
     this.nbgMiscellaneous.Name = "nbgMiscellaneous";
     //
     // nbiMiscellaneous001
     //
     this.nbiMiscellaneous001.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nbiMiscellaneous001.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous001.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous001.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous001.Caption = "COURSES & EVENTS";
     this.nbiMiscellaneous001.Name = "nbiMiscellaneous001";
     this.nbiMiscellaneous001.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous001_LinkClicked);
     //
     // nbiMiscellaneous002
     //
     this.nbiMiscellaneous002.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous002.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous002.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous002.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous002.Caption = "LOCKER RENTAL";
     this.nbiMiscellaneous002.Name = "nbiMiscellaneous002";
     this.nbiMiscellaneous002.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous002_LinkClicked);
     //
     // nbiMiscellaneous004
     //
     this.nbiMiscellaneous004.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous004.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous004.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous004.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous004.Caption = "FORGET CARD";
     this.nbiMiscellaneous004.Name = "nbiMiscellaneous004";
     this.nbiMiscellaneous004.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous004_LinkClicked);
     //
     // nbiMiscellaneous005
     //
     this.nbiMiscellaneous005.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous005.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous005.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous005.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous005.Caption = "LOST CARD";
     this.nbiMiscellaneous005.Name = "nbiMiscellaneous005";
     this.nbiMiscellaneous005.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous005_LinkClicked);
     //
     // nbiMiscellaneous006
     //
     this.nbiMiscellaneous006.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous006.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous006.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous006.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous006.Caption = "MINERAL WATER";
     this.nbiMiscellaneous006.Name = "nbiMiscellaneous006";
     this.nbiMiscellaneous006.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous006_LinkClicked);
     //
     // nbiMiscellaneous007
     //
     this.nbiMiscellaneous007.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous007.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous007.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous007.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous007.Caption = "OTHERS";
     this.nbiMiscellaneous007.Name = "nbiMiscellaneous007";
     this.nbiMiscellaneous007.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous007_LinkClicked);
     //
     // nbiMiscellaneous008
     //
     this.nbiMiscellaneous008.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous008.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous008.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous008.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous008.Caption = "PAY OUTSTANDING";
     this.nbiMiscellaneous008.Name = "nbiMiscellaneous008";
     this.nbiMiscellaneous008.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous008_LinkClicked);
     //
     // nbiMiscellaneous009
     //
     this.nbiMiscellaneous009.Appearance.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.nbiMiscellaneous009.Appearance.Options.UseFont = true;
     this.nbiMiscellaneous009.Appearance.Options.UseTextOptions = true;
     this.nbiMiscellaneous009.Appearance.TextOptions.WordWrap = DevExpress.Utils.WordWrap.Wrap;
     this.nbiMiscellaneous009.Caption = "CASH VOUCHER";
     this.nbiMiscellaneous009.Name = "nbiMiscellaneous009";
     this.nbiMiscellaneous009.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.nbiMiscellaneous009_LinkClicked);
     //
     // navBarItem1
     //
     this.navBarItem1.Caption = "MAINTAIN GIRO PKG";
     this.navBarItem1.Name = "navBarItem1";
     this.navBarItem1.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarItem1_LinkClicked);
     //
     // navBarMaintainSpaGiro
     //
     this.navBarMaintainSpaGiro.Caption = "MAINTAIN SPA GIRO";
     this.navBarMaintainSpaGiro.Name = "navBarMaintainSpaGiro";
     this.navBarMaintainSpaGiro.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navBarMaintainSpaGiro_LinkClicked);
     //
     // navDeposit
     //
     this.navDeposit.Caption = "DEPOSIT";
     this.navDeposit.Name = "navDeposit";
     this.navDeposit.LinkClicked += new DevExpress.XtraNavBar.NavBarLinkEventHandler(this.navDeposit_LinkClicked);
     //
     // pnlGrid
     //
     this.pnlGrid.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.pnlGrid.Controls.Add(this.gridItem);
     this.pnlGrid.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlGrid.Location = new System.Drawing.Point(0, 387);
     this.pnlGrid.Name = "pnlGrid";
     this.pnlGrid.Size = new System.Drawing.Size(1030, 355);
     this.pnlGrid.TabIndex = 1;
     //
     // gridItem
     //
     this.gridItem.EmbeddedNavigator.Buttons.Append.Visible = false;
     this.gridItem.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridItem.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridItem.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridItem.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridItem.Location = new System.Drawing.Point(0, 0);
     this.gridItem.MainView = this.GridView1;
     this.gridItem.Name = "gridItem";
     this.gridItem.Size = new System.Drawing.Size(990, 269);
     this.gridItem.TabIndex = 40;
     this.gridItem.UseEmbeddedNavigator = true;
     this.gridItem.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.GridView1});
     //
     // GridView1
     //
     this.GridView1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
     this.GridView1.ColumnPanelRowHeight = 25;
     this.GridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumnStrCode,
     this.gridColumnDesc,
     this.gridColumnListPrice,
     this.gridColumn8,
     this.gridColumnQty,
     this.gridColumnDiscountCode,
     this.gridColumnDiscountAmt,
     this.gridColumnFreebieCode,
     this.gridColumnSubTotal,
     this.gridColumnExchange,
     this.gridColumnBillDiscount});
     this.GridView1.CustomizationFormBounds = new System.Drawing.Rectangle(322, 464, 208, 156);
     this.GridView1.GridControl = this.gridItem;
     this.GridView1.Name = "GridView1";
     this.GridView1.RowHeight = 25;
     //
     // gridColumnStrCode
     //
     this.gridColumnStrCode.Caption = "Code";
     this.gridColumnStrCode.FieldName = "strCode";
     this.gridColumnStrCode.Name = "gridColumnStrCode";
     this.gridColumnStrCode.OptionsColumn.AllowEdit = false;
     this.gridColumnStrCode.OptionsFilter.AllowFilter = false;
     this.gridColumnStrCode.Visible = true;
     this.gridColumnStrCode.VisibleIndex = 0;
     this.gridColumnStrCode.Width = 104;
     //
     // gridColumnDesc
     //
     this.gridColumnDesc.Caption = "Description";
     this.gridColumnDesc.FieldName = "strDescription";
     this.gridColumnDesc.Name = "gridColumnDesc";
     this.gridColumnDesc.OptionsColumn.AllowEdit = false;
     this.gridColumnDesc.OptionsFilter.AllowFilter = false;
     this.gridColumnDesc.Visible = true;
     this.gridColumnDesc.VisibleIndex = 1;
     this.gridColumnDesc.Width = 166;
     //
     // gridColumnListPrice
     //
     this.gridColumnListPrice.Caption = "List Price";
     this.gridColumnListPrice.DisplayFormat.FormatString = "n2";
     this.gridColumnListPrice.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnListPrice.FieldName = "mUnitPrice";
     this.gridColumnListPrice.Name = "gridColumnListPrice";
     this.gridColumnListPrice.OptionsColumn.AllowEdit = false;
     this.gridColumnListPrice.OptionsFilter.AllowFilter = false;
     this.gridColumnListPrice.Visible = true;
     this.gridColumnListPrice.VisibleIndex = 2;
     this.gridColumnListPrice.Width = 98;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Old Package Price";
     this.gridColumn8.FieldName = "OldPackagePrice";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.Width = 101;
     //
     // gridColumnQty
     //
     this.gridColumnQty.Caption = "Quantity";
     this.gridColumnQty.FieldName = "nQuantity";
     this.gridColumnQty.Name = "gridColumnQty";
     this.gridColumnQty.OptionsFilter.AllowFilter = false;
     this.gridColumnQty.Visible = true;
     this.gridColumnQty.VisibleIndex = 3;
     this.gridColumnQty.Width = 58;
     //
     // gridColumnDiscountCode
     //
     this.gridColumnDiscountCode.Caption = "Discount Code";
     this.gridColumnDiscountCode.FieldName = "strDiscountCode";
     this.gridColumnDiscountCode.Name = "gridColumnDiscountCode";
     this.gridColumnDiscountCode.OptionsColumn.AllowEdit = false;
     this.gridColumnDiscountCode.OptionsFilter.AllowFilter = false;
     this.gridColumnDiscountCode.Visible = true;
     this.gridColumnDiscountCode.VisibleIndex = 4;
     this.gridColumnDiscountCode.Width = 82;
     //
     // gridColumnDiscountAmt
     //
     this.gridColumnDiscountAmt.Caption = "Discount Amt";
     this.gridColumnDiscountAmt.DisplayFormat.FormatString = "n2";
     this.gridColumnDiscountAmt.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnDiscountAmt.FieldName = "DiscountAmt";
     this.gridColumnDiscountAmt.Name = "gridColumnDiscountAmt";
     this.gridColumnDiscountAmt.OptionsColumn.AllowEdit = false;
     this.gridColumnDiscountAmt.OptionsFilter.AllowFilter = false;
     this.gridColumnDiscountAmt.Visible = true;
     this.gridColumnDiscountAmt.VisibleIndex = 5;
     this.gridColumnDiscountAmt.Width = 84;
     //
     // gridColumnFreebieCode
     //
     this.gridColumnFreebieCode.Caption = "Freebie Code";
     this.gridColumnFreebieCode.FieldName = "strFreebieCode";
     this.gridColumnFreebieCode.Name = "gridColumnFreebieCode";
     this.gridColumnFreebieCode.OptionsColumn.AllowEdit = false;
     this.gridColumnFreebieCode.OptionsFilter.AllowFilter = false;
     this.gridColumnFreebieCode.Visible = true;
     this.gridColumnFreebieCode.VisibleIndex = 6;
     this.gridColumnFreebieCode.Width = 108;
     //
     // gridColumnSubTotal
     //
     this.gridColumnSubTotal.Caption = "SubTotal";
     this.gridColumnSubTotal.DisplayFormat.FormatString = "n2";
     this.gridColumnSubTotal.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumnSubTotal.FieldName = "mSubTotal";
     this.gridColumnSubTotal.Name = "gridColumnSubTotal";
     this.gridColumnSubTotal.OptionsColumn.AllowEdit = false;
     this.gridColumnSubTotal.OptionsFilter.AllowFilter = false;
     this.gridColumnSubTotal.Visible = true;
     this.gridColumnSubTotal.VisibleIndex = 7;
     this.gridColumnSubTotal.Width = 95;
     //
     // gridColumnExchange
     //
     this.gridColumnExchange.Caption = "Item Ref";
     this.gridColumnExchange.FieldName = "strReferenceNo";
     this.gridColumnExchange.Name = "gridColumnExchange";
     this.gridColumnExchange.OptionsFilter.AllowFilter = false;
     this.gridColumnExchange.Visible = true;
     this.gridColumnExchange.VisibleIndex = 8;
     this.gridColumnExchange.Width = 86;
     //
     // gridColumnBillDiscount
     //
     this.gridColumnBillDiscount.Caption = "Bill Ref";
     this.gridColumnBillDiscount.FieldName = "strBillReferenceNo";
     this.gridColumnBillDiscount.Name = "gridColumnBillDiscount";
     this.gridColumnBillDiscount.OptionsFilter.AllowFilter = false;
     this.gridColumnBillDiscount.Visible = true;
     this.gridColumnBillDiscount.VisibleIndex = 9;
     this.gridColumnBillDiscount.Width = 88;
     //
     // FormPOS2
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(1030, 742);
     this.Controls.Add(this.pnlGrid);
     this.Controls.Add(this.pnlTop);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.KeyPreview = true;
     this.MinimizeBox = false;
     this.Name = "FormPOS2";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "ACMS POS";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FormPOS2_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.pnlTop)).EndInit();
     this.pnlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl1)).EndInit();
     this.GroupControl1.ResumeLayout(false);
     this.GroupControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GroupControl2)).EndInit();
     this.GroupControl2.ResumeLayout(false);
     this.GroupControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl6)).EndInit();
     this.groupControl6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl5)).EndInit();
     this.groupControl5.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl4)).EndInit();
     this.groupControl4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlCtrlBarScanner)).EndInit();
     this.pnlCtrlBarScanner.ResumeLayout(false);
     this.pnlCtrlBarScanner.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.calcEditQty.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtScannedCode.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pnlLeft)).EndInit();
     this.pnlLeft.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.NavBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pnlGrid)).EndInit();
     this.pnlGrid.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridItem)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridView1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GrayModel));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = 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.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     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.barButtonItem6 = 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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.label2 = new System.Windows.Forms.Label();
     this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).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.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26,
     this.barSubItem1,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barButtonItem4,
     this.barButtonItem5});
     this.barManager1.MaxItemId = 52;
     //
     // 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.barButtonItem5, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     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";
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "���빫������";
     this.barButtonItem5.Id = 51;
     this.barButtonItem5.ImageIndex = 20;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // 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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     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 = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_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);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "�������";
     this.barSubItem1.Id = 46;
     this.barSubItem1.ImageIndex = 15;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "��ӷ�����";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 15;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "����¼�������";
     this.barButtonItem2.Id = 48;
     this.barButtonItem2.ImageIndex = 16;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "�޸ķ�����";
     this.barButtonItem3.Id = 49;
     this.barButtonItem3.ImageIndex = 18;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "ɾ��������";
     this.barButtonItem4.Id = 50;
     this.barButtonItem4.ImageIndex = 10;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // 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);
     //
     // 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(1074, 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(1074, 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(1074, 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, "06 Picture.ico");
     //
     // 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(1074, 6);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.label2);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit2);
     this.splitContainerControl1.Panel2.Controls.Add(this.label1);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit1);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1074, 306);
     this.splitContainerControl1.SplitterPosition = 156;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // 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(912, 306);
     this.chart_user1.TabIndex = 0;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(15, 232);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 27);
     this.label2.TabIndex = 9;
     this.label2.Text = "u=";
     //
     // spinEdit2
     //
     this.spinEdit2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.spinEdit2.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit2.Enabled = false;
     this.spinEdit2.Location = new System.Drawing.Point(65, 234);
     this.spinEdit2.Name = "spinEdit2";
     this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit2.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit2.Size = new System.Drawing.Size(68, 21);
     this.spinEdit2.TabIndex = 8;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(13, 196);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 27);
     this.label1.TabIndex = 7;
     this.label1.Text = "a=";
     //
     // spinEdit1
     //
     this.spinEdit1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.spinEdit1.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit1.Enabled = false;
     this.spinEdit1.Location = new System.Drawing.Point(64, 198);
     this.spinEdit1.Name = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit1.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit1.Size = new System.Drawing.Size(68, 21);
     this.spinEdit1.TabIndex = 6;
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(16, 107);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(117, 34);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(20, 262);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(117, 34);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(16, 58);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(117, 34);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(16, 9);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(117, 34);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(16, 156);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(117, 34);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // 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.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1074, 689);
     this.splitContainerControl2.SplitterPosition = 306;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // 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(1074, 377);
     this.treeList1.TabIndex = 4;
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // GrayModel
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1074, 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 = "GrayModel";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "��ɫģ��Ԥ�ⷨ";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormForecast6_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast6));
     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.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.barButtonItem17 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26 = 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.barButtonItem25 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = 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.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.simpleButton7 = new DevExpress.XtraEditors.SimpleButton();
     this.label2 = new System.Windows.Forms.Label();
     this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
     this.label1 = new System.Windows.Forms.Label();
     this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.checkBox1 = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).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.barButtonItem14,
     this.barButtonItem17,
     this.barSubItem3,
     this.barButtonItem20,
     this.barButtonItem21,
     this.barButtonItem22,
     this.barButtonItem6,
     this.barButtonItem25,
     this.barButtonItem26});
     this.barManager1.MaxItemId = 46;
     //
     // 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.barButtonItem17, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
     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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption = "��������";
     this.barButtonItem17.Id = 26;
     this.barButtonItem17.ImageIndex = 14;
     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 = 9;
     this.barButtonItem26.Name = "barButtonItem26";
     this.barButtonItem26.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_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);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption = "����";
     this.barButtonItem25.Id = 44;
     this.barButtonItem25.ImageIndex = 0;
     this.barButtonItem25.Name = "barButtonItem25";
     this.barButtonItem25.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // 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);
     //
     // 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");
     //
     // 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(921, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.checkBox1);
     this.splitContainerControl1.Panel1.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton7);
     this.splitContainerControl1.Panel2.Controls.Add(this.label2);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit2);
     this.splitContainerControl1.Panel2.Controls.Add(this.label1);
     this.splitContainerControl1.Panel2.Controls.Add(this.spinEdit1);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(915, 381);
     this.splitContainerControl1.SplitterPosition = 541;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // chart1
     //
     chartArea1.BorderColor = System.Drawing.Color.Empty;
     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, 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(535, 375);
     this.chart1.TabIndex = 7;
     this.chart1.Text = "chart1";
     title1.Name = "Title1";
     this.chart1.Titles.Add(title1);
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // simpleButton7
     //
     this.simpleButton7.Location = new System.Drawing.Point(27, 74);
     this.simpleButton7.Name = "simpleButton7";
     this.simpleButton7.Size = new System.Drawing.Size(100, 40);
     this.simpleButton7.TabIndex = 10;
     this.simpleButton7.Text = "����a uϵ��";
     this.simpleButton7.Visible = false;
     this.simpleButton7.Click += new System.EventHandler(this.button7_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label2.Location = new System.Drawing.Point(32, 161);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(40, 27);
     this.label2.TabIndex = 9;
     this.label2.Text = "u=";
     //
     // spinEdit2
     //
     this.spinEdit2.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit2.Enabled = false;
     this.spinEdit2.Location = new System.Drawing.Point(79, 163);
     this.spinEdit2.Name = "spinEdit2";
     this.spinEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit2.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit2.Size = new System.Drawing.Size(137, 23);
     this.spinEdit2.TabIndex = 8;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("����", 20F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label1.Location = new System.Drawing.Point(31, 130);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 27);
     this.label1.TabIndex = 7;
     this.label1.Text = "a=";
     //
     // spinEdit1
     //
     this.spinEdit1.EditValue = new decimal(new int[] {
     0,
     0,
     0,
     0});
     this.spinEdit1.Enabled = false;
     this.spinEdit1.Location = new System.Drawing.Point(78, 132);
     this.spinEdit1.Name = "spinEdit1";
     this.spinEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton()});
     this.spinEdit1.Properties.Increment = new decimal(new int[] {
     1,
     0,
     0,
     131072});
     this.spinEdit1.Size = new System.Drawing.Size(137, 23);
     this.spinEdit1.TabIndex = 6;
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(185, 203);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(100, 40);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "��   ��";
     this.simpleButton6.Click += new System.EventHandler(this.button4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Location = new System.Drawing.Point(27, 203);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(100, 40);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "����Ԥ��ֵ";
     this.simpleButton2.Click += new System.EventHandler(this.button2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(185, 74);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(100, 40);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "ȫ������ͼ";
     this.simpleButton5.Click += new System.EventHandler(this.button6_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Location = new System.Drawing.Point(185, 18);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(100, 40);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "Ԥ����������ͼ";
     this.simpleButton3.Click += new System.EventHandler(this.button5_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Location = new System.Drawing.Point(27, 18);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(100, 40);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "��ʷ��������ͼ";
     this.simpleButton1.Click += new System.EventHandler(this.button1_Click);
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(921, 587);
     this.splitContainerControl2.SplitterPosition = 196;
     this.splitContainerControl2.TabIndex = 10;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // 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(915, 190);
     this.treeList1.TabIndex = 4;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     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(484, 3);
     this.checkBox1.Name = "checkBox1";
     this.checkBox1.Size = new System.Drawing.Size(48, 16);
     this.checkBox1.TabIndex = 8;
     this.checkBox1.Text = "ȫѡ";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click);
     //
     // FormForecast6
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(921, 625);
     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 = "FormForecast6";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "����Ԥ���";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormForecast6_Load);
     this.Resize += new System.EventHandler(this.FormAverageForecast_Resize);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.ResumeLayout(false);
 }
示例#23
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode1 = new DevExpress.XtraGrid.GridLevelNode();
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2 = new DevExpress.XtraGrid.GridLevelNode();
     this.panelControlTop = new DevExpress.XtraEditors.PanelControl();
     this.label1 = new System.Windows.Forms.Label();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.GridControlMemberPackage = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridControlMemberCredit = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberCredit = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit4 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControlPackage = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1 = new DevExpress.XtraEditors.SimpleButton();
     this.gridControlPackage = new DevExpress.XtraGrid.GridControl();
     this.gridViewPackage = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.colPackageCode = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colItemDescription = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colItemPrice = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChecked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.gridControlCredit = new DevExpress.XtraGrid.GridControl();
     this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn15 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn16 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit3 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.label2 = new System.Windows.Forms.Label();
     this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).BeginInit();
     this.panelControlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberCredit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberCredit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCredit)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // panelControlTop
     //
     this.panelControlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlTop.Controls.Add(this.label1);
     this.panelControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControlTop.Location = new System.Drawing.Point(0, 6);
     this.panelControlTop.Name = "panelControlTop";
     this.panelControlTop.Size = new System.Drawing.Size(1050, 44);
     this.panelControlTop.TabIndex = 0;
     this.panelControlTop.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControlTop_Paint);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(14, 9);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(344, 27);
     this.label1.TabIndex = 0;
     this.label1.Text = "Upgrade Package";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location = new System.Drawing.Point(0, 0);
     this.panelControlMemberPackage.Name = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size = new System.Drawing.Size(1037, 254);
     this.panelControlMemberPackage.TabIndex = 1;
     //
     // GridControlMemberPackage
     //
     this.GridControlMemberPackage.Location = new System.Drawing.Point(0, -5);
     this.GridControlMemberPackage.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControlMemberPackage.MainView = this.gridViewMemberPackage;
     this.GridControlMemberPackage.Name = "GridControlMemberPackage";
     this.GridControlMemberPackage.Size = new System.Drawing.Size(1037, 333);
     this.GridControlMemberPackage.TabIndex = 8;
     this.GridControlMemberPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMemberPackage});
     this.GridControlMemberPackage.Click += new System.EventHandler(this.GridControlMemberPackage_Click);
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.GridColumn28,
     this.GridColumn30,
     this.GridColumn31,
     this.GridColumn32,
     this.GridColumn33,
     this.GridColumn34,
     this.GridColumn35,
     this.GridColumn44,
     this.GridColumn45,
     this.GridColumn49});
     this.gridViewMemberPackage.GridControl = this.GridControlMemberPackage;
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel = false;
     this.gridViewMemberPackage.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewMemberPackage_FocusedRowChanged);
     this.gridViewMemberPackage.CustomColumnDisplayText += new DevExpress.XtraGrid.Views.Base.CustomColumnDisplayTextEventHandler(this.gridViewMemberPackage_CustomColumnDisplayText);
     //
     // GridColumn28
     //
     this.GridColumn28.Caption = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit = false;
     this.GridColumn28.OptionsColumn.AllowFocus = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible = true;
     this.GridColumn28.VisibleIndex = 0;
     this.GridColumn28.Width = 69;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit = false;
     this.GridColumn30.OptionsColumn.AllowFocus = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible = true;
     this.GridColumn30.VisibleIndex = 1;
     this.GridColumn30.Width = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit = false;
     this.GridColumn31.OptionsColumn.AllowFocus = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible = true;
     this.GridColumn31.VisibleIndex = 2;
     this.GridColumn31.Width = 108;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit = false;
     this.GridColumn32.OptionsColumn.AllowFocus = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit = false;
     this.GridColumn33.OptionsColumn.AllowFocus = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Visible = true;
     this.GridColumn33.VisibleIndex = 3;
     this.GridColumn33.Width = 82;
     //
     // GridColumn34
     //
     this.GridColumn34.Caption = "Balance";
     this.GridColumn34.FieldName = "Balance";
     this.GridColumn34.Name = "GridColumn34";
     this.GridColumn34.OptionsColumn.AllowEdit = false;
     this.GridColumn34.OptionsColumn.AllowFocus = false;
     this.GridColumn34.OptionsFilter.AllowFilter = false;
     this.GridColumn34.Width = 84;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit = false;
     this.GridColumn35.OptionsColumn.AllowFocus = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Visible = true;
     this.GridColumn35.VisibleIndex = 4;
     this.GridColumn35.Width = 73;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit = false;
     this.GridColumn44.OptionsColumn.AllowFocus = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Visible = true;
     this.GridColumn44.VisibleIndex = 5;
     this.GridColumn44.Width = 104;
     //
     // GridColumn45
     //
     this.GridColumn45.Caption = "Free Indicator";
     repositoryItemCheckEdit1.AutoHeight = false;
     repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     this.GridColumn45.ColumnEdit = repositoryItemCheckEdit1;
     this.GridColumn45.FieldName = "fFree";
     this.GridColumn45.Name = "GridColumn45";
     this.GridColumn45.OptionsColumn.AllowEdit = false;
     this.GridColumn45.OptionsColumn.AllowFocus = false;
     this.GridColumn45.OptionsFilter.AllowFilter = false;
     this.GridColumn45.Visible = true;
     this.GridColumn45.VisibleIndex = 6;
     this.GridColumn45.Width = 110;
     //
     // GridColumn49
     //
     this.GridColumn49.Caption = "Remark";
     this.GridColumn49.FieldName = "strRemarks";
     this.GridColumn49.Name = "GridColumn49";
     this.GridColumn49.OptionsColumn.AllowEdit = false;
     this.GridColumn49.OptionsColumn.AllowFocus = false;
     this.GridColumn49.OptionsFilter.AllowFilter = false;
     this.GridColumn49.Visible = true;
     this.GridColumn49.VisibleIndex = 7;
     this.GridColumn49.Width = 218;
     //
     // GridControlMemberCredit
     //
     this.GridControlMemberCredit.Dock = System.Windows.Forms.DockStyle.Top;
     this.GridControlMemberCredit.Location = new System.Drawing.Point(0, 0);
     this.GridControlMemberCredit.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControlMemberCredit.MainView = this.gridViewMemberCredit;
     this.GridControlMemberCredit.Name = "GridControlMemberCredit";
     this.GridControlMemberCredit.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit4});
     this.GridControlMemberCredit.Size = new System.Drawing.Size(1050, 332);
     this.GridControlMemberCredit.TabIndex = 9;
     this.GridControlMemberCredit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMemberCredit});
     this.GridControlMemberCredit.Click += new System.EventHandler(this.GridControlMemberCredit_Click);
     //
     // gridViewMemberCredit
     //
     this.gridViewMemberCredit.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn2,
     this.gridColumn1,
     this.gridColumn3,
     this.gridColumn4,
     this.gridColumn5,
     this.gridColumn6,
     this.gridColumn7,
     this.gridColumn8,
     this.gridColumn9,
     this.gridColumn10,
     this.gridColumn12,
     this.gridColumn11});
     this.gridViewMemberCredit.GridControl = this.GridControlMemberCredit;
     this.gridViewMemberCredit.Name = "gridViewMemberCredit";
     this.gridViewMemberCredit.SortInfo.AddRange(new DevExpress.XtraGrid.Columns.GridColumnSortInfo[] {
     new DevExpress.XtraGrid.Columns.GridColumnSortInfo(this.gridColumn1, DevExpress.Data.ColumnSortOrder.Descending)});
     this.gridViewMemberCredit.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewMemberCredit_FocusedRowChanged);
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Code";
     this.gridColumn2.FieldName = "strCreditPackageCode";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.OptionsColumn.AllowEdit = false;
     this.gridColumn2.OptionsColumn.AllowFocus = false;
     this.gridColumn2.OptionsColumn.ReadOnly = true;
     this.gridColumn2.OptionsFilter.AllowFilter = false;
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 1;
     this.gridColumn2.Width = 68;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Credit Package";
     this.gridColumn1.FieldName = "nCreditPackageID";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsColumn.ReadOnly = true;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 0;
     this.gridColumn1.Width = 79;
     //
     // gridColumn3
     //
     this.gridColumn3.Caption = "Description";
     this.gridColumn3.FieldName = "strDesciption";
     this.gridColumn3.Name = "gridColumn3";
     this.gridColumn3.OptionsColumn.AllowEdit = false;
     this.gridColumn3.OptionsColumn.AllowFocus = false;
     this.gridColumn3.OptionsColumn.ReadOnly = true;
     this.gridColumn3.OptionsFilter.AllowFilter = false;
     this.gridColumn3.Visible = true;
     this.gridColumn3.VisibleIndex = 2;
     this.gridColumn3.Width = 68;
     //
     // gridColumn4
     //
     this.gridColumn4.Caption = "Date";
     this.gridColumn4.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn4.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn4.FieldName = "dtPurchaseDate";
     this.gridColumn4.Name = "gridColumn4";
     this.gridColumn4.Visible = true;
     this.gridColumn4.VisibleIndex = 3;
     this.gridColumn4.Width = 68;
     //
     // gridColumn5
     //
     this.gridColumn5.Caption = "Receipt #";
     this.gridColumn5.FieldName = "strReceiptNo";
     this.gridColumn5.Name = "gridColumn5";
     this.gridColumn5.OptionsColumn.AllowEdit = false;
     this.gridColumn5.OptionsColumn.AllowFocus = false;
     this.gridColumn5.OptionsColumn.ReadOnly = true;
     this.gridColumn5.OptionsFilter.AllowFilter = false;
     this.gridColumn5.Visible = true;
     this.gridColumn5.VisibleIndex = 4;
     this.gridColumn5.Width = 68;
     //
     // gridColumn6
     //
     this.gridColumn6.Caption = "Balance";
     this.gridColumn6.DisplayFormat.FormatString = "n2";
     this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName = "Balance";
     this.gridColumn6.Name = "gridColumn6";
     this.gridColumn6.Visible = true;
     this.gridColumn6.VisibleIndex = 5;
     this.gridColumn6.Width = 68;
     //
     // gridColumn7
     //
     this.gridColumn7.Caption = "Start Date";
     this.gridColumn7.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn7.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn7.FieldName = "dtStartDate";
     this.gridColumn7.Name = "gridColumn7";
     this.gridColumn7.OptionsColumn.AllowEdit = false;
     this.gridColumn7.OptionsColumn.AllowFocus = false;
     this.gridColumn7.OptionsColumn.ReadOnly = true;
     this.gridColumn7.OptionsFilter.AllowFilter = false;
     this.gridColumn7.Visible = true;
     this.gridColumn7.VisibleIndex = 6;
     this.gridColumn7.Width = 68;
     //
     // gridColumn8
     //
     this.gridColumn8.Caption = "Expiry Date";
     this.gridColumn8.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.gridColumn8.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.gridColumn8.FieldName = "dtExpiryDate";
     this.gridColumn8.Name = "gridColumn8";
     this.gridColumn8.OptionsColumn.AllowEdit = false;
     this.gridColumn8.OptionsColumn.AllowFocus = false;
     this.gridColumn8.OptionsColumn.ReadOnly = true;
     this.gridColumn8.OptionsFilter.AllowFilter = false;
     this.gridColumn8.Visible = true;
     this.gridColumn8.VisibleIndex = 7;
     this.gridColumn8.Width = 68;
     //
     // gridColumn9
     //
     this.gridColumn9.Caption = "Free";
     this.gridColumn9.ColumnEdit = this.repositoryItemCheckEdit4;
     this.gridColumn9.FieldName = "fFree";
     this.gridColumn9.Name = "gridColumn9";
     this.gridColumn9.OptionsColumn.AllowEdit = false;
     this.gridColumn9.OptionsColumn.AllowFocus = false;
     this.gridColumn9.OptionsColumn.ReadOnly = true;
     this.gridColumn9.OptionsFilter.AllowFilter = false;
     this.gridColumn9.Visible = true;
     this.gridColumn9.VisibleIndex = 8;
     this.gridColumn9.Width = 68;
     //
     // repositoryItemCheckEdit4
     //
     this.repositoryItemCheckEdit4.AutoHeight = false;
     this.repositoryItemCheckEdit4.Name = "repositoryItemCheckEdit4";
     //
     // gridColumn10
     //
     this.gridColumn10.Caption = "Status";
     this.gridColumn10.FieldName = "nStatusID";
     this.gridColumn10.Name = "gridColumn10";
     this.gridColumn10.OptionsColumn.AllowEdit = false;
     this.gridColumn10.OptionsColumn.AllowFocus = false;
     this.gridColumn10.OptionsColumn.ReadOnly = true;
     this.gridColumn10.OptionsFilter.AllowFilter = false;
     this.gridColumn10.Visible = true;
     this.gridColumn10.VisibleIndex = 9;
     this.gridColumn10.Width = 68;
     //
     // gridColumn12
     //
     this.gridColumn12.Caption = "Employee";
     this.gridColumn12.FieldName = "strEmployeeName";
     this.gridColumn12.Name = "gridColumn12";
     this.gridColumn12.OptionsColumn.AllowEdit = false;
     this.gridColumn12.OptionsColumn.AllowFocus = false;
     this.gridColumn12.OptionsColumn.ReadOnly = true;
     this.gridColumn12.OptionsFilter.AllowFilter = false;
     this.gridColumn12.Visible = true;
     this.gridColumn12.VisibleIndex = 10;
     this.gridColumn12.Width = 68;
     //
     // gridColumn11
     //
     this.gridColumn11.Caption = "Remarks";
     this.gridColumn11.FieldName = "strRemarks";
     this.gridColumn11.Name = "gridColumn11";
     this.gridColumn11.OptionsColumn.AllowEdit = false;
     this.gridColumn11.OptionsColumn.AllowFocus = false;
     this.gridColumn11.OptionsFilter.AllowFilter = false;
     this.gridColumn11.Visible = true;
     this.gridColumn11.VisibleIndex = 11;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(1050, 6);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop = false;
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GridControlMemberPackage);
     this.panelControlPackage.Controls.Add(this.GridControlMemberCredit);
     this.panelControlPackage.Controls.Add(this.gridControlPackage);
     this.panelControlPackage.Controls.Add(this.gridControlCredit);
     this.panelControlPackage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 50);
     this.panelControlPackage.Name = "panelControlPackage";
     this.panelControlPackage.Size = new System.Drawing.Size(1050, 618);
     this.panelControlPackage.TabIndex = 4;
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location = new System.Drawing.Point(934, 579);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(90, 27);
     this.simpleButton2.TabIndex = 12;
     this.simpleButton2.Text = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location = new System.Drawing.Point(830, 579);
     this.simpleButtonOK1.Name = "simpleButtonOK1";
     this.simpleButtonOK1.Size = new System.Drawing.Size(90, 27);
     this.simpleButtonOK1.TabIndex = 11;
     this.simpleButtonOK1.Text = "OK";
     this.simpleButtonOK1.Click += new System.EventHandler(this.simpleButtonOK1_Click);
     //
     // gridControlPackage
     //
     gridLevelNode1.RelationName = "Level1";
     this.gridControlPackage.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode1});
     this.gridControlPackage.Location = new System.Drawing.Point(0, 332);
     this.gridControlPackage.MainView = this.gridViewPackage;
     this.gridControlPackage.Name = "gridControlPackage";
     this.gridControlPackage.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit2});
     this.gridControlPackage.Size = new System.Drawing.Size(1037, 233);
     this.gridControlPackage.TabIndex = 3;
     this.gridControlPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewPackage});
     this.gridControlPackage.Click += new System.EventHandler(this.gridControlPackage_Click);
     //
     // gridViewPackage
     //
     this.gridViewPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.colPackageCode,
     this.colItemDescription,
     this.colItemPrice,
     this.colChecked});
     this.gridViewPackage.GridControl = this.gridControlPackage;
     this.gridViewPackage.Name = "gridViewPackage";
     //
     // colPackageCode
     //
     this.colPackageCode.Caption = "Package Code";
     this.colPackageCode.FieldName = "strPackageCode";
     this.colPackageCode.Name = "colPackageCode";
     this.colPackageCode.OptionsColumn.AllowEdit = false;
     this.colPackageCode.OptionsFilter.AllowFilter = false;
     this.colPackageCode.Visible = true;
     this.colPackageCode.VisibleIndex = 1;
     this.colPackageCode.Width = 221;
     //
     // colItemDescription
     //
     this.colItemDescription.Caption = "Description";
     this.colItemDescription.FieldName = "strDescription";
     this.colItemDescription.Name = "colItemDescription";
     this.colItemDescription.OptionsColumn.AllowEdit = false;
     this.colItemDescription.OptionsFilter.AllowFilter = false;
     this.colItemDescription.Visible = true;
     this.colItemDescription.VisibleIndex = 2;
     this.colItemDescription.Width = 276;
     //
     // colItemPrice
     //
     this.colItemPrice.Caption = "Unit Price";
     this.colItemPrice.FieldName = "mListPrice";
     this.colItemPrice.Name = "colItemPrice";
     this.colItemPrice.OptionsColumn.AllowEdit = false;
     this.colItemPrice.OptionsFilter.AllowFilter = false;
     this.colItemPrice.Visible = true;
     this.colItemPrice.VisibleIndex = 3;
     this.colItemPrice.Width = 285;
     //
     // colChecked
     //
     this.colChecked.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colChecked.FieldName = "Checked";
     this.colChecked.Name = "colChecked";
     this.colChecked.Visible = true;
     this.colChecked.VisibleIndex = 0;
     this.colChecked.Width = 52;
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit2.ValueGrayed = "";
     //
     // gridControlCredit
     //
     gridLevelNode2.RelationName = "Level1";
     this.gridControlCredit.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
     gridLevelNode2});
     this.gridControlCredit.Location = new System.Drawing.Point(0, 332);
     this.gridControlCredit.MainView = this.gridView1;
     this.gridControlCredit.Name = "gridControlCredit";
     this.gridControlCredit.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit3});
     this.gridControlCredit.Size = new System.Drawing.Size(1037, 238);
     this.gridControlCredit.TabIndex = 10;
     this.gridControlCredit.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridView1});
     //
     // gridView1
     //
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn13,
     this.gridColumn14,
     this.gridColumn15,
     this.gridColumn16});
     this.gridView1.GridControl = this.gridControlCredit;
     this.gridView1.Name = "gridView1";
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "CreditPackage Code";
     this.gridColumn13.FieldName = "strCreditPackageCode";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Visible = true;
     this.gridColumn13.VisibleIndex = 0;
     this.gridColumn13.Width = 221;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Description";
     this.gridColumn14.FieldName = "strDescription";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.Visible = true;
     this.gridColumn14.VisibleIndex = 1;
     this.gridColumn14.Width = 276;
     //
     // gridColumn15
     //
     this.gridColumn15.Caption = "Unit Price";
     this.gridColumn15.FieldName = "mListPrice";
     this.gridColumn15.Name = "gridColumn15";
     this.gridColumn15.OptionsColumn.AllowEdit = false;
     this.gridColumn15.OptionsFilter.AllowFilter = false;
     this.gridColumn15.Visible = true;
     this.gridColumn15.VisibleIndex = 2;
     this.gridColumn15.Width = 285;
     //
     // gridColumn16
     //
     this.gridColumn16.ColumnEdit = this.repositoryItemCheckEdit3;
     this.gridColumn16.FieldName = "Checked";
     this.gridColumn16.Name = "gridColumn16";
     this.gridColumn16.Width = 52;
     //
     // repositoryItemCheckEdit3
     //
     this.repositoryItemCheckEdit3.AutoHeight = false;
     this.repositoryItemCheckEdit3.Name = "repositoryItemCheckEdit3";
     this.repositoryItemCheckEdit3.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit3.ValueGrayed = "";
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(12, 18);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(106, 19);
     this.label2.TabIndex = 11;
     this.label2.Text = "Upgrade Type :";
     this.label2.Click += new System.EventHandler(this.label2_Click);
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.EditValue = "Normal Package";
     this.comboBoxEdit1.Location = new System.Drawing.Point(118, 16);
     this.comboBoxEdit1.Name = "comboBoxEdit1";
     this.comboBoxEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
     new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
     this.comboBoxEdit1.Size = new System.Drawing.Size(120, 22);
     this.comboBoxEdit1.TabIndex = 12;
     this.comboBoxEdit1.SelectedIndexChanged += new System.EventHandler(this.comboBoxEdit1_SelectedIndexChanged);
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Controls.Add(this.comboBoxEdit1);
     this.panelControl1.Location = new System.Drawing.Point(-7, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(1037, 48);
     this.panelControl1.TabIndex = 5;
     this.panelControl1.Paint += new System.Windows.Forms.PaintEventHandler(this.panelControl1_Paint);
     //
     // FormUpgradePackage
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 15);
     this.ClientSize = new System.Drawing.Size(1050, 668);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlTop);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormUpgradePackage";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Upgrade Selection";
     this.Load += new System.EventHandler(this.FormUpgradePackage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).EndInit();
     this.panelControlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberCredit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberCredit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControlPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlCredit)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDanhBaQL));
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar2 = new DevExpress.XtraBars.Bar();
     this.barButtonItemThemNhom = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXoaNhom = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemSuaNhom = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemDoiTenNhom = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemThemNguoiLL = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemXoaNguoiLL = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemSuaNguoiLL = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemLuu = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemKhongLuu = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItemIn = new DevExpress.XtraBars.BarButtonItem();
     this.standaloneBarDockControl1 = new DevExpress.XtraBars.StandaloneBarDockControl();
     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.gridControlThongtin = new DevExpress.XtraGrid.GridControl();
     this.gridViewThongtin = new DevExpress.XtraGrid.Views.Grid.PLGridView();
     this.ID = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_name = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_diachi = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_dienthoai = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_cmnd = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_fax = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_nguoidaidien = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_chucvu = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_bophan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_loaidanhba = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_taikhoan = new DevExpress.XtraGrid.Columns.GridColumn();
     this.cot_email = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.navBarControl1 = new DevExpress.XtraNavBar.NavBarControl();
     this.navBarGroup1 = new DevExpress.XtraNavBar.NavBarGroup();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlThongtin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewThongtin)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
     this.bar2});
     this.barManager1.DockControls.Add(this.barDockControlTop);
     this.barManager1.DockControls.Add(this.barDockControlBottom);
     this.barManager1.DockControls.Add(this.barDockControlLeft);
     this.barManager1.DockControls.Add(this.barDockControlRight);
     this.barManager1.DockControls.Add(this.standaloneBarDockControl1);
     this.barManager1.Form = this;
     this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
     this.barButtonItemThemNhom,
     this.barButtonItemXoaNhom,
     this.barButtonItemDoiTenNhom,
     this.barButtonItemThemNguoiLL,
     this.barButtonItemXoaNguoiLL,
     this.barButtonItemSuaNguoiLL,
     this.barButtonItemIn,
     this.barButtonItemLuu,
     this.barButtonItemKhongLuu,
     this.barButtonItemSuaNhom});
     this.barManager1.MaxItemId = 12;
     //
     // bar2
     //
     this.bar2.BarName = "Main menu";
     this.bar2.DockCol = 0;
     this.bar2.DockRow = 0;
     this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Standalone;
     this.bar2.FloatLocation = new System.Drawing.Point(60, 179);
     this.bar2.FloatSize = new System.Drawing.Size(675, 24);
     this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemThemNhom, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemXoaNhom, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItemSuaNhom),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemDoiTenNhom, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemThemNguoiLL, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemXoaNguoiLL, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemSuaNguoiLL, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemLuu, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemKhongLuu, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItemIn, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar2.OptionsBar.AllowQuickCustomization = false;
     this.bar2.OptionsBar.DrawDragBorder = false;
     this.bar2.OptionsBar.RotateWhenVertical = false;
     this.bar2.OptionsBar.UseWholeRow = true;
     this.bar2.StandaloneBarDockControl = this.standaloneBarDockControl1;
     this.bar2.Text = "Main menu";
     //
     // barButtonItemThemNhom
     //
     this.barButtonItemThemNhom.Caption = "&Thêm nhóm";
     this.barButtonItemThemNhom.Id = 0;
     this.barButtonItemThemNhom.Name = "barButtonItemThemNhom";
     this.barButtonItemThemNhom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemThemNhom_ItemClick);
     //
     // barButtonItemXoaNhom
     //
     this.barButtonItemXoaNhom.Caption = "&Xóa nhóm";
     this.barButtonItemXoaNhom.Id = 1;
     this.barButtonItemXoaNhom.Name = "barButtonItemXoaNhom";
     this.barButtonItemXoaNhom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemXoaNhom_ItemClick);
     //
     // barButtonItemSuaNhom
     //
     this.barButtonItemSuaNhom.Caption = "&Sửa nhóm";
     this.barButtonItemSuaNhom.Id = 11;
     this.barButtonItemSuaNhom.Name = "barButtonItemSuaNhom";
     this.barButtonItemSuaNhom.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItemSuaNhom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemSuaNhom_ItemClick);
     //
     // barButtonItemDoiTenNhom
     //
     this.barButtonItemDoiTenNhom.Caption = "Đổi tên &nhóm";
     this.barButtonItemDoiTenNhom.Id = 2;
     this.barButtonItemDoiTenNhom.Name = "barButtonItemDoiTenNhom";
     this.barButtonItemDoiTenNhom.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemDoiTenNhom_ItemClick);
     //
     // barButtonItemThemNguoiLL
     //
     this.barButtonItemThemNguoiLL.Caption = "T&hêm người liên lạc";
     this.barButtonItemThemNguoiLL.Id = 3;
     this.barButtonItemThemNguoiLL.Name = "barButtonItemThemNguoiLL";
     this.barButtonItemThemNguoiLL.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemThemNguoiLL_ItemClick);
     //
     // barButtonItemXoaNguoiLL
     //
     this.barButtonItemXoaNguoiLL.Caption = "Xó&a người liên lạc";
     this.barButtonItemXoaNguoiLL.Id = 4;
     this.barButtonItemXoaNguoiLL.Name = "barButtonItemXoaNguoiLL";
     this.barButtonItemXoaNguoiLL.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemXoaNguoiLL_ItemClick);
     //
     // barButtonItemSuaNguoiLL
     //
     this.barButtonItemSuaNguoiLL.Caption = "Sửa n&gười liên lạc";
     this.barButtonItemSuaNguoiLL.Id = 5;
     this.barButtonItemSuaNguoiLL.Name = "barButtonItemSuaNguoiLL";
     this.barButtonItemSuaNguoiLL.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemSuaNguoiLL_ItemClick);
     //
     // barButtonItemLuu
     //
     this.barButtonItemLuu.Caption = "&Lưu";
     this.barButtonItemLuu.Id = 9;
     this.barButtonItemLuu.Name = "barButtonItemLuu";
     this.barButtonItemLuu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemLuu_ItemClick);
     //
     // barButtonItemKhongLuu
     //
     this.barButtonItemKhongLuu.Caption = "&Không Lưu";
     this.barButtonItemKhongLuu.Id = 10;
     this.barButtonItemKhongLuu.Name = "barButtonItemKhongLuu";
     this.barButtonItemKhongLuu.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemKhongLuu_ItemClick);
     //
     // barButtonItemIn
     //
     this.barButtonItemIn.Caption = "In";
     this.barButtonItemIn.Id = 7;
     this.barButtonItemIn.Name = "barButtonItemIn";
     //
     // standaloneBarDockControl1
     //
     this.standaloneBarDockControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.standaloneBarDockControl1.Location = new System.Drawing.Point(0, 0);
     this.standaloneBarDockControl1.Name = "standaloneBarDockControl1";
     this.standaloneBarDockControl1.Size = new System.Drawing.Size(804, 30);
     this.standaloneBarDockControl1.Text = "standaloneBarDockControl1";
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "customer_size.gif");
     //
     // gridControlThongtin
     //
     this.gridControlThongtin.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gridControlThongtin.BackgroundImage")));
     this.gridControlThongtin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.gridControlThongtin.Dock = System.Windows.Forms.DockStyle.Fill;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.Append.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.CancelEdit.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.Edit.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.EndEdit.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.First.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.Last.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.Next.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.NextPage.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.Prev.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.PrevPage.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.Buttons.Remove.Visible = false;
     this.gridControlThongtin.EmbeddedNavigator.TextStringFormat = "Tổng số mẩu tin: {1}";
     this.gridControlThongtin.Location = new System.Drawing.Point(2, 2);
     this.gridControlThongtin.MainView = this.gridViewThongtin;
     this.gridControlThongtin.Name = "gridControlThongtin";
     this.gridControlThongtin.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemTextEdit1});
     this.gridControlThongtin.Size = new System.Drawing.Size(598, 479);
     this.gridControlThongtin.TabIndex = 5;
     this.gridControlThongtin.UseEmbeddedNavigator = true;
     this.gridControlThongtin.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewThongtin});
     //
     // gridViewThongtin
     //
     this.gridViewThongtin.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.gridViewThongtin.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.gridViewThongtin.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.ID,
     this.cot_name,
     this.cot_diachi,
     this.cot_dienthoai,
     this.cot_cmnd,
     this.cot_fax,
     this.cot_nguoidaidien,
     this.cot_chucvu,
     this.cot_bophan,
     this.cot_loaidanhba,
     this.cot_taikhoan,
     this.cot_email});
     this.gridViewThongtin.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.gridViewThongtin.GridControl = this.gridControlThongtin;
     this.gridViewThongtin.GroupPanelText = "Chi tiết danh bạ";
     this.gridViewThongtin.IndicatorWidth = 40;
     this.gridViewThongtin.Name = "gridViewThongtin";
     this.gridViewThongtin.OptionsBehavior.Editable = false;
     this.gridViewThongtin.OptionsLayout.Columns.AddNewColumns = false;
     this.gridViewThongtin.OptionsLayout.Columns.StoreAllOptions = true;
     this.gridViewThongtin.OptionsNavigation.AutoFocusNewRow = true;
     this.gridViewThongtin.OptionsNavigation.EnterMoveNextColumn = true;
     this.gridViewThongtin.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.gridViewThongtin.OptionsView.ColumnAutoWidth = false;
     this.gridViewThongtin.OptionsView.EnableAppearanceEvenRow = true;
     this.gridViewThongtin.OptionsView.EnableAppearanceOddRow = true;
     this.gridViewThongtin.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Bottom;
     this.gridViewThongtin.OptionsView.ShowDetailButtons = false;
     this.gridViewThongtin.OptionsView.ShowGroupedColumns = true;
     this.gridViewThongtin.OptionsView.ShowGroupPanel = false;
     this.gridViewThongtin.OptionsView.ShowViewCaption = true;
     this.gridViewThongtin.ViewCaption = "DANH BẠ ĐỊA CHỈ";
     this.gridViewThongtin.DoubleClick += new System.EventHandler(this.gridViewThongtin_DoubleClick);
     this.gridViewThongtin.ValidateRow += new DevExpress.XtraGrid.Views.Base.ValidateRowEventHandler(this.gridViewThongtin_ValidateRow);
     //
     // ID
     //
     this.ID.Caption = "ID";
     this.ID.Name = "ID";
     this.ID.Width = 23;
     //
     // cot_name
     //
     this.cot_name.Caption = "Tên";
     this.cot_name.Name = "cot_name";
     this.cot_name.Visible = true;
     this.cot_name.VisibleIndex = 0;
     this.cot_name.Width = 30;
     //
     // cot_diachi
     //
     this.cot_diachi.Caption = "Địa chỉ";
     this.cot_diachi.Name = "cot_diachi";
     this.cot_diachi.Visible = true;
     this.cot_diachi.VisibleIndex = 3;
     this.cot_diachi.Width = 44;
     //
     // cot_dienthoai
     //
     this.cot_dienthoai.Caption = "Điện thoại";
     this.cot_dienthoai.Name = "cot_dienthoai";
     this.cot_dienthoai.Visible = true;
     this.cot_dienthoai.VisibleIndex = 7;
     this.cot_dienthoai.Width = 61;
     //
     // cot_cmnd
     //
     this.cot_cmnd.Caption = "CMND";
     this.cot_cmnd.Name = "cot_cmnd";
     this.cot_cmnd.Visible = true;
     this.cot_cmnd.VisibleIndex = 6;
     this.cot_cmnd.Width = 41;
     //
     // cot_fax
     //
     this.cot_fax.Caption = "FAX";
     this.cot_fax.Name = "cot_fax";
     this.cot_fax.Visible = true;
     this.cot_fax.VisibleIndex = 8;
     this.cot_fax.Width = 31;
     //
     // cot_nguoidaidien
     //
     this.cot_nguoidaidien.Caption = "Người đại diện";
     this.cot_nguoidaidien.Name = "cot_nguoidaidien";
     this.cot_nguoidaidien.Visible = true;
     this.cot_nguoidaidien.VisibleIndex = 5;
     this.cot_nguoidaidien.Width = 80;
     //
     // cot_chucvu
     //
     this.cot_chucvu.Caption = "Chức vụ";
     this.cot_chucvu.Name = "cot_chucvu";
     this.cot_chucvu.Visible = true;
     this.cot_chucvu.VisibleIndex = 2;
     this.cot_chucvu.Width = 52;
     //
     // cot_bophan
     //
     this.cot_bophan.Caption = "Bộ phận";
     this.cot_bophan.Name = "cot_bophan";
     this.cot_bophan.Visible = true;
     this.cot_bophan.VisibleIndex = 1;
     this.cot_bophan.Width = 51;
     //
     // cot_loaidanhba
     //
     this.cot_loaidanhba.Caption = "Loại danh bạ";
     this.cot_loaidanhba.Name = "cot_loaidanhba";
     this.cot_loaidanhba.Visible = true;
     this.cot_loaidanhba.VisibleIndex = 10;
     this.cot_loaidanhba.Width = 73;
     //
     // cot_taikhoan
     //
     this.cot_taikhoan.Caption = "Tài Khoản";
     this.cot_taikhoan.Name = "cot_taikhoan";
     this.cot_taikhoan.Visible = true;
     this.cot_taikhoan.VisibleIndex = 9;
     this.cot_taikhoan.Width = 59;
     //
     // cot_email
     //
     this.cot_email.Caption = "Email";
     this.cot_email.Name = "cot_email";
     this.cot_email.Visible = true;
     this.cot_email.VisibleIndex = 4;
     this.cot_email.Width = 36;
     //
     // repositoryItemTextEdit1
     //
     this.repositoryItemTextEdit1.AutoHeight = false;
     this.repositoryItemTextEdit1.Mask.IgnoreMaskBlank = false;
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.DateTime;
     this.repositoryItemTextEdit1.Mask.SaveLiteral = false;
     this.repositoryItemTextEdit1.Mask.ShowPlaceHolders = false;
     this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
     //
     // navBarControl1
     //
     this.navBarControl1.ActiveGroup = this.navBarGroup1;
     this.navBarControl1.AllowSelectedLink = true;
     this.navBarControl1.ContentButtonHint = null;
     this.navBarControl1.Dock = System.Windows.Forms.DockStyle.Left;
     this.navBarControl1.Groups.AddRange(new DevExpress.XtraNavBar.NavBarGroup[] {
     this.navBarGroup1});
     this.navBarControl1.Location = new System.Drawing.Point(0, 30);
     this.navBarControl1.Name = "navBarControl1";
     this.navBarControl1.OptionsNavPane.ExpandedWidth = 140;
     this.navBarControl1.OptionsNavPane.ShowOverflowPanel = false;
     this.navBarControl1.OptionsNavPane.ShowSplitter = false;
     this.navBarControl1.Size = new System.Drawing.Size(196, 483);
     this.navBarControl1.TabIndex = 6;
     this.navBarControl1.Text = "navBarControl1";
     this.navBarControl1.View = new DevExpress.XtraNavBar.ViewInfo.SkinNavigationPaneViewInfoRegistrator();
     this.navBarControl1.SelectedLinkChanged += new DevExpress.XtraNavBar.ViewInfo.NavBarSelectedLinkChangedEventHandler(this.navBarControl1_SelectedLinkChanged);
     //
     // navBarGroup1
     //
     this.navBarGroup1.Caption = "Nhóm danh bạ";
     this.navBarGroup1.Expanded = true;
     this.navBarGroup1.GroupStyle = DevExpress.XtraNavBar.NavBarGroupStyle.LargeIconsText;
     this.navBarGroup1.Name = "navBarGroup1";
     this.navBarGroup1.NavigationPaneVisible = false;
     //
     // splitterControl1
     //
     this.splitterControl1.Location = new System.Drawing.Point(196, 30);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(6, 483);
     this.splitterControl1.TabIndex = 13;
     this.splitterControl1.TabStop = false;
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.gridControlThongtin);
     this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControl1.Location = new System.Drawing.Point(202, 30);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(602, 483);
     this.panelControl1.TabIndex = 15;
     //
     // frmDanhBaQL
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(804, 513);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.splitterControl1);
     this.Controls.Add(this.navBarControl1);
     this.Controls.Add(this.standaloneBarDockControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.KeyPreview = true;
     this.Name = "frmDanhBaQL";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Danh bạ địa chỉ";
     this.Load += new System.EventHandler(this.frmDanhba_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridControlThongtin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewThongtin)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.navBarControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <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);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormUnitConsumptionValue));
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.simpleButton6 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart_user1 = new Itop.Client.Using.chart_user();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem11 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem12 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = 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();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // 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(1028, 236);
     this.treeList1.TabIndex = 2;
     this.treeList1.NodeCellStyle += new DevExpress.XtraTreeList.GetCustomNodeCellStyleEventHandler(this.treeList1_NodeCellStyle);
     this.treeList1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeList1_MouseUp);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // simpleButton6
     //
     this.simpleButton6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton6.Location = new System.Drawing.Point(17, 115);
     this.simpleButton6.Name = "simpleButton6";
     this.simpleButton6.Size = new System.Drawing.Size(122, 37);
     this.simpleButton6.TabIndex = 5;
     this.simpleButton6.Text = "保   存";
     this.simpleButton6.Click += new System.EventHandler(this.simpleButton6_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton4.Location = new System.Drawing.Point(17, 60);
     this.simpleButton4.Name = "simpleButton4";
     this.simpleButton4.Size = new System.Drawing.Size(122, 37);
     this.simpleButton4.TabIndex = 5;
     this.simpleButton4.Text = "计算单位设置";
     this.simpleButton4.Click += new System.EventHandler(this.simpleButton4_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton2.Location = new System.Drawing.Point(17, 5);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(122, 37);
     this.simpleButton2.TabIndex = 5;
     this.simpleButton2.Text = "计算预测值";
     this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton5.Location = new System.Drawing.Point(17, 279);
     this.simpleButton5.Name = "simpleButton5";
     this.simpleButton5.Size = new System.Drawing.Size(122, 37);
     this.simpleButton5.TabIndex = 5;
     this.simpleButton5.Text = "全部折线图";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // simpleButton3
     //
     this.simpleButton3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton3.Location = new System.Drawing.Point(17, 224);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(122, 37);
     this.simpleButton3.TabIndex = 5;
     this.simpleButton3.Text = "预测数据折线图";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton1
     //
     this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.simpleButton1.Location = new System.Drawing.Point(17, 170);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(122, 37);
     this.simpleButton1.TabIndex = 5;
     this.simpleButton1.Text = "历史数据折线图";
     this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2;
     this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.chart_user1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton6);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton4);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton2);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton5);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton3);
     this.splitContainerControl1.Panel2.Controls.Add(this.simpleButton1);
     this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size = new System.Drawing.Size(1028, 320);
     this.splitContainerControl1.SplitterPosition = 152;
     this.splitContainerControl1.TabIndex = 8;
     this.splitContainerControl1.Text = "splitContainerControl1";
     //
     // 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(870, 320);
     this.chart_user1.TabIndex = 0;
     //
     // 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.splitContainerControl1);
     this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size = new System.Drawing.Size(1028, 562);
     this.splitContainerControl2.SplitterPosition = 320;
     this.splitContainerControl2.TabIndex = 16;
     this.splitContainerControl2.Text = "splitContainerControl2";
     //
     // 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, 6);
     this.splitterControl1.TabIndex = 15;
     this.splitterControl1.TabStop = false;
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "保存.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, "031.ico");
     this.imageList1.Images.SetKeyName(21, "46.ico");
     this.imageList1.Images.SetKeyName(22, "CD2.ico");
     this.imageList1.Images.SetKeyName(23, "globo.ico");
     this.imageList1.Images.SetKeyName(24, "10 Desktop.ico");
     this.imageList1.Images.SetKeyName(25, "15 ICQ.ico");
     this.imageList1.Images.SetKeyName(26, "06 Picture.ico");
     //
     // 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.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.barSubItem1,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem6,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barSubItem2,
     this.barButtonItem9,
     this.barButtonItem10,
     this.barButtonItem11,
     this.barButtonItem12,
     this.barButtonItem13});
     this.barManager1.MaxItemId = 16;
     //
     // 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.barButtonItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem13, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem3, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem1, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem6, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem7, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barSubItem2, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem8, "", true, true, true, 0, null, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "加载GDP数据";
     this.barButtonItem1.Id = 0;
     this.barButtonItem1.ImageIndex = 13;
     this.barButtonItem1.Name = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem13
     //
     this.barButtonItem13.Caption = "加载电量数据";
     this.barButtonItem13.Id = 15;
     this.barButtonItem13.ImageIndex = 26;
     this.barButtonItem13.Name = "barButtonItem13";
     this.barButtonItem13.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem13_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption = "参数设置";
     this.barButtonItem2.Id = 1;
     this.barButtonItem2.ImageIndex = 14;
     this.barButtonItem2.Name = "barButtonItem2";
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption = "开始截取历史数据";
     this.barButtonItem3.Id = 2;
     this.barButtonItem3.ImageIndex = 9;
     this.barButtonItem3.Name = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption = "导出";
     this.barSubItem1.Id = 4;
     this.barSubItem1.ImageIndex = 5;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem4, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem5, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph)});
     this.barSubItem1.Name = "barSubItem1";
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "导出数据";
     this.barButtonItem4.Id = 5;
     this.barButtonItem4.ImageIndex = 5;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "导出图形";
     this.barButtonItem5.Id = 6;
     this.barButtonItem5.ImageIndex = 5;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption = "图表颜色";
     this.barButtonItem6.Id = 7;
     this.barButtonItem6.ImageIndex = 12;
     this.barButtonItem6.Name = "barButtonItem6";
     this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "保存";
     this.barButtonItem7.Id = 8;
     this.barButtonItem7.ImageIndex = 0;
     this.barButtonItem7.Name = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "分类管理";
     this.barSubItem2.Id = 10;
     this.barSubItem2.ImageIndex = 16;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.PaintStyle, this.barButtonItem9, DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem12)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "添加分类";
     this.barButtonItem9.Id = 11;
     this.barButtonItem9.ImageIndex = 15;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption = "添加子分类";
     this.barButtonItem10.Id = 12;
     this.barButtonItem10.ImageIndex = 16;
     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 = 13;
     this.barButtonItem11.ImageIndex = 18;
     this.barButtonItem11.Name = "barButtonItem11";
     this.barButtonItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem11.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem11_ItemClick);
     //
     // barButtonItem12
     //
     this.barButtonItem12.Caption = "删除分类";
     this.barButtonItem12.Id = 14;
     this.barButtonItem12.ImageIndex = 10;
     this.barButtonItem12.Name = "barButtonItem12";
     this.barButtonItem12.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem12.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem12_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "关闭";
     this.barButtonItem8.Id = 9;
     this.barButtonItem8.ImageIndex = 6;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_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(1028, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 602);
     this.barDockControlBottom.Size = new System.Drawing.Size(1028, 0);
     //
     // barDockControlLeft
     //
     this.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left;
     this.barDockControlLeft.Location = new System.Drawing.Point(0, 34);
     this.barDockControlLeft.Size = new System.Drawing.Size(0, 568);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(1028, 34);
     this.barDockControlRight.Size = new System.Drawing.Size(0, 568);
     //
     // FormUnitConsumptionValue
     //
     this.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(1028, 602);
     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 = "FormUnitConsumptionValue";
     this.Text = "产值单耗法";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.FormAverageGrowthRate_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
 /// <summary>
 /// �����֧������ķ��� - ��Ҫ
 /// ʹ�ô���༭���޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast2));
     this.barManager1 = new DevExpress.XtraBars.BarManager();
     this.bar1 = new DevExpress.XtraBars.Bar();
     this.barSubItem11 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
     this.btCopy = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
     this.bt434 = new DevExpress.XtraBars.BarButtonItem();
     this.bt513 = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21 = new DevExpress.XtraBars.BarButtonItem();
     this.btGetHistory = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem8 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4 = 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.bt_add = new DevExpress.XtraBars.BarButtonItem();
     this.bt_edit = new DevExpress.XtraBars.BarButtonItem();
     this.bt_del = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.treeList2 = new DevExpress.XtraTreeList.TreeList();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).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.btGetHistory,
     this.barButtonItem6,
     this.barSubItem11,
     this.barButtonItem1,
     this.barButtonItem2,
     this.barButtonItem3,
     this.bt_add,
     this.bt_edit,
     this.bt_del,
     this.barSubItem2,
     this.bt434,
     this.btCopy,
     this.bt513,
     this.barButtonItem4,
     this.barButtonItem5,
     this.barButtonItem7,
     this.barButtonItem8,
     this.barButtonItem9});
     this.barManager1.MaxItemId = 74;
     //
     // 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.barSubItem11),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem2, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.btGetHistory, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem8, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6, true),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4)});
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder = false;
     this.bar1.OptionsBar.UseWholeRow = true;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem11
     //
     this.barSubItem11.Caption = "�������";
     this.barSubItem11.Id = 46;
     this.barSubItem11.ImageIndex = 13;
     this.barSubItem11.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3),
     new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
     new DevExpress.XtraBars.LinkPersistInfo(this.btCopy)});
     this.barSubItem11.Name = "barSubItem11";
     this.barSubItem11.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barSubItem11.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption = "���";
     this.barButtonItem1.Id = 47;
     this.barButtonItem1.ImageIndex = 17;
     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);
     //
     // btCopy
     //
     this.btCopy.Caption = "����";
     this.btCopy.Id = 66;
     this.btCopy.ImageIndex = 15;
     this.btCopy.Name = "btCopy";
     this.btCopy.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btCopy.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btCopy_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption = "ͳ��";
     this.barSubItem2.Id = 63;
     this.barSubItem2.ImageIndex = 11;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
     new DevExpress.XtraBars.LinkPersistInfo(this.bt434),
     new DevExpress.XtraBars.LinkPersistInfo(this.bt513)});
     this.barSubItem2.Name = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // bt434
     //
     this.bt434.Caption = "ȫ�е�������Ԥ����";
     this.bt434.Id = 64;
     this.bt434.Name = "bt434";
     this.bt434.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bt434_ItemClick);
     //
     // bt513
     //
     this.bt513.Caption = "�����ص�������Ԥ����";
     this.bt513.Id = 67;
     this.bt513.Name = "bt513";
     this.bt513.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.bt532_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;
     this.barSubItem3.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     //
     // 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.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // btGetHistory
     //
     this.btGetHistory.Caption = "ˢ����ʷ����";
     this.btGetHistory.Id = 32;
     this.btGetHistory.ImageIndex = 18;
     this.btGetHistory.Name = "btGetHistory";
     this.btGetHistory.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.btGetHistory.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btGetHistory_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption = "�鿴ͼ��";
     this.barButtonItem5.Id = 69;
     this.barButtonItem5.ImageIndex = 9;
     this.barButtonItem5.Name = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barButtonItem9
     //
     this.barButtonItem9.Caption = "��Ӧ�󳣹�+�û�Ԥ�ⷽ��";
     this.barButtonItem9.Id = 73;
     this.barButtonItem9.ImageIndex = 11;
     this.barButtonItem9.Name = "barButtonItem9";
     this.barButtonItem9.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem9.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem9.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem9_ItemClick);
     //
     // barButtonItem8
     //
     this.barButtonItem8.Caption = "��ȡ��ӦԤ��ֵ";
     this.barButtonItem8.Id = 72;
     this.barButtonItem8.ImageIndex = 14;
     this.barButtonItem8.Name = "barButtonItem8";
     this.barButtonItem8.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem8.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem8_ItemClick);
     //
     // 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);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "���������ʼ���";
     this.barButtonItem4.Id = 68;
     this.barButtonItem4.ImageIndex = 9;
     this.barButtonItem4.Name = "barButtonItem4";
     this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem4.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_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, "�ر�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");
     //
     // bt_add
     //
     this.bt_add.Caption = "���";
     this.bt_add.Id = 59;
     this.bt_add.ImageIndex = 17;
     this.bt_add.Name = "bt_add";
     //
     // bt_edit
     //
     this.bt_edit.Caption = "�޸�";
     this.bt_edit.Id = 60;
     this.bt_edit.ImageIndex = 18;
     this.bt_edit.Name = "bt_edit";
     //
     // bt_del
     //
     this.bt_del.Caption = "ɾ��";
     this.bt_del.Id = 61;
     this.bt_del.ImageIndex = 10;
     this.bt_del.Name = "bt_del";
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption = "�鿴ͼ��";
     this.barButtonItem7.Id = 70;
     this.barButtonItem7.Name = "barButtonItem7";
     //
     // 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(975, 4);
     this.splitterControl1.TabIndex = 5;
     this.splitterControl1.TabStop = false;
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location = new System.Drawing.Point(0, 38);
     this.splitContainerControl2.Name = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl2.Panel1.ShowCaption = true;
     this.splitContainerControl2.Panel1.Text = "����";
     this.splitContainerControl2.Panel2.Controls.Add(this.treeList2);
     this.splitContainerControl2.Panel2.ShowCaption = true;
     this.splitContainerControl2.Panel2.Text = "����";
     this.splitContainerControl2.Size = new System.Drawing.Size(975, 587);
     this.splitContainerControl2.SplitterPosition = 287;
     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.Size = new System.Drawing.Size(969, 266);
     this.treeList1.TabIndex = 0;
     this.treeList1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeList1_KeyDown);
     this.treeList1.AfterDragNode += new DevExpress.XtraTreeList.NodeEventHandler(this.treeList1_AfterDragNode);
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.FocusedNodeChanged += new DevExpress.XtraTreeList.FocusedNodeChangedEventHandler(this.treeList1_FocusedNodeChanged);
     this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // treeList2
     //
     this.treeList2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.treeList2.Location = new System.Drawing.Point(0, 0);
     this.treeList2.Name = "treeList2";
     this.treeList2.OptionsSelection.MultiSelect = true;
     this.treeList2.Size = new System.Drawing.Size(969, 275);
     this.treeList2.TabIndex = 1;
     this.treeList2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.treeList2_KeyDown);
     this.treeList2.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList2_CellValueChanged);
     this.treeList2.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList2_ShowingEditor);
     //
     // FormForecast2
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(975, 625);
     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 = "FormForecast2";
     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.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     this.ResumeLayout(false);
 }
示例#28
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
     this.label2 = new System.Windows.Forms.Label();
     this.panelControlPackage = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1 = new DevExpress.XtraEditors.SimpleButton();
     this.GcMemberGiro = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControlTop = new DevExpress.XtraEditors.PanelControl();
     this.label1 = new System.Windows.Forms.Label();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GcMemberGiro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).BeginInit();
     this.panelControlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Location = new System.Drawing.Point(-11, 0);
     this.panelControl1.Name = "panelControl1";
     this.panelControl1.Size = new System.Drawing.Size(864, 42);
     this.panelControl1.TabIndex = 10;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(10, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(310, 16);
     this.label2.TabIndex = 11;
     this.label2.Text = "CHOOSE A MEMBER PACKAGE TO UPDATE:";
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton1);
     this.panelControlPackage.Controls.Add(this.simpleButton3);
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GcMemberGiro);
     this.panelControlPackage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 44);
     this.panelControlPackage.Name = "panelControlPackage";
     this.panelControlPackage.Size = new System.Drawing.Size(617, 342);
     this.panelControlPackage.TabIndex = 9;
     //
     // simpleButton1
     //
     this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton1.Location = new System.Drawing.Point(280, 304);
     this.simpleButton1.Name = "simpleButton1";
     this.simpleButton1.Size = new System.Drawing.Size(75, 23);
     this.simpleButton1.TabIndex = 14;
     this.simpleButton1.Text = "Cancel";
     //
     // simpleButton3
     //
     this.simpleButton3.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButton3.Location = new System.Drawing.Point(200, 304);
     this.simpleButton3.Name = "simpleButton3";
     this.simpleButton3.Size = new System.Drawing.Size(75, 23);
     this.simpleButton3.TabIndex = 13;
     this.simpleButton3.Text = "OK";
     this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location = new System.Drawing.Point(778, 502);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 12;
     this.simpleButton2.Text = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location = new System.Drawing.Point(692, 504);
     this.simpleButtonOK1.Name = "simpleButtonOK1";
     this.simpleButtonOK1.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonOK1.TabIndex = 11;
     this.simpleButtonOK1.Text = "OK";
     //
     // GcMemberGiro
     //
     this.GcMemberGiro.Location = new System.Drawing.Point(0, -4);
     this.GcMemberGiro.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GcMemberGiro.MainView = this.gridViewMemberPackage;
     this.GcMemberGiro.Name = "GcMemberGiro";
     this.GcMemberGiro.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
     this.repositoryItemCheckEdit1});
     this.GcMemberGiro.Size = new System.Drawing.Size(864, 288);
     this.GcMemberGiro.TabIndex = 8;
     this.GcMemberGiro.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMemberPackage});
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.GridColumn28,
     this.GridColumn30,
     this.GridColumn31,
     this.gridColumn1,
     this.GridColumn44,
     this.GridColumn32,
     this.GridColumn33,
     this.GridColumn35});
     this.gridViewMemberPackage.GridControl = this.GcMemberGiro;
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel = false;
     //
     // GridColumn28
     //
     this.GridColumn28.Caption = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit = false;
     this.GridColumn28.OptionsColumn.AllowFocus = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible = true;
     this.GridColumn28.VisibleIndex = 0;
     this.GridColumn28.Width = 69;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit = false;
     this.GridColumn30.OptionsColumn.AllowFocus = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible = true;
     this.GridColumn30.VisibleIndex = 1;
     this.GridColumn30.Width = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit = false;
     this.GridColumn31.OptionsColumn.AllowFocus = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible = true;
     this.GridColumn31.VisibleIndex = 2;
     this.GridColumn31.Width = 108;
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "List Price";
     this.gridColumn1.FieldName = "mListPrice";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.OptionsColumn.AllowEdit = false;
     this.gridColumn1.OptionsColumn.AllowFocus = false;
     this.gridColumn1.OptionsFilter.AllowFilter = false;
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 6;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit = false;
     this.GridColumn44.OptionsColumn.AllowFocus = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Visible = true;
     this.GridColumn44.VisibleIndex = 5;
     this.GridColumn44.Width = 90;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit = false;
     this.GridColumn32.OptionsColumn.AllowFocus = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit = false;
     this.GridColumn33.OptionsColumn.AllowFocus = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Visible = true;
     this.GridColumn33.VisibleIndex = 3;
     this.GridColumn33.Width = 82;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit = false;
     this.GridColumn35.OptionsColumn.AllowFocus = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Visible = true;
     this.GridColumn35.VisibleIndex = 4;
     this.GridColumn35.Width = 83;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // panelControlTop
     //
     this.panelControlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlTop.Controls.Add(this.label1);
     this.panelControlTop.Dock = System.Windows.Forms.DockStyle.Top;
     this.panelControlTop.Location = new System.Drawing.Point(0, 6);
     this.panelControlTop.Name = "panelControlTop";
     this.panelControlTop.Size = new System.Drawing.Size(617, 38);
     this.panelControlTop.TabIndex = 6;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(286, 23);
     this.label1.TabIndex = 0;
     this.label1.Text = "Upgrade Package";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location = new System.Drawing.Point(-5, 0);
     this.panelControlMemberPackage.Name = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size = new System.Drawing.Size(864, 220);
     this.panelControlMemberPackage.TabIndex = 7;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(617, 6);
     this.splitterControl1.TabIndex = 8;
     this.splitterControl1.TabStop = false;
     //
     // UpdateMemberGiro
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(617, 386);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlTop);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.Name = "UpdateMemberGiro";
     this.Text = "Update Member Giro Pkg";
     this.Load += new System.EventHandler(this.v_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GcMemberGiro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).EndInit();
     this.panelControlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     this.ResumeLayout(false);
 }
示例#29
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.repositoryItemCheckEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.GridControlMemberPackage = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn28 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn45 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn50 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn49 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn14 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn34 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.colChecked = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
     this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
     this.panelControlPackage = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1 = new DevExpress.XtraEditors.SimpleButton();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     this.SuspendLayout();
     //
     // repositoryItemCheckEdit2
     //
     this.repositoryItemCheckEdit2.AutoHeight = false;
     this.repositoryItemCheckEdit2.Name = "repositoryItemCheckEdit2";
     this.repositoryItemCheckEdit2.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     this.repositoryItemCheckEdit2.ValueGrayed = "";
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name = "repositoryItemCheckEdit1";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location = new System.Drawing.Point(0, 0);
     this.panelControlMemberPackage.Name = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size = new System.Drawing.Size(864, 220);
     this.panelControlMemberPackage.TabIndex = 1;
     //
     // GridControlMemberPackage
     //
     this.GridControlMemberPackage.Location = new System.Drawing.Point(-2, 13);
     this.GridControlMemberPackage.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GridControlMemberPackage.MainView = this.gridViewMemberPackage;
     this.GridControlMemberPackage.Name = "GridControlMemberPackage";
     this.GridControlMemberPackage.Size = new System.Drawing.Size(818, 229);
     this.GridControlMemberPackage.TabIndex = 8;
     this.GridControlMemberPackage.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
     this.gridViewMemberPackage});
     this.GridControlMemberPackage.Click += new System.EventHandler(this.GridControlMemberPackage_Click);
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
     this.gridColumn1,
     this.GridColumn28,
     this.GridColumn30,
     this.GridColumn31,
     this.GridColumn32,
     this.GridColumn33,
     this.GridColumn35,
     this.GridColumn44,
     this.GridColumn45,
     this.GridColumn50,
     this.GridColumn49,
     this.gridColumn14,
     this.GridColumn34,
     this.gridColumn13,
     this.colChecked,
     this.gridColumn2});
     this.gridViewMemberPackage.GridControl = this.GridControlMemberPackage;
     this.gridViewMemberPackage.GroupFormat = "";
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsCustomization.AllowGroup = false;
     this.gridViewMemberPackage.OptionsCustomization.AllowSort = false;
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel = false;
     this.gridViewMemberPackage.FocusedRowChanged += new DevExpress.XtraGrid.Views.Base.FocusedRowChangedEventHandler(this.gridViewMemberPackage_FocusedRowChanged);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption = "Type";
     this.gridColumn1.FieldName = "strPackageType";
     this.gridColumn1.Name = "gridColumn1";
     this.gridColumn1.Visible = true;
     this.gridColumn1.VisibleIndex = 1;
     this.gridColumn1.Width = 100;
     //
     // GridColumn28
     //
     this.GridColumn28.Caption = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit = false;
     this.GridColumn28.OptionsColumn.AllowFocus = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible = true;
     this.GridColumn28.VisibleIndex = 2;
     this.GridColumn28.Width = 80;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit = false;
     this.GridColumn30.OptionsColumn.AllowFocus = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible = true;
     this.GridColumn30.VisibleIndex = 3;
     this.GridColumn30.Width = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit = false;
     this.GridColumn31.OptionsColumn.AllowFocus = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible = true;
     this.GridColumn31.VisibleIndex = 4;
     this.GridColumn31.Width = 280;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit = false;
     this.GridColumn32.OptionsColumn.AllowFocus = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit = false;
     this.GridColumn33.OptionsColumn.AllowFocus = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Width = 82;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit = false;
     this.GridColumn35.OptionsColumn.AllowFocus = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Width = 73;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit = false;
     this.GridColumn44.OptionsColumn.AllowFocus = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Width = 104;
     //
     // GridColumn45
     //
     this.GridColumn45.Caption = "Free Indicator";
     this.GridColumn45.ColumnEdit = this.repositoryItemCheckEdit1;
     this.GridColumn45.FieldName = "fFree";
     this.GridColumn45.Name = "GridColumn45";
     this.GridColumn45.OptionsColumn.AllowEdit = false;
     this.GridColumn45.OptionsColumn.AllowFocus = false;
     this.GridColumn45.OptionsFilter.AllowFilter = false;
     this.GridColumn45.Width = 110;
     //
     // GridColumn50
     //
     this.GridColumn50.Caption = "Usage Balance Amount";
     this.GridColumn50.DisplayFormat.FormatString = "{0:C}";
     this.GridColumn50.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.GridColumn50.FieldName = "UsageBalAmt";
     this.GridColumn50.Name = "GridColumn50";
     this.GridColumn50.OptionsColumn.AllowEdit = false;
     this.GridColumn50.OptionsColumn.AllowFocus = false;
     this.GridColumn50.OptionsFilter.AllowFilter = false;
     this.GridColumn50.Visible = true;
     this.GridColumn50.VisibleIndex = 5;
     this.GridColumn50.Width = 134;
     //
     // GridColumn49
     //
     this.GridColumn49.Caption = "Remark";
     this.GridColumn49.FieldName = "strRemarks";
     this.GridColumn49.Name = "GridColumn49";
     this.GridColumn49.OptionsColumn.AllowEdit = false;
     this.GridColumn49.OptionsColumn.AllowFocus = false;
     this.GridColumn49.OptionsFilter.AllowFilter = false;
     this.GridColumn49.Visible = true;
     this.GridColumn49.VisibleIndex = 6;
     this.GridColumn49.Width = 70;
     //
     // gridColumn14
     //
     this.gridColumn14.Caption = "Paid Amount";
     this.gridColumn14.DisplayFormat.FormatString = "{0:C}";
     this.gridColumn14.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn14.FieldName = "PaidAmt";
     this.gridColumn14.Name = "gridColumn14";
     this.gridColumn14.OptionsColumn.AllowEdit = false;
     this.gridColumn14.OptionsColumn.AllowFocus = false;
     this.gridColumn14.OptionsFilter.AllowFilter = false;
     this.gridColumn14.Width = 90;
     //
     // GridColumn34
     //
     this.GridColumn34.Caption = "Balance";
     this.GridColumn34.FieldName = "strBalNew";
     this.GridColumn34.Name = "GridColumn34";
     this.GridColumn34.OptionsColumn.AllowEdit = false;
     this.GridColumn34.OptionsColumn.AllowFocus = false;
     this.GridColumn34.OptionsFilter.AllowFilter = false;
     this.GridColumn34.Visible = true;
     this.GridColumn34.VisibleIndex = 7;
     this.GridColumn34.Width = 60;
     //
     // gridColumn13
     //
     this.gridColumn13.Caption = "Unit Price";
     this.gridColumn13.DisplayFormat.FormatString = "{0:C}";
     this.gridColumn13.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
     this.gridColumn13.FieldName = "mBaseUnitPrice";
     this.gridColumn13.Name = "gridColumn13";
     this.gridColumn13.OptionsColumn.AllowEdit = false;
     this.gridColumn13.OptionsColumn.AllowFocus = false;
     this.gridColumn13.OptionsFilter.AllowFilter = false;
     this.gridColumn13.Width = 57;
     //
     // colChecked
     //
     this.colChecked.ColumnEdit = this.repositoryItemCheckEdit2;
     this.colChecked.FieldName = "Checked";
     this.colChecked.Name = "colChecked";
     this.colChecked.Visible = true;
     this.colChecked.VisibleIndex = 0;
     this.colChecked.Width = 34;
     //
     // gridColumn2
     //
     this.gridColumn2.Caption = "Calculation";
     this.gridColumn2.FieldName = "strCalculation";
     this.gridColumn2.Name = "gridColumn2";
     this.gridColumn2.Visible = true;
     this.gridColumn2.VisibleIndex = 8;
     //
     // splitterControl1
     //
     this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name = "splitterControl1";
     this.splitterControl1.Size = new System.Drawing.Size(979, 6);
     this.splitterControl1.TabIndex = 2;
     this.splitterControl1.TabStop = false;
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GridControlMemberPackage);
     this.panelControlPackage.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 6);
     this.panelControlPackage.Name = "panelControlPackage";
     this.panelControlPackage.Size = new System.Drawing.Size(979, 316);
     this.panelControlPackage.TabIndex = 4;
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location = new System.Drawing.Point(644, 247);
     this.simpleButton2.Name = "simpleButton2";
     this.simpleButton2.Size = new System.Drawing.Size(75, 23);
     this.simpleButton2.TabIndex = 12;
     this.simpleButton2.Text = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location = new System.Drawing.Point(557, 247);
     this.simpleButtonOK1.Name = "simpleButtonOK1";
     this.simpleButtonOK1.Size = new System.Drawing.Size(75, 23);
     this.simpleButtonOK1.TabIndex = 11;
     this.simpleButtonOK1.Text = "OK";
     this.simpleButtonOK1.Click += new System.EventHandler(this.simpleButtonOK_Click);
     //
     // FormUpgradePackageNew
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(979, 322);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormUpgradePackageNew";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Show;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Upgrade Selection";
     this.Load += new System.EventHandler(this.FormUpgradePackage_Load);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GridControlMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#30
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelControl1             = new DevExpress.XtraEditors.PanelControl();
     this.label2                    = new System.Windows.Forms.Label();
     this.panelControlPackage       = new DevExpress.XtraEditors.PanelControl();
     this.simpleButton1             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2             = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButtonOK1           = new DevExpress.XtraEditors.SimpleButton();
     this.GcMemberGiro              = new DevExpress.XtraGrid.GridControl();
     this.gridViewMemberPackage     = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.GridColumn28              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn30              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn31              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn32              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn33              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn35              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.GridColumn44              = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckEdit1  = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.panelControlTop           = new DevExpress.XtraEditors.PanelControl();
     this.label1                    = new System.Windows.Forms.Label();
     this.panelControlMemberPackage = new DevExpress.XtraEditors.PanelControl();
     this.splitterControl1          = new DevExpress.XtraEditors.SplitterControl();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).BeginInit();
     this.panelControlPackage.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.GcMemberGiro)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).BeginInit();
     this.panelControlTop.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).BeginInit();
     this.SuspendLayout();
     //
     // panelControl1
     //
     this.panelControl1.Controls.Add(this.label2);
     this.panelControl1.Location = new System.Drawing.Point(-11, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(864, 42);
     this.panelControl1.TabIndex = 10;
     this.panelControl1.Text     = "panelControl1";
     //
     // label2
     //
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(10, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(310, 16);
     this.label2.TabIndex = 11;
     this.label2.Text     = "CHOOSE A MEMBER PACKAGE TO UPDATE:";
     //
     // panelControlPackage
     //
     this.panelControlPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlPackage.Controls.Add(this.simpleButton1);
     this.panelControlPackage.Controls.Add(this.simpleButton3);
     this.panelControlPackage.Controls.Add(this.simpleButton2);
     this.panelControlPackage.Controls.Add(this.simpleButtonOK1);
     this.panelControlPackage.Controls.Add(this.GcMemberGiro);
     this.panelControlPackage.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControlPackage.Location = new System.Drawing.Point(0, 42);
     this.panelControlPackage.Name     = "panelControlPackage";
     this.panelControlPackage.Size     = new System.Drawing.Size(544, 340);
     this.panelControlPackage.TabIndex = 9;
     this.panelControlPackage.Text     = "panelControl4";
     this.panelControlPackage.Paint   += new System.Windows.Forms.PaintEventHandler(this.panelControlPackage_Paint);
     //
     // simpleButton1
     //
     this.simpleButton1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton1.Location     = new System.Drawing.Point(280, 304);
     this.simpleButton1.Name         = "simpleButton1";
     this.simpleButton1.TabIndex     = 14;
     this.simpleButton1.Text         = "Cancel";
     //
     // simpleButton3
     //
     this.simpleButton3.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButton3.Location     = new System.Drawing.Point(200, 304);
     this.simpleButton3.Name         = "simpleButton3";
     this.simpleButton3.TabIndex     = 13;
     this.simpleButton3.Text         = "OK";
     this.simpleButton3.Click       += new System.EventHandler(this.simpleButton3_Click);
     //
     // simpleButton2
     //
     this.simpleButton2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.simpleButton2.Location     = new System.Drawing.Point(778, 502);
     this.simpleButton2.Name         = "simpleButton2";
     this.simpleButton2.TabIndex     = 12;
     this.simpleButton2.Text         = "Cancel";
     //
     // simpleButtonOK1
     //
     this.simpleButtonOK1.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.simpleButtonOK1.Location     = new System.Drawing.Point(692, 504);
     this.simpleButtonOK1.Name         = "simpleButtonOK1";
     this.simpleButtonOK1.TabIndex     = 11;
     this.simpleButtonOK1.Text         = "OK";
     //
     // GcMemberGiro
     //
     //
     // GcMemberGiro.EmbeddedNavigator
     //
     this.GcMemberGiro.EmbeddedNavigator.Name = "";
     this.GcMemberGiro.Location          = new System.Drawing.Point(0, -4);
     this.GcMemberGiro.LookAndFeel.Style = DevExpress.LookAndFeel.LookAndFeelStyle.Skin;
     this.GcMemberGiro.LookAndFeel.UseDefaultLookAndFeel = false;
     this.GcMemberGiro.LookAndFeel.UseWindowsXPTheme     = false;
     this.GcMemberGiro.MainView = this.gridViewMemberPackage;
     this.GcMemberGiro.Name     = "GcMemberGiro";
     this.GcMemberGiro.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckEdit1
     });
     this.GcMemberGiro.Size     = new System.Drawing.Size(864, 288);
     this.GcMemberGiro.TabIndex = 8;
     this.GcMemberGiro.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridViewMemberPackage
     });
     //
     // gridViewMemberPackage
     //
     this.gridViewMemberPackage.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.GridColumn28,
         this.GridColumn30,
         this.GridColumn31,
         this.GridColumn32,
         this.GridColumn33,
         this.GridColumn35,
         this.GridColumn44
     });
     this.gridViewMemberPackage.GridControl          = this.GcMemberGiro;
     this.gridViewMemberPackage.HorzScrollVisibility = DevExpress.XtraGrid.Views.Base.ScrollVisibility.Always;
     this.gridViewMemberPackage.Name = "gridViewMemberPackage";
     this.gridViewMemberPackage.OptionsView.ColumnAutoWidth = false;
     this.gridViewMemberPackage.OptionsView.ShowGroupPanel  = false;
     //
     // GridColumn28
     //
     this.GridColumn28.Caption   = "Package ID";
     this.GridColumn28.FieldName = "nPackageID";
     this.GridColumn28.Name      = "GridColumn28";
     this.GridColumn28.OptionsColumn.AllowEdit   = false;
     this.GridColumn28.OptionsColumn.AllowFocus  = false;
     this.GridColumn28.OptionsFilter.AllowFilter = false;
     this.GridColumn28.Visible      = true;
     this.GridColumn28.VisibleIndex = 0;
     this.GridColumn28.Width        = 69;
     //
     // GridColumn30
     //
     this.GridColumn30.Caption   = "Package Code";
     this.GridColumn30.FieldName = "strPackageCode";
     this.GridColumn30.Name      = "GridColumn30";
     this.GridColumn30.OptionsColumn.AllowEdit   = false;
     this.GridColumn30.OptionsColumn.AllowFocus  = false;
     this.GridColumn30.OptionsFilter.AllowFilter = false;
     this.GridColumn30.Visible      = true;
     this.GridColumn30.VisibleIndex = 1;
     this.GridColumn30.Width        = 90;
     //
     // GridColumn31
     //
     this.GridColumn31.Caption   = "Package Description";
     this.GridColumn31.FieldName = "strDescription";
     this.GridColumn31.Name      = "GridColumn31";
     this.GridColumn31.OptionsColumn.AllowEdit   = false;
     this.GridColumn31.OptionsColumn.AllowFocus  = false;
     this.GridColumn31.OptionsFilter.AllowFilter = false;
     this.GridColumn31.Visible      = true;
     this.GridColumn31.VisibleIndex = 2;
     this.GridColumn31.Width        = 108;
     //
     // GridColumn32
     //
     this.GridColumn32.Caption = "Purchase Date";
     this.GridColumn32.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn32.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn32.FieldName = "dtPurchaseDate";
     this.GridColumn32.Name      = "GridColumn32";
     this.GridColumn32.OptionsColumn.AllowEdit   = false;
     this.GridColumn32.OptionsColumn.AllowFocus  = false;
     this.GridColumn32.OptionsFilter.AllowFilter = false;
     this.GridColumn32.Width = 84;
     //
     // GridColumn33
     //
     this.GridColumn33.Caption   = "Receipt No";
     this.GridColumn33.FieldName = "strReceiptNo";
     this.GridColumn33.Name      = "GridColumn33";
     this.GridColumn33.OptionsColumn.AllowEdit   = false;
     this.GridColumn33.OptionsColumn.AllowFocus  = false;
     this.GridColumn33.OptionsFilter.AllowFilter = false;
     this.GridColumn33.Visible      = true;
     this.GridColumn33.VisibleIndex = 3;
     this.GridColumn33.Width        = 82;
     //
     // GridColumn35
     //
     this.GridColumn35.Caption = "Start Date";
     this.GridColumn35.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn35.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn35.FieldName = "dtStartDate";
     this.GridColumn35.Name      = "GridColumn35";
     this.GridColumn35.OptionsColumn.AllowEdit   = false;
     this.GridColumn35.OptionsColumn.AllowFocus  = false;
     this.GridColumn35.OptionsFilter.AllowFilter = false;
     this.GridColumn35.Visible      = true;
     this.GridColumn35.VisibleIndex = 4;
     this.GridColumn35.Width        = 83;
     //
     // GridColumn44
     //
     this.GridColumn44.Caption = "Expiry Date";
     this.GridColumn44.DisplayFormat.FormatString = "dd/MM/yyyy";
     this.GridColumn44.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.DateTime;
     this.GridColumn44.FieldName = "dtExpiryDate";
     this.GridColumn44.Name      = "GridColumn44";
     this.GridColumn44.OptionsColumn.AllowEdit   = false;
     this.GridColumn44.OptionsColumn.AllowFocus  = false;
     this.GridColumn44.OptionsFilter.AllowFilter = false;
     this.GridColumn44.Visible      = true;
     this.GridColumn44.VisibleIndex = 5;
     this.GridColumn44.Width        = 104;
     //
     // repositoryItemCheckEdit1
     //
     this.repositoryItemCheckEdit1.AutoHeight = false;
     this.repositoryItemCheckEdit1.Name       = "repositoryItemCheckEdit1";
     //
     // panelControlTop
     //
     this.panelControlTop.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlTop.Controls.Add(this.label1);
     this.panelControlTop.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControlTop.Location = new System.Drawing.Point(0, 4);
     this.panelControlTop.Name     = "panelControlTop";
     this.panelControlTop.Size     = new System.Drawing.Size(544, 38);
     this.panelControlTop.TabIndex = 6;
     this.panelControlTop.Text     = "panelControl1";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(12, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(286, 23);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Upgrade Package";
     //
     // panelControlMemberPackage
     //
     this.panelControlMemberPackage.AutoScroll  = true;
     this.panelControlMemberPackage.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
     this.panelControlMemberPackage.Location    = new System.Drawing.Point(-5, 0);
     this.panelControlMemberPackage.Name        = "panelControlMemberPackage";
     this.panelControlMemberPackage.Size        = new System.Drawing.Size(864, 220);
     this.panelControlMemberPackage.TabIndex    = 7;
     this.panelControlMemberPackage.Text        = "panelControl2";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 0);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(544, 4);
     this.splitterControl1.TabIndex = 8;
     this.splitterControl1.TabStop  = false;
     //
     // UpdateMemberGiro
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(544, 382);
     this.Controls.Add(this.panelControl1);
     this.Controls.Add(this.panelControlPackage);
     this.Controls.Add(this.panelControlTop);
     this.Controls.Add(this.panelControlMemberPackage);
     this.Controls.Add(this.splitterControl1);
     this.Name  = "UpdateMemberGiro";
     this.Text  = "Update Member Giro Pkg";
     this.Load += new System.EventHandler(this.v_Load);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlPackage)).EndInit();
     this.panelControlPackage.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.GcMemberGiro)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridViewMemberPackage)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControlTop)).EndInit();
     this.panelControlTop.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControlMemberPackage)).EndInit();
     this.ResumeLayout(false);
 }