/// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            Dundas.Charting.WinControl.Legend legend1 = new Dundas.Charting.WinControl.Legend();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager( typeof( KLineViewFormDocument ) );
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            ( (System.ComponentModel.ISupportInitialize)( this.chart1 ) ).BeginInit();
            this.SuspendLayout();
            // 
            // chart1
            // 
            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";
            this.chart1.Size = new System.Drawing.Size( 491, 414 );
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // KLineViewFormDocument
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF( 6F, 12F );
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Control;
            this.ClientSize = new System.Drawing.Size( 491, 414 );
            this.Controls.Add( this.chart1 );
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
            this.Icon = ( (System.Drawing.Icon)( resources.GetObject( "$this.Icon" ) ) );
            this.Name = "KLineViewFormDocument";
            this.Text = "KLineViewFormDocument";
            this.Load += new System.EventHandler( this.KLineViewFormDocument_Load );
            ( (System.ComponentModel.ISupportInitialize)( this.chart1 ) ).EndInit();
            this.ResumeLayout( false );

        }
Beispiel #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Dundas.Charting.WinControl.Legend legend1 = new Dundas.Charting.WinControl.Legend();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(KLineViewFormDocument));
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     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";
     this.chart1.Size     = new System.Drawing.Size(491, 414);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     //
     // KLineViewFormDocument
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.SystemColors.Control;
     this.ClientSize          = new System.Drawing.Size(491, 414);
     this.Controls.Add(this.chart1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "KLineViewFormDocument";
     this.Text            = "KLineViewFormDocument";
     this.Load           += new System.EventHandler(this.KLineViewFormDocument_Load);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).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()
 {
     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.chart1 = new Dundas.Charting.WinControl.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // chart1
     //
     this.chart1.AlwaysRecreateHotregions = true;
     this.chart1.BorderLineColor          = System.Drawing.Color.LightCoral;
     this.chart1.BorderSkin.PageColor     = System.Drawing.Color.AliceBlue;
     chartArea1.Area3DStyle.WallWidth     = 0;
     chartArea1.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea1);
     legend1.Name = "Default";
     this.chart1.Legends.Add(legend1);
     this.chart1.Location      = new System.Drawing.Point(91, 23);
     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.ChartType         = "Point";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.Name = "Series1";
     series1.PaletteCustomColors = new System.Drawing.Color[0];
     series1.ShadowOffset        = 1;
     series1.ShowLabelAsValue    = true;
     series2.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.ChartType           = "Point";
     series2.MarkerBorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.Name = "Series2";
     series2.PaletteCustomColors = new System.Drawing.Color[0];
     series2.ShadowOffset        = 1;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(300, 300);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Name          = "Title1";
     title1.Text          = "zzzzzzzzzzzzzz";
     this.chart1.Titles.Add(title1);
     //
     // Formtest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(530, 411);
     this.Controls.Add(this.chart1);
     this.Name = "Formtest";
     this.Text = "Formtest";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #4
0
 /// <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);
 }
Beispiel #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormFactorChart));
     this.groupBox2   = new System.Windows.Forms.GroupBox();
     this.groupBox1   = new System.Windows.Forms.GroupBox();
     this.pheader     = new System.Windows.Forms.Panel();
     this.txtPhaseMax = new System.Windows.Forms.TextBox();
     this.label8      = new System.Windows.Forms.Label();
     this.txtPhaseMin = new System.Windows.Forms.TextBox();
     this.label7      = new System.Windows.Forms.Label();
     this.cbColor     = new System.Windows.Forms.ComboBox();
     this.cbSymbol    = new System.Windows.Forms.ComboBox();
     this.label1      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.txtY        = new System.Windows.Forms.TextBox();
     this.txtX        = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.btndraw     = new System.Windows.Forms.Button();
     this.chart1      = new Dundas.Charting.WinControl.Chart();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.pheader.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chart1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 57);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(1133, 404);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "绘图区";
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pheader);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1133, 57);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "操作区";
     //
     // pheader
     //
     this.pheader.Controls.Add(this.txtPhaseMax);
     this.pheader.Controls.Add(this.label8);
     this.pheader.Controls.Add(this.txtPhaseMin);
     this.pheader.Controls.Add(this.label7);
     this.pheader.Controls.Add(this.cbColor);
     this.pheader.Controls.Add(this.cbSymbol);
     this.pheader.Controls.Add(this.label1);
     this.pheader.Controls.Add(this.label3);
     this.pheader.Controls.Add(this.txtY);
     this.pheader.Controls.Add(this.txtX);
     this.pheader.Controls.Add(this.label2);
     this.pheader.Controls.Add(this.label4);
     this.pheader.Controls.Add(this.btndraw);
     this.pheader.Location     = new System.Drawing.Point(124, 12);
     this.pheader.Name         = "pheader";
     this.pheader.Size         = new System.Drawing.Size(802, 44);
     this.pheader.TabIndex     = 4;
     this.pheader.SizeChanged += new System.EventHandler(this.pheader_SizeChanged);
     //
     // txtPhaseMax
     //
     this.txtPhaseMax.Location = new System.Drawing.Point(394, 14);
     this.txtPhaseMax.Name     = "txtPhaseMax";
     this.txtPhaseMax.Size     = new System.Drawing.Size(59, 21);
     this.txtPhaseMax.TabIndex = 18;
     this.txtPhaseMax.Text     = "0";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(341, 18);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 17;
     this.label8.Text     = "最大值";
     //
     // txtPhaseMin
     //
     this.txtPhaseMin.Location = new System.Drawing.Point(286, 14);
     this.txtPhaseMin.Name     = "txtPhaseMin";
     this.txtPhaseMin.Size     = new System.Drawing.Size(50, 21);
     this.txtPhaseMin.TabIndex = 16;
     this.txtPhaseMin.Text     = "0";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(245, 18);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(41, 12);
     this.label7.TabIndex = 15;
     this.label7.Text     = "最小值";
     //
     // cbColor
     //
     this.cbColor.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColor.FormattingEnabled = true;
     this.cbColor.Items.AddRange(new object[] {
         "黑色",
         "红色",
         "蓝色",
         "绿色"
     });
     this.cbColor.Location = new System.Drawing.Point(496, 14);
     this.cbColor.Name     = "cbColor";
     this.cbColor.Size     = new System.Drawing.Size(84, 20);
     this.cbColor.TabIndex = 6;
     //
     // cbSymbol
     //
     this.cbSymbol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSymbol.FormattingEnabled = true;
     this.cbSymbol.Items.AddRange(new object[] {
         "Q1",
         "O1",
         "M1",
         "P1S1K1",
         "J1",
         "OO1",
         "2N2",
         "N2",
         "M2",
         "L2",
         "S2K2",
         "M3"
     });
     this.cbSymbol.Location = new System.Drawing.Point(629, 14);
     this.cbSymbol.Name     = "cbSymbol";
     this.cbSymbol.Size     = new System.Drawing.Size(73, 20);
     this.cbSymbol.TabIndex = 1;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(586, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 2;
     this.label1.Text     = "SYMBOL:";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(460, 18);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "颜色";
     //
     // txtY
     //
     this.txtY.Location = new System.Drawing.Point(191, 14);
     this.txtY.Name     = "txtY";
     this.txtY.Size     = new System.Drawing.Size(48, 21);
     this.txtY.TabIndex = 4;
     this.txtY.Text     = "1";
     //
     // txtX
     //
     this.txtX.Location = new System.Drawing.Point(71, 14);
     this.txtX.Name     = "txtX";
     this.txtX.Size     = new System.Drawing.Size(61, 21);
     this.txtX.TabIndex = 3;
     this.txtX.Text     = "1";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(140, 18);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Y轴间隔";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(19, 18);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(47, 12);
     this.label4.TabIndex = 1;
     this.label4.Text     = "X轴间隔";
     //
     // btndraw
     //
     this.btndraw.Location = new System.Drawing.Point(718, 13);
     this.btndraw.Name     = "btndraw";
     this.btndraw.Size     = new System.Drawing.Size(75, 23);
     this.btndraw.TabIndex = 0;
     this.btndraw.Text     = "绘图";
     this.btndraw.UseVisualStyleBackColor = true;
     this.btndraw.Click += new System.EventHandler(this.btndraw_Click_1);
     //
     // chart1
     //
     this.chart1.AlwaysRecreateHotregions = true;
     chartArea1.Area3DStyle.WallWidth     = 0;
     chartArea1.AxisX.MinorTickMark.Size  = 2F;
     chartArea1.AxisX.Title = "时间";
     chartArea1.AxisY.MinorTickMark.Size = 2F;
     chartArea1.AxisY.Title = "影响因子";
     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(3, 17);
     this.chart1.Name          = "chart1";
     this.chart1.Palette       = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series1.ChartType         = "FastPoint";
     series1.CustomAttributes  = "DrawingStyle=Cylinder";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.Name = "Series1";
     series1.PaletteCustomColors = new System.Drawing.Color[0];
     series1.ShadowOffset        = 1;
     series1.SmartLabels.Enabled = true;
     series2.ChartType           = "FastPoint";
     series2.CustomAttributes    = "DrawingStyle=Cylinder";
     series2.MarkerBorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.Name = "Series2";
     series2.PaletteCustomColors = new System.Drawing.Color[0];
     series2.ShadowOffset        = 1;
     series2.SmartLabels.Enabled = true;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1127, 384);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Name          = "Title1";
     this.chart1.Titles.Add(title1);
     //
     // FormFactorChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1133, 461);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormFactorChart";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "影响因子图";
     this.Load         += new System.EventHandler(this.FormFactorChart_Load);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.pheader.ResumeLayout(false);
     this.pheader.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Dundas.Charting.WinControl.ChartArea chartArea3 = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend legend3 = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series series3 = new Dundas.Charting.WinControl.Series();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastTX));
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.panel1 = new System.Windows.Forms.Panel();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barSubItem2 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = 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.checkBox1 = new DevExpress.XtraEditors.CheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 34);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.panel1);
            this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(815, 438);
            this.splitContainerControl1.SplitterPosition = 237;
            this.splitContainerControl1.TabIndex = 0;
            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.OptionsBehavior.Editable = false;
            this.treeList1.OptionsView.AutoWidth = false;
            this.treeList1.Size = new System.Drawing.Size(815, 237);
            this.treeList1.TabIndex = 4;
            // 
            // panel1
            // 
            this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.panel1.Controls.Add(this.checkBox1);
            this.panel1.Location = new System.Drawing.Point(752, 4);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(59, 26);
            this.panel1.TabIndex = 9;
            // 
            // chart1
            // 
            chartArea3.Name = "Default";
            this.chart1.ChartAreas.Add(chartArea3);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend3.Name = "Default";
            this.chart1.Legends.Add(legend3);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series3.BorderWidth = 2;
            series3.ChartType = "Spline";
            series3.Name = "Series1";
            series3.ShadowOffset = 1;
            series3.XValueType = Dundas.Charting.WinControl.ChartValueTypes.Double;
            series3.YValueType = Dundas.Charting.WinControl.ChartValueTypes.Double;
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(815, 195);
            this.chart1.TabIndex = 7;
            this.chart1.Text = "chart1";
            this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barSubItem1,
            this.barButtonItem3,
            this.barButtonItem4,
            this.barButtonItem5,
            this.barSubItem2,
            this.barButtonItem6,
            this.barButtonItem7});
            this.barManager1.MaxItemId = 9;
            // 
            // 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.barSubItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barSubItem2
            // 
            this.barSubItem2.Caption = "查看数据";
            this.barSubItem2.Id = 6;
            this.barSubItem2.ImageIndex = 8;
            this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)});
            this.barSubItem2.Name = "barSubItem2";
            this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "查看全部数据";
            this.barButtonItem5.Id = 5;
            this.barButtonItem5.ImageIndex = 9;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "查看电量数据";
            this.barButtonItem7.Id = 8;
            this.barButtonItem7.ImageIndex = 13;
            this.barButtonItem7.Name = "barButtonItem7";
            this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_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.barButtonItem5_ItemClick);
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "导出";
            this.barSubItem1.Id = 2;
            this.barSubItem1.ImageIndex = 10;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)});
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "导出数据";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.ImageIndex = 10;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "导出图形";
            this.barButtonItem3.Id = 3;
            this.barButtonItem3.ImageIndex = 10;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "图表颜色";
            this.barButtonItem4.Id = 4;
            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);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "关闭";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.ImageIndex = 2;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_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(815, 34);
            // 
            // barDockControlBottom
            // 
            this.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.barDockControlBottom.Location = new System.Drawing.Point(0, 472);
            this.barDockControlBottom.Size = new System.Drawing.Size(815, 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, 438);
            // 
            // barDockControlRight
            // 
            this.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right;
            this.barDockControlRight.Location = new System.Drawing.Point(815, 34);
            this.barDockControlRight.Size = new System.Drawing.Size(0, 438);
            // 
            // 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");
            // 
            // checkBox1
            // 
            this.checkBox1.Location = new System.Drawing.Point(4, 3);
            this.checkBox1.MenuManager = this.barManager1;
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Properties.Caption = "全选";
            this.checkBox1.Size = new System.Drawing.Size(53, 19);
            this.checkBox1.TabIndex = 10;
            this.checkBox1.Click += new System.EventHandler(this.checkEdit1_Click);
            // 
            // FormForecastTX
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(815, 472);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FormForecastTX";
            this.Text = "结果比较";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormForecastJG_Load);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #7
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Dundas.Charting.WinControl.ChartArea           chartArea3 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend              legend3    = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series              series3    = new Dundas.Charting.WinControl.Series();
     Dundas.Charting.WinControl.Title               title3     = new Dundas.Charting.WinControl.Title();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastJG));
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1            = new DevExpress.XtraTreeList.TreeList();
     this.checkBox1            = new System.Windows.Forms.CheckBox();
     this.chart1               = new Dundas.Charting.WinControl.Chart();
     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.barButtonItem3       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2       = 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);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.AutoScroll = true;
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 33);
     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(699, 372);
     this.splitContainerControl1.SplitterPosition = 237;
     this.splitContainerControl1.TabIndex         = 0;
     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.OptionsBehavior.Editable = false;
     this.treeList1.OptionsView.AutoWidth    = false;
     this.treeList1.Size           = new System.Drawing.Size(691, 229);
     this.treeList1.TabIndex       = 4;
     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(644, 0);
     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
     //
     chartArea3.BorderColor = System.Drawing.Color.Empty;
     chartArea3.Name        = "Default";
     this.chart1.ChartAreas.Add(chartArea3);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend3.Name     = "Default";
     this.chart1.Legends.Add(legend3);
     this.chart1.Location      = new System.Drawing.Point(0, 0);
     this.chart1.Name          = "chart1";
     series3.BorderWidth       = 2;
     series3.ChartType         = "Spline";
     series3.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series3.MarkerStyle       = Dundas.Charting.WinControl.MarkerStyle.Circle;
     series3.Name         = "Default";
     series3.ShadowOffset = 1;
     this.chart1.Series.Add(series3);
     this.chart1.Size     = new System.Drawing.Size(691, 123);
     this.chart1.TabIndex = 7;
     this.chart1.Text     = "chart1";
     title3.Name          = "Title1";
     this.chart1.Titles.Add(title3);
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowMoveBarOnToolbar   = 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.barSubItem1,
         this.barButtonItem3,
         this.barButtonItem4
     });
     this.barManager1.MaxItemId = 5;
     //
     // 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.barButtonItem4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.RotateWhenVertical      = false;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem1
     //
     this.barSubItem1.Caption    = "导出";
     this.barSubItem1.Id         = 2;
     this.barSubItem1.ImageIndex = 10;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)
     });
     this.barSubItem1.Name       = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "导出数据";
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.ImageIndex = 10;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption    = "导出图形";
     this.barButtonItem3.Id         = 3;
     this.barButtonItem3.ImageIndex = 10;
     this.barButtonItem3.Name       = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption    = "图表颜色";
     this.barButtonItem4.Id         = 4;
     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);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "关闭";
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.ImageIndex = 2;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "保存.ico");
     this.imageList1.Images.SetKeyName(1, "打印.ico");
     this.imageList1.Images.SetKeyName(2, "删除.ico");
     this.imageList1.Images.SetKeyName(3, "添加下级.ico");
     this.imageList1.Images.SetKeyName(4, "新建.ico");
     this.imageList1.Images.SetKeyName(5, "修改.ico");
     this.imageList1.Images.SetKeyName(6, "添加同级.ico");
     this.imageList1.Images.SetKeyName(7, "审批.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");
     //
     // FormForecastJG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(699, 405);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name        = "FormForecastJG";
     this.Text        = "结果比较";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FormForecastJG_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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.label1              = new System.Windows.Forms.Label();
     this.cmbSellers          = new System.Windows.Forms.ComboBox();
     this.cmdView             = new System.Windows.Forms.Button();
     this.label2              = new System.Windows.Forms.Label();
     this.lsvCommision        = new System.Windows.Forms.ListView();
     this.colTime             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colBrand            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPhone            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colIMEI             = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colPrice            = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colRealPrice        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colProfit           = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colCommision        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colWarranty         = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colWarrantyType     = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.colWarrantyDuration = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label3              = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.txtProfit           = new System.Windows.Forms.Label();
     this.txtCommision        = new System.Windows.Forms.Label();
     this.chartSellers        = new Dundas.Charting.WinControl.Chart();
     this.label5              = new System.Windows.Forms.Label();
     this.txtEquip            = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.txtBX                = new System.Windows.Forms.Label();
     this.lsvEquips            = new System.Windows.Forms.ListView();
     this.columnHeader1        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader2        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader3        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader4        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader5        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader6        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader7        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader8        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader9        = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader10       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.lsvPhones            = new System.Windows.Forms.ListView();
     this.columnHeader11       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader12       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader13       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader14       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader15       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader16       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader17       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader18       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader19       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.columnHeader20       = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     this.label6               = new System.Windows.Forms.Label();
     this.label8               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.label10              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.label14              = new System.Windows.Forms.Label();
     this.txtPhoneProfit       = new System.Windows.Forms.Label();
     this.txtPhoneCommision    = new System.Windows.Forms.Label();
     this.txtEquipProfit       = new System.Windows.Forms.Label();
     this.txtEquipCommision    = new System.Windows.Forms.Label();
     this.txtBinPhoneProfit    = new System.Windows.Forms.Label();
     this.txtBinPhoneCommision = new System.Windows.Forms.Label();
     this.groupBox1            = new System.Windows.Forms.GroupBox();
     this.dtpMonth             = new System.Windows.Forms.DateTimePicker();
     this.groupBox2            = new System.Windows.Forms.GroupBox();
     this.groupBox3            = new System.Windows.Forms.GroupBox();
     ((System.ComponentModel.ISupportInitialize)(this.chartSellers)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 12);
     this.label1.TabIndex = 0;
     this.label1.Text     = "销售人员:";
     //
     // cmbSellers
     //
     this.cmbSellers.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbSellers.FormattingEnabled = true;
     this.cmbSellers.Location          = new System.Drawing.Point(71, 20);
     this.cmbSellers.Name     = "cmbSellers";
     this.cmbSellers.Size     = new System.Drawing.Size(84, 20);
     this.cmbSellers.TabIndex = 1;
     //
     // cmdView
     //
     this.cmdView.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.cmdView.ForeColor = System.Drawing.Color.Black;
     this.cmdView.Location  = new System.Drawing.Point(666, 20);
     this.cmdView.Name      = "cmdView";
     this.cmdView.Size      = new System.Drawing.Size(112, 20);
     this.cmdView.TabIndex  = 2;
     this.cmdView.Text      = "查看指定月提成";
     this.cmdView.UseVisualStyleBackColor = true;
     this.cmdView.Click += new System.EventHandler(this.cmdView_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 80);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(59, 12);
     this.label2.TabIndex = 4;
     this.label2.Text     = "业绩分析:";
     //
     // lsvCommision
     //
     this.lsvCommision.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.colTime,
         this.colBrand,
         this.colPhone,
         this.colIMEI,
         this.colPrice,
         this.colRealPrice,
         this.colProfit,
         this.colCommision,
         this.colWarranty,
         this.colWarrantyType,
         this.colWarrantyDuration
     });
     this.lsvCommision.GridLines   = true;
     this.lsvCommision.Location    = new System.Drawing.Point(6, 20);
     this.lsvCommision.MultiSelect = false;
     this.lsvCommision.Name        = "lsvCommision";
     this.lsvCommision.Size        = new System.Drawing.Size(772, 61);
     this.lsvCommision.TabIndex    = 5;
     this.lsvCommision.UseCompatibleStateImageBehavior = false;
     this.lsvCommision.View = System.Windows.Forms.View.Details;
     //
     // colTime
     //
     this.colTime.Text = "时间";
     //
     // colBrand
     //
     this.colBrand.Text = "厂商";
     //
     // colPhone
     //
     this.colPhone.Text = "型号";
     //
     // colIMEI
     //
     this.colIMEI.Text  = "手机串号";
     this.colIMEI.Width = 90;
     //
     // colPrice
     //
     this.colPrice.Text = "购买价格";
     //
     // colRealPrice
     //
     this.colRealPrice.Text = "实际成本";
     //
     // colProfit
     //
     this.colProfit.Text  = "利润";
     this.colProfit.Width = 38;
     //
     // colCommision
     //
     this.colCommision.Text  = "提成";
     this.colCommision.Width = 38;
     //
     // colWarranty
     //
     this.colWarranty.Text  = "保修";
     this.colWarranty.Width = 38;
     //
     // colWarrantyType
     //
     this.colWarrantyType.Text = "保修类型";
     //
     // colWarrantyDuration
     //
     this.colWarrantyDuration.Text = "保修时间";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 55);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(59, 12);
     this.label3.TabIndex = 6;
     this.label3.Text     = "合计利润:";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(154, 55);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(59, 12);
     this.label4.TabIndex = 7;
     this.label4.Text     = "合计提成:";
     //
     // txtProfit
     //
     this.txtProfit.AutoSize  = true;
     this.txtProfit.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtProfit.ForeColor = System.Drawing.Color.SaddleBrown;
     this.txtProfit.Location  = new System.Drawing.Point(71, 53);
     this.txtProfit.Name      = "txtProfit";
     this.txtProfit.Size      = new System.Drawing.Size(14, 15);
     this.txtProfit.TabIndex  = 8;
     this.txtProfit.Text      = "0";
     //
     // txtCommision
     //
     this.txtCommision.AutoSize  = true;
     this.txtCommision.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCommision.ForeColor = System.Drawing.Color.DarkOliveGreen;
     this.txtCommision.Location  = new System.Drawing.Point(219, 53);
     this.txtCommision.Name      = "txtCommision";
     this.txtCommision.Size      = new System.Drawing.Size(14, 15);
     this.txtCommision.TabIndex  = 9;
     this.txtCommision.Text      = "0";
     //
     // chartSellers
     //
     this.chartSellers.AlwaysRecreateHotregions = true;
     this.chartSellers.BackColor                            = System.Drawing.Color.Transparent;
     this.chartSellers.BackGradientEndColor                 = System.Drawing.Color.Lavender;
     this.chartSellers.BorderLineColor                      = System.Drawing.Color.Silver;
     this.chartSellers.BorderLineStyle                      = Dundas.Charting.WinControl.ChartDashStyle.Solid;
     this.chartSellers.BorderLineWidth                      = 2;
     this.chartSellers.BorderSkin.FrameBackColor            = System.Drawing.Color.SteelBlue;
     this.chartSellers.BorderSkin.FrameBackGradientEndColor = System.Drawing.Color.LightBlue;
     this.chartSellers.BorderSkin.FrameBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chartSellers.BorderSkin.FrameBorderWidth          = 2;
     this.chartSellers.BorderSkin.PageColor                 = System.Drawing.Color.Transparent;
     chartArea1.Area3DStyle.Light                           = Dundas.Charting.WinControl.LightStyle.Realistic;
     chartArea1.Area3DStyle.WallWidth                       = 0;
     chartArea1.AxisX.Interlaced                            = true;
     chartArea1.AxisX.LabelStyle.FontColor                  = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisX.LabelStyle.Format                     = "G";
     chartArea1.AxisX.LineColor                = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisX.MajorGrid.LineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisX.MajorGrid.LineWidth      = 2;
     chartArea1.AxisX.MajorTickMark.LineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisX.MinorGrid.LineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisX.MinorTickMark.LineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisX.MinorTickMark.Size       = 2F;
     chartArea1.AxisX2.LabelStyle.FontColor    = System.Drawing.Color.White;
     chartArea1.AxisX2.LineColor               = System.Drawing.Color.White;
     chartArea1.AxisX2.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisX2.MajorTickMark.LineColor = System.Drawing.Color.White;
     chartArea1.AxisX2.MinorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisX2.MinorTickMark.LineColor = System.Drawing.Color.White;
     chartArea1.AxisY.LabelStyle.FontColor     = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisY.LineColor                = System.Drawing.Color.FromArgb(((int)(((byte)(220)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisY.MajorGrid.LineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisY.MajorGrid.LineWidth      = 2;
     chartArea1.AxisY.MajorTickMark.LineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisY.MinorGrid.LineColor      = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisY.MinorTickMark.LineColor  = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     chartArea1.AxisY.MinorTickMark.Size       = 2F;
     chartArea1.AxisY2.LabelStyle.FontColor    = System.Drawing.Color.White;
     chartArea1.AxisY2.LineColor               = System.Drawing.Color.White;
     chartArea1.AxisY2.MajorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(150)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisY2.MajorTickMark.LineColor = System.Drawing.Color.White;
     chartArea1.AxisY2.MinorGrid.LineColor     = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.AxisY2.MinorTickMark.LineColor = System.Drawing.Color.White;
     chartArea1.BackColor            = System.Drawing.Color.White;
     chartArea1.BackGradientEndColor = System.Drawing.Color.AntiqueWhite;
     chartArea1.BackGradientType     = Dundas.Charting.WinControl.GradientType.TopBottom;
     chartArea1.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     chartArea1.BorderStyle          = Dundas.Charting.WinControl.ChartDashStyle.Solid;
     chartArea1.BorderWidth          = 0;
     chartArea1.Name = "Default";
     this.chartSellers.ChartAreas.Add(chartArea1);
     legend1.Alignment    = System.Drawing.StringAlignment.Far;
     legend1.BackColor    = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(244)))), ((int)(((byte)(247)))));
     legend1.BorderColor  = System.Drawing.Color.LightSlateGray;
     legend1.Docking      = Dundas.Charting.WinControl.LegendDocking.Top;
     legend1.Name         = "Default";
     legend1.ShadowOffset = 1;
     this.chartSellers.Legends.Add(legend1);
     this.chartSellers.Location = new System.Drawing.Point(6, 221);
     this.chartSellers.Name     = "chartSellers";
     this.chartSellers.Palette  = Dundas.Charting.WinControl.ChartColorPalette.Tan;
     series1.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series1.ChartType          = "Line";
     series1.CustomAttributes   = "DrawingStyle=LightToDark";
     series1.Name = "利润";
     series1.PaletteCustomColors = new System.Drawing.Color[0];
     series1.ShowLabelAsValue    = true;
     series1.SmartLabels.Enabled = true;
     series1.ValueMembersY       = "100,200,300,500,700,1000,1500,2000, 100, 150, 300, 500, 800, 1000";
     series1.ValueMemberX        = "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30," +
                                   "31";
     series2.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     series2.ChartType           = "Line";
     series2.CustomAttributes    = "DrawingStyle=LightToDark";
     series2.Name                = "提成";
     series2.PaletteCustomColors = new System.Drawing.Color[0];
     series2.ShowLabelAsValue    = true;
     series2.SmartLabels.Enabled = true;
     series2.ValueMembersY       = "100,200,300,500,700,1000,1500,2000, , , , , , 1500, 2000, 100, 150, 300, 500, 800" +
                                   ", 1000";
     series2.ValueMemberX = "1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30," +
                            "31";
     this.chartSellers.Series.Add(series1);
     this.chartSellers.Series.Add(series2);
     this.chartSellers.Size     = new System.Drawing.Size(772, 130);
     this.chartSellers.TabIndex = 10;
     title1.Name = "Title1";
     this.chartSellers.Titles.Add(title1);
     this.chartSellers.UI.Toolbar.BorderColor          = System.Drawing.Color.LightSlateGray;
     this.chartSellers.UI.Toolbar.BorderSkin.PageColor = System.Drawing.Color.Transparent;
     this.chartSellers.UI.Toolbar.BorderSkin.SkinStyle = Dundas.Charting.WinControl.BorderSkinStyle.Emboss;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(369, 54);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(143, 12);
     this.label5.TabIndex = 11;
     this.label5.Text     = "合计配件购买说服成功率:";
     this.label5.Visible  = false;
     //
     // txtEquip
     //
     this.txtEquip.AutoSize  = true;
     this.txtEquip.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEquip.ForeColor = System.Drawing.Color.DarkSlateGray;
     this.txtEquip.Location  = new System.Drawing.Point(518, 52);
     this.txtEquip.Name      = "txtEquip";
     this.txtEquip.Size      = new System.Drawing.Size(23, 15);
     this.txtEquip.TabIndex  = 12;
     this.txtEquip.Text      = "0%";
     this.txtEquip.Visible   = false;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(577, 54);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(143, 12);
     this.label7.TabIndex = 13;
     this.label7.Text     = "合计保修购买说服成功率:";
     //
     // txtBX
     //
     this.txtBX.AutoSize  = true;
     this.txtBX.Font      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBX.ForeColor = System.Drawing.Color.Teal;
     this.txtBX.Location  = new System.Drawing.Point(726, 52);
     this.txtBX.Name      = "txtBX";
     this.txtBX.Size      = new System.Drawing.Size(23, 15);
     this.txtBX.TabIndex  = 14;
     this.txtBX.Text      = "0%";
     //
     // lsvEquips
     //
     this.lsvEquips.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4,
         this.columnHeader5,
         this.columnHeader6,
         this.columnHeader7,
         this.columnHeader8,
         this.columnHeader9,
         this.columnHeader10
     });
     this.lsvEquips.FullRowSelect = true;
     this.lsvEquips.GridLines     = true;
     this.lsvEquips.Location      = new System.Drawing.Point(6, 87);
     this.lsvEquips.MultiSelect   = false;
     this.lsvEquips.Name          = "lsvEquips";
     this.lsvEquips.Size          = new System.Drawing.Size(772, 61);
     this.lsvEquips.TabIndex      = 57;
     this.lsvEquips.UseCompatibleStateImageBehavior = false;
     this.lsvEquips.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "ID";
     this.columnHeader1.Width = 30;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "销售日期";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "配件名目";
     this.columnHeader3.Width = 120;
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "销售价格";
     this.columnHeader4.Width = 63;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "配件成本";
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "供货商";
     this.columnHeader6.Width = 50;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "备注";
     this.columnHeader7.Width = 130;
     //
     // columnHeader8
     //
     this.columnHeader8.Text  = "销售人";
     this.columnHeader8.Width = 50;
     //
     // columnHeader9
     //
     this.columnHeader9.Text  = "利润";
     this.columnHeader9.Width = 40;
     //
     // columnHeader10
     //
     this.columnHeader10.Text  = "提成";
     this.columnHeader10.Width = 40;
     //
     // lsvPhones
     //
     this.lsvPhones.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader11,
         this.columnHeader12,
         this.columnHeader13,
         this.columnHeader14,
         this.columnHeader15,
         this.columnHeader16,
         this.columnHeader17,
         this.columnHeader18,
         this.columnHeader19,
         this.columnHeader20
     });
     this.lsvPhones.FullRowSelect = true;
     this.lsvPhones.GridLines     = true;
     this.lsvPhones.Location      = new System.Drawing.Point(6, 154);
     this.lsvPhones.MultiSelect   = false;
     this.lsvPhones.Name          = "lsvPhones";
     this.lsvPhones.Size          = new System.Drawing.Size(772, 61);
     this.lsvPhones.TabIndex      = 58;
     this.lsvPhones.UseCompatibleStateImageBehavior = false;
     this.lsvPhones.View = System.Windows.Forms.View.Details;
     //
     // columnHeader11
     //
     this.columnHeader11.Text  = "ID";
     this.columnHeader11.Width = 30;
     //
     // columnHeader12
     //
     this.columnHeader12.Text = "收取时间";
     //
     // columnHeader13
     //
     this.columnHeader13.Text = "手机名称";
     //
     // columnHeader14
     //
     this.columnHeader14.Text = "收取价格";
     //
     // columnHeader15
     //
     this.columnHeader15.Text  = "经办人";
     this.columnHeader15.Width = 50;
     //
     // columnHeader16
     //
     this.columnHeader16.Text  = "手机串号";
     this.columnHeader16.Width = 100;
     //
     // columnHeader17
     //
     this.columnHeader17.Text  = "备注";
     this.columnHeader17.Width = 100;
     //
     // columnHeader18
     //
     this.columnHeader18.Text = "维修价格";
     //
     // columnHeader19
     //
     this.columnHeader19.Text = "出售状态";
     //
     // columnHeader20
     //
     this.columnHeader20.Text = "出售价格";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(85, 80);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(59, 12);
     this.label6.TabIndex = 59;
     this.label6.Text     = "手机利润:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(305, 80);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(59, 12);
     this.label8.TabIndex = 60;
     this.label8.Text     = "配件利润:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(537, 80);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(59, 12);
     this.label9.TabIndex = 61;
     this.label9.Text     = "返收利润:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(197, 80);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(59, 12);
     this.label10.TabIndex = 62;
     this.label10.Text     = "手机提成:";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(417, 80);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(59, 12);
     this.label11.TabIndex = 63;
     this.label11.Text     = "配件提成:";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(651, 80);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(59, 12);
     this.label12.TabIndex = 64;
     this.label12.Text     = "返收提成:";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(75, 80);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(11, 12);
     this.label13.TabIndex = 65;
     this.label13.Text     = "(";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(751, 80);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(11, 12);
     this.label14.TabIndex = 66;
     this.label14.Text     = ")";
     //
     // txtPhoneProfit
     //
     this.txtPhoneProfit.AutoSize  = true;
     this.txtPhoneProfit.Font      = new System.Drawing.Font("Arial", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhoneProfit.ForeColor = System.Drawing.Color.Sienna;
     this.txtPhoneProfit.Location  = new System.Drawing.Point(150, 80);
     this.txtPhoneProfit.Name      = "txtPhoneProfit";
     this.txtPhoneProfit.Size      = new System.Drawing.Size(11, 12);
     this.txtPhoneProfit.TabIndex  = 67;
     this.txtPhoneProfit.Text      = "0";
     //
     // txtPhoneCommision
     //
     this.txtPhoneCommision.AutoSize  = true;
     this.txtPhoneCommision.Font      = new System.Drawing.Font("Arial", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhoneCommision.ForeColor = System.Drawing.Color.ForestGreen;
     this.txtPhoneCommision.Location  = new System.Drawing.Point(253, 80);
     this.txtPhoneCommision.Name      = "txtPhoneCommision";
     this.txtPhoneCommision.Size      = new System.Drawing.Size(11, 12);
     this.txtPhoneCommision.TabIndex  = 68;
     this.txtPhoneCommision.Text      = "0";
     //
     // txtEquipProfit
     //
     this.txtEquipProfit.AutoSize  = true;
     this.txtEquipProfit.Font      = new System.Drawing.Font("Arial", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEquipProfit.ForeColor = System.Drawing.Color.SaddleBrown;
     this.txtEquipProfit.Location  = new System.Drawing.Point(361, 80);
     this.txtEquipProfit.Name      = "txtEquipProfit";
     this.txtEquipProfit.Size      = new System.Drawing.Size(11, 12);
     this.txtEquipProfit.TabIndex  = 69;
     this.txtEquipProfit.Text      = "0";
     //
     // txtEquipCommision
     //
     this.txtEquipCommision.AutoSize  = true;
     this.txtEquipCommision.Font      = new System.Drawing.Font("Arial", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEquipCommision.ForeColor = System.Drawing.Color.SteelBlue;
     this.txtEquipCommision.Location  = new System.Drawing.Point(473, 80);
     this.txtEquipCommision.Name      = "txtEquipCommision";
     this.txtEquipCommision.Size      = new System.Drawing.Size(11, 12);
     this.txtEquipCommision.TabIndex  = 70;
     this.txtEquipCommision.Text      = "0";
     //
     // txtBinPhoneProfit
     //
     this.txtBinPhoneProfit.AutoSize  = true;
     this.txtBinPhoneProfit.Font      = new System.Drawing.Font("Arial", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBinPhoneProfit.ForeColor = System.Drawing.Color.DarkMagenta;
     this.txtBinPhoneProfit.Location  = new System.Drawing.Point(593, 80);
     this.txtBinPhoneProfit.Name      = "txtBinPhoneProfit";
     this.txtBinPhoneProfit.Size      = new System.Drawing.Size(11, 12);
     this.txtBinPhoneProfit.TabIndex  = 71;
     this.txtBinPhoneProfit.Text      = "0";
     //
     // txtBinPhoneCommision
     //
     this.txtBinPhoneCommision.AutoSize  = true;
     this.txtBinPhoneCommision.Font      = new System.Drawing.Font("Arial", 7.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBinPhoneCommision.ForeColor = System.Drawing.Color.LightSeaGreen;
     this.txtBinPhoneCommision.Location  = new System.Drawing.Point(706, 80);
     this.txtBinPhoneCommision.Name      = "txtBinPhoneCommision";
     this.txtBinPhoneCommision.Size      = new System.Drawing.Size(11, 12);
     this.txtBinPhoneCommision.TabIndex  = 72;
     this.txtBinPhoneCommision.Text      = "0";
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.dtpMonth);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.txtBinPhoneCommision);
     this.groupBox1.Controls.Add(this.cmbSellers);
     this.groupBox1.Controls.Add(this.txtBinPhoneProfit);
     this.groupBox1.Controls.Add(this.cmdView);
     this.groupBox1.Controls.Add(this.txtEquipCommision);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.txtEquipProfit);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtPhoneCommision);
     this.groupBox1.Controls.Add(this.txtEquip);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.txtPhoneProfit);
     this.groupBox1.Controls.Add(this.txtProfit);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label14);
     this.groupBox1.Controls.Add(this.txtCommision);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtBX);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.ForeColor = System.Drawing.Color.Black;
     this.groupBox1.Location  = new System.Drawing.Point(6, 20);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(784, 103);
     this.groupBox1.TabIndex  = 73;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "销售分析";
     //
     // dtpMonth
     //
     this.dtpMonth.CustomFormat = "yyyy-MM";
     this.dtpMonth.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpMonth.Location     = new System.Drawing.Point(391, 20);
     this.dtpMonth.Name         = "dtpMonth";
     this.dtpMonth.ShowUpDown   = true;
     this.dtpMonth.Size         = new System.Drawing.Size(77, 21);
     this.dtpMonth.TabIndex     = 73;
     //
     // groupBox2
     //
     this.groupBox2.BackColor = System.Drawing.Color.Transparent;
     this.groupBox2.Controls.Add(this.chartSellers);
     this.groupBox2.Controls.Add(this.lsvCommision);
     this.groupBox2.Controls.Add(this.lsvEquips);
     this.groupBox2.Controls.Add(this.lsvPhones);
     this.groupBox2.ForeColor = System.Drawing.Color.Black;
     this.groupBox2.Location  = new System.Drawing.Point(6, 129);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(784, 351);
     this.groupBox2.TabIndex  = 74;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "销售报表";
     //
     // groupBox3
     //
     this.groupBox3.BackColor = System.Drawing.Color.Transparent;
     this.groupBox3.Controls.Add(this.groupBox1);
     this.groupBox3.Controls.Add(this.groupBox2);
     this.groupBox3.Location = new System.Drawing.Point(12, 12);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(796, 486);
     this.groupBox3.TabIndex = 75;
     this.groupBox3.TabStop  = false;
     //
     // frmCommision
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.DarkSlateGray;
     this.BackgroundImage     = global::MobileShopERP.Properties.Resources._22;
     this.ClientSize          = new System.Drawing.Size(820, 510);
     this.Controls.Add(this.groupBox3);
     this.ForeColor       = System.Drawing.Color.White;
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.Name            = "frmCommision";
     this.Text            = "frmCommision";
     this.Shown          += new System.EventHandler(this.frmCommision_Shown);
     ((System.ComponentModel.ISupportInitialize)(this.chartSellers)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Beispiel #9
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();
     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();
     Dundas.Charting.WinControl.ChartArea chartArea2 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend    legend2    = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series    series3    = new Dundas.Charting.WinControl.Series();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.chart1 = new Dundas.Charting.WinControl.Chart();
     this.chart2 = new Dundas.Charting.WinControl.Chart();
     this.timer2 = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // timer1
     //
     this.timer1.Enabled  = true;
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // chart1
     //
     this.chart1.AlwaysRecreateHotregions = true;
     this.chart1.BackColor                            = System.Drawing.Color.WhiteSmoke;
     this.chart1.BackGradientEndColor                 = System.Drawing.Color.White;
     this.chart1.BackGradientType                     = Dundas.Charting.WinControl.GradientType.DiagonalLeft;
     this.chart1.BorderLineColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     this.chart1.BorderLineStyle                      = Dundas.Charting.WinControl.ChartDashStyle.Solid;
     this.chart1.BorderSkin.FrameBackColor            = System.Drawing.Color.CornflowerBlue;
     this.chart1.BorderSkin.FrameBackGradientEndColor = System.Drawing.Color.CornflowerBlue;
     this.chart1.BorderSkin.PageColor                 = System.Drawing.SystemColors.Control;
     this.chart1.BorderSkin.SkinStyle                 = Dundas.Charting.WinControl.BorderSkinStyle.Emboss;
     chartArea1.AxisX.MajorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea1.AxisX.MinorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea1.AxisX2.MajorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisX2.MinorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisY.MajorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea1.AxisY.MinorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MajorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea1.AxisY2.MinorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea1.BackColor    = System.Drawing.Color.White;
     chartArea1.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     chartArea1.BorderStyle  = Dundas.Charting.WinControl.ChartDashStyle.Solid;
     chartArea1.Name         = "Default";
     chartArea1.ShadowOffset = 2;
     this.chart1.ChartAreas.Add(chartArea1);
     this.chart1.Dock     = System.Windows.Forms.DockStyle.Top;
     legend1.Alignment    = System.Drawing.StringAlignment.Center;
     legend1.BackColor    = System.Drawing.Color.White;
     legend1.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     legend1.Docking      = Dundas.Charting.WinControl.LegendDocking.Top;
     legend1.Name         = "Default";
     legend1.ShadowOffset = 2;
     this.chart1.Legends.Add(legend1);
     this.chart1.Location        = new System.Drawing.Point(0, 0);
     this.chart1.Name            = "chart1";
     this.chart1.Palette         = Dundas.Charting.WinControl.ChartColorPalette.Dundas;
     series1.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     series1.BorderWidth         = 2;
     series1.ChartType           = "Line";
     series1.Name                = "数据包回放速率";
     series1.PaletteCustomColors = new System.Drawing.Color[0];
     series1.ShadowOffset        = 2;
     series2.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     series2.BorderWidth         = 2;
     series2.ChartType           = "Line";
     series2.Name                = "Series2";
     series2.PaletteCustomColors = new System.Drawing.Color[0];
     series2.ShadowOffset        = 2;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(941, 226);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Name          = "Title1";
     this.chart1.Titles.Add(title1);
     this.chart1.UI.Toolbar.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     this.chart1.UI.Toolbar.BorderSkin.PageColor = System.Drawing.Color.Transparent;
     this.chart1.UI.Toolbar.BorderSkin.SkinStyle = Dundas.Charting.WinControl.BorderSkinStyle.Emboss;
     //
     // chart2
     //
     this.chart2.AlwaysRecreateHotregions = true;
     this.chart2.BackColor                            = System.Drawing.Color.WhiteSmoke;
     this.chart2.BackGradientEndColor                 = System.Drawing.Color.White;
     this.chart2.BackGradientType                     = Dundas.Charting.WinControl.GradientType.DiagonalLeft;
     this.chart2.BorderLineColor                      = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     this.chart2.BorderLineStyle                      = Dundas.Charting.WinControl.ChartDashStyle.Solid;
     this.chart2.BorderSkin.FrameBackColor            = System.Drawing.Color.CornflowerBlue;
     this.chart2.BorderSkin.FrameBackGradientEndColor = System.Drawing.Color.CornflowerBlue;
     this.chart2.BorderSkin.PageColor                 = System.Drawing.SystemColors.Control;
     this.chart2.BorderSkin.SkinStyle                 = Dundas.Charting.WinControl.BorderSkinStyle.Emboss;
     chartArea2.AxisX.MajorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea2.AxisX.MinorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea2.AxisX2.MajorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisX2.MinorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisY.MajorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea2.AxisY.MinorGrid.LineColor             = System.Drawing.Color.Silver;
     chartArea2.AxisY2.MajorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea2.AxisY2.MinorGrid.LineColor            = System.Drawing.Color.Silver;
     chartArea2.BackColor   = System.Drawing.Color.Transparent;
     chartArea2.BorderColor = System.Drawing.Color.Transparent;
     chartArea2.BorderStyle = Dundas.Charting.WinControl.ChartDashStyle.Solid;
     chartArea2.Name        = "Default";
     this.chart2.ChartAreas.Add(chartArea2);
     this.chart2.Dock     = System.Windows.Forms.DockStyle.Bottom;
     legend2.Alignment    = System.Drawing.StringAlignment.Center;
     legend2.BackColor    = System.Drawing.Color.White;
     legend2.BorderColor  = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     legend2.Docking      = Dundas.Charting.WinControl.LegendDocking.Top;
     legend2.Name         = "Default";
     legend2.ShadowOffset = 2;
     this.chart2.Legends.Add(legend2);
     this.chart2.Location        = new System.Drawing.Point(0, 232);
     this.chart2.Name            = "chart2";
     this.chart2.Palette         = Dundas.Charting.WinControl.ChartColorPalette.Dundas;
     series3.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     series3.BorderWidth         = 2;
     series3.ChartType           = "Line";
     series3.Name                = "字节回放速率";
     series3.PaletteCustomColors = new System.Drawing.Color[0];
     series3.ShadowOffset        = 1;
     this.chart2.Series.Add(series3);
     this.chart2.Size     = new System.Drawing.Size(941, 226);
     this.chart2.TabIndex = 1;
     this.chart2.Text     = "chart2";
     this.chart2.UI.Toolbar.BorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(26)))), ((int)(((byte)(59)))), ((int)(((byte)(105)))));
     this.chart2.UI.Toolbar.BorderSkin.PageColor = System.Drawing.Color.Transparent;
     this.chart2.UI.Toolbar.BorderSkin.SkinStyle = Dundas.Charting.WinControl.BorderSkinStyle.Emboss;
     //
     // timer2
     //
     this.timer2.Enabled  = true;
     this.timer2.Interval = 1000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // Form5
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(941, 458);
     this.Controls.Add(this.chart2);
     this.Controls.Add(this.chart1);
     this.Margin        = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.Name          = "Form5";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Form5";
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast7));
            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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = 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.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.添加负荷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barButtonItem2,
            this.barButtonItem3,
            this.barButtonItem1,
            this.barButtonItem4,
            this.barButtonItem5,
            this.barSubItem1,
            this.barButtonItem6,
            this.barButtonItem7});
            this.barManager1.MaxItemId = 10;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit2});
            // 
            // 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.barButtonItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "读取预测原始数据";
            this.barButtonItem1.Id = 4;
            this.barButtonItem1.ImageIndex = 3;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick_1);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "保存";
            this.barButtonItem3.Id = 2;
            this.barButtonItem3.ImageIndex = 0;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "图表颜色";
            this.barButtonItem5.Id = 6;
            this.barButtonItem5.ImageIndex = 4;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "导出";
            this.barSubItem1.Id = 7;
            this.barSubItem1.ImageIndex = 12;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7)});
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem6
            // 
            this.barButtonItem6.Caption = "导出数据";
            this.barButtonItem6.Id = 8;
            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 = 9;
            this.barButtonItem7.ImageIndex = 12;
            this.barButtonItem7.Name = "barButtonItem7";
            this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "关闭";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.ImageIndex = 2;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "保存.ico");
            this.imageList1.Images.SetKeyName(1, "审批.ico");
            this.imageList1.Images.SetKeyName(2, "关闭.ico");
            this.imageList1.Images.SetKeyName(3, "授权.ico");
            this.imageList1.Images.SetKeyName(4, "角色.ico");
            this.imageList1.Images.SetKeyName(5, "布局.ico");
            this.imageList1.Images.SetKeyName(6, "刷新.ico");
            this.imageList1.Images.SetKeyName(7, "作废.ico");
            this.imageList1.Images.SetKeyName(8, "角色.ico");
            this.imageList1.Images.SetKeyName(9, "添加同级.ico");
            this.imageList1.Images.SetKeyName(10, "删除.ico");
            this.imageList1.Images.SetKeyName(11, "添加下级.ico");
            this.imageList1.Images.SetKeyName(12, "发送.ico");
            this.imageList1.Images.SetKeyName(13, "审批.ico");
            this.imageList1.Images.SetKeyName(14, "打回重新编.ico");
            this.imageList1.Images.SetKeyName(15, "关闭1.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, "授权.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");
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "图表颜色";
            this.barButtonItem4.Id = 5;
            this.barButtonItem4.Name = "barButtonItem4";
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.gridControl2);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(686, 227);
            this.splitContainerControl1.SplitterPosition = 105;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(680, 99);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupPanelText = "增长率";
            this.gridView1.Name = "gridView1";
            this.gridView1.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanged);
            this.gridView1.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView1_CellValueChanging);
            // 
            // gridControl2
            // 
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.EmbeddedNavigator.Name = "";
            this.gridControl2.Location = new System.Drawing.Point(0, 0);
            this.gridControl2.MainView = this.gridView2;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.Size = new System.Drawing.Size(680, 112);
            this.gridControl2.TabIndex = 0;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.GridControl = this.gridControl2;
            this.gridView2.GroupPanelText = "专家指定法";
            this.gridView2.Name = "gridView2";
            this.gridView2.CellValueChanging += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView2_CellValueChanging);
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.添加负荷ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
            // 
            // 添加负荷ToolStripMenuItem
            // 
            this.添加负荷ToolStripMenuItem.Name = "添加负荷ToolStripMenuItem";
            this.添加负荷ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
            this.添加负荷ToolStripMenuItem.Text = "添加";
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Horizontal = false;
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 34);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.splitContainerControl1);
            this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(692, 343);
            this.splitContainerControl2.SplitterPosition = 233;
            this.splitContainerControl2.TabIndex = 5;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // 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(686, 100);
            this.chart1.TabIndex = 7;
            this.chart1.Text = "chart1";
            title2.Name = "Title1";
            this.chart1.Titles.Add(title2);
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "gridColumn1";
            this.gridColumn1.FieldName = "title";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            // 
            // FormForecast7
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 377);
            this.Controls.Add(this.splitContainerControl2);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FormForecast7";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "专家决策法";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormForecast7_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #11
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast7));
     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.barButtonItem1          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem5          = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1             = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem6          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2          = 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.barButtonItem4          = new DevExpress.XtraBars.BarButtonItem();
     this.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.splitContainerControl1  = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1               = new DevExpress.XtraTreeList.TreeList();
     this.treeList2               = new DevExpress.XtraTreeList.TreeList();
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.添加负荷ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.splitContainerControl2  = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart1                  = new Dundas.Charting.WinControl.Chart();
     this.gridColumn1             = new DevExpress.XtraGrid.Columns.GridColumn();
     this.checkBox1               = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowMoveBarOnToolbar   = 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.barButtonItem2,
         this.barButtonItem3,
         this.barButtonItem1,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barSubItem1,
         this.barButtonItem6,
         this.barButtonItem7
     });
     this.barManager1.MaxItemId = 10;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit2
     });
     //
     // 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.barButtonItem1, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.RotateWhenVertical      = false;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "读取预测原始数据";
     this.barButtonItem1.Id         = 4;
     this.barButtonItem1.ImageIndex = 3;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick_1);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption    = "保存";
     this.barButtonItem3.Id         = 2;
     this.barButtonItem3.ImageIndex = 0;
     this.barButtonItem3.Name       = "barButtonItem3";
     this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption    = "图表颜色";
     this.barButtonItem5.Id         = 6;
     this.barButtonItem5.ImageIndex = 4;
     this.barButtonItem5.Name       = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption    = "导出";
     this.barSubItem1.Id         = 7;
     this.barSubItem1.ImageIndex = 12;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7)
     });
     this.barSubItem1.Name       = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem6
     //
     this.barButtonItem6.Caption    = "导出数据";
     this.barButtonItem6.Id         = 8;
     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         = 9;
     this.barButtonItem7.ImageIndex = 12;
     this.barButtonItem7.Name       = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "关闭";
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.ImageIndex = 2;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
     //
     // imageList1
     //
     this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "保存.ico");
     this.imageList1.Images.SetKeyName(1, "审批.ico");
     this.imageList1.Images.SetKeyName(2, "关闭.ico");
     this.imageList1.Images.SetKeyName(3, "授权.ico");
     this.imageList1.Images.SetKeyName(4, "角色.ico");
     this.imageList1.Images.SetKeyName(5, "布局.ico");
     this.imageList1.Images.SetKeyName(6, "刷新.ico");
     this.imageList1.Images.SetKeyName(7, "作废.ico");
     this.imageList1.Images.SetKeyName(8, "角色.ico");
     this.imageList1.Images.SetKeyName(9, "添加同级.ico");
     this.imageList1.Images.SetKeyName(10, "删除.ico");
     this.imageList1.Images.SetKeyName(11, "添加下级.ico");
     this.imageList1.Images.SetKeyName(12, "发送.ico");
     this.imageList1.Images.SetKeyName(13, "审批.ico");
     this.imageList1.Images.SetKeyName(14, "打回重新编.ico");
     this.imageList1.Images.SetKeyName(15, "关闭1.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, "授权.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");
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption = "图表颜色";
     this.barButtonItem4.Id      = 5;
     this.barButtonItem4.Name    = "barButtonItem4";
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name       = "repositoryItemTextEdit2";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.treeList2);
     this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(686, 198);
     this.splitContainerControl1.SplitterPosition = 116;
     this.splitContainerControl1.TabIndex         = 4;
     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(680, 110);
     this.treeList1.TabIndex           = 0;
     this.treeList1.CellValueChanged  += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.CellValueChanging += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanging);
     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.OptionsView.AutoWidth = false;
     this.treeList2.Size               = new System.Drawing.Size(680, 72);
     this.treeList2.TabIndex           = 1;
     this.treeList2.CellValueChanged  += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList2_CellValueChanged);
     this.treeList2.CellValueChanging += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList2_CellValueChanging);
     this.treeList2.ShowingEditor     += new System.ComponentModel.CancelEventHandler(this.treeList2_ShowingEditor);
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.添加负荷ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(99, 26);
     //
     // 添加负荷ToolStripMenuItem
     //
     this.添加负荷ToolStripMenuItem.Name = "添加负荷ToolStripMenuItem";
     this.添加负荷ToolStripMenuItem.Size = new System.Drawing.Size(98, 22);
     this.添加负荷ToolStripMenuItem.Text = "添加";
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location   = new System.Drawing.Point(0, 34);
     this.splitContainerControl2.Name       = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.checkBox1);
     this.splitContainerControl2.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl2.Panel2.Text      = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(692, 442);
     this.splitContainerControl2.SplitterPosition = 204;
     this.splitContainerControl2.TabIndex         = 5;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // 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(686, 228);
     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);
     //
     // gridColumn1
     //
     this.gridColumn1.Caption      = "gridColumn1";
     this.gridColumn1.FieldName    = "title";
     this.gridColumn1.Name         = "gridColumn1";
     this.gridColumn1.Visible      = true;
     this.gridColumn1.VisibleIndex = 0;
     //
     // 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(633, 0);
     this.checkBox1.Name       = "checkBox1";
     this.checkBox1.Size       = new System.Drawing.Size(50, 18);
     this.checkBox1.TabIndex   = 8;
     this.checkBox1.Text       = "全选";
     this.checkBox1.UseVisualStyleBackColor = true;
     this.checkBox1.Click += new System.EventHandler(this.checkBox1_Click);
     //
     // FormForecast7
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(692, 476);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "FormForecast7";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "专家决策法";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FormForecast7_Load);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #12
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast));
     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.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.barButtonItem32        = 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.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.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.imageList2             = new System.Windows.Forms.ImageList(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).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.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.barButtonItem32
     });
     this.barManager1.MaxItemId = 53;
     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(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.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)
     });
     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.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.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
     //
     // barButtonItem32
     //
     this.barButtonItem32.Caption    = "河池大用户预测";
     this.barButtonItem32.Id         = 52;
     this.barButtonItem32.Name       = "barButtonItem32";
     this.barButtonItem32.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_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);
     //
     // 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";
     //
     // splitterControl1
     //
     this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.splitterControl1.Location = new System.Drawing.Point(0, 33);
     this.splitterControl1.Name     = "splitterControl1";
     this.splitterControl1.Size     = new System.Drawing.Size(1024, 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, 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(1016, 158);
     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;
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 37);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(1024, 397);
     this.splitContainerControl1.SplitterPosition = 227;
     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(1016, 219);
     this.treeList1.TabIndex          = 1;
     this.treeList1.CellValueChanged += new DevExpress.XtraTreeList.CellValueChangedEventHandler(this.treeList1_CellValueChanged);
     this.treeList1.ShowingEditor    += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
     //
     // 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");
     //
     // FormForecast
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1024, 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          = "FormForecast";
     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.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);
 }
 /// <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(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);
 }
 /// <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(GraphControlEx));
     Dundas.Charting.WinControl.LineAnnotation lineAnnotation1 = new Dundas.Charting.WinControl.LineAnnotation();
     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();
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItemUpdate = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemClear = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemZoomRestore = new System.Windows.Forms.ToolStripMenuItem();
     this.addToolStripZoomOut = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemPrevious = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemNext = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxStartIndex = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxEndIndex = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem5 = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxSliceSize = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItemTotalDataSize = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxTotalDataSize = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItemStatusText = new System.Windows.Forms.ToolStripMenuItem();
     this.chartMain = new Support.UI.ChartCustom();
     this.menuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.toolStripMenuItemUpdate,
     this.toolStripMenuItem3,
     this.toolStripMenuItemClear,
     this.toolStripMenuItemZoomRestore,
     this.addToolStripZoomOut,
     this.toolStripMenuItemPrevious,
     this.toolStripMenuItemNext,
     this.toolStripMenuItem1,
     this.toolStripTextBoxStartIndex,
     this.toolStripMenuItem2,
     this.toolStripTextBoxEndIndex,
     this.toolStripMenuItem5,
     this.toolStripTextBoxSliceSize,
     this.toolStripMenuItemTotalDataSize,
     this.toolStripTextBoxTotalDataSize,
     this.toolStripMenuItemStatusText});
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name = "menuStrip";
     this.menuStrip.Size = new System.Drawing.Size(800, 25);
     this.menuStrip.TabIndex = 3;
     this.menuStrip.Text = "menuStrip1";
     //
     // toolStripMenuItemUpdate
     //
     this.toolStripMenuItemUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripMenuItemUpdate.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemUpdate.Image")));
     this.toolStripMenuItemUpdate.Name = "toolStripMenuItemUpdate";
     this.toolStripMenuItemUpdate.Size = new System.Drawing.Size(28, 21);
     this.toolStripMenuItemUpdate.Text = "toolStripMenuItem4";
     this.toolStripMenuItemUpdate.Click += new System.EventHandler(this.toolStripMenuItemUpdate_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Enabled = false;
     this.toolStripMenuItem3.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
     this.toolStripMenuItem3.Name = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size = new System.Drawing.Size(79, 21);
     this.toolStripMenuItem3.Text = "Add Item";
     //
     // toolStripMenuItemClear
     //
     this.toolStripMenuItemClear.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemClear.Image")));
     this.toolStripMenuItemClear.Name = "toolStripMenuItemClear";
     this.toolStripMenuItemClear.Size = new System.Drawing.Size(60, 21);
     this.toolStripMenuItemClear.Text = "Clear";
     this.toolStripMenuItemClear.Click += new System.EventHandler(this.toolStripMenuItemClear_Click);
     //
     // toolStripMenuItemZoomRestore
     //
     this.toolStripMenuItemZoomRestore.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemZoomRestore.Image")));
     this.toolStripMenuItemZoomRestore.Name = "toolStripMenuItemZoomRestore";
     this.toolStripMenuItemZoomRestore.Size = new System.Drawing.Size(74, 21);
     this.toolStripMenuItemZoomRestore.Text = "Zoom all";
     this.toolStripMenuItemZoomRestore.Click += new System.EventHandler(this.toolStripMenuItemZoomRestore_Click);
     //
     // addToolStripZoomOut
     //
     this.addToolStripZoomOut.Image = ((System.Drawing.Image)(resources.GetObject("addToolStripZoomOut.Image")));
     this.addToolStripZoomOut.Name = "addToolStripZoomOut";
     this.addToolStripZoomOut.Size = new System.Drawing.Size(80, 21);
     this.addToolStripZoomOut.Text = "Zoom out";
     this.addToolStripZoomOut.Click += new System.EventHandler(this.addToolStripZoomOut_Click);
     //
     // toolStripMenuItemPrevious
     //
     this.toolStripMenuItemPrevious.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemPrevious.Image")));
     this.toolStripMenuItemPrevious.Name = "toolStripMenuItemPrevious";
     this.toolStripMenuItemPrevious.Size = new System.Drawing.Size(76, 21);
     this.toolStripMenuItemPrevious.Text = "Previous";
     this.toolStripMenuItemPrevious.Click += new System.EventHandler(this.toolStripMenuItemPrevious_Click);
     //
     // toolStripMenuItemNext
     //
     this.toolStripMenuItemNext.Image = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemNext.Image")));
     this.toolStripMenuItemNext.Name = "toolStripMenuItemNext";
     this.toolStripMenuItemNext.Size = new System.Drawing.Size(58, 21);
     this.toolStripMenuItemNext.Text = "Next";
     this.toolStripMenuItemNext.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.toolStripMenuItemNext.Click += new System.EventHandler(this.toolStripMenuItemNext_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Enabled = false;
     this.toolStripMenuItem1.Name = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size = new System.Drawing.Size(72, 21);
     this.toolStripMenuItem1.Text = "Start index";
     //
     // toolStripTextBoxStartIndex
     //
     this.toolStripTextBoxStartIndex.MaxLength = 32567;
     this.toolStripTextBoxStartIndex.Name = "toolStripTextBoxStartIndex";
     this.toolStripTextBoxStartIndex.ReadOnly = true;
     this.toolStripTextBoxStartIndex.Size = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxStartIndex.Text = "0";
     this.toolStripTextBoxStartIndex.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Enabled = false;
     this.toolStripMenuItem2.Name = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size = new System.Drawing.Size(66, 21);
     this.toolStripMenuItem2.Text = "End index";
     //
     // toolStripTextBoxEndIndex
     //
     this.toolStripTextBoxEndIndex.MaxLength = 32567;
     this.toolStripTextBoxEndIndex.Name = "toolStripTextBoxEndIndex";
     this.toolStripTextBoxEndIndex.ReadOnly = true;
     this.toolStripTextBoxEndIndex.Size = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxEndIndex.Text = "0";
     this.toolStripTextBoxEndIndex.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Enabled = false;
     this.toolStripMenuItem5.Name = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size = new System.Drawing.Size(61, 21);
     this.toolStripMenuItem5.Text = "Slice size";
     //
     // toolStripTextBoxSliceSize
     //
     this.toolStripTextBoxSliceSize.MaxLength = 32567;
     this.toolStripTextBoxSliceSize.Name = "toolStripTextBoxSliceSize";
     this.toolStripTextBoxSliceSize.ReadOnly = true;
     this.toolStripTextBoxSliceSize.Size = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxSliceSize.Text = "0";
     //
     // toolStripMenuItemTotalDataSize
     //
     this.toolStripMenuItemTotalDataSize.Enabled = false;
     this.toolStripMenuItemTotalDataSize.Name = "toolStripMenuItemTotalDataSize";
     this.toolStripMenuItemTotalDataSize.Size = new System.Drawing.Size(89, 21);
     this.toolStripMenuItemTotalDataSize.Text = "Total data size";
     //
     // toolStripTextBoxTotalDataSize
     //
     this.toolStripTextBoxTotalDataSize.Name = "toolStripTextBoxTotalDataSize";
     this.toolStripTextBoxTotalDataSize.ReadOnly = true;
     this.toolStripTextBoxTotalDataSize.Size = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxTotalDataSize.Text = "0";
     //
     // toolStripMenuItemStatusText
     //
     this.toolStripMenuItemStatusText.Enabled = false;
     this.toolStripMenuItemStatusText.Name = "toolStripMenuItemStatusText";
     this.toolStripMenuItemStatusText.Size = new System.Drawing.Size(103, 21);
     this.toolStripMenuItemStatusText.Text = "Minimum zoom : 5";
     //
     // chartMain
     //
     lineAnnotation1.ClipToChartArea = "Default";
     lineAnnotation1.EndCap = Dundas.Charting.WinControl.LineAnchorCap.Arrow;
     lineAnnotation1.LineWidth = 4;
     lineAnnotation1.Name = "Line1";
     lineAnnotation1.StartCap = Dundas.Charting.WinControl.LineAnchorCap.Arrow;
     this.chartMain.Annotations.Add(lineAnnotation1);
     chartArea1.AxisX.LabelStyle.Interval = 0;
     chartArea1.AxisX.LabelStyle.IntervalOffset = 0;
     chartArea1.AxisX.LabelStyle.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.LabelStyle.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorGrid.Interval = 0;
     chartArea1.AxisX.MajorGrid.IntervalOffset = 0;
     chartArea1.AxisX.MajorGrid.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorGrid.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorTickMark.Interval = 0;
     chartArea1.AxisX.MajorTickMark.IntervalOffset = 0;
     chartArea1.AxisX.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorTickMark.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.View.Zoomable = false;
     chartArea1.AxisX2.LabelStyle.Interval = 0;
     chartArea1.AxisX2.LabelStyle.IntervalOffset = 0;
     chartArea1.AxisX2.LabelStyle.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.LabelStyle.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorGrid.Interval = 0;
     chartArea1.AxisX2.MajorGrid.IntervalOffset = 0;
     chartArea1.AxisX2.MajorGrid.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorGrid.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorTickMark.Interval = 0;
     chartArea1.AxisX2.MajorTickMark.IntervalOffset = 0;
     chartArea1.AxisX2.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorTickMark.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.LabelStyle.Format = "#.####";
     chartArea1.AxisY.LabelStyle.Interval = 0;
     chartArea1.AxisY.LabelStyle.IntervalOffset = 0;
     chartArea1.AxisY.LabelStyle.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.LabelStyle.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorGrid.Interval = 0;
     chartArea1.AxisY.MajorGrid.IntervalOffset = 0;
     chartArea1.AxisY.MajorGrid.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorGrid.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorTickMark.Interval = 0;
     chartArea1.AxisY.MajorTickMark.IntervalOffset = 0;
     chartArea1.AxisY.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorTickMark.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.LabelStyle.Interval = 0;
     chartArea1.AxisY2.LabelStyle.IntervalOffset = 0;
     chartArea1.AxisY2.LabelStyle.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.LabelStyle.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorGrid.Interval = 0;
     chartArea1.AxisY2.MajorGrid.IntervalOffset = 0;
     chartArea1.AxisY2.MajorGrid.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorGrid.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorTickMark.Interval = 0;
     chartArea1.AxisY2.MajorTickMark.IntervalOffset = 0;
     chartArea1.AxisY2.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorTickMark.IntervalType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.CursorX.LineStyle = Dundas.Charting.WinControl.ChartDashStyle.Dash;
     chartArea1.CursorX.UserEnabled = true;
     chartArea1.CursorX.UserSelection = true;
     chartArea1.CursorY.LineStyle = Dundas.Charting.WinControl.ChartDashStyle.Dash;
     chartArea1.CursorY.UserEnabled = true;
     chartArea1.Name = "Default";
     this.chartMain.ChartAreas.Add(chartArea1);
     this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legend1.Docking = Dundas.Charting.WinControl.LegendDocking.Top;
     legend1.MaxAutoSize = 80F;
     legend1.Name = "Default";
     legend1.TableStyle = Dundas.Charting.WinControl.LegendTableStyle.Wide;
     this.chartMain.Legends.Add(legend1);
     this.chartMain.Location = new System.Drawing.Point(0, 25);
     this.chartMain.Name = "chartMain";
     this.chartMain.Palette = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.ChartType = "Spline";
     series1.Name = "Series1";
     series2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.ChartType = "Line";
     series2.Name = "Series2";
     this.chartMain.Series.Add(series1);
     this.chartMain.Series.Add(series2);
     this.chartMain.Size = new System.Drawing.Size(800, 575);
     this.chartMain.TabIndex = 4;
     this.chartMain.Text = "chart1";
     this.chartMain.TextAntiAliasingQuality = Dundas.Charting.WinControl.TextAntiAliasingQuality.Normal;
     this.chartMain.SelectionRangeChanged += new Dundas.Charting.WinControl.Chart.CursorEventHandler(this.chartMain_SelectionRangeChanged);
     this.chartMain.MouseUp += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseUp);
     this.chartMain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseDown);
     this.chartMain.Click += new System.EventHandler(this.chartMain_Click);
     //
     // GraphControlEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartMain);
     this.Controls.Add(this.menuStrip);
     this.Name = "GraphControlEx";
     this.Size = new System.Drawing.Size(800, 600);
     this.Load += new System.EventHandler(this.GraphControlEx_Load);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.spinEdit2 = new DevExpress.XtraEditors.SpinEdit();
            this.label2 = new System.Windows.Forms.Label();
            this.spinEdit1 = new DevExpress.XtraEditors.SpinEdit();
            this.label1 = new System.Windows.Forms.Label();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(2, 3);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(739, 373);
            this.splitContainerControl1.SplitterPosition = 180;
            this.splitContainerControl1.TabIndex = 0;
            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(733, 174);
            this.treeList1.TabIndex = 3;
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 3);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.splitContainerControl2.Panel1.Controls.Add(this.chart1);
            this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
            this.splitContainerControl2.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.splitContainerControl2.Panel2.Controls.Add(this.groupBox1);
            this.splitContainerControl2.Panel2.Controls.Add(this.simpleButton2);
            this.splitContainerControl2.Panel2.Controls.Add(this.simpleButton1);
            this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(733, 180);
            this.splitContainerControl2.SplitterPosition = 446;
            this.splitContainerControl2.TabIndex = 0;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // chart1
            // 
            this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            chartArea1.BorderColor = System.Drawing.Color.Empty;
            chartArea1.Name = "Default";
            this.chart1.ChartAreas.Add(chartArea1);
            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(446, 180);
            this.chart1.TabIndex = 8;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // groupBox1
            // 
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.spinEdit2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.spinEdit1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(2, 16);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(278, 116);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "温度系数";
            // 
            // spinEdit2
            // 
            this.spinEdit2.EditValue = new decimal(new int[] {
            1,
            0,
            0,
            -2147287040});
            this.spinEdit2.Location = new System.Drawing.Point(202, 73);
            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,
            196608});
            this.spinEdit2.Properties.MaxValue = new decimal(new int[] {
            9,
            0,
            0,
            65536});
            this.spinEdit2.Properties.MinValue = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.spinEdit2.Size = new System.Drawing.Size(68, 23);
            this.spinEdit2.TabIndex = 8;
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(31, 79);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(167, 12);
            this.label2.TabIndex = 9;
            this.label2.Text = "高于平均温度转化系数(K2):";
            // 
            // spinEdit1
            // 
            this.spinEdit1.EditValue = new decimal(new int[] {
            1,
            0,
            0,
            -2147287040});
            this.spinEdit1.Location = new System.Drawing.Point(202, 25);
            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,
            196608});
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
            9,
            0,
            0,
            65536});
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
            100,
            0,
            0,
            -2147483648});
            this.spinEdit1.Size = new System.Drawing.Size(65, 23);
            this.spinEdit1.TabIndex = 0;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(28, 31);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(167, 12);
            this.label1.TabIndex = 7;
            this.label1.Text = "低于平均温度转化系数(K1):";
            // 
            // simpleButton2
            // 
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(139, 138);
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Size = new System.Drawing.Size(75, 33);
            this.simpleButton2.TabIndex = 1;
            this.simpleButton2.Text = "取消";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // simpleButton1
            // 
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                        | System.Windows.Forms.AnchorStyles.Left)
                        | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(25, 138);
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Size = new System.Drawing.Size(75, 33);
            this.simpleButton1.TabIndex = 0;
            this.simpleButton1.Text = "完成";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // FormForecastWDXS
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(743, 376);
            this.Controls.Add(this.splitContainerControl1);
            this.MaximizeBox = false;
            this.Name = "FormForecastWDXS";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "温度调整";
            this.Load += new System.EventHandler(this.FormForecastWDXS_Load);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #17
0
 /// <summary>
 /// Обязательный метод для поддержки конструктора - не изменяйте
 /// содержимое данного метода при помощи редактора кода.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Dundas.Charting.WinControl.ChartArea  chartArea15 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend     legend15    = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series     series15    = new Dundas.Charting.WinControl.Series();
     Dundas.Charting.WinControl.DataPoint  dataPoint43 = new Dundas.Charting.WinControl.DataPoint(0D, 20D);
     Dundas.Charting.WinControl.DataPoint  dataPoint44 = new Dundas.Charting.WinControl.DataPoint(0D, 25D);
     Dundas.Charting.WinControl.DataPoint  dataPoint45 = new Dundas.Charting.WinControl.DataPoint(0D, 34D);
     Dundas.Charting.WinControl.DataPoint  dataPoint46 = new Dundas.Charting.WinControl.DataPoint(0D, 18D);
     Dundas.Charting.WinControl.DataPoint  dataPoint47 = new Dundas.Charting.WinControl.DataPoint(0D, 22D);
     Dundas.Charting.WinControl.DataPoint  dataPoint48 = new Dundas.Charting.WinControl.DataPoint(0D, 21D);
     Dundas.Charting.WinControl.Title      title8      = new Dundas.Charting.WinControl.Title();
     Dundas.Charting.WinControl.ChartArea  chartArea16 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend     legend16    = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.LegendItem legendItem8 = new Dundas.Charting.WinControl.LegendItem();
     Dundas.Charting.WinControl.Series     series16    = new Dundas.Charting.WinControl.Series();
     this.panel1          = new System.Windows.Forms.Panel();
     this.button3         = new System.Windows.Forms.Button();
     this.textBox1        = new System.Windows.Forms.TextBox();
     this.textBox2        = new System.Windows.Forms.TextBox();
     this.button2         = new System.Windows.Forms.Button();
     this.button1         = new System.Windows.Forms.Button();
     this.splitContainer1 = new System.Windows.Forms.SplitContainer();
     this.chart1          = new Dundas.Charting.WinControl.Chart();
     this.chart2          = new Dundas.Charting.WinControl.Chart();
     this.timer1          = new System.Windows.Forms.Timer(this.components);
     this.timer2          = new System.Windows.Forms.Timer(this.components);
     this.serialPort1     = new System.IO.Ports.SerialPort(this.components);
     this.comboBox1       = new System.Windows.Forms.ComboBox();
     this.label1          = new System.Windows.Forms.Label();
     this.label2          = new System.Windows.Forms.Label();
     this.label3          = new System.Windows.Forms.Label();
     this.panel1.SuspendLayout();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.label3);
     this.panel1.Controls.Add(this.label2);
     this.panel1.Controls.Add(this.label1);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.button3);
     this.panel1.Controls.Add(this.textBox1);
     this.panel1.Controls.Add(this.textBox2);
     this.panel1.Controls.Add(this.button2);
     this.panel1.Controls.Add(this.button1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Right;
     this.panel1.Location = new System.Drawing.Point(848, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(266, 722);
     this.panel1.TabIndex = 4;
     this.panel1.Click   += new System.EventHandler(this.panel1_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(200, 690);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(54, 20);
     this.button3.TabIndex = 10;
     this.button3.Text     = "OK";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.panel1_Click);
     //
     // textBox1
     //
     this.textBox1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox1.Location     = new System.Drawing.Point(42, 662);
     this.textBox1.Name         = "textBox1";
     this.textBox1.Size         = new System.Drawing.Size(52, 20);
     this.textBox1.TabIndex     = 9;
     this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
     //
     // textBox2
     //
     this.textBox2.BackColor   = System.Drawing.Color.Black;
     this.textBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.textBox2.Dock        = System.Windows.Forms.DockStyle.Top;
     this.textBox2.Font        = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.textBox2.ForeColor   = System.Drawing.Color.Lime;
     this.textBox2.Location    = new System.Drawing.Point(0, 154);
     this.textBox2.Multiline   = true;
     this.textBox2.Name        = "textBox2";
     this.textBox2.Size        = new System.Drawing.Size(266, 479);
     this.textBox2.TabIndex    = 7;
     this.textBox2.Text        = "0\r\n1\r\n2\r\n3\r\n4";
     //
     // button2
     //
     this.button2.BackColor = System.Drawing.Color.Black;
     this.button2.Dock      = System.Windows.Forms.DockStyle.Top;
     this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button2.Font      = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.ForeColor = System.Drawing.Color.DarkRed;
     this.button2.Location  = new System.Drawing.Point(0, 77);
     this.button2.Name      = "button2";
     this.button2.Size      = new System.Drawing.Size(266, 77);
     this.button2.TabIndex  = 5;
     this.button2.Text      = "Stop";
     this.button2.UseVisualStyleBackColor = false;
     this.button2.Click      += new System.EventHandler(this.buttonStopClick);
     this.button2.MouseEnter += new System.EventHandler(this.button2_MouseEnter);
     this.button2.MouseLeave += new System.EventHandler(this.button2_MouseLeave);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.Black;
     this.button1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Courier New", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.ForeColor = System.Drawing.Color.Green;
     this.button1.Location  = new System.Drawing.Point(0, 0);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(266, 77);
     this.button1.TabIndex  = 4;
     this.button1.Text      = "Start";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click      += new System.EventHandler(this.buttonStartClick);
     this.button1.MouseEnter += new System.EventHandler(this.button1_MouseEnter);
     this.button1.MouseLeave += new System.EventHandler(this.button1_MouseLeave);
     //
     // splitContainer1
     //
     this.splitContainer1.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.splitContainer1.Location    = new System.Drawing.Point(0, 0);
     this.splitContainer1.Name        = "splitContainer1";
     this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.chart1);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.chart2);
     this.splitContainer1.Size             = new System.Drawing.Size(848, 722);
     this.splitContainer1.SplitterDistance = 348;
     this.splitContainer1.TabIndex         = 5;
     //
     // chart1
     //
     this.chart1.AlwaysRecreateHotregions             = true;
     this.chart1.BackGradientEndColor                 = System.Drawing.Color.White;
     this.chart1.BackGradientType                     = Dundas.Charting.WinControl.GradientType.DiagonalLeft;
     this.chart1.BorderLineColor                      = System.Drawing.Color.LightGray;
     this.chart1.BorderSkin.FrameBackColor            = System.Drawing.Color.LightSkyBlue;
     this.chart1.BorderSkin.FrameBackGradientEndColor = System.Drawing.Color.DodgerBlue;
     this.chart1.BorderSkin.FrameBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.chart1.BorderSkin.FrameBorderWidth          = 2;
     this.chart1.BorderSkin.PageColor                 = System.Drawing.Color.WhiteSmoke;
     chartArea15.Area3DStyle.Light                    = Dundas.Charting.WinControl.LightStyle.Realistic;
     chartArea15.AxisX.LabelStyle.Interval            = 100D;
     chartArea15.AxisX.LineColor                      = System.Drawing.Color.DimGray;
     chartArea15.AxisX.MajorGrid.LineColor            = System.Drawing.Color.DimGray;
     chartArea15.AxisX.MajorGrid.LineStyle            = Dundas.Charting.WinControl.ChartDashStyle.Dot;
     chartArea15.AxisX.MajorTickMark.LineColor        = System.Drawing.Color.DimGray;
     chartArea15.AxisX.MajorTickMark.Style            = Dundas.Charting.WinControl.TickMarkStyle.Cross;
     chartArea15.AxisX.MinorTickMark.Size             = 2F;
     chartArea15.AxisX2.LineColor                     = System.Drawing.Color.DimGray;
     chartArea15.AxisY.LabelStyle.Format              = "F";
     chartArea15.AxisY.LineColor                      = System.Drawing.Color.DimGray;
     chartArea15.AxisY.MajorGrid.LineColor            = System.Drawing.Color.DimGray;
     chartArea15.AxisY.MajorGrid.LineStyle            = Dundas.Charting.WinControl.ChartDashStyle.Dot;
     chartArea15.AxisY.MajorTickMark.LineColor        = System.Drawing.Color.DimGray;
     chartArea15.AxisY.MinorTickMark.Size             = 2F;
     chartArea15.AxisY.StartFromZero                  = false;
     chartArea15.AxisY2.LineColor                     = System.Drawing.Color.DimGray;
     chartArea15.BackColor   = System.Drawing.Color.Transparent;
     chartArea15.BorderColor = System.Drawing.Color.DimGray;
     chartArea15.Name        = "Default";
     this.chart1.ChartAreas.Add(chartArea15);
     this.chart1.Dock     = System.Windows.Forms.DockStyle.Fill;
     legend15.Alignment   = System.Drawing.StringAlignment.Center;
     legend15.BackColor   = System.Drawing.Color.Transparent;
     legend15.BorderColor = System.Drawing.Color.Transparent;
     legend15.Docking     = Dundas.Charting.WinControl.LegendDocking.Bottom;
     legend15.Enabled     = false;
     legend15.LegendStyle = Dundas.Charting.WinControl.LegendStyle.Column;
     legend15.Name        = "Default";
     this.chart1.Legends.Add(legend15);
     this.chart1.Location         = new System.Drawing.Point(0, 0);
     this.chart1.Name             = "chart1";
     this.chart1.Palette          = Dundas.Charting.WinControl.ChartColorPalette.SemiTransparent;
     series15.BorderColor         = System.Drawing.Color.FromArgb(((int)(((byte)(120)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
     series15.BorderWidth         = 2;
     series15.ChartType           = "Spline";
     series15.CustomAttributes    = "PolarDrawingStyle=Line";
     series15.MarkerStyle         = Dundas.Charting.WinControl.MarkerStyle.Circle;
     series15.Name                = "Series1";
     series15.PaletteCustomColors = new System.Drawing.Color[0];
     dataPoint43.FontAngle        = 0;
     dataPoint44.FontAngle        = 0;
     dataPoint45.FontAngle        = 0;
     dataPoint46.FontAngle        = 0;
     dataPoint47.FontAngle        = 0;
     dataPoint48.FontAngle        = 0;
     series15.Points.Add(dataPoint43);
     series15.Points.Add(dataPoint44);
     series15.Points.Add(dataPoint45);
     series15.Points.Add(dataPoint46);
     series15.Points.Add(dataPoint47);
     series15.Points.Add(dataPoint48);
     series15.SmartLabels.Enabled = true;
     this.chart1.Series.Add(series15);
     this.chart1.Size        = new System.Drawing.Size(848, 348);
     this.chart1.SoftShadows = false;
     this.chart1.TabIndex    = 1;
     this.chart1.Text        = "chart1";
     title8.Name             = "Title1";
     this.chart1.Titles.Add(title8);
     this.chart1.UI.ContextMenu.Enabled          = true;
     this.chart1.UI.Toolbar.BorderSkin.PageColor = System.Drawing.Color.Transparent;
     this.chart1.UI.Toolbar.Enabled = true;
     //
     // chart2
     //
     this.chart2.AlwaysRecreateHotregions = true;
     this.chart2.BackColor = System.Drawing.Color.Black;
     this.chart2.BorderSkin.FrameBackColor  = System.Drawing.Color.Black;
     chartArea16.AxisX.LabelStyle.FontColor = System.Drawing.Color.White;
     chartArea16.AxisX.MajorGrid.LineColor  = System.Drawing.Color.White;
     chartArea16.AxisY.LabelStyle.FontColor = System.Drawing.Color.White;
     chartArea16.AxisY.MajorGrid.LineColor  = System.Drawing.Color.White;
     chartArea16.BackColor   = System.Drawing.Color.Black;
     chartArea16.BorderColor = System.Drawing.Color.Empty;
     chartArea16.Name        = "Default";
     this.chart2.ChartAreas.Add(chartArea16);
     this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
     legendItem8.Name = "Legend Item";
     legend16.CustomItems.Add(legendItem8);
     legend16.Enabled     = false;
     legend16.LegendStyle = Dundas.Charting.WinControl.LegendStyle.Row;
     legend16.Name        = "Default";
     legend16.Title       = "The Legend";
     this.chart2.Legends.Add(legend16);
     this.chart2.Location          = new System.Drawing.Point(0, 0);
     this.chart2.Name              = "chart2";
     this.chart2.Palette           = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series16.BackGradientEndColor = System.Drawing.Color.Transparent;
     series16.ChartType            = "FastPoint";
     series16.Color = System.Drawing.Color.Lime;
     series16.Name  = "Series1";
     series16.PaletteCustomColors = new System.Drawing.Color[0];
     series16.ShadowOffset        = 1;
     this.chart2.Series.Add(series16);
     this.chart2.Size     = new System.Drawing.Size(848, 370);
     this.chart2.TabIndex = 2;
     this.chart2.Text     = "chart2";
     this.chart2.UI.ContextMenu.Enabled          = true;
     this.chart2.UI.Toolbar.BorderSkin.SkinStyle = Dundas.Charting.WinControl.BorderSkinStyle.Emboss;
     this.chart2.UI.Toolbar.Enabled = true;
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // timer2
     //
     this.timer2.Interval = 1000;
     this.timer2.Tick    += new System.EventHandler(this.timer2_Tick);
     //
     // serialPort1
     //
     this.serialPort1.BaudRate      = 19200;
     this.serialPort1.PortName      = "COM7";
     this.serialPort1.ReadTimeout   = 10;
     this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "float",
         "ui32",
         "si32"
     });
     this.comboBox1.Location              = new System.Drawing.Point(212, 662);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(47, 21);
     this.comboBox1.TabIndex              = 11;
     this.comboBox1.Text                  = "float";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.Location  = new System.Drawing.Point(7, 662);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(29, 13);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "Addr";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.Location  = new System.Drawing.Point(7, 636);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(50, 13);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Tag prop";
     //
     // label3
     //
     this.label3.AutoSize  = true;
     this.label3.BackColor = System.Drawing.SystemColors.Control;
     this.label3.Location  = new System.Drawing.Point(175, 665);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(31, 13);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "Type";
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.Black;
     this.ClientSize          = new System.Drawing.Size(1114, 722);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.panel1);
     this.Name         = "Form1";
     this.Text         = "Form1";
     this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
     this.Load        += new System.EventHandler(this.Form1_Load);
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #18
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1        = new Dundas.Charting.WinControl.Chart();
            this.groupBox1     = new System.Windows.Forms.GroupBox();
            this.spinEdit2     = new DevExpress.XtraEditors.SpinEdit();
            this.label2        = new System.Windows.Forms.Label();
            this.spinEdit1     = new DevExpress.XtraEditors.SpinEdit();
            this.label1        = new System.Windows.Forms.Label();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location   = new System.Drawing.Point(2, 3);
            this.splitContainerControl1.Name       = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.splitContainerControl2);
            this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size             = new System.Drawing.Size(739, 373);
            this.splitContainerControl1.SplitterPosition = 180;
            this.splitContainerControl1.TabIndex         = 0;
            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(733, 174);
            this.treeList1.TabIndex = 3;
            //
            // splitContainerControl2
            //
            this.splitContainerControl2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            this.splitContainerControl2.Location           = new System.Drawing.Point(0, 3);
            this.splitContainerControl2.Name               = "splitContainerControl2";
            this.splitContainerControl2.Panel1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.splitContainerControl2.Panel1.Controls.Add(this.chart1);
            this.splitContainerControl2.Panel1.Text        = "splitContainerControl2_Panel1";
            this.splitContainerControl2.Panel2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            this.splitContainerControl2.Panel2.Controls.Add(this.groupBox1);
            this.splitContainerControl2.Panel2.Controls.Add(this.simpleButton2);
            this.splitContainerControl2.Panel2.Controls.Add(this.simpleButton1);
            this.splitContainerControl2.Panel2.Text      = "splitContainerControl2_Panel2";
            this.splitContainerControl2.Size             = new System.Drawing.Size(733, 180);
            this.splitContainerControl2.SplitterPosition = 446;
            this.splitContainerControl2.TabIndex         = 0;
            this.splitContainerControl2.Text             = "splitContainerControl2";
            //
            // chart1
            //
            this.chart1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                        | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
            chartArea1.BorderColor = System.Drawing.Color.Empty;
            chartArea1.Name        = "Default";
            this.chart1.ChartAreas.Add(chartArea1);
            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(446, 180);
            this.chart1.TabIndex = 8;
            this.chart1.Text     = "chart1";
            title1.Name          = "Title1";
            this.chart1.Titles.Add(title1);
            //
            // groupBox1
            //
            this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)
                                                                          | System.Windows.Forms.AnchorStyles.Right)));
            this.groupBox1.BackColor = System.Drawing.Color.Transparent;
            this.groupBox1.Controls.Add(this.spinEdit2);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.spinEdit1);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(2, 16);
            this.groupBox1.Name     = "groupBox1";
            this.groupBox1.Size     = new System.Drawing.Size(278, 116);
            this.groupBox1.TabIndex = 7;
            this.groupBox1.TabStop  = false;
            this.groupBox1.Text     = "温度系数";
            //
            // spinEdit2
            //
            this.spinEdit2.EditValue = new decimal(new int[] {
                1,
                0,
                0,
                -2147287040
            });
            this.spinEdit2.Location = new System.Drawing.Point(202, 73);
            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,
                196608
            });
            this.spinEdit2.Properties.MaxValue = new decimal(new int[] {
                9,
                0,
                0,
                65536
            });
            this.spinEdit2.Properties.MinValue = new decimal(new int[] {
                100,
                0,
                0,
                -2147483648
            });
            this.spinEdit2.Size     = new System.Drawing.Size(68, 23);
            this.spinEdit2.TabIndex = 8;
            //
            // label2
            //
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(31, 79);
            this.label2.Name     = "label2";
            this.label2.Size     = new System.Drawing.Size(167, 12);
            this.label2.TabIndex = 9;
            this.label2.Text     = "高于平均温度转化系数(K2):";
            //
            // spinEdit1
            //
            this.spinEdit1.EditValue = new decimal(new int[] {
                1,
                0,
                0,
                -2147287040
            });
            this.spinEdit1.Location = new System.Drawing.Point(202, 25);
            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,
                196608
            });
            this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
                9,
                0,
                0,
                65536
            });
            this.spinEdit1.Properties.MinValue = new decimal(new int[] {
                100,
                0,
                0,
                -2147483648
            });
            this.spinEdit1.Size     = new System.Drawing.Size(65, 23);
            this.spinEdit1.TabIndex = 0;
            //
            // label1
            //
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(28, 31);
            this.label1.Name     = "label1";
            this.label1.Size     = new System.Drawing.Size(167, 12);
            this.label1.TabIndex = 7;
            this.label1.Text     = "低于平均温度转化系数(K1):";
            //
            // simpleButton2
            //
            this.simpleButton2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton2.Location = new System.Drawing.Point(139, 138);
            this.simpleButton2.Name     = "simpleButton2";
            this.simpleButton2.Size     = new System.Drawing.Size(75, 33);
            this.simpleButton2.TabIndex = 1;
            this.simpleButton2.Text     = "取消";
            this.simpleButton2.Click   += new System.EventHandler(this.simpleButton2_Click);
            //
            // simpleButton1
            //
            this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                               | System.Windows.Forms.AnchorStyles.Left)
                                                                              | System.Windows.Forms.AnchorStyles.Right)));
            this.simpleButton1.Location = new System.Drawing.Point(25, 138);
            this.simpleButton1.Name     = "simpleButton1";
            this.simpleButton1.Size     = new System.Drawing.Size(75, 33);
            this.simpleButton1.TabIndex = 0;
            this.simpleButton1.Text     = "完成";
            this.simpleButton1.Click   += new System.EventHandler(this.simpleButton1_Click);
            //
            // FormForecastWDXS
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(743, 376);
            this.Controls.Add(this.splitContainerControl1);
            this.MaximizeBox   = false;
            this.Name          = "FormForecastWDXS";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text          = "温度调整";
            this.Load         += new System.EventHandler(this.FormForecastWDXS_Load);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit2.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.spinEdit1.Properties)).EndInit();
            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);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenLine));
            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();
            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.ctrlBurdenLine1 = new Itop.Client.Stutistics.CtrlBurdenLine();
            this.barBurdenLine = new DevExpress.XtraBars.BarButtonItem();
            this.barMaxBurden = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6 = new DevExpress.XtraBars.BarButtonItem();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.barButtonItem7 = new DevExpress.XtraBars.BarButtonItem();
            this.xtraTabControl1 = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1 = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPage2 = new DevExpress.XtraTab.XtraTabPage();
            this.chart2 = new Dundas.Charting.WinControl.Chart();
            this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // il
            // 
            this.il.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.il.ImageSize = new System.Drawing.Size(24, 24);
            this.il.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il.ImageStream")));
            this.il.Images.SetKeyName(0, "");
            this.il.Images.SetKeyName(1, "");
            this.il.Images.SetKeyName(2, "");
            // 
            // ctrlBurdenLine1
            // 
            this.ctrlBurdenLine1.AllowUpdate = true;
            this.ctrlBurdenLine1.Dock = System.Windows.Forms.DockStyle.Top;
            this.ctrlBurdenLine1.Location = new System.Drawing.Point(0, 34);
            this.ctrlBurdenLine1.Name = "ctrlBurdenLine1";
            this.ctrlBurdenLine1.PID = "";
            this.ctrlBurdenLine1.Size = new System.Drawing.Size(794, 200);
            this.ctrlBurdenLine1.TabIndex = 4;
            // 
            // barBurdenLine
            // 
            this.barBurdenLine.Caption = "典型日负荷曲线表";
            this.barBurdenLine.Id = 7;
            this.barBurdenLine.Name = "barBurdenLine";
            this.barBurdenLine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBurdenLine_ItemClick);
            // 
            // barMaxBurden
            // 
            this.barMaxBurden.Caption = "最大负荷日曲线表";
            this.barMaxBurden.Id = 7;
            this.barMaxBurden.Name = "barMaxBurden";
            this.barMaxBurden.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barMaxBurden_ItemClick);
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "导入Excel";
            this.barButtonItem1.Id = 7;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "导入Excel";
            this.barButtonItem2.Id = 7;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "保存最新样式";
            this.barButtonItem4.Id = 7;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "保存最新样式";
            this.barButtonItem5.Id = 7;
            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 = 0;
            this.barButtonItem6.Name = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            // 
            // splitterControl1
            // 
            this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitterControl1.Location = new System.Drawing.Point(0, 234);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(794, 4);
            this.splitterControl1.TabIndex = 6;
            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, 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(784, 142);
            this.chart1.TabIndex = 9;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // barButtonItem7
            // 
            this.barButtonItem7.Caption = "导出数据";
            this.barButtonItem7.Id = 7;
            this.barButtonItem7.ImageIndex = 0;
            this.barButtonItem7.Name = "barButtonItem7";
            this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
            // 
            // xtraTabControl1
            // 
            this.xtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location = new System.Drawing.Point(3, 3);
            this.xtraTabControl1.Name = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size = new System.Drawing.Size(788, 169);
            this.xtraTabControl1.TabIndex = 10;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
            this.xtraTabPage1,
            this.xtraTabPage2});
            this.xtraTabControl1.Text = "xtraTabControl1";
            // 
            // xtraTabPage1
            // 
            this.xtraTabPage1.Controls.Add(this.checkBox1);
            this.xtraTabPage1.Controls.Add(this.chart1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(784, 142);
            this.xtraTabPage1.Text = "数据曲线";
            // 
            // xtraTabPage2
            // 
            this.xtraTabPage2.Controls.Add(this.chart2);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(784, 142);
            this.xtraTabPage2.Text = "相对曲线";
            // 
            // chart2
            // 
            chartArea2.BorderColor = System.Drawing.Color.Empty;
            chartArea2.Name = "Default";
            this.chart2.ChartAreas.Add(chartArea2);
            this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
            legend2.Name = "Default";
            this.chart2.Legends.Add(legend2);
            this.chart2.Location = new System.Drawing.Point(0, 0);
            this.chart2.Name = "chart2";
            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.chart2.Series.Add(series2);
            this.chart2.Size = new System.Drawing.Size(784, 142);
            this.chart2.TabIndex = 10;
            this.chart2.Text = "chart2";
            title2.Name = "Title1";
            this.chart2.Titles.Add(title2);
            // 
            // panelControl1
            // 
            this.panelControl1.Controls.Add(this.xtraTabControl1);
            this.panelControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(0, 238);
            this.panelControl1.Name = "panelControl1";
            this.panelControl1.Size = new System.Drawing.Size(794, 175);
            this.panelControl1.TabIndex = 11;
            this.panelControl1.Text = "panelControl1";
            // 
            // 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(726, 3);
            this.checkBox1.Name = "checkBox1";
            this.checkBox1.Size = new System.Drawing.Size(60, 16);
            this.checkBox1.TabIndex = 10;
            this.checkBox1.Text = "显示值";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
            // 
            // FrmBurdenLine
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(794, 413);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.splitterControl1);
            this.Controls.Add(this.ctrlBurdenLine1);
            this.Name = "FrmBurdenLine";
            this.Text = "负荷曲线表";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmBurdenLine_Load);
            this.Controls.SetChildIndex(this.ctrlBurdenLine1, 0);
            this.Controls.SetChildIndex(this.splitterControl1, 0);
            this.Controls.SetChildIndex(this.panelControl1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage1.PerformLayout();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).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();
     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();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormForecast5));
     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.groupBox1              = new System.Windows.Forms.GroupBox();
     this.spinEdit1              = new DevExpress.XtraEditors.SpinEdit();
     this.label1                 = new System.Windows.Forms.Label();
     this.simpleButton8          = new DevExpress.XtraEditors.SimpleButton();
     this.imageList2             = new System.Windows.Forms.ImageList(this.components);
     this.simpleButton7          = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton6          = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4          = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2          = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton9          = 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();
     this.groupBox1.SuspendLayout();
     ((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.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.groupBox1);
     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.simpleButton9);
     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, 366);
     this.splitContainerControl1.SplitterPosition = 541;
     this.splitContainerControl1.TabIndex         = 0;
     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, 360);
     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);
     //
     // groupBox1
     //
     this.groupBox1.BackColor = System.Drawing.Color.Transparent;
     this.groupBox1.Controls.Add(this.spinEdit1);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.simpleButton8);
     this.groupBox1.Controls.Add(this.simpleButton7);
     this.groupBox1.Location = new System.Drawing.Point(27, 201);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(258, 50);
     this.groupBox1.TabIndex = 6;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "指数平滑";
     //
     // spinEdit1
     //
     this.spinEdit1.EditValue = new decimal(new int[] {
         1,
         0,
         0,
         65536
     });
     this.spinEdit1.Location = new System.Drawing.Point(106, 16);
     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,
         65536
     });
     this.spinEdit1.Properties.MaxValue = new decimal(new int[] {
         9,
         0,
         0,
         65536
     });
     this.spinEdit1.Size     = new System.Drawing.Size(122, 23);
     this.spinEdit1.TabIndex = 0;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(28, 22);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(59, 12);
     this.label1.TabIndex = 7;
     this.label1.Text     = "平滑参数:";
     //
     // simpleButton8
     //
     this.simpleButton8.ImageIndex = 1;
     this.simpleButton8.ImageList  = this.imageList2;
     this.simpleButton8.Location   = new System.Drawing.Point(158, 55);
     this.simpleButton8.Name       = "simpleButton8";
     this.simpleButton8.Size       = new System.Drawing.Size(70, 70);
     this.simpleButton8.TabIndex   = 5;
     this.simpleButton8.Text       = "二次指数平滑";
     this.simpleButton8.Visible    = false;
     this.simpleButton8.Click     += new System.EventHandler(this.simpleButton8_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, "a.jpg");
     this.imageList2.Images.SetKeyName(1, "b.jpg");
     //
     // simpleButton7
     //
     this.simpleButton7.ImageIndex = 0;
     this.simpleButton7.ImageList  = this.imageList2;
     this.simpleButton7.Location   = new System.Drawing.Point(30, 55);
     this.simpleButton7.Name       = "simpleButton7";
     this.simpleButton7.Size       = new System.Drawing.Size(70, 70);
     this.simpleButton7.TabIndex   = 5;
     this.simpleButton7.Text       = "一次指数平滑";
     this.simpleButton7.Visible    = false;
     this.simpleButton7.Click     += new System.EventHandler(this.simpleButton7_Click);
     //
     // simpleButton6
     //
     this.simpleButton6.Location = new System.Drawing.Point(27, 131);
     this.simpleButton6.Name     = "simpleButton6";
     this.simpleButton6.Size     = new System.Drawing.Size(100, 40);
     this.simpleButton6.TabIndex = 4;
     this.simpleButton6.Text     = "保   存";
     this.simpleButton6.Click   += new System.EventHandler(this.button4_Click);
     //
     // simpleButton4
     //
     this.simpleButton4.Location = new System.Drawing.Point(270, 74);
     this.simpleButton4.Name     = "simpleButton4";
     this.simpleButton4.Size     = new System.Drawing.Size(100, 40);
     this.simpleButton4.TabIndex = 5;
     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, 74);
     this.simpleButton2.Name     = "simpleButton2";
     this.simpleButton2.Size     = new System.Drawing.Size(100, 40);
     this.simpleButton2.TabIndex = 3;
     this.simpleButton2.Text     = "计算预测值";
     this.simpleButton2.Click   += new System.EventHandler(this.button2_Click);
     //
     // simpleButton9
     //
     this.simpleButton9.Location = new System.Drawing.Point(224, 142);
     this.simpleButton9.Name     = "simpleButton9";
     this.simpleButton9.Size     = new System.Drawing.Size(100, 40);
     this.simpleButton9.TabIndex = 5;
     this.simpleButton9.Text     = "汇总曲线";
     this.simpleButton9.Visible  = false;
     this.simpleButton9.Click   += new System.EventHandler(this.button6_Click);
     //
     // simpleButton5
     //
     this.simpleButton5.Location = new System.Drawing.Point(27, 74);
     this.simpleButton5.Name     = "simpleButton5";
     this.simpleButton5.Size     = new System.Drawing.Size(100, 40);
     this.simpleButton5.TabIndex = 2;
     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 = 1;
     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(921, 587);
     this.splitContainerControl2.SplitterPosition = 211;
     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, 205);
     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);
     //
     // FormForecast5
     //
     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          = "FormForecast5";
     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();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((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);
 }
Beispiel #22
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart1          = new Dundas.Charting.WinControl.Chart();
     this.groupControl3   = new DevExpress.XtraEditors.GroupControl();
     this.comboBoxEdit1   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.groupControl2   = new DevExpress.XtraEditors.GroupControl();
     this.checkE_yt       = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_dj       = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_zx       = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_zf       = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_stepline = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_line     = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_point    = new DevExpress.XtraEditors.CheckEdit();
     this.checkE_3d       = new DevExpress.XtraEditors.CheckEdit();
     this.groupControl1   = new DevExpress.XtraEditors.GroupControl();
     this.checkEall       = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
     this.groupControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_yt.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_dj.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_zx.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_zf.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_stepline.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_line.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_point.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_3d.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
     this.groupControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.checkEall.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // 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.groupControl3);
     this.splitContainerControl1.Panel1.Controls.Add(this.groupControl2);
     this.splitContainerControl1.Panel1.Controls.Add(this.groupControl1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(639, 309);
     this.splitContainerControl1.SplitterPosition = 111;
     this.splitContainerControl1.TabIndex         = 1;
     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(518, 303);
     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);
     //
     // groupControl3
     //
     this.groupControl3.Controls.Add(this.comboBoxEdit1);
     this.groupControl3.Location = new System.Drawing.Point(7, 238);
     this.groupControl3.Name     = "groupControl3";
     this.groupControl3.Size     = new System.Drawing.Size(96, 56);
     this.groupControl3.TabIndex = 3;
     this.groupControl3.Text     = "背景颜色";
     //
     // comboBoxEdit1
     //
     this.comboBoxEdit1.Location = new System.Drawing.Point(7, 25);
     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.Properties.Items.AddRange(new object[] {
         "test"
     });
     this.comboBoxEdit1.Size                  = new System.Drawing.Size(83, 23);
     this.comboBoxEdit1.TabIndex              = 0;
     this.comboBoxEdit1.SelectedValueChanged += new System.EventHandler(this.comboBoxEdit1_SelectedValueChanged);
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.checkE_yt);
     this.groupControl2.Controls.Add(this.checkE_dj);
     this.groupControl2.Controls.Add(this.checkE_zx);
     this.groupControl2.Controls.Add(this.checkE_zf);
     this.groupControl2.Controls.Add(this.checkE_stepline);
     this.groupControl2.Controls.Add(this.checkE_line);
     this.groupControl2.Controls.Add(this.checkE_point);
     this.groupControl2.Controls.Add(this.checkE_3d);
     this.groupControl2.Location = new System.Drawing.Point(7, 53);
     this.groupControl2.Name     = "groupControl2";
     this.groupControl2.Size     = new System.Drawing.Size(95, 179);
     this.groupControl2.TabIndex = 2;
     this.groupControl2.Text     = "图形样式";
     //
     // checkE_yt
     //
     this.checkE_yt.Location           = new System.Drawing.Point(14, 134);
     this.checkE_yt.Name               = "checkE_yt";
     this.checkE_yt.Properties.Caption = "样条范围";
     this.checkE_yt.Size               = new System.Drawing.Size(75, 19);
     this.checkE_yt.TabIndex           = 1;
     this.checkE_yt.CheckedChanged    += new System.EventHandler(this.checkE_yt_CheckedChanged);
     //
     // checkE_dj
     //
     this.checkE_dj.Location           = new System.Drawing.Point(14, 115);
     this.checkE_dj.Name               = "checkE_dj";
     this.checkE_dj.Properties.Caption = "堆积条形";
     this.checkE_dj.Size               = new System.Drawing.Size(75, 19);
     this.checkE_dj.TabIndex           = 1;
     this.checkE_dj.CheckedChanged    += new System.EventHandler(this.checkE_dj_CheckedChanged);
     //
     // checkE_zx
     //
     this.checkE_zx.Location           = new System.Drawing.Point(14, 96);
     this.checkE_zx.Name               = "checkE_zx";
     this.checkE_zx.Properties.Caption = "圆柱形图";
     this.checkE_zx.Size               = new System.Drawing.Size(75, 19);
     this.checkE_zx.TabIndex           = 1;
     this.checkE_zx.CheckedChanged    += new System.EventHandler(this.checkE_zx_CheckedChanged);
     //
     // checkE_zf
     //
     this.checkE_zf.Location           = new System.Drawing.Point(14, 77);
     this.checkE_zf.Name               = "checkE_zf";
     this.checkE_zf.Properties.Caption = "直方图形";
     this.checkE_zf.Size               = new System.Drawing.Size(75, 19);
     this.checkE_zf.TabIndex           = 1;
     this.checkE_zf.CheckedChanged    += new System.EventHandler(this.checkE_zf_CheckedChanged);
     //
     // checkE_stepline
     //
     this.checkE_stepline.Location           = new System.Drawing.Point(14, 58);
     this.checkE_stepline.Name               = "checkE_stepline";
     this.checkE_stepline.Properties.Caption = "阶梯线性";
     this.checkE_stepline.Size               = new System.Drawing.Size(75, 19);
     this.checkE_stepline.TabIndex           = 1;
     this.checkE_stepline.CheckedChanged    += new System.EventHandler(this.checkE_stepline_CheckedChanged);
     //
     // checkE_line
     //
     this.checkE_line.Location           = new System.Drawing.Point(14, 39);
     this.checkE_line.Name               = "checkE_line";
     this.checkE_line.Properties.Caption = "折线图形";
     this.checkE_line.Size               = new System.Drawing.Size(75, 19);
     this.checkE_line.TabIndex           = 1;
     this.checkE_line.CheckedChanged    += new System.EventHandler(this.checkE_line_CheckedChanged);
     //
     // checkE_point
     //
     this.checkE_point.EditValue          = true;
     this.checkE_point.Location           = new System.Drawing.Point(14, 20);
     this.checkE_point.Name               = "checkE_point";
     this.checkE_point.Properties.Caption = "折线样点";
     this.checkE_point.Size               = new System.Drawing.Size(75, 19);
     this.checkE_point.TabIndex           = 1;
     this.checkE_point.CheckedChanged    += new System.EventHandler(this.checkE_point_CheckedChanged);
     //
     // checkE_3d
     //
     this.checkE_3d.Location = new System.Drawing.Point(14, 153);
     this.checkE_3d.Name     = "checkE_3d";
     this.checkE_3d.Properties.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.checkE_3d.Properties.Appearance.Options.UseBackColor = true;
     this.checkE_3d.Properties.Caption = "3D效果";
     this.checkE_3d.Size            = new System.Drawing.Size(75, 19);
     this.checkE_3d.TabIndex        = 0;
     this.checkE_3d.CheckedChanged += new System.EventHandler(this.checkE_3d_CheckedChanged);
     //
     // groupControl1
     //
     this.groupControl1.Controls.Add(this.checkEall);
     this.groupControl1.Location = new System.Drawing.Point(8, 4);
     this.groupControl1.Name     = "groupControl1";
     this.groupControl1.Size     = new System.Drawing.Size(95, 43);
     this.groupControl1.TabIndex = 1;
     this.groupControl1.Text     = "显示项";
     //
     // checkEall
     //
     this.checkEall.EditValue          = true;
     this.checkEall.Location           = new System.Drawing.Point(14, 21);
     this.checkEall.Name               = "checkEall";
     this.checkEall.Properties.Caption = "全选";
     this.checkEall.Size               = new System.Drawing.Size(75, 19);
     this.checkEall.TabIndex           = 0;
     this.checkEall.CheckedChanged    += new System.EventHandler(this.checkEdit1_CheckedChanged);
     //
     // chart_user
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.splitContainerControl1);
     this.Name = "chart_user";
     this.Size = new System.Drawing.Size(639, 309);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
     this.groupControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkE_yt.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_dj.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_zx.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_zf.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_stepline.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_line.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_point.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkE_3d.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
     this.groupControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.checkEall.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            Dundas.Charting.WinControl.ChartArea chartArea9  = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend    legend9     = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series    series9     = new Dundas.Charting.WinControl.Series();
            Dundas.Charting.WinControl.Title     title9      = new Dundas.Charting.WinControl.Title();
            Dundas.Charting.WinControl.ChartArea chartArea10 = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend    legend10    = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series    series10    = new Dundas.Charting.WinControl.Series();
            Dundas.Charting.WinControl.Title     title10     = new Dundas.Charting.WinControl.Title();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControl1           = new DevExpress.XtraGrid.GridControl();
            this.gridView1    = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chart1       = new Dundas.Charting.WinControl.Chart();
            this.chart2       = new Dundas.Charting.WinControl.Chart();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.gridView2    = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn4  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9  = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.SuspendLayout();
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal  = false;
            this.splitContainerControl1.Location    = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name        = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart2);
            this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size             = new System.Drawing.Size(693, 427);
            this.splitContainerControl1.SplitterPosition = 207;
            this.splitContainerControl1.TabIndex         = 0;
            this.splitContainerControl1.Text             = "splitContainerControl1";
            //
            // gridControl1
            //
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name     = "gridControl1";
            this.gridControl1.Size     = new System.Drawing.Size(685, 199);
            this.gridControl1.TabIndex = 5;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                this.gridView1
            });
            //
            // gridView1
            //
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                this.gridColumn1,
                this.gridColumn2,
                this.gridColumn3
            });
            this.gridView1.GridControl    = this.gridControl1;
            this.gridView1.GroupPanelText = "历年地区生产总值统计(当年价)";
            this.gridView1.Name           = "gridView1";
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            //
            // gridColumn1
            //
            this.gridColumn1.Caption      = "年份";
            this.gridColumn1.FieldName    = "Year";
            this.gridColumn1.Name         = "gridColumn1";
            this.gridColumn1.Visible      = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width        = 115;
            //
            // gridColumn2
            //
            this.gridColumn2.Caption = "GDP";
            this.gridColumn2.DisplayFormat.FormatString = "n2";
            this.gridColumn2.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn2.FieldName    = "GDP";
            this.gridColumn2.Name         = "gridColumn2";
            this.gridColumn2.Visible      = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width        = 101;
            //
            // gridColumn3
            //
            this.gridColumn3.Caption = "增长指数";
            this.gridColumn3.DisplayFormat.FormatString = "n2";
            this.gridColumn3.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn3.FieldName    = "A";
            this.gridColumn3.Name         = "gridColumn3";
            this.gridColumn3.Visible      = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.Width        = 106;
            //
            // chart1
            //
            chartArea9.BorderColor = System.Drawing.Color.Empty;
            chartArea9.Name        = "Default";
            this.chart1.ChartAreas.Add(chartArea9);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend9.Name     = "Default";
            this.chart1.Legends.Add(legend9);
            this.chart1.Location      = new System.Drawing.Point(0, 0);
            this.chart1.Name          = "chart1";
            series9.BorderWidth       = 2;
            series9.ChartType         = "Spline";
            series9.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series9.MarkerStyle       = Dundas.Charting.WinControl.MarkerStyle.Circle;
            series9.Name         = "Default";
            series9.ShadowOffset = 1;
            this.chart1.Series.Add(series9);
            this.chart1.Size     = new System.Drawing.Size(685, 208);
            this.chart1.TabIndex = 8;
            this.chart1.Text     = "chart1";
            title9.Name          = "Title1";
            this.chart1.Titles.Add(title9);
            //
            // chart2
            //
            chartArea10.BorderColor = System.Drawing.Color.Empty;
            chartArea10.Name        = "Default";
            this.chart2.ChartAreas.Add(chartArea10);
            this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
            legend10.Name    = "Default";
            this.chart2.Legends.Add(legend10);
            this.chart2.Location       = new System.Drawing.Point(0, 0);
            this.chart2.Name           = "chart2";
            series10.BorderWidth       = 2;
            series10.ChartType         = "Spline";
            series10.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series10.MarkerStyle       = Dundas.Charting.WinControl.MarkerStyle.Circle;
            series10.Name         = "Default";
            series10.ShadowOffset = 1;
            this.chart2.Series.Add(series10);
            this.chart2.Size     = new System.Drawing.Size(685, 208);
            this.chart2.TabIndex = 8;
            this.chart2.Text     = "chart2";
            title10.Name         = "Title1";
            this.chart2.Titles.Add(title10);
            //
            // gridControl2
            //
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.EmbeddedNavigator.Name = "";
            this.gridControl2.Location = new System.Drawing.Point(0, 0);
            this.gridControl2.MainView = this.gridView2;
            this.gridControl2.Name     = "gridControl2";
            this.gridControl2.Size     = new System.Drawing.Size(685, 199);
            this.gridControl2.TabIndex = 5;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                this.gridView2
            });
            //
            // gridView2
            //
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
                this.gridColumn4,
                this.gridColumn5,
                this.gridColumn6,
                this.gridColumn7,
                this.gridColumn8,
                this.gridColumn9,
                this.gridColumn10,
                this.gridColumn11,
                this.gridColumn12,
                this.gridColumn13
            });
            this.gridView2.GridControl    = this.gridControl2;
            this.gridView2.GroupPanelText = "历年地区生产总值统计(当年价)";
            this.gridView2.Name           = "gridView2";
            this.gridView2.OptionsView.ColumnAutoWidth = false;
            //
            // gridColumn4
            //
            this.gridColumn4.Caption      = "2001年";
            this.gridColumn4.FieldName    = "Year";
            this.gridColumn4.Name         = "gridColumn4";
            this.gridColumn4.Visible      = true;
            this.gridColumn4.VisibleIndex = 0;
            this.gridColumn4.Width        = 115;
            //
            // gridColumn5
            //
            this.gridColumn5.Caption = "2002年";
            this.gridColumn5.DisplayFormat.FormatString = "n2";
            this.gridColumn5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn5.FieldName    = "GDP";
            this.gridColumn5.Name         = "gridColumn5";
            this.gridColumn5.Visible      = true;
            this.gridColumn5.VisibleIndex = 1;
            this.gridColumn5.Width        = 101;
            //
            // gridColumn6
            //
            this.gridColumn6.Caption = "2003年";
            this.gridColumn6.DisplayFormat.FormatString = "n2";
            this.gridColumn6.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn6.FieldName    = "A";
            this.gridColumn6.Name         = "gridColumn6";
            this.gridColumn6.Visible      = true;
            this.gridColumn6.VisibleIndex = 2;
            this.gridColumn6.Width        = 106;
            //
            // gridColumn7
            //
            this.gridColumn7.Caption      = "2004年";
            this.gridColumn7.Name         = "gridColumn7";
            this.gridColumn7.Visible      = true;
            this.gridColumn7.VisibleIndex = 3;
            //
            // gridColumn8
            //
            this.gridColumn8.Caption      = "2005年";
            this.gridColumn8.Name         = "gridColumn8";
            this.gridColumn8.Visible      = true;
            this.gridColumn8.VisibleIndex = 4;
            //
            // gridColumn9
            //
            this.gridColumn9.Caption      = "2006年";
            this.gridColumn9.Name         = "gridColumn9";
            this.gridColumn9.Visible      = true;
            this.gridColumn9.VisibleIndex = 5;
            //
            // gridColumn10
            //
            this.gridColumn10.Caption      = "2007年";
            this.gridColumn10.Name         = "gridColumn10";
            this.gridColumn10.Visible      = true;
            this.gridColumn10.VisibleIndex = 6;
            //
            // gridColumn11
            //
            this.gridColumn11.Caption      = "2008年";
            this.gridColumn11.Name         = "gridColumn11";
            this.gridColumn11.Visible      = true;
            this.gridColumn11.VisibleIndex = 7;
            //
            // gridColumn12
            //
            this.gridColumn12.Caption      = "2009年";
            this.gridColumn12.Name         = "gridColumn12";
            this.gridColumn12.Visible      = true;
            this.gridColumn12.VisibleIndex = 8;
            //
            // gridColumn13
            //
            this.gridColumn13.Caption      = "2010年";
            this.gridColumn13.Name         = "gridColumn13";
            this.gridColumn13.Visible      = true;
            this.gridColumn13.VisibleIndex = 9;
            //
            // frmTemperature
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(693, 427);
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "frmTemperature";
            this.Text = "frmTemperature";
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            this.ResumeLayout(false);
        }
Beispiel #24
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenLine));
            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();
            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.ctrlBurdenLine1  = new Itop.Client.Stutistics.CtrlBurdenLine();
            this.barBurdenLine    = new DevExpress.XtraBars.BarButtonItem();
            this.barMaxBurden     = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1   = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2   = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4   = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5   = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem6   = new DevExpress.XtraBars.BarButtonItem();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.chart1           = new Dundas.Charting.WinControl.Chart();
            this.barButtonItem7   = new DevExpress.XtraBars.BarButtonItem();
            this.xtraTabControl1  = new DevExpress.XtraTab.XtraTabControl();
            this.xtraTabPage1     = new DevExpress.XtraTab.XtraTabPage();
            this.xtraTabPage2     = new DevExpress.XtraTab.XtraTabPage();
            this.chart2           = new Dundas.Charting.WinControl.Chart();
            this.panelControl1    = new DevExpress.XtraEditors.PanelControl();
            this.checkBox1        = new System.Windows.Forms.CheckBox();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
            this.xtraTabControl1.SuspendLayout();
            this.xtraTabPage1.SuspendLayout();
            this.xtraTabPage2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
            this.panelControl1.SuspendLayout();
            this.SuspendLayout();
            //
            // il
            //
            this.il.ColorDepth  = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.il.ImageSize   = new System.Drawing.Size(24, 24);
            this.il.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il.ImageStream")));
            this.il.Images.SetKeyName(0, "");
            this.il.Images.SetKeyName(1, "");
            this.il.Images.SetKeyName(2, "");
            //
            // ctrlBurdenLine1
            //
            this.ctrlBurdenLine1.AllowUpdate = true;
            this.ctrlBurdenLine1.Dock        = System.Windows.Forms.DockStyle.Top;
            this.ctrlBurdenLine1.Location    = new System.Drawing.Point(0, 34);
            this.ctrlBurdenLine1.Name        = "ctrlBurdenLine1";
            this.ctrlBurdenLine1.PID         = "";
            this.ctrlBurdenLine1.Size        = new System.Drawing.Size(794, 200);
            this.ctrlBurdenLine1.TabIndex    = 4;
            //
            // barBurdenLine
            //
            this.barBurdenLine.Caption    = "典型日负荷曲线表";
            this.barBurdenLine.Id         = 7;
            this.barBurdenLine.Name       = "barBurdenLine";
            this.barBurdenLine.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barBurdenLine_ItemClick);
            //
            // barMaxBurden
            //
            this.barMaxBurden.Caption    = "最大负荷日曲线表";
            this.barMaxBurden.Id         = 7;
            this.barMaxBurden.Name       = "barMaxBurden";
            this.barMaxBurden.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barMaxBurden_ItemClick);
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption    = "导入Excel";
            this.barButtonItem1.Id         = 7;
            this.barButtonItem1.Name       = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption    = "导入Excel";
            this.barButtonItem2.Id         = 7;
            this.barButtonItem2.Name       = "barButtonItem2";
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption    = "保存最新样式";
            this.barButtonItem4.Id         = 7;
            this.barButtonItem4.Name       = "barButtonItem4";
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            //
            // barButtonItem5
            //
            this.barButtonItem5.Caption    = "保存最新样式";
            this.barButtonItem5.Id         = 7;
            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 = 0;
            this.barButtonItem6.Name       = "barButtonItem6";
            this.barButtonItem6.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_ItemClick);
            //
            // splitterControl1
            //
            this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.splitterControl1.Location = new System.Drawing.Point(0, 234);
            this.splitterControl1.Name     = "splitterControl1";
            this.splitterControl1.Size     = new System.Drawing.Size(794, 4);
            this.splitterControl1.TabIndex = 6;
            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, 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(784, 142);
            this.chart1.TabIndex = 9;
            this.chart1.Text     = "chart1";
            title1.Name          = "Title1";
            this.chart1.Titles.Add(title1);
            //
            // barButtonItem7
            //
            this.barButtonItem7.Caption    = "导出数据";
            this.barButtonItem7.Id         = 7;
            this.barButtonItem7.ImageIndex = 0;
            this.barButtonItem7.Name       = "barButtonItem7";
            this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
            //
            // xtraTabControl1
            //
            this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
            this.xtraTabControl1.Location        = new System.Drawing.Point(3, 3);
            this.xtraTabControl1.Name            = "xtraTabControl1";
            this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
            this.xtraTabControl1.Size            = new System.Drawing.Size(788, 169);
            this.xtraTabControl1.TabIndex        = 10;
            this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
                this.xtraTabPage1,
                this.xtraTabPage2
            });
            this.xtraTabControl1.Text = "xtraTabControl1";
            //
            // xtraTabPage1
            //
            this.xtraTabPage1.Controls.Add(this.checkBox1);
            this.xtraTabPage1.Controls.Add(this.chart1);
            this.xtraTabPage1.Name = "xtraTabPage1";
            this.xtraTabPage1.Size = new System.Drawing.Size(784, 142);
            this.xtraTabPage1.Text = "数据曲线";
            //
            // xtraTabPage2
            //
            this.xtraTabPage2.Controls.Add(this.chart2);
            this.xtraTabPage2.Name = "xtraTabPage2";
            this.xtraTabPage2.Size = new System.Drawing.Size(784, 142);
            this.xtraTabPage2.Text = "相对曲线";
            //
            // chart2
            //
            chartArea2.BorderColor = System.Drawing.Color.Empty;
            chartArea2.Name        = "Default";
            this.chart2.ChartAreas.Add(chartArea2);
            this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
            legend2.Name     = "Default";
            this.chart2.Legends.Add(legend2);
            this.chart2.Location      = new System.Drawing.Point(0, 0);
            this.chart2.Name          = "chart2";
            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.chart2.Series.Add(series2);
            this.chart2.Size     = new System.Drawing.Size(784, 142);
            this.chart2.TabIndex = 10;
            this.chart2.Text     = "chart2";
            title2.Name          = "Title1";
            this.chart2.Titles.Add(title2);
            //
            // panelControl1
            //
            this.panelControl1.Controls.Add(this.xtraTabControl1);
            this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Fill;
            this.panelControl1.Location = new System.Drawing.Point(0, 238);
            this.panelControl1.Name     = "panelControl1";
            this.panelControl1.Size     = new System.Drawing.Size(794, 175);
            this.panelControl1.TabIndex = 11;
            this.panelControl1.Text     = "panelControl1";
            //
            // 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(726, 3);
            this.checkBox1.Name       = "checkBox1";
            this.checkBox1.Size       = new System.Drawing.Size(60, 16);
            this.checkBox1.TabIndex   = 10;
            this.checkBox1.Text       = "显示值";
            this.checkBox1.UseVisualStyleBackColor = true;
            this.checkBox1.CheckedChanged         += new System.EventHandler(this.checkBox1_CheckedChanged);
            //
            // FrmBurdenLine
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(794, 413);
            this.Controls.Add(this.panelControl1);
            this.Controls.Add(this.splitterControl1);
            this.Controls.Add(this.ctrlBurdenLine1);
            this.Name        = "FrmBurdenLine";
            this.Text        = "负荷曲线表";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load       += new System.EventHandler(this.FrmBurdenLine_Load);
            this.Controls.SetChildIndex(this.ctrlBurdenLine1, 0);
            this.Controls.SetChildIndex(this.splitterControl1, 0);
            this.Controls.SetChildIndex(this.panelControl1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
            this.xtraTabControl1.ResumeLayout(false);
            this.xtraTabPage1.ResumeLayout(false);
            this.xtraTabPage1.PerformLayout();
            this.xtraTabPage2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
            this.panelControl1.ResumeLayout(false);
            this.ResumeLayout(false);
        }
Beispiel #25
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Dundas.Charting.WinControl.ChartArea           chartArea2 = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend              legend2    = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series              series3    = new Dundas.Charting.WinControl.Series();
            Dundas.Charting.WinControl.Series              series4    = new Dundas.Charting.WinControl.Series();
            System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenLineForecastType));
            this.gridControl1           = new DevExpress.XtraGrid.GridControl();
            this.bandedGridView1        = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1               = new Dundas.Charting.WinControl.Chart();
            this.barManager1          = new DevExpress.XtraBars.BarManager();
            this.bar1                 = new DevExpress.XtraBars.Bar();
            this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2       = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4       = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem5       = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3       = 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);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            //
            // gridControl1
            //
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.bandedGridView1;
            this.gridControl1.Name     = "gridControl1";
            this.gridControl1.Size     = new System.Drawing.Size(673, 222);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                this.bandedGridView1
            });
            //
            // bandedGridView1
            //
            this.bandedGridView1.Appearance.GroupPanel.Options.UseTextOptions = true;
            this.bandedGridView1.Appearance.GroupPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.bandedGridView1.GridControl = this.gridControl1;
            this.bandedGridView1.Name        = "bandedGridView1";
            this.bandedGridView1.OptionsBehavior.Editable      = false;
            this.bandedGridView1.OptionsPrint.PrintHeader      = false;
            this.bandedGridView1.OptionsView.ColumnAutoWidth   = false;
            this.bandedGridView1.OptionsView.ShowColumnHeaders = false;
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location   = new System.Drawing.Point(0, 33);
            this.splitContainerControl1.Name       = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size             = new System.Drawing.Size(681, 466);
            this.splitContainerControl1.SplitterPosition = 230;
            this.splitContainerControl1.TabIndex         = 1;
            this.splitContainerControl1.Text             = "splitContainerControl1";
            //
            // chart1
            //
            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";
            this.chart1.Palette       = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
            series3.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series3.BorderWidth       = 2;
            series3.ChartType         = "Spline";
            series3.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series3.MarkerStyle       = Dundas.Charting.WinControl.MarkerStyle.Circle;
            series3.Name              = "Series1";
            series3.ShadowOffset      = 1;
            series4.BorderColor       = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series4.BorderWidth       = 2;
            series4.ChartType         = "Spline";
            series4.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series4.MarkerStyle       = Dundas.Charting.WinControl.MarkerStyle.Triangle;
            series4.Name              = "Series2";
            series4.ShadowOffset      = 1;
            this.chart1.Series.Add(series3);
            this.chart1.Series.Add(series4);
            this.chart1.Size     = new System.Drawing.Size(673, 224);
            this.chart1.TabIndex = 0;
            this.chart1.Text     = "chart1";
            //
            // barManager1
            //
            this.barManager1.AllowCustomization      = false;
            this.barManager1.AllowMoveBarOnToolbar   = 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.barButtonItem4,
                this.barButtonItem5
            });
            this.barManager1.MaxItemId = 5;
            //
            // 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.barButtonItem1),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)
            });
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder          = false;
            this.bar1.OptionsBar.RotateWhenVertical      = false;
            this.bar1.Text = "Custom 1";
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption    = "打印报表";
            this.barButtonItem1.Id         = 0;
            this.barButtonItem1.ImageIndex = 0;
            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         = 1;
            this.barButtonItem2.ImageIndex = 1;
            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         = 3;
            this.barButtonItem4.ImageIndex = 2;
            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         = 4;
            this.barButtonItem5.ImageIndex = 4;
            this.barButtonItem5.Name       = "barButtonItem5";
            this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
            //
            // barButtonItem3
            //
            this.barButtonItem3.Caption    = "关闭";
            this.barButtonItem3.Id         = 2;
            this.barButtonItem3.ImageIndex = 3;
            this.barButtonItem3.Name       = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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");
            //
            // FrmBurdenLineForecastType
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(681, 499);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name        = "FrmBurdenLineForecastType";
            this.Text        = "典型日负荷曲线预测表";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load       += new System.EventHandler(this.FrmBurdenLineType_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);
        }
Beispiel #26
0
 /// <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);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            Dundas.Charting.WinControl.ChartArea chartArea9 = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend legend9 = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series series9 = new Dundas.Charting.WinControl.Series();
            Dundas.Charting.WinControl.Title title9 = new Dundas.Charting.WinControl.Title();
            Dundas.Charting.WinControl.ChartArea chartArea10 = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend legend10 = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series series10 = new Dundas.Charting.WinControl.Series();
            Dundas.Charting.WinControl.Title title10 = new Dundas.Charting.WinControl.Title();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.chart2 = new Dundas.Charting.WinControl.Chart();
            this.gridControl2 = new DevExpress.XtraGrid.GridControl();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn7 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn8 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn9 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn10 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn11 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn12 = new DevExpress.XtraGrid.Columns.GridColumn();
            this.gridColumn13 = new DevExpress.XtraGrid.Columns.GridColumn();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart2);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(693, 427);
            this.splitContainerControl1.SplitterPosition = 207;
            this.splitContainerControl1.TabIndex = 0;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(685, 199);
            this.gridControl1.TabIndex = 5;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1});
            // 
            // gridView1
            // 
            this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn1,
            this.gridColumn2,
            this.gridColumn3});
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.GroupPanelText = "历年地区生产总值统计(当年价)";
            this.gridView1.Name = "gridView1";
            this.gridView1.OptionsView.ColumnAutoWidth = false;
            // 
            // gridColumn1
            // 
            this.gridColumn1.Caption = "年份";
            this.gridColumn1.FieldName = "Year";
            this.gridColumn1.Name = "gridColumn1";
            this.gridColumn1.Visible = true;
            this.gridColumn1.VisibleIndex = 0;
            this.gridColumn1.Width = 115;
            // 
            // gridColumn2
            // 
            this.gridColumn2.Caption = "GDP";
            this.gridColumn2.DisplayFormat.FormatString = "n2";
            this.gridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn2.FieldName = "GDP";
            this.gridColumn2.Name = "gridColumn2";
            this.gridColumn2.Visible = true;
            this.gridColumn2.VisibleIndex = 1;
            this.gridColumn2.Width = 101;
            // 
            // gridColumn3
            // 
            this.gridColumn3.Caption = "增长指数";
            this.gridColumn3.DisplayFormat.FormatString = "n2";
            this.gridColumn3.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn3.FieldName = "A";
            this.gridColumn3.Name = "gridColumn3";
            this.gridColumn3.Visible = true;
            this.gridColumn3.VisibleIndex = 2;
            this.gridColumn3.Width = 106;
            // 
            // chart1
            // 
            chartArea9.BorderColor = System.Drawing.Color.Empty;
            chartArea9.Name = "Default";
            this.chart1.ChartAreas.Add(chartArea9);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend9.Name = "Default";
            this.chart1.Legends.Add(legend9);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series9.BorderWidth = 2;
            series9.ChartType = "Spline";
            series9.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series9.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
            series9.Name = "Default";
            series9.ShadowOffset = 1;
            this.chart1.Series.Add(series9);
            this.chart1.Size = new System.Drawing.Size(685, 208);
            this.chart1.TabIndex = 8;
            this.chart1.Text = "chart1";
            title9.Name = "Title1";
            this.chart1.Titles.Add(title9);
            // 
            // chart2
            // 
            chartArea10.BorderColor = System.Drawing.Color.Empty;
            chartArea10.Name = "Default";
            this.chart2.ChartAreas.Add(chartArea10);
            this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
            legend10.Name = "Default";
            this.chart2.Legends.Add(legend10);
            this.chart2.Location = new System.Drawing.Point(0, 0);
            this.chart2.Name = "chart2";
            series10.BorderWidth = 2;
            series10.ChartType = "Spline";
            series10.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series10.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
            series10.Name = "Default";
            series10.ShadowOffset = 1;
            this.chart2.Series.Add(series10);
            this.chart2.Size = new System.Drawing.Size(685, 208);
            this.chart2.TabIndex = 8;
            this.chart2.Text = "chart2";
            title10.Name = "Title1";
            this.chart2.Titles.Add(title10);
            // 
            // gridControl2
            // 
            this.gridControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl2.EmbeddedNavigator.Name = "";
            this.gridControl2.Location = new System.Drawing.Point(0, 0);
            this.gridControl2.MainView = this.gridView2;
            this.gridControl2.Name = "gridControl2";
            this.gridControl2.Size = new System.Drawing.Size(685, 199);
            this.gridControl2.TabIndex = 5;
            this.gridControl2.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView2});
            // 
            // gridView2
            // 
            this.gridView2.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
            this.gridColumn4,
            this.gridColumn5,
            this.gridColumn6,
            this.gridColumn7,
            this.gridColumn8,
            this.gridColumn9,
            this.gridColumn10,
            this.gridColumn11,
            this.gridColumn12,
            this.gridColumn13});
            this.gridView2.GridControl = this.gridControl2;
            this.gridView2.GroupPanelText = "历年地区生产总值统计(当年价)";
            this.gridView2.Name = "gridView2";
            this.gridView2.OptionsView.ColumnAutoWidth = false;
            // 
            // gridColumn4
            // 
            this.gridColumn4.Caption = "2001年";
            this.gridColumn4.FieldName = "Year";
            this.gridColumn4.Name = "gridColumn4";
            this.gridColumn4.Visible = true;
            this.gridColumn4.VisibleIndex = 0;
            this.gridColumn4.Width = 115;
            // 
            // gridColumn5
            // 
            this.gridColumn5.Caption = "2002年";
            this.gridColumn5.DisplayFormat.FormatString = "n2";
            this.gridColumn5.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn5.FieldName = "GDP";
            this.gridColumn5.Name = "gridColumn5";
            this.gridColumn5.Visible = true;
            this.gridColumn5.VisibleIndex = 1;
            this.gridColumn5.Width = 101;
            // 
            // gridColumn6
            // 
            this.gridColumn6.Caption = "2003年";
            this.gridColumn6.DisplayFormat.FormatString = "n2";
            this.gridColumn6.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.gridColumn6.FieldName = "A";
            this.gridColumn6.Name = "gridColumn6";
            this.gridColumn6.Visible = true;
            this.gridColumn6.VisibleIndex = 2;
            this.gridColumn6.Width = 106;
            // 
            // gridColumn7
            // 
            this.gridColumn7.Caption = "2004年";
            this.gridColumn7.Name = "gridColumn7";
            this.gridColumn7.Visible = true;
            this.gridColumn7.VisibleIndex = 3;
            // 
            // gridColumn8
            // 
            this.gridColumn8.Caption = "2005年";
            this.gridColumn8.Name = "gridColumn8";
            this.gridColumn8.Visible = true;
            this.gridColumn8.VisibleIndex = 4;
            // 
            // gridColumn9
            // 
            this.gridColumn9.Caption = "2006年";
            this.gridColumn9.Name = "gridColumn9";
            this.gridColumn9.Visible = true;
            this.gridColumn9.VisibleIndex = 5;
            // 
            // gridColumn10
            // 
            this.gridColumn10.Caption = "2007年";
            this.gridColumn10.Name = "gridColumn10";
            this.gridColumn10.Visible = true;
            this.gridColumn10.VisibleIndex = 6;
            // 
            // gridColumn11
            // 
            this.gridColumn11.Caption = "2008年";
            this.gridColumn11.Name = "gridColumn11";
            this.gridColumn11.Visible = true;
            this.gridColumn11.VisibleIndex = 7;
            // 
            // gridColumn12
            // 
            this.gridColumn12.Caption = "2009年";
            this.gridColumn12.Name = "gridColumn12";
            this.gridColumn12.Visible = true;
            this.gridColumn12.VisibleIndex = 8;
            // 
            // gridColumn13
            // 
            this.gridColumn13.Caption = "2010年";
            this.gridColumn13.Name = "gridColumn13";
            this.gridColumn13.Visible = true;
            this.gridColumn13.VisibleIndex = 9;
            // 
            // frmTemperature
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(693, 427);
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "frmTemperature";
            this.Text = "frmTemperature";
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            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);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     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();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormPhaseChart));
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.chart1       = new Dundas.Charting.WinControl.Chart();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.groupBox6    = new System.Windows.Forms.GroupBox();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.pheader      = new System.Windows.Forms.Panel();
     this.groupBox7    = new System.Windows.Forms.GroupBox();
     this.cbColorWater = new System.Windows.Forms.ComboBox();
     this.txtWater     = new System.Windows.Forms.TextBox();
     this.txtMaxWater  = new System.Windows.Forms.TextBox();
     this.label1       = new System.Windows.Forms.Label();
     this.txtMinWater  = new System.Windows.Forms.TextBox();
     this.label6       = new System.Windows.Forms.Label();
     this.label13      = new System.Windows.Forms.Label();
     this.label14      = new System.Windows.Forms.Label();
     this.groupBox5    = new System.Windows.Forms.GroupBox();
     this.cbSymbol     = new System.Windows.Forms.ComboBox();
     this.label5       = new System.Windows.Forms.Label();
     this.label2       = new System.Windows.Forms.Label();
     this.txtX         = new System.Windows.Forms.TextBox();
     this.groupBox4    = new System.Windows.Forms.GroupBox();
     this.cbColor2     = new System.Windows.Forms.ComboBox();
     this.txtY2        = new System.Windows.Forms.TextBox();
     this.txtAmpMax    = new System.Windows.Forms.TextBox();
     this.label9       = new System.Windows.Forms.Label();
     this.txtAmpmin    = new System.Windows.Forms.TextBox();
     this.label10      = new System.Windows.Forms.Label();
     this.label11      = new System.Windows.Forms.Label();
     this.label12      = new System.Windows.Forms.Label();
     this.groupBox3    = new System.Windows.Forms.GroupBox();
     this.txtPhaseMax  = new System.Windows.Forms.TextBox();
     this.label8       = new System.Windows.Forms.Label();
     this.txtPhaseMin  = new System.Windows.Forms.TextBox();
     this.cbColor      = new System.Windows.Forms.ComboBox();
     this.label7       = new System.Windows.Forms.Label();
     this.label4       = new System.Windows.Forms.Label();
     this.txtY         = new System.Windows.Forms.TextBox();
     this.label3       = new System.Windows.Forms.Label();
     this.btndraw      = new System.Windows.Forms.Button();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.pheader.SuspendLayout();
     this.groupBox7.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chart1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 210);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(1149, 251);
     this.groupBox2.TabIndex = 4;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "绘图区";
     //
     // chart1
     //
     this.chart1.AlwaysRecreateHotregions = true;
     chartArea1.Area3DStyle.WallWidth     = 0;
     chartArea1.AxisX.MajorGrid.Enabled   = false;
     chartArea1.AxisX.MinorTickMark.Size  = 2F;
     chartArea1.AxisX.Title              = "时间";
     chartArea1.AxisY.MajorGrid.Enabled  = false;
     chartArea1.AxisY.MinorTickMark.Size = 2F;
     chartArea1.AxisY.StartFromZero      = false;
     chartArea1.AxisY.Title              = "相位";
     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(3, 17);
     this.chart1.Name          = "chart1";
     this.chart1.Palette       = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series1.BorderWidth       = 2;
     series1.ChartType         = "Line";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.Name = "Series1";
     series1.PaletteCustomColors = new System.Drawing.Color[0];
     series1.ShadowOffset        = 1;
     series1.SmartLabels.Enabled = true;
     series2.BorderWidth         = 2;
     series2.ChartType           = "Line";
     series2.MarkerBorderColor   = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.Name = "Series2";
     series2.PaletteCustomColors = new System.Drawing.Color[0];
     series2.ShadowOffset        = 1;
     series2.SmartLabels.Enabled = true;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(1143, 231);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "振幅相位图";
     title1.Name          = "Title1";
     title1.Text          = "振幅相位图";
     this.chart1.Titles.Add(title1);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.groupBox6);
     this.groupBox1.Controls.Add(this.pheader);
     this.groupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(1149, 210);
     this.groupBox1.TabIndex = 3;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "操作区";
     //
     // groupBox6
     //
     this.groupBox6.Controls.Add(this.textBox1);
     this.groupBox6.Location = new System.Drawing.Point(715, 12);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(279, 127);
     this.groupBox6.TabIndex = 6;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "使用说明:";
     //
     // textBox1
     //
     this.textBox1.Dock      = System.Windows.Forms.DockStyle.Fill;
     this.textBox1.Location  = new System.Drawing.Point(3, 17);
     this.textBox1.Multiline = true;
     this.textBox1.Name      = "textBox1";
     this.textBox1.ReadOnly  = true;
     this.textBox1.Size      = new System.Drawing.Size(273, 107);
     this.textBox1.TabIndex  = 1;
     this.textBox1.Text      = "1、通过调整振幅和相位的最大值和最小值可以使绘制的线条上下移动,设置最大值不能小于实际数据段最大值,设置的最小值不能大于实际的最小值。              " +
                               "         2、通过调整间隔,调整显示的刻度坐标,可以为小数。                             3、通过将最大值、最小值、间隔设置" +
                               "为小数,可以调整坐标显示的刻度精度";
     //
     // pheader
     //
     this.pheader.Controls.Add(this.groupBox7);
     this.pheader.Controls.Add(this.groupBox5);
     this.pheader.Controls.Add(this.groupBox4);
     this.pheader.Controls.Add(this.groupBox3);
     this.pheader.Controls.Add(this.btndraw);
     this.pheader.Location = new System.Drawing.Point(75, 12);
     this.pheader.Name     = "pheader";
     this.pheader.Size     = new System.Drawing.Size(634, 173);
     this.pheader.TabIndex = 5;
     //
     // groupBox7
     //
     this.groupBox7.Controls.Add(this.cbColorWater);
     this.groupBox7.Controls.Add(this.txtWater);
     this.groupBox7.Controls.Add(this.txtMaxWater);
     this.groupBox7.Controls.Add(this.label1);
     this.groupBox7.Controls.Add(this.txtMinWater);
     this.groupBox7.Controls.Add(this.label6);
     this.groupBox7.Controls.Add(this.label13);
     this.groupBox7.Controls.Add(this.label14);
     this.groupBox7.Location = new System.Drawing.Point(3, 3);
     this.groupBox7.Name     = "groupBox7";
     this.groupBox7.Size     = new System.Drawing.Size(395, 52);
     this.groupBox7.TabIndex = 8;
     this.groupBox7.TabStop  = false;
     this.groupBox7.Text     = "水位参数设置";
     //
     // cbColorWater
     //
     this.cbColorWater.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColorWater.FormattingEnabled = true;
     this.cbColorWater.Items.AddRange(new object[] {
         "黑色",
         "红色",
         "蓝色",
         "绿色"
     });
     this.cbColorWater.Location = new System.Drawing.Point(41, 23);
     this.cbColorWater.Name     = "cbColorWater";
     this.cbColorWater.Size     = new System.Drawing.Size(47, 20);
     this.cbColorWater.TabIndex = 10;
     //
     // txtWater
     //
     this.txtWater.Location = new System.Drawing.Point(341, 23);
     this.txtWater.Name     = "txtWater";
     this.txtWater.Size     = new System.Drawing.Size(33, 21);
     this.txtWater.TabIndex = 8;
     this.txtWater.Text     = "1";
     //
     // txtMaxWater
     //
     this.txtMaxWater.Location = new System.Drawing.Point(243, 23);
     this.txtMaxWater.Name     = "txtMaxWater";
     this.txtMaxWater.Size     = new System.Drawing.Size(59, 21);
     this.txtMaxWater.TabIndex = 14;
     this.txtMaxWater.Text     = "0";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(189, 27);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(41, 12);
     this.label1.TabIndex = 13;
     this.label1.Text     = "最大值";
     //
     // txtMinWater
     //
     this.txtMinWater.Location = new System.Drawing.Point(135, 23);
     this.txtMinWater.Name     = "txtMinWater";
     this.txtMinWater.Size     = new System.Drawing.Size(50, 21);
     this.txtMinWater.TabIndex = 12;
     this.txtMinWater.Text     = "0";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(94, 27);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(41, 12);
     this.label6.TabIndex = 11;
     this.label6.Text     = "最小值";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(308, 27);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(29, 12);
     this.label13.TabIndex = 2;
     this.label13.Text     = "间隔";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(6, 27);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(29, 12);
     this.label14.TabIndex = 5;
     this.label14.Text     = "颜色";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.cbSymbol);
     this.groupBox5.Controls.Add(this.label5);
     this.groupBox5.Controls.Add(this.label2);
     this.groupBox5.Controls.Add(this.txtX);
     this.groupBox5.Location = new System.Drawing.Point(404, 8);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(218, 52);
     this.groupBox5.TabIndex = 7;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "总体参数设置";
     //
     // cbSymbol
     //
     this.cbSymbol.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbSymbol.FormattingEnabled = true;
     this.cbSymbol.Items.AddRange(new object[] {
         "Q1",
         "O1",
         "M1",
         "P1S1K1",
         "J1",
         "OO1",
         "2N2",
         "N2",
         "M2",
         "L2",
         "S2K2",
         "M3"
     });
     this.cbSymbol.Location = new System.Drawing.Point(50, 20);
     this.cbSymbol.Name     = "cbSymbol";
     this.cbSymbol.Size     = new System.Drawing.Size(73, 20);
     this.cbSymbol.TabIndex = 1;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(129, 25);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(47, 12);
     this.label5.TabIndex = 1;
     this.label5.Text     = "X轴间隔";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(7, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "SYMBOL:";
     //
     // txtX
     //
     this.txtX.Location = new System.Drawing.Point(181, 19);
     this.txtX.Name     = "txtX";
     this.txtX.Size     = new System.Drawing.Size(33, 21);
     this.txtX.TabIndex = 3;
     this.txtX.Text     = "1";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.cbColor2);
     this.groupBox4.Controls.Add(this.txtY2);
     this.groupBox4.Controls.Add(this.txtAmpMax);
     this.groupBox4.Controls.Add(this.label9);
     this.groupBox4.Controls.Add(this.txtAmpmin);
     this.groupBox4.Controls.Add(this.label10);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.label12);
     this.groupBox4.Location = new System.Drawing.Point(3, 112);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(395, 52);
     this.groupBox4.TabIndex = 7;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "振幅参数设置";
     //
     // cbColor2
     //
     this.cbColor2.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColor2.FormattingEnabled = true;
     this.cbColor2.Items.AddRange(new object[] {
         "黑色",
         "红色",
         "蓝色",
         "绿色"
     });
     this.cbColor2.Location = new System.Drawing.Point(41, 23);
     this.cbColor2.Name     = "cbColor2";
     this.cbColor2.Size     = new System.Drawing.Size(47, 20);
     this.cbColor2.TabIndex = 10;
     //
     // txtY2
     //
     this.txtY2.Location = new System.Drawing.Point(341, 23);
     this.txtY2.Name     = "txtY2";
     this.txtY2.Size     = new System.Drawing.Size(33, 21);
     this.txtY2.TabIndex = 8;
     this.txtY2.Text     = "1";
     //
     // txtAmpMax
     //
     this.txtAmpMax.Location = new System.Drawing.Point(243, 23);
     this.txtAmpMax.Name     = "txtAmpMax";
     this.txtAmpMax.Size     = new System.Drawing.Size(59, 21);
     this.txtAmpMax.TabIndex = 14;
     this.txtAmpMax.Text     = "0";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(189, 27);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(41, 12);
     this.label9.TabIndex = 13;
     this.label9.Text     = "最大值";
     //
     // txtAmpmin
     //
     this.txtAmpmin.Location = new System.Drawing.Point(135, 23);
     this.txtAmpmin.Name     = "txtAmpmin";
     this.txtAmpmin.Size     = new System.Drawing.Size(50, 21);
     this.txtAmpmin.TabIndex = 12;
     this.txtAmpmin.Text     = "0";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(94, 27);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(41, 12);
     this.label10.TabIndex = 11;
     this.label10.Text     = "最小值";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(308, 27);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(29, 12);
     this.label11.TabIndex = 2;
     this.label11.Text     = "间隔";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(6, 27);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(29, 12);
     this.label12.TabIndex = 5;
     this.label12.Text     = "颜色";
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.txtPhaseMax);
     this.groupBox3.Controls.Add(this.label8);
     this.groupBox3.Controls.Add(this.txtPhaseMin);
     this.groupBox3.Controls.Add(this.cbColor);
     this.groupBox3.Controls.Add(this.label7);
     this.groupBox3.Controls.Add(this.label4);
     this.groupBox3.Controls.Add(this.txtY);
     this.groupBox3.Controls.Add(this.label3);
     this.groupBox3.Location = new System.Drawing.Point(3, 54);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(395, 52);
     this.groupBox3.TabIndex = 6;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "相位参数设置";
     //
     // txtPhaseMax
     //
     this.txtPhaseMax.Location = new System.Drawing.Point(243, 24);
     this.txtPhaseMax.Name     = "txtPhaseMax";
     this.txtPhaseMax.Size     = new System.Drawing.Size(59, 21);
     this.txtPhaseMax.TabIndex = 14;
     this.txtPhaseMax.Text     = "0";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(191, 28);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(41, 12);
     this.label8.TabIndex = 13;
     this.label8.Text     = "最大值";
     //
     // txtPhaseMin
     //
     this.txtPhaseMin.Location = new System.Drawing.Point(135, 24);
     this.txtPhaseMin.Name     = "txtPhaseMin";
     this.txtPhaseMin.Size     = new System.Drawing.Size(50, 21);
     this.txtPhaseMin.TabIndex = 12;
     this.txtPhaseMin.Text     = "0";
     //
     // cbColor
     //
     this.cbColor.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColor.FormattingEnabled = true;
     this.cbColor.Items.AddRange(new object[] {
         "黑色",
         "红色",
         "蓝色",
         "绿色"
     });
     this.cbColor.Location = new System.Drawing.Point(41, 24);
     this.cbColor.Name     = "cbColor";
     this.cbColor.Size     = new System.Drawing.Size(47, 20);
     this.cbColor.TabIndex = 6;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(95, 28);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(41, 12);
     this.label7.TabIndex = 11;
     this.label7.Text     = "最小值";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(311, 28);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(29, 12);
     this.label4.TabIndex = 2;
     this.label4.Text     = "间隔";
     //
     // txtY
     //
     this.txtY.Location = new System.Drawing.Point(341, 24);
     this.txtY.Name     = "txtY";
     this.txtY.Size     = new System.Drawing.Size(33, 21);
     this.txtY.TabIndex = 4;
     this.txtY.Text     = "1";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 28);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "颜色";
     //
     // btndraw
     //
     this.btndraw.Location = new System.Drawing.Point(464, 85);
     this.btndraw.Name     = "btndraw";
     this.btndraw.Size     = new System.Drawing.Size(75, 23);
     this.btndraw.TabIndex = 0;
     this.btndraw.Text     = "绘图";
     this.btndraw.UseVisualStyleBackColor = true;
     this.btndraw.Click += new System.EventHandler(this.btnDraw_Click);
     //
     // FormPhaseChart
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1149, 461);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormPhaseChart";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "振幅相位图";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FormFactorChart_Load);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.pheader.ResumeLayout(false);
     this.groupBox7.ResumeLayout(false);
     this.groupBox7.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     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()
 {
     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();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormTematureChartDay));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.pheader   = new System.Windows.Forms.Panel();
     this.cbColor   = new System.Windows.Forms.ComboBox();
     this.label3    = new System.Windows.Forms.Label();
     this.txtY      = new System.Windows.Forms.TextBox();
     this.txtX      = new System.Windows.Forms.TextBox();
     this.label2    = new System.Windows.Forms.Label();
     this.label1    = new System.Windows.Forms.Label();
     this.btnDraw   = new System.Windows.Forms.Button();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.chart1    = new Dundas.Charting.WinControl.Chart();
     this.groupBox1.SuspendLayout();
     this.pheader.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.pheader);
     this.groupBox1.Dock         = System.Windows.Forms.DockStyle.Top;
     this.groupBox1.Location     = new System.Drawing.Point(0, 0);
     this.groupBox1.Name         = "groupBox1";
     this.groupBox1.Size         = new System.Drawing.Size(871, 57);
     this.groupBox1.TabIndex     = 1;
     this.groupBox1.TabStop      = false;
     this.groupBox1.Text         = "操作区";
     this.groupBox1.SizeChanged += new System.EventHandler(this.groupBox1_SizeChanged);
     //
     // pheader
     //
     this.pheader.Controls.Add(this.cbColor);
     this.pheader.Controls.Add(this.label3);
     this.pheader.Controls.Add(this.txtY);
     this.pheader.Controls.Add(this.txtX);
     this.pheader.Controls.Add(this.label2);
     this.pheader.Controls.Add(this.label1);
     this.pheader.Controls.Add(this.btnDraw);
     this.pheader.Location = new System.Drawing.Point(243, 13);
     this.pheader.Name     = "pheader";
     this.pheader.Size     = new System.Drawing.Size(494, 44);
     this.pheader.TabIndex = 1;
     //
     // cbColor
     //
     this.cbColor.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbColor.FormattingEnabled = true;
     this.cbColor.Items.AddRange(new object[] {
         "黑色",
         "红色",
         "蓝色",
         "绿色"
     });
     this.cbColor.Location = new System.Drawing.Point(288, 14);
     this.cbColor.Name     = "cbColor";
     this.cbColor.Size     = new System.Drawing.Size(84, 20);
     this.cbColor.TabIndex = 6;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(252, 19);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(29, 12);
     this.label3.TabIndex = 5;
     this.label3.Text     = "颜色";
     //
     // txtY
     //
     this.txtY.Location = new System.Drawing.Point(191, 14);
     this.txtY.Name     = "txtY";
     this.txtY.Size     = new System.Drawing.Size(48, 21);
     this.txtY.TabIndex = 4;
     this.txtY.Text     = "1";
     //
     // txtX
     //
     this.txtX.Location = new System.Drawing.Point(71, 14);
     this.txtX.Name     = "txtX";
     this.txtX.Size     = new System.Drawing.Size(61, 21);
     this.txtX.TabIndex = 3;
     this.txtX.Text     = "1";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(140, 18);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(47, 12);
     this.label2.TabIndex = 2;
     this.label2.Text     = "Y轴间隔";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(19, 18);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(47, 12);
     this.label1.TabIndex = 1;
     this.label1.Text     = "X轴间隔";
     //
     // btnDraw
     //
     this.btnDraw.Location = new System.Drawing.Point(393, 12);
     this.btnDraw.Name     = "btnDraw";
     this.btnDraw.Size     = new System.Drawing.Size(75, 23);
     this.btnDraw.TabIndex = 0;
     this.btnDraw.Text     = "绘图";
     this.btnDraw.UseVisualStyleBackColor = true;
     this.btnDraw.Click += new System.EventHandler(this.btnDraw_Click);
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.chart1);
     this.groupBox2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.groupBox2.Location = new System.Drawing.Point(0, 57);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(871, 323);
     this.groupBox2.TabIndex = 2;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "绘图区";
     //
     // chart1
     //
     this.chart1.AlwaysRecreateHotregions = true;
     this.chart1.BorderLineColor          = System.Drawing.Color.Brown;
     chartArea1.Area3DStyle.WallWidth     = 0;
     chartArea1.AxisX.MajorGrid.Enabled   = false;
     chartArea1.AxisX.MajorTickMark.Style = Dundas.Charting.WinControl.TickMarkStyle.Inside;
     chartArea1.AxisX.MinorTickMark.Size  = 2F;
     chartArea1.AxisX.Title              = "时间";
     chartArea1.AxisY.MajorGrid.Enabled  = false;
     chartArea1.AxisY.MinorTickMark.Size = 2F;
     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(3, 17);
     this.chart1.Name          = "chart1";
     this.chart1.Palette       = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series1.BorderWidth       = 2;
     series1.ChartType         = "Line";
     series1.CustomAttributes  = "DrawingStyle=LightToDark";
     series1.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.Name = "Series1";
     series1.PaletteCustomColors = new System.Drawing.Color[0];
     series1.ShadowOffset        = 1;
     series1.SmartLabels.Enabled = true;
     series2.BorderWidth         = 2;
     series2.ChartType           = "Line";
     series2.Color             = System.Drawing.Color.Black;
     series2.CustomAttributes  = "DrawingStyle=LightToDark";
     series2.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.Name = "Series2";
     series2.PaletteCustomColors = new System.Drawing.Color[0];
     series2.ShadowOffset        = 1;
     series2.SmartLabels.Enabled = true;
     this.chart1.Series.Add(series1);
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(865, 303);
     this.chart1.TabIndex = 0;
     this.chart1.Text     = "chart1";
     title1.Name          = "Title1";
     this.chart1.Titles.Add(title1);
     //
     // FormTematureChartDay
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(871, 380);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormTematureChartDay";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "日均值——气压变化图";
     this.Load         += new System.EventHandler(this.FormWaterLevelChartHour_Load);
     this.groupBox1.ResumeLayout(false);
     this.pheader.ResumeLayout(false);
     this.pheader.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).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);
 }
 /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenMonth));
            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();
            Dundas.Charting.WinControl.Legend legend2 = new Dundas.Charting.WinControl.Legend();
            this.ctrlBurdenMonth1       = new Itop.Client.Stutistics.CtrlBurdenMonth();
            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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart2 = new Dundas.Charting.WinControl.Chart();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            //
            // il
            //
            this.il.ColorDepth  = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.il.ImageSize   = new System.Drawing.Size(24, 24);
            this.il.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il.ImageStream")));
            this.il.Images.SetKeyName(0, "");
            this.il.Images.SetKeyName(1, "");
            this.il.Images.SetKeyName(2, "");
            this.il.Images.SetKeyName(3, "");
            this.il.Images.SetKeyName(4, "");
            this.il.Images.SetKeyName(5, "35.ico");
            this.il.Images.SetKeyName(6, "审批.ico");
            //
            // ctrlBurdenMonth1
            //
            this.ctrlBurdenMonth1.AllowUpdate = true;
            this.ctrlBurdenMonth1.Dock        = System.Windows.Forms.DockStyle.Fill;
            this.ctrlBurdenMonth1.FBM         = null;
            this.ctrlBurdenMonth1.Location    = new System.Drawing.Point(0, 0);
            this.ctrlBurdenMonth1.Name        = "ctrlBurdenMonth1";
            this.ctrlBurdenMonth1.Size        = new System.Drawing.Size(615, 194);
            this.ctrlBurdenMonth1.TabIndex    = 4;
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption    = "导出";
            this.barButtonItem1.Id         = 7;
            this.barButtonItem1.ImageIndex = 5;
            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         = 7;
            this.barButtonItem2.Name       = "barButtonItem2";
            this.barButtonItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            //
            // barButtonItem3
            //
            this.barButtonItem3.Caption    = "保存最新样式";
            this.barButtonItem3.Id         = 7;
            this.barButtonItem3.ImageIndex = 5;
            this.barButtonItem3.Name       = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption    = "导入";
            this.barButtonItem4.Id         = 8;
            this.barButtonItem4.ImageIndex = 5;
            this.barButtonItem4.Name       = "barButtonItem4";
            this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location   = new System.Drawing.Point(0, 34);
            this.splitContainerControl1.Name       = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.ctrlBurdenMonth1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart2);
            this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size             = new System.Drawing.Size(621, 337);
            this.splitContainerControl1.SplitterPosition = 200;
            this.splitContainerControl1.TabIndex         = 7;
            this.splitContainerControl1.Text             = "splitContainerControl1";
            //
            // chart2
            //
            chartArea1.Area3DStyle.Light = Dundas.Charting.WinControl.LightStyle.Realistic;
            chartArea1.BorderColor       = System.Drawing.Color.Empty;
            chartArea1.Name = "Default";
            this.chart2.ChartAreas.Add(chartArea1);
            this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name     = "Default";
            this.chart2.Legends.Add(legend1);
            this.chart2.Location = new System.Drawing.Point(0, 0);
            this.chart2.Name     = "chart2";
            series1.BorderWidth  = 2;
            series1.ChartType    = "Line";
            series1.Name         = "Default";
            series1.ShadowOffset = 1;
            this.chart2.Series.Add(series1);
            this.chart2.Size     = new System.Drawing.Size(615, 127);
            this.chart2.TabIndex = 7;
            this.chart2.Text     = "chart2";
            title1.Name          = "Title1";
            this.chart2.Titles.Add(title1);
            //
            // chart1
            //
            legend2.Name = "Default";
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name     = "chart1";
            this.chart1.Size     = new System.Drawing.Size(300, 300);
            this.chart1.TabIndex = 0;
            //
            // FrmBurdenMonth
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(621, 371);
            this.Controls.Add(this.splitContainerControl1);
            this.Name        = "FrmBurdenMonth";
            this.Text        = "FrmBurdenMonth";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load       += new System.EventHandler(this.FrmBurdenMonth_Load);
            this.Controls.SetChildIndex(this.splitContainerControl1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);
        }
        /// <summary> 
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.groupControl3 = new DevExpress.XtraEditors.GroupControl();
            this.comboBoxEdit1 = new DevExpress.XtraEditors.ComboBoxEdit();
            this.groupControl2 = new DevExpress.XtraEditors.GroupControl();
            this.checkE_yt = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_dj = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_zx = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_zf = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_stepline = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_line = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_point = new DevExpress.XtraEditors.CheckEdit();
            this.checkE_3d = new DevExpress.XtraEditors.CheckEdit();
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.checkEall = new DevExpress.XtraEditors.CheckEdit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).BeginInit();
            this.groupControl3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
            this.groupControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_yt.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_dj.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_zx.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_zf.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_stepline.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_line.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_point.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_3d.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.checkEall.Properties)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.groupControl3);
            this.splitContainerControl1.Panel1.Controls.Add(this.groupControl2);
            this.splitContainerControl1.Panel1.Controls.Add(this.groupControl1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(639, 309);
            this.splitContainerControl1.SplitterPosition = 111;
            this.splitContainerControl1.TabIndex = 1;
            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(518, 303);
            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);
            // 
            // groupControl3
            // 
            this.groupControl3.Controls.Add(this.comboBoxEdit1);
            this.groupControl3.Location = new System.Drawing.Point(7, 238);
            this.groupControl3.Name = "groupControl3";
            this.groupControl3.Size = new System.Drawing.Size(96, 56);
            this.groupControl3.TabIndex = 3;
            this.groupControl3.Text = "背景颜色";
            // 
            // comboBoxEdit1
            // 
            this.comboBoxEdit1.Location = new System.Drawing.Point(7, 25);
            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.Properties.Items.AddRange(new object[] {
            "test"});
            this.comboBoxEdit1.Size = new System.Drawing.Size(83, 23);
            this.comboBoxEdit1.TabIndex = 0;
            this.comboBoxEdit1.SelectedValueChanged += new System.EventHandler(this.comboBoxEdit1_SelectedValueChanged);
            // 
            // groupControl2
            // 
            this.groupControl2.Controls.Add(this.checkE_yt);
            this.groupControl2.Controls.Add(this.checkE_dj);
            this.groupControl2.Controls.Add(this.checkE_zx);
            this.groupControl2.Controls.Add(this.checkE_zf);
            this.groupControl2.Controls.Add(this.checkE_stepline);
            this.groupControl2.Controls.Add(this.checkE_line);
            this.groupControl2.Controls.Add(this.checkE_point);
            this.groupControl2.Controls.Add(this.checkE_3d);
            this.groupControl2.Location = new System.Drawing.Point(7, 53);
            this.groupControl2.Name = "groupControl2";
            this.groupControl2.Size = new System.Drawing.Size(95, 179);
            this.groupControl2.TabIndex = 2;
            this.groupControl2.Text = "图形样式";
            // 
            // checkE_yt
            // 
            this.checkE_yt.Location = new System.Drawing.Point(14, 134);
            this.checkE_yt.Name = "checkE_yt";
            this.checkE_yt.Properties.Caption = "样条范围";
            this.checkE_yt.Size = new System.Drawing.Size(75, 19);
            this.checkE_yt.TabIndex = 1;
            this.checkE_yt.CheckedChanged += new System.EventHandler(this.checkE_yt_CheckedChanged);
            // 
            // checkE_dj
            // 
            this.checkE_dj.Location = new System.Drawing.Point(14, 115);
            this.checkE_dj.Name = "checkE_dj";
            this.checkE_dj.Properties.Caption = "堆积条形";
            this.checkE_dj.Size = new System.Drawing.Size(75, 19);
            this.checkE_dj.TabIndex = 1;
            this.checkE_dj.CheckedChanged += new System.EventHandler(this.checkE_dj_CheckedChanged);
            // 
            // checkE_zx
            // 
            this.checkE_zx.Location = new System.Drawing.Point(14, 96);
            this.checkE_zx.Name = "checkE_zx";
            this.checkE_zx.Properties.Caption = "圆柱形图";
            this.checkE_zx.Size = new System.Drawing.Size(75, 19);
            this.checkE_zx.TabIndex = 1;
            this.checkE_zx.CheckedChanged += new System.EventHandler(this.checkE_zx_CheckedChanged);
            // 
            // checkE_zf
            // 
            this.checkE_zf.Location = new System.Drawing.Point(14, 77);
            this.checkE_zf.Name = "checkE_zf";
            this.checkE_zf.Properties.Caption = "直方图形";
            this.checkE_zf.Size = new System.Drawing.Size(75, 19);
            this.checkE_zf.TabIndex = 1;
            this.checkE_zf.CheckedChanged += new System.EventHandler(this.checkE_zf_CheckedChanged);
            // 
            // checkE_stepline
            // 
            this.checkE_stepline.Location = new System.Drawing.Point(14, 58);
            this.checkE_stepline.Name = "checkE_stepline";
            this.checkE_stepline.Properties.Caption = "阶梯线性";
            this.checkE_stepline.Size = new System.Drawing.Size(75, 19);
            this.checkE_stepline.TabIndex = 1;
            this.checkE_stepline.CheckedChanged += new System.EventHandler(this.checkE_stepline_CheckedChanged);
            // 
            // checkE_line
            // 
            this.checkE_line.Location = new System.Drawing.Point(14, 39);
            this.checkE_line.Name = "checkE_line";
            this.checkE_line.Properties.Caption = "折线图形";
            this.checkE_line.Size = new System.Drawing.Size(75, 19);
            this.checkE_line.TabIndex = 1;
            this.checkE_line.CheckedChanged += new System.EventHandler(this.checkE_line_CheckedChanged);
            // 
            // checkE_point
            // 
            this.checkE_point.EditValue = true;
            this.checkE_point.Location = new System.Drawing.Point(14, 20);
            this.checkE_point.Name = "checkE_point";
            this.checkE_point.Properties.Caption = "折线样点";
            this.checkE_point.Size = new System.Drawing.Size(75, 19);
            this.checkE_point.TabIndex = 1;
            this.checkE_point.CheckedChanged += new System.EventHandler(this.checkE_point_CheckedChanged);
            // 
            // checkE_3d
            // 
            this.checkE_3d.Location = new System.Drawing.Point(14, 153);
            this.checkE_3d.Name = "checkE_3d";
            this.checkE_3d.Properties.Appearance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
            this.checkE_3d.Properties.Appearance.Options.UseBackColor = true;
            this.checkE_3d.Properties.Caption = "3D效果";
            this.checkE_3d.Size = new System.Drawing.Size(75, 19);
            this.checkE_3d.TabIndex = 0;
            this.checkE_3d.CheckedChanged += new System.EventHandler(this.checkE_3d_CheckedChanged);
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.checkEall);
            this.groupControl1.Location = new System.Drawing.Point(8, 4);
            this.groupControl1.Name = "groupControl1";
            this.groupControl1.Size = new System.Drawing.Size(95, 43);
            this.groupControl1.TabIndex = 1;
            this.groupControl1.Text = "显示项";
            // 
            // checkEall
            // 
            this.checkEall.EditValue = true;
            this.checkEall.Location = new System.Drawing.Point(14, 21);
            this.checkEall.Name = "checkEall";
            this.checkEall.Properties.Caption = "全选";
            this.checkEall.Size = new System.Drawing.Size(75, 19);
            this.checkEall.TabIndex = 0;
            this.checkEall.CheckedChanged += new System.EventHandler(this.checkEdit1_CheckedChanged);
            // 
            // chart_user
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "chart_user";
            this.Size = new System.Drawing.Size(639, 309);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl3)).EndInit();
            this.groupControl3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.comboBoxEdit1.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
            this.groupControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkE_yt.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_dj.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_zx.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_zf.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_stepline.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_line.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_point.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.checkE_3d.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.checkEall.Properties)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #35
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenMaxYear1));
            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();
            this.gridControl1           = new DevExpress.XtraGrid.GridControl();
            this.bandedGridView1        = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
            this.barManager1            = new DevExpress.XtraBars.BarManager();
            this.bar1                   = new DevExpress.XtraBars.Bar();
            this.barButtonItem2         = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem1         = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4         = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3         = 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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1                 = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            //
            // gridControl1
            //
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.bandedGridView1;
            this.gridControl1.Name     = "gridControl1";
            this.gridControl1.Size     = new System.Drawing.Size(555, 214);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
                this.bandedGridView1
            });
            //
            // bandedGridView1
            //
            this.bandedGridView1.GridControl = this.gridControl1;
            this.bandedGridView1.Name        = "bandedGridView1";
            this.bandedGridView1.OptionsBehavior.Editable      = false;
            this.bandedGridView1.OptionsPrint.PrintHeader      = false;
            this.bandedGridView1.OptionsView.ColumnAutoWidth   = false;
            this.bandedGridView1.OptionsView.ShowColumnHeaders = false;
            //
            // barManager1
            //
            this.barManager1.AllowCustomization      = false;
            this.barManager1.AllowMoveBarOnToolbar   = 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.barButtonItem2,
                this.barButtonItem3,
                this.barButtonItem1,
                this.barButtonItem4
            });
            this.barManager1.MaxItemId = 5;
            this.barManager1.ShowFullMenusAfterDelay  = false;
            this.barManager1.ShowScreenTipsInToolbars = false;
            this.barManager1.ShowShortcutInScreenTips = false;
            this.barManager1.UseAltKeyForMenu         = false;
            this.barManager1.UseF10KeyForMenu         = false;
            //
            // 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.barButtonItem2),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)
            });
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder          = false;
            this.bar1.OptionsBar.RotateWhenVertical      = false;
            this.bar1.Text = "Custom 1";
            //
            // barButtonItem2
            //
            this.barButtonItem2.Caption    = "打印";
            this.barButtonItem2.Id         = 1;
            this.barButtonItem2.ImageIndex = 1;
            this.barButtonItem2.Name       = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption    = "导出";
            this.barButtonItem1.Id         = 3;
            this.barButtonItem1.ImageIndex = 4;
            this.barButtonItem1.Name       = "barButtonItem1";
            this.barButtonItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            //
            // barButtonItem4
            //
            this.barButtonItem4.Caption    = "选择";
            this.barButtonItem4.Id         = 4;
            this.barButtonItem4.ImageIndex = 5;
            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);
            //
            // barButtonItem3
            //
            this.barButtonItem3.Caption    = "关闭";
            this.barButtonItem3.Id         = 2;
            this.barButtonItem3.ImageIndex = 0;
            this.barButtonItem3.Name       = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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, "books.ico");
            this.imageList1.Images.SetKeyName(3, "审核.ico");
            this.imageList1.Images.SetKeyName(4, "35.ico");
            this.imageList1.Images.SetKeyName(5, "审批.ico");
            //
            // splitContainerControl1
            //
            this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location   = new System.Drawing.Point(0, 33);
            this.splitContainerControl1.Name       = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size             = new System.Drawing.Size(563, 344);
            this.splitContainerControl1.SplitterPosition = 222;
            this.splitContainerControl1.TabIndex         = 4;
            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";
            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(555, 110);
            this.chart1.TabIndex = 0;
            this.chart1.Text     = "chart1";
            //
            // FrmBurdenMaxYear1
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(563, 377);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name        = "FrmBurdenMaxYear1";
            this.Text        = "FrmBurdenMaxYear";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load       += new System.EventHandler(this.FrmBurdenMaxYear_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).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()
 {
     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();
     this.xtraTabControl1      = new DevExpress.XtraTab.XtraTabControl();
     this.xtraTabPage1         = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl2        = new DevExpress.XtraEditors.PanelControl();
     this.label2               = new System.Windows.Forms.Label();
     this.label5               = new System.Windows.Forms.Label();
     this.pictureBox1          = new System.Windows.Forms.PictureBox();
     this.label4               = new System.Windows.Forms.Label();
     this.comboPeriodoBase     = new DevExpress.XtraEditors.ComboBoxEdit();
     this.label3               = new System.Windows.Forms.Label();
     this.label1               = new System.Windows.Forms.Label();
     this.txtDescPresupuesto   = new DevExpress.XtraEditors.MemoEdit();
     this.txtNombrePresupuesto = new DevExpress.XtraEditors.TextEdit();
     this.xtraTabPage2         = new DevExpress.XtraTab.XtraTabPage();
     this.panelControl3        = new DevExpress.XtraEditors.PanelControl();
     this.treeList1            = new DevExpress.XtraTreeList.TreeList();
     this.panelControl1        = new DevExpress.XtraEditors.PanelControl();
     this.label6               = new System.Windows.Forms.Label();
     this.label7               = new System.Windows.Forms.Label();
     this.pictureBox2          = new System.Windows.Forms.PictureBox();
     this.xtraTabPage3         = new DevExpress.XtraTab.XtraTabPage();
     this.treeList2            = new DevExpress.XtraTreeList.TreeList();
     this.panelControl4        = new DevExpress.XtraEditors.PanelControl();
     this.label10              = new System.Windows.Forms.Label();
     this.label11              = new System.Windows.Forms.Label();
     this.pictureBox4          = new System.Windows.Forms.PictureBox();
     this.xtraTabPage4         = new DevExpress.XtraTab.XtraTabPage();
     this.chart1               = new Dundas.Charting.WinControl.Chart();
     this.panelControl5        = new DevExpress.XtraEditors.PanelControl();
     this.label14              = new System.Windows.Forms.Label();
     this.label15              = new System.Windows.Forms.Label();
     this.pictureBox6          = new System.Windows.Forms.PictureBox();
     this.label8               = new System.Windows.Forms.Label();
     this.label9               = new System.Windows.Forms.Label();
     this.pictureBox3          = new System.Windows.Forms.PictureBox();
     this.label12              = new System.Windows.Forms.Label();
     this.label13              = new System.Windows.Forms.Label();
     this.pictureBox5          = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).BeginInit();
     this.xtraTabControl1.SuspendLayout();
     this.xtraTabPage1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
     this.panelControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboPeriodoBase.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescPresupuesto.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombrePresupuesto.Properties)).BeginInit();
     this.xtraTabPage2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
     this.panelControl3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
     this.panelControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     this.xtraTabPage3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
     this.panelControl4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
     this.xtraTabPage4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).BeginInit();
     this.panelControl5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     this.SuspendLayout();
     //
     // xtraTabControl1
     //
     this.xtraTabControl1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.xtraTabControl1.Location        = new System.Drawing.Point(0, 0);
     this.xtraTabControl1.Name            = "xtraTabControl1";
     this.xtraTabControl1.SelectedTabPage = this.xtraTabPage1;
     this.xtraTabControl1.Size            = new System.Drawing.Size(576, 481);
     this.xtraTabControl1.TabIndex        = 0;
     this.xtraTabControl1.TabPages.AddRange(new DevExpress.XtraTab.XtraTabPage[] {
         this.xtraTabPage1,
         this.xtraTabPage2,
         this.xtraTabPage3,
         this.xtraTabPage4
     });
     this.xtraTabControl1.Text = "Definición";
     //
     // xtraTabPage1
     //
     this.xtraTabPage1.Controls.Add(this.panelControl2);
     this.xtraTabPage1.Controls.Add(this.label4);
     this.xtraTabPage1.Controls.Add(this.comboPeriodoBase);
     this.xtraTabPage1.Controls.Add(this.label3);
     this.xtraTabPage1.Controls.Add(this.label1);
     this.xtraTabPage1.Controls.Add(this.txtDescPresupuesto);
     this.xtraTabPage1.Controls.Add(this.txtNombrePresupuesto);
     this.xtraTabPage1.Name = "xtraTabPage1";
     this.xtraTabPage1.Size = new System.Drawing.Size(570, 455);
     this.xtraTabPage1.Text = "Definición";
     //
     // panelControl2
     //
     this.panelControl2.Appearance.BackColor              = System.Drawing.Color.LightGreen;
     this.panelControl2.Appearance.BackColor2             = System.Drawing.Color.MintCream;
     this.panelControl2.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.panelControl2.Appearance.Options.UseBackColor   = true;
     this.panelControl2.Appearance.Options.UseTextOptions = true;
     this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.panelControl2.Controls.Add(this.label2);
     this.panelControl2.Controls.Add(this.label5);
     this.panelControl2.Controls.Add(this.pictureBox1);
     this.panelControl2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl2.Location = new System.Drawing.Point(0, 0);
     this.panelControl2.Name     = "panelControl2";
     this.panelControl2.Size     = new System.Drawing.Size(570, 50);
     this.panelControl2.TabIndex = 7;
     this.panelControl2.Text     = "panelControl2";
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.BackColor = System.Drawing.Color.Transparent;
     this.label2.Location  = new System.Drawing.Point(41, 20);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(240, 13);
     this.label2.TabIndex  = 5;
     this.label2.Text      = "Defina aqui las características de su presupuesto";
     //
     // label5
     //
     this.label5.AutoSize  = true;
     this.label5.BackColor = System.Drawing.Color.Transparent;
     this.label5.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location  = new System.Drawing.Point(40, 3);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(199, 17);
     this.label5.TabIndex  = 4;
     this.label5.Text      = "Definición de Presupuesto";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.Transparent;
     this.pictureBox1.Location  = new System.Drawing.Point(6, 6);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(33, 30);
     this.pictureBox1.TabIndex  = 3;
     this.pictureBox1.TabStop   = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(80, 323);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 13);
     this.label4.TabIndex = 6;
     this.label4.Text     = "Periodo Base";
     //
     // comboPeriodoBase
     //
     this.comboPeriodoBase.Location = new System.Drawing.Point(180, 323);
     this.comboPeriodoBase.Name     = "comboPeriodoBase";
     this.comboPeriodoBase.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)
     });
     this.comboPeriodoBase.Size     = new System.Drawing.Size(223, 20);
     this.comboPeriodoBase.TabIndex = 5;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(92, 160);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(63, 13);
     this.label3.TabIndex = 4;
     this.label3.Text     = "Descripción";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(111, 123);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(44, 13);
     this.label1.TabIndex = 2;
     this.label1.Text     = "Nombre";
     //
     // txtDescPresupuesto
     //
     this.txtDescPresupuesto.Location          = new System.Drawing.Point(180, 160);
     this.txtDescPresupuesto.Name              = "txtDescPresupuesto";
     this.txtDescPresupuesto.Size              = new System.Drawing.Size(223, 144);
     this.txtDescPresupuesto.TabIndex          = 1;
     this.txtDescPresupuesto.EditValueChanged += new System.EventHandler(this.memoEdit1_EditValueChanged);
     //
     // txtNombrePresupuesto
     //
     this.txtNombrePresupuesto.Location = new System.Drawing.Point(180, 120);
     this.txtNombrePresupuesto.Name     = "txtNombrePresupuesto";
     this.txtNombrePresupuesto.Size     = new System.Drawing.Size(223, 20);
     this.txtNombrePresupuesto.TabIndex = 0;
     //
     // xtraTabPage2
     //
     this.xtraTabPage2.Controls.Add(this.panelControl3);
     this.xtraTabPage2.Controls.Add(this.panelControl1);
     this.xtraTabPage2.Name = "xtraTabPage2";
     this.xtraTabPage2.Size = new System.Drawing.Size(570, 455);
     this.xtraTabPage2.Text = "Ingresos";
     //
     // panelControl3
     //
     this.panelControl3.Controls.Add(this.treeList1);
     this.panelControl3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panelControl3.Location = new System.Drawing.Point(0, 50);
     this.panelControl3.Name     = "panelControl3";
     this.panelControl3.Size     = new System.Drawing.Size(570, 405);
     this.panelControl3.TabIndex = 10;
     this.panelControl3.Text     = "panelControl3";
     //
     // treeList1
     //
     this.treeList1.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeList1.Location = new System.Drawing.Point(4, 4);
     this.treeList1.Name     = "treeList1";
     this.treeList1.Size     = new System.Drawing.Size(562, 397);
     this.treeList1.TabIndex = 0;
     //
     // panelControl1
     //
     this.panelControl1.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.panelControl1.Appearance.BackColor2             = System.Drawing.Color.MintCream;
     this.panelControl1.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.panelControl1.Appearance.Options.UseBackColor   = true;
     this.panelControl1.Appearance.Options.UseTextOptions = true;
     this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.panelControl1.Controls.Add(this.label6);
     this.panelControl1.Controls.Add(this.label7);
     this.panelControl1.Controls.Add(this.pictureBox2);
     this.panelControl1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl1.Location = new System.Drawing.Point(0, 0);
     this.panelControl1.Name     = "panelControl1";
     this.panelControl1.Size     = new System.Drawing.Size(570, 50);
     this.panelControl1.TabIndex = 8;
     this.panelControl1.Text     = "panelControl1";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(41, 20);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(169, 13);
     this.label6.TabIndex = 5;
     this.label6.Text     = "Defina aqui los ingresos estimados";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.Location = new System.Drawing.Point(40, 3);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(70, 17);
     this.label7.TabIndex = 4;
     this.label7.Text     = "Ingresos";
     //
     // pictureBox2
     //
     this.pictureBox2.Location = new System.Drawing.Point(6, 6);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(33, 30);
     this.pictureBox2.TabIndex = 3;
     this.pictureBox2.TabStop  = false;
     //
     // xtraTabPage3
     //
     this.xtraTabPage3.Controls.Add(this.treeList2);
     this.xtraTabPage3.Controls.Add(this.panelControl4);
     this.xtraTabPage3.Name = "xtraTabPage3";
     this.xtraTabPage3.Size = new System.Drawing.Size(570, 455);
     this.xtraTabPage3.Text = "Egresos";
     //
     // treeList2
     //
     this.treeList2.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.treeList2.Location = new System.Drawing.Point(0, 50);
     this.treeList2.Name     = "treeList2";
     this.treeList2.Size     = new System.Drawing.Size(570, 405);
     this.treeList2.TabIndex = 9;
     //
     // panelControl4
     //
     this.panelControl4.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.panelControl4.Appearance.BackColor2             = System.Drawing.Color.MintCream;
     this.panelControl4.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.panelControl4.Appearance.Options.UseBackColor   = true;
     this.panelControl4.Appearance.Options.UseTextOptions = true;
     this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.panelControl4.Controls.Add(this.label10);
     this.panelControl4.Controls.Add(this.label11);
     this.panelControl4.Controls.Add(this.pictureBox4);
     this.panelControl4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl4.Location = new System.Drawing.Point(0, 0);
     this.panelControl4.Name     = "panelControl4";
     this.panelControl4.Size     = new System.Drawing.Size(570, 50);
     this.panelControl4.TabIndex = 10;
     this.panelControl4.Text     = "panelControl4";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Location = new System.Drawing.Point(41, 20);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(167, 13);
     this.label10.TabIndex = 5;
     this.label10.Text     = "Defina aqui los egresos estimados";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.Location = new System.Drawing.Point(40, 3);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(67, 17);
     this.label11.TabIndex = 4;
     this.label11.Text     = "Egresos";
     //
     // pictureBox4
     //
     this.pictureBox4.Location = new System.Drawing.Point(6, 6);
     this.pictureBox4.Name     = "pictureBox4";
     this.pictureBox4.Size     = new System.Drawing.Size(33, 30);
     this.pictureBox4.TabIndex = 3;
     this.pictureBox4.TabStop  = false;
     //
     // xtraTabPage4
     //
     this.xtraTabPage4.Controls.Add(this.chart1);
     this.xtraTabPage4.Controls.Add(this.panelControl5);
     this.xtraTabPage4.Name = "xtraTabPage4";
     this.xtraTabPage4.Size = new System.Drawing.Size(570, 455);
     this.xtraTabPage4.Text = "Sumario";
     //
     // chart1
     //
     chartArea2.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea2);
     legend2.Name = "Default";
     this.chart1.Legends.Add(legend2);
     this.chart1.Location = new System.Drawing.Point(103, 86);
     this.chart1.Name     = "chart1";
     series2.Name         = "Default";
     this.chart1.Series.Add(series2);
     this.chart1.Size     = new System.Drawing.Size(323, 237);
     this.chart1.TabIndex = 12;
     this.chart1.Text     = "chart1";
     //
     // panelControl5
     //
     this.panelControl5.Appearance.BackColor              = System.Drawing.Color.Transparent;
     this.panelControl5.Appearance.BackColor2             = System.Drawing.Color.MintCream;
     this.panelControl5.Appearance.GradientMode           = System.Drawing.Drawing2D.LinearGradientMode.Vertical;
     this.panelControl5.Appearance.Options.UseBackColor   = true;
     this.panelControl5.Appearance.Options.UseTextOptions = true;
     this.panelControl5.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Style3D;
     this.panelControl5.Controls.Add(this.label14);
     this.panelControl5.Controls.Add(this.label15);
     this.panelControl5.Controls.Add(this.pictureBox6);
     this.panelControl5.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panelControl5.Location = new System.Drawing.Point(0, 0);
     this.panelControl5.Name     = "panelControl5";
     this.panelControl5.Size     = new System.Drawing.Size(570, 50);
     this.panelControl5.TabIndex = 11;
     this.panelControl5.Text     = "panelControl5";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(41, 20);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(203, 13);
     this.label14.TabIndex = 5;
     this.label14.Text     = "Resumen de Egresos vs Ingresos por sño";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(40, 3);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(121, 17);
     this.label15.TabIndex = 4;
     this.label15.Text     = "Resumen Anual";
     //
     // pictureBox6
     //
     this.pictureBox6.Location = new System.Drawing.Point(6, 6);
     this.pictureBox6.Name     = "pictureBox6";
     this.pictureBox6.Size     = new System.Drawing.Size(33, 30);
     this.pictureBox6.TabIndex = 3;
     this.pictureBox6.TabStop  = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(41, 20);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(169, 13);
     this.label8.TabIndex = 5;
     this.label8.Text     = "Defina aqui los ingresos estimados";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(40, 3);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(70, 17);
     this.label9.TabIndex = 4;
     this.label9.Text     = "Ingresos";
     //
     // pictureBox3
     //
     this.pictureBox3.Location = new System.Drawing.Point(6, 6);
     this.pictureBox3.Name     = "pictureBox3";
     this.pictureBox3.Size     = new System.Drawing.Size(33, 30);
     this.pictureBox3.TabIndex = 3;
     this.pictureBox3.TabStop  = false;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(41, 20);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(167, 13);
     this.label12.TabIndex = 5;
     this.label12.Text     = "Defina aqui los egresos estimados";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(40, 3);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(67, 17);
     this.label13.TabIndex = 4;
     this.label13.Text     = "Egresos";
     //
     // pictureBox5
     //
     this.pictureBox5.Location = new System.Drawing.Point(6, 6);
     this.pictureBox5.Name     = "pictureBox5";
     this.pictureBox5.Size     = new System.Drawing.Size(33, 30);
     this.pictureBox5.TabIndex = 3;
     this.pictureBox5.TabStop  = false;
     //
     // PresupuestoEdit
     //
     this.Controls.Add(this.xtraTabControl1);
     this.Name = "PresupuestoEdit";
     this.Size = new System.Drawing.Size(576, 481);
     ((System.ComponentModel.ISupportInitialize)(this.xtraTabControl1)).EndInit();
     this.xtraTabControl1.ResumeLayout(false);
     this.xtraTabPage1.ResumeLayout(false);
     this.xtraTabPage1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
     this.panelControl2.ResumeLayout(false);
     this.panelControl2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.comboPeriodoBase.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtDescPresupuesto.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.txtNombrePresupuesto.Properties)).EndInit();
     this.xtraTabPage2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
     this.panelControl3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
     this.panelControl1.ResumeLayout(false);
     this.panelControl1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     this.xtraTabPage3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
     this.panelControl4.ResumeLayout(false);
     this.panelControl4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
     this.xtraTabPage4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.panelControl5)).EndInit();
     this.panelControl5.ResumeLayout(false);
     this.panelControl5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormProfessionalMethod_kim));
            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.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar1 = new DevExpress.XtraBars.Bar();
            this.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = 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.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList2 = new DevExpress.XtraTreeList.TreeList();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.添加负荷ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.gridView1 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.gridView2 = new DevExpress.XtraGrid.Views.Grid.GridView();
            this.splitContainerControl2 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
            this.splitContainerControl2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // 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.Fill;
            this.treeList1.Location = new System.Drawing.Point(0, 0);
            this.treeList1.Name = "treeList1";
            this.treeList1.OptionsView.AutoWidth = false;
            this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit1});
            this.treeList1.Size = new System.Drawing.Size(680, 99);
            this.treeList1.TabIndex = 3;
            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.DisplayFormat.FormatString = "##.####";
            this.repositoryItemTextEdit1.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemTextEdit1.EditFormat.FormatString = "p2";
            this.repositoryItemTextEdit1.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric;
            this.repositoryItemTextEdit1.Mask.EditMask = "###.##%";
            this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
            this.repositoryItemTextEdit1.Name = "repositoryItemTextEdit1";
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barButtonItem2,
            this.barButtonItem3});
            this.barManager1.MaxItemId = 4;
            this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
            this.repositoryItemTextEdit2});
            // 
            // 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.barButtonItem3, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "保存";
            this.barButtonItem3.Id = 2;
            this.barButtonItem3.ImageIndex = 0;
            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 = 1;
            this.barButtonItem2.ImageIndex = 2;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_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");
            // 
            // repositoryItemTextEdit2
            // 
            this.repositoryItemTextEdit2.AutoHeight = false;
            this.repositoryItemTextEdit2.Name = "repositoryItemTextEdit2";
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 0);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.treeList2);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(686, 227);
            this.splitContainerControl1.SplitterPosition = 105;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // treeList2
            // 
            this.treeList2.ContextMenuStrip = this.contextMenuStrip1;
            this.treeList2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.treeList2.Location = new System.Drawing.Point(0, 0);
            this.treeList2.Name = "treeList2";
            this.treeList2.Size = new System.Drawing.Size(680, 112);
            this.treeList2.TabIndex = 0;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.添加负荷ToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
            // 
            // 添加负荷ToolStripMenuItem
            // 
            this.添加负荷ToolStripMenuItem.Name = "添加负荷ToolStripMenuItem";
            this.添加负荷ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
            this.添加负荷ToolStripMenuItem.Text = "添加";
            this.添加负荷ToolStripMenuItem.Click += new System.EventHandler(this.添加负荷ToolStripMenuItem_Click);
            // 
            // gridControl1
            // 
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(25, 3);
            this.gridControl1.MainView = this.gridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(306, 173);
            this.gridControl1.TabIndex = 1;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.gridView1,
            this.gridView2});
            // 
            // gridView1
            // 
            this.gridView1.GridControl = this.gridControl1;
            this.gridView1.Name = "gridView1";
            // 
            // gridView2
            // 
            this.gridView2.GridControl = this.gridControl1;
            this.gridView2.Name = "gridView2";
            // 
            // splitContainerControl2
            // 
            this.splitContainerControl2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl2.Horizontal = false;
            this.splitContainerControl2.Location = new System.Drawing.Point(0, 34);
            this.splitContainerControl2.Name = "splitContainerControl2";
            this.splitContainerControl2.Panel1.Controls.Add(this.splitContainerControl1);
            this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
            this.splitContainerControl2.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl2.Panel2.Text = "splitContainerControl2_Panel2";
            this.splitContainerControl2.Size = new System.Drawing.Size(692, 343);
            this.splitContainerControl2.SplitterPosition = 233;
            this.splitContainerControl2.TabIndex = 5;
            this.splitContainerControl2.Text = "splitContainerControl2";
            // 
            // 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(686, 100);
            this.chart1.TabIndex = 7;
            this.chart1.Text = "chart1";
            title2.Name = "Title1";
            this.chart1.Titles.Add(title2);
            // 
            // FormProfessionalMethod_kim
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 377);
            this.Controls.Add(this.splitContainerControl2);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FormProfessionalMethod_kim";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "专家干预:指定各年增长率";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormProfessionalMethod_Load);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
            this.splitContainerControl2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenMaxYear));
            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.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar1 = new DevExpress.XtraBars.Bar();
            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.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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            // 
            // 
            // 
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.bandedGridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(557, 243);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.bandedGridView1});
            // 
            // bandedGridView1
            // 
            this.bandedGridView1.GridControl = this.gridControl1;
            this.bandedGridView1.Name = "bandedGridView1";
            this.bandedGridView1.OptionsBehavior.Editable = false;
            this.bandedGridView1.OptionsView.ColumnAutoWidth = false;
            this.bandedGridView1.OptionsView.ShowColumnHeaders = false;
            this.bandedGridView1.CustomDrawCell += new DevExpress.XtraGrid.Views.Base.RowCellCustomDrawEventHandler(this.bandedGridView1_CustomDrawCell);
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barButtonItem4});
            this.barManager1.MaxItemId = 4;
            this.barManager1.ShowFullMenusAfterDelay = false;
            this.barManager1.ShowScreenTipsInToolbars = false;
            this.barManager1.ShowShortcutInScreenTips = false;
            this.barManager1.UseAltKeyForMenu = false;
            this.barManager1.UseF10KeyForMenu = false;
            // 
            // 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.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "统计";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.ImageIndex = 4;
            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 = 1;
            this.barButtonItem2.ImageIndex = 1;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "导出";
            this.barButtonItem4.Id = 3;
            this.barButtonItem4.ImageIndex = 3;
            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);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "关闭";
            this.barButtonItem3.Id = 2;
            this.barButtonItem3.ImageIndex = 0;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_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, "books.ico");
            this.imageList1.Images.SetKeyName(3, "35.ico");
            this.imageList1.Images.SetKeyName(4, "审核.ico");
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 34);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(563, 343);
            this.splitContainerControl1.SplitterPosition = 249;
            this.splitContainerControl1.TabIndex = 4;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // 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, 0);
            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(557, 84);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // FrmBurdenMaxYear
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(563, 377);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FrmBurdenMaxYear";
            this.Text = "FrmBurdenMaxYear";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmBurdenMaxYear_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #39
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormProfessionalMethod_kim));
     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.treeList1 = new DevExpress.XtraTreeList.TreeList();
     this.repositoryItemTextEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.barManager1             = new DevExpress.XtraBars.BarManager();
     this.bar1                    = new DevExpress.XtraBars.Bar();
     this.barButtonItem3          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2          = 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.repositoryItemTextEdit2 = new DevExpress.XtraEditors.Repository.RepositoryItemTextEdit();
     this.splitContainerControl1  = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList2               = new DevExpress.XtraTreeList.TreeList();
     this.contextMenuStrip1       = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.添加负荷ToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.gridControl1            = new DevExpress.XtraGrid.GridControl();
     this.gridView1               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridView2               = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.splitContainerControl2  = new DevExpress.XtraEditors.SplitContainerControl();
     this.chart1                  = new Dundas.Charting.WinControl.Chart();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).BeginInit();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).BeginInit();
     this.splitContainerControl2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     this.SuspendLayout();
     //
     // 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.Fill;
     this.treeList1.Location = new System.Drawing.Point(0, 0);
     this.treeList1.Name     = "treeList1";
     this.treeList1.OptionsView.AutoWidth = false;
     this.treeList1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit1
     });
     this.treeList1.Size              = new System.Drawing.Size(680, 99);
     this.treeList1.TabIndex          = 3;
     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.DisplayFormat.FormatString = "##.####";
     this.repositoryItemTextEdit1.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.EditFormat.FormatString    = "p2";
     this.repositoryItemTextEdit1.EditFormat.FormatType      = DevExpress.Utils.FormatType.Numeric;
     this.repositoryItemTextEdit1.Mask.EditMask = "###.##%";
     this.repositoryItemTextEdit1.Mask.MaskType = DevExpress.XtraEditors.Mask.MaskType.Numeric;
     this.repositoryItemTextEdit1.Name          = "repositoryItemTextEdit1";
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowMoveBarOnToolbar   = 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.barButtonItem2,
         this.barButtonItem3
     });
     this.barManager1.MaxItemId = 4;
     this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemTextEdit2
     });
     //
     // 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.barButtonItem3, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.RotateWhenVertical      = false;
     this.bar1.Text = "Custom 1";
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption    = "保存";
     this.barButtonItem3.Id         = 2;
     this.barButtonItem3.ImageIndex = 0;
     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         = 1;
     this.barButtonItem2.ImageIndex = 2;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_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");
     //
     // repositoryItemTextEdit2
     //
     this.repositoryItemTextEdit2.AutoHeight = false;
     this.repositoryItemTextEdit2.Name       = "repositoryItemTextEdit2";
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 0);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.treeList2);
     this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(686, 227);
     this.splitContainerControl1.SplitterPosition = 105;
     this.splitContainerControl1.TabIndex         = 4;
     this.splitContainerControl1.Text             = "splitContainerControl1";
     //
     // treeList2
     //
     this.treeList2.ContextMenuStrip = this.contextMenuStrip1;
     this.treeList2.Dock             = System.Windows.Forms.DockStyle.Fill;
     this.treeList2.Location         = new System.Drawing.Point(0, 0);
     this.treeList2.Name             = "treeList2";
     this.treeList2.Size             = new System.Drawing.Size(680, 112);
     this.treeList2.TabIndex         = 0;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.添加负荷ToolStripMenuItem
     });
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(95, 26);
     //
     // 添加负荷ToolStripMenuItem
     //
     this.添加负荷ToolStripMenuItem.Name   = "添加负荷ToolStripMenuItem";
     this.添加负荷ToolStripMenuItem.Size   = new System.Drawing.Size(94, 22);
     this.添加负荷ToolStripMenuItem.Text   = "添加";
     this.添加负荷ToolStripMenuItem.Click += new System.EventHandler(this.添加负荷ToolStripMenuItem_Click);
     //
     // gridControl1
     //
     this.gridControl1.EmbeddedNavigator.Name = "";
     this.gridControl1.Location = new System.Drawing.Point(25, 3);
     this.gridControl1.MainView = this.gridView1;
     this.gridControl1.Name     = "gridControl1";
     this.gridControl1.Size     = new System.Drawing.Size(306, 173);
     this.gridControl1.TabIndex = 1;
     this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.gridView1,
         this.gridView2
     });
     //
     // gridView1
     //
     this.gridView1.GridControl = this.gridControl1;
     this.gridView1.Name        = "gridView1";
     //
     // gridView2
     //
     this.gridView2.GridControl = this.gridControl1;
     this.gridView2.Name        = "gridView2";
     //
     // splitContainerControl2
     //
     this.splitContainerControl2.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl2.Horizontal = false;
     this.splitContainerControl2.Location   = new System.Drawing.Point(0, 34);
     this.splitContainerControl2.Name       = "splitContainerControl2";
     this.splitContainerControl2.Panel1.Controls.Add(this.splitContainerControl1);
     this.splitContainerControl2.Panel1.Text = "splitContainerControl2_Panel1";
     this.splitContainerControl2.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl2.Panel2.Text      = "splitContainerControl2_Panel2";
     this.splitContainerControl2.Size             = new System.Drawing.Size(692, 343);
     this.splitContainerControl2.SplitterPosition = 233;
     this.splitContainerControl2.TabIndex         = 5;
     this.splitContainerControl2.Text             = "splitContainerControl2";
     //
     // 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(686, 100);
     this.chart1.TabIndex = 7;
     this.chart1.Text     = "chart1";
     title2.Name          = "Title1";
     this.chart1.Titles.Add(title2);
     //
     // FormProfessionalMethod_kim
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(692, 377);
     this.Controls.Add(this.splitContainerControl2);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name          = "FormProfessionalMethod_kim";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "专家干预:指定各年增长率";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.FormProfessionalMethod_Load);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemTextEdit2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList2)).EndInit();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl2)).EndInit();
     this.splitContainerControl2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     this.ResumeLayout(false);
 }
Beispiel #40
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(GraphControlEx));
     Dundas.Charting.WinControl.LineAnnotation      lineAnnotation1 = new Dundas.Charting.WinControl.LineAnnotation();
     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();
     this.menuStrip = new System.Windows.Forms.MenuStrip();
     this.toolStripMenuItemUpdate        = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem3             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemClear         = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemZoomRestore   = new System.Windows.Forms.ToolStripMenuItem();
     this.addToolStripZoomOut            = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemPrevious      = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItemNext          = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripMenuItem1             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxStartIndex     = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem2             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxEndIndex       = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItem5             = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxSliceSize      = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItemTotalDataSize = new System.Windows.Forms.ToolStripMenuItem();
     this.toolStripTextBoxTotalDataSize  = new System.Windows.Forms.ToolStripTextBox();
     this.toolStripMenuItemStatusText    = new System.Windows.Forms.ToolStripMenuItem();
     this.chartMain = new Support.UI.ChartCustom();
     this.menuStrip.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMain)).BeginInit();
     this.SuspendLayout();
     //
     // menuStrip
     //
     this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.toolStripMenuItemUpdate,
         this.toolStripMenuItem3,
         this.toolStripMenuItemClear,
         this.toolStripMenuItemZoomRestore,
         this.addToolStripZoomOut,
         this.toolStripMenuItemPrevious,
         this.toolStripMenuItemNext,
         this.toolStripMenuItem1,
         this.toolStripTextBoxStartIndex,
         this.toolStripMenuItem2,
         this.toolStripTextBoxEndIndex,
         this.toolStripMenuItem5,
         this.toolStripTextBoxSliceSize,
         this.toolStripMenuItemTotalDataSize,
         this.toolStripTextBoxTotalDataSize,
         this.toolStripMenuItemStatusText
     });
     this.menuStrip.Location = new System.Drawing.Point(0, 0);
     this.menuStrip.Name     = "menuStrip";
     this.menuStrip.Size     = new System.Drawing.Size(800, 25);
     this.menuStrip.TabIndex = 3;
     this.menuStrip.Text     = "menuStrip1";
     //
     // toolStripMenuItemUpdate
     //
     this.toolStripMenuItemUpdate.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
     this.toolStripMenuItemUpdate.Image        = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemUpdate.Image")));
     this.toolStripMenuItemUpdate.Name         = "toolStripMenuItemUpdate";
     this.toolStripMenuItemUpdate.Size         = new System.Drawing.Size(28, 21);
     this.toolStripMenuItemUpdate.Text         = "toolStripMenuItem4";
     this.toolStripMenuItemUpdate.Click       += new System.EventHandler(this.toolStripMenuItemUpdate_Click);
     //
     // toolStripMenuItem3
     //
     this.toolStripMenuItem3.Enabled = false;
     this.toolStripMenuItem3.Image   = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItem3.Image")));
     this.toolStripMenuItem3.Name    = "toolStripMenuItem3";
     this.toolStripMenuItem3.Size    = new System.Drawing.Size(79, 21);
     this.toolStripMenuItem3.Text    = "Add Item";
     //
     // toolStripMenuItemClear
     //
     this.toolStripMenuItemClear.Image  = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemClear.Image")));
     this.toolStripMenuItemClear.Name   = "toolStripMenuItemClear";
     this.toolStripMenuItemClear.Size   = new System.Drawing.Size(60, 21);
     this.toolStripMenuItemClear.Text   = "Clear";
     this.toolStripMenuItemClear.Click += new System.EventHandler(this.toolStripMenuItemClear_Click);
     //
     // toolStripMenuItemZoomRestore
     //
     this.toolStripMenuItemZoomRestore.Image  = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemZoomRestore.Image")));
     this.toolStripMenuItemZoomRestore.Name   = "toolStripMenuItemZoomRestore";
     this.toolStripMenuItemZoomRestore.Size   = new System.Drawing.Size(74, 21);
     this.toolStripMenuItemZoomRestore.Text   = "Zoom all";
     this.toolStripMenuItemZoomRestore.Click += new System.EventHandler(this.toolStripMenuItemZoomRestore_Click);
     //
     // addToolStripZoomOut
     //
     this.addToolStripZoomOut.Image  = ((System.Drawing.Image)(resources.GetObject("addToolStripZoomOut.Image")));
     this.addToolStripZoomOut.Name   = "addToolStripZoomOut";
     this.addToolStripZoomOut.Size   = new System.Drawing.Size(80, 21);
     this.addToolStripZoomOut.Text   = "Zoom out";
     this.addToolStripZoomOut.Click += new System.EventHandler(this.addToolStripZoomOut_Click);
     //
     // toolStripMenuItemPrevious
     //
     this.toolStripMenuItemPrevious.Image  = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemPrevious.Image")));
     this.toolStripMenuItemPrevious.Name   = "toolStripMenuItemPrevious";
     this.toolStripMenuItemPrevious.Size   = new System.Drawing.Size(76, 21);
     this.toolStripMenuItemPrevious.Text   = "Previous";
     this.toolStripMenuItemPrevious.Click += new System.EventHandler(this.toolStripMenuItemPrevious_Click);
     //
     // toolStripMenuItemNext
     //
     this.toolStripMenuItemNext.Image             = ((System.Drawing.Image)(resources.GetObject("toolStripMenuItemNext.Image")));
     this.toolStripMenuItemNext.Name              = "toolStripMenuItemNext";
     this.toolStripMenuItemNext.Size              = new System.Drawing.Size(58, 21);
     this.toolStripMenuItemNext.Text              = "Next";
     this.toolStripMenuItemNext.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
     this.toolStripMenuItemNext.Click            += new System.EventHandler(this.toolStripMenuItemNext_Click);
     //
     // toolStripMenuItem1
     //
     this.toolStripMenuItem1.Enabled = false;
     this.toolStripMenuItem1.Name    = "toolStripMenuItem1";
     this.toolStripMenuItem1.Size    = new System.Drawing.Size(72, 21);
     this.toolStripMenuItem1.Text    = "Start index";
     //
     // toolStripTextBoxStartIndex
     //
     this.toolStripTextBoxStartIndex.MaxLength        = 32567;
     this.toolStripTextBoxStartIndex.Name             = "toolStripTextBoxStartIndex";
     this.toolStripTextBoxStartIndex.ReadOnly         = true;
     this.toolStripTextBoxStartIndex.Size             = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxStartIndex.Text             = "0";
     this.toolStripTextBoxStartIndex.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // toolStripMenuItem2
     //
     this.toolStripMenuItem2.Enabled = false;
     this.toolStripMenuItem2.Name    = "toolStripMenuItem2";
     this.toolStripMenuItem2.Size    = new System.Drawing.Size(66, 21);
     this.toolStripMenuItem2.Text    = "End index";
     //
     // toolStripTextBoxEndIndex
     //
     this.toolStripTextBoxEndIndex.MaxLength        = 32567;
     this.toolStripTextBoxEndIndex.Name             = "toolStripTextBoxEndIndex";
     this.toolStripTextBoxEndIndex.ReadOnly         = true;
     this.toolStripTextBoxEndIndex.Size             = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxEndIndex.Text             = "0";
     this.toolStripTextBoxEndIndex.TextBoxTextAlign = System.Windows.Forms.HorizontalAlignment.Right;
     //
     // toolStripMenuItem5
     //
     this.toolStripMenuItem5.Enabled = false;
     this.toolStripMenuItem5.Name    = "toolStripMenuItem5";
     this.toolStripMenuItem5.Size    = new System.Drawing.Size(61, 21);
     this.toolStripMenuItem5.Text    = "Slice size";
     //
     // toolStripTextBoxSliceSize
     //
     this.toolStripTextBoxSliceSize.MaxLength = 32567;
     this.toolStripTextBoxSliceSize.Name      = "toolStripTextBoxSliceSize";
     this.toolStripTextBoxSliceSize.ReadOnly  = true;
     this.toolStripTextBoxSliceSize.Size      = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxSliceSize.Text      = "0";
     //
     // toolStripMenuItemTotalDataSize
     //
     this.toolStripMenuItemTotalDataSize.Enabled = false;
     this.toolStripMenuItemTotalDataSize.Name    = "toolStripMenuItemTotalDataSize";
     this.toolStripMenuItemTotalDataSize.Size    = new System.Drawing.Size(89, 21);
     this.toolStripMenuItemTotalDataSize.Text    = "Total data size";
     //
     // toolStripTextBoxTotalDataSize
     //
     this.toolStripTextBoxTotalDataSize.Name     = "toolStripTextBoxTotalDataSize";
     this.toolStripTextBoxTotalDataSize.ReadOnly = true;
     this.toolStripTextBoxTotalDataSize.Size     = new System.Drawing.Size(45, 21);
     this.toolStripTextBoxTotalDataSize.Text     = "0";
     //
     // toolStripMenuItemStatusText
     //
     this.toolStripMenuItemStatusText.Enabled = false;
     this.toolStripMenuItemStatusText.Name    = "toolStripMenuItemStatusText";
     this.toolStripMenuItemStatusText.Size    = new System.Drawing.Size(103, 21);
     this.toolStripMenuItemStatusText.Text    = "Minimum zoom : 5";
     //
     // chartMain
     //
     lineAnnotation1.ClipToChartArea = "Default";
     lineAnnotation1.EndCap          = Dundas.Charting.WinControl.LineAnchorCap.Arrow;
     lineAnnotation1.LineWidth       = 4;
     lineAnnotation1.Name            = "Line1";
     lineAnnotation1.StartCap        = Dundas.Charting.WinControl.LineAnchorCap.Arrow;
     this.chartMain.Annotations.Add(lineAnnotation1);
     chartArea1.AxisX.LabelStyle.Interval              = 0;
     chartArea1.AxisX.LabelStyle.IntervalOffset        = 0;
     chartArea1.AxisX.LabelStyle.IntervalOffsetType    = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.LabelStyle.IntervalType          = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorGrid.Interval               = 0;
     chartArea1.AxisX.MajorGrid.IntervalOffset         = 0;
     chartArea1.AxisX.MajorGrid.IntervalOffsetType     = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorGrid.IntervalType           = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorTickMark.Interval           = 0;
     chartArea1.AxisX.MajorTickMark.IntervalOffset     = 0;
     chartArea1.AxisX.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.MajorTickMark.IntervalType       = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX.View.Zoomable                     = false;
     chartArea1.AxisX2.LabelStyle.Interval              = 0;
     chartArea1.AxisX2.LabelStyle.IntervalOffset        = 0;
     chartArea1.AxisX2.LabelStyle.IntervalOffsetType    = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.LabelStyle.IntervalType          = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorGrid.Interval               = 0;
     chartArea1.AxisX2.MajorGrid.IntervalOffset         = 0;
     chartArea1.AxisX2.MajorGrid.IntervalOffsetType     = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorGrid.IntervalType           = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorTickMark.Interval           = 0;
     chartArea1.AxisX2.MajorTickMark.IntervalOffset     = 0;
     chartArea1.AxisX2.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisX2.MajorTickMark.IntervalType       = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.LabelStyle.Format                 = "#.####";
     chartArea1.AxisY.LabelStyle.Interval               = 0;
     chartArea1.AxisY.LabelStyle.IntervalOffset         = 0;
     chartArea1.AxisY.LabelStyle.IntervalOffsetType     = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.LabelStyle.IntervalType           = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorGrid.Interval                = 0;
     chartArea1.AxisY.MajorGrid.IntervalOffset          = 0;
     chartArea1.AxisY.MajorGrid.IntervalOffsetType      = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorGrid.IntervalType            = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorTickMark.Interval            = 0;
     chartArea1.AxisY.MajorTickMark.IntervalOffset      = 0;
     chartArea1.AxisY.MajorTickMark.IntervalOffsetType  = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY.MajorTickMark.IntervalType        = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.LabelStyle.Interval              = 0;
     chartArea1.AxisY2.LabelStyle.IntervalOffset        = 0;
     chartArea1.AxisY2.LabelStyle.IntervalOffsetType    = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.LabelStyle.IntervalType          = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorGrid.Interval               = 0;
     chartArea1.AxisY2.MajorGrid.IntervalOffset         = 0;
     chartArea1.AxisY2.MajorGrid.IntervalOffsetType     = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorGrid.IntervalType           = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorTickMark.Interval           = 0;
     chartArea1.AxisY2.MajorTickMark.IntervalOffset     = 0;
     chartArea1.AxisY2.MajorTickMark.IntervalOffsetType = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.AxisY2.MajorTickMark.IntervalType       = Dundas.Charting.WinControl.DateTimeIntervalType.Auto;
     chartArea1.CursorX.LineStyle     = Dundas.Charting.WinControl.ChartDashStyle.Dash;
     chartArea1.CursorX.UserEnabled   = true;
     chartArea1.CursorX.UserSelection = true;
     chartArea1.CursorY.LineStyle     = Dundas.Charting.WinControl.ChartDashStyle.Dash;
     chartArea1.CursorY.UserEnabled   = true;
     chartArea1.Name = "Default";
     this.chartMain.ChartAreas.Add(chartArea1);
     this.chartMain.Dock = System.Windows.Forms.DockStyle.Fill;
     legend1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     legend1.Docking     = Dundas.Charting.WinControl.LegendDocking.Top;
     legend1.MaxAutoSize = 80F;
     legend1.Name        = "Default";
     legend1.TableStyle  = Dundas.Charting.WinControl.LegendTableStyle.Wide;
     this.chartMain.Legends.Add(legend1);
     this.chartMain.Location = new System.Drawing.Point(0, 25);
     this.chartMain.Name     = "chartMain";
     this.chartMain.Palette  = Dundas.Charting.WinControl.ChartColorPalette.Pastel;
     series1.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series1.ChartType       = "Spline";
     series1.Name            = "Series1";
     series2.BorderColor     = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
     series2.ChartType       = "Line";
     series2.Name            = "Series2";
     this.chartMain.Series.Add(series1);
     this.chartMain.Series.Add(series2);
     this.chartMain.Size     = new System.Drawing.Size(800, 575);
     this.chartMain.TabIndex = 4;
     this.chartMain.Text     = "chart1";
     this.chartMain.TextAntiAliasingQuality = Dundas.Charting.WinControl.TextAntiAliasingQuality.Normal;
     this.chartMain.SelectionRangeChanged  += new Dundas.Charting.WinControl.Chart.CursorEventHandler(this.chartMain_SelectionRangeChanged);
     this.chartMain.MouseUp   += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseUp);
     this.chartMain.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chartMain_MouseDown);
     this.chartMain.Click     += new System.EventHandler(this.chartMain_Click);
     //
     // GraphControlEx
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.chartMain);
     this.Controls.Add(this.menuStrip);
     this.Name  = "GraphControlEx";
     this.Size  = new System.Drawing.Size(800, 600);
     this.Load += new System.EventHandler(this.GraphControlEx_Load);
     this.menuStrip.ResumeLayout(false);
     this.menuStrip.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chartMain)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Dundas.Charting.WinControl.ChartArea chartArea3 = new Dundas.Charting.WinControl.ChartArea();
            Dundas.Charting.WinControl.Legend legend3 = new Dundas.Charting.WinControl.Legend();
            Dundas.Charting.WinControl.Series series3 = new Dundas.Charting.WinControl.Series();
            Dundas.Charting.WinControl.Title title3 = new Dundas.Charting.WinControl.Title();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastJG));
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.checkBox1 = new System.Windows.Forms.CheckBox();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            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.barButtonItem3 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem4 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = 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);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.AutoScroll = true;
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 33);
            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(699, 372);
            this.splitContainerControl1.SplitterPosition = 237;
            this.splitContainerControl1.TabIndex = 0;
            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.OptionsBehavior.Editable = false;
            this.treeList1.OptionsView.AutoWidth = false;
            this.treeList1.Size = new System.Drawing.Size(691, 229);
            this.treeList1.TabIndex = 4;
            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(644, 0);
            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
            // 
            chartArea3.BorderColor = System.Drawing.Color.Empty;
            chartArea3.Name = "Default";
            this.chart1.ChartAreas.Add(chartArea3);
            this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
            legend3.Name = "Default";
            this.chart1.Legends.Add(legend3);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            series3.BorderWidth = 2;
            series3.ChartType = "Spline";
            series3.MarkerBorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
            series3.MarkerStyle = Dundas.Charting.WinControl.MarkerStyle.Circle;
            series3.Name = "Default";
            series3.ShadowOffset = 1;
            this.chart1.Series.Add(series3);
            this.chart1.Size = new System.Drawing.Size(691, 123);
            this.chart1.TabIndex = 7;
            this.chart1.Text = "chart1";
            title3.Name = "Title1";
            this.chart1.Titles.Add(title3);
            this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barSubItem1,
            this.barButtonItem3,
            this.barButtonItem4});
            this.barManager1.MaxItemId = 5;
            // 
            // 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.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barSubItem1
            // 
            this.barSubItem1.Caption = "导出";
            this.barSubItem1.Id = 2;
            this.barSubItem1.ImageIndex = 10;
            this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)});
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "导出数据";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.ImageIndex = 10;
            this.barButtonItem1.Name = "barButtonItem1";
            this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "导出图形";
            this.barButtonItem3.Id = 3;
            this.barButtonItem3.ImageIndex = 10;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "图表颜色";
            this.barButtonItem4.Id = 4;
            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);
            // 
            // barButtonItem2
            // 
            this.barButtonItem2.Caption = "关闭";
            this.barButtonItem2.Id = 1;
            this.barButtonItem2.ImageIndex = 2;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "保存.ico");
            this.imageList1.Images.SetKeyName(1, "打印.ico");
            this.imageList1.Images.SetKeyName(2, "删除.ico");
            this.imageList1.Images.SetKeyName(3, "添加下级.ico");
            this.imageList1.Images.SetKeyName(4, "新建.ico");
            this.imageList1.Images.SetKeyName(5, "修改.ico");
            this.imageList1.Images.SetKeyName(6, "添加同级.ico");
            this.imageList1.Images.SetKeyName(7, "审批.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");
            // 
            // FormForecastJG
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(699, 405);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FormForecastJG";
            this.Text = "结果比较";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FormForecastJG_Load);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #42
0
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FrmXiaoshi_jgbijiao));
            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.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2       = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3       = 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.barSubItem1          = new DevExpress.XtraBars.BarSubItem();
            this.treeList1            = new DevExpress.XtraTreeList.TreeList();
            this.splitterControl1     = new DevExpress.XtraEditors.SplitterControl();
            this.chart1               = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            //
            // barManager1
            //
            this.barManager1.AllowCustomization      = false;
            this.barManager1.AllowMoveBarOnToolbar   = 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.barManager1.MaxItemId = 3;
            //
            // 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.barButtonItem1, true),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true),
                new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3, true)
            });
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder          = false;
            this.bar1.OptionsBar.RotateWhenVertical      = false;
            this.bar1.Text = "Custom 1";
            //
            // barButtonItem1
            //
            this.barButtonItem1.Caption    = "打印表格";
            this.barButtonItem1.Id         = 0;
            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         = 1;
            this.barButtonItem2.ImageIndex = 15;
            this.barButtonItem2.Name       = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            //
            // barButtonItem3
            //
            this.barButtonItem3.Caption    = "关闭";
            this.barButtonItem3.Id         = 2;
            this.barButtonItem3.ImageIndex = 11;
            this.barButtonItem3.Name       = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            //
            // imageList1
            //
            this.imageList1.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "保存.ico");
            this.imageList1.Images.SetKeyName(1, "打印.ico");
            this.imageList1.Images.SetKeyName(2, "删除.ico");
            this.imageList1.Images.SetKeyName(3, "添加下级.ico");
            this.imageList1.Images.SetKeyName(4, "新建.ico");
            this.imageList1.Images.SetKeyName(5, "修改.ico");
            this.imageList1.Images.SetKeyName(6, "添加同级.ico");
            this.imageList1.Images.SetKeyName(7, "审批.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");
            //
            // 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)
            });
            this.barSubItem1.Name       = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            //
            // 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.Size           = new System.Drawing.Size(748, 261);
            this.treeList1.TabIndex       = 5;
            this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
            //
            // splitterControl1
            //
            this.splitterControl1.Dock     = System.Windows.Forms.DockStyle.Top;
            this.splitterControl1.Location = new System.Drawing.Point(0, 295);
            this.splitterControl1.Name     = "splitterControl1";
            this.splitterControl1.Size     = new System.Drawing.Size(748, 4);
            this.splitterControl1.TabIndex = 6;
            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, 299);
            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(748, 89);
            this.chart1.TabIndex = 7;
            this.chart1.Text     = "chart1";
            title1.Name          = "Title1";
            this.chart1.Titles.Add(title1);
            //
            // FrmXiaoshi_jgbijiao
            //
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize          = new System.Drawing.Size(748, 388);
            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        = "FrmXiaoshi_jgbijiao";
            this.Text        = "结果比较";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load       += new System.EventHandler(this.FrmXiaoshi_jgbijiao_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);
        }
Beispiel #43
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(Form81Forecast));
     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;
     //
     // Form81Forecast
     //
     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          = "Form81Forecast";
     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(FrmXiaoshi));
     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.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.barSubItem2             = 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.barButtonItem18         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem16         = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem3             = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem20         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem22         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem23         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem24         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem25         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem26         = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem4             = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem30         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem21         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem27         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem28         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem31         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem32         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem9          = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem13         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem10         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem19         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonPro            = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem14         = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem17         = 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.barCheckItem1           = new DevExpress.XtraBars.BarCheckItem();
     this.barButtonItem29         = 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.barButtonItem11,
         this.barCheckItem1,
         this.barButtonItem12,
         this.barButtonItem15,
         this.barButtonItem16,
         this.barSubItem1,
         this.barButtonItemA1,
         this.barButtonItemA2,
         this.barButtonItemA3,
         this.barButtonItemA4,
         this.barButtonItem9,
         this.barButtonItem13,
         this.barButtonPro,
         this.barSubItem2,
         this.barButtonItem14,
         this.barButtonItem10,
         this.barButtonItem17,
         this.barButtonItem18,
         this.barButtonItem19,
         this.barSubItem3,
         this.barButtonItem20,
         this.barButtonItem22,
         this.barButtonItem23,
         this.barButtonItem24,
         this.barButtonItem25,
         this.barButtonItem26,
         this.barButtonItem29,
         this.barSubItem4,
         this.barButtonItem30,
         this.barButtonItem21,
         this.barButtonItem27,
         this.barButtonItem28,
         this.barButtonItem31,
         this.barButtonItem32
     });
     this.barManager1.MaxItemId = 61;
     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.barSubItem2),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem9, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem13, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem10, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem19),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonPro, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem14, true),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem17, 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";
     //
     // 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.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
     this.barButtonItemA4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItemA4_ItemClick);
     //
     // barSubItem2
     //
     this.barSubItem2.Caption    = "预测算法";
     this.barSubItem2.Id         = 7;
     this.barSubItem2.ImageIndex = 10;
     this.barSubItem2.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.barButtonItem18),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem16),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem3),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem4)
     });
     this.barSubItem2.Name       = "barSubItem2";
     this.barSubItem2.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);
     //
     // barButtonItem18
     //
     this.barButtonItem18.Caption    = "专家决策法";
     this.barButtonItem18.Id         = 40;
     this.barButtonItem18.Name       = "barButtonItem18";
     this.barButtonItem18.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem18_ItemClick);
     //
     // 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);
     //
     // barSubItem3
     //
     this.barSubItem3.Caption = "分区县预测";
     this.barSubItem3.Id      = 43;
     this.barSubItem3.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem20),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem22),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem23),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem24),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem25),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem26)
     });
     this.barSubItem3.Name = "barSubItem3";
     //
     // barButtonItem20
     //
     this.barButtonItem20.Caption    = "年增长率法";
     this.barButtonItem20.Id         = 44;
     this.barButtonItem20.Name       = "barButtonItem20";
     this.barButtonItem20.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem20_ItemClick);
     //
     // barButtonItem22
     //
     this.barButtonItem22.Caption    = "移动平均法";
     this.barButtonItem22.Id         = 46;
     this.barButtonItem22.Name       = "barButtonItem22";
     this.barButtonItem22.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem22_ItemClick);
     //
     // barButtonItem23
     //
     this.barButtonItem23.Caption    = "灰色模型法";
     this.barButtonItem23.Id         = 47;
     this.barButtonItem23.Name       = "barButtonItem23";
     this.barButtonItem23.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem23_ItemClick);
     //
     // barButtonItem24
     //
     this.barButtonItem24.Caption    = "线性回归法";
     this.barButtonItem24.Id         = 48;
     this.barButtonItem24.Name       = "barButtonItem24";
     this.barButtonItem24.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem24_ItemClick);
     //
     // barButtonItem25
     //
     this.barButtonItem25.Caption    = "指数增长法";
     this.barButtonItem25.Id         = 49;
     this.barButtonItem25.Name       = "barButtonItem25";
     this.barButtonItem25.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem25_ItemClick);
     //
     // barButtonItem26
     //
     this.barButtonItem26.Caption    = "指数平滑法";
     this.barButtonItem26.Id         = 50;
     this.barButtonItem26.Name       = "barButtonItem26";
     this.barButtonItem26.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem26_ItemClick);
     //
     // barSubItem4
     //
     this.barSubItem4.Caption = "分产业预测";
     this.barSubItem4.Id      = 54;
     this.barSubItem4.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem30),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem21),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem27),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem28),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem31),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem32)
     });
     this.barSubItem4.Name = "barSubItem4";
     //
     // barButtonItem30
     //
     this.barButtonItem30.Caption    = "年增长率法";
     this.barButtonItem30.Id         = 55;
     this.barButtonItem30.Name       = "barButtonItem30";
     this.barButtonItem30.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem30_ItemClick);
     //
     // barButtonItem21
     //
     this.barButtonItem21.Caption    = "移动平均法";
     this.barButtonItem21.Id         = 56;
     this.barButtonItem21.Name       = "barButtonItem21";
     this.barButtonItem21.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem21_ItemClick);
     //
     // barButtonItem27
     //
     this.barButtonItem27.Caption    = "灰色模型法";
     this.barButtonItem27.Id         = 57;
     this.barButtonItem27.Name       = "barButtonItem27";
     this.barButtonItem27.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem27_ItemClick);
     //
     // barButtonItem28
     //
     this.barButtonItem28.Caption    = "线性回归法";
     this.barButtonItem28.Id         = 58;
     this.barButtonItem28.Name       = "barButtonItem28";
     this.barButtonItem28.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem28_ItemClick);
     //
     // barButtonItem31
     //
     this.barButtonItem31.Caption    = "指数增长法";
     this.barButtonItem31.Id         = 59;
     this.barButtonItem31.Name       = "barButtonItem31";
     this.barButtonItem31.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem31_ItemClick);
     //
     // barButtonItem32
     //
     this.barButtonItem32.Caption    = "指数平滑法";
     this.barButtonItem32.Id         = 60;
     this.barButtonItem32.Name       = "barButtonItem32";
     this.barButtonItem32.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem32_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);
     //
     // barButtonItem10
     //
     this.barButtonItem10.Caption    = "保存";
     this.barButtonItem10.Id         = 38;
     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);
     //
     // barButtonItem19
     //
     this.barButtonItem19.Caption    = "预测参数";
     this.barButtonItem19.Id         = 41;
     this.barButtonItem19.ImageIndex = 23;
     this.barButtonItem19.Name       = "barButtonItem19";
     this.barButtonItem19.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem19.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem19_ItemClick);
     //
     // barButtonPro
     //
     this.barButtonPro.Caption    = "专家干预";
     this.barButtonPro.Id         = 35;
     this.barButtonPro.ImageIndex = 23;
     this.barButtonPro.Name       = "barButtonPro";
     this.barButtonPro.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonPro.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonPro_ItemClick);
     //
     // barButtonItem14
     //
     this.barButtonItem14.Caption    = "结果比较";
     this.barButtonItem14.Id         = 37;
     this.barButtonItem14.ImageIndex = 9;
     this.barButtonItem14.Name       = "barButtonItem14";
     this.barButtonItem14.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem14.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem14_ItemClick_1);
     //
     // barButtonItem17
     //
     this.barButtonItem17.Caption    = "全部显示";
     this.barButtonItem17.Id         = 39;
     this.barButtonItem17.ImageIndex = 16;
     this.barButtonItem17.Name       = "barButtonItem17";
     this.barButtonItem17.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem17.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem17_ItemClick);
     //
     // 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.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     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");
     //
     // barCheckItem1
     //
     this.barCheckItem1.Caption = "barCheckItem1";
     this.barCheckItem1.Id      = 19;
     this.barCheckItem1.Name    = "barCheckItem1";
     //
     // barButtonItem29
     //
     this.barButtonItem29.Caption = "1";
     this.barButtonItem29.Id      = 53;
     this.barButtonItem29.Name    = "barButtonItem29";
     //
     // 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(1028, 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(1028, 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(1028, 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";
     //
     // FrmXiaoshi
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1028, 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          = "FrmXiaoshi";
     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();
            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();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenLineType));
            this.gridControl1 = new DevExpress.XtraGrid.GridControl();
            this.bandedGridView1 = new DevExpress.XtraGrid.Views.BandedGrid.BandedGridView();
            this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            this.barManager1 = new DevExpress.XtraBars.BarManager();
            this.bar1 = new DevExpress.XtraBars.Bar();
            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.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();
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            this.SuspendLayout();
            // 
            // gridControl1
            // 
            this.gridControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gridControl1.EmbeddedNavigator.Name = "";
            this.gridControl1.Location = new System.Drawing.Point(0, 0);
            this.gridControl1.MainView = this.bandedGridView1;
            this.gridControl1.Name = "gridControl1";
            this.gridControl1.Size = new System.Drawing.Size(673, 222);
            this.gridControl1.TabIndex = 0;
            this.gridControl1.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
            this.bandedGridView1});
            // 
            // bandedGridView1
            // 
            this.bandedGridView1.Appearance.GroupPanel.Options.UseTextOptions = true;
            this.bandedGridView1.Appearance.GroupPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
            this.bandedGridView1.GridControl = this.gridControl1;
            this.bandedGridView1.Name = "bandedGridView1";
            this.bandedGridView1.OptionsBehavior.Editable = false;
            this.bandedGridView1.OptionsPrint.PrintHeader = false;
            this.bandedGridView1.OptionsView.ColumnAutoWidth = false;
            this.bandedGridView1.OptionsView.ShowColumnHeaders = false;
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 33);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.gridControl1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(681, 466);
            this.splitContainerControl1.SplitterPosition = 230;
            this.splitContainerControl1.TabIndex = 1;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // 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, 0);
            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(673, 224);
            this.chart1.TabIndex = 0;
            this.chart1.Text = "chart1";
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barButtonItem4,
            this.barButtonItem5});
            this.barManager1.MaxItemId = 5;
            // 
            // 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.barButtonItem1),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "打印报表";
            this.barButtonItem1.Id = 0;
            this.barButtonItem1.ImageIndex = 5;
            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 = 1;
            this.barButtonItem2.ImageIndex = 4;
            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 = 3;
            this.barButtonItem4.ImageIndex = 3;
            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 = 2;
            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);
            // 
            // 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");
            // 
            // barButtonItem5
            // 
            this.barButtonItem5.Caption = "导出";
            this.barButtonItem5.Id = 4;
            this.barButtonItem5.ImageIndex = 6;
            this.barButtonItem5.Name = "barButtonItem5";
            this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem5_ItemClick);
            // 
            // FrmBurdenLineType
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(681, 499);
            this.Controls.Add(this.splitContainerControl1);
            this.Controls.Add(this.barDockControlLeft);
            this.Controls.Add(this.barDockControlRight);
            this.Controls.Add(this.barDockControlBottom);
            this.Controls.Add(this.barDockControlTop);
            this.Name = "FrmBurdenLineType";
            this.Text = "典型日负荷曲线表";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmBurdenLineType_Load);
            ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.bandedGridView1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            this.ResumeLayout(false);

        }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmBurdenMonth));
            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();
            Dundas.Charting.WinControl.Legend legend2 = new Dundas.Charting.WinControl.Legend();
            this.ctrlBurdenMonth1 = new Itop.Client.Stutistics.CtrlBurdenMonth();
            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.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
            this.chart2 = new Dundas.Charting.WinControl.Chart();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
            this.splitContainerControl1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // il
            // 
            this.il.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
            this.il.ImageSize = new System.Drawing.Size(24, 24);
            this.il.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("il.ImageStream")));
            this.il.Images.SetKeyName(0, "");
            this.il.Images.SetKeyName(1, "");
            this.il.Images.SetKeyName(2, "");
            this.il.Images.SetKeyName(3, "");
            this.il.Images.SetKeyName(4, "");
            this.il.Images.SetKeyName(5, "35.ico");
            this.il.Images.SetKeyName(6, "审批.ico");
            // 
            // ctrlBurdenMonth1
            // 
            this.ctrlBurdenMonth1.AllowUpdate = true;
            this.ctrlBurdenMonth1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.ctrlBurdenMonth1.FBM = null;
            this.ctrlBurdenMonth1.Location = new System.Drawing.Point(0, 0);
            this.ctrlBurdenMonth1.Name = "ctrlBurdenMonth1";
            this.ctrlBurdenMonth1.Size = new System.Drawing.Size(615, 194);
            this.ctrlBurdenMonth1.TabIndex = 4;
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "导出";
            this.barButtonItem1.Id = 7;
            this.barButtonItem1.ImageIndex = 5;
            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 = 7;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.Visibility = DevExpress.XtraBars.BarItemVisibility.Never;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "保存最新样式";
            this.barButtonItem3.Id = 7;
            this.barButtonItem3.ImageIndex = 5;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // barButtonItem4
            // 
            this.barButtonItem4.Caption = "导入";
            this.barButtonItem4.Id = 8;
            this.barButtonItem4.ImageIndex = 5;
            this.barButtonItem4.Name = "barButtonItem4";
            this.barButtonItem4.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem4.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem4_ItemClick);
            // 
            // splitContainerControl1
            // 
            this.splitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainerControl1.Horizontal = false;
            this.splitContainerControl1.Location = new System.Drawing.Point(0, 34);
            this.splitContainerControl1.Name = "splitContainerControl1";
            this.splitContainerControl1.Panel1.Controls.Add(this.ctrlBurdenMonth1);
            this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
            this.splitContainerControl1.Panel2.Controls.Add(this.chart2);
            this.splitContainerControl1.Panel2.Text = "splitContainerControl1_Panel2";
            this.splitContainerControl1.Size = new System.Drawing.Size(621, 337);
            this.splitContainerControl1.SplitterPosition = 200;
            this.splitContainerControl1.TabIndex = 7;
            this.splitContainerControl1.Text = "splitContainerControl1";
            // 
            // chart2
            // 
            chartArea1.Area3DStyle.Light = Dundas.Charting.WinControl.LightStyle.Realistic;
            chartArea1.BorderColor = System.Drawing.Color.Empty;
            chartArea1.Name = "Default";
            this.chart2.ChartAreas.Add(chartArea1);
            this.chart2.Dock = System.Windows.Forms.DockStyle.Fill;
            legend1.Name = "Default";
            this.chart2.Legends.Add(legend1);
            this.chart2.Location = new System.Drawing.Point(0, 0);
            this.chart2.Name = "chart2";
            series1.BorderWidth = 2;
            series1.ChartType = "Line";
            series1.Name = "Default";
            series1.ShadowOffset = 1;
            this.chart2.Series.Add(series1);
            this.chart2.Size = new System.Drawing.Size(615, 127);
            this.chart2.TabIndex = 7;
            this.chart2.Text = "chart2";
            title1.Name = "Title1";
            this.chart2.Titles.Add(title1);
            // 
            // chart1
            // 
            legend2.Name = "Default";
            this.chart1.Legends.Add(legend2);
            this.chart1.Location = new System.Drawing.Point(0, 0);
            this.chart1.Name = "chart1";
            this.chart1.Size = new System.Drawing.Size(300, 300);
            this.chart1.TabIndex = 0;
            // 
            // FrmBurdenMonth
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(621, 371);
            this.Controls.Add(this.splitContainerControl1);
            this.Name = "FrmBurdenMonth";
            this.Text = "FrmBurdenMonth";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmBurdenMonth_Load);
            this.Controls.SetChildIndex(this.splitContainerControl1, 0);
            ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
            this.splitContainerControl1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.chart2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }
Beispiel #47
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Dundas.Charting.WinControl.ChartArea           chartArea3 = new Dundas.Charting.WinControl.ChartArea();
     Dundas.Charting.WinControl.Legend              legend3    = new Dundas.Charting.WinControl.Legend();
     Dundas.Charting.WinControl.Series              series3    = new Dundas.Charting.WinControl.Series();
     System.ComponentModel.ComponentResourceManager resources  = new System.ComponentModel.ComponentResourceManager(typeof(FormForecastTX));
     this.splitContainerControl1 = new DevExpress.XtraEditors.SplitContainerControl();
     this.treeList1            = new DevExpress.XtraTreeList.TreeList();
     this.panel1               = new System.Windows.Forms.Panel();
     this.chart1               = new Dundas.Charting.WinControl.Chart();
     this.barManager1          = new DevExpress.XtraBars.BarManager(this.components);
     this.bar1                 = new DevExpress.XtraBars.Bar();
     this.barSubItem2          = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem5       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem7       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem6       = new DevExpress.XtraBars.BarButtonItem();
     this.barSubItem1          = new DevExpress.XtraBars.BarSubItem();
     this.barButtonItem1       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem3       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem4       = new DevExpress.XtraBars.BarButtonItem();
     this.barButtonItem2       = 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.checkBox1            = new DevExpress.XtraEditors.CheckEdit();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).BeginInit();
     this.splitContainerControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // splitContainerControl1
     //
     this.splitContainerControl1.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.splitContainerControl1.Horizontal = false;
     this.splitContainerControl1.Location   = new System.Drawing.Point(0, 34);
     this.splitContainerControl1.Name       = "splitContainerControl1";
     this.splitContainerControl1.Panel1.Controls.Add(this.treeList1);
     this.splitContainerControl1.Panel1.Text = "splitContainerControl1_Panel1";
     this.splitContainerControl1.Panel2.Controls.Add(this.panel1);
     this.splitContainerControl1.Panel2.Controls.Add(this.chart1);
     this.splitContainerControl1.Panel2.Text      = "splitContainerControl1_Panel2";
     this.splitContainerControl1.Size             = new System.Drawing.Size(815, 438);
     this.splitContainerControl1.SplitterPosition = 237;
     this.splitContainerControl1.TabIndex         = 0;
     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.OptionsBehavior.Editable = false;
     this.treeList1.OptionsView.AutoWidth    = false;
     this.treeList1.Size     = new System.Drawing.Size(815, 237);
     this.treeList1.TabIndex = 4;
     //
     // panel1
     //
     this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.panel1.Controls.Add(this.checkBox1);
     this.panel1.Location = new System.Drawing.Point(752, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(59, 26);
     this.panel1.TabIndex = 9;
     //
     // chart1
     //
     chartArea3.Name = "Default";
     this.chart1.ChartAreas.Add(chartArea3);
     this.chart1.Dock = System.Windows.Forms.DockStyle.Fill;
     legend3.Name     = "Default";
     this.chart1.Legends.Add(legend3);
     this.chart1.Location = new System.Drawing.Point(0, 0);
     this.chart1.Name     = "chart1";
     series3.BorderWidth  = 2;
     series3.ChartType    = "Spline";
     series3.Name         = "Series1";
     series3.ShadowOffset = 1;
     series3.XValueType   = Dundas.Charting.WinControl.ChartValueTypes.Double;
     series3.YValueType   = Dundas.Charting.WinControl.ChartValueTypes.Double;
     this.chart1.Series.Add(series3);
     this.chart1.Size       = new System.Drawing.Size(815, 195);
     this.chart1.TabIndex   = 7;
     this.chart1.Text       = "chart1";
     this.chart1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.chart1_MouseDown);
     //
     // barManager1
     //
     this.barManager1.AllowCustomization      = false;
     this.barManager1.AllowMoveBarOnToolbar   = 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.barSubItem1,
         this.barButtonItem3,
         this.barButtonItem4,
         this.barButtonItem5,
         this.barSubItem2,
         this.barButtonItem6,
         this.barButtonItem7
     });
     this.barManager1.MaxItemId = 9;
     //
     // 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.barSubItem2),
         new DevExpress.XtraBars.LinkPersistInfo(this.barSubItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem4),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2)
     });
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.DrawDragBorder          = false;
     this.bar1.OptionsBar.RotateWhenVertical      = false;
     this.bar1.Text = "Custom 1";
     //
     // barSubItem2
     //
     this.barSubItem2.Caption    = "查看数据";
     this.barSubItem2.Id         = 6;
     this.barSubItem2.ImageIndex = 8;
     this.barSubItem2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem5),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem7),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem6)
     });
     this.barSubItem2.Name       = "barSubItem2";
     this.barSubItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem5
     //
     this.barButtonItem5.Caption    = "查看全部数据";
     this.barButtonItem5.Id         = 5;
     this.barButtonItem5.ImageIndex = 9;
     this.barButtonItem5.Name       = "barButtonItem5";
     this.barButtonItem5.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem5.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem7_ItemClick);
     //
     // barButtonItem7
     //
     this.barButtonItem7.Caption    = "查看电量数据";
     this.barButtonItem7.Id         = 8;
     this.barButtonItem7.ImageIndex = 13;
     this.barButtonItem7.Name       = "barButtonItem7";
     this.barButtonItem7.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem6_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.barButtonItem5_ItemClick);
     //
     // barSubItem1
     //
     this.barSubItem1.Caption    = "导出";
     this.barSubItem1.Id         = 2;
     this.barSubItem1.ImageIndex = 10;
     this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem1),
         new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3)
     });
     this.barSubItem1.Name       = "barSubItem1";
     this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     //
     // barButtonItem1
     //
     this.barButtonItem1.Caption    = "导出数据";
     this.barButtonItem1.Id         = 0;
     this.barButtonItem1.ImageIndex = 10;
     this.barButtonItem1.Name       = "barButtonItem1";
     this.barButtonItem1.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem1_ItemClick);
     //
     // barButtonItem3
     //
     this.barButtonItem3.Caption    = "导出图形";
     this.barButtonItem3.Id         = 3;
     this.barButtonItem3.ImageIndex = 10;
     this.barButtonItem3.Name       = "barButtonItem3";
     this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
     //
     // barButtonItem4
     //
     this.barButtonItem4.Caption    = "图表颜色";
     this.barButtonItem4.Id         = 4;
     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);
     //
     // barButtonItem2
     //
     this.barButtonItem2.Caption    = "关闭";
     this.barButtonItem2.Id         = 1;
     this.barButtonItem2.ImageIndex = 2;
     this.barButtonItem2.Name       = "barButtonItem2";
     this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
     this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_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(815, 34);
     //
     // barDockControlBottom
     //
     this.barDockControlBottom.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.barDockControlBottom.Location = new System.Drawing.Point(0, 472);
     this.barDockControlBottom.Size     = new System.Drawing.Size(815, 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, 438);
     //
     // barDockControlRight
     //
     this.barDockControlRight.Dock     = System.Windows.Forms.DockStyle.Right;
     this.barDockControlRight.Location = new System.Drawing.Point(815, 34);
     this.barDockControlRight.Size     = new System.Drawing.Size(0, 438);
     //
     // 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");
     //
     // checkBox1
     //
     this.checkBox1.Location           = new System.Drawing.Point(4, 3);
     this.checkBox1.MenuManager        = this.barManager1;
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Properties.Caption = "全选";
     this.checkBox1.Size               = new System.Drawing.Size(53, 19);
     this.checkBox1.TabIndex           = 10;
     this.checkBox1.Click             += new System.EventHandler(this.checkEdit1_Click);
     //
     // FormForecastTX
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(815, 472);
     this.Controls.Add(this.splitContainerControl1);
     this.Controls.Add(this.barDockControlLeft);
     this.Controls.Add(this.barDockControlRight);
     this.Controls.Add(this.barDockControlBottom);
     this.Controls.Add(this.barDockControlTop);
     this.Name        = "FormForecastTX";
     this.Text        = "结果比较";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load       += new System.EventHandler(this.FormForecastJG_Load);
     ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl1)).EndInit();
     this.splitContainerControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.checkBox1.Properties)).EndInit();
     this.ResumeLayout(false);
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmXiaoshi_jgbijiao));
            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.barButtonItem1 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem2 = new DevExpress.XtraBars.BarButtonItem();
            this.barButtonItem3 = 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.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
            this.treeList1 = new DevExpress.XtraTreeList.TreeList();
            this.splitterControl1 = new DevExpress.XtraEditors.SplitterControl();
            this.chart1 = new Dundas.Charting.WinControl.Chart();
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).BeginInit();
            this.SuspendLayout();
            // 
            // barManager1
            // 
            this.barManager1.AllowCustomization = false;
            this.barManager1.AllowMoveBarOnToolbar = 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.barManager1.MaxItemId = 3;
            // 
            // 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.barButtonItem1, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem2, true),
            new DevExpress.XtraBars.LinkPersistInfo(this.barButtonItem3, true)});
            this.bar1.OptionsBar.AllowQuickCustomization = false;
            this.bar1.OptionsBar.DrawDragBorder = false;
            this.bar1.OptionsBar.RotateWhenVertical = false;
            this.bar1.Text = "Custom 1";
            // 
            // barButtonItem1
            // 
            this.barButtonItem1.Caption = "打印表格";
            this.barButtonItem1.Id = 0;
            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 = 1;
            this.barButtonItem2.ImageIndex = 15;
            this.barButtonItem2.Name = "barButtonItem2";
            this.barButtonItem2.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem2.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem2_ItemClick);
            // 
            // barButtonItem3
            // 
            this.barButtonItem3.Caption = "关闭";
            this.barButtonItem3.Id = 2;
            this.barButtonItem3.ImageIndex = 11;
            this.barButtonItem3.Name = "barButtonItem3";
            this.barButtonItem3.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            this.barButtonItem3.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonItem3_ItemClick);
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "保存.ico");
            this.imageList1.Images.SetKeyName(1, "打印.ico");
            this.imageList1.Images.SetKeyName(2, "删除.ico");
            this.imageList1.Images.SetKeyName(3, "添加下级.ico");
            this.imageList1.Images.SetKeyName(4, "新建.ico");
            this.imageList1.Images.SetKeyName(5, "修改.ico");
            this.imageList1.Images.SetKeyName(6, "添加同级.ico");
            this.imageList1.Images.SetKeyName(7, "审批.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");
            // 
            // 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)});
            this.barSubItem1.Name = "barSubItem1";
            this.barSubItem1.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
            // 
            // 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.Size = new System.Drawing.Size(748, 261);
            this.treeList1.TabIndex = 5;
            this.treeList1.ShowingEditor += new System.ComponentModel.CancelEventHandler(this.treeList1_ShowingEditor);
            // 
            // splitterControl1
            // 
            this.splitterControl1.Dock = System.Windows.Forms.DockStyle.Top;
            this.splitterControl1.Location = new System.Drawing.Point(0, 295);
            this.splitterControl1.Name = "splitterControl1";
            this.splitterControl1.Size = new System.Drawing.Size(748, 4);
            this.splitterControl1.TabIndex = 6;
            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, 299);
            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(748, 89);
            this.chart1.TabIndex = 7;
            this.chart1.Text = "chart1";
            title1.Name = "Title1";
            this.chart1.Titles.Add(title1);
            // 
            // FrmXiaoshi_jgbijiao
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(748, 388);
            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 = "FrmXiaoshi_jgbijiao";
            this.Text = "结果比较";
            this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
            this.Load += new System.EventHandler(this.FrmXiaoshi_jgbijiao_Load);
            ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.treeList1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.chart1)).EndInit();
            this.ResumeLayout(false);

        }